.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row .container { background-color: transparent; background-image: none; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row .container > .video-iframe-container { display: none; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row > .video-iframe-container { display: none; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .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); }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row .container { border-width: 0; border-radius: 0; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#xp3tyC360n5gTbnUuZk3fxr0TLrmPvzg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.9375rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#TPBzRCJXLygDczIgkQ26uWQCNmD3ETgi { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.312rem;height:2.436525rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.7490234375rem;left:11.20361328125rem;display:block; }
#fSToRT5XfElOAEy0vD5lENk55iXcn19U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECSf8aInc1WkoLLyp75P13n1ZGMAA7TP { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.312rem;height:2.436525rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.748046875rem;left:39.3115234375rem;display:block; }
#fm9dhOBE3f6ZaDFidGuPPfqEQEfpHMbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hvbs4QWkWTENW03ZuxdymECxTti6TnoH { background-color:#ffffff;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.749267578125rem;left:50.4365234375rem;display:block; }
#CT6Xn5WlCAqX0rE6GwAbQaf7zXXICH1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSqP1aiSGICeUMvSTT33gNZi4ziL7458 { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(0,0,0,0.18) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9360625rem;height:2.37305rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.77978515625rem;left:22.452392578125rem;display:block; }
#FCVb5WZS68C4SBEOwiwV8LpWJtKpCqmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS { position:relative;display:none; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS { border-width: 0; border-radius: 0; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .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; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#OpHiBNRc0r0nTkElnz1uUEMuPVIOqUlK { 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; }
#pEz2g3Tqks8ITUaFLogb1GQzFvG3efJH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Bvyv1mlcATvHHxp6014sNt4T3IJkVKXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:62rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OKMpS41L1w19aUxT0oxhWtwn4NymSN8z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17rem;top:42.7490234375rem;left:41.8125rem;overflow:hidden;display:block; }
#TO5inbq8tJzTVMNthoEAUfCwdGSMRQcM { 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:3.811525rem;width:5rem;top:48.4990234375rem;left:47.8125rem;overflow:hidden;display:block; }
#BXCgzJSqJhfhAbrLq6h2TAOGoUlvcnoT { color:#000000;display:block;width:23.0611875rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.498699188233rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#eBEv35wK3CGnmvfMSgWHq9LO5Q6m5zvK { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:"fortum sans";font-size:4.8125rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:16.748699188233rem;left:0rem;height:8.662125rem;font-style:normal;display:block; }
#MZnQDU7IkkARpmva1QAnhIE8znSibe2T { color:#000000;display:block;width:39.75rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.49609375rem;left:0rem;height:3.8984375rem;font-style:normal;display:block; }
#kqPGsoEgeXJq9qnCuThnAyZC7ATt4rZn { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:44.6875rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CNMI6T5SkMMhwzRNZe5TMZ4hsHXJeBUS { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"fortum sans";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:47.375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZsMcqUVeKiPelR7dReSsMNCMdUnFxX5N { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:51.3125rem;left:0rem;height:3.79971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IGU8QCg7lcm32A2BrvICLgLU6WetrnMe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:54rem;top:10.769315004349rem;left:0rem;overflow:hidden;display:block; }
#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row .container { background-color: transparent; background-image: none; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row .container > .video-iframe-container { display: none; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row > .video-iframe-container { display: none; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .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); }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row .container { border-width: 0; border-radius: 0; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#OqfJs7Gb0oOGlr6UlwFa8W0Rlv7MDiJm { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:2.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.05859375rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OBHnQ02wOTawX58iScvPvfr1APaUsnAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row .container { background-color: transparent; background-image: none; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row .container > .video-iframe-container { display: none; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row > .video-iframe-container { display: none; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .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); }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row .container { border-width: 0; border-radius: 0; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#dTWbSWNmt5iJT7zSxlQQ1ou6BWSXD5yJ { 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:3.5620125rem;width:2.9370125rem;top:1.5625rem;left:6.0302734375rem;overflow:hidden;display:block; }
#PkA6lIGxoGuEPswlpe9BLNBgxT39LQGd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:2.9370125rem;top:1.5625rem;left:21.031494140625rem;overflow:hidden;display:block; }
#gTIFVleZy8Nf0SPC2rUvacT13Bw5c2Vw { 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:3.5620125rem;width:2.9370125rem;top:1.5625rem;left:36.031494140625rem;overflow:hidden;display:block; }
#hxrXy86ZWDoHsmipw7t2Z8FUM6GzQ0zT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:2.9370125rem;top:1.5625rem;left:51.031494140625rem;overflow:hidden;display:block; }
#tkHX9uPdeTSbluhADdAlwKB6Ipqggwrv { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.936279296875rem;left:0.343017578125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRmIcvKm2If1gGTJep0yA2cT4pEor6C1 { color:#000000;display:block;width:14.3103125rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:5.936279296875rem;left:15.34423828125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Es3d1CaDPQBNbgTcmBcFE23NiXHP1bIf { color:#000000;display:block;width:14.3103125rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.936279296875rem;left:30.34423828125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Me1MPAyuPhbtUSFuzZE4ZNXGlOpCKu1B { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.936279296875rem;left:45.68603515625rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK { position:relative;display:block; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK { background-color: transparent; background-image: none; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row .container > .video-iframe-container { display: none; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row > .video-iframe-container { display: none; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .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); }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK { border-width: 0; border-radius: 0; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .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; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;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; }#dh4NBm07sFmGox5zfD7dK2CdGKOo1aWC { color:#18d270;display:block;width:53.1861875rem;position:absolute;font-family:"fortum sans";font-size:4.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7487030029297rem;left:0rem;height:5.60635625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CkkWAQUhUUAEyOaqQ1ogD5R72nbJhFgN { color:#18d270;display:block;width:6.6875rem;position:absolute;font-family:"fortum sans";font-size:3.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.0625rem;height:4.3059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f384Qgs2l67FCn0KZGhwVM2o4BptXxRd { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:13.1875rem;left:6.75rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q9nLi8fCbR14mcKNmXaBIl4i6fVILZ72 { color:#18d270;display:block;width:6.687rem;position:absolute;font-family:"fortum sans";font-size:3.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.75rem;left:0rem;height:4.3059875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqCi8zD9EBgp5D5hVyWvgNMGwlJUPo7M { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:20.9375rem;left:6.75rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKla40OdTyWmsE57LAvJau8TQfrZovcv { color:#18d270;display:block;width:53.18725rem;position:absolute;font-family:"fortum sans";font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.311767578125rem;left:6.812744140625rem;height:4.87426875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cLdvs1TCHsEvd5ETIh9x35wrUV7PWJpq { color:#18d270;display:block;width:53.18725rem;position:absolute;font-family:"fortum sans";font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.311767578125rem;left:6.812744140625rem;height:4.87426875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row .container { background-color: transparent; background-image: none; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row .container > .video-iframe-container { display: none; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row > .video-iframe-container { display: none; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .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); }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row .container { border-width: 0; border-radius: 0; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#TUKKznTLyh4Li2G1vi7ZxGkaPTdO7P8N { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:55.625rem;height:3.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.529541015625rem;left:2.1875rem;display:block; }
#D1iT3m2LOEUWLugmCoDqa4vfMe8xM81C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row .container { background-color: transparent; background-image: none; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row .container > .video-iframe-container { display: none; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row > .video-iframe-container { display: none; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .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); }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row .container { border-width: 0; border-radius: 0; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#BFMoRqW7wwUphUiRFcKLXdNae0q2TAa7 { color:#000000;display:block;width:22.56225rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.9365234375rem;left:3.717041015625rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0AJDTIO4f9F1xlnr1GhXhPREUIr9zDS { color:#000000;display:block;width:20rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.32421875rem;left:5rem;height:1.6495rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRFS0gkkI2ogoLRNv9x2CkMPsP9OaI02 { 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:3.62426875rem;width:3.75rem;top:2.6875rem;left:13.125rem;overflow:hidden;display:block; }
#g5axzFpsZxQEKcPFqPrd1oHrRsMfZNJm { color:#000000;display:block;width:14.3103125rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.4375rem;left:37.375rem;height:1.6497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wv2mhvSF7Vun3T8lFGAnUw1wx1uJCfzE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:2.6245125rem;top:2.6875rem;left:43.6875rem;overflow:hidden;display:block; }
#hWLMEvr4t83p8momvleLSxrBnCrkDWKT { color:#000000;display:block;width:21.93725rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:9.9365234375rem;left:34.03076171875rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row .container { background-color: transparent; background-image: none; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row .container > .video-iframe-container { display: none; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row > .video-iframe-container { display: none; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .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); }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row .container { border-width: 0; border-radius: 0; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#lTHcoNT0DEqSCcd9TeQH2D1XRyfT7Uvz { 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:3.5625rem;width:3rem;top:2.6875rem;left:13.125rem;overflow:hidden;display:block; }
#uBqwoBXNx3kydBZCliesdA9NOHcWxI17 { color:#000000;display:block;width:30.125rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:7.725830078125rem;left:0rem;height:1.6495rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSXJXADHLTzGT1XVXb0trLmL393wkoq3 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:9.9345703125rem;left:3.34375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMuWuoc8T47p1PnOLsv4L7fEJy6NQf9k { color:#000000;display:block;width:22.68675rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.725830078125rem;left:33.65478515625rem;height:1.6497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIiVqPTpRvp0HtUI9yrlQq2Tr7vgFAkr { color:#000000;display:block;width:22.4365rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:9.935302734375rem;left:33.780517578125rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stmeTRkD7n5Vz2WOwOR0NpTb5tdRi3zt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:3.5620125rem;top:2.71728515625rem;left:43.218994140625rem;overflow:hidden;display:block; }
#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 { position:relative;display:block; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 { background-color: transparent; background-image: none; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .row .container > .video-iframe-container { display: none; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .row > .video-iframe-container { display: none; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .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); }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 { border-width: 0; border-radius: 0; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .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; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:73.8125rem;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; }#dNvRHWKt7Ky2L0VoBC551mfskRZNUKSI { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZXCxhLR73H8pKlnB1DePf35uZFTfOSC { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvSZQiEmfmWukecTVr907Bzm5nTULrHb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:60rem;top:12.2861328125rem;left:0rem;overflow:hidden;display:block; }
#CR4Hw9sL7ZnXlcWw9P6yZzVHTaPfvoCP { color:#000000;display:block;width:55.2494375rem;position:absolute;font-family:"fortum sans";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:35.160695075989rem;left:2.3748226165771rem;height:4.546875rem;display:block; }
#wUZedSIPh0uqG1bv5v7BXMH75Nlx9Pbx { color:#000000;display:block;width:54.874125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:44.8125rem;left:2.5625rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXmKZP9x1TxdXQygTFORo56xcAc99c47 { color:#000000;display:block;width:53.247625rem;position:absolute;font-family:"fortum sans";font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:40.9375rem;left:3.375rem;height:3.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSD3VTImqMBTsZ7TZ4nHy2zkBwOwat7C { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bqioHbRszS0Wgzfx3kuZWmUs8IZlgdcR { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yxHZWwIk0tDQQvgB2yJsaZnoUTVPQ70h { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bUh4pEPaIsUqomsJBWQ8noUQ2odvVZhS { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LWdot58rLE1nsJ5f8FP43i3lBHW5bllr { color:#000000;display:block;width:51.1865rem;position:absolute;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:40.074462890625rem;left:4.405517578125rem;height:11.15114375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DAq0GBQ5w1zDnVC8MTheRThTmhAuvTA9 { color:#003d31;display:block;width:49.874125rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:64.560115814206rem;left:5.0629348754883rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzpTdlcgL5L6KrwzIznXCrdukBZyHXRQ { color:#000000;display:block;width:53.247625rem;position:absolute;font-family:"fortum sans";font-size:2.5625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:60.161678314209rem;left:2.944881439209rem;height:3.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuIfIh6XCM8yRaHUiy6gnSxXxhoZzymq { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.099609375rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row .container { background-color: transparent; background-image: none; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row .container > .video-iframe-container { display: none; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row > .video-iframe-container { display: none; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .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); }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row .container { border-width: 0; border-radius: 0; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:block; }#nO5HG1HGbvaUrLJObd2oV03R5udaC4LN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VJWIOcPqTXtKRsD7FJuTm5qNoWIHwwca { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:2.9375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:5.125rem;left:0rem;height:3.5247375rem;text-align:left;text-align-last:left;display:block; }
#iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:"fortum sans";font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:9.375rem;left:0rem;height:9.88575rem;text-align:left;text-align-last:left;display:block; }#iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 li:before{  }
#HWPEGmo63vfMETmLR1X1aPFCSeuoZTZt { color:#18d270;display:block;width:40.497375rem;position:absolute;font-family:"fortum sans";font-size:2.8125rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:20.0625rem;left:19.5rem;height:3.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iyhM5blz8VZWzqRNRi97qWS6nascZ1kS { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.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:#ffffff;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:2.625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:9.375rem;left:28.25rem;display:block; }
#F8zXEHHnUUqxLq9gzEFMlTi8R7uTLxHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row .container { background-color: transparent; background-image: none; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row .container > .video-iframe-container { display: none; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row > .video-iframe-container { display: none; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .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); }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row .container { border-width: 0; border-radius: 0; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#ttG2qTS77FxiI9w7ITKDNpGNXPFNQtUS { color:#000000;display:block;width:42.3108125rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.5625rem;left:8.875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#fLK1y8ILUtq49TNvTRJUW88l6oQzeGmO { color:#000000;display:block;width:54.809875rem;position:absolute;font-family:"fortum sans";font-size:2.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.59375rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#yBeGwKwdlW65MqiHKsdQGbiD6Mvu54bE { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.3733125rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.3125rem;left:4.3125rem;display:block; }
#Zfrl5LqcwSJlm1B5Zuciyn7SVTZxhZZr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row .container { background-color: transparent; background-image: none; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row .container > .video-iframe-container { display: none; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row > .video-iframe-container { display: none; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .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); }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row .container { border-width: 0; border-radius: 0; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:60rem;position:relative;display:block; }#D669Zu6wTrzTx6VGKPuTrDkWNCPdtWST { 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:18.5608125rem;width:15.9375rem;top:23.0625rem;left:11.125rem;overflow:hidden;display:block; }
#XmAESFA1hOLfwPIGiv5Z4Zv7lmilsJ7M { color:#000000;display:block;width:55.3723125rem;position:absolute;font-family:"fortum sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:2.3125rem;height:11.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2XZUGyDUUkVQxC4sfzKNTS5zBpQhazk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.374rem;width:16.8115rem;top:23.125rem;left:32rem;overflow:hidden;display:block; }
#R2N532EV44eLWR1KgZiMQzueV4h11VCU { color:#000000;display:block;width:51.3733125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.316650390625rem;left:4.312744140625rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 { position:relative;display:block; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 { background-color: transparent; background-image: none; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .row .container > .video-iframe-container { display: none; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .row > .video-iframe-container { display: none; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .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); }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 { border-width: 0; border-radius: 0; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .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; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:108.4375rem;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; }#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-form-header {  }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-regular-label { height:auto;display:block;font-family:"fortum sans";font-size:0.875rem;font-weight:400;color:#040404;width:34.1875rem;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;vertical-align:top;text-align:left;text-align-last:left;background-color:transparent;background-image:none;font-style:normal; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #282828;border-left:0.0625rem solid #282828;border-right:0.0625rem solid #282828;border-bottom:0.0625rem solid #282828;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:34.1875rem;box-sizing:border-box;height:2.8125rem;vertical-align:top;font-size:1.1875rem;overflow:hidden;font-family:"fortum sans";color:#282828;line-height:1.2; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-text {padding-top: 0; padding-bottom: 0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #282828;border-left:0.0625rem solid #282828;border-right:0.0625rem solid #282828;border-bottom:0.0625rem solid #282828;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:34.1875rem;box-sizing:border-box;height:2.6875rem;vertical-align:top;font-size:1.1875rem;overflow:hidden;font-family:"fortum sans";color:#282828;line-height:1.2; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0.125rem solid #04d28d;border-left:0.125rem solid #04d28d;border-right:0.125rem solid #04d28d;border-top:0.125rem solid #04d28d;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:34.1875rem;box-sizing:border-box;height:2.5rem;vertical-align:top;font-family:"titillium web";color:#ffffff;font-size:1rem;overflow:hidden; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-select {padding-top: 0; padding-bottom: 0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#18d270;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.9375rem;font-weight:700;color:#ffffff;width:34.1875rem;height:3.8125rem;font-family:"fortum sans";overflow:hidden;line-height:1.2;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]:-moz-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]::-moz-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .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:"fortum sans";font-size:0.625rem;font-weight:400;color:#282828;vertical-align:top;width:33.125rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .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:top; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:top;font-family:"titillium web";font-size:0.9375rem;font-weight:400;color:#282828;overflow:hidden;font-style:normal;float:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-container:first-of-type{padding-top:0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-container:last-of-type{padding-bottom:0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;position:absolute;z-index:15077;top:22.748474121094rem;left:19.154733657837rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.1875rem;display:block;vertical-align:top; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-info-text { display:block;height:auto;font-family:"fortum cy";font-size:0.625rem;line-height:1;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL {display:block;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;position:absolute;z-index:15077;top:22.748474121094rem;left:11.625rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #fvDqB5TUesn1VD2Fkg0g0biTBn7EDB3d { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #smX84WxfKNAzrkhgtU4aCVmqpNdF5CPX { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #TLpEMFvUCIGly7NLyAGiJqPI6EiUxBFC { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #LQADJCdaWvVB44CcueShawbDNOoSDHBe { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #Sg3L8OGHfxx1ddF8mmNHKAd4LBWGhhLM { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #PuUKufzXag0xPh9w0MtsQamTOrhwRg1d { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #dahkIQ3uCz4aELiwRFDufrskV146dxSf { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #hy2lgRqGpxKR0hEt8Nku78shTANO2rQg { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HInGFSoXPFlRzH29UkAHTlItvIbuDSkT { position:relative; }
#lmltiFSuPALf4SSEzBxA6JmOFc2bE9XB { position:relative;display:block; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #uw6y0gk7UXDdS6W3zn9kp9nCDTr7ZzgS { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #witrqwMr5BrAAWixyuwbck9vn8mid3hO { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #WND861uXaAchLSHL2J2r56i4M60x8OsK { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #oTmd8K6q3zyCJ53TauSplIQLOsGNMJmT { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ZHszoZ5iPMaveeGmT7tysWm1sE1nNCpL { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #eWmUMwnGvgq9HSxh1koGcPexfDgu2GAv { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #pCUPkUmat3iPNsPVTiEQ6ycHKwZe6uBC { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #X0gRmHSgV2WTlCKaQv1B5qWqiQbg07O4 { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #Sp0yfegRp7y7TOkc1dbLiPy2NAnfWgzS { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #AS8Tg8fdOXBOUsdqCmny0X5Vp0VIE5KJ { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #FHRoDsIq5uDmiIOk1b9NRKdlnBXOghev { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #hveP0zTxSaalvBW2stdV5ABBTlp9oTrm { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #cmEpF1sCEFkqIUQ7bGnQy6Wna7kTBulT { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #KsUyHp4Tv2rZkff4WJL7dfzLfCI5ioer { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HWGmfkplEoGSx760iDN0TlZKyeUvEAEW { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #CpwSNQ8ps9qKJfyhSAe4QqhPe9ucaEpT { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #T9Lag6kLTyILk1IJtPUuPxlqqxNnTsA9 { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #XtKBTF47cvL7C4UOd209ZDM8Xlg5ZxTt { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #coKsbQ1nyHsxs2R6T4IhTwtqQth7J7v4 { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #TTcPg6aBwgHOnOcV1bXZVTnToBiKSQWl { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #QXaU8gRtHiN5P1o2Ju1f9Vq1c2oJ8UPx { position:relative;display:none; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #UHMQBx3pePWATnG4PX2BXtHPmfTZxkF1 { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #r1tQTGxLyouii9T165ueTPlTSPHw0cL3 { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #u7me2GVukk1qaSqVlO3pTl3R0FFkQgr9 { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ANnqrizlTpnfXsIC7kAJXdBiN68MxX2b { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #V1zybI2hQTJpTUsJ4sGtApmTRCQJlFAt { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ReMTtCS3PHxCDOTLwGHZ0bnIpzt6LV2P { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ReMTtCS3PHxCDOTLwGHZ0bnIpzt6LV2P .container-column{width:50%;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #nrBtP1i5ha0c6MUNRvMMANlPVAAal6m8 { position:relative;display:block; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #FdTH4VPufoJ0E0I8oyTKCrcWFUAp198y { position:relative;z-index:2; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #aiDqwq5ysnTgVeliMzkiCD1DEy6VN6c8 { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #y6T6NPrm9BfxVyT1UPzoTCTU4wGrTNb0 { position:relative;z-index:2; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #XEgCfWrb9S6MCM6wsZxE6ZmvltLsbdV2 { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ybnr5eRPdB3SMmvcicbbhxt5ibNOxHTy { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #aGsf9FnogNZnXnoQfWSHDfZCpNFat44v { position:relative;display:block; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #eTlqcETdiiy5z5rLzQas2vKC6MqMvNrc { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #q86VqeQCw0uAChtNnRGWk6Jb06zk4sDd { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #gXhUZutybHTePI2I9PNa9WqsA0TzPMuS { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #odZdBKRA6TTLaza5swZKIEShGF4VzbeD { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #sQH1UDpRmuAiToy196gTsz5mWDNrHq7E { position:relative;display:block;z-index:15000; }
#mvADfCGcXBO4bslGMPdXfbZnIaTT3CVP { position:relative;display:block; }
#N9FoewkcDJhhF1PprzUN8uI9tnNxdbQh { position:relative;display:block; }
#pJmQboyuPQn2OLw2yo5wTGTfi52M5xaX { position:relative;display:block; }
#sZbWD89OcVGO1FS9qqveGppUHw8cbGuS { position:relative;display:block; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #gmb6paOtbqSGDXZefKD99tUtT9mRPwNC { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #WzKmVTfFdnlGc76y7wC5uuHJhvpEExrD { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HpQEJJZxBnERkmw6CPm7OENABykF5645 { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #PMGtAW2DL9DIMrJn1sQ8yA6ropyC5UeB { position:relative;z-index:2; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #JTo8QyZa7A5VgWs4QrdRt2fl2hVbkZsL { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #pvMgu9IgVpv71uLcgACDQ6fO8FENByJB { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #yaCK0A9zbuUpXNRR4u0iKZ5WtmMoDrny { position:relative;z-index:2; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #V4fVJdxFI2QC0DQX4LZyLtML74kR2Gxi { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HyGGD8EwKWLShzaXpydxudyhIdklsLIo { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #LI5gxIsZFzMm4J3uPT2SRwBANdTCQ4Em { position:relative;z-index:2; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #lBoSDt5cXdl4xy25TVH10uRVR7CcU0vp { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #xp8Ur8tapOcnAVo7TAur9bJHaObUNOnP { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #cHwOHrtFWc5lzWnBoGTtP7gn6TQQlVhH { position:relative;display:block;z-index:15000; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #UWCW3uVcH68Z35ZBMFoRLE6Xu1BUTl6k { position:relative; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #v9qqPUU7rggAJrD5WZlDyawelvyyMDkn { position:relative; }
#QO3lHM2N58qXcwIw5xMXLTNmIVMhuPnu { color:#000000;display:block;width:34.4998125rem;position:absolute;font-family:"fortum sans";font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:65.77392578125rem;left:12.6875rem;height:2.2734375rem;font-style:normal;display:block; }
#WS40K6NMxpILstmOZy8oN1Ux7TUXeruO { color:#000000;display:block;width:5.12478125rem;position:absolute;font-family:"fortum sans";font-size:3.625rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:4.0625rem;left:5.25rem;height:4.35004375rem;text-align:left;text-align-last:left;display:block; }
#aGTak3xnmWOLzmyRTKXSaI2GhSrUfJmi { color:#000000;display:block;width:47.0605625rem;position:absolute;font-family:"fortum sans";font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:9.561767578125rem;left:6.4375rem;height:7.199225rem;text-align:left;text-align-last:left;display:block; }
#lNGJ9qMoiTnlJfm9VqVUzI56cgOZ5dEz { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.5625rem;left:47.9375rem;height:1.7246125rem;text-align:left;text-align-last:left;display:block; }
#T4NB2LRSRRk3y11wo3IeRBwTWIT63FiT { box-sizing:content-box;height:2.4375rem;width:14.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;top:2.875rem;left:45.625rem;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#bB00XoNuoLAbQ4KTkG3tUSzesTO9mn9f { box-sizing:content-box;height:18.5rem;width:41.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:19.875rem;left:8.75rem;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#raXp4SCTT34xzZ66h3vUls9kdrKR1qvn { box-sizing:content-box;height:2.37413125rem;width:2.37413125rem;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:15066;background-color:#18d270;background-image:none;top:21rem;left:7.8125rem;display:block; }
#TtucMTMN3T2H76orIgQMbDQdHhUZG0NQ { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"fortum cy";font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.125rem;left:7.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tU5dmLsJuCN7aRyL8hCEyXGAoDCGFtAu { color:#000000;display:block;width:9.749375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:21.3125rem;left:13rem;height:1.57421875rem;text-align:left;text-align-last:left;display:block; }
#xkbg0o3DZAsycy9VvTcIx0Qbihg4suq7 { box-sizing:content-box;height:2.37305rem;width:2.37305rem;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:15066;background-color:#18d270;background-image:none;top:40.3125rem;left:7.8125rem;display:block; }
#idciGX98k6ROnU26FnS080gXZAwhClwN { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"fortum cy";font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:40.5rem;left:7.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErXpeK6FOAlksx1S5hkPE5ENf8cUPBEx { box-sizing:content-box;height:11.25rem;width:41.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:39.375rem;left:8.75rem;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#CXkxPDm9aT4huf7vfST0uLFDqU16Te0k { color:#000000;display:block;width:9.7485625rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.2;letter-spacing:0;top:40.77392578125rem;left:12.6875rem;height:1.57421875rem;text-align:left;text-align-last:left;display:block; }
#Qbih2KuUnqzoNGcvSSTR4nk4KeHkpIkI { box-sizing:content-box;height:2.37305rem;width:2.37305rem;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:15069;background-color:#18d270;background-image:none;top:52.6875rem;left:7.8125rem;display:block; }
#JUcBmE3xzw9WxscRk1qHpszzgPeeg5JP { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"fortum cy";font-size:1.5625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:52.875rem;left:7.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBHRca8buaWgmeqp9rd4nzywrzEhHS4g { box-sizing:content-box;height:25.1875rem;width:41.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;top:51.625rem;left:8.75rem;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#wy9Afd9BKO8zKaZ2xH8VBArKh10IfQlM { color:#000000;display:block;width:9.7485625rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.2;letter-spacing:0;top:53.023681640625rem;left:12.6875rem;height:1.57421875rem;text-align:left;text-align-last:left;display:block; }
#TASuS1qBg6ImuneAI3al5Iafd2AA86O7 { box-sizing:content-box;height:2.37305rem;width:2.37305rem;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:15072;background-color:#18d270;background-image:none;top:79.25rem;left:7.4375rem;display:block; }
#Tq9SRUZcFChs46tsFH5hCBkfoUTqJUXg { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"fortum cy";font-size:1.5625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:79.4375rem;left:7.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z864CoOWPmJ99c0TvxT6m8JXLX9G5tJb { box-sizing:content-box;height:24.875rem;width:41.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:77.999145507812rem;left:8.3125rem;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#XQRkG9UV0PSJ315pl4uCZaaHXTfQuFlA { color:#000000;display:block;width:9.7485625rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15066;line-height:1.2;letter-spacing:0;top:79.648681640625rem;left:12.9375rem;height:1.57421875rem;text-align:left;text-align-last:left;display:block; }
#SR0KLmruX4MThnP0NeB10zfDLIHkKVSd { color:#000000;display:block;width:9.749375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:21.3125rem;left:13rem;height:1.57470625rem;text-align:left;text-align-last:left;display:none; }
#FTL5nrT67ixku2R5vxTb7XEoofnvMWHe { box-sizing:content-box;height:18.5rem;width:41.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:19.875rem;left:8.75rem;border-top:0.1875rem solid #18d270;border-left:0.1875rem solid #18d270;border-right:0.1875rem solid #18d270;border-bottom:0.1875rem solid #18d270;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#X2arNEOJTmKuUhk2WgWkLk38tkCFuqp3 { color:#000000;display:block;width:9.749375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:21.3125rem;left:13rem;height:1.57470625rem;text-align:left;text-align-last:left;display:none; }
#sLqRAmxIAIMLyadfBxsdpPyTyMz8xc1z { box-sizing:content-box;height:18.5rem;width:41.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:19.875rem;left:8.75rem;border-top:0.1875rem solid #18d270;border-left:0.1875rem solid #18d270;border-right:0.1875rem solid #18d270;border-bottom:0.1875rem solid #18d270;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#McO5doNGKDSO9al1M2msLWUDWmf2i7Qd { color:#000000;display:block;width:9.749375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:21.3125rem;left:13rem;height:1.57470625rem;text-align:left;text-align-last:left;display:none; }
#opQwIEbQ7SviJ0q9559wFwvdmXmQRhnJ { box-sizing:content-box;height:18.5rem;width:41.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:19.875rem;left:8.75rem;border-top:0.1875rem solid #18d270;border-left:0.1875rem solid #18d270;border-right:0.1875rem solid #18d270;border-bottom:0.1875rem solid #18d270;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#x14JfipAmex4tsBOpub9wcXW7vVunfvf { color:#000000;display:block;width:9.749375rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:21.3125rem;left:13rem;height:1.57470625rem;text-align:left;text-align-last:left;display:none; }
#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row .container { background-color: transparent; background-image: none; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row .container > .video-iframe-container { display: none; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row > .video-iframe-container { display: none; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .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); }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row .container { border-width: 0; border-radius: 0; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#NpxgETJGb3zOWSbgegP7qVIAwgmpTzSg { color:#000000;display:block;width:55.372375rem;position:absolute;font-family:"fortum sans";font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5755233764649rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container { background-color: transparent; background-image: none; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container > .video-iframe-container { display: none; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row > .video-iframe-container { display: none; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .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); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container { border-width: 0; border-radius: 0; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#NLeoWiyJNR4AnIsQAximvqqkhWoQk6aT { color:#000000;display:block;width:37.125rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1848983764649rem;left:0rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#T0PcmxCkGF2E9LQ36pg2kFvUEpRzs4kd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.375rem;top:2.5911483764649rem;left:38.623699188233rem;overflow:hidden;display:block; }
#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5bbaa442-e8b5-4615-a899-8907c869338e/Depositphotos_226644384_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV.adaptive-delivery-prevent-bg, #kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV.lazyload, #kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV.lazyloading { background-image: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container { background-color: transparent; background-image: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container > .video-iframe-container { display: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row > .video-iframe-container { display: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .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); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container { border-width: 0; border-radius: 0; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#cIQDvy9Jpd96DlbQ3Ot7xxX79HUCtQ7f { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:15.35446875rem;text-align:left;text-align-last:left;display:block; }
#pFdcpOgsUaoKwzLR8q7KyBNSCSAakkqD { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vI1D20eVHMbRkTlpskT8WUNitpIEw6I2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:5.4375rem;left:28.125rem;overflow:hidden;display:block; }
#iS70BAxiTo2msu28WZKcBpT4SBh78s7N { background-color:#ffffff;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; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container { background-color: transparent; background-image: none; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container > .video-iframe-container { display: none; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row > .video-iframe-container { display: none; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .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); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container { border-width: 0; border-radius: 0; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container { font-size:0.875rem;font-family:"open sans";height:73.5rem;width:60rem;overflow:visible;position:relative;display:block; }#K3wiTHinbo4A4u7r1wWIlzSFrNPg5af1 { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.624rem;height:3.125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:10.3125rem;left:5.1875rem;display:block; }
#eBCsD9ilNwAFfuq7AJGFGZdlR1VTRmDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e77frup0oFNWPeqzs7XMHluVRVu3Fl5m { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#leDN9VkXqxUDaRIxVbU0OduoK7f80PPJ { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:22.5625rem;left:5.1875rem;display:block; }
#dXThRP5VxogQzxqPr4zcn16UtO34TF0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZxIXR6wlUS1kIn4akN5WwP0xVE9wdLM { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:26.4375rem;left:5.1875rem;display:block; }
#pR75VbNpXXK5FlDZ4shTA1LcUMOrQUFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZ3C9zdhX8BLk5nm2eAKTogHdxWxz8eK { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:14.375rem;left:5.1875rem;display:block; }
#eLKH7APo7zo4idoTJgbZ2oOp9IhW8H1C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Re95VKissnnMdHpT6ieyUfITUpH1rSC2 { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:18.5625rem;left:5.1875rem;display:block; }
#U4hTTgdT2FaRHALszJTSreQyby3Lmna5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGok50GtThg8WekZ9yAvCH2ubCsQGiRm { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:30.25rem;left:5.1875rem;display:block; }
#R71SRaCegC7ZFxnXOo4AOiqFle5E2pr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3iLM7Z5fztJsi3S5rLuGCVzauW5Gmzo { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:34.25rem;left:5.1875rem;display:block; }
#vgipQwAn116TBsbpvIGedrNkugWH21ik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOpUmSNyUG4zzKf2gQ8ZaFpzzuuLLaNv { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15038;text-align:center;text-align-last:center;top:38.12451171875rem;left:5.1866340637207rem;display:block; }
#TVhQFXEd2KfGhuozceZhAcCJ7EoENiEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRQLXDKNIowpfJ1TJmGB1LoBRAEVS9HF { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15039;text-align:center;text-align-last:center;top:42.062255859375rem;left:5.1866340637207rem;display:block; }
#XyH421XJZnLttxIKqDLUwV4FWsqSMzCE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fmsGabVaUW8JrEXwKli0TsmL0tSIZdTo { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15040;text-align:center;text-align-last:center;top:45.93701171875rem;left:5.1866340637207rem;display:block; }
#TaCugBNBS7Gw6oTGJJIRNMuo48WUfmTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SE5o7h4hQvr2BT1akILBDST5KdnVi19o { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15041;text-align:center;text-align-last:center;top:49.811828613281rem;left:5.1866340637207rem;display:block; }
#TuZqlUEN6ogFwMLwMvQU2ShgVMnhPtvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLCZLAXl22cHH2Ib9SlwhtWgNIvbfBCq { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15042;text-align:center;text-align-last:center;top:53.624755859375rem;left:5.1866340637207rem;display:block; }
#owBsEBcgxTCfIyfLGBCi5Cct6Xnsuu2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhM6T5bRkDGPClVQDX1FV1J2tAhO2bzk { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15043;text-align:center;text-align-last:center;top:57.5625rem;left:5.1866340637207rem;display:block; }
#vtaNF4gkd9Xy8J8ceLRhfn5G9h3BrmIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0DG9UGxGNccBnGJ3dsZQ0LdeVcqlotk { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15044;text-align:center;text-align-last:center;top:61.374328613281rem;left:5.1866340637207rem;display:block; }
#dHmRQqlTebVaFCNzX0ndhggJtlsU0aex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vT51GbLv14irhPCxkm4QyOnu6TyWyynm { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.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:15045;text-align:center;text-align-last:center;top:65.124328613281rem;left:5.1866340637207rem;display:block; }
#n88brG9JCeln4yViA8J7OnXJRByF63u4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container { background-color: transparent; background-image: none; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container > .video-iframe-container { display: none; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row > .video-iframe-container { display: none; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .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); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container { border-width: 0; border-radius: 0; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#RTVbEz4mMpnzBLq9Jw67HQrincZLT2vI { 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:3.93676875rem;width:11.43675rem;top:2.7490234375rem;left:24.27978515625rem;overflow:hidden;display:block; }
#tWXV6JT40bCgbM2Sf63muABsVVrCxvbO { display:block;width:60rem;position:absolute;font-family:"fortum sans";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; }
#t2pUxJyt9yPFydfWRHKVz2RZOS6ywbT5 { 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:10.4375rem;left:14.4375rem; }
#t2pUxJyt9yPFydfWRHKVz2RZOS6ywbT5 > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#RKvyLxPilkHgT8XhapFUmLtfR7B324n5 { 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:10.5rem;left:22.9375rem; }
#RKvyLxPilkHgT8XhapFUmLtfR7B324n5 > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#zO0QJf72iHKJBen2wOdQpsABkd4NdpRO { 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:10.4375rem;left:32.5625rem; }
#zO0QJf72iHKJBen2wOdQpsABkd4NdpRO > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#a92TlgBJwKT6Js2HpMWtW4yBDZLBwoLX { 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:10.4375rem;left:43.125rem; }
#a92TlgBJwKT6Js2HpMWtW4yBDZLBwoLX > 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) { #CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i { display:none; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xp3tyC360n5gTbnUuZk3fxr0TLrmPvzg { width:9.9375rem;height:2.3122451787601rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPBzRCJXLygDczIgkQ26uWQCNmD3ETgi { width:12.25rem;height:2.375rem;top:1.6875rem;left:5.07861328125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSToRT5XfElOAEy0vD5lENk55iXcn19U { display:block; }
 }@media only screen and (max-width: 763px) { #ECSf8aInc1WkoLLyp75P13n1ZGMAA7TP { width:12.25rem;height:2.375rem;top:1.6875rem;left:33.1865234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fm9dhOBE3f6ZaDFidGuPPfqEQEfpHMbI { display:block; }
 }@media only screen and (max-width: 763px) { #Hvbs4QWkWTENW03ZuxdymECxTti6TnoH { width:9.5625rem;height:2.4375rem;top:1.6875rem;left:35.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT6Xn5WlCAqX0rE6GwAbQaf7zXXICH1m { display:block; }
 }@media only screen and (max-width: 763px) { #NSqP1aiSGICeUMvSTT33gNZi4ziL7458 { width:16.875rem;height:2.3125rem;top:1.75rem;left:16.327392578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCVb5WZS68C4SBEOwiwV8LpWJtKpCqmz { display:block; }
 }@media only screen and (max-width: 763px) { #yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS { display:none; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OpHiBNRc0r0nTkElnz1uUEMuPVIOqUlK { width:47.75rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEz2g3Tqks8ITUaFLogb1GQzFvG3efJH { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Bvyv1mlcATvHHxp6014sNt4T3IJkVKXX { display:block; }
 }@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) { #OKMpS41L1w19aUxT0oxhWtwn4NymSN8z { width:17rem;height:15.3125rem;top:42.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5inbq8tJzTVMNthoEAUfCwdGSMRQcM { width:5rem;height:3.811525rem;top:48.4375rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXCgzJSqJhfhAbrLq6h2TAOGoUlvcnoT { width:23rem;height:2.4375rem;top:11.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEv35wK3CGnmvfMSgWHq9LO5Q6m5zvK { width:39.4375rem;height:8.625rem;top:16.6875rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZnQDU7IkkARpmva1QAnhIE8znSibe2T { width:39.75rem;height:3.875rem;top:26.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqPGsoEgeXJq9qnCuThnAyZC7ATt4rZn { width:38.6875rem;height:2.6875rem;top:44.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNMI6T5SkMMhwzRNZe5TMZ4hsHXJeBUS { width:40.375rem;height:2.9375rem;top:47.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMcqUVeKiPelR7dReSsMNCMdUnFxX5N { width:40.1875rem;height:3.8125rem;top:51.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGU8QCg7lcm32A2BrvICLgLU6WetrnMe { width:47.75rem;height:27.356770833333rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo { display:block; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqfJs7Gb0oOGlr6UlwFa8W0Rlv7MDiJm { width:47.75rem;height:3.8125rem;top:2rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHnQ02wOTawX58iScvPvfr1APaUsnAA { display:block; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTWbSWNmt5iJT7zSxlQQ1ou6BWSXD5yJ { width:2.875rem;height:3.4868036610331rem;top:1.5625rem;left:4.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkA6lIGxoGuEPswlpe9BLNBgxT39LQGd { width:2.875rem;height:3.4868036610331rem;top:1.5625rem;left:16.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIFVleZy8Nf0SPC2rUvacT13Bw5c2Vw { width:2.875rem;height:3.4868036610331rem;top:1.5625rem;left:28.375244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxrXy86ZWDoHsmipw7t2Z8FUM6GzQ0zT { width:2.875rem;height:3.4868036610331rem;top:1.5625rem;left:40.312744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkHX9uPdeTSbluhADdAlwKB6Ipqggwrv { width:14.25rem;height:4rem;top:5.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRmIcvKm2If1gGTJep0yA2cT4pEor6C1 { width:14.25rem;height:4rem;top:5.875rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es3d1CaDPQBNbgTcmBcFE23NiXHP1bIf { width:14.25rem;height:4rem;top:5.875rem;left:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me1MPAyuPhbtUSFuzZE4ZNXGlOpCKu1B { width:13.5625rem;height:5.375rem;top:5.875rem;left:34.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LryiqfpVvMqa9bSaealxvoMlDZXRKyRK { display:block; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dh4NBm07sFmGox5zfD7dK2CdGKOo1aWC { width:47.75rem;height:5.5625rem;top:5.6875rem;left:0rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkkWAQUhUUAEyOaqQ1ogD5R72nbJhFgN { width:6.6875rem;height:4.25rem;top:11.9375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f384Qgs2l67FCn0KZGhwVM2o4BptXxRd { width:39.6875rem;height:3.75rem;top:13.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nLi8fCbR14mcKNmXaBIl4i6fVILZ72 { width:6.625rem;height:4.25rem;top:19.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqCi8zD9EBgp5D5hVyWvgNMGwlJUPo7M { width:36.5rem;height:5.625rem;top:20.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKla40OdTyWmsE57LAvJau8TQfrZovcv { width:17.8125rem;height:3.4375rem;top:4.6875rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLdvs1TCHsEvd5ETIh9x35wrUV7PWJpq { width:17.8125rem;height:3.4375rem;top:4.6875rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 { display:block; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUKKznTLyh4Li2G1vi7ZxGkaPTdO7P8N { width:46.75rem;height:3.9375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iT3m2LOEUWLugmCoDqa4vfMe8xM81C { display:block; }
 }@media only screen and (max-width: 763px) { #M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ { display:block; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFMoRqW7wwUphUiRFcKLXdNae0q2TAa7 { width:22.5rem;height:4.6875rem;top:9.875rem;left:0.654541015625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0AJDTIO4f9F1xlnr1GhXhPREUIr9zDS { width:20rem;height:1.625rem;top:7.3125rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRFS0gkkI2ogoLRNv9x2CkMPsP9OaI02 { width:3.75rem;height:3.62426875rem;top:2.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5axzFpsZxQEKcPFqPrd1oHrRsMfZNJm { width:14.25rem;height:1.625rem;top:7.4375rem;left:28.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2mhvSF7Vun3T8lFGAnUw1wx1uJCfzE { width:2.5625rem;height:3.2943028705331rem;top:2.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLMEvr4t83p8momvleLSxrBnCrkDWKT { width:21.875rem;height:6.25rem;top:9.875rem;left:24.84326171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpsZRTT315wGVJ086WTBLHxcB5Ink5i { display:block; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTHcoNT0DEqSCcd9TeQH2D1XRyfT7Uvz { width:3rem;height:3.5625rem;top:2.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBqwoBXNx3kydBZCliesdA9NOHcWxI17 { width:30.125rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSXJXADHLTzGT1XVXb0trLmL393wkoq3 { width:23.3125rem;height:4.6875rem;top:9.875rem;left:0.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMuWuoc8T47p1PnOLsv4L7fEJy6NQf9k { width:22.625rem;height:1.625rem;top:7.6875rem;left:24.46728515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIiVqPTpRvp0HtUI9yrlQq2Tr7vgFAkr { width:22.375rem;height:4.6875rem;top:9.875rem;left:24.593017578125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stmeTRkD7n5Vz2WOwOR0NpTb5tdRi3zt { width:3.5rem;height:3.5rem;top:2.6875rem;left:34.031494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 { display:block; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNvRHWKt7Ky2L0VoBC551mfskRZNUKSI { width:47.75rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZXCxhLR73H8pKlnB1DePf35uZFTfOSC { width:47.75rem;height:1.625rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvSZQiEmfmWukecTVr907Bzm5nTULrHb { width:47.75rem;height:17.259635416667rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR4Hw9sL7ZnXlcWw9P6yZzVHTaPfvoCP { width:47.75rem;height:4.5rem;top:35.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUZedSIPh0uqG1bv5v7BXMH75Nlx9Pbx { width:47.75rem;height:13.125rem;top:44.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXmKZP9x1TxdXQygTFORo56xcAc99c47 { width:47.75rem;height:3.8125rem;top:40.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSD3VTImqMBTsZ7TZ4nHy2zkBwOwat7C { width:16.125rem;height:26.1875rem;top:27.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqioHbRszS0Wgzfx3kuZWmUs8IZlgdcR { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxHZWwIk0tDQQvgB2yJsaZnoUTVPQ70h { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUh4pEPaIsUqomsJBWQ8noUQ2odvVZhS { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWdot58rLE1nsJ5f8FP43i3lBHW5bllr { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAq0GBQ5w1zDnVC8MTheRThTmhAuvTA9 { width:47.75rem;height:4.4375rem;top:64.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzpTdlcgL5L6KrwzIznXCrdukBZyHXRQ { width:47.75rem;height:3.8125rem;top:60.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIfIh6XCM8yRaHUiy6gnSxXxhoZzymq { width:47.75rem;height:1.75rem;top:9.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W { display:block; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO5HG1HGbvaUrLJObd2oV03R5udaC4LN { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJWIOcPqTXtKRsD7FJuTm5qNoWIHwwca { width:47.75rem;height:3.5rem;top:5.125rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 { width:47.75rem;height:9.875rem;top:9.375rem;left:0rem;font-size:1.625rem;display:block; }#iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 li:before{  }
 }@media only screen and (max-width: 763px) { #HWPEGmo63vfMETmLR1X1aPFCSeuoZTZt { width:40.4375rem;height:3.375rem;top:20.0625rem;left:7.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyhM5blz8VZWzqRNRi97qWS6nascZ1kS { width:27.5rem;height:2.625rem;top:9.375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zXEHHnUUqxLq9gzEFMlTi8R7uTLxHR { display:block; }
 }@media only screen and (max-width: 763px) { #XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 { display:block; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttG2qTS77FxiI9w7ITKDNpGNXPFNQtUS { width:42.25rem;height:3.0625rem;top:13.5625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLK1y8ILUtq49TNvTRJUW88l6oQzeGmO { width:47.75rem;height:3.8125rem;top:9.3125rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBeGwKwdlW65MqiHKsdQGbiD6Mvu54bE { width:46.75rem;height:3.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfrl5LqcwSJlm1B5Zuciyn7SVTZxhZZr { display:block; }
 }@media only screen and (max-width: 763px) { #PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A { display:block; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D669Zu6wTrzTx6VGKPuTrDkWNCPdtWST { width:15.9375rem;height:18.5608125rem;top:23.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmAESFA1hOLfwPIGiv5Z4Zv7lmilsJ7M { width:47.75rem;height:11.6875rem;top:8.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2XZUGyDUUkVQxC4sfzKNTS5zBpQhazk { width:16.75rem;height:18.306894019668rem;top:23.125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2N532EV44eLWR1KgZiMQzueV4h11VCU { width:47.75rem;height:14.5625rem;top:43.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 { display:block; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-regular-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-text {padding-top: 0; padding-bottom: 0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-select {padding-top: 0; padding-bottom: 0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL  { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL {display:block;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #fvDqB5TUesn1VD2Fkg0g0biTBn7EDB3d {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #smX84WxfKNAzrkhgtU4aCVmqpNdF5CPX { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #TLpEMFvUCIGly7NLyAGiJqPI6EiUxBFC {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #LQADJCdaWvVB44CcueShawbDNOoSDHBe {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #Sg3L8OGHfxx1ddF8mmNHKAd4LBWGhhLM { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #PuUKufzXag0xPh9w0MtsQamTOrhwRg1d {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #dahkIQ3uCz4aELiwRFDufrskV146dxSf {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #hy2lgRqGpxKR0hEt8Nku78shTANO2rQg { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HInGFSoXPFlRzH29UkAHTlItvIbuDSkT {  }
 }@media only screen and (max-width: 763px) { #lmltiFSuPALf4SSEzBxA6JmOFc2bE9XB { display:block; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #uw6y0gk7UXDdS6W3zn9kp9nCDTr7ZzgS {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #witrqwMr5BrAAWixyuwbck9vn8mid3hO {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #WND861uXaAchLSHL2J2r56i4M60x8OsK {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #oTmd8K6q3zyCJ53TauSplIQLOsGNMJmT {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ZHszoZ5iPMaveeGmT7tysWm1sE1nNCpL {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #eWmUMwnGvgq9HSxh1koGcPexfDgu2GAv {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #pCUPkUmat3iPNsPVTiEQ6ycHKwZe6uBC {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #X0gRmHSgV2WTlCKaQv1B5qWqiQbg07O4 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #Sp0yfegRp7y7TOkc1dbLiPy2NAnfWgzS {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #AS8Tg8fdOXBOUsdqCmny0X5Vp0VIE5KJ {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #FHRoDsIq5uDmiIOk1b9NRKdlnBXOghev {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #hveP0zTxSaalvBW2stdV5ABBTlp9oTrm {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #cmEpF1sCEFkqIUQ7bGnQy6Wna7kTBulT {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #KsUyHp4Tv2rZkff4WJL7dfzLfCI5ioer {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HWGmfkplEoGSx760iDN0TlZKyeUvEAEW {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #CpwSNQ8ps9qKJfyhSAe4QqhPe9ucaEpT {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #T9Lag6kLTyILk1IJtPUuPxlqqxNnTsA9 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #XtKBTF47cvL7C4UOd209ZDM8Xlg5ZxTt {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #coKsbQ1nyHsxs2R6T4IhTwtqQth7J7v4 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #TTcPg6aBwgHOnOcV1bXZVTnToBiKSQWl {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #QXaU8gRtHiN5P1o2Ju1f9Vq1c2oJ8UPx {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #UHMQBx3pePWATnG4PX2BXtHPmfTZxkF1 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #r1tQTGxLyouii9T165ueTPlTSPHw0cL3 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #u7me2GVukk1qaSqVlO3pTl3R0FFkQgr9 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ANnqrizlTpnfXsIC7kAJXdBiN68MxX2b {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #V1zybI2hQTJpTUsJ4sGtApmTRCQJlFAt {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ReMTtCS3PHxCDOTLwGHZ0bnIpzt6LV2P {  }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ReMTtCS3PHxCDOTLwGHZ0bnIpzt6LV2P .container-column{width:50%;} }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #nrBtP1i5ha0c6MUNRvMMANlPVAAal6m8 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #FdTH4VPufoJ0E0I8oyTKCrcWFUAp198y {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #aiDqwq5ysnTgVeliMzkiCD1DEy6VN6c8 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #y6T6NPrm9BfxVyT1UPzoTCTU4wGrTNb0 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #XEgCfWrb9S6MCM6wsZxE6ZmvltLsbdV2 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ybnr5eRPdB3SMmvcicbbhxt5ibNOxHTy {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #aGsf9FnogNZnXnoQfWSHDfZCpNFat44v {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #eTlqcETdiiy5z5rLzQas2vKC6MqMvNrc {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #q86VqeQCw0uAChtNnRGWk6Jb06zk4sDd {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #gXhUZutybHTePI2I9PNa9WqsA0TzPMuS {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #odZdBKRA6TTLaza5swZKIEShGF4VzbeD {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #sQH1UDpRmuAiToy196gTsz5mWDNrHq7E {  }
 }@media only screen and (max-width: 763px) { #mvADfCGcXBO4bslGMPdXfbZnIaTT3CVP { display:block; }
 }@media only screen and (max-width: 763px) { #N9FoewkcDJhhF1PprzUN8uI9tnNxdbQh { display:block; }
 }@media only screen and (max-width: 763px) { #pJmQboyuPQn2OLw2yo5wTGTfi52M5xaX { display:block; }
 }@media only screen and (max-width: 763px) { #sZbWD89OcVGO1FS9qqveGppUHw8cbGuS { display:block; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #gmb6paOtbqSGDXZefKD99tUtT9mRPwNC {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #WzKmVTfFdnlGc76y7wC5uuHJhvpEExrD {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HpQEJJZxBnERkmw6CPm7OENABykF5645 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #PMGtAW2DL9DIMrJn1sQ8yA6ropyC5UeB {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #JTo8QyZa7A5VgWs4QrdRt2fl2hVbkZsL {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #pvMgu9IgVpv71uLcgACDQ6fO8FENByJB {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #yaCK0A9zbuUpXNRR4u0iKZ5WtmMoDrny {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #V4fVJdxFI2QC0DQX4LZyLtML74kR2Gxi {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HyGGD8EwKWLShzaXpydxudyhIdklsLIo {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #LI5gxIsZFzMm4J3uPT2SRwBANdTCQ4Em {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #lBoSDt5cXdl4xy25TVH10uRVR7CcU0vp {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #xp8Ur8tapOcnAVo7TAur9bJHaObUNOnP {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #cHwOHrtFWc5lzWnBoGTtP7gn6TQQlVhH {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #UWCW3uVcH68Z35ZBMFoRLE6Xu1BUTl6k {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #v9qqPUU7rggAJrD5WZlDyawelvyyMDkn {  }
 }@media only screen and (max-width: 763px) { #QO3lHM2N58qXcwIw5xMXLTNmIVMhuPnu { width:34.4375rem;height:2.25rem;top:65.75rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS40K6NMxpILstmOZy8oN1Ux7TUXeruO { width:5.0625rem;height:4.3125rem;top:4.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTak3xnmWOLzmyRTKXSaI2GhSrUfJmi { width:47rem;height:7.1875rem;top:9.5rem;left:0.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNGJ9qMoiTnlJfm9VqVUzI56cgOZ5dEz { width:12rem;height:1.6875rem;top:3.5625rem;left:35.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NB2LRSRRk3y11wo3IeRBwTWIT63FiT { width:14.0625rem;height:2.375rem;top:2.875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB00XoNuoLAbQ4KTkG3tUSzesTO9mn9f { width:41.125rem;height:18.5rem;top:19.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raXp4SCTT34xzZ66h3vUls9kdrKR1qvn { width:2.3125rem;height:2.3125rem;top:21rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtucMTMN3T2H76orIgQMbDQdHhUZG0NQ { width:2.1875rem;height:2rem;top:21.125rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU5dmLsJuCN7aRyL8hCEyXGAoDCGFtAu { width:9.6875rem;height:1.5625rem;top:21.3125rem;left:6.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkbg0o3DZAsycy9VvTcIx0Qbihg4suq7 { width:2.3125rem;height:2.3125rem;top:40.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idciGX98k6ROnU26FnS080gXZAwhClwN { width:2.1875rem;height:2rem;top:40.5rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErXpeK6FOAlksx1S5hkPE5ENf8cUPBEx { width:41.1875rem;height:11.25rem;top:39.375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXkxPDm9aT4huf7vfST0uLFDqU16Te0k { width:9.6875rem;height:1.5625rem;top:40.75rem;left:6.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qbih2KuUnqzoNGcvSSTR4nk4KeHkpIkI { width:2.3125rem;height:2.3125rem;top:52.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUcBmE3xzw9WxscRk1qHpszzgPeeg5JP { width:2.1875rem;height:2rem;top:52.875rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBHRca8buaWgmeqp9rd4nzywrzEhHS4g { width:41.25rem;height:25.1875rem;top:51.625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wy9Afd9BKO8zKaZ2xH8VBArKh10IfQlM { width:9.6875rem;height:1.5625rem;top:53rem;left:6.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TASuS1qBg6ImuneAI3al5Iafd2AA86O7 { width:2.3125rem;height:2.3125rem;top:79.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9SRUZcFChs46tsFH5hCBkfoUTqJUXg { width:2.1875rem;height:2rem;top:79.4375rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z864CoOWPmJ99c0TvxT6m8JXLX9G5tJb { width:41.9375rem;height:24.875rem;top:77.9375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQRkG9UV0PSJ315pl4uCZaaHXTfQuFlA { width:9.6875rem;height:1.5625rem;top:79.625rem;left:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SR0KLmruX4MThnP0NeB10zfDLIHkKVSd { width:9.6875rem;height:1.5625rem;top:21.25rem;left:6.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTL5nrT67ixku2R5vxTb7XEoofnvMWHe { width:41.125rem;height:18.5rem;top:19.8125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2arNEOJTmKuUhk2WgWkLk38tkCFuqp3 { width:9.6875rem;height:1.375rem;top:21.25rem;left:6.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLqRAmxIAIMLyadfBxsdpPyTyMz8xc1z { width:41.125rem;height:18.5rem;top:19.8125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #McO5doNGKDSO9al1M2msLWUDWmf2i7Qd { width:9.6875rem;height:1.375rem;top:21.25rem;left:6.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #opQwIEbQ7SviJ0q9559wFwvdmXmQRhnJ { width:41.125rem;height:18.5rem;top:19.8125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x14JfipAmex4tsBOpub9wcXW7vVunfvf { width:9.6875rem;height:1.375rem;top:21.25rem;left:6.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w { display:block; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpxgETJGb3zOWSbgegP7qVIAwgmpTzSg { width:47.75rem;height:3.8125rem;top:3.5625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 { display:block; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLeoWiyJNR4AnIsQAximvqqkhWoQk6aT { width:37.125rem;height:11.375rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PcmxCkGF2E9LQ36pg2kFvUEpRzs4kd { width:21.375rem;height:14.5625rem;top:2.5625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV { display:block; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIQDvy9Jpd96DlbQ3Ot7xxX79HUCtQ7f { width:47.75rem;height:15.3125rem;top:15rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFdcpOgsUaoKwzLR8q7KyBNSCSAakkqD { width:47.75rem;height:3.8125rem;top:10.25rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI1D20eVHMbRkTlpskT8WUNitpIEw6I2 { width:3.75rem;height:3.75rem;top:5.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS70BAxiTo2msu28WZKcBpT4SBh78s7N { display:block; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3wiTHinbo4A4u7r1wWIlzSFrNPg5af1 { width:46.75rem;height:3.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCsD9ilNwAFfuq7AJGFGZdlR1VTRmDw { display:block; }
 }@media only screen and (max-width: 763px) { #e77frup0oFNWPeqzs7XMHluVRVu3Fl5m { width:47.75rem;height:2.5625rem;top:6.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leDN9VkXqxUDaRIxVbU0OduoK7f80PPJ { width:46.75rem;height:3.125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXThRP5VxogQzxqPr4zcn16UtO34TF0l { display:block; }
 }@media only screen and (max-width: 763px) { #BZxIXR6wlUS1kIn4akN5WwP0xVE9wdLM { width:46.75rem;height:3.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR75VbNpXXK5FlDZ4shTA1LcUMOrQUFB { display:block; }
 }@media only screen and (max-width: 763px) { #qZ3C9zdhX8BLk5nm2eAKTogHdxWxz8eK { width:46.75rem;height:3.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKH7APo7zo4idoTJgbZ2oOp9IhW8H1C { display:block; }
 }@media only screen and (max-width: 763px) { #Re95VKissnnMdHpT6ieyUfITUpH1rSC2 { width:46.75rem;height:3.125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4hTTgdT2FaRHALszJTSreQyby3Lmna5 { display:block; }
 }@media only screen and (max-width: 763px) { #rGok50GtThg8WekZ9yAvCH2ubCsQGiRm { width:46.75rem;height:3.125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R71SRaCegC7ZFxnXOo4AOiqFle5E2pr7 { display:block; }
 }@media only screen and (max-width: 763px) { #s3iLM7Z5fztJsi3S5rLuGCVzauW5Gmzo { width:46.75rem;height:3.125rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgipQwAn116TBsbpvIGedrNkugWH21ik { display:block; }
 }@media only screen and (max-width: 763px) { #ZOpUmSNyUG4zzKf2gQ8ZaFpzzuuLLaNv { width:46.75rem;height:3.125rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVhQFXEd2KfGhuozceZhAcCJ7EoENiEh { display:block; }
 }@media only screen and (max-width: 763px) { #DRQLXDKNIowpfJ1TJmGB1LoBRAEVS9HF { width:46.75rem;height:3.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyH421XJZnLttxIKqDLUwV4FWsqSMzCE { display:block; }
 }@media only screen and (max-width: 763px) { #fmsGabVaUW8JrEXwKli0TsmL0tSIZdTo { width:46.75rem;height:3.125rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCugBNBS7Gw6oTGJJIRNMuo48WUfmTa { display:block; }
 }@media only screen and (max-width: 763px) { #SE5o7h4hQvr2BT1akILBDST5KdnVi19o { width:46.75rem;height:3.125rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuZqlUEN6ogFwMLwMvQU2ShgVMnhPtvQ { display:block; }
 }@media only screen and (max-width: 763px) { #bLCZLAXl22cHH2Ib9SlwhtWgNIvbfBCq { width:46.75rem;height:3.125rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBsEBcgxTCfIyfLGBCi5Cct6Xnsuu2t { display:block; }
 }@media only screen and (max-width: 763px) { #IhM6T5bRkDGPClVQDX1FV1J2tAhO2bzk { width:46.75rem;height:3.125rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtaNF4gkd9Xy8J8ceLRhfn5G9h3BrmIn { display:block; }
 }@media only screen and (max-width: 763px) { #a0DG9UGxGNccBnGJ3dsZQ0LdeVcqlotk { width:46.75rem;height:3.125rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHmRQqlTebVaFCNzX0ndhggJtlsU0aex { display:block; }
 }@media only screen and (max-width: 763px) { #vT51GbLv14irhPCxkm4QyOnu6TyWyynm { width:46.75rem;height:3.125rem;top:65.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n88brG9JCeln4yViA8J7OnXJRByF63u4 { display:block; }
 }@media only screen and (max-width: 763px) { #F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx { display:block; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTVbEz4mMpnzBLq9Jw67HQrincZLT2vI { width:13.0625rem;height:4.5625rem;top:4.7081146240234rem;left:17.593316555023rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWXV6JT40bCgbM2Sf63muABsVVrCxvbO { width:47.75rem;height:1.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2pUxJyt9yPFydfWRHKVz2RZOS6ywbT5 { width:2.375rem;height:2.375rem;top:10.4375rem;left:8.3125rem;display:block; }
#t2pUxJyt9yPFydfWRHKVz2RZOS6ywbT5 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #RKvyLxPilkHgT8XhapFUmLtfR7B324n5 { width:2.25rem;height:2.25rem;top:10.5rem;left:16.8125rem;display:block; }
#RKvyLxPilkHgT8XhapFUmLtfR7B324n5 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #zO0QJf72iHKJBen2wOdQpsABkd4NdpRO { width:2.375rem;height:2.375rem;top:10.4375rem;left:26.4375rem;display:block; }
#zO0QJf72iHKJBen2wOdQpsABkd4NdpRO > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #a92TlgBJwKT6Js2HpMWtW4yBDZLBwoLX { width:2.375rem;height:2.375rem;top:10.4375rem;left:37rem;display:block; }
#a92TlgBJwKT6Js2HpMWtW4yBDZLBwoLX > 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) { #CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i { position:relative;z-index:auto;display:none; }#CRSRRMpDbIWJe7SbTZeqQwanmCLZaU8i > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xp3tyC360n5gTbnUuZk3fxr0TLrmPvzg { width:9.9375rem;height:2.3125rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPBzRCJXLygDczIgkQ26uWQCNmD3ETgi { width:12.3125rem;height:2.4375rem;top:4.8125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSToRT5XfElOAEy0vD5lENk55iXcn19U { display:block; }
 }@media only screen and (max-width: 763px) { #ECSf8aInc1WkoLLyp75P13n1ZGMAA7TP { width:12.3125rem;height:2.4375rem;top:7.75rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fm9dhOBE3f6ZaDFidGuPPfqEQEfpHMbI { display:block; }
 }@media only screen and (max-width: 763px) { #Hvbs4QWkWTENW03ZuxdymECxTti6TnoH { width:12.3125rem;height:2.4375rem;top:7.9375rem;left:3.8437502980233rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT6Xn5WlCAqX0rE6GwAbQaf7zXXICH1m { display:block; }
 }@media only screen and (max-width: 763px) { #NSqP1aiSGICeUMvSTT33gNZi4ziL7458 { width:16.875rem;height:2.3125rem;top:1.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCVb5WZS68C4SBEOwiwV8LpWJtKpCqmz { display:block; }
 }@media only screen and (max-width: 763px) { #yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;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; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row .container { background-color: transparent; background-image: none; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row .container > .video-iframe-container { display: none; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row > .video-iframe-container { display: none; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .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); }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row .container { border-width: 0; border-radius: 0; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrSmVPoF08IK1XG0WCFT8gKh8IvRFdUS > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpHiBNRc0r0nTkElnz1uUEMuPVIOqUlK { top:1.435546875rem;left:4.59228515625rem;width:10.81175rem;height:3.49975625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pEz2g3Tqks8ITUaFLogb1GQzFvG3efJH { top:5.496826171875rem;left:1.656494140625rem;width:16.687rem;height:2.625rem;z-index:15001;background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"fortum cy";border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvyv1mlcATvHHxp6014sNt4T3IJkVKXX { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKMpS41L1w19aUxT0oxhWtwn4NymSN8z { width:8.93675rem;height:7.99925rem;top:28.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5inbq8tJzTVMNthoEAUfCwdGSMRQcM { width:2.56225625rem;height:1.875rem;top:31.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXCgzJSqJhfhAbrLq6h2TAOGoUlvcnoT { width:18.49975rem;height:1.38139375rem;top:11.125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEv35wK3CGnmvfMSgWHq9LO5Q6m5zvK { width:18.562rem;height:3.26171875rem;top:13.25rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZnQDU7IkkARpmva1QAnhIE8znSibe2T { width:18.25rem;height:4.72265625rem;top:23.8125rem;left:0.4375rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kqPGsoEgeXJq9qnCuThnAyZC7ATt4rZn { width:10.625rem;height:2.9243625rem;top:30.25rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CNMI6T5SkMMhwzRNZe5TMZ4hsHXJeBUS { width:19.1858125rem;height:1.462675rem;top:33.6875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMcqUVeKiPelR7dReSsMNCMdUnFxX5N { width:20rem;height:0;top:29.420166015625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IGU8QCg7lcm32A2BrvICLgLU6WetrnMe { width:20rem;height:11.4583125rem;top:10.936632156372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo { display:block; }#R5lco36ZVRMbZlgCuI65zWTG6Ns3KTZo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqfJs7Gb0oOGlr6UlwFa8W0Rlv7MDiJm { width:17.2485625rem;height:3.8984375rem;top:2.66357421875rem;left:1.37451171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHnQ02wOTawX58iScvPvfr1APaUsnAA { display:block; }#OBHnQ02wOTawX58iScvPvfr1APaUsnAA > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTWbSWNmt5iJT7zSxlQQ1ou6BWSXD5yJ { width:2.875rem;height:3.4868036610331rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkA6lIGxoGuEPswlpe9BLNBgxT39LQGd { width:2.875rem;height:3.4868036610331rem;top:11.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIFVleZy8Nf0SPC2rUvacT13Bw5c2Vw { width:2.875rem;height:3.4868036610331rem;top:22.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxrXy86ZWDoHsmipw7t2Z8FUM6GzQ0zT { width:2.875rem;height:3.4868036610331rem;top:33.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkHX9uPdeTSbluhADdAlwKB6Ipqggwrv { width:16.1865rem;height:2.69965rem;top:5.484619140625rem;left:1.905517578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRmIcvKm2If1gGTJep0yA2cT4pEor6C1 { width:19.6875rem;height:2.69965rem;top:15.6875rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es3d1CaDPQBNbgTcmBcFE23NiXHP1bIf { width:18.0615rem;height:2.69965rem;top:26.5rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me1MPAyuPhbtUSFuzZE4ZNXGlOpCKu1B { width:17.56225rem;height:5.3984375rem;top:37.1875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LryiqfpVvMqa9bSaealxvoMlDZXRKyRK { display:block; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dh4NBm07sFmGox5zfD7dK2CdGKOo1aWC { width:17.87475rem;height:3.493925rem;top:2.5625rem;left:2.125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkkWAQUhUUAEyOaqQ1ogD5R72nbJhFgN { width:6.62475rem;height:0;top:5.09765625rem;left:6.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #f384Qgs2l67FCn0KZGhwVM2o4BptXxRd { width:15.125rem;height:5.3984375rem;top:9.9375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nLi8fCbR14mcKNmXaBIl4i6fVILZ72 { width:6.62475rem;height:0;top:17.6953125rem;left:6.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqCi8zD9EBgp5D5hVyWvgNMGwlJUPo7M { width:16.499rem;height:6.7480625rem;top:21.5rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKla40OdTyWmsE57LAvJau8TQfrZovcv { width:17.87475rem;height:3.1685rem;top:6.875rem;left:2.125rem;font-size:2.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cLdvs1TCHsEvd5ETIh9x35wrUV7PWJpq { width:17.8735625rem;height:3.1685rem;top:18.375rem;left:2.125rem;font-size:2.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 { display:block; }#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUKKznTLyh4Li2G1vi7ZxGkaPTdO7P8N { width:19rem;height:3.1875rem;top:1.25rem;left:0.499267578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iT3m2LOEUWLugmCoDqa4vfMe8xM81C { display:block; }
 }@media only screen and (max-width: 763px) { #M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ { display:block; }#M06UGi1px0Va4wrx23OrUR5bPqLfU4kJ > .row .container { width:20rem;height:29.1855625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFMoRqW7wwUphUiRFcKLXdNae0q2TAa7 { width:16.5625rem;height:4.048825rem;top:7.798828125rem;left:1.68701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0AJDTIO4f9F1xlnr1GhXhPREUIr9zDS { width:17.24975rem;height:1.42489375rem;top:6.12426875rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRFS0gkkI2ogoLRNv9x2CkMPsP9OaI02 { width:3.75rem;height:3.62426875rem;top:1.937255859375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5axzFpsZxQEKcPFqPrd1oHrRsMfZNJm { width:14.24925rem;height:1.42489375rem;top:21rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2mhvSF7Vun3T8lFGAnUw1wx1uJCfzE { width:2.56225625rem;height:3.29345625rem;top:16.93603515625rem;left:8.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLMEvr4t83p8momvleLSxrBnCrkDWKT { width:16.5625rem;height:6.7480625rem;top:22.4375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIpsZRTT315wGVJ086WTBLHxcB5Ink5i { display:block; }#nIpsZRTT315wGVJ086WTBLHxcB5Ink5i > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTHcoNT0DEqSCcd9TeQH2D1XRyfT7Uvz { width:2.99926875rem;height:3.5620125rem;top:19.56103515625rem;left:8.499755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBqwoBXNx3kydBZCliesdA9NOHcWxI17 { width:16.93725rem;height:1.42489375rem;top:24.125rem;left:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSXJXADHLTzGT1XVXb0trLmL393wkoq3 { width:16.5625rem;height:5.3984375rem;top:25.6875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMuWuoc8T47p1PnOLsv4L7fEJy6NQf9k { width:17.24975rem;height:1.42489375rem;top:8rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIiVqPTpRvp0HtUI9yrlQq2Tr7vgFAkr { width:16.5625rem;height:5.3984375rem;top:9.75rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stmeTRkD7n5Vz2WOwOR0NpTb5tdRi3zt { width:3.5620125rem;height:3.5620125rem;top:3.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 { display:block; }#BRyKFXGVoPZSOvlauAWorHRPt13gpeC2 > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNvRHWKt7Ky2L0VoBC551mfskRZNUKSI { width:17.25rem;height:3.4121125rem;top:2.5625rem;left:1.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZXCxhLR73H8pKlnB1DePf35uZFTfOSC { width:20rem;height:1.13671875rem;top:6rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvSZQiEmfmWukecTVr907Bzm5nTULrHb { width:20rem;height:7.1875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR4Hw9sL7ZnXlcWw9P6yZzVHTaPfvoCP { width:18.6230625rem;height:7rem;top:19.9375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUZedSIPh0uqG1bv5v7BXMH75Nlx9Pbx { width:18.4375rem;height:0;top:23.10546875rem;left:0.78125rem;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #oXmKZP9x1TxdXQygTFORo56xcAc99c47 { width:20rem;height:3rem;top:28.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSD3VTImqMBTsZ7TZ4nHy2zkBwOwat7C { width:16.1861875rem;height:26.24510625rem;top:31.125rem;left:2.5625rem;font-size:0.875rem;line-height:1.2;z-index:15011;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bqioHbRszS0Wgzfx3kuZWmUs8IZlgdcR { width:1.1875rem;height:1.19921875rem;top:31.0625rem;left:0.875rem;font-size:1rem;line-height:1.2;z-index:15012;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yxHZWwIk0tDQQvgB2yJsaZnoUTVPQ70h { width:1.18696875rem;height:1.19921875rem;top:36.25rem;left:0.8125rem;font-size:1rem;line-height:1.2;z-index:15013;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #bUh4pEPaIsUqomsJBWQ8noUQ2odvVZhS { width:1.18696875rem;height:1.19921875rem;top:41.5rem;left:0.9375rem;font-size:1rem;line-height:1.2;z-index:15014;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #LWdot58rLE1nsJ5f8FP43i3lBHW5bllr { width:1.18696875rem;height:1.19921875rem;top:49.875rem;left:0.9375rem;font-size:1rem;line-height:1.2;z-index:15015;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DAq0GBQ5w1zDnVC8MTheRThTmhAuvTA9 { width:18.186875rem;height:8.999rem;top:63.125rem;left:0.875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RzpTdlcgL5L6KrwzIznXCrdukBZyHXRQ { width:20rem;height:3rem;top:59.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIfIh6XCM8yRaHUiy6gnSxXxhoZzymq { width:19.125rem;height:2.76171875rem;top:8.3125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W { display:block; }#pmHdTCMyWXT42bRu3pQfkQ3wcpGDtM6W > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO5HG1HGbvaUrLJObd2oV03R5udaC4LN { top:17.143014907837rem;left:9.031033575535rem;width:1.93685rem;height:1.93685rem;z-index:15023;background-color:#18d270;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #VJWIOcPqTXtKRsD7FJuTm5qNoWIHwwca { width:20rem;height:1.800425rem;top:3.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 { width:17.24975rem;height:8.125rem;top:6.93603515625rem;left:1.373291015625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 li:before{  }
 }@media only screen and (max-width: 763px) { #HWPEGmo63vfMETmLR1X1aPFCSeuoZTZt { width:16.9983125rem;height:2.131075rem;top:19.9375rem;left:1.5rem;font-size:1.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyhM5blz8VZWzqRNRi97qWS6nascZ1kS { width:17.5rem;height:2.436525rem;top:16.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zXEHHnUUqxLq9gzEFMlTi8R7uTLxHR { display:block; }
 }@media only screen and (max-width: 763px) { #XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 { display:block; }#XF4k7DL1cVlywpNwAR39cbTxhg47FHO2 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttG2qTS77FxiI9w7ITKDNpGNXPFNQtUS { width:15.125rem;height:6.9970625rem;top:6.3111991882325rem;left:2.4375000596046rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fLK1y8ILUtq49TNvTRJUW88l6oQzeGmO { width:16.1875rem;height:3.5996125rem;top:2.125rem;left:1.9062500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yBeGwKwdlW65MqiHKsdQGbiD6Mvu54bE { width:18.999rem;height:2.8125rem;top:15.748291015625rem;left:0.50048828125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zfrl5LqcwSJlm1B5Zuciyn7SVTZxhZZr { display:block; }
 }@media only screen and (max-width: 763px) { #PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A { display:block; }#PMSi7xx714BXNUeZ4Pbv0OKIJX9ZZz4A > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D669Zu6wTrzTx6VGKPuTrDkWNCPdtWST { width:8.31175rem;height:9.624rem;top:14.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmAESFA1hOLfwPIGiv5Z4Zv7lmilsJ7M { width:17.6245rem;height:8.2470625rem;top:3.624267578125rem;left:1.1865234375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K2XZUGyDUUkVQxC4sfzKNTS5zBpQhazk { width:8.375rem;height:9.1875rem;top:15.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2N532EV44eLWR1KgZiMQzueV4h11VCU { width:20rem;height:19.49704375rem;top:25.747080078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 { display:block; }#pilBWRlNb2X6eMQLiR9tPrdwDkbthQX3 > .row .container { width:20rem;height:110.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #282828;border-left:0.0625rem solid #282828;border-right:0.0625rem solid #282828;border-bottom:0.0625rem solid #282828;height:2.8125rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-text {padding-top: 0; padding-bottom: 0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #282828;border-left:0.0625rem solid #282828;border-right:0.0625rem solid #282828;border-bottom:0.0625rem solid #282828; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-select {padding-top: 0; padding-bottom: 0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fd7d66;background-image:none;font-size:1.1875rem;overflow:hidden;height:3.5625rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-container:first-of-type{padding-top:0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .widget-container:last-of-type{padding-bottom:0;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL  { width:16.0625rem;height:auto;top:17.0625rem;left:0.75rem;z-index:15077;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL {display:block;}#v9xxMEDsIXafwNrEp8CqNbultsKm5veL { width:16.0625rem;height:auto;top:17.0625rem;left:0.75rem;z-index:15077;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #fvDqB5TUesn1VD2Fkg0g0biTBn7EDB3d {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #smX84WxfKNAzrkhgtU4aCVmqpNdF5CPX { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #TLpEMFvUCIGly7NLyAGiJqPI6EiUxBFC {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #LQADJCdaWvVB44CcueShawbDNOoSDHBe {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #Sg3L8OGHfxx1ddF8mmNHKAd4LBWGhhLM { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #PuUKufzXag0xPh9w0MtsQamTOrhwRg1d {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #dahkIQ3uCz4aELiwRFDufrskV146dxSf {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #hy2lgRqGpxKR0hEt8Nku78shTANO2rQg { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HInGFSoXPFlRzH29UkAHTlItvIbuDSkT {  }
 }@media only screen and (max-width: 763px) { #lmltiFSuPALf4SSEzBxA6JmOFc2bE9XB { display:block; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #uw6y0gk7UXDdS6W3zn9kp9nCDTr7ZzgS {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #witrqwMr5BrAAWixyuwbck9vn8mid3hO { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #WND861uXaAchLSHL2J2r56i4M60x8OsK {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #oTmd8K6q3zyCJ53TauSplIQLOsGNMJmT {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ZHszoZ5iPMaveeGmT7tysWm1sE1nNCpL {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #eWmUMwnGvgq9HSxh1koGcPexfDgu2GAv {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #pCUPkUmat3iPNsPVTiEQ6ycHKwZe6uBC { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #X0gRmHSgV2WTlCKaQv1B5qWqiQbg07O4 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #Sp0yfegRp7y7TOkc1dbLiPy2NAnfWgzS {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #AS8Tg8fdOXBOUsdqCmny0X5Vp0VIE5KJ { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #FHRoDsIq5uDmiIOk1b9NRKdlnBXOghev {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #hveP0zTxSaalvBW2stdV5ABBTlp9oTrm {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #cmEpF1sCEFkqIUQ7bGnQy6Wna7kTBulT {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #KsUyHp4Tv2rZkff4WJL7dfzLfCI5ioer {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HWGmfkplEoGSx760iDN0TlZKyeUvEAEW { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #CpwSNQ8ps9qKJfyhSAe4QqhPe9ucaEpT {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #T9Lag6kLTyILk1IJtPUuPxlqqxNnTsA9 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #XtKBTF47cvL7C4UOd209ZDM8Xlg5ZxTt { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #coKsbQ1nyHsxs2R6T4IhTwtqQth7J7v4 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #TTcPg6aBwgHOnOcV1bXZVTnToBiKSQWl {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #QXaU8gRtHiN5P1o2Ju1f9Vq1c2oJ8UPx { display:none; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #UHMQBx3pePWATnG4PX2BXtHPmfTZxkF1 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #r1tQTGxLyouii9T165ueTPlTSPHw0cL3 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #u7me2GVukk1qaSqVlO3pTl3R0FFkQgr9 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ANnqrizlTpnfXsIC7kAJXdBiN68MxX2b {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #V1zybI2hQTJpTUsJ4sGtApmTRCQJlFAt {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ReMTtCS3PHxCDOTLwGHZ0bnIpzt6LV2P {  }
#v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ReMTtCS3PHxCDOTLwGHZ0bnIpzt6LV2P .container-column{width:50%;} }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #nrBtP1i5ha0c6MUNRvMMANlPVAAal6m8 { display:block; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #FdTH4VPufoJ0E0I8oyTKCrcWFUAp198y {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #aiDqwq5ysnTgVeliMzkiCD1DEy6VN6c8 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #y6T6NPrm9BfxVyT1UPzoTCTU4wGrTNb0 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #XEgCfWrb9S6MCM6wsZxE6ZmvltLsbdV2 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #ybnr5eRPdB3SMmvcicbbhxt5ibNOxHTy {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #aGsf9FnogNZnXnoQfWSHDfZCpNFat44v { display:block; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #eTlqcETdiiy5z5rLzQas2vKC6MqMvNrc {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #q86VqeQCw0uAChtNnRGWk6Jb06zk4sDd {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #gXhUZutybHTePI2I9PNa9WqsA0TzPMuS {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #odZdBKRA6TTLaza5swZKIEShGF4VzbeD {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #sQH1UDpRmuAiToy196gTsz5mWDNrHq7E {  }
 }@media only screen and (max-width: 763px) { #mvADfCGcXBO4bslGMPdXfbZnIaTT3CVP { display:block; }
 }@media only screen and (max-width: 763px) { #N9FoewkcDJhhF1PprzUN8uI9tnNxdbQh { display:block; }
 }@media only screen and (max-width: 763px) { #pJmQboyuPQn2OLw2yo5wTGTfi52M5xaX { display:block; }
 }@media only screen and (max-width: 763px) { #sZbWD89OcVGO1FS9qqveGppUHw8cbGuS { display:block; }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #gmb6paOtbqSGDXZefKD99tUtT9mRPwNC {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #WzKmVTfFdnlGc76y7wC5uuHJhvpEExrD {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HpQEJJZxBnERkmw6CPm7OENABykF5645 {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #PMGtAW2DL9DIMrJn1sQ8yA6ropyC5UeB {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #JTo8QyZa7A5VgWs4QrdRt2fl2hVbkZsL {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #pvMgu9IgVpv71uLcgACDQ6fO8FENByJB {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #yaCK0A9zbuUpXNRR4u0iKZ5WtmMoDrny {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #V4fVJdxFI2QC0DQX4LZyLtML74kR2Gxi {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #HyGGD8EwKWLShzaXpydxudyhIdklsLIo {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #LI5gxIsZFzMm4J3uPT2SRwBANdTCQ4Em {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #lBoSDt5cXdl4xy25TVH10uRVR7CcU0vp {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #xp8Ur8tapOcnAVo7TAur9bJHaObUNOnP {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #cHwOHrtFWc5lzWnBoGTtP7gn6TQQlVhH {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #UWCW3uVcH68Z35ZBMFoRLE6Xu1BUTl6k {  }
 }@media only screen and (max-width: 763px) { #v9xxMEDsIXafwNrEp8CqNbultsKm5veL #v9qqPUU7rggAJrD5WZlDyawelvyyMDkn {  }
 }@media only screen and (max-width: 763px) { #QO3lHM2N58qXcwIw5xMXLTNmIVMhuPnu { width:16.687rem;height:2.0625rem;top:60.31005859375rem;left:1.656494140625rem;font-size:0.6875rem;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WS40K6NMxpILstmOZy8oN1Ux7TUXeruO { width:19.56175rem;height:3rem;top:1.999755859375rem;left:0.218505859375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGTak3xnmWOLzmyRTKXSaI2GhSrUfJmi { width:20rem;height:4.9482375rem;top:5.498046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNGJ9qMoiTnlJfm9VqVUzI56cgOZ5dEz { width:19.625rem;height:1.5rem;top:11.1875rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4NB2LRSRRk3y11wo3IeRBwTWIT63FiT { width:16.4375rem;height:1.8125rem;top:10.873046875rem;left:1.686767578125rem;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;display:block; }
 }@media only screen and (max-width: 763px) { #bB00XoNuoLAbQ4KTkG3tUSzesTO9mn9f { width:17.25rem;height:10.875rem;top:34.061279296875rem;left:1.25rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;display:block; }
 }@media only screen and (max-width: 763px) { #raXp4SCTT34xzZ66h3vUls9kdrKR1qvn { width:2.3125rem;height:2.3125rem;top:124.62370390625rem;left:-0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtucMTMN3T2H76orIgQMbDQdHhUZG0NQ { width:2.1875rem;height:0;top:124.74870390625rem;left:-0.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tU5dmLsJuCN7aRyL8hCEyXGAoDCGFtAu { width:9.6875rem;height:0;top:17.1240234375rem;left:2.498779296875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xkbg0o3DZAsycy9VvTcIx0Qbihg4suq7 { width:2.3125rem;height:2.3125rem;top:144.49845390625rem;left:-0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #idciGX98k6ROnU26FnS080gXZAwhClwN { width:2.1875rem;height:0;top:144.68595390625rem;left:-0.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErXpeK6FOAlksx1S5hkPE5ENf8cUPBEx { width:19.625rem;height:11.25rem;top:162.625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXkxPDm9aT4huf7vfST0uLFDqU16Te0k { width:9.6875rem;height:0;top:164rem;left:4.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Qbih2KuUnqzoNGcvSSTR4nk4KeHkpIkI { width:2.3125rem;height:2.3125rem;top:157.43595390625rem;left:-0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUcBmE3xzw9WxscRk1qHpszzgPeeg5JP { width:2.1875rem;height:0;top:157.62345390625rem;left:-0.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBHRca8buaWgmeqp9rd4nzywrzEhHS4g { width:19.625rem;height:25.1875rem;top:175.4375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wy9Afd9BKO8zKaZ2xH8VBArKh10IfQlM { width:9.6875rem;height:0;top:176.8125rem;left:4.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TASuS1qBg6ImuneAI3al5Iafd2AA86O7 { width:2.3125rem;height:2.3125rem;top:184.37270390625rem;left:-0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq9SRUZcFChs46tsFH5hCBkfoUTqJUXg { width:2.1875rem;height:0;top:184.56020390625rem;left:-0.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z864CoOWPmJ99c0TvxT6m8JXLX9G5tJb { width:19.625rem;height:29.6875rem;top:202.1875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQRkG9UV0PSJ315pl4uCZaaHXTfQuFlA { width:9.6875rem;height:0;top:203.8125rem;left:4.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SR0KLmruX4MThnP0NeB10zfDLIHkKVSd { width:9.6875rem;height:1.42489375rem;top:16.25rem;left:2.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #FTL5nrT67ixku2R5vxTb7XEoofnvMWHe { width:17.375rem;height:17.625rem;top:14.9365234375rem;left:1.1865234375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15011;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;display:block; }
 }@media only screen and (max-width: 763px) { #X2arNEOJTmKuUhk2WgWkLk38tkCFuqp3 { width:9.6875rem;height:1.42489375rem;top:35.562255859375rem;left:2.31201171875rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #sLqRAmxIAIMLyadfBxsdpPyTyMz8xc1z { width:17.8125rem;height:26.0625rem;top:45.999755859375rem;left:0.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15014;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;display:block; }
 }@media only screen and (max-width: 763px) { #McO5doNGKDSO9al1M2msLWUDWmf2i7Qd { width:9.6875rem;height:1.42489375rem;top:47.374267578125rem;left:2.31201171875rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #opQwIEbQ7SviJ0q9559wFwvdmXmQRhnJ { width:17.8125rem;height:33.75rem;top:72.936851501462rem;left:0.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:15015;border-top:0.125rem solid #18d270;border-left:0.125rem solid #18d270;border-right:0.125rem solid #18d270;border-bottom:0.125rem solid #18d270;display:block; }
 }@media only screen and (max-width: 763px) { #x14JfipAmex4tsBOpub9wcXW7vVunfvf { width:9.6875rem;height:1.42489375rem;top:74.74853515625rem;left:2.31201171875rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w { display:block; }#qPmg8xBKT1uBdsow3EibrDs6Mysk4r6w > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpxgETJGb3zOWSbgegP7qVIAwgmpTzSg { width:19.0625rem;height:1.94921875rem;top:2.62451171875rem;left:0.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 { background-color:#f7f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container { background-color: transparent; background-image: none; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container > .video-iframe-container { display: none; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row > .video-iframe-container { display: none; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .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); }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container { border-width: 0; border-radius: 0; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxL0vTqpVb6HxuBbMzWnpExDIZr9JLJ0 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLeoWiyJNR4AnIsQAximvqqkhWoQk6aT { width:17.6245rem;height:15.597625rem;top:0.8740234375rem;left:1.1865234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0PcmxCkGF2E9LQ36pg2kFvUEpRzs4kd { width:16.182875rem;height:11.058375rem;top:17.880859375rem;left:1.907958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5bbaa442-e8b5-4615-a899-8907c869338e/Depositphotos_226644384_XL.jpg");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;display:block; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV.adaptive-delivery-prevent-bg, #kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV.lazyload, #kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV.lazyloading { background-image: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container { background-color: transparent; background-image: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container > .video-iframe-container { display: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row > .video-iframe-container { display: none; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .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); }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container { border-width: 0; border-radius: 0; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdFRNuVkgxp0Opp3tgOESdpSmKBg3THV > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIQDvy9Jpd96DlbQ3Ot7xxX79HUCtQ7f { width:16.875rem;height:28.59568125rem;top:11.998291015625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFdcpOgsUaoKwzLR8q7KyBNSCSAakkqD { width:20rem;height:2.5996125rem;top:8.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vI1D20eVHMbRkTlpskT8WUNitpIEw6I2 { width:3.75rem;height:3.75rem;top:3.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS70BAxiTo2msu28WZKcBpT4SBh78s7N { background-color:#ffffff;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; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container { background-color: transparent; background-image: none; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container > .video-iframe-container { display: none; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row > .video-iframe-container { display: none; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .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); }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container { border-width: 0; border-radius: 0; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iS70BAxiTo2msu28WZKcBpT4SBh78s7N > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3wiTHinbo4A4u7r1wWIlzSFrNPg5af1 { width:19rem;height:2.375rem;top:6.749267578125rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBCsD9ilNwAFfuq7AJGFGZdlR1VTRmDw { display:block; }
 }@media only screen and (max-width: 763px) { #e77frup0oFNWPeqzs7XMHluVRVu3Fl5m { width:20rem;height:1.94921875rem;top:3.624267578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leDN9VkXqxUDaRIxVbU0OduoK7f80PPJ { width:19rem;height:2.375rem;top:9.56201171875rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXThRP5VxogQzxqPr4zcn16UtO34TF0l { display:block; }
 }@media only screen and (max-width: 763px) { #BZxIXR6wlUS1kIn4akN5WwP0xVE9wdLM { width:19rem;height:2.5625rem;top:12.4365234375rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR75VbNpXXK5FlDZ4shTA1LcUMOrQUFB { display:block; }
 }@media only screen and (max-width: 763px) { #qZ3C9zdhX8BLk5nm2eAKTogHdxWxz8eK { width:19rem;height:2.75rem;top:15.499267578125rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKH7APo7zo4idoTJgbZ2oOp9IhW8H1C { display:block; }
 }@media only screen and (max-width: 763px) { #Re95VKissnnMdHpT6ieyUfITUpH1rSC2 { width:19rem;height:2.5625rem;top:18.68701171875rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4hTTgdT2FaRHALszJTSreQyby3Lmna5 { display:block; }
 }@media only screen and (max-width: 763px) { #rGok50GtThg8WekZ9yAvCH2ubCsQGiRm { width:19rem;height:2.625rem;top:21.7490234375rem;left:0.50048828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R71SRaCegC7ZFxnXOo4AOiqFle5E2pr7 { display:block; }
 }@media only screen and (max-width: 763px) { #s3iLM7Z5fztJsi3S5rLuGCVzauW5Gmzo { width:19rem;height:2.6875rem;top:24.874267578125rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgipQwAn116TBsbpvIGedrNkugWH21ik { display:block; }
 }@media only screen and (max-width: 763px) { #ZOpUmSNyUG4zzKf2gQ8ZaFpzzuuLLaNv { width:19rem;height:2.625rem;top:28.125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVhQFXEd2KfGhuozceZhAcCJ7EoENiEh { display:block; }
 }@media only screen and (max-width: 763px) { #DRQLXDKNIowpfJ1TJmGB1LoBRAEVS9HF { width:19rem;height:2.8125rem;top:31.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyH421XJZnLttxIKqDLUwV4FWsqSMzCE { display:block; }
 }@media only screen and (max-width: 763px) { #fmsGabVaUW8JrEXwKli0TsmL0tSIZdTo { width:19rem;height:2.6875rem;top:34.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCugBNBS7Gw6oTGJJIRNMuo48WUfmTa { display:block; }
 }@media only screen and (max-width: 763px) { #SE5o7h4hQvr2BT1akILBDST5KdnVi19o { width:19rem;height:2.5625rem;top:37.5625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuZqlUEN6ogFwMLwMvQU2ShgVMnhPtvQ { display:block; }
 }@media only screen and (max-width: 763px) { #bLCZLAXl22cHH2Ib9SlwhtWgNIvbfBCq { width:19rem;height:2.75rem;top:40.625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBsEBcgxTCfIyfLGBCi5Cct6Xnsuu2t { display:block; }
 }@media only screen and (max-width: 763px) { #IhM6T5bRkDGPClVQDX1FV1J2tAhO2bzk { width:19rem;height:2.5625rem;top:43.875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtaNF4gkd9Xy8J8ceLRhfn5G9h3BrmIn { display:block; }
 }@media only screen and (max-width: 763px) { #a0DG9UGxGNccBnGJ3dsZQ0LdeVcqlotk { width:19rem;height:3.125rem;top:47.0625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHmRQqlTebVaFCNzX0ndhggJtlsU0aex { display:block; }
 }@media only screen and (max-width: 763px) { #vT51GbLv14irhPCxkm4QyOnu6TyWyynm { width:18.999rem;height:3.125rem;top:50.8125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n88brG9JCeln4yViA8J7OnXJRByF63u4 { display:block; }
 }@media only screen and (max-width: 763px) { #F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx { background-color:#f7f9ff;background-image:none;display:block; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container { background-color: transparent; background-image: none; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container > .video-iframe-container { display: none; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row > .video-iframe-container { display: none; }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .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); }#F1gtZa7GUsTiErqiZpg5Xgtve2T7qPMx > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTVbEz4mMpnzBLq9Jw67HQrincZLT2vI { width:12.875rem;height:4.53955rem;top:2.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWXV6JT40bCgbM2Sf63muABsVVrCxvbO { width:20rem;height:2.44921875rem;top:6.97509765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2pUxJyt9yPFydfWRHKVz2RZOS6ywbT5 { display:flex;width:2.1875rem;height:2.1875rem;top:10.46875rem;left:1.45263671875rem; }
#t2pUxJyt9yPFydfWRHKVz2RZOS6ywbT5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #RKvyLxPilkHgT8XhapFUmLtfR7B324n5 { display:flex;width:1.875rem;height:1.875rem;top:10.625rem;left:5.75rem; }
#RKvyLxPilkHgT8XhapFUmLtfR7B324n5 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zO0QJf72iHKJBen2wOdQpsABkd4NdpRO { display:flex;width:2.125rem;height:2.125rem;top:10.5rem;left:10.75rem; }
#zO0QJf72iHKJBen2wOdQpsABkd4NdpRO > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #a92TlgBJwKT6Js2HpMWtW4yBDZLBwoLX { display:flex;width:2.06176875rem;height:2.06176875rem;top:10.531005859375rem;left:16.435546875rem; }
#a92TlgBJwKT6Js2HpMWtW4yBDZLBwoLX > img { max-width: 100%;max-height:100%; width:2.06176875rem; height:2.06176875rem; } }