.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f3f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,249,251,0.81);background-image:url("https://images.assets-landingi.com/uc/0e2d09ab-801f-4dbd-a136-b35da17611e4/spokjumyslu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw.adaptive-delivery-prevent-bg, #cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw.lazyload, #cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw.lazyloading { background-image: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container { background-color: transparent; background-image: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container > .video-iframe-container { display: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row > .video-iframe-container { display: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .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); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container { border-width: 0; border-radius: 0; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#SUMMNe2KXErt4O4x1VXJmK2Bt9oMte32 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.8125001937151rem;left:48.187501907349rem;overflow:hidden;display:block; }
#UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.562501147389rem;left:31.781251907349rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { color:#0babc1;display:block;width:22.9375rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.73750038445rem;left:39.062501907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#svxhNrD0HT8r0iw1Tz3hrifU7rxint87 { position:absolute;display:block;z-index:15024;height:5.625rem;width:10.0625rem;top:0.68750001490119rem;left:21.59375rem;display:block; }
#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zQf2nCJo/Projekt_bez_tytu_u_67_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM.adaptive-delivery-prevent-bg, #WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM.lazyload, #WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM.lazyloading { background-image: none; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM > .row .container { border-width: 0; border-radius: 0; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM::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; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:none; }#oqNw1HpN9qraK9TGwvKUat1AngOGLC14 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.4375rem;left:35.1875rem;overflow:hidden;display:block; }
#Tb5cOq1hRO7y1qH0ETlc0wcJHuiA6V7T { color:#027373;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.625rem;left:18.75rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lSxbnI0EZQyDuElwNAD0h5tR29dQB8w8 { color:#0babc1;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:4.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row .container { background-color: transparent; background-image: none; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row .container > .video-iframe-container { display: none; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row > .video-iframe-container { display: none; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .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); }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row .container { border-width: 0; border-radius: 0; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#BpUToHs8H0bLWnugbid9QwOcBVcK5GlU { 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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.8118491172788rem;left:-0.9375rem;display:block; }
#QzwLrsb6QIdw79xGf397E5HSVhKmQ4uL { position:absolute;display:block;z-index:15040;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:10.9375rem;width:16.625rem;top:9.7491455078125rem;left:0rem;overflow:hidden;display:block; }
#V0TmsBFSEVfodMQJQwk5VksIBlxboILW { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.99951171875rem;left:-0.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSpVfrShUB7M9dgdb03IhlFJ9parxICB { position:absolute;display:block;z-index:15038;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:10.9375rem;width:16.625rem;top:9.747314453125rem;left:19.466552734375rem;overflow:hidden;display:block; }
#fBU1wJdq2Zb1G0bcDTFELhhWGNR3TUE3 { position:absolute;display:block;z-index:15025;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.499125rem;top:8.9375rem;left:18.5625rem;display:block; }
#gn3R1uSLsKtkE9hZftTfD7WBxJTirFzT { position:absolute;display:block;z-index:15037;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:10.875rem;width:16.5625rem;top:9.7174072265625rem;left:38.87451171875rem;overflow:hidden;display:block; }
#mmF1BXUUFVnWKbOh2lx0DAvynGgkcwCT { position:absolute;display:block;z-index:15024;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.8123779296875rem;left:37.999877929688rem;display:block; }
#uGCufHhztpwMmhKnvP63utiZ0giyk9mP { position:absolute;display:block;z-index:15025;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.9375rem;left:57.3125rem;display:block; }
#M7kCnygFD9uEaiorRx7rTbe94RaX1tfd { position:absolute;display:block;z-index:15039;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:10.9375rem;width:16.625rem;top:9.74853515625rem;left:58.313598632812rem;overflow:hidden;display:block; }
#eWZggAJWWLIOuIqKX3wDXxeGQ2Gt74OI { color:#d46a44;display:block;width:15.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:28.625000953674rem;left:0.59375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSnBMQWfee9bcu30IfP1KcfZWwML9DTp { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:18.746948242188rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnX56BlsskvobTNhBNM7pqpCCynzDxvc { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:38.185424804688rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCxUIOUz8blmEVImm9UtR8gz1JLBJnEf { color:#47545a;display:block;width:18.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:57.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTITHB1sDOHBmlDF9MK5Gz2ihAUV9AG7 { color:#d46a44;display:block;width:14.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:28.624349594116rem;left:20.528648376465rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzceTtL10VtmcqLmrKWstCZUOBJLBZC2 { color:#d46a44;display:block;width:14.375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:28.624349594116rem;left:40.06120300293rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUKZeg1aZmuKsdgKe8FXHp88CLyrICgM { color:#d46a44;display:block;width:18.625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15031;line-height:1;letter-spacing:0;top:28.626098632812rem;left:57.250122070312rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7VrxXyfqr3nAEo0UNhZkyrHmrvSpCU9 { position:absolute;display:block;z-index:15011;background-color:#d8c68b;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:60rem;top:32.936401367188rem;left:7.5rem;display:none; }
#QVCakssLquiTpeFX4eOSRhew6Xw12liU { display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:36.608276367188rem;left:7.5rem;height:3.28125rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NXCIRTkImpfOvS44UhXzVhkKVSmAkWXD { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.229820251465rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CR71UW9dZtaOt8q7qKvZwhkdBBSCNzTx { color:#47545a;display:block;width:17.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:33.270834922791rem;left:19.341148376465rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0SaQ0bkpWqaG9Q8k0yiklpJ19EyIrSp { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:33.415366172791rem;left:38.81120300293rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhSBVhnOxzlglsmXc0MWpTABTDuVVWnV { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:33.229166984558rem;left:58.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edBb1FSNEwMCQAqUFtFiDb4mZuCctTW4 { color:#027373;display:block;width:17.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.249351501465rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { background-color: transparent; background-image: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container > .video-iframe-container { display: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container { display: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .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); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { border-width: 0; border-radius: 0; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAOfA3I8ulT8l0Wvtcf82vTMyCSDwhCl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.125rem;width:75rem;top:16.541687011719rem;left:0rem;display:block; }
#vRpVDWXsvQdESy6NuqgUrifbLvUbWLyo { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGqxCHKqAtkDIT9cwvURXIEz7nB2PXPd { position:absolute;display:block;z-index:15001;background-color:#107d84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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:none; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { border-width: 0; border-radius: 0; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:none; }#WgiFwVoku4bxddtcALgQ6nq8dsdwqNV8 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5937433242798rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZIZE2wPX8cea9ohhKOIwmgP1TTWgcVnR { background-color:#107d84;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:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.375rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.750000834465rem;left:12.8125rem;display:block; }
#lT3WXlnmZNsSeEMpmC0Eqoe4tPSa5GRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8FN0r7LGQ76E57NfkINGJ6eS2JiQUCk { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:11.124999880791rem;left:0rem;display:block; }
#P33NA6aLKpmzPIi0zGFdCRduC3pZJNIW { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.27951335907rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row .container { background-color: transparent; background-image: none; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row .container > .video-iframe-container { display: none; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row > .video-iframe-container { display: none; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .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); }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row .container { border-width: 0; border-radius: 0; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#TTMmV1T4cMy6UZ9J8nXIf5FigrnPvUPx { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5937433242798rem;left:0rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CrFZziq2agcvNK2i62kPoeplO9xJTwH6 { background-color:#107d84;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:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.375rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.5625rem;left:12.8125rem;display:block; }
#QO96mkB4f7fcm5NIGsV1ld9SlRmPOTLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Khnp5SmfMO334llTVHBQdsuPWxvefwWB { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:14.3125rem;left:0rem;display:block; }
#ZvmQm8XwkpoRNA76t08G30CQBqeq2xkb { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.27951335907rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/28da563f-db7c-43b6-bb35-ce31551841d4/spokjumyslu2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.adaptive-delivery-prevent-bg, #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.lazyload, #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.lazyloading { background-image: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container { background-color: transparent; background-image: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container > .video-iframe-container { display: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row > .video-iframe-container { display: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .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); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container { border-width: 0; border-radius: 0; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#xWkG1gzhueRFa1gonpBhUochr18N7vCc { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.9375rem;left:2.1875rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nNn3g31wD9CRTdcmz4Ltw0pwvucLsoiZ { display:block;width:41.875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:15.5rem;left:2.1875rem;height:31.04690625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oypAXH2NXsXcAaJhyHl9479n2GekAzvR { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rqZhwDJDlNgPoFqFD6PVgRNwHqBqt5wH { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.1875rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvqkwbJ6fgB7paNWBaOFw3TxZQglAlVO { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yTgZneZlhwf899fshVTyed7puglHzSnv { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L4mRRzVyTexI9NCJyD0eC797tMDbIdnu { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#V2BdLwM04LDDNVeSu6Lbsc7myrblpN2S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:20.8125rem;display:none; }
#wsZBuAvT4VJ5ED2rwDI0ypxS37WRkmds { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#PpnpVCMTzyUo2so3DTZ3ePfPQe3BmIdZ { display:block;width:43.5625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MEuDgH3JkUFacA29rUk24QkTUIv3iR7d { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.1875rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eow3RFkCnn7k92AneC2VgfIsZduH3o7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { background-color: transparent; background-image: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .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); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { border-width: 0; border-radius: 0; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.5625rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw { display:block; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SUMMNe2KXErt4O4x1VXJmK2Bt9oMte32 { width:4.0625rem;height:4.0625rem;top:0.6875rem;left:32.468752264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { width:20.9375rem;height:1.4625rem;top:13rem;left:24.031250357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { width:14.0625rem;height:5.6875rem;top:6.03125rem;left:27.468750357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svxhNrD0HT8r0iw1Tz3hrifU7rxint87 { width:10.0625rem;height:5.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM { display:none; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM > .row .container { width:47.75rem;height:17.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oqNw1HpN9qraK9TGwvKUat1AngOGLC14 { width:4.6875rem;height:4.6875rem;top:3.25rem;left:21.531249344349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tb5cOq1hRO7y1qH0ETlc0wcJHuiA6V7T { width:37.5rem;height:2.03125rem;top:13.375000953674rem;left:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSxbnI0EZQyDuElwNAD0h5tR29dQB8w8 { width:47.75rem;height:2.84375rem;top:8.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gelhguGuiKdVT1GmwkUN1NSUefa1UDaF { display:block; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BpUToHs8H0bLWnugbid9QwOcBVcK5GlU { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzwLrsb6QIdw79xGf397E5HSVhKmQ4uL { width:16.625rem;height:10.9375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0TmsBFSEVfodMQJQwk5VksIBlxboILW { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSpVfrShUB7M9dgdb03IhlFJ9parxICB { width:16.625rem;height:10.9375rem;top:9.6875rem;left:5.841552734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBU1wJdq2Zb1G0bcDTFELhhWGNR3TUE3 { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gn3R1uSLsKtkE9hZftTfD7WBxJTirFzT { width:16.5625rem;height:10.875rem;top:9.6875rem;left:25.24951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmF1BXUUFVnWKbOh2lx0DAvynGgkcwCT { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uGCufHhztpwMmhKnvP63utiZ0giyk9mP { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7kCnygFD9uEaiorRx7rTbe94RaX1tfd { width:16.625rem;height:10.9375rem;top:9.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWZggAJWWLIOuIqKX3wDXxeGQ2Gt74OI { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSnBMQWfee9bcu30IfP1KcfZWwML9DTp { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bnX56BlsskvobTNhBNM7pqpCCynzDxvc { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MCxUIOUz8blmEVImm9UtR8gz1JLBJnEf { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTITHB1sDOHBmlDF9MK5Gz2ihAUV9AG7 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzceTtL10VtmcqLmrKWstCZUOBJLBZC2 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUKZeg1aZmuKsdgKe8FXHp88CLyrICgM { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7VrxXyfqr3nAEo0UNhZkyrHmrvSpCU9 { width:45rem;height:10.2493105rem;top:60.248157501221rem;left:1.3729318976403rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QVCakssLquiTpeFX4eOSRhew6Xw12liU { width:43.4995384375rem;height:5.588234875rem;top:62.5585899353rem;left:2.1220126748085rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NXCIRTkImpfOvS44UhXzVhkKVSmAkWXD { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CR71UW9dZtaOt8q7qKvZwhkdBBSCNzTx { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0SaQ0bkpWqaG9Q8k0yiklpJ19EyIrSp { width:11.875rem;height:2.64705875rem;top:17.875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhSBVhnOxzlglsmXc0MWpTABTDuVVWnV { width:11.875rem;height:2.64705875rem;top:17.875rem;left:35.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edBb1FSNEwMCQAqUFtFiDb4mZuCctTW4 { width:11.5625rem;height:1.3rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAOfA3I8ulT8l0Wvtcf82vTMyCSDwhCl { width:43.75rem;height:24.5625rem;top:11.727867126465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRpVDWXsvQdESy6NuqgUrifbLvUbWLyo { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGqxCHKqAtkDIT9cwvURXIEz7nB2PXPd { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO { display:none; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WgiFwVoku4bxddtcALgQ6nq8dsdwqNV8 { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIZE2wPX8cea9ohhKOIwmgP1TTWgcVnR { width:31.25rem;height:3.375rem;top:23.802082538605rem;left:8.2500002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lT3WXlnmZNsSeEMpmC0Eqoe4tPSa5GRO { display:block; }
 }@media only screen and (max-width: 1199px) { #I8FN0r7LGQ76E57NfkINGJ6eS2JiQUCk { width:47.75rem;height:12.5rem;top:8.9999995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P33NA6aLKpmzPIi0zGFdCRduC3pZJNIW { width:47.75rem;height:2.03125rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN { display:block; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TTMmV1T4cMy6UZ9J8nXIf5FigrnPvUPx { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrFZziq2agcvNK2i62kPoeplO9xJTwH6 { width:31.25rem;height:3.375rem;top:25.989064693451rem;left:8.2500003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QO96mkB4f7fcm5NIGsV1ld9SlRmPOTLD { display:block; }
 }@media only screen and (max-width: 1199px) { #Khnp5SmfMO334llTVHBQdsuPWxvefwWB { width:47.75rem;height:12.5rem;top:10.217969417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvmQm8XwkpoRNA76t08G30CQBqeq2xkb { width:47.75rem;height:4.0625rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/28da563f-db7c-43b6-bb35-ce31551841d4/spokjumyslu2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.adaptive-delivery-prevent-bg, #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.lazyload, #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.lazyloading { background-image: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container { background-color: transparent; background-image: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container > .video-iframe-container { display: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row > .video-iframe-container { display: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .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); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container { width:47.75rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xWkG1gzhueRFa1gonpBhUochr18N7vCc { width:25.75rem;height:4.6875rem;top:0.8125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nNn3g31wD9CRTdcmz4Ltw0pwvucLsoiZ { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oypAXH2NXsXcAaJhyHl9479n2GekAzvR { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rqZhwDJDlNgPoFqFD6PVgRNwHqBqt5wH { width:25.75rem;height:2.25rem;top:6.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvqkwbJ6fgB7paNWBaOFw3TxZQglAlVO { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #yTgZneZlhwf899fshVTyed7puglHzSnv { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #L4mRRzVyTexI9NCJyD0eC797tMDbIdnu { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #V2BdLwM04LDDNVeSu6Lbsc7myrblpN2S { width:20.8125rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wsZBuAvT4VJ5ED2rwDI0ypxS37WRkmds { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PpnpVCMTzyUo2so3DTZ3ePfPQe3BmIdZ { width:25.75rem;height:24.8625rem;top:9rem;left:1.4375rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #MEuDgH3JkUFacA29rUk24QkTUIv3iR7d { width:25.75rem;height:2.25rem;top:6.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:5.6875rem;height:2.25rem;top:2.2179698944092rem;left:21.031250357628rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw { background-color:rgba(243,249,251,0.74);background-image:url("https://images.assets-landingi.com/uc/0e2d09ab-801f-4dbd-a136-b35da17611e4/spokjumyslu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw.adaptive-delivery-prevent-bg, #cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw.lazyload, #cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw.lazyloading { background-image: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container { background-color: transparent; background-image: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container > .video-iframe-container { display: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row > .video-iframe-container { display: none; }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .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); }#cyfUCphyDziJ8JGFVuCDWxO6lO44A7Gw > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUMMNe2KXErt4O4x1VXJmK2Bt9oMte32 { width:1.875rem;height:1.875rem;top:1.1945313215256rem;left:13.593750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9MMOvI4TqJMv2w1u3ZVcbsEyguPvum { width:13.375rem;height:2.76171875rem;top:11.1015625rem;left:3.3124998807907rem;font-size:1.0625rem;color:#027373;display:block; }
 }@media only screen and (max-width: 763px) { #VHmHEu3AnnDJhTIpwo4bNiWqTNrWIVcD { width:10.3125rem;height:3.7375rem;top:3.89453125rem;left:9.3750003576281rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svxhNrD0HT8r0iw1Tz3hrifU7rxint87 { width:3.375rem;height:1.875rem;top:3.0203094482422rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM { background-color:transparent;background-image:url("https://images.assets-landingi.com/zQf2nCJo/Projekt_bez_tytu_u_67_.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM.adaptive-delivery-prevent-bg, #WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM.lazyload, #WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM.lazyloading { background-image: none; }#WxksvG7ROLT7UXhe2azuxW4PLLa3p4TM > .row .container { width:20rem;height:21.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqNw1HpN9qraK9TGwvKUat1AngOGLC14 { width:4.6875rem;height:4.6875rem;top:5rem;left:7.6562502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5cOq1hRO7y1qH0ETlc0wcJHuiA6V7T { width:18.125rem;height:3.7375rem;top:15.102431297303rem;left:0.93663197755812rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSxbnI0EZQyDuElwNAD0h5tR29dQB8w8 { width:18.125rem;height:1.86875rem;top:11.750000476837rem;left:0.93663197755812rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gelhguGuiKdVT1GmwkUN1NSUefa1UDaF { display:block; }#gelhguGuiKdVT1GmwkUN1NSUefa1UDaF > .row .container { width:20rem;height:136.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpUToHs8H0bLWnugbid9QwOcBVcK5GlU { width:18.5rem;height:28.1875rem;top:10.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzwLrsb6QIdw79xGf397E5HSVhKmQ4uL { width:16.625rem;height:10.9375rem;top:10.904948234558rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0TmsBFSEVfodMQJQwk5VksIBlxboILW { width:18.125rem;height:3.25rem;top:22.718750953674rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSpVfrShUB7M9dgdb03IhlFJ9parxICB { width:16.625rem;height:10.9375rem;top:41.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBU1wJdq2Zb1G0bcDTFELhhWGNR3TUE3 { width:18.5rem;height:28rem;top:40.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn3R1uSLsKtkE9hZftTfD7WBxJTirFzT { width:16.5625rem;height:10.875rem;top:72.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmF1BXUUFVnWKbOh2lx0DAvynGgkcwCT { width:18.5rem;height:28.1875rem;top:71.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGCufHhztpwMmhKnvP63utiZ0giyk9mP { width:18.5rem;height:28.0625rem;top:102.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7kCnygFD9uEaiorRx7rTbe94RaX1tfd { width:16.5625rem;height:10.875rem;top:102.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWZggAJWWLIOuIqKX3wDXxeGQ2Gt74OI { width:13.8125rem;height:3.75rem;top:29.696616172791rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tSnBMQWfee9bcu30IfP1KcfZWwML9DTp { width:18.125rem;height:3.25rem;top:53.875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnX56BlsskvobTNhBNM7pqpCCynzDxvc { width:18.125rem;height:3.25rem;top:85.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCxUIOUz8blmEVImm9UtR8gz1JLBJnEf { width:18.8125rem;height:3.25rem;top:115.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTITHB1sDOHBmlDF9MK5Gz2ihAUV9AG7 { width:13.1875rem;height:3.75rem;top:59.125rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TzceTtL10VtmcqLmrKWstCZUOBJLBZC2 { width:17.6855625rem;height:3.75rem;top:90.00000190735rem;left:1.1569011211395rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lUKZeg1aZmuKsdgKe8FXHp88CLyrICgM { width:18.499125rem;height:3.75rem;top:120.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u7VrxXyfqr3nAEo0UNhZkyrHmrvSpCU9 { width:20rem;height:6.6875rem;top:1.4908866882324rem;left:0rem;z-index:15012;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QVCakssLquiTpeFX4eOSRhew6Xw12liU { width:20rem;height:4.125rem;top:2.7721366882324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #NXCIRTkImpfOvS44UhXzVhkKVSmAkWXD { width:16.875rem;height:2.76171875rem;top:33.967448234558rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR71UW9dZtaOt8q7qKvZwhkdBBSCNzTx { width:17.5625rem;height:2.76171875rem;top:63.543620109556rem;left:1.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0SaQ0bkpWqaG9Q8k0yiklpJ19EyIrSp { width:16.875rem;height:2.76171875rem;top:94.617843627931rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSBVhnOxzlglsmXc0MWpTABTDuVVWnV { width:16.875rem;height:2.76171875rem;top:125.25456237793rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edBb1FSNEwMCQAqUFtFiDb4mZuCctTW4 { width:18.75rem;height:1.29948125rem;top:26.623698234558rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOfA3I8ulT8l0Wvtcf82vTMyCSDwhCl { height:11.1875rem;width:20rem;top:8.93620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpVDWXsvQdESy6NuqgUrifbLvUbWLyo { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqxCHKqAtkDIT9cwvURXIEz7nB2PXPd { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO { display:none; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WgiFwVoku4bxddtcALgQ6nq8dsdwqNV8 { width:17.5rem;height:1.625rem;top:1.0833282470703rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZE2wPX8cea9ohhKOIwmgP1TTWgcVnR { width:18.3125rem;height:3.375rem;top:22.749999523163rem;left:0.84288197755812rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3WXlnmZNsSeEMpmC0Eqoe4tPSa5GRO { display:block; }
 }@media only screen and (max-width: 763px) { #I8FN0r7LGQ76E57NfkINGJ6eS2JiQUCk { width:20rem;height:12.5rem;top:8.499131679535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33NA6aLKpmzPIi0zGFdCRduC3pZJNIW { width:17.875rem;height:3.25rem;top:3.435763835907rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN { display:block; }#hVeGey1O3TAVVuiu9OnN7BbeAwV0HkSN > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTMmV1T4cMy6UZ9J8nXIf5FigrnPvUPx { width:17.5rem;height:1.625rem;top:1.0833282470703rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrFZziq2agcvNK2i62kPoeplO9xJTwH6 { width:18.3125rem;height:3.375rem;top:23.75rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO96mkB4f7fcm5NIGsV1ld9SlRmPOTLD { display:block; }
 }@media only screen and (max-width: 763px) { #Khnp5SmfMO334llTVHBQdsuPWxvefwWB { width:20rem;height:12.5rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvmQm8XwkpoRNA76t08G30CQBqeq2xkb { width:17.875rem;height:4.875rem;top:3.435763835907rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.adaptive-delivery-prevent-bg, #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.lazyload, #Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX.lazyloading { background-image: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container { background-color: transparent; background-image: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fdef; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container > .video-iframe-container { display: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fdef; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row > .video-iframe-container { display: none; }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .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); }#Gu9z1ceXWPg7nzb9aAwSbtyQVZNNfTPX > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWkG1gzhueRFa1gonpBhUochr18N7vCc { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNn3g31wD9CRTdcmz4Ltw0pwvucLsoiZ { width:18.125rem;height:36.330075rem;top:18.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oypAXH2NXsXcAaJhyHl9479n2GekAzvR { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #rqZhwDJDlNgPoFqFD6PVgRNwHqBqt5wH { width:11.0625rem;height:0;top:3.734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #UvqkwbJ6fgB7paNWBaOFw3TxZQglAlVO { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #yTgZneZlhwf899fshVTyed7puglHzSnv { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #L4mRRzVyTexI9NCJyD0eC797tMDbIdnu { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #V2BdLwM04LDDNVeSu6Lbsc7myrblpN2S { top:0rem;left:0rem;width:20rem;height:9.4375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wsZBuAvT4VJ5ED2rwDI0ypxS37WRkmds { width:18.75rem;height:5.34375rem;top:11.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#107d84;display:block; }
 }@media only screen and (max-width: 763px) { #PpnpVCMTzyUo2so3DTZ3ePfPQe3BmIdZ { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #MEuDgH3JkUFacA29rUk24QkTUIv3iR7d { width:12.0625rem;height:3.5625rem;top:2.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:4.25rem;height:1.6875rem;top:1.9476566314698rem;left:7.8750003576281rem;display:block; }
 }