.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,227,224;--color-primary-1:135,163,153;--color-primary-2:15,70,50;--color-primary-3:8,35,25;--color-primary-4:2,11,8;--color-secondary-0:220,248,234;--color-secondary-1:140,233,184;--color-secondary-2:24,210,112;--color-secondary-3:12,105,56;--color-secondary-4:4,32,17;--color-tertiary-0:255,255,255;--color-tertiary-1:250,233,251;--color-tertiary-2:238,182,242;--color-tertiary-3:119,91,121;--color-tertiary-4:24,18,24;--headlines-font-family:"Fortum Sans";--paragraphs-font-family:"Fortum Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family: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:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.71875rem;left:12.078125rem;display:block; }
#fSToRT5XfElOAEy0vD5lENk55iXcn19U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECSf8aInc1WkoLLyp75P13n1ZGMAA7TP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.71875rem;left:40.6240234375rem;display:block; }
#fm9dhOBE3f6ZaDFidGuPPfqEQEfpHMbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hvbs4QWkWTENW03ZuxdymECxTti6TnoH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.7490234375rem;left:51.3115234375rem;display:block; }
#CT6Xn5WlCAqX0rE6GwAbQaf7zXXICH1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSqP1aiSGICeUMvSTT33gNZi4ziL7458 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row .container { background-color: transparent; background-image: none; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row .container > .video-iframe-container { display: none; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row > .video-iframe-container { display: none; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .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); }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row .container { border-width: 0; border-radius: 0; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#KRnpHhJ3tzbBdxgZw4RWQpmaJuDPRk8J { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#grMGNGXIVb5bbwtw56eIpFErEexlTXTC { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:16.1875rem;left:0rem;height:12.9895rem;font-style:normal;display:block; }
#nhhFViJwW3cXf9mXfibWsz6AuzbEmbTn { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0rem;height:3.898925rem;font-style:normal;display:block; }
#Bkm6vqnkLEyTTq7wJ1gbJ7HzRQs1LGnd { position:absolute;display:block;z-index:15018;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:26.1875rem;width:21.1875rem;top:7.4375rem;left:38.8125rem;overflow:hidden;display:block; }
#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ { 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; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row .container { background-color: transparent; background-image: none; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row .container > .video-iframe-container { display: none; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row > .video-iframe-container { display: none; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .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); }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row .container { border-width: 0; border-radius: 0; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#NcFWsZKdfQupZeCmASTSFHaaZhXvh2E3 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1181640625rem;left:0rem;height:7.63425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST { 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; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row .container { background-color: transparent; background-image: none; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row .container > .video-iframe-container { display: none; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row > .video-iframe-container { display: none; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .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); }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row .container { border-width: 0; border-radius: 0; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#D33nitktBqNA1sv3at7awDc3tlNI0X6N { 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:4.125rem;width:4.125rem;top:1.2802734375rem;left:5.4375rem;overflow:hidden;display:block; }
#BV4FSkhshtXv26Ryc8AvZ1vc9Ivz1MA2 { 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.8125rem;width:3.8125rem;top:1.4365234375rem;left:20.59375rem;overflow:hidden;display:block; }
#Tgu8MoCKBwixHMHvg8lE0eigQVPOpgls { 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.625rem;width:3.625rem;top:1.5625rem;left:36.03125rem;overflow:hidden;display:block; }
#u2Q0CeCzpRSyQnSnTo0ec5tsne5IPZaT { 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:1.5625rem;left:51.03125rem;overflow:hidden;display:block; }
#bURxhaCxwU2eC27xTq9D45KuPSqoeJrk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3115rem;position:absolute;font-family:var(--paragraphs-font-family);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.05029375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLMAG8DbN63sRUcsQASb0ZPLpxakZ4JL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);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.05029375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3bEZ4kcrSAIZDOvO67KoXFRdW7278g6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);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.05029375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaRLqQ2vrHZnkOPKpzffLT1hqp5FLl0z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.62425rem;position:absolute;font-family:var(--paragraphs-font-family);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.4003875rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;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:rgba(var(--color-primary-2),1);display:block;width:53.1861875rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);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.3066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f384Qgs2l67FCn0KZGhwVM2o4BptXxRd { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);display:block;width:6.687rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.75rem;left:0rem;height:4.3066375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqCi8zD9EBgp5D5hVyWvgNMGwlJUPo7M { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:20.9375rem;left:6.7491302490238rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKla40OdTyWmsE57LAvJau8TQfrZovcv { color:rgba(var(--color-primary-2),1);display:block;width:53.18725rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);display:block;width:53.18725rem;position:absolute;font-family:var(--headlines-font-family);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; }
#kSEEMTsT1OmT2ShxgTlKh3FUzw5d6U2S { color:rgba(var(--color-primary-2),1);display:block;width:35.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:25.368926525116rem;left:6.748046875rem;height:1.3501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPTmiZeDSIt6ww4A30c4uZKTkDivUVq9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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:rgba(var(--color-tertiary-4),1);display:block;width:22.56225rem;position:absolute;font-family:var(--paragraphs-font-family);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.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0AJDTIO4f9F1xlnr1GhXhPREUIr9zDS { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.32421875rem;left:5rem;height:1.6499rem;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:rgba(var(--color-tertiary-4),1);display:block;width:14.3103125rem;position:absolute;font-family:var(--paragraphs-font-family);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.6499rem;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:rgba(var(--color-tertiary-4),1);display:block;width:21.93725rem;position:absolute;font-family:var(--paragraphs-font-family);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.2988125rem;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:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:7.725830078125rem;left:0rem;height:1.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSXJXADHLTzGT1XVXb0trLmL393wkoq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.12475rem;position:absolute;font-family:var(--paragraphs-font-family);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.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMuWuoc8T47p1PnOLsv4L7fEJy6NQf9k { color:rgba(var(--color-tertiary-4),1);display:block;width:22.68675rem;position:absolute;font-family:var(--paragraphs-font-family);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.6499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DIiVqPTpRvp0HtUI9yrlQq2Tr7vgFAkr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4365rem;position:absolute;font-family:var(--paragraphs-font-family);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.72411875rem;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; }
#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv { position:relative;display:block; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv { background-color: transparent; background-image: none; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .row .container > .video-iframe-container { display: none; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .row > .video-iframe-container { display: none; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .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); }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv { border-width: 0; border-radius: 0; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .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; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mQHMJN9Ux1T5dEAQlUaq47J1WASM1XdE { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#HuhCheGHZ70bpeRTCtUapTWGOQN8R4RD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cL8p4h0uP3ZDbrh8fAsIzl9W1QPPpM9b { 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:23.5rem;width:60rem;top:7.9709167480469rem;left:0rem;overflow:hidden;display:block; }
#pJaVCqV0xODIRzAk0vLnSWDRRSzefVf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:39.125rem;left:3.125rem;height:4.4995125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuIp9MQ7Qcoy7Gh66EA0Nx3uspmAPDBw { color:rgba(var(--color-tertiary-4),1);display:block;width:53.247625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:35.3125rem;left:2.875rem;height:3.842775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#St7VBIM6iE1JuGeLN57WRX3ImB8XSiTC { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1865rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:5.125rem;left:0rem;height:3.5249rem;text-align:left;text-align-last:left;display:block; }
#iVnA1hyIKbs4UfnP1nKcBE0kN16OIG34 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:9.375rem;left:0rem;height:9.8828125rem;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:rgba(var(--color-primary-2),1);display:block;width:40.497375rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum cy";font-size:1.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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.130859375rem;left:4.40625rem;height:3.73779375rem;text-align:center;text-align-last:center;display:block; }
#fLK1y8ILUtq49TNvTRJUW88l6oQzeGmO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.809875rem;position:absolute;font-family:var(--headlines-font-family);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.8171375rem;text-align:center;text-align-last:center;display:block; }
#yBeGwKwdlW65MqiHKsdQGbiD6Mvu54bE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row .container { background-color: transparent; background-image: none; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row .container > .video-iframe-container { display: none; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row > .video-iframe-container { display: none; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .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); }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row .container { border-width: 0; border-radius: 0; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:60rem;position:relative;display:block; }#ZGo8VROKc8vuvXoE5T3CvAcOD4l4guVz { 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:13.375rem;width:11.5rem;top:23.375rem;left:7.8125rem;overflow:hidden;display:block; }
#T5EzPtHyJCcvkZoTdK9ksd3wc7uGaRxx { color:#0f4632;display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:38.75rem;left:1.6875rem;height:18.89645625rem;text-align:center;text-align-last:center;display:block; }
#Xy5u8nDIHE07ow1ZSF44b4rPv78JP60l { color:#0f4632;display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0.5rem;height:9.7485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVH9J9NVM0kVE6Tc1pVADxzfCOnXuxRR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:15.125rem;top:20.1875rem;left:21rem;overflow:hidden;display:block; }
#P21ZCWKQeuxWWbkowqxZMgHrRkXkXb5R { 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:19rem;width:17.5625rem;top:17.8125rem;left:37.375rem;overflow:hidden;display:block; }
#V0edRgM1NDsmb1xiiG64e4JE69t4boTN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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:111.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-form-header {  }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:rgba(var(--color-tertiary-0),1);width:34.1875rem;height:4.6875rem;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),0.5) ; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#282828; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#282828; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#282828; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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.4990234375rem;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.4990234375rem;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 #U1dA5xIx4Ah6cGBRXOvBhitOL4aNuPWu { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #SCkpDtBGTWzFoMP4OTHacJWWyKh9cf5t { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #DmgvClsR7AbNnZi3UkWw8N7AU0Db8X3A { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Aa9IlBcEdgohnzzJZThMLVVgzlfFCLPW { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Qw6bqBRVkVHNonndRRyAotpkFPESoIv3 { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #Q6TT3VUFVraNslL9V2GCAWTURmqbAHWT { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #GCKbqCo7mkly00TkPuq8bEt1dO255gNI { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #wHpexWnlDZQLFziH1wDnop8MyTt4EtyU { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ezcOmFBziUcfdRQqgBsoC3KQadbygKi4 { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #OTNsNmrNDKwP9ilehXEQn8aGlW9Q4IVS { position:relative;z-index:2; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #kA1J9s7qwJfS9no6oNg9pz94NTLbsCkU { position:relative; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #vvVmhNtMiBFa0TdGBT458DQas5w71DKv { position:relative;display:block;z-index:15000; }
#lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #fhk1xWfVLsu2NybWzBu5xTrvF40MZMMi { 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:rgba(var(--color-tertiary-4),1);display:block;width:33.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:66.52294921875rem;left:13rem;height:2.0996125rem;font-style:normal;display:block; }
#iq1qAKpssrKIn6ZaBWn0mdLDnVW6OQsJ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1245125rem;position:absolute;font-family:var(--headlines-font-family);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.72534375rem;text-align:left;text-align-last:left;display:block; }
#uKqhyKlZTv9XqIRf0ESZ7FvF6Ny3s2pc { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0605625rem;position:absolute;font-family:var(--headlines-font-family);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: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 rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#DflDX2QTzfrQvbCVgcoe5cQVkZtKZZCd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.06175rem;position:absolute;font-family:var(--paragraphs-font-family);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.7252625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:19.75rem;left:7.8125rem;display:block; }
#kwXEUEAxAVlR4ViggR3Gh6M0Tgywdxue { color:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:19.749755859375rem;left:13rem;height:1.4245625rem;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 rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15070;line-height:1.2;letter-spacing:0;top:38.436767578125rem;left:13rem;height:1.4245625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:37.875rem;left:7.8125rem;display:block; }
#yyL3M0PXbvl8RmlgNVTZDeTFtSP6cml6 { color:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.2;letter-spacing:0;top:50.373291015625rem;left:13rem;height:1.4245625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:49.9375rem;left:7.8125rem;display:block; }
#pIlzpIDFp84dAdmPNlST4CM1HnM9qeFv { color:rgba(var(--color-tertiary-0),1);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:27.75rem;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 rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15072;line-height:1.2;letter-spacing:0;top:80.1611328125rem;left:13rem;height:1.4245625rem;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:rgba(var(--color-primary-2),1);background-image:none;top:79.6875rem;left:7.3125rem;display:block; }
#eCDWxGw5Rk5Ih5WO6KMnIgB2JfKW2WA6 { color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:47.0605625rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:47.0605625rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:47.0605625rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:47.0605625rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:23.625rem;width:60rem;position:relative;display:block; }#L7Gr5dWX2MhA2wsBD5bgFXsec1wBGXTM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:7.634275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zv3G3ivIepz3w8ih4rhoXzB03WBKRNyb { color:rgba(var(--color-tertiary-4),1);display:block;width:58rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.53515625rem;left:1rem;height:2.6818875rem;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.061525rem;width:5.061525rem;top:12.34375rem;left:1rem;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:27.5rem;overflow:hidden;display:block; }
#U3K8i0Hyxn6dg6k4wKz1Rnb4MEW5e0Hp { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:55.372375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5755233764649rem;left:0rem;height:3.8171375rem;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:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1848983764649rem;left:0rem;height:11.3733125rem;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(var(--color-tertiary-4),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(var(--color-tertiary-4),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:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:15.34791875rem;text-align:left;text-align-last:left;display:block; }
#pFdcpOgsUaoKwzLR8q7KyBNSCSAakkqD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:3.8171375rem;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:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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; }#dh8LTo6OZ2TOAFeS4TAMC733OI1Gi23h { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BU750gPd7pXR50wGUDhdoflzoK4PqeEp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:66.125rem;left:5.1875rem;display:block; }
#LaWtpceKdLAUyPEF6o8vsTGGkobBVZhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmQgLc8qDPpm3T92iAnW0BNl4B6WDaqZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:62.375rem;left:5.1875rem;display:block; }
#Q2XAfKfJQJ9TBg7EtbEN6OiUynNz5itT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rozMxVlb0IkeyDTaE7aZUXTG8MFgvegE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:58.5625rem;left:5.1875rem;display:block; }
#veEoKTlnTJMOVWzGNW0nsITfxxvbnTR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A09lkryFwm6hOOUroIXL54o9XtyHuNw6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:46.9375rem;left:5.1875rem;display:block; }
#NKMNNhm5XUqkwUCX5NxNSbN0eBxqehp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUnpDmVFSnKzWvBZ7UATe63nWPfO5a16 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:50.8125rem;left:5.1875rem;display:block; }
#Nuy7d4vgRmlIToe0rBASRe3fNdBoquRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tw1JiDRAOwmmXeC086XVMBLBHXO0sXpz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:54.625rem;left:5.1875rem;display:block; }
#V8MlN9zvmF1MDbidDmzb5wbc2Wmu7OB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XD6AvpT0UBZ74kM2i8iJnScIzQncqUfn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:43.0625rem;left:5.1875rem;display:block; }
#fDTSdCHXlPoPLTFPbT1bARJhS73oSoJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycGCF2nHNzqqFH89pEL9GNGhNTwkcuFH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:39.125rem;left:5.1875rem;display:block; }
#JCT9MTFMAwcNBON8NBIcn0FztTm6vmBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GcdE48vy48LJ7xehW5BQrliPJTIE161p { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:35.25rem;left:5.1875rem;display:block; }
#GAO5qKEPEdQf6tU3v4qco9wuXT3IiDGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxu4sAooPwprfEgi2FxTlESOb3L1Okt7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:23.5625rem;left:5.1875rem;display:block; }
#HrcMiGf2echIS4Zl1mMiqclW0TpDXSTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmymet1VvNeMWArqPGIB4QEA1NIr4rJt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:27.4375rem;left:5.1875rem;display:block; }
#T4Oo4Ltcny52ONTW9qyN3JM6Ir8A7r8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xe1DW3pPz2TEJTIK1nbCFrERk7FONGFd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:31.25rem;left:5.1875rem;display:block; }
#yoMbbNBmUtPrqxLUZVstdO2HDtZHo90s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmhQgP2TNn0RBttAcUNkT7s6u6ky3LAz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:19.5625rem;left:5.1875rem;display:block; }
#ul6JRaERCIvLCs9sSQq0UelVXASMlBlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aSDu29TASxt1s1FTQF5KyOQBPBBqnOqT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6228125rem;height:3.125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:15.375rem;left:5.1875rem;display:block; }
#XvzEqt5H1nAXGTg8aTTc8SCoGEsPSuoP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRN2AJqdsMaPEP8s40usCeLZtIPwV8wf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.624rem;height:3.125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:11.3125rem;left:5.1875rem;display:block; }
#x1DIeUyXzkGcuktsUuyEOe46iCBcrt9n { 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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:1.31225625rem;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:9.4375rem;height:2.5rem;top:1.6875rem;left:5.953125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSToRT5XfElOAEy0vD5lENk55iXcn19U { display:block; }
 }@media only screen and (max-width: 763px) { #ECSf8aInc1WkoLLyp75P13n1ZGMAA7TP { width:10.125rem;height:2.5rem;top:1.6875rem;left:34.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fm9dhOBE3f6ZaDFidGuPPfqEQEfpHMbI { display:block; }
 }@media only screen and (max-width: 763px) { #Hvbs4QWkWTENW03ZuxdymECxTti6TnoH { width:8.6875rem;height:2.5rem;top:1.6875rem;left:38.1875rem;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) { #MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF { display:block; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRnpHhJ3tzbBdxgZw4RWQpmaJuDPRk8J { width:32.5625rem;height:2.4375rem;top:11.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grMGNGXIVb5bbwtw56eIpFErEexlTXTC { width:39.4375rem;height:8.625rem;top:16.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhFViJwW3cXf9mXfibWsz6AuzbEmbTn { width:39.75rem;height:3.875rem;top:25.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkm6vqnkLEyTTq7wJ1gbJ7HzRQs1LGnd { width:21.1875rem;height:26.1875rem;top:7.4375rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ { display:block; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcFWsZKdfQupZeCmASTSFHaaZhXvh2E3 { width:47.75rem;height:3.8125rem;top:4.0625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST { display:block; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D33nitktBqNA1sv3at7awDc3tlNI0X6N { width:4.125rem;height:4.125rem;top:1.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV4FSkhshtXv26Ryc8AvZ1vc9Ivz1MA2 { width:3.8125rem;height:3.8125rem;top:1.375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgu8MoCKBwixHMHvg8lE0eigQVPOpgls { width:3.625rem;height:3.625rem;top:1.5625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Q0CeCzpRSyQnSnTo0ec5tsne5IPZaT { width:3.75rem;height:3.75rem;top:1.5625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURxhaCxwU2eC27xTq9D45KuPSqoeJrk { width:14.25rem;height:4rem;top:5.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLMAG8DbN63sRUcsQASb0ZPLpxakZ4JL { width:14.25rem;height:4rem;top:5.875rem;left:9.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bEZ4kcrSAIZDOvO67KoXFRdW7278g6 { width:14.25rem;height:4rem;top:5.875rem;left:21.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRLqQ2vrHZnkOPKpzffLT1hqp5FLl0z { width:13.5625rem;height:5.375rem;top:5.875rem;left:34.125rem;font-size:1.3125rem;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:45.4375rem;height:3.75rem;top:20.9375rem;left:0rem;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) { #kSEEMTsT1OmT2ShxgTlKh3FUzw5d6U2S { width:35.625rem;height:1.3125rem;top:25.3125rem;left:0.623046875rem;font-size:1rem;display:block; }
 }@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) { #GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv { display:block; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQHMJN9Ux1T5dEAQlUaq47J1WASM1XdE { width:47.75rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuhCheGHZ70bpeRTCtUapTWGOQN8R4RD { width:47.75rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL8p4h0uP3ZDbrh8fAsIzl9W1QPPpM9b { width:47.75rem;height:18.702083333333rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJaVCqV0xODIRzAk0vLnSWDRRSzefVf1 { width:47.75rem;height:4.4375rem;top:39.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuIp9MQ7Qcoy7Gh66EA0Nx3uspmAPDBw { width:47.75rem;height:3.8125rem;top:35.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #St7VBIM6iE1JuGeLN57WRX3ImB8XSiTC { width:18.0625rem;height:8.375rem;top:31.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@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:47.75rem;height:3.6875rem;top:13.125rem;left:0rem;font-size:1.4375rem;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) { #lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET { display:block; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGo8VROKc8vuvXoE5T3CvAcOD4l4guVz { width:11.5rem;height:13.375rem;top:23.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EzPtHyJCcvkZoTdK9ksd3wc7uGaRxx { width:47.75rem;height:18.875rem;top:38.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy5u8nDIHE07ow1ZSF44b4rPv78JP60l { width:47.75rem;height:9.75rem;top:6.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVH9J9NVM0kVE6Tc1pVADxzfCOnXuxRR { width:15.125rem;height:16.625rem;top:20.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21ZCWKQeuxWWbkowqxZMgHrRkXkXb5R { width:17.5625rem;height:19rem;top:17.8125rem;left:30.1875rem;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 #U1dA5xIx4Ah6cGBRXOvBhitOL4aNuPWu {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #SCkpDtBGTWzFoMP4OTHacJWWyKh9cf5t {  }
 }@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 #Q6TT3VUFVraNslL9V2GCAWTURmqbAHWT {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #GCKbqCo7mkly00TkPuq8bEt1dO255gNI {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #wHpexWnlDZQLFziH1wDnop8MyTt4EtyU {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ezcOmFBziUcfdRQqgBsoC3KQadbygKi4 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #OTNsNmrNDKwP9ilehXEQn8aGlW9Q4IVS {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #kA1J9s7qwJfS9no6oNg9pz94NTLbsCkU {  }
 }@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 #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.8125rem;height:27.75rem;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.5rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0BTzhIRKT7wF593nXqs639d8vRePaBo { width:5rem;height:5rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRs1HPm6ziy5QuHgrKyAZaRBhv77J5F { width:5rem;height:5rem;top:12.375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3K8i0Hyxn6dg6k4wKz1Rnb4MEW5e0Hp { width:14.6875rem;height:5.8125rem;top:7.5625rem;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) { #dh8LTo6OZ2TOAFeS4TAMC733OI1Gi23h { width:47.75rem;height:2.5625rem;top:6.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU750gPd7pXR50wGUDhdoflzoK4PqeEp { width:46.75rem;height:3.125rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaWtpceKdLAUyPEF6o8vsTGGkobBVZhM { display:block; }
 }@media only screen and (max-width: 763px) { #JmQgLc8qDPpm3T92iAnW0BNl4B6WDaqZ { width:46.75rem;height:3.125rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2XAfKfJQJ9TBg7EtbEN6OiUynNz5itT { display:block; }
 }@media only screen and (max-width: 763px) { #rozMxVlb0IkeyDTaE7aZUXTG8MFgvegE { width:46.75rem;height:3.125rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veEoKTlnTJMOVWzGNW0nsITfxxvbnTR9 { display:block; }
 }@media only screen and (max-width: 763px) { #A09lkryFwm6hOOUroIXL54o9XtyHuNw6 { width:46.75rem;height:3.125rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKMNNhm5XUqkwUCX5NxNSbN0eBxqehp6 { display:block; }
 }@media only screen and (max-width: 763px) { #CUnpDmVFSnKzWvBZ7UATe63nWPfO5a16 { width:46.75rem;height:3.125rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuy7d4vgRmlIToe0rBASRe3fNdBoquRZ { display:block; }
 }@media only screen and (max-width: 763px) { #Tw1JiDRAOwmmXeC086XVMBLBHXO0sXpz { width:46.75rem;height:3.125rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MlN9zvmF1MDbidDmzb5wbc2Wmu7OB9 { display:block; }
 }@media only screen and (max-width: 763px) { #XD6AvpT0UBZ74kM2i8iJnScIzQncqUfn { width:46.75rem;height:3.125rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTSdCHXlPoPLTFPbT1bARJhS73oSoJg { display:block; }
 }@media only screen and (max-width: 763px) { #ycGCF2nHNzqqFH89pEL9GNGhNTwkcuFH { width:46.75rem;height:3.125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCT9MTFMAwcNBON8NBIcn0FztTm6vmBh { display:block; }
 }@media only screen and (max-width: 763px) { #GcdE48vy48LJ7xehW5BQrliPJTIE161p { width:46.75rem;height:3.125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAO5qKEPEdQf6tU3v4qco9wuXT3IiDGO { display:block; }
 }@media only screen and (max-width: 763px) { #xxu4sAooPwprfEgi2FxTlESOb3L1Okt7 { width:46.75rem;height:3.125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrcMiGf2echIS4Zl1mMiqclW0TpDXSTm { display:block; }
 }@media only screen and (max-width: 763px) { #bmymet1VvNeMWArqPGIB4QEA1NIr4rJt { width:46.75rem;height:3.125rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Oo4Ltcny52ONTW9qyN3JM6Ir8A7r8R { display:block; }
 }@media only screen and (max-width: 763px) { #Xe1DW3pPz2TEJTIK1nbCFrERk7FONGFd { width:46.75rem;height:3.125rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoMbbNBmUtPrqxLUZVstdO2HDtZHo90s { display:block; }
 }@media only screen and (max-width: 763px) { #XmhQgP2TNn0RBttAcUNkT7s6u6ky3LAz { width:46.75rem;height:3.125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6JRaERCIvLCs9sSQq0UelVXASMlBlT { display:block; }
 }@media only screen and (max-width: 763px) { #aSDu29TASxt1s1FTQF5KyOQBPBBqnOqT { width:46.75rem;height:3.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvzEqt5H1nAXGTg8aTTc8SCoGEsPSuoP { display:block; }
 }@media only screen and (max-width: 763px) { #fRN2AJqdsMaPEP8s40usCeLZtIPwV8wf { width:46.75rem;height:3.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DIeUyXzkGcuktsUuyEOe46iCBcrt9n { 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:#0f4632;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) { #MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF { display:block; }#MG4kXWGLZvTwIGID0lg6fpBt0HPKNKLF > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRnpHhJ3tzbBdxgZw4RWQpmaJuDPRk8J { width:18.499rem;height:1.3808625rem;top:8.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grMGNGXIVb5bbwtw56eIpFErEexlTXTC { width:18.5615rem;height:4.67529375rem;top:11.125rem;left:0.625rem;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nhhFViJwW3cXf9mXfibWsz6AuzbEmbTn { width:18.25rem;height:4.72411875rem;top:16.625rem;left:0.75rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bkm6vqnkLEyTTq7wJ1gbJ7HzRQs1LGnd { width:15.3125rem;height:18.9375rem;top:21.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ { display:block; }#WVzSC90hkXpx9u1ZhNhPBayeRuMo3wNJ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcFWsZKdfQupZeCmASTSFHaaZhXvh2E3 { width:17.2485625rem;height:3.898925rem;top:2.66357421875rem;left:1.37451171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST { display:block; }#ix4rCe9SWlf3DMqIal2XHEUAgdnuSRST > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D33nitktBqNA1sv3at7awDc3tlNI0X6N { width:2.875rem;height:2.875rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV4FSkhshtXv26Ryc8AvZ1vc9Ivz1MA2 { width:2.875rem;height:2.875rem;top:11.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgu8MoCKBwixHMHvg8lE0eigQVPOpgls { width:2.875rem;height:2.875rem;top:22.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Q0CeCzpRSyQnSnTo0ec5tsne5IPZaT { width:2.875rem;height:2.875rem;top:33.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bURxhaCxwU2eC27xTq9D45KuPSqoeJrk { width:16.1855625rem;height:4.72411875rem;top:4.125rem;left:1.90625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLMAG8DbN63sRUcsQASb0ZPLpxakZ4JL { width:19.6875rem;height:4.72411875rem;top:14.9375rem;left:0.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bEZ4kcrSAIZDOvO67KoXFRdW7278g6 { width:18.0605625rem;height:4.72411875rem;top:26rem;left:0.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaRLqQ2vrHZnkOPKpzffLT1hqp5FLl0z { width:17.5615rem;height:6.2988125rem;top:36.5625rem;left:1.2177734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LryiqfpVvMqa9bSaealxvoMlDZXRKyRK { display:block; }#LryiqfpVvMqa9bSaealxvoMlDZXRKyRK > .row .container { width:20rem;height:32.1875rem;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.4003875rem;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:5.4003875rem;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.16894375rem;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.16894375rem;top:18.375rem;left:2.125rem;font-size:2.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kSEEMTsT1OmT2ShxgTlKh3FUzw5d6U2S { width:18.49975rem;height:2.79785rem;top:28.084716796875rem;left:0.748291015625rem;font-size:1rem;line-height:1.4;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.1870234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFMoRqW7wwUphUiRFcKLXdNae0q2TAa7 { width:16.5625rem;height:4.05029375rem;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.4245625rem;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.4245625rem;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.7505rem;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.4245625rem;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.4003875rem;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.4245625rem;top:8rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIiVqPTpRvp0HtUI9yrlQq2Tr7vgFAkr { width:16.5625rem;height:5.4003875rem;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) { #GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv { display:block; }#GIdOE79GMxaPQVL04K99HWhdTzJ5KPIv > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQHMJN9Ux1T5dEAQlUaq47J1WASM1XdE { width:17.25rem;height:3.41064375rem;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) { #HuhCheGHZ70bpeRTCtUapTWGOQN8R4RD { width:20rem;height:1.13769375rem;top:6rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cL8p4h0uP3ZDbrh8fAsIzl9W1QPPpM9b { width:18.875rem;height:7.375rem;top:8.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJaVCqV0xODIRzAk0vLnSWDRRSzefVf1 { 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) { #cuIp9MQ7Qcoy7Gh66EA0Nx3uspmAPDBw { width:20rem;height:2.99926875rem;top:18.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #St7VBIM6iE1JuGeLN57WRX3ImB8XSiTC { width:18.625rem;height:14.172375rem;top:21.3125rem;left:0.6875rem;font-size:1.3125rem;line-height:1.2;z-index:15012;text-align:center;text-align-last:center;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) { #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.79980625rem;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.120125rem;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:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttG2qTS77FxiI9w7ITKDNpGNXPFNQtUS { width:15.125rem;height:6.994625rem;top:8.1875rem;left:2.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fLK1y8ILUtq49TNvTRJUW88l6oQzeGmO { width:16.1875rem;height:3.59863125rem;top:4rem;left:1.875rem;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) { #lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET { display:block; }#lFaUpigkEn7Z7VfPNT6LcsWEdZlb1BET > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGo8VROKc8vuvXoE5T3CvAcOD4l4guVz { width:4.4375rem;height:5.1875rem;top:17.435546875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EzPtHyJCcvkZoTdK9ksd3wc7uGaRxx { width:18rem;height:43.125rem;top:24.4443359375rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xy5u8nDIHE07ow1ZSF44b4rPv78JP60l { width:17.9375rem;height:10.4980625rem;top:2.83984375rem;left:1.03125rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DVH9J9NVM0kVE6Tc1pVADxzfCOnXuxRR { width:6.1875rem;height:6.8125rem;top:15.748046875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21ZCWKQeuxWWbkowqxZMgHrRkXkXb5R { width:9.25rem;height:10rem;top:12.560546875rem;left:10.75rem;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:113.125rem;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 #U1dA5xIx4Ah6cGBRXOvBhitOL4aNuPWu {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #SCkpDtBGTWzFoMP4OTHacJWWyKh9cf5t {  }
 }@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 #Q6TT3VUFVraNslL9V2GCAWTURmqbAHWT {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #GCKbqCo7mkly00TkPuq8bEt1dO255gNI {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #wHpexWnlDZQLFziH1wDnop8MyTt4EtyU {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #ezcOmFBziUcfdRQqgBsoC3KQadbygKi4 {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #OTNsNmrNDKwP9ilehXEQn8aGlW9Q4IVS {  }
 }@media only screen and (max-width: 763px) { #lM34TUyfx145mfXaX6TDm5nR7GiMd9TT #kA1J9s7qwJfS9no6oNg9pz94NTLbsCkU {  }
 }@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 #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.2485375rem;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.849125rem;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.4245625rem;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:35.9375rem;top:73.8740234375rem;left:1.076171875rem;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.8483875rem;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.8483875rem;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.9494625rem;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:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLeoWiyJNR4AnIsQAximvqqkhWoQk6aT { width:17.6245rem;height:15.5859375rem;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.5742rem;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:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dh8LTo6OZ2TOAFeS4TAMC733OI1Gi23h { width:20rem;height:1.9494625rem;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) { #BU750gPd7pXR50wGUDhdoflzoK4PqeEp { width:19rem;height:3.125rem;top:67.9375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaWtpceKdLAUyPEF6o8vsTGGkobBVZhM { display:block; }
 }@media only screen and (max-width: 763px) { #JmQgLc8qDPpm3T92iAnW0BNl4B6WDaqZ { width:19rem;height:3.125rem;top:63.5625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2XAfKfJQJ9TBg7EtbEN6OiUynNz5itT { display:block; }
 }@media only screen and (max-width: 763px) { #rozMxVlb0IkeyDTaE7aZUXTG8MFgvegE { width:19rem;height:3.125rem;top:59.1875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #veEoKTlnTJMOVWzGNW0nsITfxxvbnTR9 { display:block; }
 }@media only screen and (max-width: 763px) { #A09lkryFwm6hOOUroIXL54o9XtyHuNw6 { width:19rem;height:3.125rem;top:46.0625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKMNNhm5XUqkwUCX5NxNSbN0eBxqehp6 { display:block; }
 }@media only screen and (max-width: 763px) { #CUnpDmVFSnKzWvBZ7UATe63nWPfO5a16 { width:19rem;height:3.125rem;top:50.4375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuy7d4vgRmlIToe0rBASRe3fNdBoquRZ { display:block; }
 }@media only screen and (max-width: 763px) { #Tw1JiDRAOwmmXeC086XVMBLBHXO0sXpz { width:19rem;height:3.125rem;top:54.8125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MlN9zvmF1MDbidDmzb5wbc2Wmu7OB9 { display:block; }
 }@media only screen and (max-width: 763px) { #XD6AvpT0UBZ74kM2i8iJnScIzQncqUfn { width:19rem;height:3.125rem;top:41.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDTSdCHXlPoPLTFPbT1bARJhS73oSoJg { display:block; }
 }@media only screen and (max-width: 763px) { #ycGCF2nHNzqqFH89pEL9GNGhNTwkcuFH { width:19rem;height:3.125rem;top:37.3125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCT9MTFMAwcNBON8NBIcn0FztTm6vmBh { display:block; }
 }@media only screen and (max-width: 763px) { #GcdE48vy48LJ7xehW5BQrliPJTIE161p { width:19rem;height:3.125rem;top:32.9375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAO5qKEPEdQf6tU3v4qco9wuXT3IiDGO { display:block; }
 }@media only screen and (max-width: 763px) { #xxu4sAooPwprfEgi2FxTlESOb3L1Okt7 { width:19rem;height:3.125rem;top:19.8125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrcMiGf2echIS4Zl1mMiqclW0TpDXSTm { display:block; }
 }@media only screen and (max-width: 763px) { #bmymet1VvNeMWArqPGIB4QEA1NIr4rJt { width:19rem;height:3.125rem;top:24.1875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Oo4Ltcny52ONTW9qyN3JM6Ir8A7r8R { display:block; }
 }@media only screen and (max-width: 763px) { #Xe1DW3pPz2TEJTIK1nbCFrERk7FONGFd { width:19rem;height:3.125rem;top:28.5625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoMbbNBmUtPrqxLUZVstdO2HDtZHo90s { display:block; }
 }@media only screen and (max-width: 763px) { #XmhQgP2TNn0RBttAcUNkT7s6u6ky3LAz { width:19rem;height:3.125rem;top:15.4375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6JRaERCIvLCs9sSQq0UelVXASMlBlT { display:block; }
 }@media only screen and (max-width: 763px) { #aSDu29TASxt1s1FTQF5KyOQBPBBqnOqT { width:19rem;height:3.125rem;top:11.0625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvzEqt5H1nAXGTg8aTTc8SCoGEsPSuoP { display:block; }
 }@media only screen and (max-width: 763px) { #fRN2AJqdsMaPEP8s40usCeLZtIPwV8wf { width:19rem;height:3.125rem;top:6.6875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DIeUyXzkGcuktsUuyEOe46iCBcrt9n { 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:1.2243625rem;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; } }