.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:232,247,232;--color-primary-1:179,230,179;--color-primary-2:102,204,102;--color-primary-3:51,102,51;--color-primary-4:15,31,15;--color-secondary-0:252,244,253;--color-secondary-1:247,219,249;--color-secondary-2:238,182,242;--color-secondary-3:119,91,121;--color-secondary-4:36,27,36;--color-tertiary-0:255,255,255;--color-tertiary-1:179,197,193;--color-tertiary-2:0,61,49;--color-tertiary-3:0,31,25;--color-tertiary-4:0,6,5;--headlines-font-family:"Fortum Sans";--paragraphs-font-family:"Fortum Sans"; }@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); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { position:relative;display:none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { border-width: 0; border-radius: 0; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .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; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .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; }#DBoTazZS84J0brXEep6sLro2W0NZb1td { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:75rem;display:none; }
#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA { position:relative;display:none; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA { border-width: 0; border-radius: 0; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .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; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68706875rem;width:10.186625rem;top:1.9986991882324rem;left:0rem;overflow:hidden;display:block; }
#A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { color:#ffffff;display:block;width:17.6248125rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.622612953186rem;left:0.81163215637206rem;height:2.2692875rem;display:block; }
#MH1fLcXRgWRExE5MumuKsvcvVk8lIXeZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:75rem;display:none; }
#WWvhHKeT93zKqKhNsOGvDihkNLkgwx7J { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8123125rem;width:33.3745625rem;top:5.6857643127441rem;left:41.625436782837rem;overflow:hidden;display:block; }
#S3WscaWb1oEOpvbDytX82TooPgKRUkr8 { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:4.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.5625rem;height:5.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.872314453125rem;left:0.060546875rem;display:block; }
#TVOnXwiELGtuWLG3JDAvff5lo9XlnARl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2Ni9MqxFpORVkVcL0BNW1AD9h9w76Eg { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:4.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.9375rem;height:4.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.823974609375rem;left:0rem;display:block; }
#Bby8nkUPWmPtM8RGpDCHJIwGiEv9T2uW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zz50W3RAVMsQFEURL85TJOE4C35uHF66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { background-color: transparent; background-image: none; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container > .video-iframe-container { display: none; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row > .video-iframe-container { display: none; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .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); }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { border-width: 0; border-radius: 0; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#GSntTFzkOUgU3qu2FuconsIVq9XASS5s { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.76953125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#F67pWUT38SnEZsGuAgN4Z107p2kSieH8 { position:relative;display:none; }#F67pWUT38SnEZsGuAgN4Z107p2kSieH8 { border-width: 0; border-radius: 0; }#F67pWUT38SnEZsGuAgN4Z107p2kSieH8 > .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; }#F67pWUT38SnEZsGuAgN4Z107p2kSieH8 > .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; }#X5CXXsFmWoa4UxPcFyqq9L7EK03EiNuu { color:#0f4632;display:block;width:25.0625rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:2.68120625rem;text-align:center;text-align-last:center;display:none; }
#l0wOTLkzUBJCOv22Hmd50EEQ6qh68988 { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;display:none; }
#hyTAvS5NcnZuE7XRFINevTNt9KSNQ1VE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4722225rem;height:2.90950375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:7.96658039093rem;left:3.7500019073486rem;display:none; }
#y7O3EBVQlfTxTuRvcs6iQFzBMQ8nCFuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvAzMmKnKERux0WMEW8TU9XMmF5M7d7Z { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.93706875rem;top:2.5rem;left:10rem;overflow:hidden;display:none; }
#bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR { position:relative;display:none; }#bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR { border-width: 0; border-radius: 0; }#bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR > .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; }#bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR > .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; }#LP7fSL0ncxBgl5BNK7hQ4xCviEKpVBAu { color:#0f4632;display:block;width:20.875rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.5625rem;height:13.6545rem;text-align:left;text-align-last:left;display:none; }
#fukzSSLezLpLVVeAqLPaxAuJA5hAPaVx { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.5625rem;height:3.72613125rem;display:none; }#fukzSSLezLpLVVeAqLPaxAuJA5hAPaVx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fukzSSLezLpLVVeAqLPaxAuJA5hAPaVx li:before{  }
#m47Nx9uavnluA4DzHExmCFT5TGNXMcek { position:relative;display:none; }#m47Nx9uavnluA4DzHExmCFT5TGNXMcek { border-width: 0; border-radius: 0; }#m47Nx9uavnluA4DzHExmCFT5TGNXMcek > .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; }#m47Nx9uavnluA4DzHExmCFT5TGNXMcek > .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; }#urCbUU5BtqwXTh9uDFsD38Q8TLrDMMIk { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:18.684875rem;text-align:center;text-align-last:center;display:none; }
#hqgHPZZQZ23fTyBxR4XfTsJBvnNGcQC6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:11.5rem;display:none; }
#NFieCRZPSVK5w4HoTStmVp0uq4uXIQ1v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.375rem;left:11.5rem;display:none; }
#TODtWN4HCTsqabOoktm40lUlRCsSSGW8 { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.055775rem;text-align:center;text-align-last:center;display:none; }
#nsbgNT4d7mybisgQBnxboySvGf3vJPqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.875rem;left:11.5rem;display:none; }
#sCifk3THH8kr5cAMRmdXGOTzU4gk9NRF { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:27.875rem;left:0rem;height:4.1232625rem;text-align:center;text-align-last:center;display:none; }
#kpCwlfAJECT0kHkUnmWovqZTdmatT7O5 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.1875rem;left:2rem;display:none; }
#GE1yShd6SZOA24hcDG54atOBS8zyrpxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN { position:relative;display:none; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN { border-width: 0; border-radius: 0; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .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; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .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; }#BIbeIAOEu1qvhDlhX5lDzB4rV548dT73 { color:#0f4632;display:block;width:25.0625rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:2.68120625rem;text-align:center;text-align-last:center;display:none; }
#uB9IhDvRTbCJL9TXtLJyD6vTrx0JqmcU { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;display:none; }
#B5lbqyBTqv6NVyK6VOqfPOBilm8ZE7WM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4722225rem;height:2.90950375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:7.96658039093rem;left:3.7500019073486rem;display:none; }
#KBhTJI9Ddhpkhd2CFOS3Bp5uwNgQd5Ky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbzSEUHsiwBnkHCO1Rtxpp5gvViG4dBT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.5rem;left:10rem;overflow:hidden;display:none; }
#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD { position:relative;display:none; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD { border-width: 0; border-radius: 0; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .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; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .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; }#z2uIkrIHJRn0AwQNVtWt9TPh95OZMic0 { color:#0f4632;display:block;width:20.875rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.5625rem;height:13.6545rem;text-align:left;text-align-last:left;display:none; }
#MpPtUOukgOw2aaTfCrbFIK1Wn9DEOkKH { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.5625rem;height:3.72613125rem;display:none; }#MpPtUOukgOw2aaTfCrbFIK1Wn9DEOkKH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MpPtUOukgOw2aaTfCrbFIK1Wn9DEOkKH li:before{  }
#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG { position:relative;display:none; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG { border-width: 0; border-radius: 0; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .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; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .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; }#h4fG2Og14KGkh96aAlnoOKonwIzvkLgS { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:18.684875rem;text-align:center;text-align-last:center;display:none; }
#B0QwdTsFnooDNt3tRQ0NNoiOUyuZCWtk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:11.5rem;display:none; }
#bsX1PhfgZGTTzfd2MmS1IeWTCtT4OVFW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.375rem;left:11.5rem;display:none; }
#yxWsSSyTciQ4D3d3uHMP8oZwPmaomtdp { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.055775rem;text-align:center;text-align-last:center;display:none; }
#wftTuTAvJGL0pdzOF7TdP01P5BSO6qQF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.875rem;left:11.5rem;display:none; }
#XkocEuETkEDNh9SDRNJ1Ba36PbcmbXWU { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:27.875rem;left:0rem;height:4.1232625rem;text-align:center;text-align-last:center;display:none; }
#XZmcOnTyvfbKLArBD2yUoCmUmngPJvyw { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.1875rem;left:2rem;display:none; }
#rZRt6mGSZG4QBb0D1h71nvgPfAskoXHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT { position:relative;display:none; }#b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT { border-width: 0; border-radius: 0; }#b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT > .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; }#b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT > .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; }#uTxiZ5C0ZtTAzmaxQBkPP2fJQkTE7iwl { color:#0f4632;display:block;width:25.0625rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:2.68120625rem;text-align:center;text-align-last:center;display:none; }
#VF97aqVIOL92eNQtNduggvkknPhZ9sUR { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;display:none; }
#OdV7mAAdK74xS545rWTpJLI712ZpIXrE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4722225rem;height:2.90950375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:7.96658039093rem;left:3.7500019073486rem;display:none; }
#QbRzORVqBnTsCR9Q14VIr10OFvWnWqUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SwLpbmylEQyPAJWuuFpzWPeE9uHHFOdg { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.625rem;top:2.5rem;left:10rem;overflow:hidden;display:none; }
#aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI { position:relative;display:none; }#aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI { border-width: 0; border-radius: 0; }#aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI > .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; }#aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI > .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; }#Vp4CG7F4pLimmRFf1zzQsaK2Vuy2buVl { color:#0f4632;display:block;width:20.875rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.5625rem;height:13.6545rem;text-align:left;text-align-last:left;display:none; }
#T6P4ebiIPbTbHZJW9ZgsTMDGipiGAS9R { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.5625rem;height:3.72613125rem;display:none; }#T6P4ebiIPbTbHZJW9ZgsTMDGipiGAS9R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T6P4ebiIPbTbHZJW9ZgsTMDGipiGAS9R li:before{  }
#EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF { position:relative;display:none; }#EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF { border-width: 0; border-radius: 0; }#EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF > .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; }#EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF > .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; }#xSroPMR2Iw6mmiwycfXnLky5yoQWhlrG { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:18.684875rem;text-align:center;text-align-last:center;display:none; }
#LTyN0TKwa04ZTBr55P3h2n0KzLBRvK4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:11.5rem;display:none; }
#KPIlri40Baymb5HqlT0RLM1ZASZbwL3O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.375rem;left:11.5rem;display:none; }
#f5eHcy96cRq6tRmlo8LEX8zCy08uW6ER { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.055775rem;text-align:center;text-align-last:center;display:none; }
#wQ5DWk9qv3bFvl9zLBO8KnkbAwqUaOGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.875rem;left:11.5rem;display:none; }
#wxCWSLessFTg6FDTkvQ8XkSfGJ6bgkcq { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:27.875rem;left:0rem;height:4.1232625rem;text-align:center;text-align-last:center;display:none; }
#QadsCvnHM931RmiHV3GuCPFqyIvuQhXA { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.1875rem;left:2rem;display:none; }
#PCHaTax8HCHlhs4s2aP977Ce5dXWZS8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 { position:relative;display:block; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 { background-color: transparent; background-image: none; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .row .container > .video-iframe-container { display: none; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .row > .video-iframe-container { display: none; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .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); }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 { border-width: 0; border-radius: 0; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .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; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .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.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; }#XSs8o0DM0xWH25AlF7BIlvUt5t2gMbf6 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.936525rem;top:2.87353515625rem;left:10.311279296875rem;overflow:hidden;display:block; }
#KB3dGCRQSbVLfZE2HbbE1CmU7zHJ9PT5 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0610375rem;width:5.0610375rem;top:1.561279296875rem;left:34.969482421875rem;overflow:hidden;display:block; }
#AQMGSkWooc4ZMX7GXLpbOB1MdVli5as0 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.1235375rem;top:2.24853515625rem;left:60.438232421875rem;overflow:hidden;display:block; }
#coM4Va2QW9FVP33JNvU6KNF8zD84dIkT { box-sizing:content-box;height:17.9375rem;width:23.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);top:0.811767578125rem;left:0.9375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#fTrcHsum1CvbTyZTQQ5Ub6HOLnvnS8DR { box-sizing:content-box;height:17.937rem;width:23.374rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);top:0.811767578125rem;left:50.655517578125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#xIuyLvwC9dcCeAfb5WlKLHiap4ZBNETI { box-sizing:content-box;height:17.937rem;width:23.374rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.968017578125rem;left:25.81298828125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp { position:relative;display:block; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp { background-color: transparent; background-image: none; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .row .container > .video-iframe-container { display: none; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .row > .video-iframe-container { display: none; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .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); }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp { border-width: 0; border-radius: 0; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .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; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .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.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; }#wTX5aZzyhoyFfHwURBDcEsdTXkllMITE { color:#0f4632;display:block;width:25.0625rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.6818875rem;text-align:center;text-align-last:center;display:block; }
#TVrRFpcOsZhhTNxRfWDqsgK9IgCVvW88 { color:#eeb6f2;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.6875rem;left:25rem;height:2.6818875rem;text-align:center;text-align-last:center;display:block; }
#k76qPahArGSmb2QsbVbemT6erCd586oX { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.6875rem;left:49.9375rem;height:2.6818875rem;text-align:center;text-align-last:center;display:block; }
#nDEfD2XVAdFOPqxIpBTyb0FhDQ5tSUuO { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#LZXcJFQzsRtvXhJ9V89q7G4fVGm3uKwZ { color:#eeb6f2;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4rem;left:25rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NqL910TXepkNdXRUrIHWLXvlTtdNOO6u { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:49.9375rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#U4ewdc5LMDB6gT9ytBl80RK6t8yMsoFk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4722225rem;height:2.90950375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:7.96658039093rem;left:3.7500019073486rem;display:block; }
#I1Rb0BqiPaI2G8XVpRIyvOHcNVrdpbOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHk0u1b7hcISDc9ygftS4qDrbc0ODqGp { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.444035rem;height:2.88129125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.965495586395rem;left:28.763021469116rem;display:block; }
#mPpGy6k6v3lp0XlZbcVC7gMMhgnS6XDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxbpkX86q6AoIO41ng9oWmwu7zFNQbid { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.415785rem;height:2.853085rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:7.9796013832094rem;left:53.777132034302rem;display:block; }
#dctqTBMoGozdEGTR5M6RTE9T0dzzicE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A { position:relative;display:block; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A { background-color: transparent; background-image: none; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .row .container > .video-iframe-container { display: none; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .row > .video-iframe-container { display: none; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .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); }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A { border-width: 0; border-radius: 0; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .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; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .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:28rem;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; }#ZEIT9E29Diw09FVKdJICbHmkJB3QCdh3 { color:#0f4632;display:block;width:20.874rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.138671875rem;left:2.0625rem;height:16.2475625rem;text-align:left;text-align-last:left;display:block; }
#SokiaHF9JVEuedIa42TswkAXVn0M0nUM { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.93359375rem;left:2.0625rem;height:5.49926875rem;display:block; }#SokiaHF9JVEuedIa42TswkAXVn0M0nUM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SokiaHF9JVEuedIa42TswkAXVn0M0nUM li:before{  }
#t9pnkyxes9UuBhB5yB1CilkdPgeR1nA4 { color:#ffffff;display:block;width:19.7485625rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.138671875rem;left:27.62451171875rem;height:9.7485625rem;text-align:left;text-align-last:left;display:block; }
#aB8Cqft6PpZQ6rotpaRCGNm96PUgzXOJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.478759765625rem;left:27.62451171875rem;height:10.6860625rem;display:block; }#aB8Cqft6PpZQ6rotpaRCGNm96PUgzXOJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aB8Cqft6PpZQ6rotpaRCGNm96PUgzXOJ li:before{  }
#HsyUiAgQKmpAx3PrkHfZPF8udToE4TVo { color:#0f4632;display:block;width:19.3103125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.138671875rem;left:52.84423828125rem;height:14.6228125rem;text-align:left;text-align-last:left;display:block; }
#iPpzpBcewptEdQS9iwk6azir17JJxXXS { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.560302734375rem;left:52.843017578125rem;height:9.06125rem;display:block; }#iPpzpBcewptEdQS9iwk6azir17JJxXXS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iPpzpBcewptEdQS9iwk6azir17JJxXXS li:before{  }
#T80gBPFroJMyob5x2CbZOioa6dg0VUQE { box-sizing:content-box;height:26.375rem;width:23.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);top:0.496826171875rem;left:0.655517578125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Xy60MaXOcslulLPCO6DZnITwEU6A0Qzc { box-sizing:content-box;height:26.5rem;width:23.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);top:0.511474609375rem;left:50.655517578125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#CC9Tm1oreJ2aCQ6Ef7O2RTcBvXKWoXx3 { box-sizing:content-box;height:26.3125rem;width:23.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.52734375rem;left:25.81298828125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq { position:relative;display:block; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq { background-color: transparent; background-image: none; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .row .container > .video-iframe-container { display: none; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .row > .video-iframe-container { display: none; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .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); }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq { border-width: 0; border-radius: 0; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .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; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .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:47.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; }#z8NyPhWpsHin2ScuIQKP8RXJgEwvXOVZ { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:19.64475rem;text-align:center;text-align-last:center;display:block; }
#GIVTi6p6piTHD0DrOi1GxLGA4CeoseTD { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.249349594116rem;left:0rem;height:1.05590625rem;text-align:center;text-align-last:center;display:block; }
#dTC7xsRn9DvrhO6NfJdgGuVNLmRtDvq8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.248699188233rem;left:11.499567031861rem; }
#sUAx4HfedydPw46AO1Ahzhk4RMI34uNW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.997831344604rem;left:11.499567031861rem; }
#A3F2nCbSHn1DPoLcKO8QlSCTexHSRaHB { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:25rem;height:21.4306875rem;text-align:center;text-align-last:center;display:block; }
#xzilsFdXnc61FZ7dsHRUDLlxFJ0NXn2K { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.249349594116rem;left:25.000001907349rem;height:1.05590625rem;text-align:center;text-align-last:center;display:block; }
#hWxkusq5Z1RLxDwcZaXKZIX4c2VwRJ2L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.248699188233rem;left:36.500650405884rem; }
#zJpN4bXzTOemv4OHP5eB82oWT1VtUFls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.997831344604rem;left:36.500650405884rem; }
#CddWuFb8RNx93bMac88eT9FJ8dTv2LhO { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.3120660781861rem;left:49.938150405884rem;height:19.64475rem;text-align:center;text-align-last:center;display:block; }
#WUf9xhPCe0TNoICtNyzGuKXxKTUe34Rr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.997831344604rem;left:61.499567031861rem; }
#BtpQlTR4RPrwvOMp1gLS5z8c4sAurCdr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.248699188233rem;left:61.499567031861rem; }
#VbyaNIO0OWvtGaaRuKAamlT4ZmxpRlks { color:#0f4632;display:block;width:25.061875rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.249349594116rem;left:49.938150405884rem;height:1.05590625rem;text-align:center;text-align-last:center;display:block; }
#HkO7Rl8skG2HT9usrWnuyO0E4iFahZO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.875rem;left:11.499567031861rem; }
#k1LhWfeQThxCuOAiQbJzSnoFHUeyDEhT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.875rem;left:36.500650405884rem; }
#wUhxi3zi04Tcc0FI4imcDfZ8mQ7zMTUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.875rem;left:61.499567031861rem; }
#P4mhJzWnTwzkuH2Sdk59BXG6nGRuXH9J { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:35.186767578125rem;left:2.03125rem;display:block; }
#asmLGVTJp1qHs9y8f9kn2zXSnrzWMHPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUL1c4s04lTbA0QtcsGgnZLlPGJ8XTHR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:35.186767578125rem;left:27.03125rem;display:block; }
#mtrOVX61DzgXtOT6HuRctXT0qFQLcaxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VIqd3N0KH4uhzPOGui2gnToTU2usng3N { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.186767578125rem;left:52.03125rem;display:block; }
#xsLQb9EsDu4aUMBSm3fiQ2SwJQf62GCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXBzSZiwvPdJtryWsi3D5WMPbhbT9oUw { color:#0f4632;display:block;width:25.0610625rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:28.936767578125rem;left:0rem;height:4.1235375rem;text-align:center;text-align-last:center;display:block; }
#mWx6Ol3C6pg1NozTazpnKumQSXTyEDP4 { color:#ffffff;display:block;width:25.0610625rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:28.936767578125rem;left:25rem;height:4.1235375rem;text-align:center;text-align-last:center;display:block; }
#mgxovC6Ecn63pKKAC1nuTwLdScFoAkK9 { color:#0f4632;display:block;width:25.0610625rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:28.936767578125rem;left:49.937744140625rem;height:4.1235375rem;text-align:center;text-align-last:center;display:block; }
#ehc7OATcM71pUVR4CXQENZpd1G3Q7fTi { box-sizing:content-box;height:40.0625rem;width:23.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);top:0.809326171875rem;left:0.655517578125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#umT7grL2PLKBmKSnCKtqwx7Q3QwXqZTl { box-sizing:content-box;height:40.06225rem;width:23.374rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);top:0.80810546875rem;left:50.655517578125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#O7ieEnf7XD4iNf1onvCRxSVNE6T9ahPl { box-sizing:content-box;height:40.25rem;width:23.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.9765625rem;left:25.81298828125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4632;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; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { background-color: transparent; background-image: none; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container > .video-iframe-container { display: none; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row > .video-iframe-container { display: none; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .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); }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { border-width: 0; border-radius: 0; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#XEWP9VyOy9pEiGWNKtiFd8m5LoKU7LtW { color:#eeb6f2;display:block;width:69.4375rem;position:absolute;font-family:"fortum sans";font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:3.849825rem;text-align:center;text-align-last:center;display:block; }
#BzLDwRtDdyRowwr3RMxIWRTCexcoI7Lx { color:#ffffff;display:block;width:66.6875rem;position:absolute;font-family:"fortum sans";font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:0rem;height:3.23046875rem;text-align:center;text-align-last:center;display:block; }
#MBEhD6wdLpQG2R83vOCnSfIcyPdbumFm { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.0625rem;top:5.5625rem;left:62.34375rem;overflow:hidden;display:block; }
#MJd10Fc0XX7wzvRqMccdBPE67sW8qRpI { box-sizing:content-box;height:6.5rem;width:6.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#0f4632;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(11,11,11,0.62) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.4375rem;left:61.625rem;display:block; }
#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { position:relative;display:block; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { background-color: transparent; background-image: none; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container > .video-iframe-container { display: none; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row > .video-iframe-container { display: none; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .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); }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { border-width: 0; border-radius: 0; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .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; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qx2fTAOAAJVkbFo4o3VN3Eb7ZBbQNPLe { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#Q39lDuUAJNeEsT5kv1Wsq1DodB7kXOZW { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:12.6875rem;left:6.5625rem;overflow:hidden;display:block; }
#eMBQ9Qibw75oew7ZAdcvWiASgQh1TSgJ { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5rem;left:0rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#DXtSBM7MoM8LvOzv2NzeqrddrPshIXuU { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:12.6875rem;left:26.125rem;overflow:hidden;display:block; }
#tqUmW7DQCduoVpAvsnXqxprqidQ96mbF { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:19.6875rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#HqKGZkllwvH3uNElHQQNHVxmDqtB0012 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:12.46875rem;left:45.96875rem;overflow:hidden;display:block; }
#gfA3dZ9eT22smVaNpAnTxcUokQwUBUmN { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:39.625rem;height:3.898925rem;text-align:center;text-align-last:center;display:block; }
#T1ZnLQhOkiQz7I3agEIDlikuLnHicZfH { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:12rem;left:64.90625rem;overflow:hidden;display:block; }
#TqxAdHh5wDxyd6WJ5EfOQDnNQmdSacBL { color:#0f4632;display:block;width:15.875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:59.125rem;height:;text-align:center;text-align-last:center;display:block; }
#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { position:relative;display:block; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { background-color: transparent; background-image: none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container > .video-iframe-container { display: none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row > .video-iframe-container { display: none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .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); }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { border-width: 0; border-radius: 0; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .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; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .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:35.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; }#ahkniilO3bLwmXUieeCGa9PxQW70DQcp { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:34.125rem;top:7rem;left:39.8125rem;overflow:hidden;display:block; }
#F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { box-sizing:content-box;height:5.25rem;width:5.25rem;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:15002;background-color:#0f4632;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:37.1875rem;display:block; }
#G20fby17hcnsJrTTiAUHq0TVoc4ybXF8 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:18.1875rem;left:36.625rem;overflow:hidden;display:block; }
#nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:5.4375rem;left:0rem;display:block; }
#UD77Bos3SKe5JRWGVMfleLf6nyacVnW5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#zuedRJm9wwiBfILe9gq8THgGG0G5TekF { position:relative;display:none; }#zuedRJm9wwiBfILe9gq8THgGG0G5TekF { border-width: 0; border-radius: 0; }#zuedRJm9wwiBfILe9gq8THgGG0G5TekF > .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; }#zuedRJm9wwiBfILe9gq8THgGG0G5TekF > .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; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { position:relative;display:block; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { background-color: transparent; background-image: none; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container > .video-iframe-container { display: none; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row > .video-iframe-container { display: none; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .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); }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { border-width: 0; border-radius: 0; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .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; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .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:42.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; }#q3oDNPfsnqNkFp18kkIUenrw7wgwpebe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:71.625rem;top:11.4375rem;left:1.6875rem;overflow:hidden;display:block; }
#CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#HHLbwVDVmgNLnemMb0r5hu5a6tOhx5Sv { color:#0f4632;display:block;width:17.1875rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.375rem;left:3.0625rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#yWL96V0euSMVhcM8luZodAMZy59v6LtU { color:#0f4632;display:block;width:32.625rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.125rem;left:3.0625rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#m11XUWnc3xwpsA2LIUdrkaohVqBcN6VP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:75rem;display:none; }
#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { position:relative;display:block; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { background-color: transparent; background-image: none; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container > .video-iframe-container { display: none; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row > .video-iframe-container { display: none; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .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); }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { border-width: 0; border-radius: 0; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .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; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .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:48.5625rem;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; }#T9KZSTTFboxLHKCF3rzRGWvacZTEPwNJ { color:#0f4632;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { color:#0f4632;display:block;width:4.5625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:9.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#bOPTenzlllGWXOaQcccZ4TsntF5WZust { color:#0f4632;display:block;width:4.5625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.375rem;left:35.0625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { box-sizing:content-box;height:15.625rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:#f7f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:0rem;display:block; }
#UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { box-sizing:content-box;height:15.6875rem;width:24.25rem;position:absolute;display:block;z-index:15002;background-color:#f7f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:25.1875rem;display:block; }
#I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15003;background-color:#18d270;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:9.3125rem;display:block; }
#agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15004;background-color:#18d270;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:34.9375rem;display:block; }
#s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { color:#0f4632;display:block;width:23.9375rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:18.1875rem;left:25.5625rem;height:3.8501rem;text-align:center;text-align-last:center;display:block; }
#Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.625rem;left:28.4375rem;height:3.2495125rem;text-align:center;text-align-last:center;display:block; }
#XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:51.1875rem;height:3.2495125rem;text-align:center;text-align-last:center;display:block; }
#Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { 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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:72.875rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.5625rem;left:0.875rem;display:block; }
#qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { box-sizing:content-box;height:15.5625rem;width:24.25rem;position:absolute;display:block;z-index:15003;background-color:#f7f9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:50.5625rem;display:block; }
#sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { box-sizing:content-box;height:4.8125rem;width:4.8125rem;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:15005;background-color:#18d270;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:60.6875rem;display:block; }
#DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { color:#0f4632;display:block;width:4.5625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.375rem;left:60.75rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { color:#0f4632;display:block;width:24.375rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:18.1875rem;left:50.4375rem;height:3.8501rem;text-align:center;text-align-last:center;display:block; }
#NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { color:#0f4632;display:block;width:23.9375rem;position:absolute;font-family:"fortum sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:18.1875rem;left:0rem;height:3.8501rem;text-align:center;text-align-last:center;display:block; }
#Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:3.125rem;height:3.2495125rem;text-align:center;text-align-last:center;display:block; }
#CmxDXKlei4467cQraoAs6Txyk4kLMPTF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #0f4632;border-left:0.1875rem solid #0f4632;border-right:0.1875rem solid #0f4632;border-bottom:0.1875rem solid #0f4632;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.75rem;left:2.9375rem;display:block; }
#do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxevtokNdh19FfgPsxOrTVskf2WXfXWX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;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; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { background-color: transparent; background-image: none; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container > .video-iframe-container { display: none; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row > .video-iframe-container { display: none; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .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); }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { border-width: 0; border-radius: 0; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#Dg6pa4gGnERcUlCiRd0QFyDSwHlDglaD { color:#0f4632;display:block;width:26.8125rem;position:absolute;font-family:"fortum sans";font-size:6.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:5.125rem;left:2.125rem;height:7.8003125rem;text-align:left;text-align-last:left;display:block; }
#ohEikxMwNUCagHfRbu1IlxzzqyviEMZl { color:#0f4632;display:block;width:32.625rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:12.4375rem;left:2.125rem;height:3.2995625rem;text-align:left;text-align-last:left;display:block; }
#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;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; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { background-color: transparent; background-image: none; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container > .video-iframe-container { display: none; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row > .video-iframe-container { display: none; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .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); }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { border-width: 0; border-radius: 0; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#EW4Mu5JNGoRcaXChSf52owEGaw58iFTT { color:#0f4632;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; }
#yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:13rem;left:2.4375rem;height:12.244875rem;text-align:left;text-align-last:left;display:block; }
#xHmq6euUTqLTTwi0tGu1n3UHax0oXQ01 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:13rem;left:43.34375rem;height:8.7463125rem;text-align:left;text-align-last:left;display:block; }
#h4CWKxWkBftJBiCZvAMdQnXAzdxbBbT6 { color:#0f4632;display:block;width:27.3125rem;position:absolute;font-family:"fortum sans";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; }
#ZVqymiXmBUBZURJcrE3TIgTgXGT8IXT4 { 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; }
#lCFCqcTnhmtK2dcClWFHkJkidS2TsAeD { 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; }
#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;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; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { background-color: transparent; background-image: none; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container > .video-iframe-container { display: none; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row > .video-iframe-container { display: none; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .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); }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { border-width: 0; border-radius: 0; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#tFXIclJJQc3DT0Ic0a0A3TNXV5t9MAnT { 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; }
#pEwqb1igS4si9ozW23Wi8yU9OTz6Rg1B { color:#313131;display:block;width:28.6875rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.1865234375rem;left:43.3125rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#c03ds3q8kvfnuXzw3EXwp5VVWvTAq22H { 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:10rem;width:9.25rem;top:1.8125rem;left:2.875rem;overflow:hidden;display:block; }
#I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.6640625rem;left:2.875rem;height:13.9965875rem;text-align:left;text-align-last:left;display:block; }
#u3Uu0VrvfC0SFoq3xs8RmHMaeoo9nUKd { color:#0f4632;display:block;width:26.1875rem;position:absolute;font-family:"fortum sans";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; }
#HZn0ws1PP6hR9ybti2cNOy7VfrGnT0SC { color:#0f4632;display:block;width:27.3125rem;position:absolute;font-family:"fortum sans";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; }
#lDHToFKrbId468QUf1L2T5BTJymIOBAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4632;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; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { background-color: transparent; background-image: none; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container > .video-iframe-container { display: none; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row > .video-iframe-container { display: none; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .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); }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { border-width: 0; border-radius: 0; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#VQzfiAoqU96Fu2fZ8KEDFQ1Q8OQFe9g0 { 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.68823125rem;text-align:left;text-align-last:left;display:block; }
#HCHqp7mlwqOtkQKRbP3hrd7op21CgaHf { 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; }
#HV1rHqVd5wfatp176OHyIduSEhiE5SZZ { 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.497075rem;text-align:left;text-align-last:left;display:block; }
#ko4lnp9dRFIEwPXy7W9HTwig15CSiH8M { 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; }
#OixOtJMLKGCs09SRgF7u8m2dpJuu8l5E { 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.68823125rem;text-align:left;text-align-last:left;display:block; }
#u7I1DGSNLyWPN8CHeiAvTqs7GSRd42bQ { 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; }
#KVPR6vL7Q19Bgm0pqnzcoihc65OUTguB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbTMmPqnJyFX9clIkicDkRmn3iZbcqUN { 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; }
#QV9DN3TFBMRwa7vpCVmBfQpO2WlUxqw0 { 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; }
#t3x9AoZErZmUgwnUa1SeO2auNwRQWxe2 { 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; }
#uBbHrQ6dIMP0TTfIpcFifuVHf5tzwSq8 { 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; }
#dizTlXQgsVtC7eRsrSsGvkt9ihxPq4Kh { 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; }
#EAuIPcoLDJNdNi9yzUv5DBhy2y1CBQRl { 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) { #wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { display:none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBoTazZS84J0brXEep6sLro2W0NZb1td { width:47.75rem;height:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA { display:none; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row .container { width:47.75rem;position:relative;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) { #ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { width:10.125rem;height:3.6647634612789rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { width:17.5625rem;height:2.25rem;top:12.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH1fLcXRgWRExE5MumuKsvcvVk8lIXeZ { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWvhHKeT93zKqKhNsOGvDihkNLkgwx7J { width:33.3125rem;height:19.775470020206rem;top:5.625rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3WscaWb1oEOpvbDytX82TooPgKRUkr8 { width:40.5625rem;height:5.25rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOnXwiELGtuWLG3JDAvff5lo9XlnARl { display:block; }
 }@media only screen and (max-width: 763px) { #o2Ni9MqxFpORVkVcL0BNW1AD9h9w76Eg { width:39.9375rem;height:4.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bby8nkUPWmPtM8RGpDCHJIwGiEv9T2uW { display:block; }
 }@media only screen and (max-width: 763px) { #zz50W3RAVMsQFEURL85TJOE4C35uHF66 { display:block; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSntTFzkOUgU3qu2FuconsIVq9XASS5s { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F67pWUT38SnEZsGuAgN4Z107p2kSieH8 { display:none; }#F67pWUT38SnEZsGuAgN4Z107p2kSieH8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X5CXXsFmWoa4UxPcFyqq9L7EK03EiNuu { width:25rem;height:2.625rem;top:7.0625rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0wOTLkzUBJCOv22Hmd50EEQ6qh68988 { width:25rem;height:1.8125rem;top:10.375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyTAvS5NcnZuE7XRFINevTNt9KSNQ1VE { width:17.4375rem;height:2.875rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7O3EBVQlfTxTuRvcs6iQFzBMQ8nCFuP { display:block; }
 }@media only screen and (max-width: 763px) { #zvAzMmKnKERux0WMEW8TU9XMmF5M7d7Z { width:4.875rem;height:3.7028550594925rem;top:2.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR { display:none; }#bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LP7fSL0ncxBgl5BNK7hQ4xCviEKpVBAu { width:20.8125rem;height:13.625rem;top:2.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fukzSSLezLpLVVeAqLPaxAuJA5hAPaVx { width:21.875rem;height:3.6875rem;top:14.875rem;left:0rem;font-size:1.125rem;display:none; }#fukzSSLezLpLVVeAqLPaxAuJA5hAPaVx li:before{  }
 }@media only screen and (max-width: 763px) { #m47Nx9uavnluA4DzHExmCFT5TGNXMcek { display:none; }#m47Nx9uavnluA4DzHExmCFT5TGNXMcek > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #urCbUU5BtqwXTh9uDFsD38Q8TLrDMMIk { width:20rem;height:;top:5.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqgHPZZQZ23fTyBxR4XfTsJBvnNGcQC6 { width:1.9375rem;height:1.9375rem;top:1.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFieCRZPSVK5w4HoTStmVp0uq4uXIQ1v { width:1.9375rem;height:1.9375rem;top:9.375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TODtWN4HCTsqabOoktm40lUlRCsSSGW8 { width:25rem;height:1rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsbgNT4d7mybisgQBnxboySvGf3vJPqT { width:1.9375rem;height:1.9375rem;top:18.875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCifk3THH8kr5cAMRmdXGOTzU4gk9NRF { width:20rem;height:;top:30.0625rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpCwlfAJECT0kHkUnmWovqZTdmatT7O5 { width:20.9375rem;height:3.4375rem;top:34.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GE1yShd6SZOA24hcDG54atOBS8zyrpxP { display:block; }
 }@media only screen and (max-width: 763px) { #CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN { display:none; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BIbeIAOEu1qvhDlhX5lDzB4rV548dT73 { width:20rem;height:;top:6.5rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uB9IhDvRTbCJL9TXtLJyD6vTrx0JqmcU { width:20rem;height:;top:8.625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5lbqyBTqv6NVyK6VOqfPOBilm8ZE7WM { width:17.4375rem;height:2.875rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBhTJI9Ddhpkhd2CFOS3Bp5uwNgQd5Ky { display:block; }
 }@media only screen and (max-width: 763px) { #qbzSEUHsiwBnkHCO1Rtxpp5gvViG4dBT { width:3.75rem;height:3.75rem;top:2.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwEu1HCGbfBy6tLevFM16N36kPV7JJWD { display:none; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2uIkrIHJRn0AwQNVtWt9TPh95OZMic0 { width:17.9375rem;height:;top:0.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpPtUOukgOw2aaTfCrbFIK1Wn9DEOkKH { width:18.5rem;height:;top:8.875rem;left:0rem;font-size:1.125rem;display:none; }#MpPtUOukgOw2aaTfCrbFIK1Wn9DEOkKH li:before{  }
 }@media only screen and (max-width: 763px) { #DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG { display:none; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h4fG2Og14KGkh96aAlnoOKonwIzvkLgS { width:20rem;height:;top:5.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0QwdTsFnooDNt3tRQ0NNoiOUyuZCWtk { width:1.9375rem;height:1.9375rem;top:1.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsX1PhfgZGTTzfd2MmS1IeWTCtT4OVFW { width:1.9375rem;height:1.9375rem;top:9.375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxWsSSyTciQ4D3d3uHMP8oZwPmaomtdp { width:20rem;height:;top:17.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wftTuTAvJGL0pdzOF7TdP01P5BSO6qQF { width:1.9375rem;height:1.9375rem;top:18.875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkocEuETkEDNh9SDRNJ1Ba36PbcmbXWU { width:20rem;height:;top:30.8125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZmcOnTyvfbKLArBD2yUoCmUmngPJvyw { width:20.9375rem;height:3.4375rem;top:34.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZRt6mGSZG4QBb0D1h71nvgPfAskoXHE { display:block; }
 }@media only screen and (max-width: 763px) { #b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT { display:none; }#b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTxiZ5C0ZtTAzmaxQBkPP2fJQkTE7iwl { width:20rem;height:;top:6.5rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF97aqVIOL92eNQtNduggvkknPhZ9sUR { width:16.25rem;height:;top:8.875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdV7mAAdK74xS545rWTpJLI712ZpIXrE { width:17.4375rem;height:2.875rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbRzORVqBnTsCR9Q14VIr10OFvWnWqUZ { display:block; }
 }@media only screen and (max-width: 763px) { #SwLpbmylEQyPAJWuuFpzWPeE9uHHFOdg { width:3.625rem;height:3.75rem;top:2.5rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI { display:none; }#aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vp4CG7F4pLimmRFf1zzQsaK2Vuy2buVl { width:17.9375rem;height:;top:0.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6P4ebiIPbTbHZJW9ZgsTMDGipiGAS9R { width:18.5rem;height:;top:14.4375rem;left:0rem;font-size:1.125rem;display:none; }#T6P4ebiIPbTbHZJW9ZgsTMDGipiGAS9R li:before{  }
 }@media only screen and (max-width: 763px) { #EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF { display:none; }#EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xSroPMR2Iw6mmiwycfXnLky5yoQWhlrG { width:20rem;height:;top:5.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTyN0TKwa04ZTBr55P3h2n0KzLBRvK4M { width:1.9375rem;height:1.9375rem;top:1.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPIlri40Baymb5HqlT0RLM1ZASZbwL3O { width:1.9375rem;height:1.9375rem;top:9.375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5eHcy96cRq6tRmlo8LEX8zCy08uW6ER { width:20rem;height:;top:17.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQ5DWk9qv3bFvl9zLBO8KnkbAwqUaOGq { width:1.9375rem;height:1.9375rem;top:18.875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxCWSLessFTg6FDTkvQ8XkSfGJ6bgkcq { width:20rem;height:;top:30.8125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QadsCvnHM931RmiHV3GuCPFqyIvuQhXA { width:20.9375rem;height:3.4375rem;top:34.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCHaTax8HCHlhs4s2aP977Ce5dXWZS8q { display:block; }
 }@media only screen and (max-width: 763px) { #CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 { display:none; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSs8o0DM0xWH25AlF7BIlvUt5t2gMbf6 { width:4.875rem;height:3.703262922805rem;top:2.8125rem;left:5.748779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3dGCRQSbVLfZE2HbbE1CmU7zHJ9PT5 { width:5rem;height:5rem;top:1.5rem;left:21.281982421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQMGSkWooc4ZMX7GXLpbOB1MdVli5as0 { width:4.0625rem;height:4.3102402973175rem;top:2.1875rem;left:37.625732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coM4Va2QW9FVP33JNvU6KNF8zD84dIkT { width:23.375rem;height:17.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrcHsum1CvbTyZTQQ5Ub6HOLnvnS8DR { width:23.3125rem;height:17.875rem;top:0.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIuyLvwC9dcCeAfb5WlKLHiap4ZBNETI { width:23.3125rem;height:17.875rem;top:0.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v64EGlsS4lE5K8FG20WScbRVuNcyt0rp { display:none; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTX5aZzyhoyFfHwURBDcEsdTXkllMITE { width:25rem;height:2.625rem;top:0.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrRFpcOsZhhTNxRfWDqsgK9IgCVvW88 { width:25rem;height:2.625rem;top:0.6875rem;left:6.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76qPahArGSmb2QsbVbemT6erCd586oX { width:25rem;height:2.625rem;top:0.6875rem;left:6.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDEfD2XVAdFOPqxIpBTyb0FhDQ5tSUuO { width:25rem;height:1.75rem;top:3.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZXcJFQzsRtvXhJ9V89q7G4fVGm3uKwZ { width:25rem;height:1.75rem;top:3.9375rem;left:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqL910TXepkNdXRUrIHWLXvlTtdNOO6u { width:25rem;height:1.75rem;top:3.9375rem;left:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ewdc5LMDB6gT9ytBl80RK6t8yMsoFk { width:17.4375rem;height:2.875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rb0BqiPaI2G8XVpRIyvOHcNVrdpbOC { display:block; }
 }@media only screen and (max-width: 763px) { #wHk0u1b7hcISDc9ygftS4qDrbc0ODqGp { width:17.4375rem;height:2.875rem;top:7.9375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpGy6k6v3lp0XlZbcVC7gMMhgnS6XDN { display:block; }
 }@media only screen and (max-width: 763px) { #GxbpkX86q6AoIO41ng9oWmwu7zFNQbid { width:17.375rem;height:2.8125rem;top:7.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dctqTBMoGozdEGTR5M6RTE9T0dzzicE4 { display:block; }
 }@media only screen and (max-width: 763px) { #glmS7yM7tq9LJmiCCMptCVuzLx9khT3A { display:none; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZEIT9E29Diw09FVKdJICbHmkJB3QCdh3 { width:20.8125rem;height:16.1875rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SokiaHF9JVEuedIa42TswkAXVn0M0nUM { width:21.875rem;height:;top:16.875rem;left:0rem;font-size:1.25rem;display:block; }#SokiaHF9JVEuedIa42TswkAXVn0M0nUM li:before{  }
 }@media only screen and (max-width: 763px) { #t9pnkyxes9UuBhB5yB1CilkdPgeR1nA4 { width:19.6875rem;height:9.6875rem;top:2.125rem;left:12.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8Cqft6PpZQ6rotpaRCGNm96PUgzXOJ { width:21.875rem;height:10.625rem;top:10.4375rem;left:9.875rem;font-size:1.25rem;display:block; }#aB8Cqft6PpZQ6rotpaRCGNm96PUgzXOJ li:before{  }
 }@media only screen and (max-width: 763px) { #HsyUiAgQKmpAx3PrkHfZPF8udToE4TVo { width:19.25rem;height:14.5625rem;top:2.125rem;left:28.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPpzpBcewptEdQS9iwk6azir17JJxXXS { width:20.25rem;height:9.0625rem;top:15.5rem;left:26.375rem;font-size:1.25rem;display:block; }#iPpzpBcewptEdQS9iwk6azir17JJxXXS li:before{  }
 }@media only screen and (max-width: 763px) { #T80gBPFroJMyob5x2CbZOioa6dg0VUQE { width:23.375rem;height:26.375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy60MaXOcslulLPCO6DZnITwEU6A0Qzc { width:23.375rem;height:26.5rem;top:0.5rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC9Tm1oreJ2aCQ6Ef7O2RTcBvXKWoXx3 { width:23.375rem;height:26.3125rem;top:0.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq { display:none; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z8NyPhWpsHin2ScuIQKP8RXJgEwvXOVZ { width:25rem;height:19.625rem;top:4.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIVTi6p6piTHD0DrOi1GxLGA4CeoseTD { width:25rem;height:1rem;top:17.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTC7xsRn9DvrhO6NfJdgGuVNLmRtDvq8 { width:1.9375rem;height:1.9375rem;top:11.1875rem;left:6.9370670318606rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUAx4HfedydPw46AO1Ahzhk4RMI34uNW { width:1.9375rem;height:1.9375rem;top:19.9375rem;left:6.9370670318606rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3F2nCbSHn1DPoLcKO8QlSCTexHSRaHB { width:25rem;height:21.4375rem;top:4.25rem;left:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzilsFdXnc61FZ7dsHRUDLlxFJ0NXn2K { width:25rem;height:1rem;top:17.1875rem;left:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWxkusq5Z1RLxDwcZaXKZIX4c2VwRJ2L { width:1.9375rem;height:1.9375rem;top:11.1875rem;left:22.813150405884rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpN4bXzTOemv4OHP5eB82oWT1VtUFls { width:1.9375rem;height:1.9375rem;top:19.9375rem;left:22.813150405884rem;display:block; }
 }@media only screen and (max-width: 763px) { #CddWuFb8RNx93bMac88eT9FJ8dTv2LhO { width:25rem;height:19.625rem;top:4.25rem;left:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUf9xhPCe0TNoICtNyzGuKXxKTUe34Rr { width:1.9375rem;height:1.9375rem;top:19.9375rem;left:38.687067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtpQlTR4RPrwvOMp1gLS5z8c4sAurCdr { width:1.9375rem;height:1.9375rem;top:11.1875rem;left:38.687067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbyaNIO0OWvtGaaRuKAamlT4ZmxpRlks { width:25rem;height:1rem;top:17.1875rem;left:6.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkO7Rl8skG2HT9usrWnuyO0E4iFahZO5 { width:1.9375rem;height:1.9375rem;top:1.875rem;left:6.9370670318606rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1LhWfeQThxCuOAiQbJzSnoFHUeyDEhT { width:1.9375rem;height:1.9375rem;top:1.875rem;left:22.813150405884rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUhxi3zi04Tcc0FI4imcDfZ8mQ7zMTUL { width:1.9375rem;height:1.9375rem;top:1.875rem;left:38.687067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4mhJzWnTwzkuH2Sdk59BXG6nGRuXH9J { width:20.9375rem;height:3.4375rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asmLGVTJp1qHs9y8f9kn2zXSnrzWMHPQ { display:block; }
 }@media only screen and (max-width: 763px) { #QUL1c4s04lTbA0QtcsGgnZLlPGJ8XTHR { width:20.9375rem;height:3.4375rem;top:35.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtrOVX61DzgXtOT6HuRctXT0qFQLcaxC { display:block; }
 }@media only screen and (max-width: 763px) { #VIqd3N0KH4uhzPOGui2gnToTU2usng3N { width:20.9375rem;height:3.4375rem;top:35.125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsLQb9EsDu4aUMBSm3fiQ2SwJQf62GCf { display:block; }
 }@media only screen and (max-width: 763px) { #MXBzSZiwvPdJtryWsi3D5WMPbhbT9oUw { width:25rem;height:4.0625rem;top:28.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWx6Ol3C6pg1NozTazpnKumQSXTyEDP4 { width:25rem;height:4.0625rem;top:28.875rem;left:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgxovC6Ecn63pKKAC1nuTwLdScFoAkK9 { width:25rem;height:4.0625rem;top:28.875rem;left:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehc7OATcM71pUVR4CXQENZpd1G3Q7fTi { width:23.375rem;height:40.0625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umT7grL2PLKBmKSnCKtqwx7Q3QwXqZTl { width:23.3125rem;height:40rem;top:0.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ieEnf7XD4iNf1onvCRxSVNE6T9ahPl { width:23.375rem;height:40.25rem;top:0.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTBc690tgFX8kz1EhwqTOt8UHPa57mU { display:block; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEWP9VyOy9pEiGWNKtiFd8m5LoKU7LtW { width:47.75rem;height:3.875rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzLDwRtDdyRowwr3RMxIWRTCexcoI7Lx { width:47.75rem;height:3.25rem;top:9.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBEhD6wdLpQG2R83vOCnSfIcyPdbumFm { width:5.0625rem;height:3.875rem;top:5.5625rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJd10Fc0XX7wzvRqMccdBPE67sW8qRpI { width:6.5rem;height:6.5rem;top:4.4375rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { display:block; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qx2fTAOAAJVkbFo4o3VN3Eb7ZBbQNPLe { width:47.75rem;height:3.5625rem;top:6.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q39lDuUAJNeEsT5kv1Wsq1DodB7kXOZW { width:4.0625rem;height:4.0625rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBQ9Qibw75oew7ZAdcvWiASgQh1TSgJ { width:17.1875rem;height:3.875rem;top:17.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtSBM7MoM8LvOzv2NzeqrddrPshIXuU { width:4.3125rem;height:4.3125rem;top:12.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqUmW7DQCduoVpAvsnXqxprqidQ96mbF { width:17.1875rem;height:3.875rem;top:17.6875rem;left:6.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqKGZkllwvH3uNElHQQNHVxmDqtB0012 { width:4.5rem;height:4.5rem;top:12.4375rem;left:32.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfA3dZ9eT22smVaNpAnTxcUokQwUBUmN { width:17.1875rem;height:3.875rem;top:17.6875rem;left:26rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ZnLQhOkiQz7I3agEIDlikuLnHicZfH { width:4.875rem;height:4.875rem;top:12rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxAdHh5wDxyd6WJ5EfOQDnNQmdSacBL { width:15.875rem;height:;top:17.6875rem;left:31.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { display:none; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ahkniilO3bLwmXUieeCGa9PxQW70DQcp { width:34.125rem;height:21.1875rem;top:7rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { width:5.25rem;height:5.25rem;top:18.5rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G20fby17hcnsJrTTiAUHq0TVoc4ybXF8 { width:5.875rem;height:5.875rem;top:18.1875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { width:38.75rem;height:21.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD77Bos3SKe5JRWGVMfleLf6nyacVnW5 { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuedRJm9wwiBfILe9gq8THgGG0G5TekF { display:none; }#zuedRJm9wwiBfILe9gq8THgGG0G5TekF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { display:block; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3oDNPfsnqNkFp18kkIUenrw7wgwpebe { width:47.75rem;height:14.291666666667rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { width:47.75rem;height:;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHLbwVDVmgNLnemMb0r5hu5a6tOhx5Sv { width:17.1875rem;height:1.9375rem;top:33.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWL96V0euSMVhcM8luZodAMZy59v6LtU { width:32.625rem;height:1.9375rem;top:36.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m11XUWnc3xwpsA2LIUdrkaohVqBcN6VP { width:47.75rem;height:46.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { display:block; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9KZSTTFboxLHKCF3rzRGWvacZTEPwNJ { width:47.75rem;height:3.5625rem;top:5.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { width:4.5rem;height:3.5625rem;top:13.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPTenzlllGWXOaQcccZ4TsntF5WZust { width:4.5rem;height:3.5625rem;top:13.375rem;left:21.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { width:24.0625rem;height:15.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { width:24.1875rem;height:15.625rem;top:15.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { width:4.75rem;height:4.75rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { width:4.75rem;height:4.75rem;top:12.4375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { width:23.875rem;height:3.8125rem;top:18.1875rem;left:11.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { width:17.8125rem;height:3.1875rem;top:22.625rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { width:23.3125rem;height:3.1875rem;top:22.625rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { width:46.75rem;height:3.9375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { width:24.1875rem;height:15.5rem;top:15.1875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { width:4.75rem;height:4.75rem;top:12.4375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { width:4.5rem;height:3.5625rem;top:13.375rem;left:43.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { width:24.375rem;height:3.8125rem;top:18.1875rem;left:23.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { width:23.875rem;height:3.8125rem;top:18.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { width:17.8125rem;height:3.1875rem;top:22.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxDXKlei4467cQraoAs6Txyk4kLMPTF { width:17.4375rem;height:2.5rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block; }
 }@media only screen and (max-width: 763px) { #VxevtokNdh19FfgPsxOrTVskf2WXfXWX { display:block; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg6pa4gGnERcUlCiRd0QFyDSwHlDglaD { width:26.8125rem;height:7.75rem;top:5.125rem;left:0rem;font-size:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohEikxMwNUCagHfRbu1IlxzzqyviEMZl { width:32.625rem;height:3.25rem;top:12.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk { display:block; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW4Mu5JNGoRcaXChSf52owEGaw58iFTT { width:28.25rem;height:4.375rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { width:31.3125rem;height:12.25rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmq6euUTqLTTwi0tGu1n3UHax0oXQ01 { width:27.375rem;height:8.75rem;top:13rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4CWKxWkBftJBiCZvAMdQnXAzdxbBbT6 { width:27.3125rem;height:4.375rem;top:8rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqymiXmBUBZURJcrE3TIgTgXGT8IXT4 { width:6.125rem;height:6.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFCqcTnhmtK2dcClWFHkJkidS2TsAeD { width:6.125rem;height:6.125rem;top:1.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndStuPXqMV0KcTScfWDUTkRhnIr6yurd { display:block; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFXIclJJQc3DT0Ic0a0A3TNXV5t9MAnT { width:14rem;height:9.375rem;top:1.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEwqb1igS4si9ozW23Wi8yU9OTz6Rg1B { width:28.6875rem;height:15rem;top:18.125rem;left:19.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03ds3q8kvfnuXzw3EXwp5VVWvTAq22H { width:9.25rem;height:10rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { width:28.9375rem;height:14rem;top:18.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Uu0VrvfC0SFoq3xs8RmHMaeoo9nUKd { 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) { #HZn0ws1PP6hR9ybti2cNOy7VfrGnT0SC { width:27.3125rem;height:4.375rem;top:13.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDHToFKrbId468QUf1L2T5BTJymIOBAT { display:block; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQzfiAoqU96Fu2fZ8KEDFQ1Q8OQFe9g0 { width:22.4375rem;height:1.6875rem;top:12.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCHqp7mlwqOtkQKRbP3hrd7op21CgaHf { width:15.6875rem;height:1.3125rem;top:14.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV1rHqVd5wfatp176OHyIduSEhiE5SZZ { width:21.375rem;height:4.5rem;top:12.625rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko4lnp9dRFIEwPXy7W9HTwig15CSiH8M { 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) { #OixOtJMLKGCs09SRgF7u8m2dpJuu8l5E { width:18.75rem;height:1.6875rem;top:14.875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7I1DGSNLyWPN8CHeiAvTqs7GSRd42bQ { width:18.9375rem;height:2.3125rem;top:17.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVPR6vL7Q19Bgm0pqnzcoihc65OUTguB { display:block; }
 }@media only screen and (max-width: 763px) { #sbTMmPqnJyFX9clIkicDkRmn3iZbcqUN { 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) { #QV9DN3TFBMRwa7vpCVmBfQpO2WlUxqw0 { width:4.1875rem;height:3.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3x9AoZErZmUgwnUa1SeO2auNwRQWxe2 { width:3.6875rem;height:3.6875rem;top:8.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBbHrQ6dIMP0TTfIpcFifuVHf5tzwSq8 { width:4.375rem;height:3.3125rem;top:8.3125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizTlXQgsVtC7eRsrSsGvkt9ihxPq4Kh { width:47.75rem;height:0.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAuIPcoLDJNdNi9yzUv5DBhy2y1CBQRl { 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) { #wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { display:block; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP { background-color: transparent; background-image: none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container > .video-iframe-container { display: none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row > .video-iframe-container { display: none; }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .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); }#wMSK8vplylz6D5qcrGiIBBzd7BolXGRP > .row .container { width:20rem;height:5.6875rem;background-color:#0f4632;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBoTazZS84J0brXEep6sLro2W0NZb1td { top:1.87255859375rem;left:5.625rem;width:8.75rem;height:3.125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4c5338ab-86e8-4816-b872-b1db66687eec/zmienpraddladomu.jpg");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; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA.adaptive-delivery-prevent-bg, #vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA.lazyload, #vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA.lazyloading { background-image: none; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row .container { background-color: transparent; background-image: none; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row .container > .video-iframe-container { display: none; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row > .video-iframe-container { display: none; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .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); }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row .container { border-width: 0; border-radius: 0; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfGrHEMUCf4sIESd7cVFMcgwuNpLvFZA > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvKrEVfTLpC96TQ2GJzXf0hOy7IisLPT { width:10.1875rem;height:3.6875rem;top:1.25rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6JWTzpibgUOgD8q2zbKfMt39SmRE5Zq { width:20rem;height:1.71875rem;top:2.6236991882324rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH1fLcXRgWRExE5MumuKsvcvVk8lIXeZ { top:10.1875rem;left:0rem;width:20rem;height:12.5rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WWvhHKeT93zKqKhNsOGvDihkNLkgwx7J { width:20rem;height:11.873080438072rem;top:12.977435186768rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3WscaWb1oEOpvbDytX82TooPgKRUkr8 { width:19rem;height:3.25rem;top:4.342041015625rem;left:0.50048828125rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOnXwiELGtuWLG3JDAvff5lo9XlnARl { display:block; }
 }@media only screen and (max-width: 763px) { #o2Ni9MqxFpORVkVcL0BNW1AD9h9w76Eg { width:19rem;height:2.4375rem;top:7.591552734375rem;left:0.50048828125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bby8nkUPWmPtM8RGpDCHJIwGiEv9T2uW { display:block; }
 }@media only screen and (max-width: 763px) { #zz50W3RAVMsQFEURL85TJOE4C35uHF66 { display:block; }#zz50W3RAVMsQFEURL85TJOE4C35uHF66 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSntTFzkOUgU3qu2FuconsIVq9XASS5s { width:19.0625rem;height:6.2988125rem;top:4.373779296875rem;left:0.46875rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F67pWUT38SnEZsGuAgN4Z107p2kSieH8 { display:block; }#F67pWUT38SnEZsGuAgN4Z107p2kSieH8 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5CXXsFmWoa4UxPcFyqq9L7EK03EiNuu { width:20rem;height:2.39868125rem;top:7.4375rem;left:0rem;font-size:2rem;line-height:1.2;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #l0wOTLkzUBJCOv22Hmd50EEQ6qh68988 { width:20rem;height:1.72485625rem;top:9.5625rem;left:0rem;font-size:1.4375rem;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #hyTAvS5NcnZuE7XRFINevTNt9KSNQ1VE { width:17.374rem;height:3.311525rem;top:12.3125rem;left:1.25rem;z-index:15016;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7O3EBVQlfTxTuRvcs6iQFzBMQ8nCFuP { display:block; }
 }@media only screen and (max-width: 763px) { #zvAzMmKnKERux0WMEW8TU9XMmF5M7d7Z { width:5.3735375rem;height:4.0625rem;top:2.310791015625rem;left:7.31201171875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR { display:block; }#bHCGpxQ9kHnzV2IORMuD7RJry8k1wcAR > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LP7fSL0ncxBgl5BNK7hQ4xCviEKpVBAu { width:17.999125rem;height:10.80075rem;top:0.93424415588381rem;left:0.99934905767444rem;font-size:1.125rem;line-height:1.2;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fukzSSLezLpLVVeAqLPaxAuJA5hAPaVx { width:18.1875rem;height:3.23730625rem;top:11.318359375rem;left:1.15576171875rem;font-size:1.125rem;z-index:15012;display:block; }#fukzSSLezLpLVVeAqLPaxAuJA5hAPaVx li:before{  }
 }@media only screen and (max-width: 763px) { #m47Nx9uavnluA4DzHExmCFT5TGNXMcek { display:block; }#m47Nx9uavnluA4DzHExmCFT5TGNXMcek > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urCbUU5BtqwXTh9uDFsD38Q8TLrDMMIk { width:20rem;height:19.7900625rem;top:3.375rem;left:0rem;font-size:1.375rem;line-height:1.2;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hqgHPZZQZ23fTyBxR4XfTsJBvnNGcQC6 { display:flex;width:1.93685rem;height:1.93685rem;top:0.625rem;left:9rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #NFieCRZPSVK5w4HoTStmVp0uq4uXIQ1v { display:flex;width:1.93685rem;height:1.93685rem;top:7.875rem;left:9rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #TODtWN4HCTsqabOoktm40lUlRCsSSGW8 { width:20rem;height:1.95068125rem;top:15.8125rem;left:0rem;font-size:0.8125rem;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #nsbgNT4d7mybisgQBnxboySvGf3vJPqT { display:flex;width:1.93685rem;height:1.93685rem;top:19.43701171875rem;left:8.9990234375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #sCifk3THH8kr5cAMRmdXGOTzU4gk9NRF { width:20rem;height:1.9494625rem;top:26.375rem;left:0rem;font-size:1.625rem;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kpCwlfAJECT0kHkUnmWovqZTdmatT7O5 { width:17.75rem;height:3.4375rem;top:29.3115234375rem;left:1.124267578125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #GE1yShd6SZOA24hcDG54atOBS8zyrpxP { display:block; }
 }@media only screen and (max-width: 763px) { #CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN { background-color:#f7f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row .container { background-color: transparent; background-image: none; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row .container > .video-iframe-container { display: none; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row > .video-iframe-container { display: none; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .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); }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row .container { border-width: 0; border-radius: 0; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtclKf5QNvJWwzO6wDNEobFsAVTrCUvN > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIbeIAOEu1qvhDlhX5lDzB4rV548dT73 { width:20rem;height:2.39868125rem;top:7.6875rem;left:0rem;font-size:2rem;line-height:1.2;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uB9IhDvRTbCJL9TXtLJyD6vTrx0JqmcU { width:16.25rem;height:3.44970625rem;top:10.125rem;left:1.875rem;font-size:1.4375rem;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #B5lbqyBTqv6NVyK6VOqfPOBilm8ZE7WM { width:17.374rem;height:2.81225625rem;top:14.625rem;left:1.25rem;z-index:15017;background-color:#f7f9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KBhTJI9Ddhpkhd2CFOS3Bp5uwNgQd5Ky { display:block; }
 }@media only screen and (max-width: 763px) { #qbzSEUHsiwBnkHCO1Rtxpp5gvViG4dBT { width:5.49805rem;height:5.49805rem;top:1.5625rem;left:7.25rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TwEu1HCGbfBy6tLevFM16N36kPV7JJWD { background-color:#f7f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row .container { background-color: transparent; background-image: none; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row .container > .video-iframe-container { display: none; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row > .video-iframe-container { display: none; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .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); }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row .container { border-width: 0; border-radius: 0; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwEu1HCGbfBy6tLevFM16N36kPV7JJWD > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2uIkrIHJRn0AwQNVtWt9TPh95OZMic0 { width:16.9995rem;height:8.1005625rem;top:1.182861328125rem;left:1.4990234375rem;font-size:1.125rem;line-height:1.2;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpPtUOukgOw2aaTfCrbFIK1Wn9DEOkKH { width:17.875rem;height:11.1743125rem;top:8.505859375rem;left:1.3427734375rem;font-size:1.125rem;z-index:15012;display:block; }#MpPtUOukgOw2aaTfCrbFIK1Wn9DEOkKH li:before{  }
 }@media only screen and (max-width: 763px) { #DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG { background-color:#f7f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row .container { background-color: transparent; background-image: none; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row .container > .video-iframe-container { display: none; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row > .video-iframe-container { display: none; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .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); }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row .container { border-width: 0; border-radius: 0; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DpFTe9vWckSHKzisTTCyyzOwgdyt8gZG > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4fG2Og14KGkh96aAlnoOKonwIzvkLgS { width:20rem;height:21.4391875rem;top:3.5rem;left:0rem;font-size:1.375rem;line-height:1.2;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #B0QwdTsFnooDNt3tRQ0NNoiOUyuZCWtk { display:flex;width:1.93685rem;height:1.93685rem;top:0.75rem;left:9rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #bsX1PhfgZGTTzfd2MmS1IeWTCtT4OVFW { display:flex;width:1.93685rem;height:1.93685rem;top:8rem;left:9rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #yxWsSSyTciQ4D3d3uHMP8oZwPmaomtdp { width:13.499375rem;height:1.95068125rem;top:15.9375rem;left:3.25rem;font-size:0.8125rem;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wftTuTAvJGL0pdzOF7TdP01P5BSO6qQF { display:flex;width:1.9360375rem;height:1.9360375rem;top:19.3115234375rem;left:9.03076171875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #XkocEuETkEDNh9SDRNJ1Ba36PbcmbXWU { width:20rem;height:3.898925rem;top:29.0625rem;left:0rem;font-size:1.625rem;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #XZmcOnTyvfbKLArBD2yUoCmUmngPJvyw { width:17.75rem;height:3.4375rem;top:34.12353515625rem;left:1.0302734375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rZRt6mGSZG4QBb0D1h71nvgPfAskoXHE { display:block; }
 }@media only screen and (max-width: 763px) { #b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT { display:block; }#b3NxGK3mdhl9VZG74S0D2a1bT8GdfzpT > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTxiZ5C0ZtTAzmaxQBkPP2fJQkTE7iwl { width:18.5623125rem;height:4.7973625rem;top:8.1875rem;left:0.75rem;font-size:2rem;line-height:1.2;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VF97aqVIOL92eNQtNduggvkknPhZ9sUR { width:16.25rem;height:1.72485625rem;top:13.6875rem;left:1.875rem;font-size:1.4375rem;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OdV7mAAdK74xS545rWTpJLI712ZpIXrE { width:17.3105625rem;height:2.74878125rem;top:16.75rem;left:1.3125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #QbRzORVqBnTsCR9Q14VIr10OFvWnWqUZ { display:block; }
 }@media only screen and (max-width: 763px) { #SwLpbmylEQyPAJWuuFpzWPeE9uHHFOdg { width:4.81079375rem;height:5rem;top:2.625rem;left:7.625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI { display:block; }#aHV1yNUlHvAI4vnauSmbkElrUM4bxbLI > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vp4CG7F4pLimmRFf1zzQsaK2Vuy2buVl { width:17.5rem;height:13.501rem;top:1.0107421875rem;left:1.25rem;font-size:1.125rem;line-height:1.2;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6P4ebiIPbTbHZJW9ZgsTMDGipiGAS9R { width:17.68675rem;height:9.7119375rem;top:14.434814453125rem;left:1.15478515625rem;font-size:1.125rem;z-index:15012;display:block; }#T6P4ebiIPbTbHZJW9ZgsTMDGipiGAS9R li:before{  }
 }@media only screen and (max-width: 763px) { #EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF { display:block; }#EIi99p7exyPV0PZnNZU5NcJHHRvmy3tF > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSroPMR2Iw6mmiwycfXnLky5yoQWhlrG { width:20rem;height:21.4391875rem;top:3.3125rem;left:0rem;font-size:1.375rem;line-height:1.2;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #LTyN0TKwa04ZTBr55P3h2n0KzLBRvK4M { display:flex;width:1.93685rem;height:1.93685rem;top:0.8740234375rem;left:8.9990234375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #KPIlri40Baymb5HqlT0RLM1ZASZbwL3O { display:flex;width:1.93685rem;height:1.93685rem;top:7.8125rem;left:9rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #f5eHcy96cRq6tRmlo8LEX8zCy08uW6ER { width:13.499375rem;height:1.95068125rem;top:15.75rem;left:3.25rem;font-size:0.8125rem;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wQ5DWk9qv3bFvl9zLBO8KnkbAwqUaOGq { display:flex;width:1.93685rem;height:1.93685rem;top:19.186767578125rem;left:8.9990234375rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #wxCWSLessFTg6FDTkvQ8XkSfGJ6bgkcq { width:17.561875rem;height:3.898925rem;top:29.1875rem;left:1.1875rem;font-size:1.625rem;line-height:1.2;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #QadsCvnHM931RmiHV3GuCPFqyIvuQhXA { width:17.75rem;height:3.4375rem;top:34.0625rem;left:1.124267578125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #PCHaTax8HCHlhs4s2aP977Ce5dXWZS8q { display:block; }
 }@media only screen and (max-width: 763px) { #CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 { display:none; }#CTnHISSGoKeweSIKLZFD8Q7L95oV70O1 > .row .container { width:20rem;height:76.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSs8o0DM0xWH25AlF7BIlvUt5t2gMbf6 { width:4.875rem;height:3.7028550594925rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3dGCRQSbVLfZE2HbbE1CmU7zHJ9PT5 { width:5.06185rem;height:5.06185rem;top:6.3888978958131rem;left:7.0062935948375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQMGSkWooc4ZMX7GXLpbOB1MdVli5as0 { width:4.0625rem;height:4.3088125rem;top:13.046875953674rem;left:7.561848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #coM4Va2QW9FVP33JNvU6KNF8zD84dIkT { width:19.75rem;height:17.9375rem;top:18.604738453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrcHsum1CvbTyZTQQ5Ub6HOLnvnS8DR { width:19.625rem;height:17.875rem;top:38.104238453674rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIuyLvwC9dcCeAfb5WlKLHiap4ZBNETI { width:20rem;height:17.875rem;top:57.541488453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v64EGlsS4lE5K8FG20WScbRVuNcyt0rp { display:none; }#v64EGlsS4lE5K8FG20WScbRVuNcyt0rp > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTX5aZzyhoyFfHwURBDcEsdTXkllMITE { width:20rem;height:2.3990875rem;top:6.20225625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TVrRFpcOsZhhTNxRfWDqsgK9IgCVvW88 { width:20rem;height:2.3990875rem;top:25.0766125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k76qPahArGSmb2QsbVbemT6erCd586oX { width:20rem;height:2.3990875rem;top:28.72461875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nDEfD2XVAdFOPqxIpBTyb0FhDQ5tSUuO { width:20rem;height:1.7252625rem;top:9.8502625rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LZXcJFQzsRtvXhJ9V89q7G4fVGm3uKwZ { width:20rem;height:3.45051875rem;top:32.372625rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NqL910TXepkNdXRUrIHWLXvlTtdNOO6u { width:20rem;height:1.7252625rem;top:37.0720625rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U4ewdc5LMDB6gT9ytBl80RK6t8yMsoFk { width:17.4375rem;height:2.875rem;top:40.046662188721rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rb0BqiPaI2G8XVpRIyvOHcNVrdpbOC { display:block; }
 }@media only screen and (max-width: 763px) { #wHk0u1b7hcISDc9ygftS4qDrbc0ODqGp { width:17.4375rem;height:2.875rem;top:44.171662188721rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPpGy6k6v3lp0XlZbcVC7gMMhgnS6XDN { display:block; }
 }@media only screen and (max-width: 763px) { #GxbpkX86q6AoIO41ng9oWmwu7zFNQbid { width:17.375rem;height:2.8125rem;top:48.296662188721rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dctqTBMoGozdEGTR5M6RTE9T0dzzicE4 { display:block; }
 }@media only screen and (max-width: 763px) { #glmS7yM7tq9LJmiCCMptCVuzLx9khT3A { display:none; }#glmS7yM7tq9LJmiCCMptCVuzLx9khT3A > .row .container { width:20rem;height:153.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZEIT9E29Diw09FVKdJICbHmkJB3QCdh3 { width:20rem;height:12.6041875rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SokiaHF9JVEuedIa42TswkAXVn0M0nUM { width:20rem;height:5.43294375rem;top:15.1041875rem;left:0rem;font-size:1.3125rem;display:block; }#SokiaHF9JVEuedIa42TswkAXVn0M0nUM li:before{  }
 }@media only screen and (max-width: 763px) { #t9pnkyxes9UuBhB5yB1CilkdPgeR1nA4 { width:19.6875rem;height:9.453125rem;top:21.78713125rem;left:0.125rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aB8Cqft6PpZQ6rotpaRCGNm96PUgzXOJ { width:20rem;height:12.8851875rem;top:32.49025625rem;left:0rem;font-size:1.3125rem;display:block; }#aB8Cqft6PpZQ6rotpaRCGNm96PUgzXOJ li:before{  }
 }@media only screen and (max-width: 763px) { #HsyUiAgQKmpAx3PrkHfZPF8udToE4TVo { width:20rem;height:15.7551875rem;top:46.62438125rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iPpzpBcewptEdQS9iwk6azir17JJxXXS { width:20rem;height:11.178375rem;top:63.62850625rem;left:0rem;font-size:1.3125rem;display:block; }#iPpzpBcewptEdQS9iwk6azir17JJxXXS li:before{  }
 }@media only screen and (max-width: 763px) { #T80gBPFroJMyob5x2CbZOioa6dg0VUQE { width:19.625rem;height:20.4375rem;top:76.056475189206rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy60MaXOcslulLPCO6DZnITwEU6A0Qzc { width:19.625rem;height:26.5rem;top:98.055975189206rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC9Tm1oreJ2aCQ6Ef7O2RTcBvXKWoXx3 { width:20rem;height:26.3125rem;top:126.11747518921rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq { display:none; }#gXGLO7nuOfPIr7IU1XalAX9QcskKPxXq > .row .container { width:20rem;height:255.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z8NyPhWpsHin2ScuIQKP8RXJgEwvXOVZ { width:20rem;height:18.977875rem;top:4.4375rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GIVTi6p6piTHD0DrOi1GxLGA4CeoseTD { width:20rem;height:1.9487875rem;top:27.852875rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dTC7xsRn9DvrhO6NfJdgGuVNLmRtDvq8 { display:flex;width:1.9375rem;height:1.9375rem;top:24.665375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #sUAx4HfedydPw46AO1Ahzhk4RMI34uNW { display:flex;width:1.9375rem;height:1.9375rem;top:31.0516625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #A3F2nCbSHn1DPoLcKO8QlSCTexHSRaHB { width:20rem;height:18.977875rem;top:47.8628625rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xzilsFdXnc61FZ7dsHRUDLlxFJ0NXn2K { width:20rem;height:1.9487875rem;top:71.2782375rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hWxkusq5Z1RLxDwcZaXKZIX4c2VwRJ2L { display:flex;width:1.9375rem;height:1.9375rem;top:68.0907375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #zJpN4bXzTOemv4OHP5eB82oWT1VtUFls { display:flex;width:1.9375rem;height:1.9375rem;top:74.477025rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #CddWuFb8RNx93bMac88eT9FJ8dTv2LhO { width:20rem;height:17.252625rem;top:77.664525rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WUf9xhPCe0TNoICtNyzGuKXxKTUe34Rr { display:flex;width:1.9375rem;height:1.9375rem;top:121.9258375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #BtpQlTR4RPrwvOMp1gLS5z8c4sAurCdr { display:flex;width:1.9375rem;height:1.9375rem;top:118.7383375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #VbyaNIO0OWvtGaaRuKAamlT4ZmxpRlks { width:20rem;height:1.9487875rem;top:96.16715rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HkO7Rl8skG2HT9usrWnuyO0E4iFahZO5 { display:flex;width:1.9375rem;height:1.9375rem;top:1.25rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #k1LhWfeQThxCuOAiQbJzSnoFHUeyDEhT { display:flex;width:1.9375rem;height:1.9375rem;top:44.6753625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #wUhxi3zi04Tcc0FI4imcDfZ8mQ7zMTUL { display:flex;width:1.9375rem;height:1.9375rem;top:115.5508375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #P4mhJzWnTwzkuH2Sdk59BXG6nGRuXH9J { width:19rem;height:3.4375rem;top:39.9878625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asmLGVTJp1qHs9y8f9kn2zXSnrzWMHPQ { display:block; }
 }@media only screen and (max-width: 763px) { #QUL1c4s04lTbA0QtcsGgnZLlPGJ8XTHR { width:19rem;height:3.4375rem;top:110.8633375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtrOVX61DzgXtOT6HuRctXT0qFQLcaxC { display:block; }
 }@media only screen and (max-width: 763px) { #VIqd3N0KH4uhzPOGui2gnToTU2usng3N { width:19rem;height:3.4375rem;top:125.1133375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsLQb9EsDu4aUMBSm3fiQ2SwJQf62GCf { display:block; }
 }@media only screen and (max-width: 763px) { #MXBzSZiwvPdJtryWsi3D5WMPbhbT9oUw { width:20rem;height:4.4987rem;top:34.2391625rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mWx6Ol3C6pg1NozTazpnKumQSXTyEDP4 { width:20rem;height:4.4987rem;top:99.3659375rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mgxovC6Ecn63pKKAC1nuTwLdScFoAkK9 { width:20rem;height:4.4987rem;top:105.1146375rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ehc7OATcM71pUVR4CXQENZpd1G3Q7fTi { width:19.625rem;height:41.1875rem;top:129.8008375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umT7grL2PLKBmKSnCKtqwx7Q3QwXqZTl { width:19.625rem;height:40rem;top:172.5498375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ieEnf7XD4iNf1onvCRxSVNE6T9ahPl { width:20rem;height:40.25rem;top:214.1123375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTBc690tgFX8kz1EhwqTOt8UHPa57mU { display:block; }#UGTBc690tgFX8kz1EhwqTOt8UHPa57mU > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEWP9VyOy9pEiGWNKtiFd8m5LoKU7LtW { width:14.6875rem;height:4.1235375rem;top:3.8125rem;left:1.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzLDwRtDdyRowwr3RMxIWRTCexcoI7Lx { width:11rem;height:1.6497375rem;top:8.75rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MBEhD6wdLpQG2R83vOCnSfIcyPdbumFm { width:4.125rem;height:3.125rem;top:4.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJd10Fc0XX7wzvRqMccdBPE67sW8qRpI { width:5.3125rem;height:5.3125rem;top:3.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y66TT2PgwWtZahnECwUQP28AnRkUE1Lg { display:block; }#y66TT2PgwWtZahnECwUQP28AnRkUE1Lg > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qx2fTAOAAJVkbFo4o3VN3Eb7ZBbQNPLe { width:17.25rem;height:4.1235375rem;top:3.5625rem;left:1.375rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q39lDuUAJNeEsT5kv1Wsq1DodB7kXOZW { width:4.0625rem;height:4.0625rem;top:10.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBQ9Qibw75oew7ZAdcvWiASgQh1TSgJ { width:17.1875rem;height:3.898925rem;top:14.875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtSBM7MoM8LvOzv2NzeqrddrPshIXuU { width:4.3125rem;height:4.3125rem;top:21.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqUmW7DQCduoVpAvsnXqxprqidQ96mbF { width:17.1875rem;height:3.898925rem;top:26.8125rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqKGZkllwvH3uNElHQQNHVxmDqtB0012 { width:4.3125rem;height:4.3125rem;top:33.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfA3dZ9eT22smVaNpAnTxcUokQwUBUmN { width:17.1875rem;height:3.898925rem;top:37.5625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ZnLQhOkiQz7I3agEIDlikuLnHicZfH { width:4.3125rem;height:4.3125rem;top:44.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxAdHh5wDxyd6WJ5EfOQDnNQmdSacBL { width:15.875rem;height:3.898925rem;top:48.625rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B { display:block; }#K1wpQQukIUVGvxlNnOiSV0Em4W1pE02B > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahkniilO3bLwmXUieeCGa9PxQW70DQcp { width:20rem;height:12.417rem;top:3.291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F47LSueV1C77pMRfkPdtEN19xwmUH5yQ { width:5.25rem;height:5.25rem;top:13rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G20fby17hcnsJrTTiAUHq0TVoc4ybXF8 { width:5.875rem;height:5.875rem;top:24.25rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhWyK4nybHf0cbuLqNJleh7XHrkXz55I { width:20rem;height:21.75rem;top:19.4169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD77Bos3SKe5JRWGVMfleLf6nyacVnW5 { top:12.65625rem;left:6.90625rem;width:5.875rem;height:5.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zuedRJm9wwiBfILe9gq8THgGG0G5TekF { display:block; }#zuedRJm9wwiBfILe9gq8THgGG0G5TekF > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B { display:block; }#M6mJRz7g5nRE44VhXIOcBI6rEAqpU62B > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3oDNPfsnqNkFp18kkIUenrw7wgwpebe { width:19.375rem;height:5.875rem;top:6.9609375rem;left:0.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CLZbTUMISd18AgRgoTTXfTuKVgERZkAf { width:18.75rem;height:6.1853rem;top:1.9375rem;left:0.625rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HHLbwVDVmgNLnemMb0r5hu5a6tOhx5Sv { width:16.625rem;height:1.3808625rem;top:28.8125rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWL96V0euSMVhcM8luZodAMZy59v6LtU { width:19.125rem;height:1.3808625rem;top:30.5625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m11XUWnc3xwpsA2LIUdrkaohVqBcN6VP { top:9.1875rem;left:0.1875rem;width:19.875rem;height:19.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl { display:block; }#kKxgTaXcUtqt4AhcANsAMXc7gSvGcuSl > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9KZSTTFboxLHKCF3rzRGWvacZTEPwNJ { width:20rem;height:6.972625rem;top:3.875rem;left:0rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CJr4wnPmaMmObl4VFcwrfaG7eVA7nXI4 { width:4.5625rem;height:2.5996125rem;top:13.9375rem;left:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOPTenzlllGWXOaQcccZ4TsntF5WZust { width:4.5625rem;height:2.5996125rem;top:34.625rem;left:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6U0vik1n6VkNxtqxkzk6LIldXiWAH { width:20rem;height:14.3125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVDvKvhuxsnLQkw15P1y3CbVb5WREOXf { width:20rem;height:14.8125rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8F4GVH17Oh46FR0AIAVE40nIMegAI4w { width:4.8125rem;height:4.8125rem;top:12.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agKbo4fh1Umogrq0ObGICc4Fw18TAuf5 { width:4.8125rem;height:4.8125rem;top:33.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UrN3RgqmBkiylQtf3a1VnP8iywmJKA { width:20rem;height:3.8501rem;top:39.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu2ehTGTT4L5Kq09hWQ3WcMw3JPhWcb { width:17.3125rem;height:3.2495125rem;top:43.875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6Xu8mOs23O3qT0T49W5G28V0sdktLP { width:15.25rem;height:4.87426875rem;top:62.4375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq2eGJxvSZmhuDJ1qQr5OkCEptxP63S5 { width:18.4375rem;height:3.0625rem;top:71.0625rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNSTitrnFFqWcsIJ70FPUzvVnD9RNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #FbARJTzr4CaKLpxVAvw8yo9sEZtADf3N { width:20rem;height:16.4375rem;top:15.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sUvr0ZuDpTsufG2IcBFcE43iOXDMuciI { width:4.8125rem;height:4.8125rem;top:52.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGsIdKCvbVxx62xsO4MoSEb9su7q4tvE { width:4.5625rem;height:2.5996125rem;top:53.25rem;left:7.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfrVqaWTBLA5DZnlbnl5gfOOShgnEaTp { width:20rem;height:3.8501rem;top:58rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPZxOF9SCFPcSn45AKIcttrsVXi52Th { width:20rem;height:3.8501rem;top:18.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4eLTrKBCvNkahZiUgMJkJeKA5MFbwH { width:17.8125rem;height:3.2495125rem;top:23.3125rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmxDXKlei4467cQraoAs6Txyk4kLMPTF { width:17.5rem;height:2.5625rem;top:27.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #do4mzMaJnCB1tk6SJmwFxTBPsM5ycNPt { display:block; }
 }@media only screen and (max-width: 763px) { #VxevtokNdh19FfgPsxOrTVskf2WXfXWX { display:block; }#VxevtokNdh19FfgPsxOrTVskf2WXfXWX > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg6pa4gGnERcUlCiRd0QFyDSwHlDglaD { width:18.5625rem;height:2.95654375rem;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) { #ohEikxMwNUCagHfRbu1IlxzzqyviEMZl { 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) { #wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk { display:block; }#wDGx051mAPmP8Iz2PzKhpJNB9ngQlCBk > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW4Mu5JNGoRcaXChSf52owEGaw58iFTT { width:17.9375rem;height:4.38801875rem;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) { #yVNRANx6zMyVErlr1T7lkdJXlW4ZC8J4 { width:17.375rem;height:13.98925rem;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) { #xHmq6euUTqLTTwi0tGu1n3UHax0oXQ01 { width:17.6875rem;height:8.3935625rem;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) { #h4CWKxWkBftJBiCZvAMdQnXAzdxbBbT6 { width:13.8125rem;height:4.38801875rem;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) { #ZVqymiXmBUBZURJcrE3TIgTgXGT8IXT4 { width:5.1875rem;height:5.1875rem;top:0.9091796875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFCqcTnhmtK2dcClWFHkJkidS2TsAeD { width:5.375rem;height:5.375rem;top:23.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndStuPXqMV0KcTScfWDUTkRhnIr6yurd { display:block; }#ndStuPXqMV0KcTScfWDUTkRhnIr6yurd > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFXIclJJQc3DT0Ic0a0A3TNXV5t9MAnT { width:11.6875rem;height:7.9375rem;top:2.0107421875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEwqb1igS4si9ozW23Wi8yU9OTz6Rg1B { width:17.9375rem;height:13.98925rem;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) { #c03ds3q8kvfnuXzw3EXwp5VVWvTAq22H { width:7.4375rem;height:8.0625rem;top:33.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2JgozzTmSG9J4r4RC6yF5bLavzHtbDz { width:18.125rem;height:12.590325rem;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) { #u3Uu0VrvfC0SFoq3xs8RmHMaeoo9nUKd { width:18.875rem;height:2.92535rem;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) { #HZn0ws1PP6hR9ybti2cNOy7VfrGnT0SC { width:16.125rem;height:4.72411875rem;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) { #lDHToFKrbId468QUf1L2T5BTJymIOBAT { display:block; }#lDHToFKrbId468QUf1L2T5BTJymIOBAT > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQzfiAoqU96Fu2fZ8KEDFQ1Q8OQFe9g0 { 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) { #HCHqp7mlwqOtkQKRbP3hrd7op21CgaHf { width:12.4375rem;height:1.030275rem;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) { #HV1rHqVd5wfatp176OHyIduSEhiE5SZZ { width:17.375rem;height:4.196775rem;top:17.75rem;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) { #ko4lnp9dRFIEwPXy7W9HTwig15CSiH8M { width:18.25rem;height:1.78125rem;top:29.75rem;left:0.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OixOtJMLKGCs09SRgF7u8m2dpJuu8l5E { width:18.5rem;height:1.499025rem;top:31.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u7I1DGSNLyWPN8CHeiAvTqs7GSRd42bQ { width:18.3125rem;height:3.125rem;top:34.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVPR6vL7Q19Bgm0pqnzcoihc65OUTguB { display:block; }
 }@media only screen and (max-width: 763px) { #sbTMmPqnJyFX9clIkicDkRmn3iZbcqUN { width:18.1875rem;height:3.75rem;top:38.3125rem;left:0.1875rem;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) { #QV9DN3TFBMRwa7vpCVmBfQpO2WlUxqw0 { width:3.375rem;height:2.9375rem;top:3.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3x9AoZErZmUgwnUa1SeO2auNwRQWxe2 { width:3.6875rem;height:3.6875rem;top:13.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBbHrQ6dIMP0TTfIpcFifuVHf5tzwSq8 { width:4.375rem;height:3.3125rem;top:25.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dizTlXQgsVtC7eRsrSsGvkt9ihxPq4Kh { width:20rem;height:0.0625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAuIPcoLDJNdNi9yzUv5DBhy2y1CBQRl { width:10.4375rem;height:2.4375rem;top:47.75rem;left:4.8125rem;display:block; }
 }