.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:#fffaf4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafb;background-image:url("https://images.assets-landingi.com/uc/887be732-94e3-45bd-916c-66d2d4ef45b2/Zdjciegwnenastronzapisu4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw.adaptive-delivery-prevent-bg, #J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw.lazyload, #J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw.lazyloading { background-image: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container { background-color: transparent; background-image: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container > .video-iframe-container { display: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row > .video-iframe-container { display: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .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); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container { border-width: 0; border-radius: 0; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#bkP1SMu83dKtZq7PzJbxRyL49gPU9cTo { position:absolute;display:block;z-index:100002;background-color:rgba(255,250,251,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:29.75rem;width:60rem;top:4rem;left:7.5rem;display:block; }
#SmW5Vh7RuF4TB8kiZoNw4AgOETKs5BrQ { color:#0d94a6;display:block;width:43.874080657959rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:7.8125rem;left:23.625rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3WLmTBpfcMQN9dksZmEAC9uT95y5tNJ { color:#ec8827;display:block;width:43.624767303467rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:23.875rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8852Qb5dDGrsZQXoviwInGTEzWRkcHs { color:#0d94a6;display:block;width:25.499769210815rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:18.3125rem;left:32.8125rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P09aMfitdJZdXhBH60U9hIbERwule1dI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.999769210815rem;width:21.686580657959rem;top:5.9375rem;left:7.5rem;overflow:hidden;display:block; }
#yDMGxE6lEqvfPe2p7AfnX0DRlIZ3TeJT { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:28.0625rem;left:0rem;height:2.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feQpBiiIf23dP4CRfm6JuCKX3QbS78lD { position:absolute;display:block;z-index:100008;height:5.75rem;width:10.25rem;top:1.125rem;left:0rem;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffafb;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#tpt2Q0UDhQ8luTpCTeyAVCfAJgginvv2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120rem;width:67.5rem;display:none; }
#TGTh1Uv2TdMc9uFhcMAd1yT0iWDd4o4b { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:28.0625rem;left:0rem;height:2.5735292434692rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 { position:relative;display:block; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 { background-color: transparent; background-image: none; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row .container > .video-iframe-container { display: none; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row > .video-iframe-container { display: none; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .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); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 { border-width: 0; border-radius: 0; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#NHg1e54eIbxZXuVKGWi13cdV7uTOp5ZS { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:25rem;width:60rem;top:2.6234378814698rem;left:7.5rem;display:block; }
#AuKfTLf9zH9SkwuhATpNLoJn4CDU7At4 { color:#0d94a6;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBxHETrTxlHi8SpARLUZxnaZHtUez53z { color:#0d94a6;display:block;width:10rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:11.375rem;left:12.25rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvZWgs2g9Ka3D9AdHdhm193wGHFp3Tlq { color:#000000;display:block;width:38.6859375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:3.2687501907349rem;left:25.750001907349rem;height:21.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoAkfD56sehtyJvdq6SDlV7Wu8bnmSiq { color:#ec8827;display:block;width:17.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uHgfE3s1bBDy9mSnmaH2PlJTwNJ9VXn1 { color:#c75568;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:15.625rem;left:9.375rem;height:1.9852941036224rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c { position:relative;display:block; }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c { background-color: transparent; background-image: none; }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .row .container > .video-iframe-container { display: none; }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .row > .video-iframe-container { display: none; }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .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); }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c { border-width: 0; border-radius: 0; }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#WvwuIZnHKDWECzUi8WywTHkD9Nv4aDWa { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5.9053344726562rem;left:14.79319858551rem;overflow:hidden;display:block; }
#f3TrTpWk5VGOZbVVXrRWdCIeqHH7widB { display:block;width:43.4991875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:5.9046874046326rem;left:23.440626144409rem;height:2.53125rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#Z7bMtfKIqfayUI9pqb5b9KFJ2TOlviik { display:block;width:33.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:10.157035827637rem;left:29.535158157349rem;height:8.4375rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vUJysTVSlQNPBp8dnCmWlsmPLLCpz2rP { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:19.782813072204rem;left:7.5rem;height:5.0625rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#NTpBZ6sLqNosk0mQSofEuvkBk2GCiT7h { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:24.782859802246rem;left:10.171185493469rem;height:3.375rem;text-align:left;text-align-last:left;color:#0d94a6;font-style:normal;display:block; }
#iZwq9qETUrg9SLVMaLVJbLkNNFOJvLHm { color:#47545a;display:block;width:50.749080657959rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:27.976791381836rem;left:10.172333717346rem;height:8.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MBRTHzzT5phD3HRRFMmB6gn4GtZU4C3N { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:29.605926513672rem;left:8.3547792434694rem;display:block; }
#Rm0cKipaSyDt7v06pd4SmypprzRh6MVu { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:34.375rem;width:60rem;top:3.75rem;left:7.4988508224488rem;display:block; }
#Q01n4uVsoIotlSqVVJpoim9bt3vqDIA7 { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:32.105926513672rem;left:8.3536310195925rem;display:block; }
#PdvxIHm5Cb9zs5DFTe21z8S2mGR3ky1h { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:34.700141906738rem;left:8.3536310195925rem;display:block; }
#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR { position:relative;display:block; }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR { background-color: transparent; background-image: none; }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .row .container > .video-iframe-container { display: none; }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .row > .video-iframe-container { display: none; }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .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); }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR { border-width: 0; border-radius: 0; }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#ckghUICJshGTQGtao1ASq8B5Q6NobqrK { position:absolute;display:block;z-index:99999;height:33.75rem;width:60rem;top:3.7500009536743rem;left:7.5rem;display:block; }
#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 { position:relative;display:block; }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 { background-color: transparent; background-image: none; }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .row .container > .video-iframe-container { display: none; }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .row > .video-iframe-container { display: none; }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .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); }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 { border-width: 0; border-radius: 0; }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#PeQ7PRaZSvAztpkVB2qgrpx9fkRhTPNv { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5.9053344726562rem;left:14.79319858551rem;overflow:hidden;display:block; }
#lvslNs7quGnh1lyTzCxJalkHls11w0cK { display:block;width:43.4991875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:5.9046874046326rem;left:23.440626144409rem;height:2.53125rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#n96b1LSKt5g1EoyQGTuFNSnEucJk6mdm { display:block;width:31.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:10.157402038574rem;left:29.535843849182rem;height:5.0625rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ux73p2p7EFBlaoBJ2Z8PBDEJGUAFoWUE { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:19.720312595367rem;left:7.5rem;height:5.0625rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#xIvpMUzMW6u7T7BXxcHTMg65GZ5ESq1S { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:24.782859802246rem;left:10.171185493469rem;height:3.375rem;text-align:left;text-align-last:left;color:#0d94a6;font-style:normal;display:block; }
#eAKBOr11BapUsyru925GRfQiHccu49RW { color:#47545a;display:block;width:50.749080657959rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:27.976791381836rem;left:10.172333717346rem;height:8.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BGAlpKkCOifSiIC1y7HLxlDkkF319Mbo { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:29.605926513672rem;left:8.3547792434694rem;display:block; }
#XZA591DJWfafSt8dOtT8cQyqT0rWCUKo { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:34.375rem;width:60rem;top:3.75rem;left:7.4988508224488rem;display:block; }
#G5h43ZhMap3yKP4xRb1nQAMtHcAbR0qK { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:32.105926513672rem;left:8.3536310195925rem;display:block; }
#sqqz0ar3JlPVPspMBq6OeoIhyoChCFAN { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:34.700141906738rem;left:8.3536310195925rem;display:block; }
#EgGP6JWUNJZIRPEa5DsrMOp32XyIlIcX { display:block;width:31.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:10.157402038574rem;left:29.535843849182rem;height:10.125rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z { position:relative;display:block; }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z { background-color: transparent; background-image: none; }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .row .container > .video-iframe-container { display: none; }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .row > .video-iframe-container { display: none; }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .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); }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z { border-width: 0; border-radius: 0; }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#y5pCWiGLVJH2iazeNc8beZpIh7grCDG8 { position:absolute;display:block;z-index:99999;height:33.75rem;width:60rem;top:3.7500009536743rem;left:7.5rem;display:block; }
#awR01HREd6obqBvJa0aWAugKaOcfKLNF { position:relative;display:block; }#awR01HREd6obqBvJa0aWAugKaOcfKLNF { background-color: transparent; background-image: none; }#awR01HREd6obqBvJa0aWAugKaOcfKLNF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .row .container > .video-iframe-container { display: none; }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .row > .video-iframe-container { display: none; }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .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); }#awR01HREd6obqBvJa0aWAugKaOcfKLNF { border-width: 0; border-radius: 0; }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#iURR0etz5cPKNOyq6bVlRyeAtVT4Lcvc { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5.9053344726562rem;left:14.79319858551rem;overflow:hidden;display:block; }
#TO5ehOX7BausfGfmvBrPEK6VE1MR0iTh { display:block;width:43.4984375rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:5.9046878814697rem;left:23.441408157349rem;height:2.53125rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#srAehy6StaKfPzWxRBFJvEtObPMFhLeL { display:block;width:31.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:10.157402038574rem;left:29.535843849182rem;height:10.125rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PpwAQiyURHLZJftPB5LuH7vrqogUblvZ { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:20.407032012939rem;left:7.5rem;height:5.0625rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#qu8vZVodtLRbFUnAXfIX78lgSSLISuiw { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:24.782859802246rem;left:10.171185493469rem;height:3.375rem;text-align:left;text-align-last:left;color:#0d94a6;font-style:normal;display:block; }
#VnfeUWN4SFCFFfBDu3Hk0oLgRgSHfq0N { color:#47545a;display:block;width:50.749080657959rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:27.976791381836rem;left:10.172333717346rem;height:8.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q7J19rrCXiLuN6vf8MJX0l5Zst1A6uFw { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:29.605926513672rem;left:8.3547792434694rem;display:block; }
#J9zfaCK1bEpwLlDUgLBRxE9JfIqaL2ZV { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:34.375rem;width:60rem;top:3.75rem;left:7.4988508224488rem;display:block; }
#IR4XwTPfby5RhKCdV6Ot2WazzUMvIL1i { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:32.105926513672rem;left:8.3536310195925rem;display:block; }
#qmoM2tibuv0cvfhI62POFuioMMTSC8zT { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:34.700141906738rem;left:8.3536310195925rem;display:block; }
#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl { position:relative;display:block; }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl { background-color: transparent; background-image: none; }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .row .container > .video-iframe-container { display: none; }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .row > .video-iframe-container { display: none; }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .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); }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl { border-width: 0; border-radius: 0; }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#SsxuTUEHaogUwITAWXsisCTEAU7u5Mud { position:absolute;display:block;z-index:99999;height:33.75rem;width:60rem;top:3.7500009536743rem;left:7.5rem;display:block; }
#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG { position:relative;display:block; }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG { background-color: transparent; background-image: none; }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .row .container > .video-iframe-container { display: none; }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .row > .video-iframe-container { display: none; }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .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); }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG { border-width: 0; border-radius: 0; }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#pKCriOyNW6oOOOTNTD0dmwOD9XXbOgOT { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:7.375rem;left:14.8125rem;overflow:hidden;display:block; }
#yveaXiuR7cFZpD6UQ2GQRLgRFzy7QyJC { display:block;width:43.4984375rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:7.375rem;left:23.4375rem;height:2.53125rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#gd2hx5UVnM9tlq9ARJqqirTADNXEZ8Ab { display:block;width:31.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:11.6875rem;left:29.5625rem;height:6.75rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UfLbXSgoksUzCmBAU3dTfa0pQHevIWJI { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:19.875rem;left:7.5rem;height:5.0625rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#JPnJ1w5auVgISWnotEXIAhXWfn70MGT0 { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:25rem;left:10.25rem;height:3.375rem;text-align:left;text-align-last:left;color:#0d94a6;font-style:normal;display:block; }
#oP8m3Fbemk0MJcpbPg7dd75kkq0izvgT { color:#47545a;display:block;width:50.749080657959rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:28.1875rem;left:10.25rem;height:8.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eUhPfxhwhtxRosGywx8ifEK7BwytbGTc { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:29.8125rem;left:8.375rem;display:block; }
#HOFCGdn1BUnuGO6c5ytTaotqtLVPAQZh { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:33.125rem;width:60rem;top:5.25rem;left:7.5rem;display:block; }
#FTRdWglmCSE7dtgtdv9bgDIeilHuPkup { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:32.3125rem;left:8.375rem;display:block; }
#kI2PazhP5KPt0bo1TnuhtnDWV8iftT7H { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:34.875rem;left:8.375rem;display:block; }
#mDaH35JIlEq9J7AsoF5DwJQTT9TW8KzR { display:block;width:43.4984375rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:1.75rem;left:15.750782012939rem;height:2.53125rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk { position:relative;display:block; }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk { background-color: transparent; background-image: none; }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .row .container > .video-iframe-container { display: none; }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .row > .video-iframe-container { display: none; }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .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); }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk { border-width: 0; border-radius: 0; }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#DGf6KFn2fTrbySWCz07WHpZ1XEb0NgL6 { position:absolute;display:block;z-index:99999;height:33.75rem;width:60rem;top:3.7500009536743rem;left:7.5rem;display:block; }
#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK { position:relative;display:block; }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK { background-color: transparent; background-image: none; }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .row .container > .video-iframe-container { display: none; }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .row > .video-iframe-container { display: none; }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .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); }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK { border-width: 0; border-radius: 0; }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#w9cwoxh7f4BXC60aevLQTy9J40G0WDaV { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5.9053344726562rem;left:14.79319858551rem;overflow:hidden;display:block; }
#La1AVsml0eQcITnOclbswIFo96ZuRcXT { display:block;width:43.4984375rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:5.9046878814697rem;left:25.629686355591rem;height:2.53125rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#Fp4drEayW1eqOvcW1o8lkhq62R6oFxtd { display:block;width:35.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:10.157032012939rem;left:29.535158157349rem;height:11.8125rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KpDDDeIbwCCTtBTVwbaeWzPHNc38ttk6 { display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:22.5rem;left:7.5rem;height:5.0625rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#rcoCDRASbxzCQPJ1RtMwGQdG2OpnhNXG { display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:28.9375rem;left:10.1875rem;height:3.375rem;text-align:left;text-align-last:left;color:#0d94a6;font-style:normal;display:block; }
#J3AI6bH45QvueT4Ou2hOqCDLT7DtrH5X { color:#47545a;display:block;width:50.749080657959rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:100026;line-height:1.2;letter-spacing:0;top:32.125rem;left:10.1875rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QNamVWTJZEiOODWmlITTGWC1nRQKbWcs { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:33.75rem;left:8.375rem;display:block; }
#OfNA4rKVllS7tTTBfEdyTxlWzHAeXTLX { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:40.5625rem;width:60rem;top:3.75rem;left:7.5rem;display:block; }
#cxMhe8DLSL3DE3yqtg99LCuyb3l2JEsb { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:36.25rem;left:8.375rem;display:block; }
#ailBmg7sdxb85RTV3An32f6bIZ1AvuT3 { box-sizing:content-box;color:#0babc1;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:40.387500762939rem;left:8.375rem;display:block; }
#aOZrm4txageFvZAoNNz6LvRHJ2inzVty { position:relative;display:block; }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty { background-color: transparent; background-image: none; }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .row .container > .video-iframe-container { display: none; }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .row > .video-iframe-container { display: none; }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .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); }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty { border-width: 0; border-radius: 0; }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#c9pEZB9kfI6UUhG1OMTimR8QR86hrBhU { position:absolute;display:block;z-index:99999;height:33.75rem;width:60rem;top:3.7500009536743rem;left:7.5rem;display:block; }
#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA { position:relative;display:block; }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA { background-color: transparent; background-image: none; }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .row .container > .video-iframe-container { display: none; }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .row > .video-iframe-container { display: none; }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .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); }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA { border-width: 0; border-radius: 0; }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffaf4;background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#s2GXtRzZKwN6687kE4ZaNtJT5f6kEkT8 { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZasqqvv68IKs9gtRVlB6SBAqrrTdTXL { position:absolute;display:block;z-index:100039;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6875rem;top:11.372656822204rem;left:28.343751907349rem;display:block; }
#favr38ux9iDxFekuhbAvq8iKT7NKRCBN { position:absolute;display:block;z-index:100040;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;height:8.125rem;width:8.6875rem;top:11.374206542969rem;left:37.937501907349rem;display:block; }
#lhNznFnTHWnnZAqsTZArFNpyBOLzpkTk { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:21.25rem;left:37.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX1IOZtwWXSbCAJXC5DkAhCWFrvQFm77 { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:21.25rem;left:28.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z2FihsHG0U5S1Tm2Zw7tzBmKwqk0meRQ { position:absolute;display:block;z-index:100040;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:20.6875rem;left:28.375rem;display:block; }
#rxuZFi4JJMHpGwDbacJppqZaEdeB90TL { position:absolute;display:block;z-index:100041;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.3125rem;width:8.6875rem;top:20.6875rem;left:37.8125rem;display:block; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0d94a6;padding-top:0.990625rem;padding-right:0.8825rem;padding-bottom:0.990625rem;padding-left:0.8825rem;display:block;align-items:center;width:5.295rem;min-width:5.295rem;height:5.32125rem;position:relative;font-family:ubuntu;font-size:3.959375rem;font-weight:400;line-height:85.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.61875rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:7.059375rem;height:0;position:relative;font-family:"open sans";font-size:1.484375rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:16.125rem;height:7.92125rem;padding-top:1.238125rem;padding-right:1.260625rem;padding-bottom:1.238125rem;padding-left:1.260625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.289843559265rem;left:28.050783157349rem;z-index:100046; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #yeqlTrgFRtrfl7mRC7J5apgpth0Sq6fh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #R4yE7TW75SevI1G6oseQeWBklDqxxGl5 { width:auto; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #bne4byiM3A4NspZ83bMiH6cCMK9zFXbC {  }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #OpUIp1Vn83uPc409sSZmW6mf0Sn5TRGr { display:flex;position:relative;top:0rem;left:0rem; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #whDubK8AScoxX3LlTfACVAJS0f2GNx5D {  }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #RgnXq2sae9Mb3y2xlLXCVU64vITsvVT6 {  }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #OB3qMzgQL2t03glfDkfaDpLfpZ6F7cy3 { display:flex;position:relative;top:0rem;left:0rem; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #I6bXbAV3clFpvkBpK3I0ClMUr5U8n0zf {  }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #FAsXGcKTe68hciRAUfDplVQzukAWDNMt {  }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #wVBB0UFTQ4XTg47RKq1wrlX85NIWqvt1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #ezQsRDyQ77zDOQSu30LBgbzdClWyXSAP {  }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #KNX5DwOiXic2pHTyQ51LOURPNUCL9lrG {  }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0d94a6;padding-top:0.990625rem;padding-right:0.8825rem;padding-bottom:0.990625rem;padding-left:0.8825rem;display:block;align-items:center;width:5.295rem;min-width:5.295rem;height:5.32125rem;position:relative;font-family:ubuntu;font-size:3.959375rem;font-weight:400;line-height:85.14px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.61875rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:7.059375rem;height:0;position:relative;font-family:"open sans";font-size:1.484375rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:16.125rem;height:7.92125rem;padding-top:1.238125rem;padding-right:1.260625rem;padding-bottom:1.238125rem;padding-left:1.260625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.289843559265rem;left:28.050783157349rem;z-index:100046;display:none; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #MORPMRtZHs5OdCGVBEVMZuLbCD99Q3bW { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #r6UrtiVBTOkNTaJLnt6PQc3ElLkCWrKA { width:auto; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #nnrkthh2ED484wbNrHI3PbRMO8gDUwok {  }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #laxy3Xr6fmz1THi8ohgawmmCzVwu2hyR { display:flex;position:relative;top:0rem;left:0rem; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #axyDVdLloyqrU5wJ0VxmGoifztRgwOWN {  }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #Of8CH5V5qbizikzyactAZ97yrpwDJ0Ox {  }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #T6rX2G0BL7bnEIH31yyRLT7esxq7pEmf { display:flex;position:relative;top:0rem;left:0rem; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #NSET4CzwavT49cUs7zmMBZcTlAFmQbAx {  }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #TMEU0gUuiZ3V1fQGykv5hVBgfWOdFblz {  }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #GPSGoT5LTvM75Ow673sxxn2gpdFRuqxk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #BTOqGPT2Bm6P8OeMAPfA87q72BNT16xK {  }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #dee4xuZmweWckTRCAprcS64GhDOIWcna {  }
#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafb;background-image:url("https://images.assets-landingi.com/uc/887be732-94e3-45bd-916c-66d2d4ef45b2/Zdjciegwnenastronzapisu4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT.adaptive-delivery-prevent-bg, #LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT.lazyload, #LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT.lazyloading { background-image: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container { background-color: transparent; background-image: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container > .video-iframe-container { display: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row > .video-iframe-container { display: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .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); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container { border-width: 0; border-radius: 0; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#EQq1ler87IONuRbQ0OpkBc43bmclif1A { position:absolute;display:block;z-index:100001;background-color:rgba(255,250,251,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:30rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#uTnetPonDIrtbiTRIRtrIysHiAiozuTr { color:#0d94a6;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:4.375rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:7.5rem;left:18.75rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ausv825gTDGtBZHchWxgqy5pT1uw5N6P { color:#ec8827;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:19.40625rem;left:18.75rem;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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dlX7hTunAcCGeKriA5rXswNgLB00K6rO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:20.3125rem;top:5.864501953125rem;left:3.125rem;overflow:hidden;display:block; }
#hWzmKhpkHEE6TnwWGupN6fgo7QXA3g9d { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:27.020874023438rem;left:0rem;height:3.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZ4QrtXlB90qvdQBk2iilUSypEgyAaKs { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:27.020874023438rem;left:0rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bu0mUNmdE8JDCkIA8eigbTfGlF9heczt { z-index:100003;top:37.5rem;left:18.75rem;background-color:#0babc1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RHavxQb7TQCszfkp0UwzXqoHNUgtUeMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf4;background-image:none;position:relative;display:block; }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row .container { background-color: transparent; background-image: none; }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row .container > .video-iframe-container { display: none; }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row > .video-iframe-container { display: none; }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .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); }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row .container { border-width: 0; border-radius: 0; }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#IKFHsIn28sBiVa8iItFd4brTB8NHqTS3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6rem;top:5.8854370117188rem;left:34.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw { background-color:#fffafb;background-image:url("https://images.assets-landingi.com/uc/887be732-94e3-45bd-916c-66d2d4ef45b2/Zdjciegwnenastronzapisu4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw.adaptive-delivery-prevent-bg, #J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw.lazyload, #J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw.lazyloading { background-image: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container { background-color: transparent; background-image: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container > .video-iframe-container { display: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row > .video-iframe-container { display: none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .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); }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container { width:47.75rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bkP1SMu83dKtZq7PzJbxRyL49gPU9cTo { width:44rem;height:24.625rem;top:2.8125rem;left:1.8738511204719rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SmW5Vh7RuF4TB8kiZoNw4AgOETKs5BrQ { width:30.062040328979rem;height:3.375rem;top:6.1447601318359rem;left:14.827664196491rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3WLmTBpfcMQN9dksZmEAC9uT95y5tNJ { width:27.8125rem;height:2.4375rem;top:10.255514144898rem;left:15.948987782001rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X8852Qb5dDGrsZQXoviwInGTEzWRkcHs { width:20.999540328979rem;height:4.25rem;top:13.841911315918rem;left:18.823528110981rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P09aMfitdJZdXhBH60U9hIbERwule1dI { width:16.749769210815rem;height:17.936580657959rem;top:4.811580657959rem;left:0.63993567228319rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yDMGxE6lEqvfPe2p7AfnX0DRlIZ3TeJT { width:47.749309539795rem;height:2.125rem;top:22.129592895507rem;left:0rem;font-size:1.25rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #feQpBiiIf23dP4CRfm6JuCKX3QbS78lD { width:10.25rem;height:5.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tpt2Q0UDhQ8luTpCTeyAVCfAJgginvv2 { width:47.6875rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TGTh1Uv2TdMc9uFhcMAd1yT0iWDd4o4b { width:47.749309539795rem;height:2.0588235855103rem;top:22.129592895507rem;left:0rem;font-size:1.25rem;font-family:ubuntu;display:none; }
 }@media only screen and (max-width: 1199px) { #o2lV0aDZfi97sT0znRQHM0T8sNidNb68 { display:block; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NHg1e54eIbxZXuVKGWi13cdV7uTOp5ZS { width:43.75rem;height:24.9375rem;top:2.078125rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuKfTLf9zH9SkwuhATpNLoJn4CDU7At4 { width:12.5rem;height:2.84375rem;top:6.9375rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBxHETrTxlHi8SpARLUZxnaZHtUez53z { width:10rem;height:4.0625rem;top:9.75rem;left:3.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvZWgs2g9Ka3D9AdHdhm193wGHFp3Tlq { width:31.25rem;height:22.1rem;top:3.1801471710205rem;left:13.247931301594rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoAkfD56sehtyJvdq6SDlV7Wu8bnmSiq { width:9.5625rem;height:3.4125rem;top:13.8125rem;left:3.4687498807907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uHgfE3s1bBDy9mSnmaH2PlJTwNJ9VXn1 { width:12.5rem;height:1.7647057771683rem;top:10.441175460816rem;left:1.9967830777168rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c { display:block; }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WvwuIZnHKDWECzUi8WywTHkD9Nv4aDWa { width:10.9375rem;height:10.9375rem;top:4.806526184082rem;left:3.2938876748085rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3TrTpWk5VGOZbVVXrRWdCIeqHH7widB { width:20.75rem;height:2.15625rem;top:4.8062505722046rem;left:19.697656989097rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7bMtfKIqfayUI9pqb5b9KFJ2TOlviik { width:28.499540328979rem;height:9rem;top:8.3187103271488rem;left:15.823758900166rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #vUJysTVSlQNPBp8dnCmWlsmPLLCpz2rP { width:47.7491875rem;height:3.45rem;top:17.317184448243rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #NTpBZ6sLqNosk0mQSofEuvkBk2GCiT7h { width:13.75rem;height:3.1875rem;top:19.785385131836rem;left:3.2950366139412rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZwq9qETUrg9SLVMaLVJbLkNNFOJvLHm { width:42.374767303467rem;height:6.75rem;top:22.802391052246rem;left:3.2950366139412rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBRTHzzT5phD3HRRFMmB6gn4GtZU4C3N { width:1.25rem;height:1.25rem;top:29.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Rm0cKipaSyDt7v06pd4SmypprzRh6MVu { width:43.75rem;height:29.75rem;top:2.3979797363281rem;left:1.9967830777168rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q01n4uVsoIotlSqVVJpoim9bt3vqDIA7 { width:1.25rem;height:1.25rem;top:32.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PdvxIHm5Cb9zs5DFTe21z8S2mGR3ky1h { width:1.25rem;height:1.25rem;top:34.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR { display:block; }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ckghUICJshGTQGtao1ASq8B5Q6NobqrK { width:43.75rem;height:24.5625rem;top:2.4476563455537rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 { display:block; }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PeQ7PRaZSvAztpkVB2qgrpx9fkRhTPNv { width:10.9375rem;height:10.9375rem;top:4.806526184082rem;left:3.2938876748085rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lvslNs7quGnh1lyTzCxJalkHls11w0cK { width:25.75rem;height:2.15625rem;top:4.8062505722046rem;left:17.197656989097rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n96b1LSKt5g1EoyQGTuFNSnEucJk6mdm { width:28.499540328979rem;height:4.5rem;top:8.3187103271488rem;left:15.823758900166rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #ux73p2p7EFBlaoBJ2Z8PBDEJGUAFoWUE { width:47.7491875rem;height:5.175rem;top:17.447638511658rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #xIvpMUzMW6u7T7BXxcHTMg65GZ5ESq1S { width:13.75rem;height:3.1875rem;top:19.785385131836rem;left:3.2950366139412rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eAKBOr11BapUsyru925GRfQiHccu49RW { width:42.374767303467rem;height:6.75rem;top:22.802391052246rem;left:3.2950366139412rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGAlpKkCOifSiIC1y7HLxlDkkF319Mbo { width:1.25rem;height:1.25rem;top:29.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XZA591DJWfafSt8dOtT8cQyqT0rWCUKo { width:43.75rem;height:29.75rem;top:2.3979797363281rem;left:1.9967830777168rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5h43ZhMap3yKP4xRb1nQAMtHcAbR0qK { width:1.25rem;height:1.25rem;top:32.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sqqz0ar3JlPVPspMBq6OeoIhyoChCFAN { width:1.25rem;height:1.25rem;top:34.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EgGP6JWUNJZIRPEa5DsrMOp32XyIlIcX { width:28.499540328979rem;height:9rem;top:8.3187103271488rem;left:15.823758900166rem;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z { display:block; }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y5pCWiGLVJH2iazeNc8beZpIh7grCDG8 { width:43.75rem;height:24.5625rem;top:2.4476563455537rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awR01HREd6obqBvJa0aWAugKaOcfKLNF { display:block; }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iURR0etz5cPKNOyq6bVlRyeAtVT4Lcvc { width:10.9375rem;height:10.9375rem;top:4.5919189453125rem;left:3.2938876748085rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TO5ehOX7BausfGfmvBrPEK6VE1MR0iTh { width:15rem;height:2.15625rem;top:4.6068572998047rem;left:22.632121860981rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srAehy6StaKfPzWxRBFJvEtObPMFhLeL { width:28.499540328979rem;height:10.5rem;top:7.89729309082rem;left:15.880054295063rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #PpwAQiyURHLZJftPB5LuH7vrqogUblvZ { width:47.7491875rem;height:3.45rem;top:16.918750762939rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #qu8vZVodtLRbFUnAXfIX78lgSSLISuiw { width:13.75rem;height:3.1875rem;top:19.785385131836rem;left:3.2950366139412rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VnfeUWN4SFCFFfBDu3Hk0oLgRgSHfq0N { width:42.374767303467rem;height:6.75rem;top:22.802391052246rem;left:3.2950366139412rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7J19rrCXiLuN6vf8MJX0l5Zst1A6uFw { width:1.25rem;height:1.25rem;top:29.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #J9zfaCK1bEpwLlDUgLBRxE9JfIqaL2ZV { width:43.75rem;height:29.75rem;top:2.3979797363281rem;left:1.9967830777168rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IR4XwTPfby5RhKCdV6Ot2WazzUMvIL1i { width:1.25rem;height:1.25rem;top:32.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qmoM2tibuv0cvfhI62POFuioMMTSC8zT { width:1.25rem;height:1.25rem;top:34.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl { display:block; }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SsxuTUEHaogUwITAWXsisCTEAU7u5Mud { width:43.75rem;height:24.5625rem;top:2.4476563455537rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG { display:block; }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .row .container { width:47.75rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pKCriOyNW6oOOOTNTD0dmwOD9XXbOgOT { width:10.9375rem;height:10.9375rem;top:5.7437500003725rem;left:3.3125001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yveaXiuR7cFZpD6UQ2GQRLgRFzy7QyJC { width:15rem;height:2.15625rem;top:6.3125rem;left:21.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gd2hx5UVnM9tlq9ARJqqirTADNXEZ8Ab { width:28.499540328979rem;height:6rem;top:9.875rem;left:15.8125rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #UfLbXSgoksUzCmBAU3dTfa0pQHevIWJI { width:47.749309539795rem;height:3.45rem;top:17.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #JPnJ1w5auVgISWnotEXIAhXWfn70MGT0 { width:13.75rem;height:3.1875rem;top:21.375rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oP8m3Fbemk0MJcpbPg7dd75kkq0izvgT { width:42.374767303467rem;height:6.75rem;top:24.375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUhPfxhwhtxRosGywx8ifEK7BwytbGTc { width:1.25rem;height:1.25rem;top:29.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HOFCGdn1BUnuGO6c5ytTaotqtLVPAQZh { width:43.75rem;height:29.75rem;top:3.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTRdWglmCSE7dtgtdv9bgDIeilHuPkup { width:1.25rem;height:1.25rem;top:32.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kI2PazhP5KPt0bo1TnuhtnDWV8iftT7H { width:1.25rem;height:1.25rem;top:34.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mDaH35JIlEq9J7AsoF5DwJQTT9TW8KzR { width:18.8125rem;height:2.15625rem;top:0.81171894073488rem;left:14.468750357628rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk { display:block; }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DGf6KFn2fTrbySWCz07WHpZ1XEb0NgL6 { width:43.75rem;height:24.5625rem;top:2.4476563455537rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK { display:block; }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .row .container { width:47.75rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w9cwoxh7f4BXC60aevLQTy9J40G0WDaV { width:10.9375rem;height:10.9375rem;top:4.806526184082rem;left:3.2938876748085rem;display:block; }
 }@media only screen and (max-width: 1199px) { #La1AVsml0eQcITnOclbswIFo96ZuRcXT { width:18.625rem;height:2.15625rem;top:4.8062500953674rem;left:20.760156989097rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fp4drEayW1eqOvcW1o8lkhq62R6oFxtd { width:28.499540328979rem;height:13.5rem;top:8.3187103271488rem;left:15.823758900166rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #KpDDDeIbwCCTtBTVwbaeWzPHNc38ttk6 { width:38.6875rem;height:5.175rem;top:21.81796836853rem;left:5.1554688215256rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #rcoCDRASbxzCQPJ1RtMwGQdG2OpnhNXG { width:13.75rem;height:3.1875rem;top:27rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3AI6bH45QvueT4Ou2hOqCDLT7DtrH5X { width:42.374767303467rem;height:7.875rem;top:30rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNamVWTJZEiOODWmlITTGWC1nRQKbWcs { width:1.25rem;height:1.25rem;top:33.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OfNA4rKVllS7tTTBfEdyTxlWzHAeXTLX { width:43.75rem;height:37rem;top:2.3976516723633rem;left:1.9960938692093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxMhe8DLSL3DE3yqtg99LCuyb3l2JEsb { width:1.25rem;height:1.25rem;top:36.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ailBmg7sdxb85RTV3An32f6bIZ1AvuT3 { width:1.25rem;height:1.25rem;top:40.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aOZrm4txageFvZAoNNz6LvRHJ2inzVty { display:block; }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c9pEZB9kfI6UUhG1OMTimR8QR86hrBhU { width:43.75rem;height:24.5625rem;top:2.4476563455537rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA { display:block; }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .row .container { width:47.75rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s2GXtRzZKwN6687kE4ZaNtJT5f6kEkT8 { width:47.75rem;height:2.03125rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZasqqvv68IKs9gtRVlB6SBAqrrTdTXL { width:8.6875rem;height:8.125rem;top:6.125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #favr38ux9iDxFekuhbAvq8iKT7NKRCBN { width:8.6875rem;height:8.125rem;top:6.125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lhNznFnTHWnnZAqsTZArFNpyBOLzpkTk { width:8.75rem;height:1.3rem;top:15.875rem;left:24.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wX1IOZtwWXSbCAJXC5DkAhCWFrvQFm77 { width:8.75rem;height:1.3rem;top:15.8125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2FihsHG0U5S1Tm2Zw7tzBmKwqk0meRQ { width:8.6875rem;height:2.3125rem;top:15.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxuZFi4JJMHpGwDbacJppqZaEdeB90TL { width:8.6875rem;height:2.3125rem;top:15.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-text.counter-number { padding-top:0.805rem;padding-right:0.70625rem;padding-bottom:0.805rem;padding-left:0.70625rem;width:4.236875rem;min-width:4.236875rem;height:4.326875rem;font-size:3.22rem;line-height:69.23px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.503125rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.649375rem;height:1.710625rem;font-size:1.2075rem;line-height:27.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF { display:flex;width:13.3125rem;height:8.150625rem;top:5.1007757186889rem;left:15.182813048362rem;padding-top:1.993125rem;padding-right:2.035rem;padding-bottom:1.993125rem;padding-left:2.035rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #yeqlTrgFRtrfl7mRC7J5apgpth0Sq6fh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #R4yE7TW75SevI1G6oseQeWBklDqxxGl5 {  }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #bne4byiM3A4NspZ83bMiH6cCMK9zFXbC {  }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #OpUIp1Vn83uPc409sSZmW6mf0Sn5TRGr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #whDubK8AScoxX3LlTfACVAJS0f2GNx5D {  }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #RgnXq2sae9Mb3y2xlLXCVU64vITsvVT6 {  }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #OB3qMzgQL2t03glfDkfaDpLfpZ6F7cy3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #I6bXbAV3clFpvkBpK3I0ClMUr5U8n0zf {  }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #FAsXGcKTe68hciRAUfDplVQzukAWDNMt {  }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #wVBB0UFTQ4XTg47RKq1wrlX85NIWqvt1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #ezQsRDyQ77zDOQSu30LBgbzdClWyXSAP {  }
 }@media only screen and (max-width: 1199px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #KNX5DwOiXic2pHTyQ51LOURPNUCL9lrG {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-text.counter-number { padding-top:0.805rem;padding-right:0.70625rem;padding-bottom:0.805rem;padding-left:0.70625rem;width:4.236875rem;min-width:4.236875rem;height:4.326875rem;font-size:3.22rem;line-height:69.23px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.503125rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.649375rem;height:1.710625rem;font-size:1.2075rem;line-height:27.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri { display:flex;width:13.3125rem;height:8.150625rem;top:5.0632814411074rem;left:14.589063048362rem;padding-top:1.993125rem;padding-right:2.035rem;padding-bottom:1.993125rem;padding-left:2.035rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #MORPMRtZHs5OdCGVBEVMZuLbCD99Q3bW { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #r6UrtiVBTOkNTaJLnt6PQc3ElLkCWrKA {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #nnrkthh2ED484wbNrHI3PbRMO8gDUwok {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #laxy3Xr6fmz1THi8ohgawmmCzVwu2hyR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #axyDVdLloyqrU5wJ0VxmGoifztRgwOWN {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #Of8CH5V5qbizikzyactAZ97yrpwDJ0Ox {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #T6rX2G0BL7bnEIH31yyRLT7esxq7pEmf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #NSET4CzwavT49cUs7zmMBZcTlAFmQbAx {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #TMEU0gUuiZ3V1fQGykv5hVBgfWOdFblz {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #GPSGoT5LTvM75Ow673sxxn2gpdFRuqxk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #BTOqGPT2Bm6P8OeMAPfA87q72BNT16xK {  }
 }@media only screen and (max-width: 1199px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #dee4xuZmweWckTRCAprcS64GhDOIWcna {  }
 }@media only screen and (max-width: 1199px) { #LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT { background-color:#fffafb;background-image:url("https://images.assets-landingi.com/uc/887be732-94e3-45bd-916c-66d2d4ef45b2/Zdjciegwnenastronzapisu4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT.adaptive-delivery-prevent-bg, #LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT.lazyload, #LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT.lazyloading { background-image: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container { background-color: transparent; background-image: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container > .video-iframe-container { display: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row > .video-iframe-container { display: none; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .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); }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EQq1ler87IONuRbQ0OpkBc43bmclif1A { width:47.75rem;height:22.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTnetPonDIrtbiTRIRtrIysHiAiozuTr { width:30.0625rem;height:7.5rem;top:7.01171875rem;left:15.901042938233rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ausv825gTDGtBZHchWxgqy5pT1uw5N6P { width:27.8125rem;height:2.84375rem;top:15.272155761719rem;left:17.026042938233rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlX7hTunAcCGeKriA5rXswNgLB00K6rO { width:14.4375rem;height:15.1875rem;top:5.3073120117188rem;left:1.546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWzmKhpkHEE6TnwWGupN6fgo7QXA3g9d { width:47.75rem;height:2.125rem;top:20.411499023438rem;left:0rem;font-size:1.25rem;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #JZ4QrtXlB90qvdQBk2iilUSypEgyAaKs { width:47.75rem;height:2.0833332538605rem;top:31.684280395507rem;left:0rem;font-size:1.25rem;font-family:ubuntu;display:none; }
 }@media only screen and (max-width: 1199px) { #bu0mUNmdE8JDCkIA8eigbTfGlF9heczt { top:30.041687011719rem;left:5.125rem;width:37.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RHavxQb7TQCszfkp0UwzXqoHNUgtUeMu { display:block; }
 }@media only screen and (max-width: 1199px) { #zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC { display:block; }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IKFHsIn28sBiVa8iItFd4brTB8NHqTS3 { width:6rem;height:3.125rem;top:4.03125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw { display:none; }#J2mcSXFgUamy8GwK7tcBHUMigqxQpxcw > .row .container { width:20rem;height:28.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bkP1SMu83dKtZq7PzJbxRyL49gPU9cTo { width:20rem;height:18.75rem;top:1.2741268873215rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #SmW5Vh7RuF4TB8kiZoNw4AgOETKs5BrQ { width:20rem;height:4.7058820724487rem;top:3.3318023681641rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3WLmTBpfcMQN9dksZmEAC9uT95y5tNJ { width:20rem;height:2rem;top:8.0342370271681rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8852Qb5dDGrsZQXoviwInGTEzWRkcHs { width:20rem;height:5.0735292434692rem;top:15.564108014107rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P09aMfitdJZdXhBH60U9hIbERwule1dI { width:1.9990807771683rem;height:2.1243104934692rem;top:13.443244099617rem;left:8.2525271177294rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDMGxE6lEqvfPe2p7AfnX0DRlIZ3TeJT { width:20rem;height:3.3823528289795rem;top:12.238050460816rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feQpBiiIf23dP4CRfm6JuCKX3QbS78lD { width:10.25rem;height:5.75rem;top:21.950045514107rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpt2Q0UDhQ8luTpCTeyAVCfAJgginvv2 { top:0.625rem;left:0rem;width:19.875rem;height:35.4375rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGTh1Uv2TdMc9uFhcMAd1yT0iWDd4o4b { width:20rem;height:3.4rem;top:30.248159408569rem;left:0rem;font-size:1rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #o2lV0aDZfi97sT0znRQHM0T8sNidNb68 { display:block; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 { background-color: transparent; background-image: none; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row .container > .video-iframe-container { display: none; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row > .video-iframe-container { display: none; }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .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); }#o2lV0aDZfi97sT0znRQHM0T8sNidNb68 > .row .container { width:20rem;height:29.125rem;background-color:#fffaf4;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHg1e54eIbxZXuVKGWi13cdV7uTOp5ZS { width:20rem;height:25rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuKfTLf9zH9SkwuhATpNLoJn4CDU7At4 { width:15.625rem;height:auto;top:9.0625rem;left:2.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBxHETrTxlHi8SpARLUZxnaZHtUez53z { width:10rem;height:auto;top:11.375rem;left:5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvZWgs2g9Ka3D9AdHdhm193wGHFp3Tlq { width:20rem;height:22.1rem;top:5.7398910522461rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoAkfD56sehtyJvdq6SDlV7Wu8bnmSiq { width:15.625rem;height:1.7875rem;top:2.982536315918rem;left:2.1541818380356rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uHgfE3s1bBDy9mSnmaH2PlJTwNJ9VXn1 { width:15.625rem;height:1.7875rem;top:1.2419586181641rem;left:2.1541818380356rem;font-size:1.375rem;font-weight:400;font-style:normal;z-index:100012;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c { display:block; }#S9UEgSpToZTh2XmZ4LkGLlGh1A6eop5c > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvwuIZnHKDWECzUi8WywTHkD9Nv4aDWa { width:9.375rem;height:9.375rem;top:5.1665954589844rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3TrTpWk5VGOZbVVXrRWdCIeqHH7widB { width:20rem;height:2.0625rem;top:2.298942565918rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #Z7bMtfKIqfayUI9pqb5b9KFJ2TOlviik { width:20rem;height:12rem;top:15.743339538574rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #vUJysTVSlQNPBp8dnCmWlsmPLLCpz2rP { width:20rem;height:4.95rem;top:27.742970466614rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #NTpBZ6sLqNosk0mQSofEuvkBk2GCiT7h { width:18.75rem;height:3rem;top:34.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #iZwq9qETUrg9SLVMaLVJbLkNNFOJvLHm { width:18.75rem;height:10.8rem;top:37.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBRTHzzT5phD3HRRFMmB6gn4GtZU4C3N { width:1.25rem;height:1.25rem;top:29.5625rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm0cKipaSyDt7v06pd4SmypprzRh6MVu { width:20rem;height:48.0625rem;top:1.1421890258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q01n4uVsoIotlSqVVJpoim9bt3vqDIA7 { width:1.25rem;height:1.25rem;top:32.0625rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdvxIHm5Cb9zs5DFTe21z8S2mGR3ky1h { width:1.25rem;height:1.25rem;top:34.6875rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR { display:block; }#ckPvgCzPsdVM2qwmw38nw2gE4Zc9viqR > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckghUICJshGTQGtao1ASq8B5Q6NobqrK { width:20rem;height:11.1875rem;top:1.2500003576279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 { display:block; }#e2Zviyf5WzkHMueWFzfJUTVu9HFX1o16 > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeQ7PRaZSvAztpkVB2qgrpx9fkRhTPNv { width:9.375rem;height:9.375rem;top:6.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvslNs7quGnh1lyTzCxJalkHls11w0cK { width:16.375rem;height:2.0625rem;top:3.0625rem;left:1.8125001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #n96b1LSKt5g1EoyQGTuFNSnEucJk6mdm { width:20rem;height:7.5rem;top:16.680469512939rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #ux73p2p7EFBlaoBJ2Z8PBDEJGUAFoWUE { width:18.1875rem;height:6.6rem;top:24.180469512939rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #xIvpMUzMW6u7T7BXxcHTMg65GZ5ESq1S { width:18.75rem;height:3rem;top:30.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #eAKBOr11BapUsyru925GRfQiHccu49RW { width:18.75rem;height:10.8rem;top:33.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGAlpKkCOifSiIC1y7HLxlDkkF319Mbo { width:1.25rem;height:1.25rem;top:29.5625rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZA591DJWfafSt8dOtT8cQyqT0rWCUKo { width:20rem;height:46rem;top:1.1437377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5h43ZhMap3yKP4xRb1nQAMtHcAbR0qK { width:1.25rem;height:1.25rem;top:32.0625rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqqz0ar3JlPVPspMBq6OeoIhyoChCFAN { width:1.25rem;height:1.25rem;top:34.6875rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgGP6JWUNJZIRPEa5DsrMOp32XyIlIcX { width:20rem;height:0;top:17.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z { display:block; }#bg8lxItdrFrLX0Pko9haNSbrF4w7Zk5z > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5pCWiGLVJH2iazeNc8beZpIh7grCDG8 { width:20rem;height:11.1875rem;top:1.2500003576279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awR01HREd6obqBvJa0aWAugKaOcfKLNF { display:block; }#awR01HREd6obqBvJa0aWAugKaOcfKLNF > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iURR0etz5cPKNOyq6bVlRyeAtVT4Lcvc { width:9.375rem;height:9.375rem;top:5.1665954589844rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO5ehOX7BausfGfmvBrPEK6VE1MR0iTh { width:20rem;height:2.0625rem;top:2.298942565918rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #srAehy6StaKfPzWxRBFJvEtObPMFhLeL { width:20rem;height:13.5rem;top:15.72265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #PpwAQiyURHLZJftPB5LuH7vrqogUblvZ { width:20rem;height:4.95rem;top:29.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #qu8vZVodtLRbFUnAXfIX78lgSSLISuiw { width:18.75rem;height:3rem;top:34.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #VnfeUWN4SFCFFfBDu3Hk0oLgRgSHfq0N { width:18.75rem;height:10.8rem;top:37.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7J19rrCXiLuN6vf8MJX0l5Zst1A6uFw { width:1.25rem;height:1.25rem;top:29.5625rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9zfaCK1bEpwLlDUgLBRxE9JfIqaL2ZV { width:20rem;height:48.875rem;top:1.1421966552734rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR4XwTPfby5RhKCdV6Ot2WazzUMvIL1i { width:1.25rem;height:1.25rem;top:32.0625rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmoM2tibuv0cvfhI62POFuioMMTSC8zT { width:1.25rem;height:1.25rem;top:34.6875rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl { display:block; }#Q5W4M3ZHd4ku7IuwsAPbamhJ2wBV6ROl > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsxuTUEHaogUwITAWXsisCTEAU7u5Mud { width:20rem;height:11.1875rem;top:1.2500003576279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG { display:block; }#Tv7aHtXCfWrpSM9dPgPy0AKMOkcATzSG > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKCriOyNW6oOOOTNTD0dmwOD9XXbOgOT { width:9.375rem;height:9.375rem;top:8.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yveaXiuR7cFZpD6UQ2GQRLgRFzy7QyJC { width:20rem;height:2.0625rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #gd2hx5UVnM9tlq9ARJqqirTADNXEZ8Ab { width:20rem;height:7.5rem;top:19.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #UfLbXSgoksUzCmBAU3dTfa0pQHevIWJI { width:20rem;height:3.3rem;top:29rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #JPnJ1w5auVgISWnotEXIAhXWfn70MGT0 { width:18.75rem;height:3rem;top:33.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #oP8m3Fbemk0MJcpbPg7dd75kkq0izvgT { width:18.75rem;height:9.6rem;top:36.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUhPfxhwhtxRosGywx8ifEK7BwytbGTc { width:1.25rem;height:1.25rem;top:29.8125rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOFCGdn1BUnuGO6c5ytTaotqtLVPAQZh { width:20rem;height:46.1875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRdWglmCSE7dtgtdv9bgDIeilHuPkup { width:1.25rem;height:1.25rem;top:32.3125rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kI2PazhP5KPt0bo1TnuhtnDWV8iftT7H { width:1.25rem;height:1.25rem;top:34.875rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDaH35JIlEq9J7AsoF5DwJQTT9TW8KzR { width:20rem;height:2.0625rem;top:0.98593711853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk { display:block; }#rgLNqsIRLgfSG0A69TaJJSHzH2oJKxSk > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGf6KFn2fTrbySWCz07WHpZ1XEb0NgL6 { width:20rem;height:11.1875rem;top:1.2500003576279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK { display:block; }#vMR5J7cTUo2sUFu6oont9VCuHfW7l4dK > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9cwoxh7f4BXC60aevLQTy9J40G0WDaV { width:9.375rem;height:9.375rem;top:5.1665954589844rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1AVsml0eQcITnOclbswIFo96ZuRcXT { width:20rem;height:2.0625rem;top:2.298942565918rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #Fp4drEayW1eqOvcW1o8lkhq62R6oFxtd { width:20rem;height:18rem;top:15.743339538574rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #KpDDDeIbwCCTtBTVwbaeWzPHNc38ttk6 { width:20rem;height:6.6rem;top:33.742969036103rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #rcoCDRASbxzCQPJ1RtMwGQdG2OpnhNXG { width:18.75rem;height:3rem;top:40.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #J3AI6bH45QvueT4Ou2hOqCDLT7DtrH5X { width:18.75rem;height:13.2rem;top:43.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNamVWTJZEiOODWmlITTGWC1nRQKbWcs { width:1.25rem;height:1.25rem;top:33.75rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfNA4rKVllS7tTTBfEdyTxlWzHAeXTLX { width:20rem;height:57.5rem;top:1.1437501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxMhe8DLSL3DE3yqtg99LCuyb3l2JEsb { width:1.25rem;height:1.25rem;top:36.25rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ailBmg7sdxb85RTV3An32f6bIZ1AvuT3 { width:1.25rem;height:1.25rem;top:40.375rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOZrm4txageFvZAoNNz6LvRHJ2inzVty { display:block; }#aOZrm4txageFvZAoNNz6LvRHJ2inzVty > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9pEZB9kfI6UUhG1OMTimR8QR86hrBhU { width:20rem;height:11.1875rem;top:1.2500003576279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA { display:block; }#S9A0xTX3km0B7Stxs0PBk5vtHyJTSugA > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2GXtRzZKwN6687kE4ZaNtJT5f6kEkT8 { width:16.875rem;height:3.575rem;top:2.1875rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #VZasqqvv68IKs9gtRVlB6SBAqrrTdTXL { width:8.6875rem;height:8.125rem;top:11.3125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #favr38ux9iDxFekuhbAvq8iKT7NKRCBN { width:8.6875rem;height:8.125rem;top:11.3125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhNznFnTHWnnZAqsTZArFNpyBOLzpkTk { width:8.75rem;height:auto;top:21.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX1IOZtwWXSbCAJXC5DkAhCWFrvQFm77 { width:8.75rem;height:auto;top:21.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2FihsHG0U5S1Tm2Zw7tzBmKwqk0meRQ { width:8.6875rem;height:2.3125rem;top:20.6875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxuZFi4JJMHpGwDbacJppqZaEdeB90TL { width:8.6875rem;height:2.3125rem;top:20.6875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JGClF5GXiVqUga6zBA0HhOeXe5suRRRF { display:flex;width:9rem;height:5.0625rem;top:11.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #yeqlTrgFRtrfl7mRC7J5apgpth0Sq6fh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #R4yE7TW75SevI1G6oseQeWBklDqxxGl5 {  }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #bne4byiM3A4NspZ83bMiH6cCMK9zFXbC {  }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #OpUIp1Vn83uPc409sSZmW6mf0Sn5TRGr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #whDubK8AScoxX3LlTfACVAJS0f2GNx5D {  }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #RgnXq2sae9Mb3y2xlLXCVU64vITsvVT6 {  }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #OB3qMzgQL2t03glfDkfaDpLfpZ6F7cy3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #I6bXbAV3clFpvkBpK3I0ClMUr5U8n0zf {  }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #FAsXGcKTe68hciRAUfDplVQzukAWDNMt {  }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #wVBB0UFTQ4XTg47RKq1wrlX85NIWqvt1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #ezQsRDyQ77zDOQSu30LBgbzdClWyXSAP {  }
 }@media only screen and (max-width: 763px) { #JGClF5GXiVqUga6zBA0HhOeXe5suRRRF #KNX5DwOiXic2pHTyQ51LOURPNUCL9lrG {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;display:block; }
#NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri { display:flex;width:9rem;height:5.0625rem;top:6.75rem;left:3.4640625715256rem;z-index:100047; }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #MORPMRtZHs5OdCGVBEVMZuLbCD99Q3bW { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #r6UrtiVBTOkNTaJLnt6PQc3ElLkCWrKA {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #nnrkthh2ED484wbNrHI3PbRMO8gDUwok {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #laxy3Xr6fmz1THi8ohgawmmCzVwu2hyR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #axyDVdLloyqrU5wJ0VxmGoifztRgwOWN {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #Of8CH5V5qbizikzyactAZ97yrpwDJ0Ox {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #T6rX2G0BL7bnEIH31yyRLT7esxq7pEmf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #NSET4CzwavT49cUs7zmMBZcTlAFmQbAx {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #TMEU0gUuiZ3V1fQGykv5hVBgfWOdFblz {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #GPSGoT5LTvM75Ow673sxxn2gpdFRuqxk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #BTOqGPT2Bm6P8OeMAPfA87q72BNT16xK {  }
 }@media only screen and (max-width: 763px) { #NyDDVkTdd8QsceIc5RMq1AG0FqeRFZri #dee4xuZmweWckTRCAprcS64GhDOIWcna {  }
 }@media only screen and (max-width: 763px) { #LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT { display:block; }#LdnypFiyTtqkC2ZcB65BLkhEoTetr8iT > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQq1ler87IONuRbQ0OpkBc43bmclif1A { width:20rem;height:17.1875rem;top:2.5rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #uTnetPonDIrtbiTRIRtrIysHiAiozuTr { width:20rem;height:3.45rem;top:8.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ausv825gTDGtBZHchWxgqy5pT1uw5N6P { width:20rem;height:1.7875rem;top:12.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlX7hTunAcCGeKriA5rXswNgLB00K6rO { width:4.6875rem;height:4.6875rem;top:3.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWzmKhpkHEE6TnwWGupN6fgo7QXA3g9d { width:20rem;height:0;top:15.79296875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZ4QrtXlB90qvdQBk2iilUSypEgyAaKs { width:20rem;height:3.4rem;top:15.0625rem;left:0rem;font-size:1rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #bu0mUNmdE8JDCkIA8eigbTfGlF9heczt { top:21.123626708984rem;left:2.1874998807907rem;width:15.625rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHavxQb7TQCszfkp0UwzXqoHNUgtUeMu { display:block; }
 }@media only screen and (max-width: 763px) { #zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC { display:block; }#zEsM467JK6NBTKv45zhrgxq6bmRJ9oCC > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKFHsIn28sBiVa8iItFd4brTB8NHqTS3 { width:4.6875rem;height:2.4375rem;top:2.4896240234375rem;left:7.65625rem;display:block; }
 }