.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#effafa;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#TWyJn6rUC29lmO7inUq8P5r1mT6aQEOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbecd9;background-image:none;position:relative;display:none; }#TWyJn6rUC29lmO7inUq8P5r1mT6aQEOW > .row .container { border-width: 0; border-radius: 0; }#TWyJn6rUC29lmO7inUq8P5r1mT6aQEOW > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:none; }#BfHVqn8zEbv4cgxpzk2EA7469ZlkXg2a { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:14.645838737487rem;left:36.8125rem;height:6.09375rem;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; }
#bNZmqK6MFwCzqda00wwT40ih6KbFaRCT { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:4.2916669845581rem;left:37.5rem;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; }
#kkpKS9fJuHBmvaG4xukosnWiW4WI1X0B { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:8.75rem;left:37.5rem;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; }
#y1uBRZ8Wh6izGXLOCNavDUJRzh17vDDf { 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-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:31.25rem;height:3.4359375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:24.625rem;left:21.875rem;display:block; }
#DvLXVbzLGqTXkafuLC1JGEo3kZKZ1mx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kHC21HHDpDkIbtTsa1AEwC30FwDIAChu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:37.5rem;top:0.55208843946457rem;left:0rem;display:block; }
#I3oEsZq1ySoToFWVZrVHzFHTH4bg9I8F { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:14.645838737487rem;left:36.8125rem;height:6rem;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:none; }
#KuhrRnfHXJdTD5qoDADX6Bg7kxsafZ1Z { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:14.645838737487rem;left:36.8125rem;height:6rem;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:none; }
#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:none;position:relative;display:block; }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row .container { background-color: transparent; background-image: none; }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row .container > .video-iframe-container { display: none; }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row > .video-iframe-container { display: none; }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .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); }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row .container { border-width: 0; border-radius: 0; }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#zJkhTTPfC75hpuLpK1Tu2EuEheKlUTlh { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:20.114583969116rem;left:37.498697280884rem;height:6rem;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; }
#XOlPLwphKfa0bkVT1N0LtwWBHB1hwlT2 { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:4.4375019073486rem;left:37.498697280884rem;height:2.8125rem;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; }
#W8o7vZEQTfTaVRLH9GT3ChCWachBu50u { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:3.1875rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:9.6041660308837rem;left:37.498697280884rem;height:8.25rem;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; }
#KQr5tXABS2AqrZzLoEH5cEI4W0dMR53f { 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-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:31.25rem;height:3.4348957538605rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:35.64453125rem;left:21.875001907349rem;display:block; }
#BhAyqrQTVMiJEa42c9QFQI7XfZeIGKS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xSZLN9otpTVCU93c2xa7AQ4QpgDzN2rE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:37.5rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#TeFV3T2TqF0VAEcTf2u8OpTDax7HOkBv { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:14.645838737487rem;left:36.8125rem;height:6rem;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:none; }
#TatN4Bxptscr1FBUW4iv92Dzxkhws05B { color:#f2f9ff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:14.645838737487rem;left:36.8125rem;height:6rem;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:none; }
#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);background-image:url("https://images.assets-landingi.com/oy385Phh/G_o_wne_na_www_6_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM.adaptive-delivery-prevent-bg, #hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM.lazyload, #hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM.lazyloading { background-image: none; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row .container { background-color: transparent; background-image: none; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row .container > .video-iframe-container { display: none; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row > .video-iframe-container { display: none; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .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); }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row .container { border-width: 0; border-radius: 0; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#aWAWRLDPsQ32TecWIPNcAGw5Rz6B8AS6 { color:#0babc1;display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:17.166667938233rem;left:39.0625rem;height:2.4375rem;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; }
#PJVgrDmoTFnM6zc30qPx2SpWfq10tDFu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.7486977577209rem;width:4.6875rem;position:absolute;display:block;z-index:100023;top:5.3125rem;left:54.75rem;overflow:hidden;display:block; }
#Q4iKXb7FWTRsLOB7Z53s5UH72Q2TcpVn { color:#0babc1;display:block;width:35.6875rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.412760734558rem;left:39.25rem;height:4.4375rem;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; }
#apTpxF4RgOLrmEdOX3t6TCstbQtuiqoa { color:#0babc1;display:block;width:35.6875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:26.412761688233rem;left:39.3125rem;height:2rem;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; }
#lmSp01LZwLBKophnnD6waPLE4ZV4869o { position:absolute;display:block;z-index:100002;height:4.9375rem;width:8.8125rem;top:1.1875rem;left:0.70703125rem;display:block; }
#GEISZKp29t386h8suSZgPHOlVmaFkUon { position:absolute;display:block;z-index:100003;height:5.0625rem;width:9.0625rem;top:1.125rem;left:11.28125rem;display:block; }
#XEDMffrXJv1Fx5F6lwF7CNXRvxH17Ued { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:40.625rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#mDfdwE5oVuCybl8GqBiDl6QHGnHq7DXS { color:#0babc1;display:block;width:35.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:17.166667938233rem;left:39.0625rem;height:2.4166667461395rem;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:none; }
#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg { position:relative;display:block; }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg { background-color: transparent; background-image: none; }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .row .container > .video-iframe-container { display: none; }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .row > .video-iframe-container { display: none; }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .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); }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg { border-width: 0; border-radius: 0; }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#iiHH0FG3HB8MbSWIHPKGKweoUMl8XwA4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:100000;top:17.4375rem;left:1.875rem;display:block; }
#lL9Fts7iBkQuJZhwHpDryZ0TTtwQMekS { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:20.625rem;left:2.1875rem;height:10.0625rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmNM9ortUuSzOD5fmDqe9SBxAlmyQNbX { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:18rem;left:3.3125rem;height:2rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2ROsGIfpef4PE2392A9iPsxuHgeCCtd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:100001;top:17.75rem;left:26.875rem;display:block; }
#ghaWLdT3wcNAGSTdOS5X4ULtKTvDtF6e { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:18.3125rem;left:28.3125rem;height:2rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbw6yZp6HlUHT2uZgvCJhnG4L7NIoQ0H { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.1875rem;height:11.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuknMbLnbeKbDRTKHtc1SG4rPNR1hmTC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:100002;top:17.75rem;left:51.875rem;display:block; }
#uw66MLKlZewKveaCrVnkFXA9fJNdCFWV { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:53.3125rem;height:0;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIhGQFTslbTHBHNdwZmK26eDp6i27TFK { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:20.9375rem;left:52.1875rem;height:7.1875rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TeukyM4GAJPyCFLVCAXFNEp7VOXobXJk { display:block;width:18.375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:18.3125rem;left:53.3125rem;height:2rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sk2UIEa231NzcS4aM0atv9EsA0uBLhJL { position:absolute;display:block;z-index:99999;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;height:15.6875rem;width:21.875rem;top:17.125rem;left:1.5625rem;display:block; }
#xClSOw6aCNESROQpxiDylZmSkeNR1mRn { position:absolute;display:block;z-index:100000;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;height:15.5625rem;width:21.875rem;top:17.4375rem;left:26.5625rem;display:block; }
#tTVMlH8U7BqnRWZtoLXznrRhf55NMAxl { position:absolute;display:block;z-index:100001;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;height:15.5625rem;width:21.875rem;top:17.4375rem;left:51.5625rem;display:block; }
#LAAMrLPv47yIRC3PgioFAuoAUbQTB4TH { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.1875rem;height:10.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Pz1p2QQKgHHx9qAM6KwhdTbRUsIUtMur { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:27.1875rem;height:12rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UEMyonBPCggZRi8dpSqriq2BXN4SC0JP { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:19.1875rem;left:52.1875rem;height:7.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#H30Bax1DaSozdQDGzzTXDNEqNnS1ABD4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:16.75rem;top:2.2291679382324rem;left:4.125rem;overflow:hidden;display:block; }
#IPOEWAZHx63oSDXHhi7oyEibS71dVeqB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:16.75rem;top:2.2289062142372rem;left:29.125001907349rem;overflow:hidden;display:block; }
#GkwVBahDxvSGiJQ3nvBF9U5H1yrLH1wK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:16.75rem;top:2.2291679382324rem;left:54.125rem;overflow:hidden;display:block; }
#dcQPlSc5mxn1kEuDvafMDdCHICixq3Go { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:13.395835876465rem;left:2.1875rem;height:2.875rem;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; }
#mtxLH5ZXKOKFBCtbDEs1oGIF6208WtFK { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:32.9375rem;left:3.125rem;height:2.875rem;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; }
#Nz55p5BVeQrFdgLyEIeDzizQrGBnkGVT { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:33.000000953674rem;left:28.125001907349rem;height:2.875rem;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; }
#FhAoMT2S9RzwpEbX6uKSMhBQ6sT2ywFu { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:13.228906452656rem;left:28.125001907349rem;height:2.875rem;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; }
#lat2nB8sl19ow6mCPCPOiSIwutq2DHrz { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.228125214577rem;left:53.125001907349rem;height:2.875rem;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; }
#UDKkrc9U1DiZNk1KFhP10QeNbdD5LkNR { color:#0babc1;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:32.811719536781rem;left:53.125001907349rem;height:2.875rem;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; }
#ODydOEtvN1BQ57Tfz265zCy2XZdR9Cy5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:none; }#ODydOEtvN1BQ57Tfz265zCy2XZdR9Cy5 > .row .container { border-width: 0; border-radius: 0; }#ODydOEtvN1BQ57Tfz265zCy2XZdR9Cy5 > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:none; }#zptHtegb2b15rDX2PVVXe996F2NW8SRz { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.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; }
#dDs6OpTcfIeNEzE3OQETFXEl6xKGgXkI { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:4rem;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; }
#qXUoaG1EERCaQCmqGWEeJwE6ZH7l8vFz { position:absolute;display:block;z-index:100005;background-color:#0babc1;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;height:14.1875rem;width:75rem;top:0.0625rem;left:0rem;display:none; }
#QQ85cF8Eub94LPJ8Np3yZ5gcICx2mVTo { position:absolute;display:block;z-index:100008;height:42rem;width:75rem;top:19.812500476837rem;left:0rem;display:block; }
#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row .container { background-color: transparent; background-image: none; }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row .container > .video-iframe-container { display: none; }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row > .video-iframe-container { display: none; }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .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); }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row .container { border-width: 0; border-radius: 0; }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#oJo2HPM4nXng2m2RWG2RlIyWRGVe0E4q { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.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; }
#tuTgPGxQnEz2pLZM42uswxz2Z0TDTG8D { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:4rem;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; }
#aoV4LlQlos9CngzSy8F01Io5Ew3dNXTz { position:absolute;display:block;z-index:100005;background-color:#0babc1;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;height:14.1875rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#lPzarXcwsAiokgRS4dKDIzt2KwOhVLQe { position:absolute;display:block;z-index:100008;height:42rem;width:75rem;top:19.812500476837rem;left:0rem;display:block; }
#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h { position:relative;display:block; }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h { background-color: transparent; background-image: none; }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .row .container > .video-iframe-container { display: none; }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .row > .video-iframe-container { display: none; }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .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); }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h { border-width: 0; border-radius: 0; }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row .container { background-color: transparent; background-image: none; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row .container > .video-iframe-container { display: none; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row > .video-iframe-container { display: none; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .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); }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row .container { border-width: 0; border-radius: 0; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#TUF24ddPnQ4VfmiZlGPzgtXCdzJEHzKw { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5rem;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; }
#HGCFXpDiGTnDmUCgUvpHix8DyHBKhHI9 { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:4rem;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; }
#K0ywUkMXJu9QcMWsn4ROPRlC73vdW78K { position:absolute;display:block;z-index:100005;background-color:#0babc1;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;height:14.1875rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#UrGeaGzhmWhv5KzzqIBDFQG4LrmpJD1r { position:absolute;display:block;z-index:100009;height:42rem;width:75rem;top:19.8125rem;left:0rem;display:block; }
#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm { position:relative;display:block; }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm { background-color: transparent; background-image: none; }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .row .container > .video-iframe-container { display: none; }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .row > .video-iframe-container { display: none; }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .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); }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm { border-width: 0; border-radius: 0; }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row .container { background-color: transparent; background-image: none; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row .container > .video-iframe-container { display: none; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row > .video-iframe-container { display: none; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .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); }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row .container { border-width: 0; border-radius: 0; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:block; }#UHSHIlpW3ZoF1Z7tLvrRwkKKqNZAtKQ5 { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.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; }
#MfQAzUXp1QFXlftVMU3Ph5cohyTlEtfz { color:#f1f6fb;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.8125rem;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; }
#SRgT25brghmxNlA8FKbfa212DFfldtcI { position:absolute;display:block;z-index:100005;background-color:#0babc1;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;height:14.1875rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#zllhl09J7VbXbIvAZm4F5aFOU4hCkxrS { position:absolute;display:block;z-index:100010;height:42rem;width:75rem;top:19.8125rem;left:0rem;display:block; }
#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll { position:relative;display:block; }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll { background-color: transparent; background-image: none; }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .row .container > .video-iframe-container { display: none; }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .row > .video-iframe-container { display: none; }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .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); }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll { border-width: 0; border-radius: 0; }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:url("https://images.assets-landingi.com/Xo5udmRb/t_o_1200x1200_4_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck.adaptive-delivery-prevent-bg, #TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck.lazyload, #TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck.lazyloading { background-image: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container { background-color: transparent; background-image: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container > .video-iframe-container { display: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row > .video-iframe-container { display: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .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); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container { border-width: 0; border-radius: 0; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#g8hfZRKGvgmg9ZQ8InTekqwFkz0NPcyb { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:9.9145898818969rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EldTuiiPk79hFM4OZTzHFIlC7WCpcHK8 { position:absolute;display:block;z-index:100006;background-color:rgba(241,246,251,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#tVpAz0B21CaMhGhpVVq0gQdigk4ChobM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.625rem;width:35.625rem;position:absolute;display:block;z-index:100007;top:19.941674232483rem;left:0rem;overflow:hidden;display:block; }
#PaodNus3EVIEWx0sOTkDSNaXTnqAKiqx { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:14.315631866455rem;left:0rem;height:4.5rem;color:#0babc1;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TutEo01BJacGm46IzTEcrePmelNixB7g { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:21.0625rem;left:31.25rem;height:23.0625rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFkaBaTrW5wJMWiAUuxcvIoWi6UAs6Lm { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:9.375rem;top:48.532301902771rem;left:45.312501907349rem;overflow:hidden;display:block; }
#vHbhvhWqAGfXhf61HdFECRLNyc8xTEM5 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sCrFLh4AMvCm50O2by7V7KwRn5T9DTQ6 { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:21.625rem;top:10.75rem;left:20.8125rem;display:none; }
#HBsMZn6ai8k3oG6qHw63yZkKmFvbPdb5 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 { position:relative;display:block; }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 { background-color: transparent; background-image: none; }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .row .container > .video-iframe-container { display: none; }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .row > .video-iframe-container { display: none; }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .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); }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 { border-width: 0; border-radius: 0; }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rCx08Upg/Projekt_bez_tytu_u_2020_11_10T172243.828.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.adaptive-delivery-prevent-bg, #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.lazyload, #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.lazyloading { background-image: none; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH > .row .container { border-width: 0; border-radius: 0; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH > .row .container { font-size:0.875rem;font-family:ubuntu;height:25.125rem;width:75rem;position:relative;display:none; }#iTQh2EDTI0LETrf2WpkJeqli3gns4l7u { 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-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:31.25rem;height:3.4359375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:17.875rem;left:21.875rem;display:block; }
#ysGigMycAuS1QS2oNadTxrxsPOMQrlBr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Eel2abSBIyqtRkvVpNL1eUK3FVeNOu30 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.3125rem;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; }
#RzAOaHDpRcddHFc1D8i3df45tS565A3H { color:#0babc1;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:2.875rem;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; }
#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA { 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;display:block; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.adaptive-delivery-prevent-bg, #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.lazyload, #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.lazyloading { background-image: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container { background-color: transparent; background-image: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.63); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container > .video-iframe-container { display: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.63); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row > .video-iframe-container { display: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .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); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container { border-width: 0; border-radius: 0; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container { font-size:0.875rem;font-family:ubuntu;height:32.5rem;width:75rem;position:relative;display:block; }#KdlM5VObxo6AFus568TXktt89nSSMrJg { 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-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:31.25rem;height:3.4359375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:23.625rem;left:21.875rem;display:block; }
#FzFZ8wUszXVqpPDx5dB7E0tzHkf1yTTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ilU6Z8fl1pLg3IpLRdhXu2VoWvGVxXdT { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:8.4375rem;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; }
#PVksNcbQiNpgQs9rlF2Cg2AnupOveF9Z { color:#107d84;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:4.4375rem;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; }
#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:none;position:relative;display:block; }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row .container { background-color: transparent; background-image: none; }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row .container > .video-iframe-container { display: none; }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row > .video-iframe-container { display: none; }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .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); }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row .container { border-width: 0; border-radius: 0; }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#UizCEvwvED0UTGvMhGDK9W4ThTBhaaZS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TWyJn6rUC29lmO7inUq8P5r1mT6aQEOW { display:none; }#TWyJn6rUC29lmO7inUq8P5r1mT6aQEOW > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BfHVqn8zEbv4cgxpzk2EA7469ZlkXg2a { width:23.125rem;height:0;top:9.8020839691163rem;left:24.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bNZmqK6MFwCzqda00wwT40ih6KbFaRCT { width:23.125rem;height:2rem;top:3.2486979961395rem;left:24.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkpKS9fJuHBmvaG4xukosnWiW4WI1X0B { width:23.125rem;height:2.75rem;top:6.2903647422787rem;left:24.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1uBRZ8Wh6izGXLOCNavDUJRzh17vDDf { width:31.25rem;height:3.375rem;top:18.4375rem;left:8.2500003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DvLXVbzLGqTXkafuLC1JGEo3kZKZ1mx2 { display:block; }
 }@media only screen and (max-width: 1199px) { #kHC21HHDpDkIbtTsa1AEwC30FwDIAChu { top:0.875rem;left:0rem;width:25rem;height:16.1875rem;z-index:100016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #I3oEsZq1ySoToFWVZrVHzFHTH4bg9I8F { width:23.125rem;height:;top:9.8020839691163rem;left:24.5625rem;font-size:1.25rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 1199px) { #KuhrRnfHXJdTD5qoDADX6Bg7kxsafZ1Z { width:23.125rem;height:0;top:9.8020839691163rem;left:24.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc { display:block; }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row .container { width:47.75rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zJkhTTPfC75hpuLpK1Tu2EuEheKlUTlh { width:23.125rem;height:0;top:9.8020839691163rem;left:24.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XOlPLwphKfa0bkVT1N0LtwWBHB1hwlT2 { width:23.125rem;height:2rem;top:2.25rem;left:24.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W8o7vZEQTfTaVRLH9GT3ChCWachBu50u { width:23.125rem;height:5rem;top:5.4778652191162rem;left:24.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQr5tXABS2AqrZzLoEH5cEI4W0dMR53f { width:31.25rem;height:3.375rem;top:21.8125rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BhAyqrQTVMiJEa42c9QFQI7XfZeIGKS9 { display:block; }
 }@media only screen and (max-width: 1199px) { #xSZLN9otpTVCU93c2xa7AQ4QpgDzN2rE { top:2.2083339691162rem;left:0.625rem;width:24.875rem;height:16.125rem;z-index:100016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #TeFV3T2TqF0VAEcTf2u8OpTDax7HOkBv { width:23.125rem;height:6.5rem;top:12.145835876465rem;left:24.5625rem;font-size:1.25rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 1199px) { #TatN4Bxptscr1FBUW4iv92Dzxkhws05B { width:23.125rem;height:0;top:9.8020839691163rem;left:24.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM { display:block; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row .container { width:47.75rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aWAWRLDPsQ32TecWIPNcAGw5Rz6B8AS6 { width:42.25rem;height:2.8125rem;top:8.3958339691163rem;left:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJVgrDmoTFnM6zc30qPx2SpWfq10tDFu { width:4.6875rem;height:4.75rem;top:0.041666984558106rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4iKXb7FWTRsLOB7Z53s5UH72Q2TcpVn { width:47.75rem;height:2.8125rem;top:4.8333339691162rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apTpxF4RgOLrmEdOX3t6TCstbQtuiqoa { width:37.5rem;height:2rem;top:30.875rem;left:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmSp01LZwLBKophnnD6waPLE4ZV4869o { width:8.8125rem;height:4.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEISZKp29t386h8suSZgPHOlVmaFkUon { width:9.0625rem;height:5.0625rem;top:0.041667938232422rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEDMffrXJv1Fx5F6lwF7CNXRvxH17Ued { width:28.125rem;height:14.9375rem;top:13.46875rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDfdwE5oVuCybl8GqBiDl6QHGnHq7DXS { width:42.25rem;height:2.75rem;top:8.3958339691163rem;left:2.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AK24sx8eD52TndLFqIGT3TIrv2BwJcbg { display:block; }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iiHH0FG3HB8MbSWIHPKGKweoUMl8XwA4 { width:14.0625rem;height:3.8125rem;top:12.759124755859rem;left:0.92708337306975rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #lL9Fts7iBkQuJZhwHpDryZ0TTtwQMekS { width:14.4375rem;height:0;top:16.54948425293rem;left:0.73958337306975rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cmNM9ortUuSzOD5fmDqe9SBxAlmyQNbX { width:14.625rem;height:2rem;top:13.64323425293rem;left:0.61458337306976rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L2ROsGIfpef4PE2392A9iPsxuHgeCCtd { width:14.0625rem;height:3.75rem;top:12.76953125rem;left:16.84375rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #ghaWLdT3wcNAGSTdOS5X4ULtKTvDtF6e { width:15.5rem;height:2rem;top:13.80078125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbw6yZp6HlUHT2uZgvCJhnG4L7NIoQ0H { width:14.9375rem;height:0;top:16.54948425293rem;left:16.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KuknMbLnbeKbDRTKHtc1SG4rPNR1hmTC { width:14.0625rem;height:3.75rem;top:12.76953125rem;left:32.760417938233rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 1199px) { #uw66MLKlZewKveaCrVnkFXA9fJNdCFWV { width:15.9375rem;height:0;top:13.375rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIhGQFTslbTHBHNdwZmK26eDp6i27TFK { width:14.4375rem;height:0;top:16.54948425293rem;left:32.572917938233rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TeukyM4GAJPyCFLVCAXFNEp7VOXobXJk { width:15.5rem;height:2rem;top:13.821624755859rem;left:32.041667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sk2UIEa231NzcS4aM0atv9EsA0uBLhJL { width:14.6875rem;height:15.75rem;top:12.165374755859rem;left:0.61458337306976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xClSOw6aCNESROQpxiDylZmSkeNR1mRn { width:15.0625rem;height:15.75rem;top:12.14453125rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTVMlH8U7BqnRWZtoLXznrRhf55NMAxl { width:14.6875rem;height:15.75rem;top:12.14453125rem;left:32.447917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LAAMrLPv47yIRC3PgioFAuoAUbQTB4TH { width:14.4375rem;height:10rem;top:16.54948425293rem;left:0.73958337306975rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 1199px) { #Pz1p2QQKgHHx9qAM6KwhdTbRUsIUtMur { width:14.9375rem;height:11.25rem;top:16.54948425293rem;left:16.40625rem;font-size:1rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 1199px) { #UEMyonBPCggZRi8dpSqriq2BXN4SC0JP { width:14.4375rem;height:8.75rem;top:16.54948425293rem;left:32.572917938233rem;font-size:1rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #H30Bax1DaSozdQDGzzTXDNEqNnS1ABD4 { width:10rem;height:6.5625rem;top:2.39453125rem;left:2.9583334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPOEWAZHx63oSDXHhi7oyEibS71dVeqB { width:10rem;height:6.5625rem;top:2.39453125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GkwVBahDxvSGiJQ3nvBF9U5H1yrLH1wK { width:10rem;height:6.5625rem;top:2.39453125rem;left:34.333335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcQPlSc5mxn1kEuDvafMDdCHICixq3Go { width:11.5625rem;height:2.5rem;top:8.95703125rem;left:2.1770834922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtxLH5ZXKOKFBCtbDEs1oGIF6208WtFK { width:11.5625rem;height:2.5rem;top:27.893232345581rem;left:2.1770834922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nz55p5BVeQrFdgLyEIeDzizQrGBnkGVT { width:11.5625rem;height:2.5rem;top:27.914843368344rem;left:18.093750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhAoMT2S9RzwpEbX6uKSMhBQ6sT2ywFu { width:11.5625rem;height:2.5rem;top:8.9570310590787rem;left:18.093750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lat2nB8sl19ow6mCPCPOiSIwutq2DHrz { width:11.5625rem;height:2.5rem;top:8.95703125rem;left:34.010156989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDKkrc9U1DiZNk1KFhP10QeNbdD5LkNR { width:11.5625rem;height:2.5rem;top:27.914844989777rem;left:34.010156989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODydOEtvN1BQ57Tfz265zCy2XZdR9Cy5 { display:none; }#ODydOEtvN1BQ57Tfz265zCy2XZdR9Cy5 > .row .container { width:47.75rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zptHtegb2b15rDX2PVVXe996F2NW8SRz { width:47.75rem;height:2rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDs6OpTcfIeNEzE3OQETFXEl6xKGgXkI { width:47.75rem;height:2rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXUoaG1EERCaQCmqGWEeJwE6ZH7l8vFz { width:47.75rem;height:10.0625rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QQ85cF8Eub94LPJ8Np3yZ5gcICx2mVTo { width:43.75rem;height:24.4375rem;top:14.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJaWrWia02BkTPiZigAh1V3oNeEfeQuc { display:block; }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oJo2HPM4nXng2m2RWG2RlIyWRGVe0E4q { width:47.75rem;height:2rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuTgPGxQnEz2pLZM42uswxz2Z0TDTG8D { width:47.75rem;height:2rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoV4LlQlos9CngzSy8F01Io5Ew3dNXTz { width:47.75rem;height:10.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPzarXcwsAiokgRS4dKDIzt2KwOhVLQe { width:43.75rem;height:24.4375rem;top:14.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h { display:block; }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IGpe9s67voPPxuWcORDaiR36wSxspwDS { display:block; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TUF24ddPnQ4VfmiZlGPzgtXCdzJEHzKw { width:47.75rem;height:2rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGCFXpDiGTnDmUCgUvpHix8DyHBKhHI9 { width:47.75rem;height:2rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0ywUkMXJu9QcMWsn4ROPRlC73vdW78K { width:47.75rem;height:10.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrGeaGzhmWhv5KzzqIBDFQG4LrmpJD1r { width:43.75rem;height:24.4375rem;top:14.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm { display:block; }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu { display:block; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UHSHIlpW3ZoF1Z7tLvrRwkKKqNZAtKQ5 { width:47.75rem;height:2rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MfQAzUXp1QFXlftVMU3Ph5cohyTlEtfz { width:47.75rem;height:2rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRgT25brghmxNlA8FKbfa212DFfldtcI { width:47.75rem;height:10.0625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zllhl09J7VbXbIvAZm4F5aFOU4hCkxrS { width:43.75rem;height:24.4375rem;top:14.3125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll { display:block; }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck { background-color:#effafa;background-image:url("https://images.assets-landingi.com/Xo5udmRb/t_o_1200x1200_4_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck.adaptive-delivery-prevent-bg, #TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck.lazyload, #TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck.lazyloading { background-image: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container { background-color: transparent; background-image: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container > .video-iframe-container { display: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row > .video-iframe-container { display: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .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); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g8hfZRKGvgmg9ZQ8InTekqwFkz0NPcyb { width:31.248046875rem;height:2.3125rem;top:5.625rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;color:#0babc1;display:block; }
 }@media only screen and (max-width: 1199px) { #EldTuiiPk79hFM4OZTzHFIlC7WCpcHK8 { width:44rem;height:35rem;top:3.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVpAz0B21CaMhGhpVVq0gQdigk4ChobM { width:23.625rem;height:23.625rem;top:15.250015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PaodNus3EVIEWx0sOTkDSNaXTnqAKiqx { width:31.25rem;height:2.3125rem;top:8.5625rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:400;font-style:normal;color:#0babc1;display:block; }
 }@media only screen and (max-width: 1199px) { #TutEo01BJacGm46IzTEcrePmelNixB7g { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CFkaBaTrW5wJMWiAUuxcvIoWi6UAs6Lm { width:6.810546875rem;height:3.435546875rem;top:33.55078125rem;left:29.931640625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHbhvhWqAGfXhf61HdFECRLNyc8xTEM5 { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sCrFLh4AMvCm50O2by7V7KwRn5T9DTQ6 { top:10.77304649353rem;left:20.839451611042rem;width:25rem;height:21.25rem;z-index:100011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #HBsMZn6ai8k3oG6qHw63yZkKmFvbPdb5 { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 { display:block; }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH { background-color:transparent;background-image:url("https://images.assets-landingi.com/5MAzOGXE/Oczyszczanie_z_Ajurwed_na_www_4_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.adaptive-delivery-prevent-bg, #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.lazyload, #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.lazyloading { background-image: none; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH > .row .container { width:47.75rem;height:21rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iTQh2EDTI0LETrf2WpkJeqli3gns4l7u { width:31.25rem;height:3.375rem;top:14.0625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ysGigMycAuS1QS2oNadTxrxsPOMQrlBr { display:block; }
 }@media only screen and (max-width: 1199px) { #Eel2abSBIyqtRkvVpNL1eUK3FVeNOu30 { width:47.75rem;height:4.0625rem;top:7.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzAOaHDpRcddHFc1D8i3df45tS565A3H { width:47.75rem;height:2.84375rem;top:3.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA { background-color:transparent;background-image:url("https://images.assets-landingi.com/34UziFkC/OzA_g_wne_na_www.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.adaptive-delivery-prevent-bg, #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.lazyload, #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.lazyloading { background-image: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container { background-color: transparent; background-image: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.72); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container > .video-iframe-container { display: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.72); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row > .video-iframe-container { display: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .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); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container { width:47.75rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KdlM5VObxo6AFus568TXktt89nSSMrJg { width:31.25rem;height:3.375rem;top:15.75rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzFZ8wUszXVqpPDx5dB7E0tzHkf1yTTF { display:block; }
 }@media only screen and (max-width: 1199px) { #ilU6Z8fl1pLg3IpLRdhXu2VoWvGVxXdT { width:47.75rem;height:6rem;top:7.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PVksNcbQiNpgQs9rlF2Cg2AnupOveF9Z { width:47.75rem;height:2.8125rem;top:3.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k { display:block; }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UizCEvwvED0UTGvMhGDK9W4ThTBhaaZS { width:11.25rem;height:5.8125rem;top:5.625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TWyJn6rUC29lmO7inUq8P5r1mT6aQEOW { display:none; }#TWyJn6rUC29lmO7inUq8P5r1mT6aQEOW > .row .container { width:20rem;height:30.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BfHVqn8zEbv4cgxpzk2EA7469ZlkXg2a { width:18.125rem;height:0;top:18.161458969116rem;left:0.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNZmqK6MFwCzqda00wwT40ih6KbFaRCT { width:20rem;height:1.5rem;top:12.895833969116rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkpKS9fJuHBmvaG4xukosnWiW4WI1X0B { width:20rem;height:1.8333333730698rem;top:15.583333969116rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1uBRZ8Wh6izGXLOCNavDUJRzh17vDDf { width:19rem;height:3.375rem;top:25.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvLXVbzLGqTXkafuLC1JGEo3kZKZ1mx2 { display:block; }
 }@media only screen and (max-width: 763px) { #kHC21HHDpDkIbtTsa1AEwC30FwDIAChu { width:20rem;height:13rem;top:0.77083337306975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3oEsZq1ySoToFWVZrVHzFHTH4bg9I8F { width:20rem;height:auto;top:9.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuhrRnfHXJdTD5qoDADX6Bg7kxsafZ1Z { width:18.125rem;height:6rem;top:18.411458969116rem;left:0.90625rem;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc { display:block; }#bxIFS8PJxT2SOtkDA8WNfPNUKrwasGtc > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJkhTTPfC75hpuLpK1Tu2EuEheKlUTlh { width:18.125rem;height:0;top:18.161458969116rem;left:0.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOlPLwphKfa0bkVT1N0LtwWBHB1hwlT2 { width:20rem;height:1.4375rem;top:2.4583358764649rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8o7vZEQTfTaVRLH9GT3ChCWachBu50u { width:20rem;height:3.625rem;top:5.3958358764649rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQr5tXABS2AqrZzLoEH5cEI4W0dMR53f { width:19rem;height:3.375rem;top:34.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhAyqrQTVMiJEa42c9QFQI7XfZeIGKS9 { display:block; }
 }@media only screen and (max-width: 763px) { #xSZLN9otpTVCU93c2xa7AQ4QpgDzN2rE { width:19.875rem;height:12.875rem;top:19.020835876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFV3T2TqF0VAEcTf2u8OpTDax7HOkBv { width:20rem;height:auto;top:9.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TatN4Bxptscr1FBUW4iv92Dzxkhws05B { width:18.125rem;height:5.75rem;top:10.723960876465rem;left:0.90625rem;font-size:1.125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM { display:block; }#hAsgTDCOmBnlVyhWaf4lL8w0LgNW7LJM > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWAWRLDPsQ32TecWIPNcAGw5Rz6B8AS6 { width:18.75rem;height:0;top:24.385417938233rem;left:0.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJVgrDmoTFnM6zc30qPx2SpWfq10tDFu { width:3.125rem;height:3.125rem;top:1.25rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4iKXb7FWTRsLOB7Z53s5UH72Q2TcpVn { width:20rem;height:1.75rem;top:4.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apTpxF4RgOLrmEdOX3t6TCstbQtuiqoa { width:18.75rem;height:3.625rem;top:7.3229169845581rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmSp01LZwLBKophnnD6waPLE4ZV4869o { width:8.8125rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEISZKp29t386h8suSZgPHOlVmaFkUon { width:9.0625rem;height:5.0625rem;top:1.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEDMffrXJv1Fx5F6lwF7CNXRvxH17Ued { width:20rem;height:10.676923076923rem;top:12.322916984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfdwE5oVuCybl8GqBiDl6QHGnHq7DXS { width:18.75rem;height:3.25rem;top:24.260418653488rem;left:0.625rem;font-size:1.25rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #AK24sx8eD52TndLFqIGT3TIrv2BwJcbg { display:block; }#AK24sx8eD52TndLFqIGT3TIrv2BwJcbg > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiHH0FG3HB8MbSWIHPKGKweoUMl8XwA4 { width:18.8125rem;height:3.125rem;top:51.375rem;left:0.625rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lL9Fts7iBkQuJZhwHpDryZ0TTtwQMekS { width:18.5625rem;height:8.75rem;top:20.072917938233rem;left:0.71875rem;text-align:center;text-align-last:center;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #cmNM9ortUuSzOD5fmDqe9SBxAlmyQNbX { width:18.375rem;height:1.625rem;top:17.6875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ROsGIfpef4PE2392A9iPsxuHgeCCtd { width:18.8125rem;height:3.125rem;top:86.0625rem;left:0.625rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ghaWLdT3wcNAGSTdOS5X4ULtKTvDtF6e { width:18.375rem;height:1.625rem;top:51.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbw6yZp6HlUHT2uZgvCJhnG4L7NIoQ0H { width:18.5625rem;height:10rem;top:54.5625rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuknMbLnbeKbDRTKHtc1SG4rPNR1hmTC { width:18.8125rem;height:3.125rem;top:16.927085876465rem;left:0.59375rem;background-color:#0babc1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uw66MLKlZewKveaCrVnkFXA9fJNdCFWV { width:18.375rem;height:0;top:14.8125rem;left:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIhGQFTslbTHBHNdwZmK26eDp6i27TFK { width:17.5rem;height:6.25rem;top:89.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeukyM4GAJPyCFLVCAXFNEp7VOXobXJk { width:18.375rem;height:1.625rem;top:86.8125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk2UIEa231NzcS4aM0atv9EsA0uBLhJL { width:19.375rem;height:12.9375rem;top:85.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xClSOw6aCNESROQpxiDylZmSkeNR1mRn { width:19.375rem;height:16.4375rem;top:51.1875rem;left:0.3125rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #tTVMlH8U7BqnRWZtoLXznrRhf55NMAxl { width:19.375rem;height:16.9375rem;top:16.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAAMrLPv47yIRC3PgioFAuoAUbQTB4TH { width:14.4375rem;height:auto;top:16.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pz1p2QQKgHHx9qAM6KwhdTbRUsIUtMur { width:14.9375rem;height:auto;top:16.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEMyonBPCggZRi8dpSqriq2BXN4SC0JP { width:14.4375rem;height:auto;top:16.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H30Bax1DaSozdQDGzzTXDNEqNnS1ABD4 { width:17.5rem;height:11.5rem;top:1.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPOEWAZHx63oSDXHhi7oyEibS71dVeqB { width:16.75rem;height:11rem;top:35.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkwVBahDxvSGiJQ3nvBF9U5H1yrLH1wK { width:16.75rem;height:11rem;top:71rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcQPlSc5mxn1kEuDvafMDdCHICixq3Go { width:18.75rem;height:2.5rem;top:12.895835876465rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtxLH5ZXKOKFBCtbDEs1oGIF6208WtFK { width:18.75rem;height:2.5rem;top:28.822917938233rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nz55p5BVeQrFdgLyEIeDzizQrGBnkGVT { width:18.75rem;height:2.5rem;top:63.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhAoMT2S9RzwpEbX6uKSMhBQ6sT2ywFu { width:18.75rem;height:2.5rem;top:46.937503814698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lat2nB8sl19ow6mCPCPOiSIwutq2DHrz { width:18.75rem;height:2.5rem;top:82rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDKkrc9U1DiZNk1KFhP10QeNbdD5LkNR { width:18.75rem;height:2.5rem;top:94.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODydOEtvN1BQ57Tfz265zCy2XZdR9Cy5 { display:none; }#ODydOEtvN1BQ57Tfz265zCy2XZdR9Cy5 > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zptHtegb2b15rDX2PVVXe996F2NW8SRz { width:17.5rem;height:1.8333333730698rem;top:3.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDs6OpTcfIeNEzE3OQETFXEl6xKGgXkI { width:20rem;height:1.5833333730698rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXUoaG1EERCaQCmqGWEeJwE6ZH7l8vFz { width:20rem;height:6.8125rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQ85cF8Eub94LPJ8Np3yZ5gcICx2mVTo { width:18.75rem;height:10.4375rem;top:8.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJaWrWia02BkTPiZigAh1V3oNeEfeQuc { display:block; }#KJaWrWia02BkTPiZigAh1V3oNeEfeQuc > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJo2HPM4nXng2m2RWG2RlIyWRGVe0E4q { width:17.5rem;height:1.8125rem;top:3.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuTgPGxQnEz2pLZM42uswxz2Z0TDTG8D { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoV4LlQlos9CngzSy8F01Io5Ew3dNXTz { width:20rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPzarXcwsAiokgRS4dKDIzt2KwOhVLQe { width:18.75rem;height:10.4375rem;top:8.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h { display:block; }#sG0AQNLLc5idKW32TEoTJoQhwlNu9A0h > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGpe9s67voPPxuWcORDaiR36wSxspwDS { display:block; }#IGpe9s67voPPxuWcORDaiR36wSxspwDS > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUF24ddPnQ4VfmiZlGPzgtXCdzJEHzKw { width:17.5rem;height:1.8125rem;top:3.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGCFXpDiGTnDmUCgUvpHix8DyHBKhHI9 { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ywUkMXJu9QcMWsn4ROPRlC73vdW78K { width:20rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrGeaGzhmWhv5KzzqIBDFQG4LrmpJD1r { width:18.75rem;height:10.4375rem;top:8.1875162124631rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm { display:block; }#yLvJLFdvptG1faUVSJ95nmlxVT5qN3vm > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu { display:block; }#tR7N3uL3ctik4zkeiQnMISc4GH6ew5hu > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHSHIlpW3ZoF1Z7tLvrRwkKKqNZAtKQ5 { width:17.5rem;height:1.8125rem;top:3.75rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfQAzUXp1QFXlftVMU3Ph5cohyTlEtfz { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRgT25brghmxNlA8FKbfa212DFfldtcI { width:20rem;height:6.8125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zllhl09J7VbXbIvAZm4F5aFOU4hCkxrS { width:18.75rem;height:10.4375rem;top:8.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll { display:block; }#rK5wZXNsWZ5mhdGRa4LtmXEw9k0nh3ll > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck { background-color:#effafa;background-image:none;display:block; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container { background-color: transparent; background-image: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container > .video-iframe-container { display: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row > .video-iframe-container { display: none; }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .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); }#TerDVMkTgMhRViwh6VRGSmlLzTvSm0ck > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8hfZRKGvgmg9ZQ8InTekqwFkz0NPcyb { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EldTuiiPk79hFM4OZTzHFIlC7WCpcHK8 { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVpAz0B21CaMhGhpVVq0gQdigk4ChobM { width:18.125rem;height:18.125rem;top:9.9395694732669rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaodNus3EVIEWx0sOTkDSNaXTnqAKiqx { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TutEo01BJacGm46IzTEcrePmelNixB7g { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #CFkaBaTrW5wJMWiAUuxcvIoWi6UAs6Lm { width:5.625rem;height:2.6875rem;top:56.71875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHbhvhWqAGfXhf61HdFECRLNyc8xTEM5 { width:18.75rem;height:24.375rem;top:29.498046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:100010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #sCrFLh4AMvCm50O2by7V7KwRn5T9DTQ6 { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBsMZn6ai8k3oG6qHw63yZkKmFvbPdb5 { width:18.125rem;height:8.5rem;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:100008;color:#0babc1;font-family:ubuntu;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 { display:block; }#e1egXP4U6wumkwfQ77JsZbI8UHcEFu92 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH { background-color:transparent;background-image:url("https://images.assets-landingi.com/5MAzOGXE/Oczyszczanie_z_Ajurwed_na_www_4_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.adaptive-delivery-prevent-bg, #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.lazyload, #dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH.lazyloading { background-image: none; }#dH3VrJAPrTIbTh7zTV2OVUC6nD5lvtBH > .row .container { width:20rem;height:16.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iTQh2EDTI0LETrf2WpkJeqli3gns4l7u { width:19rem;height:3.375rem;top:11.235687255859rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysGigMycAuS1QS2oNadTxrxsPOMQrlBr { display:block; }
 }@media only screen and (max-width: 763px) { #Eel2abSBIyqtRkvVpNL1eUK3FVeNOu30 { width:17.5rem;height:2.925rem;top:5.6718912124634rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzAOaHDpRcddHFc1D8i3df45tS565A3H { width:20rem;height:2.03125rem;top:2.5533752441406rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA { 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:block; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.adaptive-delivery-prevent-bg, #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.lazyload, #D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA.lazyloading { background-image: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container { background-color: transparent; background-image: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.7); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container > .video-iframe-container { display: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,253,251,0.7); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row > .video-iframe-container { display: none; }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .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); }#D3pppuKVOw6LbDFASE5IaI6r7ft0ZaTA > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdlM5VObxo6AFus568TXktt89nSSMrJg { width:19rem;height:3.375rem;top:14.547656059265rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzFZ8wUszXVqpPDx5dB7E0tzHkf1yTTF { display:block; }
 }@media only screen and (max-width: 763px) { #ilU6Z8fl1pLg3IpLRdhXu2VoWvGVxXdT { width:17.5rem;height:4.3125rem;top:7.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVksNcbQiNpgQs9rlF2Cg2AnupOveF9Z { width:20rem;height:2rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k { display:block; }#SaGQFS5c6tys0VQRTAmR5Bmh4mdBsn5k > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UizCEvwvED0UTGvMhGDK9W4ThTBhaaZS { width:6.625rem;height:3.5rem;top:2.34375rem;left:6.6562503576281rem;display:block; }
 }