.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,248,232;--color-primary-1:144,233,187;--color-primary-2:70,219,141;--color-primary-3:24,210,112;--color-primary-4:0,61,49;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:40,40,40;--color-tertiary-0:255,255,255;--color-tertiary-1:144,233,187;--color-tertiary-2:70,219,141;--color-tertiary-3:24,210,112;--color-tertiary-4:0,61,49;--headlines-font-family:"Fortum CY";--paragraphs-font-family:"Fortum CY"; }@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); }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row .container { background-color: transparent; background-image: none; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row .container > .video-iframe-container { display: none; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row > .video-iframe-container { display: none; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .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); }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row .container { border-width: 0; border-radius: 0; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#odH7Ra92NGH3DoGw6bLszSDhQKcBo6Gl { 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:2.5625rem;width:11.875rem;top:2.09375rem;left:1.0625rem;overflow:hidden;display:block; }
#KXcpeGuJTQn3PLzR7GnmT7mfnWpBIN4N { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9042969942093rem;left:57.12565612793rem;display:block; }
#An40pJWGed0MxmVKZtfTrp2ixWCEDkgL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#II2Q5xxlPMSfocP6GVAJroqedNf1uga6 { 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:6.4375rem;width:27.1875rem;display:none; }
#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt { position:relative;display:none; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt { border-width: 0; border-radius: 0; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EpJy0vNlnRJPi3KwQCzeFpIzgx50cpzM { color:#f5811f;display:block;width:51.125rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:1.0625rem;height:14.94925rem;font-style:normal;display:none; }
#I1gI71ybgMSb1yLip5GieJMOehb9DSpA { color:#000000;display:block;width:42.375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:22.90625rem;height:6.173825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fysOHmIDVRWyX1eifJwTNBDDzQdt3SIa { color:#000000;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.0625rem;left:22.9375rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR { position:relative;display:none; }#nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR { border-width: 0; border-radius: 0; }#nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fMMfvTnoMHLElRXA5E8nEDgoEszSp2NE { color:#000000;display:block;width:39.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.25rem;left:22.90625rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#fMMfvTnoMHLElRXA5E8nEDgoEszSp2NE li:before{  }
#s4K2VdUbZeKpREx0XXuIkCvDkOThTZJT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:2.5625rem;left:8.5rem;display:none; }
#dXUXHfTUpfZ3A5mDhieRHm9NsbQE7g3c { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:25.5625rem;left:69.4375rem;overflow:hidden;display:none; }
#I3zkZF7rI3T3HxUgcMV9W9uXsiogEuX6 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:25.875rem;left:69.8125rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Xn8uLaxNgkmCqDWTNfvni08pUO8Rv8Ex { 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:24.25rem;width:71.375rem;top:31.625rem;left:0rem;overflow:hidden;display:block; }
#osrnw6RfbDzyuEUHfuaEwSUDT21aFKkE { color:#0f4632;display:block;width:55.0625rem;position:absolute;font-family:"fortum sans";font-size:7.3125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.75rem;left:1.0625rem;height:14.625rem;font-style:normal;display:block; }
#LuEKONlvQ8HQ04zbaGM9o7MdukASzSJH { box-sizing:content-box;height:18.0625rem;width:15.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.375rem;left:59.875rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 { position:relative;display:block; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 { background-color: transparent; background-image: none; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row .container > .video-iframe-container { display: none; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row > .video-iframe-container { display: none; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .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); }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 { border-width: 0; border-radius: 0; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ed3wy3duyTWGmKkTTp0OUOccMbQUUTSQ { color:#0f4632;display:block;width:42.375rem;position:absolute;font-family:"fortum sans";font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.994140625rem;left:16.3125rem;height:7.7995rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iz6OVunTN8dkM9O7ghhkU5AMG84FLKki { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:11.7919921875rem;left:16.3125rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvTbHWEkPDfMP4DV9yTC1anNCSZms8qW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:14.8125rem;left:65.875rem;overflow:hidden;display:block; }
#bmsBTcm7wbEiwUfMi1EZxq3oKdsP2kVx { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.0625rem;left:66.25rem;display:block; }
#GDxDwTWfaR2QRu2OMKPWWgD654prE9hs { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:1.9873046875rem;left:2.46875rem;overflow:hidden;display:block; }
#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT { position:relative;display:block; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT { background-color: transparent; background-image: none; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row .container > .video-iframe-container { display: none; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row > .video-iframe-container { display: none; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .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); }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT { border-width: 0; border-radius: 0; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WTiGQenU8KXqySqur6SKvTyBRi3FTWdO { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:6.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfQ8Dv84WuRT94quuuVbdqnAaLiZ7LkL { color:rgba(var(--color-tertiary-4),1);display:block;width:66.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.3115234375rem;left:5.125rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKEka4xp4iUoOK1IGaRnacTii6rU3fPk { color:#0f4632;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.375rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qTGLO8pnTtPUNT1OCFtwlp8oUNzuTL8d { box-sizing:content-box;height:2.3125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.2373046875rem;left:0rem;display:block; }
#IcheBFAIMcLzOodATDzgbuBPaCp35wZZ { color:#0f4632;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.25rem;left:41.84375rem;height:1.7068125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKG4uwHy3UkIRXW42lZlp9atgxDdR2wT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTKhtf2zrC9ovcJfLkUwxdm6wuMrLup0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.9375rem;left:41.84375rem;height:1.7068125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z0g0iyAcQLlautcOEBUav9Ffue4N9fLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.640625rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okiauTATSXX8Xy3Pee18h2EoOWs0hd7l { color:#0f4632;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:26.5625rem;left:41.875rem;height:3.673825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5cXDoAMcSwO6UhCKyZWyZHQyXXFoCdN { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.25rem;left:0rem;display:block; }
#TwoKgiVi02ONyKZcWz5IeXKCUHAzt6ZI { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.875rem;left:0rem;display:block; }
#zJqG52XyzIuZz69ztzP0sfORf9AV8Ort { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.3125rem;left:0rem;display:block; }
#ChXqg12wTOhcAuS3gqC9Cwda3NbQtV9J { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:42.5625rem;left:0rem;display:block; }
#E7Ev9zQKBtKfKQEeTJCWr41iKZgP4dQD { color:#0f4632;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:32.6875rem;left:41.875rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pPVnntr0SRZTtiGNLgI3GWh0eU7bw3Jm { color:#0f4632;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33.6875rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZEuF84H3oQm9S6ygGxhdKXfquaFTPwU { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:49.3125rem;left:0rem;display:block; }
#eRKF5DvsIrcDMwt9Jpx257neL3kt0wDt { color:#0f4632;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:44.296875rem;left:42.15625rem;height:3.673825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ltqeK7yTkZH7bRF5g7pFyzQ5L6yEqAt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:44.6875rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RaLSH8rNlIahFE75tFvuErhBaue6XTee { color:#0f4632;display:block;width:25.4375rem;position:absolute;font-family:helvetica;font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.9375rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WoqaJOsbJRZXdBTq4AIZa5oy5z0F3QpR { color:#0f4632;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:51.0625rem;left:41.75rem;height:3.673825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KZ8Hq1A7ayRmxXRtwuKyiHs5DfgLdJyT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:56rem;left:0rem;display:block; }
#zO1xRr2Z3rau7QSJMQwV9lKsoSUW1M3H { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:63.125rem;left:0rem;display:block; }
#gokp5TTXIqb1BNFx6sXD8lkOvu3lDBbO { color:#0f4632;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:59.078125rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JWfFFARJdCprcm8XmLKXExQwSMzkwBZf { color:#0f4632;display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:58.1875rem;left:41.875rem;height:3.673825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom { position:relative;display:block; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom { background-color: transparent; background-image: none; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row .container > .video-iframe-container { display: none; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row > .video-iframe-container { display: none; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .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); }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom { border-width: 0; border-radius: 0; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ap5iMrhHuG9yHruvPrDE8OXNrHOb1eBm { color:rgba(var(--color-tertiary-3),1);display:block;width:66.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.125rem;left:5.125rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c1KdoxZW1qEaX6Re3KERPrFKnoD3vlgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.396484375rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wpgl5dyrCnMzhARh98VAPw6enGwG2Nva { box-sizing:content-box;height:2.3125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:0rem;display:block; }
#E1GyPciPqRD8ViIuszAExdbR7IIpQK35 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:41.875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SS6JFCWcQe6NGhXUlyzMloXottSxRPLg { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGxvfwm9wlGe3laMPTFLilLZTMIoFtTp { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.25rem;left:41.875rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJfpbzKruT9gd9XSUki6G44FUyBu5aXN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.1845703125rem;left:5.125rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lVBs94rowFvnqHe4J95yBOzPkBoAx6I1 { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:16.125rem;left:41.875rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVNiNoD5oi9HVRgp8pXXpDfoHuz13kpi { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:7.875rem;left:0rem;display:block; }
#uyDCp9IMyaqDc2euZbG4PAa9OWnTAdx8 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:13.4375rem;left:0rem;display:block; }
#c2ekWv27Ad0h1hm1CJoMudViKzG6eltW { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:19.3125rem;left:0rem;display:block; }
#hWURBLukDoBfwsKSgsGSmib12Og9m057 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.625rem;left:41.875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#g88JBVT2HHK8GMPnCSPt12GN9OPABROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,240,243,0.57);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; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row .container { background-color: transparent; background-image: none; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row .container > .video-iframe-container { display: none; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row > .video-iframe-container { display: none; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .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); }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row .container { border-width: 0; border-radius: 0; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#Q75bgO2KTKMTPg4NqdqfvReuDeceR21Z { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:4.13671875rem;left:2.0625rem;height:7.7998125rem;text-align:left;text-align-last:left;display:block; }
#o5ixiPMTW3m6rbOfFO7U8bNvpBR8NiHu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:11.875rem;left:2.0625rem;height:3.29980625rem;text-align:left;text-align-last:left;display:block; }
#zLa9Un8ImqTL7UlJnIV5L6QlvoiJGwrW { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:11.1875rem;left:38.3125rem;overflow:hidden;display:block; }
#BxOrUkB9rTBiaSLkVIqFkgOi8VQVVTwg { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.5rem;left:38.6875rem;display:block; }
#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,240,243,0.57);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; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row .container { background-color: transparent; background-image: none; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row .container > .video-iframe-container { display: none; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row > .video-iframe-container { display: none; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .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); }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row .container { border-width: 0; border-radius: 0; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#fuffkJWG3uniEiMB1IJ21LSDfOvO8F59 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8rem;left:2.4375rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#mUuEm6aQXBn5KhEZiLBBKeHuxDJzDQKV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:13rem;left:2.4375rem;height:12.25rem;text-align:left;text-align-last:left;display:block; }
#aGWXPLME1yu5R0qKKw9gTQTVveIQmAnP { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:13rem;left:43.34375rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }
#yDRbn4ctBZ9rQDntbSlTXVgW1xbpPCDX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8rem;left:43.34375rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#QpX26pSlkZZaw6kqaAXe0GGhOeZKqr0y { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:1.625rem;left:2.4375rem;overflow:hidden;display:block; }
#U23QUAvQgCG7rOmkSq2TdlKhTfn70RZf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:1.625rem;left:43.3125rem;overflow:hidden;display:block; }
#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,240,243,0.57);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; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row .container { background-color: transparent; background-image: none; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row .container > .video-iframe-container { display: none; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row > .video-iframe-container { display: none; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .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); }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row .container { border-width: 0; border-radius: 0; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#rTgpGgEe9BATCqthAawGsqTFHZsJvCrB { 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:9.375rem;width:14rem;top:1.8125rem;left:43.3125rem;overflow:hidden;display:block; }
#LxLMnv7gUx8FoMT27vuFEqcwyTLpNk7l { color:#313131;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.1865234375rem;left:43.3125rem;height:16.875rem;text-align:left;text-align-last:left;display:block; }
#SZ7PPv4dMxfSuT2LeteCP9H44pgTPWmM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:9.9375rem;top:1.8125rem;left:2.875rem;overflow:hidden;display:block; }
#MkNLAXU2g16NgH7UrKNaDSTyspB5kKS4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.6640625rem;left:2.875rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#doUe0UZx9ZXTiGCWRRBksfEPSh9ewHa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:12.8125rem;left:43.3125rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#xmrl7w0FtlnG3zo7xfQ7agQ7vp5EKZ9A { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:13.5771484375rem;left:2.875rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 { position:relative;display:block; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 { background-color: transparent; background-image: none; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row .container > .video-iframe-container { display: none; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row > .video-iframe-container { display: none; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .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); }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 { border-width: 0; border-radius: 0; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mqRPTGwRTvWZGm2z4IXAmCQ9iJkPZ2ha { color:#000000;display:block;width:34.2480625rem;position:absolute;font-family:helvetica;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:5.84375rem;left:20.375rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti { position:relative;display:block; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti { background-color: transparent; background-image: none; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row .container > .video-iframe-container { display: none; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row > .video-iframe-container { display: none; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .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); }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti { border-width: 0; border-radius: 0; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VGMVqCaAOkwyU5t7lQPqOlVfPCJS5Npo { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.9375rem;left:3.125rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UefXzOiK4XWJhHn0O0MXpgsZSslWLQM8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.65625rem;left:62.50390625rem; }
#LTwFJOns3J5lPr7vOf5fmvXlFwwrdwcm { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.5302734375rem;left:0rem;display:block; }
#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 { position:relative;display:block; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 { background-color: transparent; background-image: none; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row .container > .video-iframe-container { display: none; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row > .video-iframe-container { display: none; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .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); }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 { border-width: 0; border-radius: 0; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AJ1dA32EO1P5NlmODIWMJTWb72PzxZ60 { color:#313131;display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1rem;left:3.375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp { position:relative;display:block; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp { background-color: transparent; background-image: none; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row .container > .video-iframe-container { display: none; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row > .video-iframe-container { display: none; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .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); }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp { border-width: 0; border-radius: 0; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iBZDs4XEVMruhNB53DUIZViN9iAR6px0 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.21875rem;left:3.3125rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ny58QbUFPUQq6D6QLWKuZtJ8cUoz1qQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.65625rem;left:62.50390625rem; }
#OekInTe0byrmFCRA6GeMIFSVruDcURSg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.8125rem;left:0rem;display:block; }
#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo { position:relative;display:block; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo { background-color: transparent; background-image: none; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row .container > .video-iframe-container { display: none; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row > .video-iframe-container { display: none; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .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); }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo { border-width: 0; border-radius: 0; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BxFx2nsKFeEUCwECHPvGqZUrUTGknn75 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1rem;left:3.375rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX { position:relative;display:block; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX { background-color: transparent; background-image: none; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row .container > .video-iframe-container { display: none; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row > .video-iframe-container { display: none; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .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); }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX { border-width: 0; border-radius: 0; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B8uu6bHy45VkyvW91zIJZMJBKbb4SSdH { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.09375rem;left:3.125rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nvq6A0Uw4xLCCCt9qZHHSchpHeDiVvDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.65625rem;left:62.50390625rem; }
#DtccN4T6fRQ40WhVEKF9BSxxRHRm1uNw { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.75rem;left:0rem;display:block; }
#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f { position:relative;display:block; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f { background-color: transparent; background-image: none; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row .container > .video-iframe-container { display: none; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row > .video-iframe-container { display: none; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .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); }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f { border-width: 0; border-radius: 0; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NiW0tUTNC4i9daJ8OIvImNJD36yvROFx { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.96875rem;left:3.3125rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO { position:relative;display:block; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO { background-color: transparent; background-image: none; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row .container > .video-iframe-container { display: none; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row > .video-iframe-container { display: none; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .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); }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO { border-width: 0; border-radius: 0; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AbET8AoRCwIeJvIlQlCXAXNEvwxMpQiT { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:helvetica;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.8125rem;left:3.25rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UCkL7UycMHvJRdWsOt68ROAFvpReQirw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.5625rem;left:62.5rem; }
#gqZAEGPCuQc9Ki8LTXF0819JPc0g14tg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.75rem;left:0rem;display:block; }
#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q { position:relative;display:block; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q { background-color: transparent; background-image: none; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row .container > .video-iframe-container { display: none; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row > .video-iframe-container { display: none; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .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); }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q { border-width: 0; border-radius: 0; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ggke9KJC7UlWLrH0Gc3008rId1KuN4Kc { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.75rem;left:3.25rem;height:7.125rem;text-align:left;text-align-last:left;display:block; }
#q8BLfILVftJhHZhFc9Rp4cO6yVTzuzrO { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.875rem;left:3.25rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZBytFzKRExVLhZliRyZTKKHx87d7dJKc { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.8125rem;left:3.25rem;height:3.875rem;text-align:left;text-align-last:left;display:block; }#ZBytFzKRExVLhZliRyZTKKHx87d7dJKc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZBytFzKRExVLhZliRyZTKKHx87d7dJKc li:before{  }
#aEzuaWN7FMzyqhyxvl9yBXn2emfIc9O3 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:19.5rem;left:3.25rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kJTXJkevocgWEXC9TonqInVGhWo9kxni { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.75rem;left:3.25rem;height:12.25rem;text-align:left;text-align-last:left;display:block; }#kJTXJkevocgWEXC9TonqInVGhWo9kxni li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kJTXJkevocgWEXC9TonqInVGhWo9kxni li:before{  }
#T8h3BOHzB0Ja9IG3V91Ch3vQ2VxaKRwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.75rem;left:3.25rem;height:7.125rem;text-align:left;text-align-last:left;display:none; }
#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 { position:relative;display:block; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 { background-color: transparent; background-image: none; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row .container > .video-iframe-container { display: none; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row > .video-iframe-container { display: none; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .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); }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 { border-width: 0; border-radius: 0; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fLDRIdRNATT2acctOgcyAAF60BONFucR { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.6240234375rem;left:3.375rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pITZsI4GCROfof0C0o0Cw582l91P3hmB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.65625rem;left:62.50390625rem; }
#JwFZAoR3h6XzrMMVWTyKsO0vwqsNhRyJ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.6875rem;left:0rem;display:block; }
#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 { position:relative;display:block; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 { background-color: transparent; background-image: none; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row .container > .video-iframe-container { display: none; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row > .video-iframe-container { display: none; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .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); }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 { border-width: 0; border-radius: 0; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EcLqfmPr69FgRn6Zf6QCQA5ONU84PBBo { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.6875rem;left:3.25rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#mwWxO7cdFm51tLu5yAQsZC9a7J7VnZvi { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:3.0625rem;left:3.25rem;height:;text-align:left;text-align-last:left;display:block; }#mwWxO7cdFm51tLu5yAQsZC9a7J7VnZvi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mwWxO7cdFm51tLu5yAQsZC9a7J7VnZvi li:before{  }
#B6cHPsV9SH95T2hLDldGLzMpTiMPLRvm { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.1875rem;left:3.25rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }
#pkOh07CuL5D1M94vOJaGirZMTVkcz50o { position:relative;display:block; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o { background-color: transparent; background-image: none; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row .container > .video-iframe-container { display: none; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row > .video-iframe-container { display: none; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .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); }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o { border-width: 0; border-radius: 0; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yCHHZrKWisk2bKRhpuxUkaaA6A8CcJIA { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.96875rem;left:3.375rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CPVzvTq3b5cwGM54fqQK4XB7LLn86TSP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.65625rem;left:62.50390625rem; }
#DiPJ90UfK5ko7GDJ1xm4PbGzkx6cFw82 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.5302734375rem;left:0rem;display:block; }
#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 { position:relative;display:block; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 { background-color: transparent; background-image: none; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row .container > .video-iframe-container { display: none; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row > .video-iframe-container { display: none; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .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); }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 { border-width: 0; border-radius: 0; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#itcKdTh9n0qHKpw7oQJiTOEHncvwHJOo { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.15625rem;left:3.25rem;height:1.78125rem;text-align:left;text-align-last:left;display:block; }
#M71zJa7R4GS1Pc5T9v9HludKptizbzvG { position:relative;display:block; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG { background-color: transparent; background-image: none; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row .container > .video-iframe-container { display: none; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row > .video-iframe-container { display: none; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .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); }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG { border-width: 0; border-radius: 0; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hZsIFgM6xqX9hnZhJv1AMVvV4hu7A5Qm { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1875rem;left:3.25rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uXVJaBObQmQIF2Ih4UTtdw48c2f6Dwpz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.09375rem;left:62.50390625rem; }
#vTwqhS9ZAnEX3y1yxdxHuhOwbWFoXJ8I { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.9052734375rem;left:0rem;display:block; }
#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 { position:relative;display:block; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 { background-color: transparent; background-image: none; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row .container > .video-iframe-container { display: none; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row > .video-iframe-container { display: none; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .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); }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 { border-width: 0; border-radius: 0; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WxqNTTF9KsJL1o9D0n3xUA1y2XMHqdLr { color:rgba(var(--color-tertiary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.6875rem;left:3.25rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }
#WIw406203tuFKPTsODGTdy8BhwhZL8eW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:12.03125rem;left:3.25rem;height:3.875rem;text-align:left;text-align-last:left;display:block; }#WIw406203tuFKPTsODGTdy8BhwhZL8eW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WIw406203tuFKPTsODGTdy8BhwhZL8eW li:before{  }
#FDz3uGOerhir9W0LZohAATWzpCUHTGn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.375rem;left:3.25rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk { position:relative;display:block; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk { background-color: transparent; background-image: none; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row .container > .video-iframe-container { display: none; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row > .video-iframe-container { display: none; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .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); }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk { border-width: 0; border-radius: 0; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ovnRdzXIXgd9xvRFgloKTGxZ0rz8V9Bi { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oqdSrO3GcKAfDMaifdT1f77Bw5D0Ngly { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.53125rem;left:62.50390625rem; }
#ALCTmST4VuIUS6KsJ4h2b7A5crtDtlLs { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.0302734375rem;left:0rem;display:block; }
#Jes7kkKKI32pLuXGod3AOwXCI19cBvza { position:relative;display:block; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza { background-color: transparent; background-image: none; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row .container > .video-iframe-container { display: none; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row > .video-iframe-container { display: none; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .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); }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza { border-width: 0; border-radius: 0; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EAkmDExJzQQty0zQ0WEeFXfUaJOofPoV { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.6875rem;left:3.25rem;height:5.34375rem;text-align:left;text-align-last:left;display:block; }
#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg { position:relative;display:block; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg { background-color: transparent; background-image: none; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row .container > .video-iframe-container { display: none; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row > .video-iframe-container { display: none; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .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); }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg { border-width: 0; border-radius: 0; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MesUfFxv5UpE65ROndT7Mefqw1reipNo { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.8125rem;left:3.1875rem;height:1.8369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OpPb0sXFtACZJHMgEdygKkpIHuaUc30Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.65625rem;left:62.50390625rem; }
#TCBRLmyAqMT5mtPXXDzFTKJckOel0dTJ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.3427734375rem;left:0rem;display:block; }
#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk { position:relative;display:block; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk { background-color: transparent; background-image: none; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row .container > .video-iframe-container { display: none; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row > .video-iframe-container { display: none; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .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); }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk { border-width: 0; border-radius: 0; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ToPguRllgSCDJ3wMc7TorOyb1zZNqCwv { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.0625rem;left:3.25rem;height:7.125rem;text-align:left;text-align-last:left;display:block; }
#izMlATbtNKwyEPBpEuFBh361bEfT34BP { position:relative;display:block; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP { background-color: transparent; background-image: none; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row .container > .video-iframe-container { display: none; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row > .video-iframe-container { display: none; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .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); }#izMlATbtNKwyEPBpEuFBh361bEfT34BP { border-width: 0; border-radius: 0; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WefEppG5keFzqW4PxqDq6E6SnZ9ldiBW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.9375rem;left:3.3125rem;height:3.673825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VCstXvcMSfNo3wHwcAdTGkvN1kkT93k8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.686525rem;width:3.93555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:62.56640625rem; }
#SuF0anuuApQBeMXDwcOhs8mBGXIwRGg9 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.0302734375rem;left:0rem;display:block; }
#mX4HZNVyno0NNecwktV33twJuQ2qLGNz { position:relative;display:block; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz { background-color: transparent; background-image: none; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row .container > .video-iframe-container { display: none; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row > .video-iframe-container { display: none; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .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); }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz { border-width: 0; border-radius: 0; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oySctrmnqiF2xOtr2sVKiGTQAIudpA4s { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.875rem;left:3.3125rem;height:5.34375rem;text-align:left;text-align-last:left;display:block; }
#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 { position:relative;display:block; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 { background-color: transparent; background-image: none; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row .container > .video-iframe-container { display: none; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row > .video-iframe-container { display: none; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .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); }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 { border-width: 0; border-radius: 0; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003d31;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; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row .container { background-color: transparent; background-image: none; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row .container > .video-iframe-container { display: none; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row > .video-iframe-container { display: none; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .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); }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row .container { border-width: 0; border-radius: 0; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#RCzVNvAQ1u4POQy6TZTHT3sJsfXoag52 { color:#313131;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.625rem;left:2.375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#bhPog01xUDoPk1HA0qNFQr0Z6CxnKbRn { color:#313131;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:14.875rem;left:2.375rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#fHCvJlwVCT3fwgg1KqNQk96ZLmwWmzAF { color:#313131;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.625rem;left:25.875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#TmwCHPt0esStK7KTZ1VEqXQXRRuA2KlH { color:#313131;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.625rem;left:53.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#iPTsmFQ2Wf4u7WHWtJ3LbxTnzTzHc8N9 { color:#313131;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.875rem;left:53.1875rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#Co9ZnHwI6V8gSDemzfr1xDm6TK3LUeov { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#0f4632;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.3125rem;left:53.1875rem;display:block; }
#kODswTZplE5GMsOfzO2VRTyrf7LMn6Oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qW1lHNfVADrrWMWJnuGFfOO2JkrqKJPm { color:#313131;display:block;width:18.625rem;position:absolute;font-family:helvetica;font-size:0.6875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:20.5rem;left:53.25rem;height:4.80956875rem;text-align:left;text-align-last:left;display:block; }
#gf7NpW8zsXVTT5WIx67AZDaXMbKNJ7kz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.1875rem;top:8.125rem;left:2.375rem;overflow:hidden;display:block; }
#Ron7NUbHZN1wSBcn8NQnfRmxRdf2WJTy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:8.125rem;left:25.875rem;overflow:hidden;display:block; }
#DTRbx3m68hxnymtxzoTIFqUU7kF7bcTt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.375rem;top:8.3125rem;left:53.1875rem;overflow:hidden;display:block; }
#cySe0fI0J3mlEt1vJNZaJoW9hCopS6iT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:#18d270;background-image:none;top:30.4375rem;left:0.09375rem;display:block; }
#c1OaRfT9mX0vDb6NHuZaex6OhKOWmpQc { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.4375rem;top:33.625rem;left:61.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF { display:block; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odH7Ra92NGH3DoGw6bLszSDhQKcBo6Gl { width:11.875rem;height:2.5625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXcpeGuJTQn3PLzR7GnmT7mfnWpBIN4N { width:17.6875rem;height:2.875rem;top:1.875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An40pJWGed0MxmVKZtfTrp2ixWCEDkgL { display:block; }
 }@media only screen and (max-width: 763px) { #II2Q5xxlPMSfocP6GVAJroqedNf1uga6 { width:27.1875rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt { display:none; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EpJy0vNlnRJPi3KwQCzeFpIzgx50cpzM { width:14.3125rem;height:9.25rem;top:7.8125rem;left:0rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1gI71ybgMSb1yLip5GieJMOehb9DSpA { width:17.375rem;height:4.6875rem;top:17.0625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fysOHmIDVRWyX1eifJwTNBDDzQdt3SIa { width:17.375rem;height:10.75rem;top:19.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR { display:none; }#nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fMMfvTnoMHLElRXA5E8nEDgoEszSp2NE { width:17.375rem;height:;top:10.1875rem;left:0rem;font-size:1.3125rem;display:none; }#fMMfvTnoMHLElRXA5E8nEDgoEszSp2NE li:before{  }
 }@media only screen and (max-width: 763px) { #s4K2VdUbZeKpREx0XXuIkCvDkOThTZJT { width:12.5rem;height:5.1875rem;top:2.5625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXUXHfTUpfZ3A5mDhieRHm9NsbQE7g3c { width:4.0625rem;height:4.0625rem;top:25.5625rem;left:43.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3zkZF7rI3T3HxUgcMV9W9uXsiogEuX6 { width:3.5625rem;height:3.5625rem;top:25.875rem;left:44.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn8uLaxNgkmCqDWTNfvni08pUO8Rv8Ex { width:47.75rem;height:16.223292469352rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osrnw6RfbDzyuEUHfuaEwSUDT21aFKkE { width:47.75rem;height:14.625rem;top:13.75rem;left:0rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEKONlvQ8HQ04zbaGM9o7MdukASzSJH { width:15.125rem;height:18.0625rem;top:25.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 { display:block; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ed3wy3duyTWGmKkTTp0OUOccMbQUUTSQ { width:42.375rem;height:7.75rem;top:3.9375rem;left:2.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6OVunTN8dkM9O7ghhkU5AMG84FLKki { width:37.25rem;height:9.375rem;top:11.75rem;left:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvTbHWEkPDfMP4DV9yTC1anNCSZms8qW { width:4.0625rem;height:4.0625rem;top:14.8125rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmsBTcm7wbEiwUfMi1EZxq3oKdsP2kVx { width:3.5625rem;height:3.5625rem;top:15.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDxDwTWfaR2QRu2OMKPWWgD654prE9hs { width:11.8125rem;height:11.8125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2UTRtbCSTKXe6dczhep1MnueNGd4OQT { display:block; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTiGQenU8KXqySqur6SKvTyBRi3FTWdO { width:47.75rem;height:6.875rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfQ8Dv84WuRT94quuuVbdqnAaLiZ7LkL { width:47.75rem;height:2.0625rem;top:13.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEka4xp4iUoOK1IGaRnacTii6rU3fPk { width:16.3125rem;height:1.8125rem;top:17.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTGLO8pnTtPUNT1OCFtwlp8oUNzuTL8d { width:47.75rem;height:2.3125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcheBFAIMcLzOodATDzgbuBPaCp35wZZ { width:30.1875rem;height:1.6875rem;top:17.25rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKG4uwHy3UkIRXW42lZlp9atgxDdR2wT { width:27.625rem;height:1.875rem;top:21.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKhtf2zrC9ovcJfLkUwxdm6wuMrLup0 { width:30.1875rem;height:1.6875rem;top:21.9375rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0g0iyAcQLlautcOEBUav9Ffue4N9fLJ { width:16.3125rem;height:1.8125rem;top:27.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okiauTATSXX8Xy3Pee18h2EoOWs0hd7l { width:30.1875rem;height:3.625rem;top:26.5625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5cXDoAMcSwO6UhCKyZWyZHQyXXFoCdN { width:47.75rem;height:0.0625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwoKgiVi02ONyKZcWz5IeXKCUHAzt6ZI { width:47.75rem;height:0.0625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJqG52XyzIuZz69ztzP0sfORf9AV8Ort { width:47.75rem;height:0.0625rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChXqg12wTOhcAuS3gqC9Cwda3NbQtV9J { width:47.75rem;height:0.0625rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ev9zQKBtKfKQEeTJCWr41iKZgP4dQD { width:31.75rem;height:8.75rem;top:32.6875rem;left:16rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPVnntr0SRZTtiGNLgI3GWh0eU7bw3Jm { width:23.25rem;height:1.8125rem;top:33.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZEuF84H3oQm9S6ygGxhdKXfquaFTPwU { width:47.75rem;height:0.0625rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKF5DvsIrcDMwt9Jpx257neL3kt0wDt { width:24.8125rem;height:3.625rem;top:44.25rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltqeK7yTkZH7bRF5g7pFyzQ5L6yEqAt0 { width:23.25rem;height:1.8125rem;top:44.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaLSH8rNlIahFE75tFvuErhBaue6XTee { width:25.4375rem;height:1.875rem;top:51.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoqaJOsbJRZXdBTq4AIZa5oy5z0F3QpR { width:24.375rem;height:3.6875rem;top:51.0625rem;left:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ8Hq1A7ayRmxXRtwuKyiHs5DfgLdJyT { width:47.75rem;height:0.0625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1xRr2Z3rau7QSJMQwV9lKsoSUW1M3H { width:47.75rem;height:0.0625rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gokp5TTXIqb1BNFx6sXD8lkOvu3lDBbO { width:23.25rem;height:1.8125rem;top:59.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWfFFARJdCprcm8XmLKXExQwSMzkwBZf { width:31.625rem;height:3.6875rem;top:58.1875rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaLcTbd9RmblaqqgDh3zThcnCaBmPom { display:block; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap5iMrhHuG9yHruvPrDE8OXNrHOb1eBm { width:47.75rem;height:2.0625rem;top:0.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1KdoxZW1qEaX6Re3KERPrFKnoD3vlgZ { width:16.3125rem;height:1.8125rem;top:4.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpgl5dyrCnMzhARh98VAPw6enGwG2Nva { width:47.75rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1GyPciPqRD8ViIuszAExdbR7IIpQK35 { width:30.0625rem;height:3.375rem;top:3.625rem;left:17.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS6JFCWcQe6NGhXUlyzMloXottSxRPLg { width:24.1875rem;height:1.8125rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxvfwm9wlGe3laMPTFLilLZTMIoFtTp { width:30.1875rem;height:1.6875rem;top:10.25rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJfpbzKruT9gd9XSUki6G44FUyBu5aXN { width:24.0625rem;height:1.8125rem;top:16.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVBs94rowFvnqHe4J95yBOzPkBoAx6I1 { width:30.1875rem;height:1.8125rem;top:16.125rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNiNoD5oi9HVRgp8pXXpDfoHuz13kpi { width:47.75rem;height:0.0625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyDCp9IMyaqDc2euZbG4PAa9OWnTAdx8 { width:47.75rem;height:0.0625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ekWv27Ad0h1hm1CJoMudViKzG6eltW { width:47.75rem;height:0.0625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWURBLukDoBfwsKSgsGSmib12Og9m057 { width:18.625rem;height:3.875rem;top:8rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g88JBVT2HHK8GMPnCSPt12GN9OPABROT { display:block; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q75bgO2KTKMTPg4NqdqfvReuDeceR21Z { width:26.8125rem;height:7.75rem;top:4.125rem;left:0rem;font-size:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ixiPMTW3m6rbOfFO7U8bNvpBR8NiHu { width:32.625rem;height:3.25rem;top:11.875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLa9Un8ImqTL7UlJnIV5L6QlvoiJGwrW { width:4.0625rem;height:4.0625rem;top:11.1875rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxOrUkB9rTBiaSLkVIqFkgOi8VQVVTwg { width:3.5625rem;height:3.5625rem;top:11.5rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m25vphlzJw1PwlGZZfbpd11oGWQtC6aT { display:block; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuffkJWG3uniEiMB1IJ21LSDfOvO8F59 { width:28.25rem;height:4.375rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUuEm6aQXBn5KhEZiLBBKeHuxDJzDQKV { width:31.3125rem;height:12.25rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGWXPLME1yu5R0qKKw9gTQTVveIQmAnP { width:27.375rem;height:8.75rem;top:13rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDRbn4ctBZ9rQDntbSlTXVgW1xbpPCDX { width:27.3125rem;height:4.375rem;top:8rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpX26pSlkZZaw6kqaAXe0GGhOeZKqr0y { width:6.125rem;height:6.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U23QUAvQgCG7rOmkSq2TdlKhTfn70RZf { width:6.125rem;height:6.125rem;top:1.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw { display:block; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTgpGgEe9BATCqthAawGsqTFHZsJvCrB { width:14rem;height:9.375rem;top:1.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxLMnv7gUx8FoMT27vuFEqcwyTLpNk7l { width:27.375rem;height:16.875rem;top:18.125rem;left:20.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7PPv4dMxfSuT2LeteCP9H44pgTPWmM { width:9.9375rem;height:10.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkNLAXU2g16NgH7UrKNaDSTyspB5kKS4 { width:28.5rem;height:14rem;top:18.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doUe0UZx9ZXTiGCWRRBksfEPSh9ewHa3 { width:26.1875rem;height:4.375rem;top:12.8125rem;left:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmrl7w0FtlnG3zo7xfQ7agQ7vp5EKZ9A { width:27.3125rem;height:4.375rem;top:13.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 { display:block; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqRPTGwRTvWZGm2z4IXAmCQ9iJkPZ2ha { width:34.1875rem;height:3.5rem;top:5.8125rem;left:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gblSTf8SmogVnhF4LhC849uX7ZBd9Cti { display:block; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGMVqCaAOkwyU5t7lQPqOlVfPCJS5Npo { width:47.75rem;height:1.8125rem;top:1.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UefXzOiK4XWJhHn0O0MXpgsZSslWLQM8 { width:3.875rem;height:3.625rem;top:0.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwFJOns3J5lPr7vOf5fmvXlFwwrdwcm { width:47.75rem;height:0.0625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 { display:none; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AJ1dA32EO1P5NlmODIWMJTWb72PzxZ60 { width:47.75rem;height:3.75rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp { display:block; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBZDs4XEVMruhNB53DUIZViN9iAR6px0 { width:47.75rem;height:1.8125rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny58QbUFPUQq6D6QLWKuZtJ8cUoz1qQi { width:3.875rem;height:3.625rem;top:0.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OekInTe0byrmFCRA6GeMIFSVruDcURSg { width:47.75rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo { display:none; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BxFx2nsKFeEUCwECHPvGqZUrUTGknn75 { width:47.75rem;height:9.375rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX { display:block; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8uu6bHy45VkyvW91zIJZMJBKbb4SSdH { width:47.75rem;height:1.8125rem;top:2.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvq6A0Uw4xLCCCt9qZHHSchpHeDiVvDX { width:3.875rem;height:3.625rem;top:0.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtccN4T6fRQ40WhVEKF9BSxxRHRm1uNw { width:47.75rem;height:0.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTyknAc3TVWWxTsk95MRyKw7DiLD27f { display:none; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NiW0tUTNC4i9daJ8OIvImNJD36yvROFx { width:47.75rem;height:1.75rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO { display:block; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbET8AoRCwIeJvIlQlCXAXNEvwxMpQiT { width:47.75rem;height:1.8125rem;top:2.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCkL7UycMHvJRdWsOt68ROAFvpReQirw { width:3.875rem;height:3.625rem;top:1.5625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqZAEGPCuQc9Ki8LTXF0819JPc0g14tg { width:47.75rem;height:0.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZyM3arFKkkTo7QE4MOdtXhlf26U20q { display:none; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ggke9KJC7UlWLrH0Gc3008rId1KuN4Kc { width:47.75rem;height:7.125rem;top:0.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8BLfILVftJhHZhFc9Rp4cO6yVTzuzrO { width:47.75rem;height:5.3125rem;top:8.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBytFzKRExVLhZliRyZTKKHx87d7dJKc { width:47.75rem;height:;top:12.8125rem;left:0rem;font-size:1.1875rem;display:block; }#ZBytFzKRExVLhZliRyZTKKHx87d7dJKc li:before{  }
 }@media only screen and (max-width: 763px) { #aEzuaWN7FMzyqhyxvl9yBXn2emfIc9O3 { width:47.75rem;height:3.5625rem;top:19.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJTXJkevocgWEXC9TonqInVGhWo9kxni { width:47.75rem;height:12.25rem;top:21.75rem;left:0rem;font-size:1.1875rem;display:block; }#kJTXJkevocgWEXC9TonqInVGhWo9kxni li:before{  }
 }@media only screen and (max-width: 763px) { #T8h3BOHzB0Ja9IG3V91Ch3vQ2VxaKRwJ { width:17.125rem;height:12.1875rem;top:2.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 { display:block; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLDRIdRNATT2acctOgcyAAF60BONFucR { width:47.75rem;height:1.8125rem;top:1.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITZsI4GCROfof0C0o0Cw582l91P3hmB { width:3.875rem;height:3.625rem;top:0.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwFZAoR3h6XzrMMVWTyKsO0vwqsNhRyJ { width:47.75rem;height:0.0625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCuTU744d6KxvpESDeaaHGKHA6Lz125 { display:none; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EcLqfmPr69FgRn6Zf6QCQA5ONU84PBBo { width:47.75rem;height:1.75rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwWxO7cdFm51tLu5yAQsZC9a7J7VnZvi { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:1.1875rem;display:block; }#mwWxO7cdFm51tLu5yAQsZC9a7J7VnZvi li:before{  }
 }@media only screen and (max-width: 763px) { #B6cHPsV9SH95T2hLDldGLzMpTiMPLRvm { width:47.75rem;height:10.6875rem;top:10.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOh07CuL5D1M94vOJaGirZMTVkcz50o { display:block; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCHHZrKWisk2bKRhpuxUkaaA6A8CcJIA { width:47.75rem;height:1.8125rem;top:1.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPVzvTq3b5cwGM54fqQK4XB7LLn86TSP { width:3.875rem;height:3.625rem;top:0.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiPJ90UfK5ko7GDJ1xm4PbGzkx6cFw82 { width:47.75rem;height:0.0625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 { display:none; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #itcKdTh9n0qHKpw7oQJiTOEHncvwHJOo { width:47.75rem;height:1.75rem;top:1.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M71zJa7R4GS1Pc5T9v9HludKptizbzvG { display:block; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZsIFgM6xqX9hnZhJv1AMVvV4hu7A5Qm { width:47.75rem;height:1.8125rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXVJaBObQmQIF2Ih4UTtdw48c2f6Dwpz { width:3.875rem;height:3.625rem;top:1.0625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwqhS9ZAnEX3y1yxdxHuhOwbWFoXJ8I { width:47.75rem;height:0.0625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 { display:none; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxqNTTF9KsJL1o9D0n3xUA1y2XMHqdLr { width:47.75rem;height:10.6875rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIw406203tuFKPTsODGTdy8BhwhZL8eW { width:47.75rem;height:3.875rem;top:12rem;left:0rem;font-size:1.1875rem;display:block; }#WIw406203tuFKPTsODGTdy8BhwhZL8eW li:before{  }
 }@media only screen and (max-width: 763px) { #FDz3uGOerhir9W0LZohAATWzpCUHTGn6 { width:47.75rem;height:3.5625rem;top:17.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk { display:block; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovnRdzXIXgd9xvRFgloKTGxZ0rz8V9Bi { width:41.1875rem;height:3.375rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdSrO3GcKAfDMaifdT1f77Bw5D0Ngly { width:3.875rem;height:3.625rem;top:1.5rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALCTmST4VuIUS6KsJ4h2b7A5crtDtlLs { width:47.75rem;height:0.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes7kkKKI32pLuXGod3AOwXCI19cBvza { display:none; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EAkmDExJzQQty0zQ0WEeFXfUaJOofPoV { width:47.75rem;height:5.3125rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNtONgVNLOUVa9MXhivn74v7Irqqcuhg { display:block; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MesUfFxv5UpE65ROndT7Mefqw1reipNo { width:47.75rem;height:1.8125rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpPb0sXFtACZJHMgEdygKkpIHuaUc30Z { width:3.875rem;height:3.625rem;top:0.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBRLmyAqMT5mtPXXDzFTKJckOel0dTJ { width:47.75rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk { display:none; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ToPguRllgSCDJ3wMc7TorOyb1zZNqCwv { width:47.75rem;height:7.125rem;top:1.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izMlATbtNKwyEPBpEuFBh361bEfT34BP { display:block; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WefEppG5keFzqW4PxqDq6E6SnZ9ldiBW { width:38.375rem;height:3.6875rem;top:1.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCstXvcMSfNo3wHwcAdTGkvN1kkT93k8 { width:3.875rem;height:3.625rem;top:1.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuF0anuuApQBeMXDwcOhs8mBGXIwRGg9 { width:47.75rem;height:0.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX4HZNVyno0NNecwktV33twJuQ2qLGNz { display:none; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oySctrmnqiF2xOtr2sVKiGTQAIudpA4s { width:47.75rem;height:5.375rem;top:0.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 { display:block; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 { display:block; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCzVNvAQ1u4POQy6TZTHT3sJsfXoag52 { width:22.4375rem;height:1.6875rem;top:12.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhPog01xUDoPk1HA0qNFQr0Z6CxnKbRn { width:15.6875rem;height:1.3125rem;top:14.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHCvJlwVCT3fwgg1KqNQk96ZLmwWmzAF { width:21.375rem;height:4.5rem;top:12.625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwCHPt0esStK7KTZ1VEqXQXRRuA2KlH { width:18.0625rem;height:2.25rem;top:12.625rem;left:29.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTsmFQ2Wf4u7WHWtJ3LbxTnzTzHc8N9 { width:18.75rem;height:1.6875rem;top:14.875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co9ZnHwI6V8gSDemzfr1xDm6TK3LUeov { width:18.9375rem;height:2.3125rem;top:17.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kODswTZplE5GMsOfzO2VRTyrf7LMn6Oc { display:block; }
 }@media only screen and (max-width: 763px) { #qW1lHNfVADrrWMWJnuGFfOO2JkrqKJPm { width:18.625rem;height:4.75rem;top:20.5rem;left:29.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf7NpW8zsXVTT5WIx67AZDaXMbKNJ7kz { width:4.1875rem;height:3.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ron7NUbHZN1wSBcn8NQnfRmxRdf2WJTy { width:3.6875rem;height:3.6875rem;top:8.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRbx3m68hxnymtxzoTIFqUU7kF7bcTt { width:4.375rem;height:3.3125rem;top:8.3125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cySe0fI0J3mlEt1vJNZaJoW9hCopS6iT { width:47.75rem;height:0.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1OaRfT9mX0vDb6NHuZaex6OhKOWmpQc { width:10.4375rem;height:2.4375rem;top:33.625rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF { position:relative;z-index:auto;display:block; }#UhZvp5Fh5fKmmALrHDx7cQdXJxAHPsQF > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odH7Ra92NGH3DoGw6bLszSDhQKcBo6Gl { width:9.6245625rem;height:2.06163125rem;top:2.2482640743256rem;left:5.1866319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXcpeGuJTQn3PLzR7GnmT7mfnWpBIN4N { width:17.061625rem;height:2.99913125rem;top:5.8105473518372rem;left:1.4680989384651rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #An40pJWGed0MxmVKZtfTrp2ixWCEDkgL { display:block; }
 }@media only screen and (max-width: 763px) { #II2Q5xxlPMSfocP6GVAJroqedNf1uga6 { top:1.8120660781861rem;left:4.2491319775581rem;width:11.4995625rem;height:2.37413125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25099fe8-1709-4fd5-8496-0bd5532d43b6/FortumEnergia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt.adaptive-delivery-prevent-bg, #z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt.lazyload, #z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt.lazyloading { background-image: none; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container { background-color: transparent; background-image: none; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container > .video-iframe-container { display: none; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row > .video-iframe-container { display: none; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .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); }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container { border-width: 0; border-radius: 0; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9ILVduMLIzf68Bv0dygN2tSliZ6cHmt > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpJy0vNlnRJPi3KwQCzeFpIzgx50cpzM { width:18.499375rem;height:6.8984375rem;top:3.8118495941162rem;left:0.74978297948838rem;font-size:2.875rem;z-index:15005;font-family:"fortum cy";line-height:1.2;color:#18d270;display:block; }
 }@media only screen and (max-width: 763px) { #I1gI71ybgMSb1yLip5GieJMOehb9DSpA { width:17.374125rem;height:4.7246125rem;top:12.374133110046rem;left:0.74978297948838rem;font-size:1.6875rem;z-index:15006;color:#ffffff;font-weight:700;font-style:normal;line-height:1.4;font-family:"fortum sans";display:block; }
 }@media only screen and (max-width: 763px) { #fysOHmIDVRWyX1eifJwTNBDDzQdt3SIa { width:16.436625rem;height:13.3828125rem;top:17.098525047302rem;left:0.74978297948838rem;font-size:1.3125rem;z-index:15007;color:#ffffff;line-height:1.7;font-family:"fortum cy";display:block; }
 }@media only screen and (max-width: 763px) { #nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR { display:block; }#nCdTgpAAT86X8uRqHOaGHpoJGRN2PDdR > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMMfvTnoMHLElRXA5E8nEDgoEszSp2NE { width:16.1875rem;height:9.8095625rem;top:9.625rem;left:0.625rem;font-size:1.3125rem;z-index:15008;font-family:"fortum cy";line-height:1.4;color:#003d31;display:block; }#fMMfvTnoMHLElRXA5E8nEDgoEszSp2NE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fMMfvTnoMHLElRXA5E8nEDgoEszSp2NE li:before{  }
 }@media only screen and (max-width: 763px) { #s4K2VdUbZeKpREx0XXuIkCvDkOThTZJT { top:3.1875rem;left:0.625rem;width:18.6875rem;height:5.60449375rem;z-index:15009;font-family:"fortum cy";font-weight:700;font-style:normal;font-size:1.4375rem;color:#003d31;display:block; }
 }@media only screen and (max-width: 763px) { #dXUXHfTUpfZ3A5mDhieRHm9NsbQE7g3c { width:4.0625rem;height:4.0625rem;top:19.0625rem;left:14.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #I3zkZF7rI3T3HxUgcMV9W9uXsiogEuX6 { width:3.5625rem;height:3.5625rem;top:19.3125rem;left:14.8125rem;z-index:15016;background-color:#003d31;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xn8uLaxNgkmCqDWTNfvni08pUO8Rv8Ex { width:19.8125rem;height:6.75rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osrnw6RfbDzyuEUHfuaEwSUDT21aFKkE { width:20rem;height:5.199225rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuEKONlvQ8HQ04zbaGM9o7MdukASzSJH { width:18.625rem;height:29.625rem;top:15.70703125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 { display:none; }#KRPTnN3ck0qSB7ZrHmNUDzbkP2NmPTH6 > .row .container { width:20rem;height:102.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ed3wy3duyTWGmKkTTp0OUOccMbQUUTSQ { width:20rem;height:7.7988125rem;top:39.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz6OVunTN8dkM9O7ghhkU5AMG84FLKki { width:20rem;height:12.375rem;top:48.422875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvTbHWEkPDfMP4DV9yTC1anNCSZms8qW { width:4.0625rem;height:4.0625rem;top:83.922875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmsBTcm7wbEiwUfMi1EZxq3oKdsP2kVx { width:3.5625rem;height:3.5625rem;top:84.235375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDxDwTWfaR2QRu2OMKPWWgD654prE9hs { width:11.8125rem;height:11.8125rem;top:89.2353515625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2UTRtbCSTKXe6dczhep1MnueNGd4OQT { display:block; }#q2UTRtbCSTKXe6dczhep1MnueNGd4OQT > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTiGQenU8KXqySqur6SKvTyBRi3FTWdO { width:16.9375rem;height:5.15625rem;top:2.86328125rem;left:1.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nfQ8Dv84WuRT94quuuVbdqnAaLiZ7LkL { width:18.9375rem;height:1.625rem;top:10.75rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKEka4xp4iUoOK1IGaRnacTii6rU3fPk { width:16.3125rem;height:1.462675rem;top:14.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTGLO8pnTtPUNT1OCFtwlp8oUNzuTL8d { width:20rem;height:2.3125rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcheBFAIMcLzOodATDzgbuBPaCp35wZZ { width:14.125rem;height:2.923825rem;top:16.1875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKG4uwHy3UkIRXW42lZlp9atgxDdR2wT { width:17.625rem;height:1.462675rem;top:21.5rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKhtf2zrC9ovcJfLkUwxdm6wuMrLup0 { width:18.8125rem;height:2.923825rem;top:23.3125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0g0iyAcQLlautcOEBUav9Ffue4N9fLJ { width:16.3125rem;height:1.462675rem;top:28.6875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okiauTATSXX8Xy3Pee18h2EoOWs0hd7l { width:13.75rem;height:6.75rem;top:30.1484375rem;left:1.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I5cXDoAMcSwO6UhCKyZWyZHQyXXFoCdN { width:20rem;height:0.0625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwoKgiVi02ONyKZcWz5IeXKCUHAzt6ZI { width:20rem;height:0.0625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJqG52XyzIuZz69ztzP0sfORf9AV8Ort { width:20rem;height:0.0625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChXqg12wTOhcAuS3gqC9Cwda3NbQtV9J { width:20rem;height:0.0625rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Ev9zQKBtKfKQEeTJCWr41iKZgP4dQD { width:17.3125rem;height:12.59375rem;top:41.1875rem;left:1.3125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pPVnntr0SRZTtiGNLgI3GWh0eU7bw3Jm { width:18.75rem;height:1.462675rem;top:39.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZEuF84H3oQm9S6ygGxhdKXfquaFTPwU { width:20rem;height:0.0625rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRKF5DvsIrcDMwt9Jpx257neL3kt0wDt { width:15.75rem;height:4.72330625rem;top:58.4375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltqeK7yTkZH7bRF5g7pFyzQ5L6yEqAt0 { width:18.9375rem;height:1.462675rem;top:56.75rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaLSH8rNlIahFE75tFvuErhBaue6XTee { width:15.4375rem;height:2.923825rem;top:65.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoqaJOsbJRZXdBTq4AIZa5oy5z0F3QpR { width:17.4375rem;height:3.14886875rem;top:68.875rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ8Hq1A7ayRmxXRtwuKyiHs5DfgLdJyT { width:20rem;height:0.0625rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1xRr2Z3rau7QSJMQwV9lKsoSUW1M3H { width:20rem;height:0.0625rem;top:82.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gokp5TTXIqb1BNFx6sXD8lkOvu3lDBbO { width:18.6875rem;height:1.462675rem;top:74.875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWfFFARJdCprcm8XmLKXExQwSMzkwBZf { width:17.3125rem;height:4.4619125rem;top:76.875rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaLcTbd9RmblaqqgDh3zThcnCaBmPom { display:block; }#TTaLcTbd9RmblaqqgDh3zThcnCaBmPom > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap5iMrhHuG9yHruvPrDE8OXNrHOb1eBm { width:19.1875rem;height:1.625rem;top:1.5rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1KdoxZW1qEaX6Re3KERPrFKnoD3vlgZ { width:16.3125rem;height:1.462675rem;top:5.4375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpgl5dyrCnMzhARh98VAPw6enGwG2Nva { width:20rem;height:2.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1GyPciPqRD8ViIuszAExdbR7IIpQK35 { width:18.625rem;height:0;top:7.5859375rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS6JFCWcQe6NGhXUlyzMloXottSxRPLg { width:18.9375rem;height:1.462675rem;top:14.1875rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxvfwm9wlGe3laMPTFLilLZTMIoFtTp { width:18.4375rem;height:1.462675rem;top:15.7890625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJfpbzKruT9gd9XSUki6G44FUyBu5aXN { width:18.25rem;height:1.462675rem;top:20.125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVBs94rowFvnqHe4J95yBOzPkBoAx6I1 { width:19.0625rem;height:1.5744375rem;top:21.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNiNoD5oi9HVRgp8pXXpDfoHuz13kpi { width:20rem;height:0.0625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyDCp9IMyaqDc2euZbG4PAa9OWnTAdx8 { width:20rem;height:0.0625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ekWv27Ad0h1hm1CJoMudViKzG6eltW { width:20rem;height:0.0625rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWURBLukDoBfwsKSgsGSmib12Og9m057 { width:18.625rem;height:4.3857375rem;top:7.2744140625rem;left:1.25rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #g88JBVT2HHK8GMPnCSPt12GN9OPABROT { display:block; }#g88JBVT2HHK8GMPnCSPt12GN9OPABROT > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q75bgO2KTKMTPg4NqdqfvReuDeceR21Z { width:18.5625rem;height:2.95605625rem;top:2.875rem;left:1.4375rem;font-size:2.6875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o5ixiPMTW3m6rbOfFO7U8bNvpBR8NiHu { width:18.4375rem;height:1.58105625rem;top:6.0810546875rem;left:1.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zLa9Un8ImqTL7UlJnIV5L6QlvoiJGwrW { width:4.0625rem;height:4.0625rem;top:8.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxOrUkB9rTBiaSLkVIqFkgOi8VQVVTwg { width:3.5625rem;height:3.5625rem;top:9.1875rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m25vphlzJw1PwlGZZfbpd11oGWQtC6aT { display:block; }#m25vphlzJw1PwlGZZfbpd11oGWQtC6aT > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuffkJWG3uniEiMB1IJ21LSDfOvO8F59 { width:17.9375rem;height:4.38574375rem;top:6.2841796875rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mUuEm6aQXBn5KhEZiLBBKeHuxDJzDQKV { width:17.375rem;height:13.994125rem;top:34.0673828125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aGWXPLME1yu5R0qKKw9gTQTVveIQmAnP { width:17.6875rem;height:8.3965rem;top:10.9375rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yDRbn4ctBZ9rQDntbSlTXVgW1xbpPCDX { width:13.8125rem;height:4.38574375rem;top:28.994140625rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QpX26pSlkZZaw6kqaAXe0GGhOeZKqr0y { width:5.1875rem;height:5.1875rem;top:0.9091796875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U23QUAvQgCG7rOmkSq2TdlKhTfn70RZf { width:5.375rem;height:5.375rem;top:23.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw { display:block; }#BdmuCT9oKB2lTeMFRrX5aNGlBUt5QHNw > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTgpGgEe9BATCqthAawGsqTFHZsJvCrB { width:11.6875rem;height:7.9375rem;top:2.0107421875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxLMnv7gUx8FoMT27vuFEqcwyTLpNk7l { width:17.9375rem;height:13.994125rem;top:15.12890625rem;left:1.03125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7PPv4dMxfSuT2LeteCP9H44pgTPWmM { width:7.4375rem;height:8.0625rem;top:33.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkNLAXU2g16NgH7UrKNaDSTyspB5kKS4 { width:18.125rem;height:12.594725rem;top:47.75rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #doUe0UZx9ZXTiGCWRRBksfEPSh9ewHa3 { width:18.875rem;height:2.923825rem;top:11.33203125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xmrl7w0FtlnG3zo7xfQ7agQ7vp5EKZ9A { width:16.125rem;height:4.72330625rem;top:42.2958984375rem;left:0.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 { display:block; }#Qp3dOf6fMrpKXE5SxKZshQPTrWiqiAX6 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqRPTGwRTvWZGm2z4IXAmCQ9iJkPZ2ha { width:20rem;height:1.92480625rem;top:4.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gblSTf8SmogVnhF4LhC849uX7ZBd9Cti { display:block; }#gblSTf8SmogVnhF4LhC849uX7ZBd9Cti > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGMVqCaAOkwyU5t7lQPqOlVfPCJS5Npo { width:17.5rem;height:2.9746125rem;top:1.6796875rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UefXzOiK4XWJhHn0O0MXpgsZSslWLQM8 { display:flex;width:3.87478125rem;height:3.62413125rem;top:4.46875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #LTwFJOns3J5lPr7vOf5fmvXlFwwrdwcm { width:20rem;height:0.0625rem;top:8.0927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 { display:block; }#Hm7CM6GCdRJdO6smMvMb7G3WeTuTabt4 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJ1dA32EO1P5NlmODIWMJTWb72PzxZ60 { width:18.3125rem;height:6.5625rem;top:0.5rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp { display:block; }#gX9ePRznlpnTAmLD3G3ylqZFe2dS3Rmp > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBZDs4XEVMruhNB53DUIZViN9iAR6px0 { width:15.3125rem;height:2.9746125rem;top:1.7412109375rem;left:2.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ny58QbUFPUQq6D6QLWKuZtJ8cUoz1qQi { display:flex;width:3.87478125rem;height:3.62413125rem;top:4.654296875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #OekInTe0byrmFCRA6GeMIFSVruDcURSg { width:20rem;height:0.0625rem;top:8.2783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo { display:block; }#PI5vzIer0AJ4oGoTc5ksVlX8vOs1lhLo > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxFx2nsKFeEUCwECHPvGqZUrUTGknn75 { width:18.6875rem;height:14.4375rem;top:1.0625rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX { display:block; }#sTSyMc8b4XcfQMsiDIDRJ1qSVHGpGnDX > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B8uu6bHy45VkyvW91zIJZMJBKbb4SSdH { width:17.5rem;height:2.9746125rem;top:1.6796875rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nvq6A0Uw4xLCCCt9qZHHSchpHeDiVvDX { display:flex;width:3.87478125rem;height:3.62413125rem;top:4.46875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #DtccN4T6fRQ40WhVEKF9BSxxRHRm1uNw { width:20rem;height:0.0625rem;top:8.0927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTyknAc3TVWWxTsk95MRyKw7DiLD27f { display:block; }#LuTyknAc3TVWWxTsk95MRyKw7DiLD27f > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiW0tUTNC4i9daJ8OIvImNJD36yvROFx { width:17.875rem;height:2.625rem;top:0.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO { display:block; }#TmUoQSZ8ypel8LpXEIiZQrxl0eKwPOXO > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbET8AoRCwIeJvIlQlCXAXNEvwxMpQiT { width:17.5rem;height:4.4619125rem;top:2.0283203125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCkL7UycMHvJRdWsOt68ROAFvpReQirw { display:flex;width:3.875rem;height:3.625rem;top:6.4268697036744rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #gqZAEGPCuQc9Ki8LTXF0819JPc0g14tg { width:20rem;height:0.0625rem;top:9.9893665313719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZyM3arFKkkTo7QE4MOdtXhlf26U20q { display:block; }#TSZyM3arFKkkTo7QE4MOdtXhlf26U20q > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggke9KJC7UlWLrH0Gc3008rId1KuN4Kc { width:17.125rem;height:0;top:1.125rem;left:1.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #q8BLfILVftJhHZhFc9Rp4cO6yVTzuzrO { width:20rem;height:5.25rem;top:15.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZBytFzKRExVLhZliRyZTKKHx87d7dJKc { width:18.5rem;height:2.9375rem;top:19.78125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#ZBytFzKRExVLhZliRyZTKKHx87d7dJKc li:before{  }
 }@media only screen and (max-width: 763px) { #aEzuaWN7FMzyqhyxvl9yBXn2emfIc9O3 { width:17.75rem;height:3.9375rem;top:24.6875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kJTXJkevocgWEXC9TonqInVGhWo9kxni { width:18.8125rem;height:9.4375rem;top:27.8125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#kJTXJkevocgWEXC9TonqInVGhWo9kxni li:before{  }
 }@media only screen and (max-width: 763px) { #T8h3BOHzB0Ja9IG3V91Ch3vQ2VxaKRwJ { width:17.125rem;height:12.24610625rem;top:2.1875rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 { display:block; }#DdAxgynyWP2v7fdiUQDmzqHCIrzFPLU3 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLDRIdRNATT2acctOgcyAAF60BONFucR { width:17.5rem;height:2.9746125rem;top:2.3046875rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pITZsI4GCROfof0C0o0Cw582l91P3hmB { display:flex;width:3.875rem;height:3.625rem;top:6.4268697036744rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #JwFZAoR3h6XzrMMVWTyKsO0vwqsNhRyJ { width:20rem;height:0.0625rem;top:10.0517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCuTU744d6KxvpESDeaaHGKHA6Lz125 { display:block; }#pwCuTU744d6KxvpESDeaaHGKHA6Lz125 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcLqfmPr69FgRn6Zf6QCQA5ONU84PBBo { width:16.4375rem;height:3.9375rem;top:0.875rem;left:1.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mwWxO7cdFm51tLu5yAQsZC9a7J7VnZvi { width:17.8125rem;height:5.875rem;top:5.3125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#mwWxO7cdFm51tLu5yAQsZC9a7J7VnZvi li:before{  }
 }@media only screen and (max-width: 763px) { #B6cHPsV9SH95T2hLDldGLzMpTiMPLRvm { width:18rem;height:17.0625rem;top:12.25rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pkOh07CuL5D1M94vOJaGirZMTVkcz50o { display:block; }#pkOh07CuL5D1M94vOJaGirZMTVkcz50o > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCHHZrKWisk2bKRhpuxUkaaA6A8CcJIA { width:17.5rem;height:2.9746125rem;top:1.6796875rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPVzvTq3b5cwGM54fqQK4XB7LLn86TSP { display:flex;width:3.875rem;height:3.625rem;top:6.4268697036744rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #DiPJ90UfK5ko7GDJ1xm4PbGzkx6cFw82 { width:20rem;height:0.0625rem;top:10.051866531372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 { display:block; }#rmgh7o6q4WRe1NLXh2ySrFUTLW0RgFw4 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itcKdTh9n0qHKpw7oQJiTOEHncvwHJOo { width:14.1875rem;height:2.625rem;top:0.6875rem;left:2.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M71zJa7R4GS1Pc5T9v9HludKptizbzvG { display:block; }#M71zJa7R4GS1Pc5T9v9HludKptizbzvG > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZsIFgM6xqX9hnZhJv1AMVvV4hu7A5Qm { width:17.5rem;height:2.9746125rem;top:1.6796875rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXVJaBObQmQIF2Ih4UTtdw48c2f6Dwpz { display:flex;width:3.875rem;height:3.625rem;top:6.4268697036744rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #vTwqhS9ZAnEX3y1yxdxHuhOwbWFoXJ8I { width:20rem;height:0.0625rem;top:10.051866531372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 { display:block; }#ONJFUA0hgFHkbTTAtD4DGa4DpNU3QSq5 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxqNTTF9KsJL1o9D0n3xUA1y2XMHqdLr { width:17.9375rem;height:17.0625rem;top:1rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WIw406203tuFKPTsODGTdy8BhwhZL8eW { width:18.6875rem;height:6.875rem;top:18.9375rem;left:0.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#WIw406203tuFKPTsODGTdy8BhwhZL8eW li:before{  }
 }@media only screen and (max-width: 763px) { #FDz3uGOerhir9W0LZohAATWzpCUHTGn6 { width:17rem;height:6.5625rem;top:27.0625rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk { display:block; }#fdValfTFPuNDcbpAB5RTfRu4qUOTl2Tk > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovnRdzXIXgd9xvRFgloKTGxZ0rz8V9Bi { width:17.5rem;height:4.142575rem;top:1.6796875rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqdSrO3GcKAfDMaifdT1f77Bw5D0Ngly { display:flex;width:3.87478125rem;height:3.62413125rem;top:7.62890625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #ALCTmST4VuIUS6KsJ4h2b7A5crtDtlLs { width:20rem;height:0.0625rem;top:11.301866531372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jes7kkKKI32pLuXGod3AOwXCI19cBvza { display:block; }#Jes7kkKKI32pLuXGod3AOwXCI19cBvza > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAkmDExJzQQty0zQ0WEeFXfUaJOofPoV { width:18.0625rem;height:10.5rem;top:0.8125rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xNtONgVNLOUVa9MXhivn74v7Irqqcuhg { display:block; }#xNtONgVNLOUVa9MXhivn74v7Irqqcuhg > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MesUfFxv5UpE65ROndT7Mefqw1reipNo { width:15.9375rem;height:4.4619125rem;top:1.7421875rem;left:2.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OpPb0sXFtACZJHMgEdygKkpIHuaUc30Z { display:flex;width:3.87478125rem;height:3.62413125rem;top:6.1875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #TCBRLmyAqMT5mtPXXDzFTKJckOel0dTJ { width:20rem;height:0.0625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk { display:block; }#x3GP43XwvJwCRF71GlP2ZfuXEB25E3Qk > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToPguRllgSCDJ3wMc7TorOyb1zZNqCwv { width:17.875rem;height:11.8125rem;top:0.875rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #izMlATbtNKwyEPBpEuFBh361bEfT34BP { display:block; }#izMlATbtNKwyEPBpEuFBh361bEfT34BP > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WefEppG5keFzqW4PxqDq6E6SnZ9ldiBW { width:17.5rem;height:4.4619125rem;top:1.6796875rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCstXvcMSfNo3wHwcAdTGkvN1kkT93k8 { display:flex;width:3.87478125rem;height:3.62413125rem;top:7.62890625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #SuF0anuuApQBeMXDwcOhs8mBGXIwRGg9 { width:20rem;height:0.0625rem;top:11.301866531372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX4HZNVyno0NNecwktV33twJuQ2qLGNz { display:block; }#mX4HZNVyno0NNecwktV33twJuQ2qLGNz > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oySctrmnqiF2xOtr2sVKiGTQAIudpA4s { width:18.6875rem;height:6.5625rem;top:0.875rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 { display:block; }#UDGI7bWzFxr4pKTbDHA2lS2sbLSQc3x3 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 { display:block; }#FCSsQ2DGWkhI1lR5xiUHNGxtbRab6V83 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCzVNvAQ1u4POQy6TZTHT3sJsfXoag52 { width:19.25rem;height:1.78125rem;top:7.3125rem;left:0.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bhPog01xUDoPk1HA0qNFQr0Z6CxnKbRn { width:12.4375rem;height:1.03125rem;top:9.09375rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fHCvJlwVCT3fwgg1KqNQk96ZLmwWmzAF { width:17.375rem;height:4.1982375rem;top:17.9375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TmwCHPt0esStK7KTZ1VEqXQXRRuA2KlH { width:18.25rem;height:1.78125rem;top:28.9375rem;left:0.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iPTsmFQ2Wf4u7WHWtJ3LbxTnzTzHc8N9 { width:18.5rem;height:1.5rem;top:30.75rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Co9ZnHwI6V8gSDemzfr1xDm6TK3LUeov { width:18.3125rem;height:3.125rem;top:33.25rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kODswTZplE5GMsOfzO2VRTyrf7LMn6Oc { display:block; }
 }@media only screen and (max-width: 763px) { #qW1lHNfVADrrWMWJnuGFfOO2JkrqKJPm { width:18.1875rem;height:3.75rem;top:37.5rem;left:0.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-family:"fortum cy";display:block; }
 }@media only screen and (max-width: 763px) { #gf7NpW8zsXVTT5WIx67AZDaXMbKNJ7kz { width:3.375rem;height:2.9375rem;top:3.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ron7NUbHZN1wSBcn8NQnfRmxRdf2WJTy { width:3.6875rem;height:3.6875rem;top:13.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRbx3m68hxnymtxzoTIFqUU7kF7bcTt { width:4.375rem;height:3.3125rem;top:25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cySe0fI0J3mlEt1vJNZaJoW9hCopS6iT { width:20rem;height:0.0625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1OaRfT9mX0vDb6NHuZaex6OhKOWmpQc { width:10.4375rem;height:2.4375rem;top:47.75rem;left:4.8125rem;display:block; }
 }