.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); }#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; }
#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:400;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; }
#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.748699188233rem;left:39.812503814698rem;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.81225625rem;width:5rem;top:48.5rem;left:45.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:60rem;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:60rem;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:35.25rem;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.6497375rem;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.6497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSXJXADHLTzGT1XVXb0trLmL393wkoq3 { color:#000000;display:block;width:24.12475rem;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.9365234375rem;left:2.93701171875rem;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; }
#Odrur1ohMk7J6empsNApko9tsDITkLQc { position:relative;display:block; }#Odrur1ohMk7J6empsNApko9tsDITkLQc { background-color: transparent; background-image: none; }#Odrur1ohMk7J6empsNApko9tsDITkLQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .row .container > .video-iframe-container { display: none; }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .row > .video-iframe-container { display: none; }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .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); }#Odrur1ohMk7J6empsNApko9tsDITkLQc { border-width: 0; border-radius: 0; }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .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; }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .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; }#bKEIkFnnN61dd5rPwpk1G2iNG7h9J5k3 { 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; }
#TEQixFEXKFoIxXIDqJNTzFbVmQQWL3qk { 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; }
#E0pJ0DitIRTSDvOmaCpSXzg3Hd3pCDCv { 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; }
#xBDKDg85XQfoZOfszu67k06r7yqhZqIr { 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; }
#JJm0WkoyLwzKTcHNLakuHORpDQeihOib { 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; }
#tJxdaCBMqUFhHKHWJUX5m8f2SGwPAzO7 { 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; }
#EminXTbkgWBODPEQOnT09wUT0iXw4NNk { 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; }
#gA24k0Sm4hX1ONTMqN3eMNf3qLBTrzUJ { 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; }
#OdbNScaLS6XAtHLeaQ2Grv8z52g1i6Xp { 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; }
#lNlT7nR2Jc0bQvFXSFH8M6pCPFFm9gkE { 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; }
#swEWbcLIoUcfSXz4xhsEet7f2Gt9st6t { 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; }
#LJPzmGcTm9ntcO8SyX1ClTKF7EGAJ0EM { 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; }
#q5futSVNTBpRQsiFsp0oBka17Dq7p5Hy { 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; }
#F26G73i8SJQoacifzuQAHUESJ6m2ALOl { color:#000000;display:block;width:60rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:400;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; }
#V0edRgM1NDsmb1xiiG64e4JE69t4boTN { 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; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container { background-color: transparent; background-image: none; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container > .video-iframe-container { display: none; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row > .video-iframe-container { display: none; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .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); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container { border-width: 0; border-radius: 0; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container { font-size:0.875rem;font-family:arial;height:118.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-form-header {  }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-text {padding-top: 0; padding-bottom: 0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-select {padding-top: 0; padding-bottom: 0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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:#fd7d66;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:4.6875rem;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) ; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:"fortum sans";color:#282828; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:"fortum sans";color:#282828; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:"fortum sans";color:#282828; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:"fortum sans";color:#282828; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-container:first-of-type{padding-top:0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-container:last-of-type{padding-bottom:0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT  { 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:15053;top:20.499267578125rem;left:11.75rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.1875rem;display:block;vertical-align:top; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT {display:block;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT { 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:15053;top:20.499267578125rem;left:11.75rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ghkTTX9HnNiN4RLuz3bs65oOwC2qVIfv { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #R8bvgtJpvIHuvVTaXeeEtIppq9MIAyK2 { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Tiz0QNVacwIdtPDxTnMZXy4OB5f3bCwk { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RzHSSkOk2A5xswoiEglMvOpW0TN2Q0Pk { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #WRh2MJRgEw2RbUNEEAosqPoqo4MMuXZe { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #fTrEkkxBOQy482ruztuxTqcDBhrr2NZb { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #PBk6VBUB0cRyMyfPcXtC0NknrdL02AZM { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #b8vRuMmbbL05946cy2Rtx4p0XgUaunOl { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #D8Vb3IGbqTiC59ehDatqfgiWoC6uZV1y { position:relative; }
#K4s1Su45IdzQwbwTmrt2RQ6Kb9WpTT8c { position:relative;display:block; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gt12DKaq13rhR8MIqCQA8ByAfBwt4TuO { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RTt1u54zovUwfqMpC95h46KwVnFmdZa1 { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HkScPbMQRX9rDL2FIXtL4L6wJnJDqvh3 { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #QCuuCkrWqXzbkf3m12iqf96wNaeFmnXE { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #wenC3LIv4qxDaHTfSSzeoMiye1ogAWcw { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ElKJu3KVSQCpg6SxZTIGnh3LEB5kBHOE { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #oMhNVtW8PKTzZO5LaADmI4TpO88nxT9X { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #OPTW3WuTXSkbnWhWlXdSmad4WUPFMdXN { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #crBZ1Zl4VNlilaHHrMpVKf94qaJ8Rpvo { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HhkAqv76UdthhoRqZ0ppSuuc3LrT7EXG { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #k7KkPvTDyVz9UMoe69OC8quKsyf8sNaG { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AAcgltnOALHH2Um301a58foxxLT5w5Uh { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AticNg15vooLuTE1AkkgZ04Et3Xf8NWE { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gfxXnGkHKdHDS8VHmmP1zdTKWl9nESHl { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #UeggXXzwrReHuwJ6fD1fs1TBexKGbTBr { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Fzr5Tkc22kuxvwMWbx0MKuoTZcuyMhx8 { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Wa9d8xN14buBr72wHlM18lN8NTL5cCHk { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #f3H02E5ybi2ugKmLQ6CNQ6V5ZW1cTZEy { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #uPcQJ6EPMdbUdlW7A6Vh0KnFvgglBkCF { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HyKQkQ8O4l4x9Rlfz1bVPT7615qJAX0N { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TSprqsw1DILwr1TTDNivfunLA0cNbUwb { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AZ01SOJKSxwS7pJVpe41saCPQpAsS2pW { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #R1eMhSchyEZ4052dglgNngwfpTTrcwqF { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TGpJNMyGI3KNVOAlPwySMTtZyAI7uN2E { position:relative;display:none; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ulqDBLuxh7g9EB3IMbSa1Znb9LwR6JbS { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TxBeN3BzA24faigMU8cWFuNBp2MgHR9z { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #xuITXC4encHWoOyD0KJCSHlx8zKFZb7f { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #z4X369qNVrdOHxycsS5rPyX9QWzGke2h { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #xob393gM5Lba96BsvTWZgGG9UbKUPfoo { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #KW5TVqLxLuJGS5qhbLyZEuBDt5sXoK2O { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #KW5TVqLxLuJGS5qhbLyZEuBDt5sXoK2O .container-column{width:50%;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Js8dHyiU3GO8EoANiAfP4um39oT4TGnR { position:relative;display:block; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #vUPeoyZyccfiOfPJBTOJ0aadpZC6wolf { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ntAFd22r5UEW45tyvMf79Te6VI12kaF0 { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #B87SoLoAsSfmMSH7Fq4Kws6HvApo4nt4 { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #PFTdftLVylMgT0AhOmrFA7xzm83pJUu5 { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #k5ioTarKauk3N8OyfB6ALU9CJJdMQeAT { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #I9Xg2RmRCkqfStxQQm1twKpaS6KQNUSr { position:relative;display:block; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #QKQ5gxyqCq1h3EJBGX4uirBBAIRNCNRZ { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #kPVaKcRSdDswFZXXcJhkxAmltEtfau4w { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #EJ7F5iL0wxPoA4cUv1Cx234VWT6SfP5h { position:relative;display:block;z-index:15000; }
#IV5x8MtS7Taeowkn2H6TzT5KhT9Gh79J { position:relative;display:block; }
#MLS02HQxLIBTOoAl5keLTWs0Ex739PFh { position:relative;display:block; }
#QDOCMR0CKQwSUXdzWXFmIoakbW6uPbrw { position:relative;display:block; }
#e2XMwnGERrIrqyHbZL1pT2BNrXA6QQ6f { position:relative;display:block; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #e4wBaTontVGAZmq9i4LqpaTf8eDemzsh { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #MrUrC5RgqGIXIl4q60ciw3CIufzMRbqJ { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #UcGTu7xq4ZILlARGGDGspuAWAy6lq63b { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #DmgvClsR7AbNnZi3UkWw8N7AU0Db8X3A { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Aa9IlBcEdgohnzzJZThMLVVgzlfFCLPW { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Qw6bqBRVkVHNonndRRyAotpkFPESoIv3 { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gzuW36xhfQ5cATQJEyEZ93ly5gAfbzia { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #MAnesQuNBZpe9ftSqJlJqh3Q9Burn4cG { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #oTLIolyrFXcm0zKm6FWe4VJo8oKhuB9U { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #vvVmhNtMiBFa0TdGBT458DQas5w71DKv { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #fhk1xWfVLsu2NybWzBu5xTrvF40MZMMi { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #DqQlBhJbRIJM4npp8vPh4acJzGeU9gho { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #VFt5vypLL8MN0Vx5iMp9nVCnU6StVPQF { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #hMay0Q1hBfCLiM4CMCOtn6CvJbWTlJUt { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RBSiTn2RCTny3S4L8rH1iZ82VhO6kslV { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ngAF35gwLP8si2ID68X1ocMRnlBXwT6h { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #mtdqawaE980ghTsdCCaadR8lt9N2o6Sb { position:relative; }
#strnXMCU9nWif2xp27pLUml1UDtN61Aa { color:#000000;display:block;width:33.9355625rem;position:absolute;font-family:"fortum sans";font-size:0.875rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:66.52294921875rem;left:13rem;height:2.1005rem;font-style:normal;display:block; }
#iq1qAKpssrKIn6ZaBWn0mdLDnVW6OQsJ { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:"fortum sans";font-size:3.9375rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:2.875rem;left:2.1875rem;height:4.7247875rem;text-align:left;text-align-last:left;display:block; }
#uKqhyKlZTv9XqIRf0ESZ7FvF6Ny3s2pc { 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:8.1875rem;left:2.1875rem;height:7.199225rem;text-align:left;text-align-last:left;display:block; }
#qKAwJtFdgTX7FrahrnspdpiVIyUUvSBh { box-sizing:content-box;height:2.436525rem;width:14.12475rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;top:2.125rem;left:45.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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#DflDX2QTzfrQvbCVgcoe5cQVkZtKZZCd { color:#000000;display:block;width:12.06175rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:2.8125rem;left:47.9375rem;height:1.7246125rem;text-align:left;text-align-last:left;display:block; }
#JtRzn10wMxNnLMEtdm0esMtA9Wp2s1f6 { 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:15065;background-color:#18d270;background-image:none;top:19.75rem;left:7.8125rem;display:block; }
#kwXEUEAxAVlR4ViggR3Gh6M0Tgywdxue { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"fortum cy";font-size:1.5625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:19.9375rem;left:7.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvsMCQk7yUrFyD8yuiGIFAOznQI1fGDC { box-sizing:content-box;height:17.6875rem;width:41.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:18.311767578125rem;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; }
#oPUqEVmc20UlCmEJ3DiPBgQIupeLSTBE { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:19.749755859375rem;left:13rem;height:1.42489375rem;text-align:left;text-align-last:left;display:block; }
#QDQaNW8iWEDtZdRV7KFl7IWfTKaEd0hw { box-sizing:content-box;height:10.5625rem;width:41.8125rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;top:37.06005859375rem;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; }
#XFVz3dD7Jsnw0TbFMQxzQUoz6WOJUaIV { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.2;letter-spacing:0;top:38.436767578125rem;left:13rem;height:1.42489375rem;text-align:left;text-align-last:left;display:block; }
#BhL6ZJ8OcDvbKXeqEC22VrnZPowhSrBR { 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:15065;background-color:#18d270;background-image:none;top:37.875rem;left:7.8125rem;display:block; }
#yyL3M0PXbvl8RmlgNVTZDeTFtSP6cml6 { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"fortum cy";font-size:1.5625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:38.0625rem;left:7.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hzw7NE02SN4b6DHVGUgxpoUZMX9J5zU3 { box-sizing:content-box;height:28.5625rem;width:41.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:48.80859375rem;left:8.875rem;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; }
#AEUTICdEuFKgWS812UEMuD91BIShH7RE { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.2;letter-spacing:0;top:50.373291015625rem;left:13rem;height:1.42489375rem;text-align:left;text-align-last:left;display:block; }
#h7wulgXb9ETobDIxty09ZuUzOusvHSKe { 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:49.9375rem;left:7.8125rem;display:block; }
#pIlzpIDFp84dAdmPNlST4CM1HnM9qeFv { 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:50.125rem;left:7.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8dDL07XUTAVfxwpbTh0coVawDw6JvPU { box-sizing:content-box;height:29rem;width:41.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:78.5rem;left:8.5rem;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; }
#SRmvRtgOItTMZQkK2T97bcKryKTIBiuq { color:#000000;display:block;width:12.0605625rem;position:absolute;font-family:"fortum sans";font-size:1.1875rem;font-weight:normal;z-index:15072;line-height:1.2;letter-spacing:0;top:80.1611328125rem;left:13rem;height:1.42489375rem;text-align:left;text-align-last:left;display:block; }
#SROWuruvBXvIbQwxmWKzfAczyqwuDysi { 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:15067;background-color:#18d270;background-image:none;top:79.6875rem;left:7.3125rem;display:block; }
#eCDWxGw5Rk5Ih5WO6KMnIgB2JfKW2WA6 { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"fortum cy";font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:79.875rem;left:7.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyvQmVGZu73LTAkSMicSO4Thwo1zvZa8 { 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:8.1875rem;left:2.1875rem;height:7.1997125rem;text-align:left;text-align-last:left;display:none; }
#pfQInTlZ8Tmtfg3VTLfaDbLESJOOAFZb { 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:8.1875rem;left:2.1875rem;height:7.1997125rem;text-align:left;text-align-last:left;display:none; }
#zqXHLVHu1XUCf9nNmfSqLOzyT7mIhb2c { 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:8.1875rem;left:2.1875rem;height:7.1997125rem;text-align:left;text-align-last:left;display:none; }
#ti3e13TfIQ9kKXE0M5mieGalcOohsrif { 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:8.1875rem;left:2.1875rem;height:7.1997125rem;text-align:left;text-align-last:left;display:none; }
#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ { 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; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row .container { background-color: transparent; background-image: none; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row .container > .video-iframe-container { display: none; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row > .video-iframe-container { display: none; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .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); }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row .container { border-width: 0; border-radius: 0; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#L7Gr5dWX2MhA2wsBD5bgFXsec1wBGXTM { color:#000000;display:block;width:60rem;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.625rem;left:0rem;height:7.636725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zv3G3ivIepz3w8ih4rhoXzB03WBKRNyb { color:#000000;display:block;width:58rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5625rem;left:2rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M0BTzhIRKT7wF593nXqs639d8vRePaBo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06185rem;width:5.06185rem;top:12.125rem;left:2.25rem;overflow:hidden;display:block; }
#KXRs1HPm6ziy5QuHgrKyAZaRBhv77J5F { 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:5rem;width:5rem;top:12.375rem;left:28.0625rem;overflow:hidden;display:block; }
#U3K8i0Hyxn6dg6k4wKz1Rnb4MEW5e0Hp { color:#000000;display:block;width:57.125rem;position:absolute;font-family:"fortum sans";font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.8125rem;left:2.6875rem;height:2.68120625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr { 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; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container { background-color: transparent; background-image: none; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container > .video-iframe-container { display: none; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row > .video-iframe-container { display: none; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .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); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container { border-width: 0; border-radius: 0; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container { font-size:0.875rem;font-family:"open sans";height:73.5rem;width:60rem;overflow:visible;position:relative;display:block; }#QuuKMfKM2DUZWVkDTvx4yhF5TSdo7Fnf { 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; }
#uyfGJsAElhXhIEPPrAoKmLPUlTMt7P3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lizeTSocdE0lwK4hZvxHLBv1WtJwiiAN { 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; }
#ksJp2UyHHBUmDNxTu0ZGqTeR4mFT2kfG { 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; }
#ALVnUKISyL6A1vXsz99C4Vn7ra6RQrJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oT2xkFanlSQmXy6HykpL1S6TNFJEyo82 { 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; }
#s32by5yMQMvGQ88uaWBGMcwR4HNCq4x0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTAsWPHphZQ56yMqpxF8q1kgBmfQJTPM { 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; }
#sxgAFQGSXAlKxNAKSCCPpXTxMa6QNtfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4iniMBunzGDS5XuQlsyZD9Ab8pu9VMT { 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; }
#LsTvKmISefKu0AHoSRC4UuoI1Pr7LPcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFFSfXNPTXUqoBTSfMTZJCq4vUes9VnI { 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; }
#mBxdKXrohKzoXF75y9BODtkyvlKCw71G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vo4OtSLEq0gsqzSppkTOzOGes7zvgyFi { 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; }
#w8cGenlgcXahHMLMaTlkm8cZENAzy8Qy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJ4mkFSdQggPvo2DTNykPJu6EdupoMZK { 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; }
#yXpGry7TuoGwJSKvTMoKRgFBZwuvIiia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIhT1n6u72D7fGFxsoHP3hupKVCsqB66 { 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; }
#g7qD6EEX0of7ZsKuE2Mp13zu1EuUrxKA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#liTFxGinSUOq1vCCMG3CZObeUxug9zLH { 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; }
#t329neXlZBXD3OSTPJLQ0rgMWmiN51uP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zcsb3HS3NsNVfUspkxOf3P489risuKP2 { 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; }
#J8v6FpffW0FMPwiuiCR50CU4MWGX2eTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aobmdtfTFzm3dv5SVRpq0C1CnKAb7S93 { 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; }
#W6ndPkvKt483O3HRqXEEVm4taAMHOlx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfHugnf7Oy1m2XFPIdsMQTTJlLLsgTA3 { 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; }
#ueO9QLchLlQqZeFoJvD2oCUsKVR8UVDP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziChDwnsCQesDw8Ox8JwkxE10rEIpC0X { 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; }
#qEnJl7wugqAfsEmI0Vagx5Wo3MgN1GZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmgNoqLaCQvVnZ2wXtbH3GR6JmphtmMh { 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; }
#KTikmyGuJTnOnLhJ7qrOlPyiIVGUSWkc { 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) { #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) { #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) { #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.8112rem;top:48.5rem;left:39.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:47.75rem;height:2.625rem;top:44.6875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNMI6T5SkMMhwzRNZe5TMZ4hsHXJeBUS { width:47.75rem;height:2.875rem;top:47.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMcqUVeKiPelR7dReSsMNCMdUnFxX5N { width:35.25rem;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:24.0625rem;height:4.6875rem;top:9.875rem;left:0rem;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) { #Odrur1ohMk7J6empsNApko9tsDITkLQc { display:block; }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKEIkFnnN61dd5rPwpk1G2iNG7h9J5k3 { width:47.75rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEQixFEXKFoIxXIDqJNTzFbVmQQWL3qk { width:47.75rem;height:1.625rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0pJ0DitIRTSDvOmaCpSXzg3Hd3pCDCv { width:47.75rem;height:17.259635416667rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDKDg85XQfoZOfszu67k06r7yqhZqIr { width:47.75rem;height:4.5rem;top:35.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJm0WkoyLwzKTcHNLakuHORpDQeihOib { width:47.75rem;height:13.125rem;top:44.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJxdaCBMqUFhHKHWJUX5m8f2SGwPAzO7 { width:47.75rem;height:3.8125rem;top:40.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EminXTbkgWBODPEQOnT09wUT0iXw4NNk { width:16.125rem;height:26.1875rem;top:27.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA24k0Sm4hX1ONTMqN3eMNf3qLBTrzUJ { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdbNScaLS6XAtHLeaQ2Grv8z52g1i6Xp { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNlT7nR2Jc0bQvFXSFH8M6pCPFFm9gkE { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #swEWbcLIoUcfSXz4xhsEet7f2Gt9st6t { width:16.125rem;height:0.9375rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJPzmGcTm9ntcO8SyX1ClTKF7EGAJ0EM { width:47.75rem;height:4.4375rem;top:64.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5futSVNTBpRQsiFsp0oBka17Dq7p5Hy { width:47.75rem;height:3.8125rem;top:60.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F26G73i8SJQoacifzuQAHUESJ6m2ALOl { width:47.75rem;height:1.75rem;top:9.0625rem;left:0rem;font-size:1rem;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) { #V0edRgM1NDsmb1xiiG64e4JE69t4boTN { display:block; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-regular-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-text {padding-top: 0; padding-bottom: 0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-select {padding-top: 0; padding-bottom: 0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT  { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT {display:block;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ghkTTX9HnNiN4RLuz3bs65oOwC2qVIfv {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #R8bvgtJpvIHuvVTaXeeEtIppq9MIAyK2 { display:none; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Tiz0QNVacwIdtPDxTnMZXy4OB5f3bCwk {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RzHSSkOk2A5xswoiEglMvOpW0TN2Q0Pk {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #WRh2MJRgEw2RbUNEEAosqPoqo4MMuXZe { display:none; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #fTrEkkxBOQy482ruztuxTqcDBhrr2NZb {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #PBk6VBUB0cRyMyfPcXtC0NknrdL02AZM {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #b8vRuMmbbL05946cy2Rtx4p0XgUaunOl { display:none; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #D8Vb3IGbqTiC59ehDatqfgiWoC6uZV1y {  }
 }@media only screen and (max-width: 763px) { #K4s1Su45IdzQwbwTmrt2RQ6Kb9WpTT8c { display:block; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gt12DKaq13rhR8MIqCQA8ByAfBwt4TuO {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RTt1u54zovUwfqMpC95h46KwVnFmdZa1 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HkScPbMQRX9rDL2FIXtL4L6wJnJDqvh3 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #QCuuCkrWqXzbkf3m12iqf96wNaeFmnXE {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #wenC3LIv4qxDaHTfSSzeoMiye1ogAWcw {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ElKJu3KVSQCpg6SxZTIGnh3LEB5kBHOE {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #oMhNVtW8PKTzZO5LaADmI4TpO88nxT9X {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #OPTW3WuTXSkbnWhWlXdSmad4WUPFMdXN {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #crBZ1Zl4VNlilaHHrMpVKf94qaJ8Rpvo {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HhkAqv76UdthhoRqZ0ppSuuc3LrT7EXG {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #k7KkPvTDyVz9UMoe69OC8quKsyf8sNaG {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AAcgltnOALHH2Um301a58foxxLT5w5Uh {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AticNg15vooLuTE1AkkgZ04Et3Xf8NWE {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gfxXnGkHKdHDS8VHmmP1zdTKWl9nESHl {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #UeggXXzwrReHuwJ6fD1fs1TBexKGbTBr {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Fzr5Tkc22kuxvwMWbx0MKuoTZcuyMhx8 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Wa9d8xN14buBr72wHlM18lN8NTL5cCHk {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #f3H02E5ybi2ugKmLQ6CNQ6V5ZW1cTZEy {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #uPcQJ6EPMdbUdlW7A6Vh0KnFvgglBkCF {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HyKQkQ8O4l4x9Rlfz1bVPT7615qJAX0N {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TSprqsw1DILwr1TTDNivfunLA0cNbUwb {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AZ01SOJKSxwS7pJVpe41saCPQpAsS2pW {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #R1eMhSchyEZ4052dglgNngwfpTTrcwqF {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TGpJNMyGI3KNVOAlPwySMTtZyAI7uN2E {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ulqDBLuxh7g9EB3IMbSa1Znb9LwR6JbS {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TxBeN3BzA24faigMU8cWFuNBp2MgHR9z {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #xuITXC4encHWoOyD0KJCSHlx8zKFZb7f {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #z4X369qNVrdOHxycsS5rPyX9QWzGke2h {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #xob393gM5Lba96BsvTWZgGG9UbKUPfoo {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #KW5TVqLxLuJGS5qhbLyZEuBDt5sXoK2O {  }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #KW5TVqLxLuJGS5qhbLyZEuBDt5sXoK2O .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Js8dHyiU3GO8EoANiAfP4um39oT4TGnR {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #vUPeoyZyccfiOfPJBTOJ0aadpZC6wolf {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ntAFd22r5UEW45tyvMf79Te6VI12kaF0 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #B87SoLoAsSfmMSH7Fq4Kws6HvApo4nt4 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #PFTdftLVylMgT0AhOmrFA7xzm83pJUu5 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #k5ioTarKauk3N8OyfB6ALU9CJJdMQeAT {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #I9Xg2RmRCkqfStxQQm1twKpaS6KQNUSr {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #QKQ5gxyqCq1h3EJBGX4uirBBAIRNCNRZ {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #kPVaKcRSdDswFZXXcJhkxAmltEtfau4w {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #EJ7F5iL0wxPoA4cUv1Cx234VWT6SfP5h {  }
 }@media only screen and (max-width: 763px) { #IV5x8MtS7Taeowkn2H6TzT5KhT9Gh79J { display:block; }
 }@media only screen and (max-width: 763px) { #MLS02HQxLIBTOoAl5keLTWs0Ex739PFh { display:block; }
 }@media only screen and (max-width: 763px) { #QDOCMR0CKQwSUXdzWXFmIoakbW6uPbrw { display:block; }
 }@media only screen and (max-width: 763px) { #e2XMwnGERrIrqyHbZL1pT2BNrXA6QQ6f { display:block; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #e4wBaTontVGAZmq9i4LqpaTf8eDemzsh {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #MrUrC5RgqGIXIl4q60ciw3CIufzMRbqJ {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #UcGTu7xq4ZILlARGGDGspuAWAy6lq63b {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #DmgvClsR7AbNnZi3UkWw8N7AU0Db8X3A {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Aa9IlBcEdgohnzzJZThMLVVgzlfFCLPW {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Qw6bqBRVkVHNonndRRyAotpkFPESoIv3 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gzuW36xhfQ5cATQJEyEZ93ly5gAfbzia {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #MAnesQuNBZpe9ftSqJlJqh3Q9Burn4cG {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #oTLIolyrFXcm0zKm6FWe4VJo8oKhuB9U {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #vvVmhNtMiBFa0TdGBT458DQas5w71DKv {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #fhk1xWfVLsu2NybWzBu5xTrvF40MZMMi {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #DqQlBhJbRIJM4npp8vPh4acJzGeU9gho {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #VFt5vypLL8MN0Vx5iMp9nVCnU6StVPQF {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #hMay0Q1hBfCLiM4CMCOtn6CvJbWTlJUt {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RBSiTn2RCTny3S4L8rH1iZ82VhO6kslV {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ngAF35gwLP8si2ID68X1ocMRnlBXwT6h {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #mtdqawaE980ghTsdCCaadR8lt9N2o6Sb {  }
 }@media only screen and (max-width: 763px) { #strnXMCU9nWif2xp27pLUml1UDtN61Aa { width:33.875rem;height:2.0625rem;top:66.5rem;left:6.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq1qAKpssrKIn6ZaBWn0mdLDnVW6OQsJ { width:5.0625rem;height:4.6875rem;top:2.875rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKqhyKlZTv9XqIRf0ESZ7FvF6Ny3s2pc { width:47rem;height:7.1875rem;top:8.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKAwJtFdgTX7FrahrnspdpiVIyUUvSBh { width:14.0625rem;height:2.375rem;top:2.125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DflDX2QTzfrQvbCVgcoe5cQVkZtKZZCd { width:12rem;height:1.6875rem;top:2.8125rem;left:35.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtRzn10wMxNnLMEtdm0esMtA9Wp2s1f6 { width:2.3125rem;height:2.3125rem;top:19.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwXEUEAxAVlR4ViggR3Gh6M0Tgywdxue { width:2.1875rem;height:2rem;top:19.9375rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvsMCQk7yUrFyD8yuiGIFAOznQI1fGDC { width:41.8125rem;height:17.6875rem;top:18.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUqEVmc20UlCmEJ3DiPBgQIupeLSTBE { width:12rem;height:1.375rem;top:19.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDQaNW8iWEDtZdRV7KFl7IWfTKaEd0hw { width:41.8125rem;height:10.5625rem;top:37rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFVz3dD7Jsnw0TbFMQxzQUoz6WOJUaIV { width:12rem;height:1.375rem;top:38.375rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhL6ZJ8OcDvbKXeqEC22VrnZPowhSrBR { width:2.3125rem;height:2.3125rem;top:37.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyL3M0PXbvl8RmlgNVTZDeTFtSP6cml6 { width:2.1875rem;height:2rem;top:38.0625rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzw7NE02SN4b6DHVGUgxpoUZMX9J5zU3 { width:41.8125rem;height:28.5625rem;top:48.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUTICdEuFKgWS812UEMuD91BIShH7RE { width:12rem;height:1.375rem;top:50.3125rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7wulgXb9ETobDIxty09ZuUzOusvHSKe { width:2.3125rem;height:2.3125rem;top:49.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIlzpIDFp84dAdmPNlST4CM1HnM9qeFv { width:2.1875rem;height:2rem;top:50.125rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dDL07XUTAVfxwpbTh0coVawDw6JvPU { width:41.75rem;height:28.9375rem;top:78.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmvRtgOItTMZQkK2T97bcKryKTIBiuq { width:12rem;height:1.375rem;top:80.125rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SROWuruvBXvIbQwxmWKzfAczyqwuDysi { width:2.3125rem;height:2.3125rem;top:79.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCDWxGw5Rk5Ih5WO6KMnIgB2JfKW2WA6 { width:2.1875rem;height:2rem;top:79.875rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyvQmVGZu73LTAkSMicSO4Thwo1zvZa8 { width:19.0625rem;height:1.375rem;top:8.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfQInTlZ8Tmtfg3VTLfaDbLESJOOAFZb { width:9.8125rem;height:1.625rem;top:8.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqXHLVHu1XUCf9nNmfSqLOzyT7mIhb2c { width:9.8125rem;height:1.625rem;top:8.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ti3e13TfIQ9kKXE0M5mieGalcOohsrif { width:9.8125rem;height:1.625rem;top:8.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTu8OQvkUvAMrfEkirr0PilABeJue0QJ { display:block; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7Gr5dWX2MhA2wsBD5bgFXsec1wBGXTM { width:47.75rem;height:6.75rem;top:3.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3G3ivIepz3w8ih4rhoXzB03WBKRNyb { width:47.75rem;height:2.625rem;top:13.5625rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0BTzhIRKT7wF593nXqs639d8vRePaBo { width:5rem;height:5rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRs1HPm6ziy5QuHgrKyAZaRBhv77J5F { width:5rem;height:5rem;top:12.375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3K8i0Hyxn6dg6k4wKz1Rnb4MEW5e0Hp { width:14.6875rem;height:5.8125rem;top:7.625rem;left:0rem;font-size:2.0625rem;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) { #PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr { display:block; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuuKMfKM2DUZWVkDTvx4yhF5TSdo7Fnf { width:46.75rem;height:3.125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyfGJsAElhXhIEPPrAoKmLPUlTMt7P3y { display:block; }
 }@media only screen and (max-width: 763px) { #lizeTSocdE0lwK4hZvxHLBv1WtJwiiAN { width:47.75rem;height:2.5625rem;top:6.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksJp2UyHHBUmDNxTu0ZGqTeR4mFT2kfG { width:46.75rem;height:3.125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALVnUKISyL6A1vXsz99C4Vn7ra6RQrJZ { display:block; }
 }@media only screen and (max-width: 763px) { #oT2xkFanlSQmXy6HykpL1S6TNFJEyo82 { width:46.75rem;height:3.125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s32by5yMQMvGQ88uaWBGMcwR4HNCq4x0 { display:block; }
 }@media only screen and (max-width: 763px) { #rTAsWPHphZQ56yMqpxF8q1kgBmfQJTPM { width:46.75rem;height:3.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgAFQGSXAlKxNAKSCCPpXTxMa6QNtfz { display:block; }
 }@media only screen and (max-width: 763px) { #Z4iniMBunzGDS5XuQlsyZD9Ab8pu9VMT { width:46.75rem;height:3.125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTvKmISefKu0AHoSRC4UuoI1Pr7LPcN { display:block; }
 }@media only screen and (max-width: 763px) { #EFFSfXNPTXUqoBTSfMTZJCq4vUes9VnI { width:46.75rem;height:3.125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBxdKXrohKzoXF75y9BODtkyvlKCw71G { display:block; }
 }@media only screen and (max-width: 763px) { #vo4OtSLEq0gsqzSppkTOzOGes7zvgyFi { width:46.75rem;height:3.125rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cGenlgcXahHMLMaTlkm8cZENAzy8Qy { display:block; }
 }@media only screen and (max-width: 763px) { #hJ4mkFSdQggPvo2DTNykPJu6EdupoMZK { width:46.75rem;height:3.125rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXpGry7TuoGwJSKvTMoKRgFBZwuvIiia { display:block; }
 }@media only screen and (max-width: 763px) { #NIhT1n6u72D7fGFxsoHP3hupKVCsqB66 { width:46.75rem;height:3.125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qD6EEX0of7ZsKuE2Mp13zu1EuUrxKA { display:block; }
 }@media only screen and (max-width: 763px) { #liTFxGinSUOq1vCCMG3CZObeUxug9zLH { width:46.75rem;height:3.125rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t329neXlZBXD3OSTPJLQ0rgMWmiN51uP { display:block; }
 }@media only screen and (max-width: 763px) { #Zcsb3HS3NsNVfUspkxOf3P489risuKP2 { width:46.75rem;height:3.125rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8v6FpffW0FMPwiuiCR50CU4MWGX2eTX { display:block; }
 }@media only screen and (max-width: 763px) { #aobmdtfTFzm3dv5SVRpq0C1CnKAb7S93 { width:46.75rem;height:3.125rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ndPkvKt483O3HRqXEEVm4taAMHOlx6 { display:block; }
 }@media only screen and (max-width: 763px) { #SfHugnf7Oy1m2XFPIdsMQTTJlLLsgTA3 { width:46.75rem;height:3.125rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueO9QLchLlQqZeFoJvD2oCUsKVR8UVDP { display:block; }
 }@media only screen and (max-width: 763px) { #ziChDwnsCQesDw8Ox8JwkxE10rEIpC0X { width:46.75rem;height:3.125rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEnJl7wugqAfsEmI0Vagx5Wo3MgN1GZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #rmgNoqLaCQvVnZ2wXtbH3GR6JmphtmMh { width:46.75rem;height:3.125rem;top:65.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTikmyGuJTnOnLhJ7qrOlPyiIVGUSWkc { 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) { #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) { #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) { #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) { #Odrur1ohMk7J6empsNApko9tsDITkLQc { display:block; }#Odrur1ohMk7J6empsNApko9tsDITkLQc > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKEIkFnnN61dd5rPwpk1G2iNG7h9J5k3 { 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) { #TEQixFEXKFoIxXIDqJNTzFbVmQQWL3qk { 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) { #E0pJ0DitIRTSDvOmaCpSXzg3Hd3pCDCv { width:20rem;height:7.1875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDKDg85XQfoZOfszu67k06r7yqhZqIr { width:18.6230625rem;height:7rem;top:19.9375rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJm0WkoyLwzKTcHNLakuHORpDQeihOib { 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) { #tJxdaCBMqUFhHKHWJUX5m8f2SGwPAzO7 { width:20rem;height:3rem;top:28.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EminXTbkgWBODPEQOnT09wUT0iXw4NNk { 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) { #gA24k0Sm4hX1ONTMqN3eMNf3qLBTrzUJ { 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) { #OdbNScaLS6XAtHLeaQ2Grv8z52g1i6Xp { 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) { #lNlT7nR2Jc0bQvFXSFH8M6pCPFFm9gkE { 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) { #swEWbcLIoUcfSXz4xhsEet7f2Gt9st6t { 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) { #LJPzmGcTm9ntcO8SyX1ClTKF7EGAJ0EM { 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) { #q5futSVNTBpRQsiFsp0oBka17Dq7p5Hy { width:20rem;height:3rem;top:59.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F26G73i8SJQoacifzuQAHUESJ6m2ALOl { width:19.125rem;height:2.5996125rem;top:9.125rem;left:0.4375rem;font-size:1rem;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) { #V0edRgM1NDsmb1xiiG64e4JE69t4boTN { background-color:#ffffff;background-image:none;display:block; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container { background-color: transparent; background-image: none; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container > .video-iframe-container { display: none; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row > .video-iframe-container { display: none; }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .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); }#V0edRgM1NDsmb1xiiG64e4JE69t4boTN > .row .container { width:20rem;height:134.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-text { width:16.3125rem;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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-text {padding-top: 0; padding-bottom: 0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-textarea { width:16.3125rem;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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-select {padding-top: 0; padding-bottom: 0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-input-button { width:16.3125rem;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; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-container:first-of-type{padding-top:0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-container:last-of-type{padding-bottom:0;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT  { width:16.3125rem;height:auto;top:15.123291015625rem;left:0.592041015625rem;z-index:15073;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT {display:block;}#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT { width:16.3125rem;height:auto;top:15.123291015625rem;left:0.592041015625rem;z-index:15073;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) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ghkTTX9HnNiN4RLuz3bs65oOwC2qVIfv {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #R8bvgtJpvIHuvVTaXeeEtIppq9MIAyK2 { display:none; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Tiz0QNVacwIdtPDxTnMZXy4OB5f3bCwk {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RzHSSkOk2A5xswoiEglMvOpW0TN2Q0Pk {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #WRh2MJRgEw2RbUNEEAosqPoqo4MMuXZe { display:none; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #fTrEkkxBOQy482ruztuxTqcDBhrr2NZb {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #PBk6VBUB0cRyMyfPcXtC0NknrdL02AZM {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #b8vRuMmbbL05946cy2Rtx4p0XgUaunOl { display:none; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #D8Vb3IGbqTiC59ehDatqfgiWoC6uZV1y {  }
 }@media only screen and (max-width: 763px) { #K4s1Su45IdzQwbwTmrt2RQ6Kb9WpTT8c { display:block; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gt12DKaq13rhR8MIqCQA8ByAfBwt4TuO {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RTt1u54zovUwfqMpC95h46KwVnFmdZa1 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HkScPbMQRX9rDL2FIXtL4L6wJnJDqvh3 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #QCuuCkrWqXzbkf3m12iqf96wNaeFmnXE {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #wenC3LIv4qxDaHTfSSzeoMiye1ogAWcw {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ElKJu3KVSQCpg6SxZTIGnh3LEB5kBHOE {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #oMhNVtW8PKTzZO5LaADmI4TpO88nxT9X {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #OPTW3WuTXSkbnWhWlXdSmad4WUPFMdXN {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #crBZ1Zl4VNlilaHHrMpVKf94qaJ8Rpvo {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HhkAqv76UdthhoRqZ0ppSuuc3LrT7EXG {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #k7KkPvTDyVz9UMoe69OC8quKsyf8sNaG {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AAcgltnOALHH2Um301a58foxxLT5w5Uh {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AticNg15vooLuTE1AkkgZ04Et3Xf8NWE {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gfxXnGkHKdHDS8VHmmP1zdTKWl9nESHl {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #UeggXXzwrReHuwJ6fD1fs1TBexKGbTBr {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Fzr5Tkc22kuxvwMWbx0MKuoTZcuyMhx8 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Wa9d8xN14buBr72wHlM18lN8NTL5cCHk {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #f3H02E5ybi2ugKmLQ6CNQ6V5ZW1cTZEy {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #uPcQJ6EPMdbUdlW7A6Vh0KnFvgglBkCF {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #HyKQkQ8O4l4x9Rlfz1bVPT7615qJAX0N {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TSprqsw1DILwr1TTDNivfunLA0cNbUwb {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #AZ01SOJKSxwS7pJVpe41saCPQpAsS2pW {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #R1eMhSchyEZ4052dglgNngwfpTTrcwqF {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TGpJNMyGI3KNVOAlPwySMTtZyAI7uN2E {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ulqDBLuxh7g9EB3IMbSa1Znb9LwR6JbS {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #TxBeN3BzA24faigMU8cWFuNBp2MgHR9z {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #xuITXC4encHWoOyD0KJCSHlx8zKFZb7f {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #z4X369qNVrdOHxycsS5rPyX9QWzGke2h {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #xob393gM5Lba96BsvTWZgGG9UbKUPfoo {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #KW5TVqLxLuJGS5qhbLyZEuBDt5sXoK2O {  }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #KW5TVqLxLuJGS5qhbLyZEuBDt5sXoK2O .container-column{width:50%;} }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Js8dHyiU3GO8EoANiAfP4um39oT4TGnR {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #vUPeoyZyccfiOfPJBTOJ0aadpZC6wolf {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ntAFd22r5UEW45tyvMf79Te6VI12kaF0 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #B87SoLoAsSfmMSH7Fq4Kws6HvApo4nt4 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #PFTdftLVylMgT0AhOmrFA7xzm83pJUu5 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #k5ioTarKauk3N8OyfB6ALU9CJJdMQeAT {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #I9Xg2RmRCkqfStxQQm1twKpaS6KQNUSr {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #QKQ5gxyqCq1h3EJBGX4uirBBAIRNCNRZ {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #kPVaKcRSdDswFZXXcJhkxAmltEtfau4w {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #EJ7F5iL0wxPoA4cUv1Cx234VWT6SfP5h {  }
 }@media only screen and (max-width: 763px) { #IV5x8MtS7Taeowkn2H6TzT5KhT9Gh79J { display:block; }
 }@media only screen and (max-width: 763px) { #MLS02HQxLIBTOoAl5keLTWs0Ex739PFh { display:block; }
 }@media only screen and (max-width: 763px) { #QDOCMR0CKQwSUXdzWXFmIoakbW6uPbrw { display:block; }
 }@media only screen and (max-width: 763px) { #e2XMwnGERrIrqyHbZL1pT2BNrXA6QQ6f { display:block; }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #e4wBaTontVGAZmq9i4LqpaTf8eDemzsh {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #MrUrC5RgqGIXIl4q60ciw3CIufzMRbqJ {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #UcGTu7xq4ZILlARGGDGspuAWAy6lq63b {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #DmgvClsR7AbNnZi3UkWw8N7AU0Db8X3A {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Aa9IlBcEdgohnzzJZThMLVVgzlfFCLPW {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Qw6bqBRVkVHNonndRRyAotpkFPESoIv3 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #gzuW36xhfQ5cATQJEyEZ93ly5gAfbzia {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #MAnesQuNBZpe9ftSqJlJqh3Q9Burn4cG {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #oTLIolyrFXcm0zKm6FWe4VJo8oKhuB9U {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #vvVmhNtMiBFa0TdGBT458DQas5w71DKv {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #fhk1xWfVLsu2NybWzBu5xTrvF40MZMMi {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #DqQlBhJbRIJM4npp8vPh4acJzGeU9gho {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #VFt5vypLL8MN0Vx5iMp9nVCnU6StVPQF {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #hMay0Q1hBfCLiM4CMCOtn6CvJbWTlJUt {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #RBSiTn2RCTny3S4L8rH1iZ82VhO6kslV {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ngAF35gwLP8si2ID68X1ocMRnlBXwT6h {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #mtdqawaE980ghTsdCCaadR8lt9N2o6Sb {  }
 }@media only screen and (max-width: 763px) { #strnXMCU9nWif2xp27pLUml1UDtN61Aa { width:14.375rem;height:2.25rem;top:60.997802734375rem;left:2.015380859375rem;font-size:0.625rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iq1qAKpssrKIn6ZaBWn0mdLDnVW6OQsJ { width:5.06225625rem;height:2.3997375rem;top:5.6787109375rem;left:7.46826171875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKqhyKlZTv9XqIRf0ESZ7FvF6Ny3s2pc { width:19.12475rem;height:2.8497875rem;top:8.621826171875rem;left:0.435791015625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKAwJtFdgTX7FrahrnspdpiVIyUUvSBh { width:14.0625rem;height:2rem;top:2.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DflDX2QTzfrQvbCVgcoe5cQVkZtKZZCd { width:20rem;height:1.42489375rem;top:2.8125rem;left:-0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtRzn10wMxNnLMEtdm0esMtA9Wp2s1f6 { width:2.3125rem;height:2.3125rem;top:122.33659453125rem;left:-0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwXEUEAxAVlR4ViggR3Gh6M0Tgywdxue { width:2.1875rem;height:0;top:122.52336210938rem;left:-0.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvsMCQk7yUrFyD8yuiGIFAOznQI1fGDC { width:17.6875rem;height:17.6875rem;top:13.25rem;left:0.9375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oPUqEVmc20UlCmEJ3DiPBgQIupeLSTBE { width:11.9983125rem;height:1.3501rem;top:15.123291015625rem;left:3.203125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QDQaNW8iWEDtZdRV7KFl7IWfTKaEd0hw { width:17.5rem;height:10.5625rem;top:31.99951171875rem;left:0.999755859375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XFVz3dD7Jsnw0TbFMQxzQUoz6WOJUaIV { width:11.9983125rem;height:1.3501rem;top:33.3740234375rem;left:2.015380859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BhL6ZJ8OcDvbKXeqEC22VrnZPowhSrBR { width:2.3125rem;height:2.3125rem;top:140.96255351562rem;left:-0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyL3M0PXbvl8RmlgNVTZDeTFtSP6cml6 { width:2.1875rem;height:0;top:141.14932109375rem;left:-0.812744140625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hzw7NE02SN4b6DHVGUgxpoUZMX9J5zU3 { width:17.75rem;height:29.1875rem;top:43.748779296875rem;left:0.8740234375rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUTICdEuFKgWS812UEMuD91BIShH7RE { width:11.9983125rem;height:1.3501rem;top:45.311279296875rem;left:2.015380859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h7wulgXb9ETobDIxty09ZuUzOusvHSKe { width:2.3125rem;height:2.3125rem;top:153.3997859375rem;left:-1.061767578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIlzpIDFp84dAdmPNlST4CM1HnM9qeFv { width:2.1875rem;height:0;top:153.5872859375rem;left:-0.936767578125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8dDL07XUTAVfxwpbTh0coVawDw6JvPU { width:17.6875rem;height:52.375rem;top:73.87451171875rem;left:1.07666015625rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmvRtgOItTMZQkK2T97bcKryKTIBiuq { width:11.9995rem;height:1.4245625rem;top:72.6875rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SROWuruvBXvIbQwxmWKzfAczyqwuDysi { width:2.3125rem;height:2.3125rem;top:180.4617859375rem;left:-1.124267578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCDWxGw5Rk5Ih5WO6KMnIgB2JfKW2WA6 { width:2.1875rem;height:0;top:180.6492859375rem;left:-0.999267578125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyvQmVGZu73LTAkSMicSO4Thwo1zvZa8 { width:9.87425rem;height:1.6497375rem;top:14.37451171875rem;left:2.015380859375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pfQInTlZ8Tmtfg3VTLfaDbLESJOOAFZb { width:9.8730625rem;height:1.6497375rem;top:32.998046875rem;left:2.015380859375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zqXHLVHu1XUCf9nNmfSqLOzyT7mIhb2c { width:9.8730625rem;height:1.6497375rem;top:44.810546875rem;left:2.015380859375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ti3e13TfIQ9kKXE0M5mieGalcOohsrif { width:9.8730625rem;height:1.6497375rem;top:75.12060546875rem;left:2.015380859375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #WTu8OQvkUvAMrfEkirr0PilABeJue0QJ { display:block; }#WTu8OQvkUvAMrfEkirr0PilABeJue0QJ > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7Gr5dWX2MhA2wsBD5bgFXsec1wBGXTM { width:19.0625rem;height:5.84765625rem;top:0.62498474121094rem;left:0.46875005960464rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3G3ivIepz3w8ih4rhoXzB03WBKRNyb { width:20rem;height:0;top:7.3947377204894rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M0BTzhIRKT7wF593nXqs639d8vRePaBo { width:3rem;height:3rem;top:7.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRs1HPm6ziy5QuHgrKyAZaRBhv77J5F { width:3.18685rem;height:3.18685rem;top:10.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3K8i0Hyxn6dg6k4wKz1Rnb4MEW5e0Hp { width:14.6875rem;height:5.84765625rem;top:7.625rem;left:4.5rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15003;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) { #PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr { 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; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container { background-color: transparent; background-image: none; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container > .video-iframe-container { display: none; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row > .video-iframe-container { display: none; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .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); }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container { border-width: 0; border-radius: 0; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsRr1ZfbgaEHrQkJMk8JT3BBR46kl6lr > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuuKMfKM2DUZWVkDTvx4yhF5TSdo7Fnf { width:19rem;height:2.375rem;top:6.749267578125rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyfGJsAElhXhIEPPrAoKmLPUlTMt7P3y { display:block; }
 }@media only screen and (max-width: 763px) { #lizeTSocdE0lwK4hZvxHLBv1WtJwiiAN { 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) { #ksJp2UyHHBUmDNxTu0ZGqTeR4mFT2kfG { width:19rem;height:2.375rem;top:9.56201171875rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALVnUKISyL6A1vXsz99C4Vn7ra6RQrJZ { display:block; }
 }@media only screen and (max-width: 763px) { #oT2xkFanlSQmXy6HykpL1S6TNFJEyo82 { width:19rem;height:2.5625rem;top:12.4365234375rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s32by5yMQMvGQ88uaWBGMcwR4HNCq4x0 { display:block; }
 }@media only screen and (max-width: 763px) { #rTAsWPHphZQ56yMqpxF8q1kgBmfQJTPM { width:19rem;height:2.75rem;top:15.499267578125rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgAFQGSXAlKxNAKSCCPpXTxMa6QNtfz { display:block; }
 }@media only screen and (max-width: 763px) { #Z4iniMBunzGDS5XuQlsyZD9Ab8pu9VMT { width:19rem;height:2.5625rem;top:18.68701171875rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTvKmISefKu0AHoSRC4UuoI1Pr7LPcN { display:block; }
 }@media only screen and (max-width: 763px) { #EFFSfXNPTXUqoBTSfMTZJCq4vUes9VnI { width:19rem;height:2.625rem;top:21.7490234375rem;left:0.50048828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBxdKXrohKzoXF75y9BODtkyvlKCw71G { display:block; }
 }@media only screen and (max-width: 763px) { #vo4OtSLEq0gsqzSppkTOzOGes7zvgyFi { width:19rem;height:2.6875rem;top:24.874267578125rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cGenlgcXahHMLMaTlkm8cZENAzy8Qy { display:block; }
 }@media only screen and (max-width: 763px) { #hJ4mkFSdQggPvo2DTNykPJu6EdupoMZK { width:19rem;height:2.625rem;top:28.125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXpGry7TuoGwJSKvTMoKRgFBZwuvIiia { display:block; }
 }@media only screen and (max-width: 763px) { #NIhT1n6u72D7fGFxsoHP3hupKVCsqB66 { width:19rem;height:2.8125rem;top:31.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7qD6EEX0of7ZsKuE2Mp13zu1EuUrxKA { display:block; }
 }@media only screen and (max-width: 763px) { #liTFxGinSUOq1vCCMG3CZObeUxug9zLH { width:19rem;height:2.6875rem;top:34.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t329neXlZBXD3OSTPJLQ0rgMWmiN51uP { display:block; }
 }@media only screen and (max-width: 763px) { #Zcsb3HS3NsNVfUspkxOf3P489risuKP2 { width:19rem;height:2.5625rem;top:37.5625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8v6FpffW0FMPwiuiCR50CU4MWGX2eTX { display:block; }
 }@media only screen and (max-width: 763px) { #aobmdtfTFzm3dv5SVRpq0C1CnKAb7S93 { width:19rem;height:2.75rem;top:40.625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ndPkvKt483O3HRqXEEVm4taAMHOlx6 { display:block; }
 }@media only screen and (max-width: 763px) { #SfHugnf7Oy1m2XFPIdsMQTTJlLLsgTA3 { width:19rem;height:2.5625rem;top:43.875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueO9QLchLlQqZeFoJvD2oCUsKVR8UVDP { display:block; }
 }@media only screen and (max-width: 763px) { #ziChDwnsCQesDw8Ox8JwkxE10rEIpC0X { width:19rem;height:3.125rem;top:47.0625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEnJl7wugqAfsEmI0Vagx5Wo3MgN1GZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #rmgNoqLaCQvVnZ2wXtbH3GR6JmphtmMh { 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) { #KTikmyGuJTnOnLhJ7qrOlPyiIVGUSWkc { 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; } }