.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE { position:relative;display:block; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE { background-color: transparent; background-image: none; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .row .container > .video-iframe-container { display: none; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .row > .video-iframe-container { display: none; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .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); }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE { border-width: 0; border-radius: 0; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .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; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:107.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OuEEytfh2sOkwUPZeuxUXvQaelSLaQOM { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.1875rem;top:1.123046875rem;left:1.37451171875rem;overflow:hidden;display:block; }
#xkLloZww3v3TsImV4FF8SRlgf4qQTrym { color:#282828;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:9.3710956573488rem;left:-0.0065116882324219rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#pekueNRMHGsafiMSCoNJie8G181s21P8 { color:#282828;display:block;width:37.4365rem;position:absolute;font-family:"fortum sans";font-size:3.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:12.25rem;left:20.4375rem;height:3.98095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ifTo2gEgv9Dk24JM7zyoxGHBrPZWQwl8 { color:#282828;display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:4.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:16.161460876465rem;left:0rem;height:6.2561875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pxBtVVsdDyTa2BTAvVGMTT7UNqs0vQFe { box-sizing:content-box;height:9.375rem;width:0.75rem;position:absolute;display:block;z-index:15053;background-color:#18d270;background-image:none;top:19.249219894409rem;left:59.287503242492rem;display:block; }
#FHc8sbxzSIsbCdasAfHpMIV3V2bOTaRU { color:#282828;display:block;width:40.5625rem;position:absolute;font-family:"fortum sans";font-size:1.4375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:23.19140625rem;left:17.369792938233rem;height:1.86865rem;text-align:right;text-align-last:right;display:block; }
#zH73ZkgoUtAp7pXA0T2GsQrnUHQ316rn { position:absolute;display:block;z-index:15054;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.4375rem;width:4.125rem;top:22.76953125rem;left:12.474957987257rem;overflow:hidden;display:block; }
#qsgf7ydrLPTTGpfCNv1yWsrJQ9wOzE0P { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:8rem;top:27.873699188233rem;left:55.661457061767rem;overflow:hidden;display:block; }
#Ga96n3wiwDThR1nF50LJBXIkX37oHWoh { position:absolute;display:block;z-index:15056;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.6875rem;width:5.6875rem;top:11.1875rem;left:50.4375rem;overflow:hidden;display:block; }
#CsUlkMkynSOW77ppO1XlHURgkIR5AEPi { position:absolute;display:block;z-index:15058;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:17rem;width:17.8125rem;top:78.187505722044rem;left:55.954952345516rem;overflow:hidden;display:block; }
#EhCE6fMaoPt14JgcBhgNVBA9VD7VTvPG { position:absolute;display:block;z-index:15059;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:3rem;width:3.6875rem;top:15.5625rem;left:11.01953125rem;overflow:hidden;display:block; }
#TKXx1szrmbpm2QC9DL852e1kydaMpPeD { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.5625rem;top:96.853515625rem;left:34.9794921875rem;overflow:hidden;display:block; }
#AHTeKb4f3DwdGgsQ01Rr1Q1V6tzLvg8P { box-sizing:content-box;height:15.9375rem;width:63.75rem;position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;top:98.791015625rem;left:5.625rem;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: 0.6875rem 0.3125rem 0.5rem rgba(0,0,0,0.11) ;display:block; }
#KbmIPpGonVrghRpBS8glW2CgnUbUQEyF { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:"fortum sans";font-size:3.375rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:103.103515625rem;left:5.78125rem;height:9.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-form-header {  }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-regular-label { height:auto;display:block;font-family:"fortum sans";font-size:0.875rem;font-weight:400;color:#040404;width:34.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;text-align:left;text-align-last:left;background-color:transparent;background-image:none;font-style:normal; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #282828;border-left:0.0625rem solid #282828;border-right:0.0625rem solid #282828;border-bottom:0.0625rem solid #282828;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:2.8125rem;vertical-align:top;font-size:1.1875rem;overflow:hidden;font-family:"fortum sans";color:#282828;line-height:1.2; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #282828;border-left:0.0625rem solid #282828;border-right:0.0625rem solid #282828;border-bottom:0.0625rem solid #282828;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:2.6875rem;vertical-align:top;font-size:1.1875rem;overflow:hidden;font-family:"fortum sans";color:#282828;line-height:1.2; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0.125rem solid #04d28d;border-left:0.125rem solid #04d28d;border-right:0.125rem solid #04d28d;border-top:0.125rem solid #04d28d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:2.5rem;vertical-align:top;font-family:"titillium web";color:#ffffff;font-size:1rem;overflow:hidden; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .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; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#18d270;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:700;color:#ffffff;width:34.1875rem;height:3.8125rem;font-family:"fortum sans";overflow:hidden;line-height:1.2;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]:-moz-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]::-moz-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem;font-family:"fortum sans";color:#282828; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"fortum sans";font-size:0.625rem;font-weight:400;color:#282828;vertical-align:top;width:33.125rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .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; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .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; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-container:first-of-type{padding-top:0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-container:last-of-type{padding-bottom:0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL  { 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:15054;top:25.058595657349rem;left:19.155817031861rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.1875rem;display:block;vertical-align:top; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .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; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL {display:block;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL { 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:15054;top:25.058595657349rem;left:19.155817031861rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #nOoa0gvpnZNr1WG07Wh4EEQaCCT39bV1 { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #fpVEwKthyvdgDLC4xUMpJ1km6QUUQTqT { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #gubl72T4PRGZSWmVHvttohy180JSPO76 { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CPBLLIR0VPgVTyshUDuwTbkMeLAwirzQ { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #m5DFxrWxUoUGfckAI4Sb2uH0VnkDfKqI { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ylIdz3Jx2HyUexuXzIq2w9PSWTMT2TuK { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #w5QotKkNh88l5VrxOdiL1JlOEWCbsmOc { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #GQiswMIPHGInucCahJmWhqhUdubktm6l { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #an1tUp0KNmLC16rH6zD2z37sehEwSC1x { position:relative; }
#ik9dOgXwuuw86wyx7WMKqZXr5iOUsGly { position:relative;display:block; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #b2MsMH3FZChO6JROMyJ0sTW9WDTVEVvb { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #o34ntQlbaTfLaFkyHqtT5rPDrDzetSA4 { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #yue1z5sTTKgDD3pUVa7K4huHLi9wh7Fd { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #alcDz9Uh0ci0TvE4BeL22k9Tzeyx5iQz { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #fgpiUsdZLWMeDvT9kNZzM6CnUZTaG9KT { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #PeWhhirx9UrHUDC6OAAPiDnXFWA5ETHC { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #pCT3lCFyCmz0zvZcc2rkQq0XNBIpo9nG { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #WxwmHTZQbDIZEbxrbzdBNw7u9ai53051 { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #lEAg8ns5QxXRlMpAzZ2NzLWOqDudRLA8 { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #Tmf1qa04TUqNpoTmCJFeoP4Khq8ybNax { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #Av3ED4wiOzeO4RBrbcrANSdbeBgHGy4p { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CC20QJL80QSoD8bypkIfrNkGakqh1hTE { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #xhDvna4F2hpdqUyARNO5IblVPMWcW1ag { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #k3LPCCXkOazswxGI73J0qTumHTARAtSh { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #kXu8ZvyyvM1L2qmkUGqKko0dZPoK08I3 { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #xDPt5mwTagBqKCIneeoJhWZt15OUbCpw { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #MXkPH6WHFU5TNtLiZuCzGmWSMle12ZvJ { position:relative;display:none; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #nHaJ9Qi1NTB7z6mBX59p0OpCS1F6caxF { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #rFESGH7pKaESsK8fQWP0vBXTK7E2XrJT { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #TdVkvVi30M7o5I5eJgmztg96qwzu3QiN { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #rfyf3MuipQfOZw4afrkDykTNAMUSnzud { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #uTX4FU4d8ZiTNMqQ0FLHeQJibQ3Kgher { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #IHfTZ9txvi37mD5uJ2ETrchgTvxRoSmb { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #IHfTZ9txvi37mD5uJ2ETrchgTvxRoSmb .container-column{width:50%;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #s3tJnETdCJn5k2c8bq2g4qTvzrOogPkE { position:relative;display:block; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #n5PJR3uGMhOnZuc8iL27hkECThda1HvV { position:relative;z-index:2; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #GMCTdRmNzuyg4gQ6U6C0bOPWmc5a2Voy { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CXX2ebBs45z5fz0APr4niBOq5vTJfTPu { position:relative;z-index:2; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ZUz975a0as0tip5xu6HZsSJaXvACtNTL { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #TVOaLeGb7uaTBWizUZ7UUWZXEBNvNnTv { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #sb6c8oPZDT6csAMDLyRPk9W6kzKrNKS4 { position:relative;display:block; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #i1A2561sEveBasJLqbZ6zfHqhyW85Omq { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #snNQHuATpUB2RvZaG3zhIQXXW9gQFwXU { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #wdWJcCE67frDITHqggJbeCrZq3QU1TuG { position:relative;display:block;z-index:15000; }
#kFFPNHZZFsS9KDyf6WJlAbrGOJs1QD2G { position:relative;display:block; }
#hFuIAWtVGN06WxupFrCPsJkAwnU0EJhx { position:relative;display:block; }
#HiPXTNbnqb1V1iLFmsI3iWwZIAOHE6qI { position:relative;display:block; }
#pyDXUO2hdf9Jza2iBQomu0Zayw3G1ByU { position:relative;display:block; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #XVSP6k0EUUpQTxvvnha4WQiaUIH1Tzqp { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #VXzLTD7guE6moNXrMaTRrfp3Lo7wzuyB { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #elU4qlpMMCo8eUf1KAmJ7boq11vN5dUB { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #wgZW8czAOQif8gOdPTi5aNta5quMSPcn { position:relative;z-index:2; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #X1ef7yzpw8gHpzX7rHND9f64rmEXg10q { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #OkoThZ3wZZPSqoC7ilMAAP7n8gmE1TmW { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #VDB19WMPmKVZmHn5vN9UlvH6bN2E1LUz { position:relative;z-index:2; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CUiF34hNIt1f04825EkECQIcTp2SyaqJ { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ubl9E2TE09iJKHnkqdz2bpnBFwcumx0K { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #DqrSwJlEMFG8PLeZItGiVzv0l79CI9c6 { position:relative;z-index:2; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #NEwEKMP6Qns9r5agTesm6GozOsi46t0V { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #L4FBQs5oow7S7ncVHX7ddxdI4ObzWi5h { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #cO2KiTEZw7FKskhrXAP8fzUF9hcOpuxX { position:relative;display:block;z-index:15000; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #JLXOHtNlZ7ZD7L3ttNfLrq08eJeEem37 { position:relative; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #zMPTPE7WHMfScDKdlqrhkaw1PJtx4ZmP { position:relative; }
#xgdF3wXvwpthWExd1g8SE06Zi8d78BVT { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"fortum sans";font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:56.8125rem;left:20.25rem;height:2.2744125rem;font-style:normal;display:block; }
#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/316dc559-ed74-4bdf-b7c4-f623bfba2190/1spdzajczaszrodzinicieszsipozytywnenergi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G.adaptive-delivery-prevent-bg, #t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G.lazyload, #t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G.lazyloading { background-image: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container { background-color: transparent; background-image: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container > .video-iframe-container { display: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row > .video-iframe-container { display: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .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); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container { border-width: 0; border-radius: 0; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#bbzKHXxxQ7ShtNT9adI02DFDXc6Z4rNl { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:"fortum sans";font-size:3.375rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:101.22917175293rem;left:5.78125rem;height:9.4479125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr { position:relative;display:block; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr { background-color: transparent; background-image: none; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .row .container > .video-iframe-container { display: none; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .row > .video-iframe-container { display: none; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .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); }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr { border-width: 0; border-radius: 0; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .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; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rXcS3MMmMI77m9Qhbh530ZTIcc6LcAFb { 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:5.625rem;width:5.625rem;top:3.9375rem;left:34.6875rem;overflow:hidden;display:block; }
#Joc8i0F7OH8gNRMzz46QDUIFVrumGhsU { color:#000000;display:block;width:56.875rem;position:absolute;font-family:"fortum sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.0625rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc { 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; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row .container { background-color: transparent; background-image: none; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row .container > .video-iframe-container { display: none; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row > .video-iframe-container { display: none; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .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); }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row .container { border-width: 0; border-radius: 0; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#u76DeyfIJlNSrOLmzcxmTtKO8rsM5Iwo { color:#000000;display:block;width:55.3735625rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63916015625rem;left:9.81201171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OypcC2wMyaeguyh45oGefoXc3xwDXhem { 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; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row .container { background-color: transparent; background-image: none; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row .container > .video-iframe-container { display: none; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row > .video-iframe-container { display: none; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .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); }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row .container { border-width: 0; border-radius: 0; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#cJVNIX8xBhLA1e3bcnFaiuasrSWyntcx { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:3.375rem;left:41.125rem;display:block; }
#yyvfLhPwhTCfhVTMq0wU1JWV5fzsT6QR { color:#000000;display:block;width:22.9361875rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17rem;left:43.5rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#MXy8LqcLLCiQ0Qxq9c5r1acV0yBdIsJE { color:#000000;display:block;width:22.9358125rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14rem;left:42.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#qN2ut0F3aLpGKAwGPH1iJTOokfunyodQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:5.6875rem;top:6.3125rem;left:52rem;overflow:hidden;display:block; }
#uMTHyXJNfP5GcRbEbAPskNz2TFaOqBTV { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:3.375rem;left:6.5rem;display:block; }
#r4ssHFvx2gGoS5s7T5KXbrogpzM6PfSz { color:#000000;display:block;width:22.934875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.5625rem;left:8.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#SnTIZqV7Wu4K2IA1t33f0XubdOigiOBR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:5.5rem;top:6.3125rem;left:17.5rem;overflow:hidden;display:block; }
#bc1bqkpkIqquLIKRNlVaviyn5LrcKVxL { color:#000000;display:block;width:21.6861875rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.375rem;height:7.312rem;text-align:center;text-align-last:center;display:block; }
#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 { 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; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row .container { background-color: transparent; background-image: none; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row .container > .video-iframe-container { display: none; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row > .video-iframe-container { display: none; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .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); }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row .container { border-width: 0; border-radius: 0; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#aKBC7G7iTC7q5rxaCe3tqTHUItmnTh7g { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:1.9375rem;left:41.5rem;display:block; }
#r57XNWixMSripSpCvls6cx0tQs3M9FcC { color:#000000;display:block;width:22.937rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15rem;left:43.8125rem;height:7.312rem;text-align:center;text-align-last:center;display:block; }
#JL0DXTqK9xofkhFJ5QNTGpBot6WCxx1C { color:#000000;display:block;width:22.9358125rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:43.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#pmWLQA6xvtCTzhMiqSqR0HkyDvTcDCH9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:5.6875rem;top:4.875rem;left:52.375rem;overflow:hidden;display:block; }
#lZfPDfe19CntiafRUhIghbIg7d4TItdw { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:1.9375rem;left:6.625rem;display:block; }
#KMl47odbbH7ZT2TrUnF7EFJxFJv94U0B { color:#000000;display:block;width:22.934875rem;position:absolute;font-family:"fortum sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:8.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#mPcg1x9VqeynkQH0IKAaUR6nAIklDqiH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:5.5625rem;top:4.75rem;left:17.125rem;overflow:hidden;display:block; }
#uEOeBZpE7FCU07yhpzdOw3rlzRwldlCy { color:#000000;display:block;width:21.6861875rem;position:absolute;font-family:"fortum sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5rem;left:9.5rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi { 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; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row .container { background-color: transparent; background-image: none; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row .container > .video-iframe-container { display: none; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row > .video-iframe-container { display: none; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .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); }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row .container { border-width: 0; border-radius: 0; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#sEfChXM11U8f3i7GWXsLuoI1tm0TPqPu { background-color:#fd7d66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum cy";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.375rem;height:5.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.254638671875rem;left:6.31103515625rem;display:block; }
#Zwwo9lxFn46EwdKr5MWZBUCS6nG5dz8H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ { 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; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row .container { background-color: transparent; background-image: none; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row .container > .video-iframe-container { display: none; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row > .video-iframe-container { display: none; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .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); }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row .container { border-width: 0; border-radius: 0; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#Xz1z3iTggL8sDPfSWdJZJaUmACvqGnzC { 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:15.3125rem;width:13.18725rem;top:16.949462890625rem;left:22.125rem;overflow:hidden;display:block; }
#P9HaBGp2Ro2KahrWSmWXWtp3ZsRlLdv2 { color:#23375b;display:block;width:44.375rem;position:absolute;font-family:"fortum sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.49462890625rem;left:15.3125rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#JW8AuKTTrnPkk9TxSBTsQz1ep1kumu6l { color:#23375b;display:block;width:46.499rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.322509765625rem;left:14.25rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfgTphEWb0ZrI7AkJ3cOIBENkJgnLkQT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.43725rem;width:17.749rem;top:12.90283203125rem;left:35.3125rem;overflow:hidden;display:block; }
#bXt5olweXHbBpWUWcCpWP0I76rgVrouA { 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; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row .container { background-color: transparent; background-image: none; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row .container > .video-iframe-container { display: none; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row > .video-iframe-container { display: none; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .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); }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row .container { border-width: 0; border-radius: 0; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#okO2EoJdrNSbie7oi90NWNXVa9yHHaBf { color:#000000;display:block;width:55.3735625rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63916015625rem;left:9.81201171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ { 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; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container { background-color: transparent; background-image: none; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container > .video-iframe-container { display: none; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row > .video-iframe-container { display: none; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .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); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container { border-width: 0; border-radius: 0; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#deR0ERSksmlOwhl0KlXvSDgkeTdZLK9R { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"fortum sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.623779296875rem;left:9.43359375rem;height:9.7485625rem;text-align:center;text-align-last:center;display:block; }
#m83duWPM328fOyLSTBSkbpo1ZaKWR6rT { 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:19.9365rem;width:29.0625rem;top:11.56005859375rem;left:22.96875rem;overflow:hidden;display:block; }
#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA { 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; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row .container { background-color: transparent; background-image: none; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row .container > .video-iframe-container { display: none; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row > .video-iframe-container { display: none; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .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); }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row .container { border-width: 0; border-radius: 0; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#FC5wAWo6RzCxPSlLT6GyONrf16KJg8F5 { color:#000000;display:block;width:55.3735625rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63916015625rem;left:9.81201171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cbe1ef59-523e-4e0c-a7d0-eae6be7a23e3/Depositphotos_51251477_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF.adaptive-delivery-prevent-bg, #JRmHIo8adXlqOdukRXQWJ935r8iJIUnF.lazyload, #JRmHIo8adXlqOdukRXQWJ935r8iJIUnF.lazyloading { background-image: none; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row .container { background-color: transparent; background-image: none; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,61,49,0.82); }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row .container > .video-iframe-container { display: none; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,61,49,0.82); }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row > .video-iframe-container { display: none; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .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); }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row .container { border-width: 0; border-radius: 0; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF::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; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#BUdwMfXwnRuFEP92zKFQLfwBpyFA3RVg { color:#ffffff;display:block;width:69.4375rem;position:absolute;font-family:"fortum sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.375rem;left:2.78125rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#yTXGw2aAVltgWg3dXMCFrM6lGGwp81gx { color:#ffffff;display:block;width:69.4375rem;position:absolute;font-family:"fortum sans";font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.40625rem;height:3.57510625rem;text-align:center;text-align-last:center;display:block; }
#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH { 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; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row .container { background-color: transparent; background-image: none; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row .container > .video-iframe-container { display: none; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row > .video-iframe-container { display: none; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .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); }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row .container { border-width: 0; border-radius: 0; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#Kuii1i6BRf9o3QqqQhRgGsLHEUhrpEnG { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum cy";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.375rem;height:5.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:6.4687271118162rem;left:6.3125rem;display:block; }
#fRXEDaF6kPVXtDnsfFgv7pW3xMCTWZCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO { background-color:#f7f9ff;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; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container { background-color: transparent; background-image: none; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container > .video-iframe-container { display: none; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row > .video-iframe-container { display: none; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .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); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container { border-width: 0; border-radius: 0; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container { font-size:0.875rem;font-family:"open sans";height:42.375rem;width:75rem;overflow:visible;position:relative;display:block; }#q7LFeWZpT9eNu7q4Igf2JTiNTFLS4f4K { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:11.6875rem;left:12.6875rem;display:block; }
#OoxoG36ifGUusbu6hnUnKZTO9gtCci2R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSUropJd9DnrPmXp9PZRhoy1ByWNZxNu { color:#000000;display:block;width:55.3735625rem;position:absolute;font-family:"fortum sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9.81298828125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0bDTXNiZ2tNlmlQ9r7htbqSHGqm4f5N { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:4rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:17.15625rem;left:12.6875rem;display:block; }
#yMetGoT6NoRDP6brX8AT91yisApm3SXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FfBZfmxrIGuQlHSr8WN11sxTgGF4X3By { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:4rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:22.75rem;left:12.6875rem;display:block; }
#MLvLbs8ek20vTs19x5QOTASvME65rqrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTHuMSvT7mMqqyHxHn7chIoIxkHPQgbF { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:4rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:28.5rem;left:12.6875rem;display:block; }
#hovhUNuTc7i10nXUa4KVHqSpUduO2kDE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTyO8kiig0yo4csLaDmO0cOTo73uZnrV { background-color:#18d270;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.625rem;height:4rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:34.3125rem;left:12.6875rem;display:block; }
#wPBroOpDyqENrkrWsk9KXIagv755OWu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG { 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; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row .container { background-color: transparent; background-image: none; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row .container > .video-iframe-container { display: none; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row > .video-iframe-container { display: none; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .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); }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row .container { border-width: 0; border-radius: 0; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#S3zgm6s5vnDOlTR1Bxb8TxywHQlFfRo8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56176875rem;width:12.937rem;top:2.8125rem;left:31.0625rem;overflow:hidden;display:block; }
#T0z3CiCDEB8ETsP6yt92TIV3iCoQnc2I { display:block;width:75rem;position:absolute;font-family:"fortum sans";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:1.3125rem;color:#282828;text-align:center;text-align-last:center;display:block; }
#l8BXwlsyKbZx5pIG41wUaloNOlhMa8XT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11rem;left:21.625rem; }
#l8BXwlsyKbZx5pIG41wUaloNOlhMa8XT > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#lmgudM2JGgo6TLfsICisqCfgHPZ3rami { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.0625rem;left:30.125rem; }
#lmgudM2JGgo6TLfsICisqCfgHPZ3rami > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#y87auXsNi6GTnbaQCG9ckLv81rOdE3ew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11rem;left:39.75rem; }
#y87auXsNi6GTnbaQCG9ckLv81rOdE3ew > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#UqITZ7GGHMStVkXR8671TILMIMeSMCiU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11rem;left:50.3125rem; }
#UqITZ7GGHMStVkXR8671TILMIMeSMCiU > 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) { #VnAmzcTyyLiSndQLysE3geKv5U22aSZE { display:block; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuEEytfh2sOkwUPZeuxUXvQaelSLaQOM { width:11.1875rem;height:3.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkLloZww3v3TsImV4FF8SRlgf4qQTrym { width:47.75rem;height:1.875rem;top:9.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pekueNRMHGsafiMSCoNJie8G181s21P8 { width:37.375rem;height:3.9375rem;top:12.25rem;left:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifTo2gEgv9Dk24JM7zyoxGHBrPZWQwl8 { width:47.75rem;height:6.25rem;top:16.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBtVVsdDyTa2BTAvVGMTT7UNqs0vQFe { width:0.75rem;height:9.375rem;top:19.1875rem;left:45.662503242492rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHc8sbxzSIsbCdasAfHpMIV3V2bOTaRU { width:40.5625rem;height:1.8125rem;top:23.1875rem;left:3.744140625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH73ZkgoUtAp7pXA0T2GsQrnUHQ316rn { width:4.125rem;height:4.4375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsgf7ydrLPTTGpfCNv1yWsrJQ9wOzE0P { width:8rem;height:9.6875rem;top:27.8125rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga96n3wiwDThR1nF50LJBXIkX37oHWoh { width:5.6875rem;height:5.6875rem;top:11.1875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUlkMkynSOW77ppO1XlHURgkIR5AEPi { width:17.8125rem;height:17rem;top:78.1875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhCE6fMaoPt14JgcBhgNVBA9VD7VTvPG { width:3.6875rem;height:3rem;top:15.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKXx1szrmbpm2QC9DL852e1kydaMpPeD { width:6.5625rem;height:6.3125rem;top:96.8125rem;left:21.3544921875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHTeKb4f3DwdGgsQ01Rr1Q1V6tzLvg8P { width:47.75rem;height:15.9375rem;top:98.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbmIPpGonVrghRpBS8glW2CgnUbUQEyF { width:47.75rem;height:9.4375rem;top:103.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-regular-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL  { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL {display:block;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #nOoa0gvpnZNr1WG07Wh4EEQaCCT39bV1 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #fpVEwKthyvdgDLC4xUMpJ1km6QUUQTqT { display:none; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #gubl72T4PRGZSWmVHvttohy180JSPO76 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CPBLLIR0VPgVTyshUDuwTbkMeLAwirzQ {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #m5DFxrWxUoUGfckAI4Sb2uH0VnkDfKqI { display:none; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ylIdz3Jx2HyUexuXzIq2w9PSWTMT2TuK {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #w5QotKkNh88l5VrxOdiL1JlOEWCbsmOc {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #GQiswMIPHGInucCahJmWhqhUdubktm6l { display:none; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #an1tUp0KNmLC16rH6zD2z37sehEwSC1x {  }
 }@media only screen and (max-width: 763px) { #ik9dOgXwuuw86wyx7WMKqZXr5iOUsGly { display:block; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #b2MsMH3FZChO6JROMyJ0sTW9WDTVEVvb {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #o34ntQlbaTfLaFkyHqtT5rPDrDzetSA4 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #yue1z5sTTKgDD3pUVa7K4huHLi9wh7Fd {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #alcDz9Uh0ci0TvE4BeL22k9Tzeyx5iQz {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #fgpiUsdZLWMeDvT9kNZzM6CnUZTaG9KT {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #PeWhhirx9UrHUDC6OAAPiDnXFWA5ETHC {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #pCT3lCFyCmz0zvZcc2rkQq0XNBIpo9nG {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #WxwmHTZQbDIZEbxrbzdBNw7u9ai53051 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #lEAg8ns5QxXRlMpAzZ2NzLWOqDudRLA8 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #Tmf1qa04TUqNpoTmCJFeoP4Khq8ybNax {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #Av3ED4wiOzeO4RBrbcrANSdbeBgHGy4p {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CC20QJL80QSoD8bypkIfrNkGakqh1hTE {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #xhDvna4F2hpdqUyARNO5IblVPMWcW1ag {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #k3LPCCXkOazswxGI73J0qTumHTARAtSh {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #kXu8ZvyyvM1L2qmkUGqKko0dZPoK08I3 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #xDPt5mwTagBqKCIneeoJhWZt15OUbCpw {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #MXkPH6WHFU5TNtLiZuCzGmWSMle12ZvJ {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #nHaJ9Qi1NTB7z6mBX59p0OpCS1F6caxF {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #rFESGH7pKaESsK8fQWP0vBXTK7E2XrJT {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #TdVkvVi30M7o5I5eJgmztg96qwzu3QiN {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #rfyf3MuipQfOZw4afrkDykTNAMUSnzud {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #uTX4FU4d8ZiTNMqQ0FLHeQJibQ3Kgher {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #IHfTZ9txvi37mD5uJ2ETrchgTvxRoSmb {  }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #IHfTZ9txvi37mD5uJ2ETrchgTvxRoSmb .container-column{width:50%;} }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #s3tJnETdCJn5k2c8bq2g4qTvzrOogPkE {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #n5PJR3uGMhOnZuc8iL27hkECThda1HvV {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #GMCTdRmNzuyg4gQ6U6C0bOPWmc5a2Voy {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CXX2ebBs45z5fz0APr4niBOq5vTJfTPu {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ZUz975a0as0tip5xu6HZsSJaXvACtNTL {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #TVOaLeGb7uaTBWizUZ7UUWZXEBNvNnTv {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #sb6c8oPZDT6csAMDLyRPk9W6kzKrNKS4 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #i1A2561sEveBasJLqbZ6zfHqhyW85Omq {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #snNQHuATpUB2RvZaG3zhIQXXW9gQFwXU {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #wdWJcCE67frDITHqggJbeCrZq3QU1TuG {  }
 }@media only screen and (max-width: 763px) { #kFFPNHZZFsS9KDyf6WJlAbrGOJs1QD2G { display:block; }
 }@media only screen and (max-width: 763px) { #hFuIAWtVGN06WxupFrCPsJkAwnU0EJhx { display:block; }
 }@media only screen and (max-width: 763px) { #HiPXTNbnqb1V1iLFmsI3iWwZIAOHE6qI { display:block; }
 }@media only screen and (max-width: 763px) { #pyDXUO2hdf9Jza2iBQomu0Zayw3G1ByU { display:block; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #XVSP6k0EUUpQTxvvnha4WQiaUIH1Tzqp {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #VXzLTD7guE6moNXrMaTRrfp3Lo7wzuyB {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #elU4qlpMMCo8eUf1KAmJ7boq11vN5dUB {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #wgZW8czAOQif8gOdPTi5aNta5quMSPcn {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #X1ef7yzpw8gHpzX7rHND9f64rmEXg10q {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #OkoThZ3wZZPSqoC7ilMAAP7n8gmE1TmW {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #VDB19WMPmKVZmHn5vN9UlvH6bN2E1LUz {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CUiF34hNIt1f04825EkECQIcTp2SyaqJ {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ubl9E2TE09iJKHnkqdz2bpnBFwcumx0K {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #DqrSwJlEMFG8PLeZItGiVzv0l79CI9c6 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #NEwEKMP6Qns9r5agTesm6GozOsi46t0V {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #L4FBQs5oow7S7ncVHX7ddxdI4ObzWi5h {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #cO2KiTEZw7FKskhrXAP8fzUF9hcOpuxX {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #JLXOHtNlZ7ZD7L3ttNfLrq08eJeEem37 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #zMPTPE7WHMfScDKdlqrhkaw1PJtx4ZmP {  }
 }@media only screen and (max-width: 763px) { #xgdF3wXvwpthWExd1g8SE06Zi8d78BVT { width:34.5rem;height:2.25rem;top:56.8125rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G { display:block; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbzKHXxxQ7ShtNT9adI02DFDXc6Z4rNl { width:18.625rem;height:8.6875rem;top:3rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr { display:block; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXcS3MMmMI77m9Qhbh530ZTIcc6LcAFb { width:5.625rem;height:5.625rem;top:3.9375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Joc8i0F7OH8gNRMzz46QDUIFVrumGhsU { width:47.75rem;height:14.625rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc { display:block; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u76DeyfIJlNSrOLmzcxmTtKO8rsM5Iwo { width:47.75rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OypcC2wMyaeguyh45oGefoXc3xwDXhem { display:block; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJVNIX8xBhLA1e3bcnFaiuasrSWyntcx { width:27.5625rem;height:25.625rem;top:3.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvfLhPwhTCfhVTMq0wU1JWV5fzsT6QR { width:22.875rem;height:5.8125rem;top:17rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXy8LqcLLCiQ0Qxq9c5r1acV0yBdIsJE { width:22.875rem;height:1.75rem;top:14rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN2ut0F3aLpGKAwGPH1iJTOokfunyodQ { width:5.6875rem;height:6.0625rem;top:6.3125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTHyXJNfP5GcRbEbAPskNz2TFaOqBTV { width:27.5625rem;height:25.625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ssHFvx2gGoS5s7T5KXbrogpzM6PfSz { width:22.875rem;height:1.75rem;top:14.5625rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTIZqV7Wu4K2IA1t33f0XubdOigiOBR { width:5.5rem;height:6rem;top:6.3125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1bqkpkIqquLIKRNlVaviyn5LrcKVxL { width:21.625rem;height:7.25rem;top:16.9375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpcbQTxTpkthaEa3SlxJWI9baWt1A78 { display:block; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKBC7G7iTC7q5rxaCe3tqTHUItmnTh7g { width:27.5625rem;height:25.625rem;top:1.9375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57XNWixMSripSpCvls6cx0tQs3M9FcC { width:22.875rem;height:7.25rem;top:15rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL0DXTqK9xofkhFJ5QNTGpBot6WCxx1C { width:22.875rem;height:1.75rem;top:12.5625rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmWLQA6xvtCTzhMiqSqR0HkyDvTcDCH9 { width:5.6875rem;height:6.0625rem;top:4.875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZfPDfe19CntiafRUhIghbIg7d4TItdw { width:27.5625rem;height:25.625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMl47odbbH7ZT2TrUnF7EFJxFJv94U0B { width:22.875rem;height:1.75rem;top:13.125rem;left:1rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPcg1x9VqeynkQH0IKAaUR6nAIklDqiH { width:5.5625rem;height:6rem;top:4.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOeBZpE7FCU07yhpzdOw3rlzRwldlCy { width:21.625rem;height:8.75rem;top:15.5rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi { display:block; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEfChXM11U8f3i7GWXsLuoI1tm0TPqPu { width:46.75rem;height:5.6875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwwo9lxFn46EwdKr5MWZBUCS6nG5dz8H { display:block; }
 }@media only screen and (max-width: 763px) { #qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ { display:block; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz1z3iTggL8sDPfSWdJZJaUmACvqGnzC { width:13.125rem;height:15.241445831102rem;top:16.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9HaBGp2Ro2KahrWSmWXWtp3ZsRlLdv2 { width:44.375rem;height:12.9375rem;top:34.4375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW8AuKTTrnPkk9TxSBTsQz1ep1kumu6l { width:46.4375rem;height:8.125rem;top:4.3125rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfgTphEWb0ZrI7AkJ3cOIBENkJgnLkQT { width:17.6875rem;height:19.36918244835rem;top:12.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXt5olweXHbBpWUWcCpWP0I76rgVrouA { display:block; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okO2EoJdrNSbie7oi90NWNXVa9yHHaBf { width:47.75rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ { display:block; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deR0ERSksmlOwhl0KlXvSDgkeTdZLK9R { width:47.75rem;height:9.6875rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m83duWPM328fOyLSTBSkbpo1ZaKWR6rT { width:29.0625rem;height:19.9365rem;top:11.5rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTsZ5PidcTVz2BITV85LFzZSMtirdKzA { display:block; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FC5wAWo6RzCxPSlLT6GyONrf16KJg8F5 { width:47.75rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRmHIo8adXlqOdukRXQWJ935r8iJIUnF { display:block; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUdwMfXwnRuFEP92zKFQLfwBpyFA3RVg { width:47.75rem;height:10.125rem;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTXGw2aAVltgWg3dXMCFrM6lGGwp81gx { width:47.75rem;height:3.5625rem;top:7.875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH { display:block; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kuii1i6BRf9o3QqqQhRgGsLHEUhrpEnG { width:46.75rem;height:5.6875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRXEDaF6kPVXtDnsfFgv7pW3xMCTWZCw { display:block; }
 }@media only screen and (max-width: 763px) { #bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO { display:block; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container { width:47.75rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7LFeWZpT9eNu7q4Igf2JTiNTFLS4f4K { width:46.75rem;height:4rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxoG36ifGUusbu6hnUnKZTO9gtCci2R { display:block; }
 }@media only screen and (max-width: 763px) { #RSUropJd9DnrPmXp9PZRhoy1ByWNZxNu { width:47.75rem;height:4.0625rem;top:3.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0bDTXNiZ2tNlmlQ9r7htbqSHGqm4f5N { width:46.75rem;height:4rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMetGoT6NoRDP6brX8AT91yisApm3SXh { display:block; }
 }@media only screen and (max-width: 763px) { #FfBZfmxrIGuQlHSr8WN11sxTgGF4X3By { width:46.75rem;height:4rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLvLbs8ek20vTs19x5QOTASvME65rqrQ { display:block; }
 }@media only screen and (max-width: 763px) { #nTHuMSvT7mMqqyHxHn7chIoIxkHPQgbF { width:46.75rem;height:4rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovhUNuTc7i10nXUa4KVHqSpUduO2kDE { display:block; }
 }@media only screen and (max-width: 763px) { #cTyO8kiig0yo4csLaDmO0cOTo73uZnrV { width:46.75rem;height:4rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPBroOpDyqENrkrWsk9KXIagv755OWu1 { display:block; }
 }@media only screen and (max-width: 763px) { #M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG { display:block; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3zgm6s5vnDOlTR1Bxb8TxywHQlFfRo8 { width:13.0625rem;height:4.5625rem;top:4.7081146240234rem;left:17.593316555023rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0z3CiCDEB8ETsP6yt92TIV3iCoQnc2I { width:47.75rem;height:1.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8BXwlsyKbZx5pIG41wUaloNOlhMa8XT { width:2.375rem;height:2.375rem;top:11rem;left:8rem;display:block; }
#l8BXwlsyKbZx5pIG41wUaloNOlhMa8XT > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #lmgudM2JGgo6TLfsICisqCfgHPZ3rami { width:2.25rem;height:2.25rem;top:11.0625rem;left:16.5rem;display:block; }
#lmgudM2JGgo6TLfsICisqCfgHPZ3rami > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #y87auXsNi6GTnbaQCG9ckLv81rOdE3ew { width:2.375rem;height:2.375rem;top:11rem;left:26.125rem;display:block; }
#y87auXsNi6GTnbaQCG9ckLv81rOdE3ew > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #UqITZ7GGHMStVkXR8671TILMIMeSMCiU { width:2.375rem;height:2.375rem;top:11rem;left:36.6875rem;display:block; }
#UqITZ7GGHMStVkXR8671TILMIMeSMCiU > 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) { #VnAmzcTyyLiSndQLysE3geKv5U22aSZE { display:block; }#VnAmzcTyyLiSndQLysE3geKv5U22aSZE > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuEEytfh2sOkwUPZeuxUXvQaelSLaQOM { width:9.6875rem;height:3.3125rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkLloZww3v3TsImV4FF8SRlgf4qQTrym { width:20rem;height:1.4624rem;top:7.2265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pekueNRMHGsafiMSCoNJie8G181s21P8 { width:20rem;height:1.94986875rem;top:10.03515625rem;left:-0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifTo2gEgv9Dk24JM7zyoxGHBrPZWQwl8 { width:20rem;height:2.1933625rem;top:12.0390625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBtVVsdDyTa2BTAvVGMTT7UNqs0vQFe { width:0.75rem;height:9.375rem;top:145.1071125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHc8sbxzSIsbCdasAfHpMIV3V2bOTaRU { width:15.1875rem;height:4.38720625rem;top:15.35546875rem;left:1.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zH73ZkgoUtAp7pXA0T2GsQrnUHQ316rn { width:3.0625rem;height:3.3125rem;top:7.2265625rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsgf7ydrLPTTGpfCNv1yWsrJQ9wOzE0P { width:3.75rem;height:4.5625rem;top:15.355469226837rem;left:15.611891239884rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga96n3wiwDThR1nF50LJBXIkX37oHWoh { width:5.6875rem;height:5.6875rem;top:39.8841125rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsUlkMkynSOW77ppO1XlHURgkIR5AEPi { width:10rem;height:9.499375rem;top:91.647785186769rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhCE6fMaoPt14JgcBhgNVBA9VD7VTvPG { width:3.6875rem;height:3rem;top:92.31671875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKXx1szrmbpm2QC9DL852e1kydaMpPeD { width:8.6875rem;height:8.375rem;top:104.37890625rem;left:5.6562502980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHTeKb4f3DwdGgsQ01Rr1Q1V6tzLvg8P { width:20rem;height:15.9375rem;top:102.50391387939rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbmIPpGonVrghRpBS8glW2CgnUbUQEyF { width:19rem;height:0;top:103.25391387939rem;left:0.50000005960464rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-text { width:17.5rem;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; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-text {padding-top: 0; padding-bottom: 0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-textarea { width:17.5rem;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; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-select {padding-top: 0; padding-bottom: 0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-input-button { width:17.5rem;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; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-container:first-of-type{padding-top:0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .widget-container:last-of-type{padding-bottom:0;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL  { width:17.5rem;height:auto;top:18.8369140625rem;left:0rem;z-index:15034;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL {display:block;}#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL { width:17.5rem;height:auto;top:18.8369140625rem;left:0rem;z-index:15034;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) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #nOoa0gvpnZNr1WG07Wh4EEQaCCT39bV1 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #fpVEwKthyvdgDLC4xUMpJ1km6QUUQTqT { display:none; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #gubl72T4PRGZSWmVHvttohy180JSPO76 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CPBLLIR0VPgVTyshUDuwTbkMeLAwirzQ {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #m5DFxrWxUoUGfckAI4Sb2uH0VnkDfKqI { display:none; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ylIdz3Jx2HyUexuXzIq2w9PSWTMT2TuK {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #w5QotKkNh88l5VrxOdiL1JlOEWCbsmOc {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #GQiswMIPHGInucCahJmWhqhUdubktm6l { display:none; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #an1tUp0KNmLC16rH6zD2z37sehEwSC1x {  }
 }@media only screen and (max-width: 763px) { #ik9dOgXwuuw86wyx7WMKqZXr5iOUsGly { display:block; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #b2MsMH3FZChO6JROMyJ0sTW9WDTVEVvb {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #o34ntQlbaTfLaFkyHqtT5rPDrDzetSA4 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #yue1z5sTTKgDD3pUVa7K4huHLi9wh7Fd {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #alcDz9Uh0ci0TvE4BeL22k9Tzeyx5iQz {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #fgpiUsdZLWMeDvT9kNZzM6CnUZTaG9KT {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #PeWhhirx9UrHUDC6OAAPiDnXFWA5ETHC {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #pCT3lCFyCmz0zvZcc2rkQq0XNBIpo9nG {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #WxwmHTZQbDIZEbxrbzdBNw7u9ai53051 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #lEAg8ns5QxXRlMpAzZ2NzLWOqDudRLA8 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #Tmf1qa04TUqNpoTmCJFeoP4Khq8ybNax {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #Av3ED4wiOzeO4RBrbcrANSdbeBgHGy4p {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CC20QJL80QSoD8bypkIfrNkGakqh1hTE {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #xhDvna4F2hpdqUyARNO5IblVPMWcW1ag {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #k3LPCCXkOazswxGI73J0qTumHTARAtSh {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #kXu8ZvyyvM1L2qmkUGqKko0dZPoK08I3 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #xDPt5mwTagBqKCIneeoJhWZt15OUbCpw {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #MXkPH6WHFU5TNtLiZuCzGmWSMle12ZvJ {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #nHaJ9Qi1NTB7z6mBX59p0OpCS1F6caxF {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #rFESGH7pKaESsK8fQWP0vBXTK7E2XrJT {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #TdVkvVi30M7o5I5eJgmztg96qwzu3QiN {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #rfyf3MuipQfOZw4afrkDykTNAMUSnzud {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #uTX4FU4d8ZiTNMqQ0FLHeQJibQ3Kgher {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #IHfTZ9txvi37mD5uJ2ETrchgTvxRoSmb {  }
#s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #IHfTZ9txvi37mD5uJ2ETrchgTvxRoSmb .container-column{width:50%;} }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #s3tJnETdCJn5k2c8bq2g4qTvzrOogPkE {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #n5PJR3uGMhOnZuc8iL27hkECThda1HvV {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #GMCTdRmNzuyg4gQ6U6C0bOPWmc5a2Voy {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CXX2ebBs45z5fz0APr4niBOq5vTJfTPu {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ZUz975a0as0tip5xu6HZsSJaXvACtNTL {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #TVOaLeGb7uaTBWizUZ7UUWZXEBNvNnTv {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #sb6c8oPZDT6csAMDLyRPk9W6kzKrNKS4 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #i1A2561sEveBasJLqbZ6zfHqhyW85Omq {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #snNQHuATpUB2RvZaG3zhIQXXW9gQFwXU {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #wdWJcCE67frDITHqggJbeCrZq3QU1TuG {  }
 }@media only screen and (max-width: 763px) { #kFFPNHZZFsS9KDyf6WJlAbrGOJs1QD2G { display:block; }
 }@media only screen and (max-width: 763px) { #hFuIAWtVGN06WxupFrCPsJkAwnU0EJhx { display:block; }
 }@media only screen and (max-width: 763px) { #HiPXTNbnqb1V1iLFmsI3iWwZIAOHE6qI { display:block; }
 }@media only screen and (max-width: 763px) { #pyDXUO2hdf9Jza2iBQomu0Zayw3G1ByU { display:block; }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #XVSP6k0EUUpQTxvvnha4WQiaUIH1Tzqp {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #VXzLTD7guE6moNXrMaTRrfp3Lo7wzuyB {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #elU4qlpMMCo8eUf1KAmJ7boq11vN5dUB {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #wgZW8czAOQif8gOdPTi5aNta5quMSPcn {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #X1ef7yzpw8gHpzX7rHND9f64rmEXg10q {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #OkoThZ3wZZPSqoC7ilMAAP7n8gmE1TmW {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #VDB19WMPmKVZmHn5vN9UlvH6bN2E1LUz {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #CUiF34hNIt1f04825EkECQIcTp2SyaqJ {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #ubl9E2TE09iJKHnkqdz2bpnBFwcumx0K {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #DqrSwJlEMFG8PLeZItGiVzv0l79CI9c6 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #NEwEKMP6Qns9r5agTesm6GozOsi46t0V {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #L4FBQs5oow7S7ncVHX7ddxdI4ObzWi5h {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #cO2KiTEZw7FKskhrXAP8fzUF9hcOpuxX {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #JLXOHtNlZ7ZD7L3ttNfLrq08eJeEem37 {  }
 }@media only screen and (max-width: 763px) { #s2vthAnfPNCBNCU7SuKWmiw4n84N6JSL #zMPTPE7WHMfScDKdlqrhkaw1PJtx4ZmP {  }
 }@media only screen and (max-width: 763px) { #xgdF3wXvwpthWExd1g8SE06Zi8d78BVT { width:18.25rem;height:2.4375rem;top:50.3369140625rem;left:0.875rem;font-size:0.8125rem;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/316dc559-ed74-4bdf-b7c4-f623bfba2190/1spdzajczaszrodzinicieszsipozytywnenergi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G.adaptive-delivery-prevent-bg, #t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G.lazyload, #t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G.lazyloading { background-image: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container { background-color: transparent; background-image: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,16,70,0.56); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container > .video-iframe-container { display: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,16,70,0.56); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row > .video-iframe-container { display: none; }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .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); }#t2JoWmD6ZTEOzoLZWOHcTAZpqhcaHc2G > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbzKHXxxQ7ShtNT9adI02DFDXc6Z4rNl { width:17.99925rem;height:8.6979125rem;top:2.991943359375rem;left:0.999755859375rem;font-size:1.8125rem;z-index:15063;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr { display:block; }#vCml82TkOdUuJnB8PzW8hotvQJ7Jeamr > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXcS3MMmMI77m9Qhbh530ZTIcc6LcAFb { width:5.625rem;height:5.625rem;top:1.937255859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Joc8i0F7OH8gNRMzz46QDUIFVrumGhsU { width:17.875rem;height:17.875rem;top:8rem;left:1.0625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc { display:block; }#XHbSFPV6WbdEu4sJPV32GhilPTRGZyFc > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u76DeyfIJlNSrOLmzcxmTtKO8rsM5Iwo { width:19.0625rem;height:4.875rem;top:1.650390625rem;left:0.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OypcC2wMyaeguyh45oGefoXc3xwDXhem { display:block; }#OypcC2wMyaeguyh45oGefoXc3xwDXhem > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJVNIX8xBhLA1e3bcnFaiuasrSWyntcx { width:17.6875rem;height:26.25rem;top:1.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvfLhPwhTCfhVTMq0wU1JWV5fzsT6QR { width:15.49925rem;height:10.2356875rem;top:15.25rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXy8LqcLLCiQ0Qxq9c5r1acV0yBdIsJE { width:14.74975rem;height:3.57421875rem;top:11rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN2ut0F3aLpGKAwGPH1iJTOokfunyodQ { width:5.625rem;height:6rem;top:3.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTHyXJNfP5GcRbEbAPskNz2TFaOqBTV { width:17.1875rem;height:25.625rem;top:29.624996185302rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ssHFvx2gGoS5s7T5KXbrogpzM6PfSz { width:20rem;height:1.7871125rem;top:38.625001192093rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTIZqV7Wu4K2IA1t33f0XubdOigiOBR { width:5.5rem;height:6rem;top:31.561200380326rem;left:7.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1bqkpkIqquLIKRNlVaviyn5LrcKVxL { width:15.25rem;height:10.2356875rem;top:41.125001192093rem;left:2.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpcbQTxTpkthaEa3SlxJWI9baWt1A78 { display:block; }#glpcbQTxTpkthaEa3SlxJWI9baWt1A78 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKBC7G7iTC7q5rxaCe3tqTHUItmnTh7g { width:17.6875rem;height:26.25rem;top:0.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57XNWixMSripSpCvls6cx0tQs3M9FcC { width:15.49925rem;height:11.6979375rem;top:13.4375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL0DXTqK9xofkhFJ5QNTGpBot6WCxx1C { width:14.74975rem;height:3.57421875rem;top:9.1875rem;left:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmWLQA6xvtCTzhMiqSqR0HkyDvTcDCH9 { width:5.68725625rem;height:6.0620125rem;top:2.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZfPDfe19CntiafRUhIghbIg7d4TItdw { width:16.875rem;height:25.625rem;top:28.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMl47odbbH7ZT2TrUnF7EFJxFJv94U0B { width:20rem;height:1.7871125rem;top:38.250007629394rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPcg1x9VqeynkQH0IKAaUR6nAIklDqiH { width:5.5625rem;height:6rem;top:30.3125rem;left:7.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOeBZpE7FCU07yhpzdOw3rlzRwldlCy { width:14.1875rem;height:11.6979375rem;top:40.687502563rem;left:2.9062500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi { display:block; }#H7H5sEkTI1o2asKslgcTfFFQ9oB1vyxi > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEfChXM11U8f3i7GWXsLuoI1tm0TPqPu { width:17.25rem;height:4.3125rem;top:2.0625rem;left:1.3750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwwo9lxFn46EwdKr5MWZBUCS6nG5dz8H { display:block; }
 }@media only screen and (max-width: 763px) { #qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ { display:block; }#qFx56otS7lTFsngQCRVTIgu9ik7tcEDZ > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz1z3iTggL8sDPfSWdJZJaUmACvqGnzC { width:6.8115rem;height:7.937rem;top:14.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9HaBGp2Ro2KahrWSmWXWtp3ZsRlLdv2 { width:17.1875rem;height:18.28125rem;top:24.444580078125rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JW8AuKTTrnPkk9TxSBTsQz1ep1kumu6l { width:15.1248125rem;height:7.9739375rem;top:3.623046875rem;left:2.4370661377907rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dfgTphEWb0ZrI7AkJ3cOIBENkJgnLkQT { width:9.812rem;height:10.81175rem;top:11.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXt5olweXHbBpWUWcCpWP0I76rgVrouA { display:block; }#bXt5olweXHbBpWUWcCpWP0I76rgVrouA > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okO2EoJdrNSbie7oi90NWNXVa9yHHaBf { width:19.0625rem;height:2.5996125rem;top:3.712158203125rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ { display:block; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ { background-color: transparent; background-image: none; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container > .video-iframe-container { display: none; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row > .video-iframe-container { display: none; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .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); }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ { border-width: 0; border-radius: 0; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDkM5kkTcdaWQhvr6XMQAIQ5ik7K8TzJ > .row .container { width:20rem;height:36.25rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deR0ERSksmlOwhl0KlXvSDgkeTdZLK9R { width:18.62425rem;height:19.009125rem;top:1.11328125rem;left:0.687255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m83duWPM328fOyLSTBSkbpo1ZaKWR6rT { width:16.184875rem;height:11.059875rem;top:21.421886444092rem;left:1.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTsZ5PidcTVz2BITV85LFzZSMtirdKzA { display:none; }#uTsZ5PidcTVz2BITV85LFzZSMtirdKzA > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FC5wAWo6RzCxPSlLT6GyONrf16KJg8F5 { width:19.0625rem;height:2.59895625rem;top:3.712158203125rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRmHIo8adXlqOdukRXQWJ935r8iJIUnF { display:block; }#JRmHIo8adXlqOdukRXQWJ935r8iJIUnF > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUdwMfXwnRuFEP92zKFQLfwBpyFA3RVg { width:17.375rem;height:23.3958125rem;top:7.09765625rem;left:1.3125000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yTXGw2aAVltgWg3dXMCFrM6lGGwp81gx { width:18.6875rem;height:2.5996125rem;top:3.5625rem;left:1.2486979365349rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH { display:block; }#IaN1PLt6H2ov9PUIhhkTNAyWUJw5U3FH > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kuii1i6BRf9o3QqqQhRgGsLHEUhrpEnG { width:16.6875rem;height:4.3125rem;top:2.0625rem;left:1.6562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRXEDaF6kPVXtDnsfFgv7pW3xMCTWZCw { display:block; }
 }@media only screen and (max-width: 763px) { #bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO { background-color:#eff0f3;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; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container { background-color: transparent; background-image: none; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container > .video-iframe-container { display: none; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row > .video-iframe-container { display: none; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .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); }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container { border-width: 0; border-radius: 0; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDaZazZHm8xfLbapoe1Tn9E0qyq68tTO > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7LFeWZpT9eNu7q4Igf2JTiNTFLS4f4K { width:19rem;height:4rem;top:8.361328125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxoG36ifGUusbu6hnUnKZTO9gtCci2R { display:block; }
 }@media only screen and (max-width: 763px) { #RSUropJd9DnrPmXp9PZRhoy1ByWNZxNu { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0bDTXNiZ2tNlmlQ9r7htbqSHGqm4f5N { width:19rem;height:4rem;top:13.798828125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMetGoT6NoRDP6brX8AT91yisApm3SXh { display:block; }
 }@media only screen and (max-width: 763px) { #FfBZfmxrIGuQlHSr8WN11sxTgGF4X3By { width:19rem;height:4rem;top:19.111328125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLvLbs8ek20vTs19x5QOTASvME65rqrQ { display:block; }
 }@media only screen and (max-width: 763px) { #nTHuMSvT7mMqqyHxHn7chIoIxkHPQgbF { width:19rem;height:4rem;top:24.548828125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovhUNuTc7i10nXUa4KVHqSpUduO2kDE { display:block; }
 }@media only screen and (max-width: 763px) { #cTyO8kiig0yo4csLaDmO0cOTo73uZnrV { width:19rem;height:4rem;top:29.986328125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPBroOpDyqENrkrWsk9KXIagv755OWu1 { display:block; }
 }@media only screen and (max-width: 763px) { #M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG { display:block; }#M41ni2s0yUxwSaoQeSRBg2xr3pqEzfdG > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3zgm6s5vnDOlTR1Bxb8TxywHQlFfRo8 { width:12.875rem;height:4.5403234359071rem;top:1.749267578125rem;left:3.560791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0z3CiCDEB8ETsP6yt92TIV3iCoQnc2I { width:20rem;height:2.44921875rem;top:7.03979375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8BXwlsyKbZx5pIG41wUaloNOlhMa8XT { display:flex;width:2.5rem;height:2.5rem;top:10.675537109375rem;left:1.2646484375rem; }
#l8BXwlsyKbZx5pIG41wUaloNOlhMa8XT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #lmgudM2JGgo6TLfsICisqCfgHPZ3rami { display:flex;width:2.25rem;height:2.25rem;top:10.92529296875rem;left:5.684814453125rem; }
#lmgudM2JGgo6TLfsICisqCfgHPZ3rami > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #y87auXsNi6GTnbaQCG9ckLv81rOdE3ew { display:flex;width:2.375rem;height:2.375rem;top:10.863037109375rem;left:10.951904296875rem; }
#y87auXsNi6GTnbaQCG9ckLv81rOdE3ew > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #UqITZ7GGHMStVkXR8671TILMIMeSMCiU { display:flex;width:2.375rem;height:2.375rem;top:10.863037109375rem;left:15.811767578125rem; }
#UqITZ7GGHMStVkXR8671TILMIMeSMCiU > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }