.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/34UziFkC/OzA_g_wne_na_www.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:none; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.adaptive-delivery-prevent-bg, #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.lazyload, #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.lazyloading { background-image: none; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH > .row .container { border-width: 0; border-radius: 0; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH::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; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#kCPbHTZQeRg0COqGRa67d0aXv4Rrv4xU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.875rem;width:8.625rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.637504577637rem;left:33.156251907349rem;overflow:hidden;display:none; }
#yT1oKlVptmrHcNPHePS8q6lun33XyvE7 { background-color:#4bae16;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:31.25rem;height:3.4359375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28rem;left:21.875rem;display:block; }
#tPQ87zpP0BUJ6tzcOdry6KspftGk56gL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyMLUnqVVCOFPPrm58LN1hIwzDvsqqCd { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.75rem;left:0rem;height:5.6875rem;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; }
#xTkhN1zyw44eAQ3xpuQSq2R2zbNraQhO { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.375rem;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;font-style:normal;display:block; }
#XDd58w0fOXGkEHWV9kGKFD0w3KcTE6vb { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5625rem;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; }
#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:url("https://images.assets-landingi.com/uc/f3173f7f-757f-4acd-80fc-e3efb8b9031a/PA.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; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk.adaptive-delivery-prevent-bg, #EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk.lazyload, #EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk.lazyloading { background-image: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container { background-color: transparent; background-image: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container > .video-iframe-container { display: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row > .video-iframe-container { display: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .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); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container { border-width: 0; border-radius: 0; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#NwWt8MDfziobfwgNvaLQK9Tk8s1R1ups { color:#107d84;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:36.000001549721rem;left:0rem;height:14.60000625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kfnugpaITxHWDbwrOB5buqSDnVcpUrGr { color:#107d84;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:36.000001549721rem;left:0rem;height:14.60000625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T3nl1S8AoKQFUyp8uX81ft0clivu4aLw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.875rem;width:8.625rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.637504577637rem;left:33.156251907349rem;overflow:hidden;display:none; }
#bCsnTnngxeaF6lbIeQAM8itOD1JiTOra { 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:31.25rem;width:31.25rem;display:none; }
#dSrK2fGsKesxQIDNTpCqvLL0k5bOUUnt { color:#f2f9ff;display:block;width:38.5625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;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; }
#zTrOufVyO4LhCFHwxvpKWabKTOEQLBG8 { color:#f2f9ff;display:block;width:33.25rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.625rem;height:8.9375rem;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; }
#npFFJspqcPGm62Uow9rV7P6KsV5Kixuq { color:#f2f9ff;display:block;width:31.6875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.8125rem;left:3.4375rem;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; }
#bgOBR8TIv8hxPDJWzInLHB0FmWtkHTTu { background-color:#4bae16;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:31.25rem;height:3.4359375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.9375rem;left:3.625rem;display:block; }
#ATUc3a2EVbXF8EOxUXT4yQefc7xuksdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ { 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; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row .container { background-color: transparent; background-image: none; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row .container > .video-iframe-container { display: none; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row > .video-iframe-container { display: none; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .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); }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row .container { border-width: 0; border-radius: 0; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 { 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; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7.adaptive-delivery-prevent-bg, #T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7.lazyload, #T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7.lazyloading { background-image: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container { background-color: transparent; background-image: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container > .video-iframe-container { display: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row > .video-iframe-container { display: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .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); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container { border-width: 0; border-radius: 0; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#IDu3BMPovUnTrZ8fJqUhzMfXlXo3vSJB { 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; }
#vXbsWDo8CXaVH9Fdx07WQunl3mTmZe65 { 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; }
#RHC3hOHucTspoecJD5bTRwKuXNk2H55i { 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; }
#TdKovUeV1medkKvFrvcDXTiKwEmfgcQT { position:absolute;display:block;z-index:15024;height:5.625rem;width:10.0625rem;top:0.68750001490119rem;left:21.59375rem;display:block; }
#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG { 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; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row .container { background-color: transparent; background-image: none; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row .container > .video-iframe-container { display: none; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row > .video-iframe-container { display: none; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .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); }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row .container { border-width: 0; border-radius: 0; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#DWAKgs0oFfXh55s1yc751z6o8BJDIDMa { 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; }
#rrDGvEkbhCe9A0nMkELT9oqU50csthdo { 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; }
#R6SLrNQ6wmfMF5vn9hrn68kev5Q2T5e1 { 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; }
#d5csaEv6JNSgylqEJ8is5K2su5HrHXwH { 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; }
#MMU2v8vEwZrQOvdpFHwHW6Tlk6IJiLdT { position:absolute;display:block;z-index:15001;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:37.905601501465rem;display:block; }
#CrNXEDCowVmC7bTSmFLDyh6BsA8qBMu0 { 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; }
#SPrSpQuhHAZtr6klAiTBhqMREbgVwwm0 { 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; }
#isc1rRvArPROHDUPedc13yWX02A6v2Qf { 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; }
#P8Sc4Ovskv1r9E0hWWTpZr6Q6k22tOBP { 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; }
#sm4m3JxZQFcICzOSDcvioFN9Zb4GQlfS { 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; }
#Kb6TFDl2pHv5F9s1n1DLsJsfTSP9DDLZ { 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; }
#sfmAetoilD2Q75mqWQ2S83LyeXIxzgJy { 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; }
#nHIMKloRUN2HeRW69E6PgZrmTsICFpkV { 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; }
#GHy5TUpOHTNd0o7FMyLCnK2vo2s2pRXH { 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; }
#MFDImTUFdGFd1sZbXkJ2K0efwhdLaf2m { 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; }
#KBLepR2m8XnZs58U4CbqLRMmLp0ASa7T { 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; }
#Pc7psDKtpCgINm5fpNlUoVcaNL4c9F4c { 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; }
#JVE8TnFztB4PNElWoeWctQtWr3cyEbKV { 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; }
#yTxVhtB2RTVbfKQ878Rpa3xKurC4QqLb { 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; }
#pKr2uGwOCI4aCK5yMDHEDn08idhClECB { 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; }
#BEa6wKeh6H0ZbPHmsQHbGV6Xg1RSa4sQ { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:25.9375rem;left:18.403648376465rem;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; }
#MQ4xzo9ZZI1AFtPslLkA0FnsWDdCvNVe { 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.9375rem;width:16.625rem;top:9.7486991882325rem;left:19.466148376465rem;overflow:hidden;display:block; }
#BXtQ0fLCTCCVid2onTfLW9pV0ZAzWFlA { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.9375rem;left:37.780601501465rem;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; }
#utuoh7KQ1iDcftFpS7IQsTgcK6mGzuhJ { 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:10.9375rem;width:16.5625rem;top:9.7486991882325rem;left:38.874351501465rem;overflow:hidden;display:block; }
#UQUx8gD5TNDwN2NNtCDu3xLNqFNU9zLf { 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.7486991882325rem;left:58.375rem;overflow:hidden;display:block; }
#h4hBQKD8Xi6JqRhSBBp7qUmduetL6SU3 { color:#027373;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:25.9375rem;left:58.4375rem;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; }
#Okq6T7gfU45TRdEQ1kJbCUIdfBmvik0B { color:#027373;display:block;width:41rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.499350070953rem;left:17rem;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.625rem;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:ubuntu;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:ubuntu;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:ubuntu;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; }
#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha { 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; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row .container { background-color: transparent; background-image: none; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row .container > .video-iframe-container { display: none; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row > .video-iframe-container { display: none; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .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); }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row .container { border-width: 0; border-radius: 0; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#rsFW7efTGWC5Vp18QTPbDZVxSd1xq7bp { 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; }
#tBmKTv7dxh6nIFM0hLlgXFb1Hb2W4GE8 { 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; }
#KHoUbou8TEMUlnbTBmaVTnWt50m5QTAL { 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; }
#JuCvb4OMFWfLA225XIr4pTJzTrfBXTyM { 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; }
#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 { 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; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row .container { background-color: transparent; background-image: none; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row .container > .video-iframe-container { display: none; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row > .video-iframe-container { display: none; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .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); }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row .container { border-width: 0; border-radius: 0; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#T9d5XsiHneaSPNbkoWtB16bsOJwWCUBf { 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; }
#EIdRCvCpMUZVdoQxxIhAFcyG965VpfNb { 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:31.25rem;left:12.8125rem;display:block; }
#iWul7IzrAayLMtZlSJnoL9SSOXRMx0Ct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brTlrNWmODD6elD6uZQ5aVvTuqlxXi2C { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:14.625rem;left:0rem;display:block; }
#wUBdcsAT0KD6vJasi4Kv2SKwTu1w5VRg { 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; }
#cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J { 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; }#cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J > .row .container { border-width: 0; border-radius: 0; }#cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:none; }#xx2Au1HhiPbs5TEBRiLzpSxWFAVp7e52 { 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; }
#Cn0neUcEeWMBWSQudAbgmHmrrzN8UnU1 { 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:11.9375rem;left:12.8125rem;display:block; }
#mQXbu3GIoWdl6CEHxU5BBwJ1MRSxzVJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbtH8DiwSFHKR9Elz2QAat2kQbbH4JT8 { 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; }
#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg { 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; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row .container { background-color: transparent; background-image: none; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row .container > .video-iframe-container { display: none; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row > .video-iframe-container { display: none; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .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); }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row .container { border-width: 0; border-radius: 0; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#REZ90hXbgxoeW0OXI4ne7BqRuq4Wxd3T { 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; }
#Z0ZXy649ycbg0PCKqGIhmkhM6KH44gIn { 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; }
#FAwe7l2wsoK9zQSpPpZd8wWOL6AIMylP { 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; }
#GGuP694PfSpL1QDplgnb4DSKEdq9WxSo { 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; }
#wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu { 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; }#wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu > .row .container { border-width: 0; border-radius: 0; }#wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:none; }#FNBJe2xAphVtQq4qWh0l2wyv6oEC2FOu { 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; }
#x89tMEzWDTTyRqCML3uPHalhi8RhCsSl { 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; }
#XV1e0eQWqwZSNlTDVKHznz3EDanSWDmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mErNOQZulpTxtyM1b35JeIpt1m2UfrNt { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:11.124999880791rem;left:0rem;display:block; }
#DkhyOoXbNFRIsIu7NpS2m7xzG0S4fJeq { 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; }
#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr { 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; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row .container { background-color: transparent; background-image: none; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row .container > .video-iframe-container { display: none; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row > .video-iframe-container { display: none; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .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); }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row .container { border-width: 0; border-radius: 0; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#BzPekS6eqUVT2k8lFVKZZrVNDT899Tu6 { 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; }
#VbhrxgpmnqUeqvlitZsW2TaUvF4SCI4t { 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:31.25rem;left:12.8125rem;display:block; }
#yAzXVUUoK02zsKtXoapnZ5FBFKwtKXOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIcbw3y6o4N7IUQDsxTVZ84XSw3qik5T { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:14.625rem;left:0rem;display:block; }
#WkKcxN6g8S9ElRdTu9ftAEzadWsIciqa { 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; }
#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl { 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; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { background-color: transparent; background-image: none; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container > .video-iframe-container { display: none; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row > .video-iframe-container { display: none; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .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); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { border-width: 0; border-radius: 0; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#MOKmm1ZvDp3oL5sWXAxQWfU4wMf95W86 { 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; }
#TpDva18TWmSTLvItseKHfLEQTpIigkd4 { 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; }
#RUKTiArK0q8QRAlIzdzfzxIcwpt9Az7q { 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; }
#MJtd7w6eKJbH7zcTZpo2Mad19Gx4u3c9 { 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; }
#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m { 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; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { border-width: 0; border-radius: 0; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:none; }#p8lomkiD8EKlqboC1sv6TOHT5TJcJqrB { 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; }
#DhhtrMiDMaBrDbT0i6vWJ2iutzfAIxLe { 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; }
#wkwmqxnigc9sFe1HsMhbm6i0ceJS9gbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AiALDiuxJxuPE4twlk4mUDxqlResLixH { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:11.124999880791rem;left:0rem;display:block; }
#lI2BAMx7wTDPESmDXST55MaEIWEfld3G { 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; }
#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm { 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; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row .container { background-color: transparent; background-image: none; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row .container > .video-iframe-container { display: none; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row > .video-iframe-container { display: none; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .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); }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row .container { border-width: 0; border-radius: 0; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#u76XzHiBAcdSLtTN7DZ4BNwxEWz98mac { 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; }
#POsEsR7NVxR0oIlF9xMkL4foB1XsK6Jc { 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; }
#zInE5hQ2BiJSJhAlBIpzxzkVUqR7NiUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbDkrJudgwMKTi9QXfrEHG914FddV5Ib { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:14.3125rem;left:0rem;display:block; }
#QOVWARtK9lsrO7ApQ3dPKbSCNS6S0TpQ { 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; }
#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C { 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: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; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.adaptive-delivery-prevent-bg, #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.lazyload, #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.lazyloading { background-image: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container { background-color: transparent; background-image: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container > .video-iframe-container { display: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row > .video-iframe-container { display: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .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); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container { border-width: 0; border-radius: 0; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#fvdhTJkLXLWJBdKNoUc3aeOT94n3X8pD { 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; }
#hirCpvDE7GpKLqeFdQ9HSWbKH0VDRq8M { 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; }
#TeG0grdT5yvg9ymKQ5sNbKZKDqraBNF3 { 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; }
#n57IvANIVpBvWWTa3enOHTTSapQhs2KP { 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; }
#iVBpWAWf3CoavvhGUqAEhxrPT7sbt6EK { 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; }
#GLvR66QMl13yTDqNI6IGFO6kdNWBE33E { 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; }
#U4sa42fTRXdXFrRfTF9JVq8BS2uyHiCr { 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; }
#mvFqeKqGCvwhWJgm0rVvTFNbyZhKy4EP { 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; }
#pzDxNX3dF5K7eIxWDEyqO57Qw6cplwVv { 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; }
#FJlw8aFO8gWxX0KQlWAwPIGEZDHK1Ar8 { 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; }
#izMyvdMb6INzy6nWWTnylEGF6humGVXT { 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; }
#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak { 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; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row .container { background-color: transparent; background-image: none; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row .container > .video-iframe-container { display: none; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row > .video-iframe-container { display: none; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .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); }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row .container { border-width: 0; border-radius: 0; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:url("https://images.assets-landingi.com/uc/92aa4a85-71af-409c-a0ed-6455b0335722/PA.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; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ.adaptive-delivery-prevent-bg, #ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ.lazyload, #ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ.lazyloading { background-image: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container { background-color: transparent; background-image: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container > .video-iframe-container { display: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row > .video-iframe-container { display: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .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); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container { border-width: 0; border-radius: 0; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#v9VLoDe4IROQOVDcseZNwTsqFtTxuII6 { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:21.625rem;left:40rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVVD4TxX8BIalMSCbfaq43iq92ac7ROM { color:#107d84;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:36.000001549721rem;left:0rem;height:14.60000625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J55iSTa3qtJqEKHzOu1VoTxAg0w8sX4N { color:#107d84;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:36.000001549721rem;left:0rem;height:14.60000625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xO9JskZXuW7Ry2davbyizsUOVPu0PF7l { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.875rem;width:8.625rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:51.637504577637rem;left:33.156251907349rem;overflow:hidden;display:none; }
#zB6fmI1Xlc851cq1cDDpx4EJhmgOwMkC { 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:11.25rem;width:20.625rem;display:none; }
#P63HEpfRAQhJc5BK9PgPNXRgnh0tqOCE { background-color:#4bae16;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:31.25rem;height:3.4359375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.75rem;left:41.0625rem;display:block; }
#O48n3738h5FA6NyeLFFgQqmceRP47Nq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mlBJQcyT7iPd7t3ycTUPP0kwx1OpTAiS { color:#f2f9ff;display:block;width:33.25rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40.0625rem;height:8.9375rem;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; }
#lcItmI8BiWK0opfWvHNQOO0RvWT11zos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/XP5sNztv/t_o_1200x1200_3_.png");background-position:top 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:none; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos.adaptive-delivery-prevent-bg, #lcItmI8BiWK0opfWvHNQOO0RvWT11zos.lazyload, #lcItmI8BiWK0opfWvHNQOO0RvWT11zos.lazyloading { background-image: none; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos > .row .container { border-width: 0; border-radius: 0; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:none; }#VkV0Zx8ITAHQyuFmVThZtLu40ptQ19hQ { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.71875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkJRnEoRxlLnnx7E2TtFXZqzS98BRpCG { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;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;font-style:normal;display:block; }
#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: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH { background-color:transparent;background-image:url("https://images.assets-landingi.com/34UziFkC/OzA_g_wne_na_www.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.adaptive-delivery-prevent-bg, #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.lazyload, #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.lazyloading { background-image: none; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kCPbHTZQeRg0COqGRa67d0aXv4Rrv4xU { width:6.875rem;height:7rem;top:19.639584064484rem;left:20.437501132488rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT1oKlVptmrHcNPHePS8q6lun33XyvE7 { width:31.25rem;height:3.375rem;top:18.3125rem;left:8.2500003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPQ87zpP0BUJ6tzcOdry6KspftGk56gL { display:block; }
 }@media only screen and (max-width: 763px) { #LyMLUnqVVCOFPPrm58LN1hIwzDvsqqCd { width:47.75rem;height:4.0625rem;top:12.082812309265rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTkhN1zyw44eAQ3xpuQSq2R2zbNraQhO { width:47.75rem;height:2.84375rem;top:7.1041679382325rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDd58w0fOXGkEHWV9kGKFD0w3KcTE6vb { width:47.75rem;height:2.03125rem;top:2.6041679382324rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3173f7f-757f-4acd-80fc-e3efb8b9031a/PA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk.adaptive-delivery-prevent-bg, #EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk.lazyload, #EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk.lazyloading { background-image: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container { background-color: transparent; background-image: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container > .video-iframe-container { display: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row > .video-iframe-container { display: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .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); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container { width:47.75rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwWt8MDfziobfwgNvaLQK9Tk8s1R1ups { width:20rem;height:1.8125rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfnugpaITxHWDbwrOB5buqSDnVcpUrGr { width:20rem;height:3.1875rem;top:17.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3nl1S8AoKQFUyp8uX81ft0clivu4aLw { width:6.875rem;height:7rem;top:19.639584064484rem;left:20.437501132488rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCsnTnngxeaF6lbIeQAM8itOD1JiTOra { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSrK2fGsKesxQIDNTpCqvLL0k5bOUUnt { width:26.125rem;height:2.03125rem;top:3.6875rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrOufVyO4LhCFHwxvpKWabKTOEQLBG8 { width:27.25rem;height:2.84375rem;top:8.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npFFJspqcPGm62Uow9rV7P6KsV5Kixuq { width:22.75rem;height:8.125rem;top:12.9375rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgOBR8TIv8hxPDJWzInLHB0FmWtkHTTu { width:24.3125rem;height:3.375rem;top:22.5rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUc3a2EVbXF8EOxUXT4yQefc7xuksdF { display:block; }
 }@media only screen and (max-width: 763px) { #RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ { display:block; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 { display:block; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDu3BMPovUnTrZ8fJqUhzMfXlXo3vSJB { width:4.0625rem;height:4.0625rem;top:0.6875rem;left:32.468752264976rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXbsWDo8CXaVH9Fdx07WQunl3mTmZe65 { width:20.9375rem;height:1.4625rem;top:13rem;left:24.031250357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHC3hOHucTspoecJD5bTRwKuXNk2H55i { width:14.0625rem;height:5.6875rem;top:6.03125rem;left:27.468750357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdKovUeV1medkKvFrvcDXTiKwEmfgcQT { width:10.0625rem;height:5.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG { display:block; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWAKgs0oFfXh55s1yc751z6o8BJDIDMa { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDGvEkbhCe9A0nMkELT9oqU50csthdo { width:16.625rem;height:10.9375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SLrNQ6wmfMF5vn9hrn68kev5Q2T5e1 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5csaEv6JNSgylqEJ8is5K2su5HrHXwH { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMU2v8vEwZrQOvdpFHwHW6Tlk6IJiLdT { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrNXEDCowVmC7bTSmFLDyh6BsA8qBMu0 { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPrSpQuhHAZtr6klAiTBhqMREbgVwwm0 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isc1rRvArPROHDUPedc13yWX02A6v2Qf { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Sc4Ovskv1r9E0hWWTpZr6Q6k22tOBP { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm4m3JxZQFcICzOSDcvioFN9Zb4GQlfS { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6TFDl2pHv5F9s1n1DLsJsfTSP9DDLZ { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfmAetoilD2Q75mqWQ2S83LyeXIxzgJy { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHIMKloRUN2HeRW69E6PgZrmTsICFpkV { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHy5TUpOHTNd0o7FMyLCnK2vo2s2pRXH { width:45rem;height:10.2493105rem;top:60.248157501221rem;left:1.3729318976403rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFDImTUFdGFd1sZbXkJ2K0efwhdLaf2m { width:43.4995384375rem;height:5.588234875rem;top:62.5585899353rem;left:2.1220126748085rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBLepR2m8XnZs58U4CbqLRMmLp0ASa7T { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc7psDKtpCgINm5fpNlUoVcaNL4c9F4c { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVE8TnFztB4PNElWoeWctQtWr3cyEbKV { width:11.875rem;height:2.64705875rem;top:17.875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTxVhtB2RTVbfKQ878Rpa3xKurC4QqLb { width:11.875rem;height:2.64705875rem;top:17.875rem;left:35.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKr2uGwOCI4aCK5yMDHEDn08idhClECB { width:11.5625rem;height:1.3rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEa6wKeh6H0ZbPHmsQHbGV6Xg1RSa4sQ { width:11.5625rem;height:1.3rem;top:9.8125rem;left:12.125000298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4xzo9ZZI1AFtPslLkA0FnsWDdCvNVe { width:16.625rem;height:10.9375rem;top:9.6875rem;left:5.8411483764649rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXtQ0fLCTCCVid2onTfLW9pV0ZAzWFlA { width:11.5625rem;height:1.3rem;top:9.8125rem;left:24.062500357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utuoh7KQ1iDcftFpS7IQsTgcK6mGzuhJ { width:16.5625rem;height:10.9375rem;top:9.6875rem;left:25.249351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUx8gD5TNDwN2NNtCDu3xLNqFNU9zLf { width:16.625rem;height:10.9375rem;top:9.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4hBQKD8Xi6JqRhSBBp7qUmduetL6SU3 { width:11.5625rem;height:1.3rem;top:9.8125rem;left:36.000002264976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okq6T7gfU45TRdEQ1kJbCUIdfBmvik0B { width:34.375rem;height:1.3rem;top:24.000000953674rem;left:6.2499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:33.4375rem;height:4.0625rem;top:4.78125rem;left:7.1562498807906rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOfA3I8ulT8l0Wvtcf82vTMyCSDwhCl { width:43.75rem;height:24.5625rem;top:11.727867126465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpVDWXsvQdESy6NuqgUrifbLvUbWLyo { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqxCHKqAtkDIT9cwvURXIEz7nB2PXPd { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO { display:none; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WgiFwVoku4bxddtcALgQ6nq8dsdwqNV8 { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #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: 763px) { #lT3WXlnmZNsSeEMpmC0Eqoe4tPSa5GRO { display:block; }
 }@media only screen and (max-width: 763px) { #I8FN0r7LGQ76E57NfkINGJ6eS2JiQUCk { width:47.75rem;height:12.5rem;top:8.9999995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33NA6aLKpmzPIi0zGFdCRduC3pZJNIW { width:47.75rem;height:2.03125rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIlags7T9ybFpHJgPmidmJVTQ8kBIhha { display:block; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsFW7efTGWC5Vp18QTPbDZVxSd1xq7bp { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBmKTv7dxh6nIFM0hLlgXFb1Hb2W4GE8 { width:43.75rem;height:24.5625rem;top:11.727867126465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHoUbou8TEMUlnbTBmaVTnWt50m5QTAL { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuCvb4OMFWfLA225XIr4pTJzTrfBXTyM { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJM2F89eNswy6tVAa2Gvqx938urUr7i1 { display:block; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9d5XsiHneaSPNbkoWtB16bsOJwWCUBf { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIdRCvCpMUZVdoQxxIhAFcyG965VpfNb { width:31.25rem;height:3.375rem;top:25.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWul7IzrAayLMtZlSJnoL9SSOXRMx0Ct { display:block; }
 }@media only screen and (max-width: 763px) { #brTlrNWmODD6elD6uZQ5aVvTuqlxXi2C { width:47.75rem;height:12.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUBdcsAT0KD6vJasi4Kv2SKwTu1w5VRg { width:47.75rem;height:4.0625rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J { display:none; }#cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xx2Au1HhiPbs5TEBRiLzpSxWFAVp7e52 { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn0neUcEeWMBWSQudAbgmHmrrzN8UnU1 { width:31.25rem;height:3.375rem;top:10.114063262939rem;left:8.2500003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQXbu3GIoWdl6CEHxU5BBwJ1MRSxzVJT { display:block; }
 }@media only screen and (max-width: 763px) { #LbtH8DiwSFHKR9Elz2QAat2kQbbH4JT8 { width:47.75rem;height:2.03125rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg { display:block; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REZ90hXbgxoeW0OXI4ne7BqRuq4Wxd3T { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0ZXy649ycbg0PCKqGIhmkhM6KH44gIn { width:43.75rem;height:24.5625rem;top:11.727867126465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAwe7l2wsoK9zQSpPpZd8wWOL6AIMylP { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuP694PfSpL1QDplgnb4DSKEdq9WxSo { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu { display:none; }#wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FNBJe2xAphVtQq4qWh0l2wyv6oEC2FOu { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89tMEzWDTTyRqCML3uPHalhi8RhCsSl { width:31.25rem;height:3.375rem;top:23.802082538605rem;left:8.2500002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV1e0eQWqwZSNlTDVKHznz3EDanSWDmM { display:block; }
 }@media only screen and (max-width: 763px) { #mErNOQZulpTxtyM1b35JeIpt1m2UfrNt { width:47.75rem;height:12.5rem;top:8.9999995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkhyOoXbNFRIsIu7NpS2m7xzG0S4fJeq { width:47.75rem;height:2.03125rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr { display:block; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzPekS6eqUVT2k8lFVKZZrVNDT899Tu6 { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbhrxgpmnqUeqvlitZsW2TaUvF4SCI4t { width:31.25rem;height:3.375rem;top:25.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzXVUUoK02zsKtXoapnZ5FBFKwtKXOt { display:block; }
 }@media only screen and (max-width: 763px) { #NIcbw3y6o4N7IUQDsxTVZ84XSw3qik5T { width:47.75rem;height:12.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkKcxN6g8S9ElRdTu9ftAEzadWsIciqa { width:47.75rem;height:4.0625rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl { display:block; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOKmm1ZvDp3oL5sWXAxQWfU4wMf95W86 { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDva18TWmSTLvItseKHfLEQTpIigkd4 { width:43.75rem;height:24.5625rem;top:11.727867126465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKTiArK0q8QRAlIzdzfzxIcwpt9Az7q { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJtd7w6eKJbH7zcTZpo2Mad19Gx4u3c9 { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2eMU50TDdkavc4nTLFTH6pK1EntRP8m { display:none; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8lomkiD8EKlqboC1sv6TOHT5TJcJqrB { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhhtrMiDMaBrDbT0i6vWJ2iutzfAIxLe { width:31.25rem;height:3.375rem;top:23.802082538605rem;left:8.2500002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwmqxnigc9sFe1HsMhbm6i0ceJS9gbk { display:block; }
 }@media only screen and (max-width: 763px) { #AiALDiuxJxuPE4twlk4mUDxqlResLixH { width:47.75rem;height:12.5rem;top:8.9999995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI2BAMx7wTDPESmDXST55MaEIWEfld3G { width:47.75rem;height:2.03125rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwRVLgPLRtuHes1GZspu3BVMyfnvKspm { display:block; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u76XzHiBAcdSLtTN7DZ4BNwxEWz98mac { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POsEsR7NVxR0oIlF9xMkL4foB1XsK6Jc { width:31.25rem;height:3.375rem;top:25.989064693451rem;left:8.2500003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zInE5hQ2BiJSJhAlBIpzxzkVUqR7NiUU { display:block; }
 }@media only screen and (max-width: 763px) { #hbDkrJudgwMKTi9QXfrEHG914FddV5Ib { width:47.75rem;height:12.5rem;top:10.217969417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOVWARtK9lsrO7ApQ3dPKbSCNS6S0TpQ { width:47.75rem;height:4.0625rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C { 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; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.adaptive-delivery-prevent-bg, #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.lazyload, #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.lazyloading { background-image: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container { background-color: transparent; background-image: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container > .video-iframe-container { display: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row > .video-iframe-container { display: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .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); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container { width:47.75rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvdhTJkLXLWJBdKNoUc3aeOT94n3X8pD { 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: 763px) { #hirCpvDE7GpKLqeFdQ9HSWbKH0VDRq8M { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeG0grdT5yvg9ymKQ5sNbKZKDqraBNF3 { 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: 763px) { #n57IvANIVpBvWWTa3enOHTTSapQhs2KP { 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: 763px) { #iVBpWAWf3CoavvhGUqAEhxrPT7sbt6EK { 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: 763px) { #GLvR66QMl13yTDqNI6IGFO6kdNWBE33E { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4sa42fTRXdXFrRfTF9JVq8BS2uyHiCr { 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: 763px) { #mvFqeKqGCvwhWJgm0rVvTFNbyZhKy4EP { width:20.8125rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzDxNX3dF5K7eIxWDEyqO57Qw6cplwVv { 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: 763px) { #FJlw8aFO8gWxX0KQlWAwPIGEZDHK1Ar8 { 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: 763px) { #izMyvdMb6INzy6nWWTnylEGF6humGVXT { 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: 763px) { #k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak { display:block; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92aa4a85-71af-409c-a0ed-6455b0335722/PA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ.adaptive-delivery-prevent-bg, #ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ.lazyload, #ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ.lazyloading { background-image: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container { background-color: transparent; background-image: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container > .video-iframe-container { display: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row > .video-iframe-container { display: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .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); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container { width:47.75rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9VLoDe4IROQOVDcseZNwTsqFtTxuII6 { width:23.3125rem;height:7.3125rem;top:10.092969417572rem;left:22.812500357628rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVD4TxX8BIalMSCbfaq43iq92ac7ROM { width:20rem;height:1.8125rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J55iSTa3qtJqEKHzOu1VoTxAg0w8sX4N { width:20rem;height:3.1875rem;top:17.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO9JskZXuW7Ry2davbyizsUOVPu0PF7l { width:6.875rem;height:7rem;top:19.639584064484rem;left:20.437501132488rem;display:none; }
 }@media only screen and (max-width: 763px) { #zB6fmI1Xlc851cq1cDDpx4EJhmgOwMkC { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P63HEpfRAQhJc5BK9PgPNXRgnh0tqOCE { width:24.5625rem;height:3.375rem;top:18.874999523163rem;left:22.187500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O48n3738h5FA6NyeLFFgQqmceRP47Nq4 { display:block; }
 }@media only screen and (max-width: 763px) { #mlBJQcyT7iPd7t3ycTUPP0kwx1OpTAiS { width:27.25rem;height:2.84375rem;top:5.9781250953674rem;left:20.500000357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcItmI8BiWK0opfWvHNQOO0RvWT11zos { background-color:transparent;background-image:url("https://images.assets-landingi.com/XP5sNztv/t_o_1200x1200_3_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos.adaptive-delivery-prevent-bg, #lcItmI8BiWK0opfWvHNQOO0RvWT11zos.lazyload, #lcItmI8BiWK0opfWvHNQOO0RvWT11zos.lazyloading { background-image: none; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos > .row .container { width:47.75rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VkV0Zx8ITAHQyuFmVThZtLu40ptQ19hQ { width:47.75rem;height:4.0625rem;top:2.3854217529297rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJRnEoRxlLnnx7E2TtFXZqzS98BRpCG { width:47.75rem;height:2.84375rem;top:7.54167175293rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:5.6875rem;height:2.25rem;top:3.0921764373779rem;left:21.031250357628rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH { background-color:transparent;background-image:url("https://images.assets-landingi.com/34UziFkC/OzA_g_wne_na_www.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.adaptive-delivery-prevent-bg, #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.lazyload, #EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH.lazyloading { background-image: none; }#EdRLJpTBIBqX3s2QdhIRTvADNWT1tMVH > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kCPbHTZQeRg0COqGRa67d0aXv4Rrv4xU { width:8.625rem;height:8.875rem;top:21.75rem;left:11.808333277703rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #yT1oKlVptmrHcNPHePS8q6lun33XyvE7 { width:19rem;height:3.375rem;top:18.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPQ87zpP0BUJ6tzcOdry6KspftGk56gL { display:block; }
 }@media only screen and (max-width: 763px) { #LyMLUnqVVCOFPPrm58LN1hIwzDvsqqCd { width:16.125rem;height:5.85rem;top:10.171875rem;left:1.9375001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTkhN1zyw44eAQ3xpuQSq2R2zbNraQhO { width:20rem;height:1.86875rem;top:6.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDd58w0fOXGkEHWV9kGKFD0w3KcTE6vb { width:20rem;height:1.4625rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk { background-color:#107d84;background-image:none;display:block; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container { background-color: transparent; background-image: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container > .video-iframe-container { display: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row > .video-iframe-container { display: none; }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .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); }#EZEtMTTOBzu7p5wCfEkVHhBQarbAtTBk > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwWt8MDfziobfwgNvaLQK9Tk8s1R1ups { width:20rem;height:0;top:30.75rem;left:0rem;font-size:1.5625rem;z-index:15001;font-weight:400;font-style:normal;font-family:"josefin sans";display:none; }
 }@media only screen and (max-width: 763px) { #kfnugpaITxHWDbwrOB5buqSDnVcpUrGr { width:20rem;height:0;top:32.75rem;left:0rem;font-size:1.25rem;z-index:15002;font-weight:400;font-style:normal;font-family:"josefin sans";display:none; }
 }@media only screen and (max-width: 763px) { #T3nl1S8AoKQFUyp8uX81ft0clivu4aLw { width:8.625rem;height:8.875rem;top:21.75rem;left:11.808333277703rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #bCsnTnngxeaF6lbIeQAM8itOD1JiTOra { top:1.1875rem;left:0rem;width:20rem;height:20rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dSrK2fGsKesxQIDNTpCqvLL0k5bOUUnt { width:20rem;height:1.4625rem;top:23.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrOufVyO4LhCFHwxvpKWabKTOEQLBG8 { width:20rem;height:1.86875rem;top:26.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npFFJspqcPGm62Uow9rV7P6KsV5Kixuq { width:16.5rem;height:5.84895625rem;top:29.3125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgOBR8TIv8hxPDJWzInLHB0FmWtkHTTu { width:19rem;height:3.375rem;top:36.437502384186rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUc3a2EVbXF8EOxUXT4yQefc7xuksdF { display:block; }
 }@media only screen and (max-width: 763px) { #RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ { display:block; }#RcLlK3HEeK250wJ6Dffth2VZBmywXGCJ > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 { 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; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7.adaptive-delivery-prevent-bg, #T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7.lazyload, #T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7.lazyloading { background-image: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container { background-color: transparent; background-image: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container > .video-iframe-container { display: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row > .video-iframe-container { display: none; }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .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); }#T9AaLllX8Ik15HO1gD5RPTKKL5o2NBn7 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDu3BMPovUnTrZ8fJqUhzMfXlXo3vSJB { width:1.875rem;height:1.875rem;top:1.1945313215256rem;left:13.593750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXbsWDo8CXaVH9Fdx07WQunl3mTmZe65 { 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) { #RHC3hOHucTspoecJD5bTRwKuXNk2H55i { 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) { #TdKovUeV1medkKvFrvcDXTiKwEmfgcQT { width:3.375rem;height:1.875rem;top:3.0203094482422rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG { display:block; }#t08nFUBh9t2ztRLkaQsOZyn5IquMbhiG > .row .container { width:20rem;height:140.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWAKgs0oFfXh55s1yc751z6o8BJDIDMa { width:18.5rem;height:27.5625rem;top:14.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDGvEkbhCe9A0nMkELT9oqU50csthdo { width:16.625rem;height:10.9375rem;top:15.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SLrNQ6wmfMF5vn9hrn68kev5Q2T5e1 { width:18.125rem;height:3.25rem;top:27rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5csaEv6JNSgylqEJ8is5K2su5HrHXwH { width:18.5rem;height:29.125rem;top:45.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMU2v8vEwZrQOvdpFHwHW6Tlk6IJiLdT { width:18.5rem;height:28.1875rem;top:78.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrNXEDCowVmC7bTSmFLDyh6BsA8qBMu0 { width:18.5rem;height:28.625rem;top:109.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPrSpQuhHAZtr6klAiTBhqMREbgVwwm0 { width:13.8125rem;height:3.75rem;top:33.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #isc1rRvArPROHDUPedc13yWX02A6v2Qf { width:18.125rem;height:3.25rem;top:58.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Sc4Ovskv1r9E0hWWTpZr6Q6k22tOBP { width:18.125rem;height:3.25rem;top:91.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm4m3JxZQFcICzOSDcvioFN9Zb4GQlfS { width:18.8125rem;height:3.25rem;top:122.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb6TFDl2pHv5F9s1n1DLsJsfTSP9DDLZ { width:13.1875rem;height:3.75rem;top:66.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sfmAetoilD2Q75mqWQ2S83LyeXIxzgJy { width:17.6855625rem;height:3.75rem;top:97.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nHIMKloRUN2HeRW69E6PgZrmTsICFpkV { width:18.4986875rem;height:3.75rem;top:129.1875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GHy5TUpOHTNd0o7FMyLCnK2vo2s2pRXH { 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) { #MFDImTUFdGFd1sZbXkJ2K0efwhdLaf2m { 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) { #KBLepR2m8XnZs58U4CbqLRMmLp0ASa7T { width:16.875rem;height:2.76171875rem;top:38.1875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc7psDKtpCgINm5fpNlUoVcaNL4c9F4c { width:17.5625rem;height:2.76171875rem;top:70.9375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVE8TnFztB4PNElWoeWctQtWr3cyEbKV { width:16.875rem;height:2.76171875rem;top:102.1875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTxVhtB2RTVbfKQ878Rpa3xKurC4QqLb { width:16.875rem;height:2.76171875rem;top:133.9375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKr2uGwOCI4aCK5yMDHEDn08idhClECB { width:18.75rem;height:1.29948125rem;top:30.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEa6wKeh6H0ZbPHmsQHbGV6Xg1RSa4sQ { width:18.75rem;height:1.29948125rem;top:63rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4xzo9ZZI1AFtPslLkA0FnsWDdCvNVe { width:16.625rem;height:10.9375rem;top:46.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXtQ0fLCTCCVid2onTfLW9pV0ZAzWFlA { width:19.5rem;height:1.29948125rem;top:95.375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utuoh7KQ1iDcftFpS7IQsTgcK6mGzuhJ { width:16.5625rem;height:10.9375rem;top:79.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQUx8gD5TNDwN2NNtCDu3xLNqFNU9zLf { width:16.625rem;height:10.9375rem;top:110.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4hBQKD8Xi6JqRhSBBp7qUmduetL6SU3 { width:18.75rem;height:1.29948125rem;top:126.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Okq6T7gfU45TRdEQ1kJbCUIdfBmvik0B { width:18.1875rem;height:3.0872375rem;top:9.4316463470456rem;left:0.90625rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:17.5rem;height:4.875rem;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:9.8109388351437rem;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:8.3125rem;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) { #uIlags7T9ybFpHJgPmidmJVTQ8kBIhha { display:block; }#uIlags7T9ybFpHJgPmidmJVTQ8kBIhha > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsFW7efTGWC5Vp18QTPbDZVxSd1xq7bp { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBmKTv7dxh6nIFM0hLlgXFb1Hb2W4GE8 { height:11.1875rem;width:20rem;top:8.93620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHoUbou8TEMUlnbTBmaVTnWt50m5QTAL { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuCvb4OMFWfLA225XIr4pTJzTrfBXTyM { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJM2F89eNswy6tVAa2Gvqx938urUr7i1 { display:block; }#cJM2F89eNswy6tVAa2Gvqx938urUr7i1 > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9d5XsiHneaSPNbkoWtB16bsOJwWCUBf { 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) { #EIdRCvCpMUZVdoQxxIhAFcyG965VpfNb { width:18.3125rem;height:3.375rem;top:24.25rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWul7IzrAayLMtZlSJnoL9SSOXRMx0Ct { display:block; }
 }@media only screen and (max-width: 763px) { #brTlrNWmODD6elD6uZQ5aVvTuqlxXi2C { width:20rem;height:12.5rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUBdcsAT0KD6vJasi4Kv2SKwTu1w5VRg { 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) { #cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J { display:none; }#cbIS6pHb6Pq3Vx7Z6HMuULgvhirBzz0J > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xx2Au1HhiPbs5TEBRiLzpSxWFAVp7e52 { 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) { #Cn0neUcEeWMBWSQudAbgmHmrrzN8UnU1 { width:18.3125rem;height:3.375rem;top:7.2499990463256rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQXbu3GIoWdl6CEHxU5BBwJ1MRSxzVJT { display:block; }
 }@media only screen and (max-width: 763px) { #LbtH8DiwSFHKR9Elz2QAat2kQbbH4JT8 { width:17.875rem;height:1.625rem;top:3.435763835907rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg { display:block; }#UqEVwKtG7MNUXuUXTUa3CDAh6oO9ncqg > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REZ90hXbgxoeW0OXI4ne7BqRuq4Wxd3T { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0ZXy649ycbg0PCKqGIhmkhM6KH44gIn { height:11.1875rem;width:20rem;top:8.93620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAwe7l2wsoK9zQSpPpZd8wWOL6AIMylP { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuP694PfSpL1QDplgnb4DSKEdq9WxSo { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu { display:none; }#wuHMRhKiZ8XGvtZb5GW7Th835PWsdlXu > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FNBJe2xAphVtQq4qWh0l2wyv6oEC2FOu { 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) { #x89tMEzWDTTyRqCML3uPHalhi8RhCsSl { 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) { #XV1e0eQWqwZSNlTDVKHznz3EDanSWDmM { display:block; }
 }@media only screen and (max-width: 763px) { #mErNOQZulpTxtyM1b35JeIpt1m2UfrNt { width:20rem;height:12.5rem;top:8.499131679535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkhyOoXbNFRIsIu7NpS2m7xzG0S4fJeq { 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) { #EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr { display:block; }#EfsZh6PNxB93SIHEOe7fnxotMTkyGoLr > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzPekS6eqUVT2k8lFVKZZrVNDT899Tu6 { 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) { #VbhrxgpmnqUeqvlitZsW2TaUvF4SCI4t { width:18.3125rem;height:3.375rem;top:24.25rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAzXVUUoK02zsKtXoapnZ5FBFKwtKXOt { display:block; }
 }@media only screen and (max-width: 763px) { #NIcbw3y6o4N7IUQDsxTVZ84XSw3qik5T { width:20rem;height:12.5rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkKcxN6g8S9ElRdTu9ftAEzadWsIciqa { 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) { #Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl { display:block; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOKmm1ZvDp3oL5sWXAxQWfU4wMf95W86 { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDva18TWmSTLvItseKHfLEQTpIigkd4 { height:11.1875rem;width:20rem;top:8.93620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKTiArK0q8QRAlIzdzfzxIcwpt9Az7q { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJtd7w6eKJbH7zcTZpo2Mad19Gx4u3c9 { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2eMU50TDdkavc4nTLFTH6pK1EntRP8m { display:none; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8lomkiD8EKlqboC1sv6TOHT5TJcJqrB { 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) { #DhhtrMiDMaBrDbT0i6vWJ2iutzfAIxLe { 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) { #wkwmqxnigc9sFe1HsMhbm6i0ceJS9gbk { display:block; }
 }@media only screen and (max-width: 763px) { #AiALDiuxJxuPE4twlk4mUDxqlResLixH { width:20rem;height:12.5rem;top:8.499131679535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI2BAMx7wTDPESmDXST55MaEIWEfld3G { 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) { #BwRVLgPLRtuHes1GZspu3BVMyfnvKspm { display:block; }#BwRVLgPLRtuHes1GZspu3BVMyfnvKspm > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u76XzHiBAcdSLtTN7DZ4BNwxEWz98mac { 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) { #POsEsR7NVxR0oIlF9xMkL4foB1XsK6Jc { 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) { #zInE5hQ2BiJSJhAlBIpzxzkVUqR7NiUU { display:block; }
 }@media only screen and (max-width: 763px) { #hbDkrJudgwMKTi9QXfrEHG914FddV5Ib { width:20rem;height:12.5rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOVWARtK9lsrO7ApQ3dPKbSCNS6S0TpQ { 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) { #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C { 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; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.adaptive-delivery-prevent-bg, #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.lazyload, #VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C.lazyloading { background-image: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container { background-color: transparent; background-image: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fdef; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container > .video-iframe-container { display: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fdef; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row > .video-iframe-container { display: none; }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .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); }#VE0rkP7OtKmkO0wLUPNMX2Xrc415BM6C > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvdhTJkLXLWJBdKNoUc3aeOT94n3X8pD { 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) { #hirCpvDE7GpKLqeFdQ9HSWbKH0VDRq8M { 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) { #TeG0grdT5yvg9ymKQ5sNbKZKDqraBNF3 { 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) { #n57IvANIVpBvWWTa3enOHTTSapQhs2KP { 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) { #iVBpWAWf3CoavvhGUqAEhxrPT7sbt6EK { 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) { #GLvR66QMl13yTDqNI6IGFO6kdNWBE33E { 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) { #U4sa42fTRXdXFrRfTF9JVq8BS2uyHiCr { 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) { #mvFqeKqGCvwhWJgm0rVvTFNbyZhKy4EP { top:0rem;left:0rem;width:20rem;height:9.4375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pzDxNX3dF5K7eIxWDEyqO57Qw6cplwVv { 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) { #FJlw8aFO8gWxX0KQlWAwPIGEZDHK1Ar8 { 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) { #izMyvdMb6INzy6nWWTnylEGF6humGVXT { 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) { #k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak { display:block; }#k1xJOpNkHlrWLQT11AoLcQh4bTd3X1Ak > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ { background-color:#fffdfb;background-image:none;display:block; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container { background-color: transparent; background-image: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container > .video-iframe-container { display: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row > .video-iframe-container { display: none; }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .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); }#ZMFmddh9TNeDkuVUiodx4yaikoknnGTJ > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9VLoDe4IROQOVDcseZNwTsqFtTxuII6 { width:20rem;height:0;top:2.078125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVVD4TxX8BIalMSCbfaq43iq92ac7ROM { width:20rem;height:2.03125rem;top:17.6875rem;left:0rem;font-size:1.5625rem;z-index:15001;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #J55iSTa3qtJqEKHzOu1VoTxAg0w8sX4N { width:20rem;height:3.25rem;top:19.6875rem;left:0rem;font-size:1.25rem;z-index:15002;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #xO9JskZXuW7Ry2davbyizsUOVPu0PF7l { width:8.625rem;height:8.875rem;top:21.75rem;left:11.808333277703rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #zB6fmI1Xlc851cq1cDDpx4EJhmgOwMkC { top:2.4375rem;left:0rem;width:20rem;height:10.875rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P63HEpfRAQhJc5BK9PgPNXRgnh0tqOCE { width:19rem;height:3.375rem;top:24.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O48n3738h5FA6NyeLFFgQqmceRP47Nq4 { display:block; }
 }@media only screen and (max-width: 763px) { #mlBJQcyT7iPd7t3ycTUPP0kwx1OpTAiS { width:20rem;height:1.86875rem;top:14.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcItmI8BiWK0opfWvHNQOO0RvWT11zos { background-color:transparent;background-image:url("https://images.assets-landingi.com/XP5sNztv/t_o_1200x1200_3_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos.adaptive-delivery-prevent-bg, #lcItmI8BiWK0opfWvHNQOO0RvWT11zos.lazyload, #lcItmI8BiWK0opfWvHNQOO0RvWT11zos.lazyloading { background-image: none; }#lcItmI8BiWK0opfWvHNQOO0RvWT11zos > .row .container { width:20rem;height:18.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VkV0Zx8ITAHQyuFmVThZtLu40ptQ19hQ { width:20rem;height:4.14375rem;top:2.5562505722046rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkJRnEoRxlLnnx7E2TtFXZqzS98BRpCG { width:20rem;height:1.86875rem;top:8.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:4.25rem;height:1.6875rem;top:1.90625rem;left:7.8750003576281rem;display:block; }
 }