.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,248,232;--color-primary-1:144,233,187;--color-primary-2:70,219,141;--color-primary-3:24,210,112;--color-primary-4:0,61,49;--color-secondary-0:222,225,230;--color-secondary-1:145,155,173;--color-secondary-2:35,55,91;--color-secondary-3:18,28,46;--color-secondary-4:5,8,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"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: 959px) {
    html {
        width: 960px;
    }
}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); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { background-color: transparent; background-image: none; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container > .video-iframe-container { display: none; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row > .video-iframe-container { display: none; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .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); }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { border-width: 0; border-radius: 0; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#UivJbxFbcS3nE79oei8m42KNVSTmxt3M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74926875rem;width:7.937rem;top:2.46826171875rem;left:0rem;overflow:hidden;display:block; }
#RTIccTv1pwngE6TyzPJdbfWAVxignssT { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.0598959922791rem;left:32.312503814698rem;display:block; }
#oe7e3y1ur3QGqZ3mWRXAm5t2sEDNcbBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMReLMfyqvZVDWSTMFpQZ1sGrnJOZ8m2 { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0615rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.125rem;left:51.9375rem;display:block; }
#tUSFrN1TJ0E9wW4S9CbVwEUOnzRcJk4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDbbJV0iLVJ1oN3iF6OlXtdI8ggym7Z7 { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.0598959922791rem;left:42.062503814698rem;display:block; }
#DLau5xzllO2ttetP1TNpctbcZamTeOLc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iswT4GcfwxyWO0XoCmqXqGVWH0SGOmlG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:60rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;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:48.5rem;width:60rem;overflow:visible;position:relative;display:block; }#mMUgWO6vrZUitFC5TgyRWIlP9Gg6O1Zp { color:rgba(var(--color-primary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5rem;left:0rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6SfyAle9cihZgxvQnAgL3qXT5pA6KP9 { color:rgba(var(--color-primary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:17.8125rem;left:0rem;height:7.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHMakA3swv12o5Kgu5wVd0zxtr9fbDXC { 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.3125rem;top:11.3125rem;left:45.8125rem;overflow:hidden;display:block; }
#Ge3Uq2aiA9tloazIfs11ulf2UHe4uNxK { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:5.8125rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-form-header {  }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#909090;width:22.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:3.1875rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.1; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.1; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.6875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:22.6875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.4; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-container:first-of-type{padding-top:0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-container:last-of-type{padding-bottom:0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:34.8125rem;top:14.25rem;z-index:15006;position:absolute; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.6875rem;display:block;vertical-align:top; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-primary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V {display:block;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:34.8125rem;top:14.25rem;z-index:15006;position:absolute; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #reD64w1BT1s0TBc9yzmeVyfsdyFQF74d { position:relative; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #WqAHFBxbFIte3riLPRFigeZN7r2uczMe { position:relative;display:block; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #mJ2zsVrUmPkbt3cECEQTPAUeWqHQo1HB { position:relative; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #qs5FpIx7nEKLX7NOBGfmULlcTFnt2p9o { position:relative; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #hW1TkHQtyTzrWAgOD3DhRkqQPocKVp8J { position:relative;display:block; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #cfKTCriwlE9oZN1zqxD8WV3vLltcLPNt { position:relative; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #OZdoNKFTRahAhD06SfaS4B9TZA19Bf30 { position:relative; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #etJuN12Zmix54ixoVPXXtbSRJonw5OFl { position:relative;display:block; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #WeqaiqApeOTmd1eoNtrOQu4fPdQU2Pxs { position:relative; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #MbmLwACmI80gnD55XTTwIlwDVrAMNGbv { position:relative;display:block;z-index:15000; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ZV5gLkJ9QdwRxJITPZePxZos8tESKwE5 { position:relative;display:block;z-index:15000; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ppAzWg1AycBfNgn1mbdTOUNX3iJZqcoW { position:relative;display:block;z-index:15000; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #aPqTWTC2wL8uNZ3o7kCMqKNy6AzrxyKL { position:relative;display:block;z-index:15000; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ZwKdeLifLauTZkHHQga2zwJofVsCKxv6 { position:relative; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #Z68JxrDNPb9c2hiJys4mIJ0q7wRgPLTs { position:relative; }
#T25r4ocuF0D6BLlEOcTmFRO5U6RmXQVg { box-sizing:content-box;height:5.249025rem;width:5.249025rem;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:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.4375rem;left:44.75rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.31) ;display:block; }
#M2oJHNekoqXxMvan5FFZLJL6tFr095fK { color:rgba(var(--color-secondary-2),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0rem;height:4.7109375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qPNz0o9LSRQpvt7L31AJnf3bDNsMazIK { box-sizing:content-box;height:4.8120125rem;width:4.8120125rem;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:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:35.3125rem;left:25.375rem;display:block; }
#Q6SCaQ7Pa5EEqMnQIouJDud0L91QTJpi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.5625rem;top:36rem;left:25.6875rem;overflow:hidden;display:block; }
#Af1F6WZdqPPg9CellJKi0DCpDneqCqcb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row .container { background-color: transparent; background-image: none; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row .container > .video-iframe-container { display: none; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row > .video-iframe-container { display: none; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .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); }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row .container { border-width: 0; border-radius: 0; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#UqNL8LuXHnSbZhZzN277WNA1DTwbtUwt { color:rgba(var(--color-primary-4),1);display:block;width:59.809875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:14.934895515442rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wRActRI5IQD3WOCMQFFNk5GDhNRIJ1iP { color:rgba(var(--color-primary-4),1);display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.0000009536743rem;left:0rem;height:7.63675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgeBy0psA0lwva6LRvGL1MivZJV8V6dQ { color:rgba(var(--color-secondary-2),1);display:block;width:59.809875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.8750009536743rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row .container { background-color: transparent; background-image: none; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row .container > .video-iframe-container { display: none; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row > .video-iframe-container { display: none; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .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); }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row .container { border-width: 0; border-radius: 0; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#BTW4ERha4mB1Lp9OBuIVFDlNvIriLQaa { color:#0f4632;display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.4765605926514rem;left:0rem;height:6.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row .container { background-color: transparent; background-image: none; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row .container > .video-iframe-container { display: none; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row > .video-iframe-container { display: none; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .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); }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row .container { border-width: 0; border-radius: 0; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#S5uCJOwE3IOmd5HIPfWxrZvcpahGuXs1 { color:#0f4632;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:8.75rem;left:20rem;height:1.6497375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UhnGS7T9W3y6EX0r5Hp6GTA7viIefQQp { color:#0f4632;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:10.625rem;left:20rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WFgwXbGCQ3GHVFnanfwlMNKTHQnWovZT { color:#0f4632;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLTQ2yD6NDhSI666rlCJmPgP1f1HMIg5 { color:#0f4632;display:block;width:16.0611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aMenUDOqNoL6Zenk6XNr8GN1xRgbScKC { color:#0f4632;display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:40rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXsErRBRIc5guiu9dAbG2agznwvb9aG6 { color:#0f4632;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.75rem;left:40rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zc4ps43WF5ChoQHNeI1ilPdU0ihC13Ib { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15020;background-color:rgba(var(--color-secondary-2),0.08);background-image:none;top:1.4375rem;left:0rem;display:block; }
#Q2BoSXdGnOvLAM11ZSoJlNIK5riUaxQO { box-sizing:content-box;height:4.311525rem;width:4.311525rem;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:15021;background-color:rgba(var(--color-secondary-2),0.08);background-image:none;top:1.4375rem;left:20rem;display:block; }
#T1UltZ5mAJcrPO6e7kDwfiMuOzqC1hfg { box-sizing:content-box;height:4.311525rem;width:4.311525rem;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:15022;background-color:rgba(var(--color-secondary-2),0.08);background-image:none;top:1.4375rem;left:40rem;display:block; }
#SSeTcONSeoZnQLcrTz8kBypu5qqidhKo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:2.125rem;left:0.6875rem;overflow:hidden;display:block; }
#xGlAktCxiTdhELkpx67GLTW3HRaMkIZ3 { position:absolute;display:block;z-index:15025;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.75rem;width:2.75rem;top:2.125rem;left:20.875rem;overflow:hidden;display:block; }
#sh2GVT2E7trIZm1d94vVbx6O2K8HMLC3 { position:absolute;display:block;z-index:15026;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.6875rem;width:2.6875rem;top:2.375rem;left:40.9375rem;overflow:hidden;display:block; }
#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs { position:relative;display:block; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs { background-color: transparent; background-image: none; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .row .container > .video-iframe-container { display: none; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .row > .video-iframe-container { display: none; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .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); }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs { border-width: 0; border-radius: 0; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .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; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .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:34.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rbUSveBMvhNLAe6IL8XeUXpofmdKv6bZ { color:#0f4632;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.1875rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#rDEvFlBDz4IrotNSVSrdnTkW7nfeMaok { color:#0f4632;display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:0.1875rem;height:3.33105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TrKazNAJKnTXcEVAeV9RIoken5Ff8RfB { color:#0f4632;display:block;width:46.1236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:10.9375rem;left:0rem;height:4.04948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RNLw9fyVTxTl6cbrEG602dCxfnUCZFFs { color:rgba(var(--color-secondary-2),1);display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5000038146973rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M36G9TKWGnZs1SJLavNXiSms2Fusv3kg { color:rgba(var(--color-primary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.3125rem;left:0.1875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UKrf36uzOw4i4MyoC5g0sWbBuNGiml0N { color:rgba(var(--color-primary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.25rem;left:0.1875rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DD3zTPTTDXsJKzWFwxbWQZd1WP2gIKPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5612rem;width:2.5612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.75rem;left:18.4375rem; }
#X2paQ8498dTpASx5XDcI2JTa6yliMpPH { position:relative;display:block; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH { background-color: transparent; background-image: none; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container > .video-iframe-container { display: none; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row > .video-iframe-container { display: none; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .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); }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH { border-width: 0; border-radius: 0; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .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; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .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.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JTH8r3CKpAyzHTRfCTpbwvsfAAKvqd2b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6862rem;width:3.93489375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:51.186199188233rem; }
#JWsdXeVvfhSUwMx9tuq8L24CR9trdlP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.33154296875rem;left:6.998291015625rem;height:2.27416875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#flK5z91NybBwKGXFAhL6OAuQxIzF4l25 { color:#0f4632;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:2.2421875rem;left:0rem;height:2.7119125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { position:relative;display:block; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { background-color: transparent; background-image: none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container > .video-iframe-container { display: none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row > .video-iframe-container { display: none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .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); }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { border-width: 0; border-radius: 0; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .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; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .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:52.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Uy32ABMy11JZwTX7HmQU75QAPqrpOh5l { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15018;background-color:#f7f9ff;background-image:none;top:6.1865234375rem;left:-0.0634765625rem;display:block; }
#PvSK2Nn7VuNCNph8L5T7GsGsaeHdfHCM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.1870727539062rem;left:0rem;height:1.54296875rem;display:block; }
#sWtcCbwzepyHu956d1hEt5V1hEn1CB9l { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.812286376953rem;left:0rem;height:1.54296875rem;display:block; }
#KapmXTHeCim94fZzBU0QGvKIWT1NzKmR { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.3099021911621rem;left:21.561199188233rem;height:1.54296875rem;display:block; }
#hGlddsnS84DVOO8Gfgz7VnRq0ma4lEOX { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15019;background-color:#f7f9ff;background-image:none;top:13.6865234375rem;left:0rem;display:block; }
#ZuvBWZ69OXINBflXT1cS2EE3UX937cmk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14.562286376953rem;left:0rem;height:1.54296875rem;display:block; }
#XWx2au1bdsm99eWvegsq6qbbVxoESuLo { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.187072753906rem;left:0rem;height:1.54296875rem;display:block; }
#l05v1MkTVllcmyH3BRG8gzGnJTLBFvI6 { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15020;background-color:#f7f9ff;background-image:none;top:20.811767578125rem;left:0rem;display:block; }
#WULe5UoTbBkEMEiPd4bNRXUOSObWXptV { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.3099021911621rem;left:45.937503814698rem;height:1.54296875rem;display:block; }
#AMvMTORWNxsw0etsyl4DlSsOs21Os08T { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.812286376953rem;left:0rem;height:1.54296875rem;display:block; }
#QgaLnUuulHIBKmKobXEJ3wA0UEdDLhim { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.312286376953rem;left:0rem;height:1.54296875rem;display:block; }
#kF6itvxbvAA63mrFupBOT6rg6uc1pftX { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:#f7f9ff;background-image:none;top:27.708740234375rem;left:0rem;display:block; }
#lLTovoCL9Q81aVWbLVKZqeTcfyekeGbd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0rem;height:1.54296875rem;display:block; }
#UO8A9PPUvx3XUoyAv3CKPiH8izSb2qC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.374572753906rem;left:0rem;height:1.54296875rem;display:block; }
#xwgqlOwwl90bz5gAuh73161oduTPd8gR { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#f7f9ff;background-image:none;top:35.140380859375rem;left:0rem;display:block; }
#a4UtRbTfllLloQliHZJ89mMRGl1kTJll { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:44.18424987793rem;left:0rem;height:1.54296875rem;display:block; }
#JiFA2gCXmPCQwE77cDp8ywMC1TV0rpm2 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:40.31120300293rem;left:0rem;height:1.54296875rem;display:block; }
#Ps0K8RWQwiXsIP6snt2gvJWWAs0O98ug { box-sizing:content-box;height:3.25rem;width:60rem;position:absolute;display:block;z-index:15023;background-color:#f7f9ff;background-image:none;top:43.331298828125rem;left:0rem;display:block; }
#umFJTJBN0v7hlqTT84sTThemEIEVwBV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.99609375rem;left:-0.00048828125rem;height:1.54296875rem;display:block; }
#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { position:relative;display:none; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { border-width: 0; border-radius: 0; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .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; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .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:49.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OeeOxm5xpw0ANnXMPOtTwTnFCbx32ltT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:block; }
#EkzmnFANo56K8r67uzEcSfNdtZepymzn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:23.125rem;height:1.54296875rem;display:block; }
#w7ZECriGkqrmMWUO0HlAvy3NgD5kIIki { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:44.75rem;height:1.54296875rem;display:block; }
#N5NlhovHISQFHKMxe072fdEnW58maQUC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:1.54296875rem;display:block; }
#fCFpfnGEuaHOoalyCLDCFpAKaJpGcwAT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.54296875rem;display:block; }
#fT4LLTzts7L60RrT7T0kWsbSCbkOeJNC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.54296875rem;display:block; }
#i3KOqhFSu0oVmOQTEmHiKpPP1L9lC8ec { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20rem;left:0rem;height:1.54296875rem;display:block; }
#LZ7DxTz9hTsOeQgleC2mb2tQd0x7k9RH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:1.54296875rem;display:block; }
#alUv8rNW4GcVREztyw5Gcd3TIQ8RTlHW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:0rem;height:1.54296875rem;display:block; }
#CTgOnx3evy4zd26Wb6ch8LqtG9d3MuOC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.125rem;left:0rem;height:1.54296875rem;display:block; }
#mvSMmd29VKEdTVBCpLwt6safcBsAXSal { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:1.54296875rem;display:block; }
#B072TGgTJucSSTFBknIp82CAuQMiegdi { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.625rem;left:0rem;height:1.54296875rem;display:block; }
#eVeqLdHabglNUZ3odpaNIIgXwVDvepN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.375rem;left:0.375rem;height:1.54296875rem;display:block; }
#IEcBeTTnczbuZ7EmvVpScmkJM5e37SGW { box-sizing:content-box;height:3.25rem;width:58.8125rem;position:absolute;display:block;z-index:14999;background-color:#f7f9ff;background-image:none;top:4.75rem;left:0rem;display:block; }
#u0TSZQJA84sNfGzGnUgIdoysVK3JB4mh { box-sizing:content-box;height:3.24978125rem;width:58.811875rem;position:absolute;display:block;z-index:15000;background-color:#f7f9ff;background-image:none;top:12.25rem;left:0rem;display:block; }
#TZtmbvumg5K0KegMuVFx4VkCONOlpA3a { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15001;background-color:#f7f9ff;background-image:none;top:19rem;left:0rem;display:block; }
#naDfACg4ZqUNq7gXvH8N5U2XbLuFfw4o { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15002;background-color:#f7f9ff;background-image:none;top:25.4375rem;left:0rem;display:block; }
#EdOSFDheQuc4Q35OnNRm0aLsCc3TCrul { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15003;background-color:#f7f9ff;background-image:none;top:32.375rem;left:0rem;display:block; }
#zMBtftk2FAKq8yDQyC4v4NF2qkbfWs0G { box-sizing:content-box;height:3.2487rem;width:58.811875rem;position:absolute;display:block;z-index:15004;background-color:#f7f9ff;background-image:none;top:40.4375rem;left:0rem;display:block; }
#wDbEpNA8xWmRopyW0TKovR2oAqIu0oaR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#x0mQ9pXKIQK4x0sxN68SW564bltv1Fu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#PwSH9OlOTUT3oyuMJn8hozvLUxsGUlnF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#HetWzUTV5QAqF06OVwu0BVWNyedugb4M { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#AS2ME1QN2to7rIGLZpJVkA33K7HIcEgw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#zSWrrRp5NlaZTTODUNn7A14SBaVnZ8TS { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#inzrV2rbWwqR1WGbr5cXZ8Lfuf0sKQXi { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#CJKxfOOx0WGDE34tn4q9OcC042KDQq92 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#gHDuuKQ8JVAFWvN9flOFV224tw0Zo64o { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#PayMXZC2AkQg06FTWiJNAlI3eTmBDecd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#cpdsxxzRq67cO1L4w2VlqDaxlK9HxHu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.54296875rem;display:none; }
#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { background-color: transparent; background-image: none; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container > .video-iframe-container { display: none; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row > .video-iframe-container { display: none; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .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); }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { border-width: 0; border-radius: 0; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#gP0x1NxWfLPlRWOAfO7DQ9LaUIE8AOgk { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;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:"fortum cy";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.8125rem;height:4.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.06640625rem;left:2.09228515625rem;display:block; }
#EBKObrx0ZddA9h8vxMzzeHU9lwc3sKDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP { 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; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row .container { background-color: transparent; background-image: none; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row .container > .video-iframe-container { display: none; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row > .video-iframe-container { display: none; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .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); }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row .container { border-width: 0; border-radius: 0; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#QEEu3o68ww1qLC9UwxTToCVDnLkdfXlm { color:rgba(var(--color-tertiary-0),1);display:block;width:55.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJrd5Q5aheIp75GwlcACuKXaKu2r4fue { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:9.75rem;left:0rem;height:12.8125rem;text-align:left;text-align-last:left;display:block; }#KJrd5Q5aheIp75GwlcACuKXaKu2r4fue li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KJrd5Q5aheIp75GwlcACuKXaKu2r4fue li:before{  }
#A6FRESCQ3M90IpIolVOF2TbP9L7eThsr { color:rgba(var(--color-tertiary-0),1);display:block;width:55.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375rem;left:4.625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TLMcekUoxMJHlHkvygtafFEON2ReFgrM { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;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:"fortum cy";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:10.1875rem;left:26.875rem;display:block; }
#FCW2uE99XK9AOUUmBZ9CCLzoqC9imMZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNy5lcQRsTxxRVQ50TKSfCVXOsWbg2Nk { color:rgba(var(--color-tertiary-0),1);display:block;width:46.122375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.625rem;left:13.9375rem;height:1.70605625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Qm6I8TzTGDqvRWIwuLXfbIBoQmAGqaEd { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:11.25rem;left:11.625rem;height:10.3735625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vTMW90xRSTTMdF03Ghl3eNzihI7unLXI { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:11.25rem;left:11.625rem;height:10.3735625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MNQ5p63F8BsBpBtlipV8QpgnoqaqZAQf { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:2.6;letter-spacing:0;top:11.25rem;left:11.625rem;height:10.3735625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row .container { background-color: transparent; background-image: none; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row .container > .video-iframe-container { display: none; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row > .video-iframe-container { display: none; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .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); }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row .container { border-width: 0; border-radius: 0; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#Bq6M3M5zZ99CSluearhvv0mWoT98LE8a { color:#0f4632;display:block;width:55.372375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eTvhFN3ypXWdSppSBdZDzzTvBoSCCJqy { color:#0f4632;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:20.996125rem;text-align:left;text-align-last:left;display:block; }
#E8z1h011rb4f2akqbF3nLAWvAdcQ0iiq { 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: 0.0625rem 0.0625rem 1.0625rem rgba(0,36,109,0.12) ;height:15.1875rem;width:22.3125rem;top:3.875rem;left:37.686199188233rem;overflow:hidden;display:block; }
#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { background-color: transparent; background-image: none; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container > .video-iframe-container { display: none; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row > .video-iframe-container { display: none; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .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); }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { border-width: 0; border-radius: 0; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#rhmEe9z8NSDRtn3x9NUHU0UvBQozkOKu { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;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:"fortum cy";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.8125rem;height:4.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.06640625rem;left:2.09228515625rem;display:block; }
#M3t9z0eOwD1SUTk3gV4F2LgKcHVZD30Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykg7676TLNVnysfgwmMGScKQww7NN8V5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row .container { background-color: transparent; background-image: none; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row .container > .video-iframe-container { display: none; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row > .video-iframe-container { display: none; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .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); }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row .container { border-width: 0; border-radius: 0; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#b63EXt3XUa5BFDcyEM3ehq67TLgyLiZg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.5625rem;top:29.625rem;left:11.75rem;overflow:hidden;display:block; }
#MOV6lXXBNdtqxPS9XlAPzzaf2BaeGsfn { color:#0f4632;display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:2rem;height:15.59378125rem;text-align:left;text-align-last:left;display:block; }
#VStUaixTvWIoXu5by0x9C1Q73OLHbn9T { color:rgba(var(--color-secondary-2),1);display:block;width:58rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:2rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aebNdxAGPeIuk6wSF7Jud4LvLtzW2aKn { 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:19.4361875rem;width:17.7486875rem;top:30.125rem;left:30.0625rem;overflow:hidden;display:block; }
#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container { background-color: transparent; background-image: none; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container > .video-iframe-container { display: none; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row > .video-iframe-container { display: none; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .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); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container { border-width: 0; border-radius: 0; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container { font-size:0.875rem;font-family:"open sans";height:42.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#cFnLLEkdWe8lZ6JuESkQeDrPrpxmWg47 { color:#0f4632;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.062255859375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOeaJTGfNOwWM15gmWTIB0XrofMDtPZ4 { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:11rem;left:5.1875rem;display:block; }
#LdFDexbqRykExKcFPvBlQXns4VeRepB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z41GlOeLhtuO1pPBKWfaxNoeW0BwcZu9 { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:15.0625rem;left:5.1875rem;display:block; }
#WwgnbyoPXUfvoTvv3HF1yo0ZaOc0TMDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ioM5ButVbswmKTnHRlM4UTKESMghnZhT { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:19.125rem;left:5.25rem;display:block; }
#wVD8gVTb7IdC7MmsFm6XCv6ZNXsx7a40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klLhKrAUQnAuPSeTsTJKamE1L80O7lQG { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:23.25rem;left:5.1875rem;display:block; }
#KkDR6eFbQ7JWw7di3xAQQTg7At3vQEd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JfzIfRirpOl9JoUv55bqFTaUMTQLV0bT { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:27.0625rem;left:5.1875rem;display:block; }
#n2CBKHiEo9BXHZl6A2JX9H5JH9rerBxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJN5gdoFAMn94RFy1QpwkvG2PmHZG3R3 { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:30.9375rem;left:5.1875rem;display:block; }
#u265p6zGkzl4af02OHFwJrqTnLfT3tuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqyAPOT3g3VNptaPvq1fVoamyBrqredL { background-color:#0f4632;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.622375rem;height:3.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.749569416046rem;left:5.1877174377441rem;display:block; }
#uVDKNq10eNV3TMnF71dzTTlEdPi46Een { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { background-color: transparent; background-image: none; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container > .video-iframe-container { display: none; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row > .video-iframe-container { display: none; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .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); }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { border-width: 0; border-radius: 0; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#UInlKlLuye63T2oiMd3eoBAAd7ZJFMo4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56176875rem;width:12.937rem;top:2.8125rem;left:23.5625rem;overflow:hidden;display:block; }
#BJbxSRB9IMn2kFK6RbVHMEu5k69apFc0 { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:1.3125rem;color:#282828;text-align:center;text-align-last:center;display:block; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11rem;left:14.125rem; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#ifav9lQx9AT641vKieF74vEE7FTVPJOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.0625rem;left:22.625rem; }
#ifav9lQx9AT641vKieF74vEE7FTVPJOT > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#WQHvkCwqV582CP8A29O83zaJbDzZh28N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11rem;left:32.25rem; }
#WQHvkCwqV582CP8A29O83zaJbDzZh28N > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11rem;left:42.8125rem; }
#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT { display:block; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UivJbxFbcS3nE79oei8m42KNVSTmxt3M { width:7.875rem;height:1.7356043097203rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTIccTv1pwngE6TyzPJdbfWAVxignssT { width:8.0625rem;height:2.5625rem;top:2rem;left:26.187503814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #oe7e3y1ur3QGqZ3mWRXAm5t2sEDNcbBm { display:block; }
 }@media only screen and (max-width: 763px) { #cMReLMfyqvZVDWSTMFpQZ1sGrnJOZ8m2 { width:8.0625rem;height:2.5625rem;top:2.125rem;left:39.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUSFrN1TJ0E9wW4S9CbVwEUOnzRcJk4u { display:block; }
 }@media only screen and (max-width: 763px) { #oDbbJV0iLVJ1oN3iF6OlXtdI8ggym7Z7 { width:7.1875rem;height:2.5625rem;top:2rem;left:35.937503814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLau5xzllO2ttetP1TNpctbcZamTeOLc { display:block; }
 }@media only screen and (max-width: 763px) { #iswT4GcfwxyWO0XoCmqXqGVWH0SGOmlG { width:47.75rem;height:16.8125rem;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) { #mMUgWO6vrZUitFC5TgyRWIlP9Gg6O1Zp { width:29.4375rem;height:2.3125rem;top:14.5rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6SfyAle9cihZgxvQnAgL3qXT5pA6KP9 { width:33.8125rem;height:7.375rem;top:17.8125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHMakA3swv12o5Kgu5wVd0zxtr9fbDXC { width:3.25rem;height:3.6177665635621rem;top:11.3125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3Uq2aiA9tloazIfs11ulf2UHe4uNxK { width:20rem;height:1.6875rem;top:23.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-regular-label { display:block;width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-text { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-textarea { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-select { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-button { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V  { width:22.6875rem;height:auto;top:14.25rem;left:22.5625rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .radio-container { width:22.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V {display:block;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V { width:22.6875rem;height:auto;top:14.25rem;left:22.5625rem; }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #reD64w1BT1s0TBc9yzmeVyfsdyFQF74d {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #WqAHFBxbFIte3riLPRFigeZN7r2uczMe {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #mJ2zsVrUmPkbt3cECEQTPAUeWqHQo1HB {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #qs5FpIx7nEKLX7NOBGfmULlcTFnt2p9o {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #hW1TkHQtyTzrWAgOD3DhRkqQPocKVp8J { display:block; }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #cfKTCriwlE9oZN1zqxD8WV3vLltcLPNt {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #OZdoNKFTRahAhD06SfaS4B9TZA19Bf30 {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #etJuN12Zmix54ixoVPXXtbSRJonw5OFl {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #WeqaiqApeOTmd1eoNtrOQu4fPdQU2Pxs {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #MbmLwACmI80gnD55XTTwIlwDVrAMNGbv {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ZV5gLkJ9QdwRxJITPZePxZos8tESKwE5 {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ppAzWg1AycBfNgn1mbdTOUNX3iJZqcoW {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #aPqTWTC2wL8uNZ3o7kCMqKNy6AzrxyKL {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ZwKdeLifLauTZkHHQga2zwJofVsCKxv6 {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #Z68JxrDNPb9c2hiJys4mIJ0q7wRgPLTs {  }
 }@media only screen and (max-width: 763px) { #T25r4ocuF0D6BLlEOcTmFRO5U6RmXQVg { width:5.1875rem;height:5.1875rem;top:10.4375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2oJHNekoqXxMvan5FFZLJL6tFr095fK { width:32.875rem;height:4.6875rem;top:26.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPNz0o9LSRQpvt7L31AJnf3bDNsMazIK { width:4.75rem;height:4.75rem;top:35.3125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6SCaQ7Pa5EEqMnQIouJDud0L91QTJpi { width:3.5rem;height:3.3152852495604rem;top:36rem;left:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af1F6WZdqPPg9CellJKi0DCpDneqCqcb { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfqxMzHKscsrKUw9X8AP4PLeudddIr3V { display:block; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqNL8LuXHnSbZhZzN277WNA1DTwbtUwt { width:47.75rem;height:5.1875rem;top:14.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRActRI5IQD3WOCMQFFNk5GDhNRIJ1iP { width:47.75rem;height:7.625rem;top:6rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgeBy0psA0lwva6LRvGL1MivZJV8V6dQ { width:47.75rem;height:4.125rem;top:1.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u { display:block; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTW4ERha4mB1Lp9OBuIVFDlNvIriLQaa { width:47.75rem;height:6.125rem;top:2.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbxm0536NpcipMh6iZoi6DThVeaR5tT9 { display:block; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5uCJOwE3IOmd5HIPfWxrZvcpahGuXs1 { width:16rem;height:1.625rem;top:8.75rem;left:15.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhnGS7T9W3y6EX0r5Hp6GTA7viIefQQp { width:15.3125rem;height:10.5rem;top:10.625rem;left:15.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFgwXbGCQ3GHVFnanfwlMNKTHQnWovZT { width:18.125rem;height:1.9375rem;top:8.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLTQ2yD6NDhSI666rlCJmPgP1f1HMIg5 { width:16rem;height:9.75rem;top:10.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMenUDOqNoL6Zenk6XNr8GN1xRgbScKC { width:16rem;height:1.9375rem;top:8.8125rem;left:31.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXsErRBRIc5guiu9dAbG2agznwvb9aG6 { width:16.125rem;height:11.375rem;top:10.75rem;left:31.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc4ps43WF5ChoQHNeI1ilPdU0ihC13Ib { width:4.3125rem;height:4.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2BoSXdGnOvLAM11ZSoJlNIK5riUaxQO { width:4.25rem;height:4.25rem;top:1.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1UltZ5mAJcrPO6e7kDwfiMuOzqC1hfg { width:4.25rem;height:4.25rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSeTcONSeoZnQLcrTz8kBypu5qqidhKo { width:2.875rem;height:2.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGlAktCxiTdhELkpx67GLTW3HRaMkIZ3 { width:2.75rem;height:2.75rem;top:2.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh2GVT2E7trIZm1d94vVbx6O2K8HMLC3 { width:2.6875rem;height:2.6875rem;top:2.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs { display:block; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbUSveBMvhNLAe6IL8XeUXpofmdKv6bZ { width:18.125rem;height:9.75rem;top:17.3125rem;left:19.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDEvFlBDz4IrotNSVSrdnTkW7nfeMaok { width:47.75rem;height:3.3125rem;top:7.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKazNAJKnTXcEVAeV9RIoken5Ff8RfB { width:46.0625rem;height:4rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLw9fyVTxTl6cbrEG602dCxfnUCZFFs { width:3.5625rem;height:3.3125rem;top:3.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M36G9TKWGnZs1SJLavNXiSms2Fusv3kg { width:14.8125rem;height:6.5rem;top:17.3125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKrf36uzOw4i4MyoC5g0sWbBuNGiml0N { width:14.0625rem;height:1.9375rem;top:23.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD3zTPTTDXsJKzWFwxbWQZd1WP2gIKPw { width:2.5rem;height:2.5rem;top:20.75rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2paQ8498dTpASx5XDcI2JTa6yliMpPH { display:block; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTH8r3CKpAyzHTRfCTpbwvsfAAKvqd2b { width:3.875rem;height:3.625rem;top:1.625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWsdXeVvfhSUwMx9tuq8L24CR9trdlP6 { width:17.5rem;height:4rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #flK5z91NybBwKGXFAhL6OAuQxIzF4l25 { width:47.75rem;height:2.6875rem;top:2.1875rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { display:none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uy32ABMy11JZwTX7HmQU75QAPqrpOh5l { width:47.75rem;height:3.25rem;top:6.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvSK2Nn7VuNCNph8L5T7GsGsaeHdfHCM { width:47.75rem;height:1.5rem;top:7.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWtcCbwzepyHu956d1hEt5V1hEn1CB9l { width:47.75rem;height:1.5rem;top:10.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KapmXTHeCim94fZzBU0QGvKIWT1NzKmR { width:12.5rem;height:1.5rem;top:3.25rem;left:15.436199188233rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGlddsnS84DVOO8Gfgz7VnRq0ma4lEOX { width:47.75rem;height:3.25rem;top:13.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuvBWZ69OXINBflXT1cS2EE3UX937cmk { width:47.75rem;height:1.5rem;top:14.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWx2au1bdsm99eWvegsq6qbbVxoESuLo { width:47.75rem;height:1.5rem;top:18.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l05v1MkTVllcmyH3BRG8gzGnJTLBFvI6 { width:47.75rem;height:3.25rem;top:20.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WULe5UoTbBkEMEiPd4bNRXUOSObWXptV { width:12.5rem;height:1.5rem;top:3.25rem;left:35.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvMTORWNxsw0etsyl4DlSsOs21Os08T { width:47.75rem;height:1.5rem;top:21.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgaLnUuulHIBKmKobXEJ3wA0UEdDLhim { width:47.75rem;height:1.5rem;top:25.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kF6itvxbvAA63mrFupBOT6rg6uc1pftX { width:47.75rem;height:3.25rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLTovoCL9Q81aVWbLVKZqeTcfyekeGbd { width:47.75rem;height:1.5rem;top:28.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UO8A9PPUvx3XUoyAv3CKPiH8izSb2qC5 { width:47.75rem;height:1.5rem;top:32.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwgqlOwwl90bz5gAuh73161oduTPd8gR { width:47.75rem;height:3.25rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4UtRbTfllLloQliHZJ89mMRGl1kTJll { width:47.75rem;height:1.5rem;top:44.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiFA2gCXmPCQwE77cDp8ywMC1TV0rpm2 { width:47.75rem;height:1.5rem;top:40.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps0K8RWQwiXsIP6snt2gvJWWAs0O98ug { width:47.75rem;height:3.25rem;top:43.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umFJTJBN0v7hlqTT84sTThemEIEVwBV3 { width:47.75rem;height:1.5rem;top:35.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { display:none; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OeeOxm5xpw0ANnXMPOtTwTnFCbx32ltT { width:47.75rem;height:1.5rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkzmnFANo56K8r67uzEcSfNdtZepymzn { width:12.5rem;height:1.5rem;top:1.875rem;left:17rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7ZECriGkqrmMWUO0HlAvy3NgD5kIIki { width:12.5rem;height:1.5rem;top:1.875rem;left:35.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NlhovHISQFHKMxe072fdEnW58maQUC { width:47.75rem;height:1.5rem;top:9.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCFpfnGEuaHOoalyCLDCFpAKaJpGcwAT { width:47.75rem;height:1.5rem;top:13.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT4LLTzts7L60RrT7T0kWsbSCbkOeJNC { width:47.75rem;height:1.5rem;top:16.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3KOqhFSu0oVmOQTEmHiKpPP1L9lC8ec { width:47.75rem;height:1.5rem;top:20rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ7DxTz9hTsOeQgleC2mb2tQd0x7k9RH { width:47.75rem;height:1.5rem;top:23.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alUv8rNW4GcVREztyw5Gcd3TIQ8RTlHW { width:47.75rem;height:1.5rem;top:26.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTgOnx3evy4zd26Wb6ch8LqtG9d3MuOC { width:47.75rem;height:1.5rem;top:30.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvSMmd29VKEdTVBCpLwt6safcBsAXSal { width:47.75rem;height:1.5rem;top:33.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B072TGgTJucSSTFBknIp82CAuQMiegdi { width:47.75rem;height:1.5rem;top:37.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVeqLdHabglNUZ3odpaNIIgXwVDvepN2 { width:47.75rem;height:1.5rem;top:41.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEcBeTTnczbuZ7EmvVpScmkJM5e37SGW { width:47.75rem;height:3.1875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TSZQJA84sNfGzGnUgIdoysVK3JB4mh { width:47.75rem;height:3.1875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtmbvumg5K0KegMuVFx4VkCONOlpA3a { width:47.75rem;height:3.1875rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDfACg4ZqUNq7gXvH8N5U2XbLuFfw4o { width:47.75rem;height:3.1875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdOSFDheQuc4Q35OnNRm0aLsCc3TCrul { width:47.75rem;height:3.1875rem;top:32.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMBtftk2FAKq8yDQyC4v4NF2qkbfWs0G { width:47.75rem;height:3.1875rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDbEpNA8xWmRopyW0TKovR2oAqIu0oaR { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0mQ9pXKIQK4x0sxN68SW564bltv1Fu8 { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwSH9OlOTUT3oyuMJn8hozvLUxsGUlnF { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HetWzUTV5QAqF06OVwu0BVWNyedugb4M { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AS2ME1QN2to7rIGLZpJVkA33K7HIcEgw { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSWrrRp5NlaZTTODUNn7A14SBaVnZ8TS { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #inzrV2rbWwqR1WGbr5cXZ8Lfuf0sKQXi { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJKxfOOx0WGDE34tn4q9OcC042KDQq92 { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHDuuKQ8JVAFWvN9flOFV224tw0Zo64o { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PayMXZC2AkQg06FTWiJNAlI3eTmBDecd { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpdsxxzRq67cO1L4w2VlqDaxlK9HxHu8 { width:18.1875rem;height:4.625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G { display:block; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP0x1NxWfLPlRWOAfO7DQ9LaUIE8AOgk { width:46.75rem;height:4.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBKObrx0ZddA9h8vxMzzeHU9lwc3sKDi { display:block; }
 }@media only screen and (max-width: 763px) { #tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP { display:block; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEEu3o68ww1qLC9UwxTToCVDnLkdfXlm { width:47.75rem;height:4.0625rem;top:5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrd5Q5aheIp75GwlcACuKXaKu2r4fue { width:46.5rem;height:12.8125rem;top:9.75rem;left:0rem;font-size:1.5625rem;display:none; }#KJrd5Q5aheIp75GwlcACuKXaKu2r4fue li:before{  }
 }@media only screen and (max-width: 763px) { #A6FRESCQ3M90IpIolVOF2TbP9L7eThsr { width:47.75rem;height:3.25rem;top:23.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLMcekUoxMJHlHkvygtafFEON2ReFgrM { width:16.875rem;height:2.625rem;top:10.1875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCW2uE99XK9AOUUmBZ9CCLzoqC9imMZp { display:block; }
 }@media only screen and (max-width: 763px) { #hNy5lcQRsTxxRVQ50TKSfCVXOsWbg2Nk { width:46.0625rem;height:1.6875rem;top:26.625rem;left:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm6I8TzTGDqvRWIwuLXfbIBoQmAGqaEd { width:18.625rem;height:2.5625rem;top:5.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTMW90xRSTTMdF03Ghl3eNzihI7unLXI { width:15.4375rem;height:;top:13.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNQ5p63F8BsBpBtlipV8QpgnoqaqZAQf { width:15.4375rem;height:3.1875rem;top:16.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 { display:block; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq6M3M5zZ99CSluearhvv0mWoT98LE8a { width:47.75rem;height:4.0625rem;top:3.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTvhFN3ypXWdSppSBdZDzzTvBoSCCJqy { width:31.5625rem;height:20.9375rem;top:7.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8z1h011rb4f2akqbF3nLAWvAdcQ0iiq { width:22.3125rem;height:15.1875rem;top:3.875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN { display:block; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmEe9z8NSDRtn3x9NUHU0UvBQozkOKu { width:46.75rem;height:4.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3t9z0eOwD1SUTk3gV4F2LgKcHVZD30Z { display:block; }
 }@media only screen and (max-width: 763px) { #ykg7676TLNVnysfgwmMGScKQww7NN8V5 { display:block; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b63EXt3XUa5BFDcyEM3ehq67TLgyLiZg { width:17.5625rem;height:20.4375rem;top:29.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOV6lXXBNdtqxPS9XlAPzzaf2BaeGsfn { width:47.75rem;height:15.5625rem;top:13.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStUaixTvWIoXu5by0x9C1Q73OLHbn9T { width:47.75rem;height:8.125rem;top:3.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebNdxAGPeIuk6wSF7Jud4LvLtzW2aKn { width:17.6875rem;height:19.36918244835rem;top:30.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd { display:block; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFnLLEkdWe8lZ6JuESkQeDrPrpxmWg47 { width:47.75rem;height:4.0625rem;top:5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOeaJTGfNOwWM15gmWTIB0XrofMDtPZ4 { width:46.75rem;height:3.125rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFDexbqRykExKcFPvBlQXns4VeRepB8 { display:block; }
 }@media only screen and (max-width: 763px) { #z41GlOeLhtuO1pPBKWfaxNoeW0BwcZu9 { width:46.75rem;height:3.125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwgnbyoPXUfvoTvv3HF1yo0ZaOc0TMDh { display:block; }
 }@media only screen and (max-width: 763px) { #ioM5ButVbswmKTnHRlM4UTKESMghnZhT { width:46.75rem;height:3.125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVD8gVTb7IdC7MmsFm6XCv6ZNXsx7a40 { display:block; }
 }@media only screen and (max-width: 763px) { #klLhKrAUQnAuPSeTsTJKamE1L80O7lQG { width:46.75rem;height:3.125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDR6eFbQ7JWw7di3xAQQTg7At3vQEd9 { display:block; }
 }@media only screen and (max-width: 763px) { #JfzIfRirpOl9JoUv55bqFTaUMTQLV0bT { width:46.75rem;height:3.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2CBKHiEo9BXHZl6A2JX9H5JH9rerBxQ { display:block; }
 }@media only screen and (max-width: 763px) { #hJN5gdoFAMn94RFy1QpwkvG2PmHZG3R3 { width:46.75rem;height:3.125rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u265p6zGkzl4af02OHFwJrqTnLfT3tuy { display:block; }
 }@media only screen and (max-width: 763px) { #oqyAPOT3g3VNptaPvq1fVoamyBrqredL { width:46.75rem;height:3.125rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVDKNq10eNV3TMnF71dzTTlEdPi46Een { display:block; }
 }@media only screen and (max-width: 763px) { #rniSz3EtATKg6hBd2GNOB25Zmsetg46Q { display:block; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UInlKlLuye63T2oiMd3eoBAAd7ZJFMo4 { width:13.0625rem;height:4.5625rem;top:4.7081146240234rem;left:17.593316555023rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJbxSRB9IMn2kFK6RbVHMEu5k69apFc0 { width:47.75rem;height:1.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e { width:2.375rem;height:2.375rem;top:10.9375rem;left:8rem;display:block; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #ifav9lQx9AT641vKieF74vEE7FTVPJOT { width:2.25rem;height:2.25rem;top:11rem;left:16.5rem;display:block; }
#ifav9lQx9AT641vKieF74vEE7FTVPJOT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WQHvkCwqV582CP8A29O83zaJbDzZh28N { width:2.375rem;height:2.375rem;top:10.9375rem;left:26.125rem;display:block; }
#WQHvkCwqV582CP8A29O83zaJbDzZh28N > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy { width:2.375rem;height:2.375rem;top:10.9375rem;left:36.6875rem;display:block; }
#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT { position:relative;z-index:auto;display:block; }#H9Wp93RJfsKsXClIQIkzuPCKAVmQTiIT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UivJbxFbcS3nE79oei8m42KNVSTmxt3M { width:8.25rem;height:1.3125rem;top:1.872802734375rem;left:0.9365234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTIccTv1pwngE6TyzPJdbfWAVxignssT { width:12.3125rem;height:2.4375rem;top:4.8125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oe7e3y1ur3QGqZ3mWRXAm5t2sEDNcbBm { display:block; }
 }@media only screen and (max-width: 763px) { #cMReLMfyqvZVDWSTMFpQZ1sGrnJOZ8m2 { width:12.3125rem;height:2.4375rem;top:7.75rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUSFrN1TJ0E9wW4S9CbVwEUOnzRcJk4u { display:block; }
 }@media only screen and (max-width: 763px) { #oDbbJV0iLVJ1oN3iF6OlXtdI8ggym7Z7 { width:12.3125rem;height:2.4375rem;top:7.9375rem;left:3.8437502980233rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLau5xzllO2ttetP1TNpctbcZamTeOLc { display:block; }
 }@media only screen and (max-width: 763px) { #iswT4GcfwxyWO0XoCmqXqGVWH0SGOmlG { top:0.623779296875rem;left:0.74951171875rem;width:7.24975rem;height:2.37426875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMUgWO6vrZUitFC5TgyRWIlP9Gg6O1Zp { width:20rem;height:0;top:9.6240234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q6SfyAle9cihZgxvQnAgL3qXT5pA6KP9 { width:19.0625rem;height:4.375rem;top:5.3919277191162rem;left:0.5625rem;font-size:2.1875rem;text-align:left;text-align-last:left;color:#003d31;display:block; }
 }@media only screen and (max-width: 763px) { #LHMakA3swv12o5Kgu5wVd0zxtr9fbDXC { width:2.9375rem;height:3.3125rem;top:14.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3Uq2aiA9tloazIfs11ulf2UHe4uNxK { width:19.1875rem;height:1.70605625rem;top:3.0611982345581rem;left:0.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15003;color:#003d31;display:block; }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-regular-label { display:block;width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-text { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-textarea { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-select { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.2;overflow:hidden;height:3.375rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]:-moz-placeholder { font-size:1.125rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]::-moz-placeholder { font-size:1.125rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]:-ms-input-placeholder { font-size:1.125rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-checkbox-label { width:14.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-container:first-of-type{padding-top:0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-container:last-of-type{padding-bottom:0;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V  { width:15.375rem;height:auto;top:16.458333969116rem;left:1.0625000596046rem; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .radio-container { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V .widget-info-text { font-family:"fortum sans";color:#3f3f3f;font-weight:400;font-style:normal;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.2; }
#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V {display:block;}#KZ3q0JgF2Eq78KPTxusiicilmDimRA3V { width:15.375rem;height:auto;top:16.458333969116rem;left:1.0625000596046rem; }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #reD64w1BT1s0TBc9yzmeVyfsdyFQF74d {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #WqAHFBxbFIte3riLPRFigeZN7r2uczMe {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #mJ2zsVrUmPkbt3cECEQTPAUeWqHQo1HB {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #qs5FpIx7nEKLX7NOBGfmULlcTFnt2p9o {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #hW1TkHQtyTzrWAgOD3DhRkqQPocKVp8J { display:block; }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #cfKTCriwlE9oZN1zqxD8WV3vLltcLPNt {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #OZdoNKFTRahAhD06SfaS4B9TZA19Bf30 {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #etJuN12Zmix54ixoVPXXtbSRJonw5OFl {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #WeqaiqApeOTmd1eoNtrOQu4fPdQU2Pxs {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #MbmLwACmI80gnD55XTTwIlwDVrAMNGbv {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ZV5gLkJ9QdwRxJITPZePxZos8tESKwE5 {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ppAzWg1AycBfNgn1mbdTOUNX3iJZqcoW {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #aPqTWTC2wL8uNZ3o7kCMqKNy6AzrxyKL {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #ZwKdeLifLauTZkHHQga2zwJofVsCKxv6 {  }
 }@media only screen and (max-width: 763px) { #KZ3q0JgF2Eq78KPTxusiicilmDimRA3V #Z68JxrDNPb9c2hiJys4mIJ0q7wRgPLTs {  }
 }@media only screen and (max-width: 763px) { #T25r4ocuF0D6BLlEOcTmFRO5U6RmXQVg { width:4.9375rem;height:4.9375rem;top:13.625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2oJHNekoqXxMvan5FFZLJL6tFr095fK { width:14.4375rem;height:3.91699375rem;top:11.204427719116rem;left:0.56250005960464rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qPNz0o9LSRQpvt7L31AJnf3bDNsMazIK { width:4.75rem;height:4.75rem;top:43.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6SCaQ7Pa5EEqMnQIouJDud0L91QTJpi { width:3.5rem;height:3.3152852495604rem;top:72.057875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af1F6WZdqPPg9CellJKi0DCpDneqCqcb { top:43.875rem;left:7.625rem;width:4.56176875rem;height:4.56176875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zfqxMzHKscsrKUw9X8AP4PLeudddIr3V { display:block; }#zfqxMzHKscsrKUw9X8AP4PLeudddIr3V > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqNL8LuXHnSbZhZzN277WNA1DTwbtUwt { width:18.6875rem;height:2.4375rem;top:16.375rem;left:1.1250000596046rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wRActRI5IQD3WOCMQFFNk5GDhNRIJ1iP { width:17.75rem;height:9.597625rem;top:5.8723945617676rem;left:1.1250000596046rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cgeBy0psA0lwva6LRvGL1MivZJV8V6dQ { width:19.125rem;height:3.73730625rem;top:1.625rem;left:0.8125rem;font-size:2.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u { display:block; }#rBPcd2UXdeE0J4I2xyC9lZ8A2xQz7r1u > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTW4ERha4mB1Lp9OBuIVFDlNvIriLQaa { width:19.125rem;height:6.3369375rem;top:3.2460975646973rem;left:0.87369793653488rem;font-size:1.625rem;text-align:left;text-align-last:left;color:#0f4632;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mbxm0536NpcipMh6iZoi6DThVeaR5tT9 { display:block; }#mbxm0536NpcipMh6iZoi6DThVeaR5tT9 > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5uCJOwE3IOmd5HIPfWxrZvcpahGuXs1 { width:18.375rem;height:1.51171875rem;top:7.6966152191163rem;left:1.3111980557442rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhnGS7T9W3y6EX0r5Hp6GTA7viIefQQp { width:17.5rem;height:9.972625rem;top:9.5rem;left:1.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WFgwXbGCQ3GHVFnanfwlMNKTHQnWovZT { width:18.3125rem;height:1.7871125rem;top:27.062501907349rem;left:1.6861980557442rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zLTQ2yD6NDhSI666rlCJmPgP1f1HMIg5 { width:16.6875rem;height:9.2578125rem;top:29.097658157349rem;left:1.6562500596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aMenUDOqNoL6Zenk6XNr8GN1xRgbScKC { width:18.5625rem;height:1.7871125rem;top:47rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXsErRBRIc5guiu9dAbG2agznwvb9aG6 { width:17.5rem;height:9.2578125rem;top:49.3125rem;left:1.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zc4ps43WF5ChoQHNeI1ilPdU0ihC13Ib { width:4.3125rem;height:4.3125rem;top:21.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2BoSXdGnOvLAM11ZSoJlNIK5riUaxQO { width:4.25rem;height:4.25rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1UltZ5mAJcrPO6e7kDwfiMuOzqC1hfg { width:4.25rem;height:4.25rem;top:41.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSeTcONSeoZnQLcrTz8kBypu5qqidhKo { width:2.8125rem;height:2.8125rem;top:22.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGlAktCxiTdhELkpx67GLTW3HRaMkIZ3 { width:2.375rem;height:2.375rem;top:2.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh2GVT2E7trIZm1d94vVbx6O2K8HMLC3 { width:2.75rem;height:2.75rem;top:42.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs { display:block; }#l6s5BKeaLrTd2XTB92dohAcTrnGTrvGs > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbUSveBMvhNLAe6IL8XeUXpofmdKv6bZ { width:17.1875rem;height:9.2578125rem;top:9.0625rem;left:1.4375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDEvFlBDz4IrotNSVSrdnTkW7nfeMaok { width:16.875rem;height:2.26855625rem;top:6.4375rem;left:1.4375000596046rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TrKazNAJKnTXcEVAeV9RIoken5Ff8RfB { width:16.687rem;height:0;top:21.2060546875rem;left:1.656494140625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RNLw9fyVTxTl6cbrEG602dCxfnUCZFFs { width:18.6875rem;height:2.61230625rem;top:2.9375rem;left:1.25rem;font-size:2.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M36G9TKWGnZs1SJLavNXiSms2Fusv3kg { width:18.5rem;height:3.73730625rem;top:20.5625rem;left:0rem;font-size:2.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UKrf36uzOw4i4MyoC5g0sWbBuNGiml0N { width:18.125rem;height:1.4622375rem;top:18.934898376465rem;left:0.375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DD3zTPTTDXsJKzWFwxbWQZd1WP2gIKPw { display:flex;width:2.5rem;height:2.5rem;top:55.89480625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2paQ8498dTpASx5XDcI2JTa6yliMpPH { display:block; }#X2paQ8498dTpASx5XDcI2JTa6yliMpPH > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTH8r3CKpAyzHTRfCTpbwvsfAAKvqd2b { display:flex;width:3.875rem;height:3.625rem;top:6.4268697036744rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #JWsdXeVvfhSUwMx9tuq8L24CR9trdlP6 { width:17.5rem;height:4.19921875rem;top:2.484375rem;left:1.2500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15004;color:#003d31;display:block; }
 }@media only screen and (max-width: 763px) { #flK5z91NybBwKGXFAhL6OAuQxIzF4l25 { width:20rem;height:auto;top:2.1875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d0bdokwgU5MQuakO099fz6B8D3TvAiAZ { display:none; }#d0bdokwgU5MQuakO099fz6B8D3TvAiAZ > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uy32ABMy11JZwTX7HmQU75QAPqrpOh5l { width:20rem;height:3.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvSK2Nn7VuNCNph8L5T7GsGsaeHdfHCM { width:20rem;height:auto;top:7.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWtcCbwzepyHu956d1hEt5V1hEn1CB9l { width:20rem;height:auto;top:10.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KapmXTHeCim94fZzBU0QGvKIWT1NzKmR { width:12.5rem;height:0;top:-1.6243438720703rem;left:7.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGlddsnS84DVOO8Gfgz7VnRq0ma4lEOX { width:20rem;height:3.1875rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuvBWZ69OXINBflXT1cS2EE3UX937cmk { width:20rem;height:auto;top:14.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWx2au1bdsm99eWvegsq6qbbVxoESuLo { width:20rem;height:auto;top:18.125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l05v1MkTVllcmyH3BRG8gzGnJTLBFvI6 { width:20rem;height:3.1875rem;top:10.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WULe5UoTbBkEMEiPd4bNRXUOSObWXptV { width:12.5rem;height:0;top:-1.6243438720703rem;left:7.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMvMTORWNxsw0etsyl4DlSsOs21Os08T { width:20rem;height:auto;top:21.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgaLnUuulHIBKmKobXEJ3wA0UEdDLhim { width:20rem;height:auto;top:25.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kF6itvxbvAA63mrFupBOT6rg6uc1pftX { width:20rem;height:3.1875rem;top:14.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLTovoCL9Q81aVWbLVKZqeTcfyekeGbd { width:20rem;height:auto;top:28.5625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UO8A9PPUvx3XUoyAv3CKPiH8izSb2qC5 { width:20rem;height:auto;top:32.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwgqlOwwl90bz5gAuh73161oduTPd8gR { width:20rem;height:3.25rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4UtRbTfllLloQliHZJ89mMRGl1kTJll { width:20rem;height:0;top:19.85285949707rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiFA2gCXmPCQwE77cDp8ywMC1TV0rpm2 { width:20rem;height:auto;top:40.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps0K8RWQwiXsIP6snt2gvJWWAs0O98ug { width:20rem;height:3.1875rem;top:19rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #umFJTJBN0v7hlqTT84sTThemEIEVwBV3 { width:20rem;height:auto;top:35.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eocv55UD8pbhhoUkhehUTryGLOTRRA9e { display:block; }#Eocv55UD8pbhhoUkhehUTryGLOTRRA9e > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeeOxm5xpw0ANnXMPOtTwTnFCbx32ltT { width:20rem;height:0;top:5.6875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkzmnFANo56K8r67uzEcSfNdtZepymzn { width:12.5rem;height:0;top:5.6868515014649rem;left:5.7497830986977rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7ZECriGkqrmMWUO0HlAvy3NgD5kIIki { width:12.5rem;height:0;top:2.0713996887207rem;left:5.7497830986977rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5NlhovHISQFHKMxe072fdEnW58maQUC { width:20rem;height:0;top:11.56640625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCFpfnGEuaHOoalyCLDCFpAKaJpGcwAT { width:20rem;height:0;top:21.8828125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT4LLTzts7L60RrT7T0kWsbSCbkOeJNC { width:20rem;height:0;top:27.76171875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3KOqhFSu0oVmOQTEmHiKpPP1L9lC8ec { width:20rem;height:0;top:34.641052246094rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ7DxTz9hTsOeQgleC2mb2tQd0x7k9RH { width:20rem;height:0;top:40.519958496094rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alUv8rNW4GcVREztyw5Gcd3TIQ8RTlHW { width:20rem;height:0;top:47.398216247559rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTgOnx3evy4zd26Wb6ch8LqtG9d3MuOC { width:20rem;height:0;top:53.277122497559rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvSMmd29VKEdTVBCpLwt6safcBsAXSal { width:20rem;height:0;top:60.219390869141rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B072TGgTJucSSTFBknIp82CAuQMiegdi { width:20rem;height:0;top:66.098297119137rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVeqLdHabglNUZ3odpaNIIgXwVDvepN2 { width:20rem;height:0;top:72.914703369137rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEcBeTTnczbuZ7EmvVpScmkJM5e37SGW { width:20rem;height:6.6875rem;top:8.0609807968137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TSZQJA84sNfGzGnUgIdoysVK3JB4mh { width:20rem;height:6.75rem;top:22.249567985534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtmbvumg5K0KegMuVFx4VkCONOlpA3a { width:20rem;height:6.4375rem;top:53.092448234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naDfACg4ZqUNq7gXvH8N5U2XbLuFfw4o { width:20rem;height:6.625rem;top:37.273221492767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdOSFDheQuc4Q35OnNRm0aLsCc3TCrul { width:20rem;height:3.1875rem;top:86.842447280881rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMBtftk2FAKq8yDQyC4v4NF2qkbfWs0G { width:20rem;height:6.75rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDbEpNA8xWmRopyW0TKovR2oAqIu0oaR { width:18.25rem;height:4.62890625rem;top:1.9965286254882rem;left:1.0935329794884rem;font-size:1.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #x0mQ9pXKIQK4x0sxN68SW564bltv1Fu8 { width:18.2498125rem;height:4.62890625rem;top:9.1210947036744rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PwSH9OlOTUT3oyuMJn8hozvLUxsGUlnF { width:18.2498125rem;height:4.62890625rem;top:16.183594703674rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HetWzUTV5QAqF06OVwu0BVWNyedugb4M { width:18.2498125rem;height:4.62890625rem;top:23.433161735534rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AS2ME1QN2to7rIGLZpJVkA33K7HIcEgw { width:18.2498125rem;height:4.62890625rem;top:30.745444297791rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zSWrrRp5NlaZTTODUNn7A14SBaVnZ8TS { width:18.2498125rem;height:4.62890625rem;top:38.432076931rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #inzrV2rbWwqR1WGbr5cXZ8Lfuf0sKQXi { width:18.2498125rem;height:4.62890625rem;top:46.180559158325rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #CJKxfOOx0WGDE34tn4q9OcC042KDQq92 { width:18.2498125rem;height:4.62890625rem;top:54.180773735046rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gHDuuKQ8JVAFWvN9flOFV224tw0Zo64o { width:18.2498125rem;height:4.62890625rem;top:61.992186546326rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PayMXZC2AkQg06FTWiJNAlI3eTmBDecd { width:18.2498125rem;height:4.62890625rem;top:69.25rem;left:0.875rem;font-size:1.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cpdsxxzRq67cO1L4w2VlqDaxlK9HxHu8 { width:18.2498125rem;height:4.62890625rem;top:76.810981750487rem;left:0.87456601858137rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G { display:block; }#tOIyWPUy3ZXTRMXN00bve7h6fHalIA4G > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP0x1NxWfLPlRWOAfO7DQ9LaUIE8AOgk { width:17.99925rem;height:3.62426875rem;top:0.904541015625rem;left:0.99853515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBKObrx0ZddA9h8vxMzzeHU9lwc3sKDi { display:block; }
 }@media only screen and (max-width: 763px) { #tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP { display:block; }#tzBwvDzcZetDNpGmq0KNfiU8G1LHhdZP > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEEu3o68ww1qLC9UwxTToCVDnLkdfXlm { width:18.875rem;height:2.5996125rem;top:3.8125rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrd5Q5aheIp75GwlcACuKXaKu2r4fue { width:20rem;height:0;top:5.09765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }#KJrd5Q5aheIp75GwlcACuKXaKu2r4fue li:before{  }
 }@media only screen and (max-width: 763px) { #A6FRESCQ3M90IpIolVOF2TbP9L7eThsr { width:18.9361875rem;height:2.11230625rem;top:23.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLMcekUoxMJHlHkvygtafFEON2ReFgrM { width:18.18725rem;height:2.37426875rem;top:9.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCW2uE99XK9AOUUmBZ9CCLzoqC9imMZp { display:block; }
 }@media only screen and (max-width: 763px) { #hNy5lcQRsTxxRVQ50TKSfCVXOsWbg2Nk { width:20rem;height:0;top:24.588623046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Qm6I8TzTGDqvRWIwuLXfbIBoQmAGqaEd { width:18.125rem;height:2.92480625rem;top:6.8125rem;left:1.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15001;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vTMW90xRSTTMdF03Ghl3eNzihI7unLXI { width:15.4986875rem;height:3.5996125rem;top:13.1875rem;left:2.2473958134651rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15003;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MNQ5p63F8BsBpBtlipV8QpgnoqaqZAQf { width:15.4980625rem;height:3.5996125rem;top:18.25rem;left:2.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 { display:block; }#tbyTJyregh0zeTyxPOmd1Zt76QBiNXI4 > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq6M3M5zZ99CSluearhvv0mWoT98LE8a { width:17.9375rem;height:5.19921875rem;top:2.7096366882324rem;left:1.0312500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTvhFN3ypXWdSppSBdZDzzTvBoSCCJqy { width:17.6875rem;height:23.1445rem;top:7.9075527191163rem;left:1.0312500596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E8z1h011rb4f2akqbF3nLAWvAdcQ0iiq { width:17.75rem;height:12.0625rem;top:32.497398376465rem;left:1.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN { display:block; }#wzB7ruuUpb1TCd2BRiWr29cnvXxDS2KN > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhmEe9z8NSDRtn3x9NUHU0UvBQozkOKu { width:17.125rem;height:4.3125rem;top:1.28125rem;left:1.4375000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3t9z0eOwD1SUTk3gV4F2LgKcHVZD30Z { display:block; }
 }@media only screen and (max-width: 763px) { #ykg7676TLNVnysfgwmMGScKQww7NN8V5 { display:block; }#ykg7676TLNVnysfgwmMGScKQww7NN8V5 > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b63EXt3XUa5BFDcyEM3ehq67TLgyLiZg { width:6.8115rem;height:7.937rem;top:14.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOV6lXXBNdtqxPS9XlAPzzaf2BaeGsfn { width:17.1875rem;height:26.23046875rem;top:24.444580078125rem;left:1.40625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VStUaixTvWIoXu5by0x9C1Q73OLHbn9T { width:18.4375rem;height:7.972625rem;top:2.4921875rem;left:0.78125005960463rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aebNdxAGPeIuk6wSF7Jud4LvLtzW2aKn { width:9.812rem;height:10.81175rem;top:11.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd { background-color:#f8f8f8;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; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container { background-color: transparent; background-image: none; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container > .video-iframe-container { display: none; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row > .video-iframe-container { display: none; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .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); }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container { border-width: 0; border-radius: 0; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kfx8xeHxQTGKVwbZ3TIAwDVFgHadWtNd > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFnLLEkdWe8lZ6JuESkQeDrPrpxmWg47 { width:20rem;height:2.2753875rem;top:3.624267578125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOeaJTGfNOwWM15gmWTIB0XrofMDtPZ4 { width:19rem;height:3.125rem;top:6.9375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFDexbqRykExKcFPvBlQXns4VeRepB8 { display:block; }
 }@media only screen and (max-width: 763px) { #z41GlOeLhtuO1pPBKWfaxNoeW0BwcZu9 { width:19rem;height:3.125rem;top:10.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwgnbyoPXUfvoTvv3HF1yo0ZaOc0TMDh { display:block; }
 }@media only screen and (max-width: 763px) { #ioM5ButVbswmKTnHRlM4UTKESMghnZhT { width:19rem;height:3.125rem;top:14.4375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVD8gVTb7IdC7MmsFm6XCv6ZNXsx7a40 { display:block; }
 }@media only screen and (max-width: 763px) { #klLhKrAUQnAuPSeTsTJKamE1L80O7lQG { width:19rem;height:3.125rem;top:18.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDR6eFbQ7JWw7di3xAQQTg7At3vQEd9 { display:block; }
 }@media only screen and (max-width: 763px) { #JfzIfRirpOl9JoUv55bqFTaUMTQLV0bT { width:19rem;height:3.125rem;top:22rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2CBKHiEo9BXHZl6A2JX9H5JH9rerBxQ { display:block; }
 }@media only screen and (max-width: 763px) { #hJN5gdoFAMn94RFy1QpwkvG2PmHZG3R3 { width:19rem;height:3.125rem;top:25.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u265p6zGkzl4af02OHFwJrqTnLfT3tuy { display:block; }
 }@media only screen and (max-width: 763px) { #oqyAPOT3g3VNptaPvq1fVoamyBrqredL { width:19rem;height:3.125rem;top:29.49978518486rem;left:0.49913197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVDKNq10eNV3TMnF71dzTTlEdPi46Een { display:block; }
 }@media only screen and (max-width: 763px) { #rniSz3EtATKg6hBd2GNOB25Zmsetg46Q { display:block; }#rniSz3EtATKg6hBd2GNOB25Zmsetg46Q > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UInlKlLuye63T2oiMd3eoBAAd7ZJFMo4 { width:12.875rem;height:4.53955rem;top:2.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJbxSRB9IMn2kFK6RbVHMEu5k69apFc0 { width:20rem;height:2.44921875rem;top:8.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e { display:flex;width:2.5rem;height:2.5rem;top:12.5625rem;left:1.125rem; }
#L5f1lA0ZfD6GMS2aWFXIW3yBOfEkFG5e > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ifav9lQx9AT641vKieF74vEE7FTVPJOT { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:5.75rem; }
#ifav9lQx9AT641vKieF74vEE7FTVPJOT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WQHvkCwqV582CP8A29O83zaJbDzZh28N { display:flex;width:2.375rem;height:2.375rem;top:12.8125rem;left:10.75rem; }
#WQHvkCwqV582CP8A29O83zaJbDzZh28N > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy { display:flex;width:2.375rem;height:2.375rem;top:12.875rem;left:16.4375rem; }
#UfeJVrCiuf3QlgfnIiOJat8eT6ReIASy > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }