.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oRfwadWG/cover_bez_niczego.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:1rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,141,220,0.9); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,141,220,0.9); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#RZDdbJRhTqZeDbBH6zpTW2yprgtTdUHQ { color:#299ee3;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.5625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#Hpeg40WUnKWCFBtJmR3iTXKmwO8hQcPc { color:#ffffff;display:block;width:29rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:2.3;letter-spacing:0;top:29.625rem;left:4.0296869277954rem;height:2.875rem;display:block; }
#tf0rM1OTNJrvACZyyzUBzHrMAbzVWTrG { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.5625rem;width:14.0625rem;top:6.125rem;left:0.875rem;display:block; }
#d9sNvptgsslToHGRkvOEaMN1JtC2Po8g { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.624025rem;width:8.999rem;top:0rem;left:32.967529296875rem;display:block; }
#zaCyK1BUvLfsCSksa33QrR4Q6FOsk9Ns { color:#ffffff;display:block;width:47.375rem;position:absolute;font-family:"oleo script";font-size:4.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:16.81875rem;display:block; }
#pOGa3HXgTaPGHhEHPokIcoyUTTGWOMOh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:7rem;top:0.7490234375rem;left:34rem;overflow:hidden;display:block; }
#ZtWdTae4ChF78AGGOim2rvehDIRZRGuR { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:34.40625rem;left:1.5625rem;display:block; }
#DXxBoNyRUEskJEATf6uzyWcVsEzIR6E3 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:29.625rem;left:1.5625rem;display:block; }
#OOZrhcoN36O9v2M3u02irm2JtyZzCdyS { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.8125rem;width:32.375rem;top:29.4375rem;left:0.875rem;display:block; }
#ogvsP6VuSy6sH0k3bMzlJKVCmhzaqlWe { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:22.77499961853rem;left:0.875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QFzfTG8ETF6UMCNPq9cSW1eg0TZcv4TA { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:34.84375rem;left:4.0281248092651rem;height:1.625rem;display:block; }
#KzgkKMsrPCK7I8bvm6nhxesyxXsJKmBp { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.8125rem;width:32.375rem;top:34rem;left:0.875rem;display:block; }
#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { background-color: transparent; background-image: none; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container > .video-iframe-container { display: none; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row > .video-iframe-container { display: none; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .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); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { border-width: 0; border-radius: 0; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#SuC5NUaANIAd5ULBzQDxr1WBatkHT7kw { background-color:#ee3162;background-image:none;background-position:top left !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f8f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.375rem;height:5.37475625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:13.74755859375rem;left:15.966796875rem;display:block; }
#h1hyVMT3x57fvPzvdNPmc4vRHUCQZCt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J5PvxOtMHpVPqJSxSnZhMhZpfOl4WVnB { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(0,0,0,0.3) ;height:6.1875rem;width:27.5rem;top:4.8125rem;left:23.75rem;display:block; }
#hcXnWlve5RWDXTgLNBunGhkv2f4DzNgw { color:#302f2f;display:block;width:47.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:14.1875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.579375rem;padding-right:0.5725rem;padding-bottom:0.579375rem;padding-left:0.5725rem;display:block;align-items:center;width:3.4275rem;min-width:3.4275rem;height:3.11125rem;position:relative;font-family:"open sans";font-size:2.3175rem;font-weight:700;line-height:49.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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.361875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.571875rem;height:1.22625rem;position:relative;font-family:"open sans";font-size:0.869375rem;font-weight:300;line-height:19.62px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv { 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:22.3125rem;height:5.858125rem;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;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:4.7273435592651rem;left:26.093751907349rem;z-index:100009; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #tBp0k1gxxieJWlqXKoNc5inqf6K36Qig { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #S8UJTQrIUTQIOohr6Hu3GIIm18x9L3EK { width:auto; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #J00WLvPPqbEGyq8B6Hl6F1JGsWdqD3Ui {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #D2BTuKunRWtKnXpvNiq3cr09eK3sdffT { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #LRlhT4bbaOEKBT6NOUl9CoL0XqqBQ0sI {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BC4kehtqqwdPRzCOO2TXyqZ1TXXtNApC {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #G60bKViwChanWHQIdwIqnzJAzsQABkeg { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #KDsy5EhSyTs0i1TdLaXHzVPdcmgTVX6p {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #PCKWZCWbFK8Krydu3WQLrBAEhCbBFOkK {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #SGdgEwGAHPJnl5GroWIHCThuG1GTDfmK { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #t3Qs9zi9J7p5reQcbnaMumFIkvTOcDRm {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BFmbT6BbzOzE4Gifo2wUv7fMFxr4yxhc {  }
#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { background-color: transparent; background-image: none; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container > .video-iframe-container { display: none; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row > .video-iframe-container { display: none; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .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); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { border-width: 0; border-radius: 0; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#b6ZngCdPNL84TiMO1K4haIRb4QvGGxEi { color:#302f2f;display:block;width:47.8125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.4898443222044rem;left:13.59375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#em4ki8JlmoInCcUMxSzM88Qsc7WkbqFr { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:22.99765586853rem;left:9.875rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zqrg3uZI8zW0hbciDTqNa74qDyiD1sag { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:22.99765586853rem;left:30.250001907349rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#EIcQG9QoWZ7BsDfuk5hoDEc0iDg2QmJA { color:#000000;display:block;width:14.9359375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:22.99765586853rem;left:48.561719894409rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#nWiOTRJVWx2hyyyO90ORl23QtR5MRucx { position:absolute;display:block;z-index:100013;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:0.6875rem;top:16.499267578125rem;left:66.8115234375rem;display:block; }
#S9UkM5t5fVVDuzVmVAx7CSvNoPT9Zs6n { position:absolute;display:block;z-index:100014;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6220625rem;width:0.686525rem;top:0rem;left:7.5rem;display:block; }
#bxmlRvUoThPP2MD39gwzHqoWnbDfuDQc { position:absolute;display:block;z-index:100015;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874rem;width:0.3125rem;top:1.1875rem;left:9.375rem;display:block; }
#Qa7ALo5TcmgyBJH8Qfay5ghAbk4aELAo { box-sizing:content-box;color:#299ee3;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:14.496875762939rem;left:16.09375rem;display:block; }
#ZDW1kvPruOcWI08JnOqEq0Jg7twyyFLw { box-sizing:content-box;color:#299ee3;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:14.496875762939rem;left:34.937501907349rem;display:block; }
#X5x8Q7yaIcN3XDp6AtfylDwDiU53bvBW { box-sizing:content-box;color:#299ee3;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:14.496936798096rem;left:53.46718788147rem;display:block; }
#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xiPiO8G2/mleczny_bartek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.adaptive-delivery-prevent-bg, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyload, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyloading { background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { background-color: transparent; background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.52); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.52); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .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); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { border-width: 0; border-radius: 0; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#vs9ETHJgBq0ETO8xLTUCGWg16ek4RdeS { color:#ffffff;display:block;width:34.187rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.686279296875rem;left:19.874267578125rem;height:8.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt { color:#ffffff;display:block;width:45.3735625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:19.1220703125rem;height:;font-style:normal;display:block; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:before{  }
#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { background-color: transparent; background-image: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .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); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { border-width: 0; border-radius: 0; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#wRCM9PaptK3GLGHSZiEIyr7GFV5SbnbN { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #299ee3 ;height:8.125rem;width:10rem;top:3.9375rem;left:32.5rem;display:block; }
#avsgvpyuG0EZSuAm4XcMx8uTr8SJMUwE { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #299ee3 ;height:8.125rem;width:10.49925rem;top:3.9375rem;left:12.8125rem;display:block; }
#pspTMatUptTxES0MSTCAiOPTTpGW5dwh { color:#299ee3;display:block;width:10.2478125rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:5rem;left:12.9375rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXShhaAmT8Qck11vovs0EDIl4n9Vp6cE { color:#299ee3;display:block;width:6.1875rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:34rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lv7J5a3k4RTJORvpFp4AnzCp3PRmP3r1 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:8.25rem;left:32.8125rem;height:2.3375rem;text-align:center;text-align-last:center;display:block; }
#nkFPm3FufomVLRMcoJC0hnh0MDqemZna { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:8.25rem;left:13.0625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#tWs1fEaAMPFZhN07M3kmHOoU25HrDWVF { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:8.5625rem;left:52.125rem;height:2.3375rem;text-align:center;text-align-last:center;display:block; }
#VpZ5TEXRriS9fSROa5xnWpFx3LRnZKFM { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem #299ee3 ;height:8.125rem;width:10rem;top:3.9375rem;left:51.75rem;display:block; }
#w3VDxu4Zzuonvq8zoVoepM81oe7n31iJ { color:#299ee3;display:block;width:9.187rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:5rem;left:52.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM1GlktAOvRloOcG3QBBMBv82914m9FN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { background-color: transparent; background-image: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .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); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { border-width: 0; border-radius: 0; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { font-size:0.875rem;font-family:arial;height:106.5625rem;width:75rem;position:relative;display:block; }#SupiRHeNqCWUGbAw3k53eObyaeSldK5Q { color:#299ee3;display:block;width:53.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.907031536102rem;left:9.68593788147rem;height:8.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LS9hq58KRc5qPlhOD1txtF2w06sAMsci { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:33.123779296875rem;left:35.062255859375rem;display:block; }
#rfArVXzBxgqrWs3kJkqGm9qxest3g3ve { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.56176875rem;width:0.68725625rem;top:58.889892578125rem;left:8.125rem;display:block; }
#sl8krzDZsy9feJTQbfdTopemyE9ocRpR { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8723125rem;width:0.3125rem;top:8.687255859375rem;left:67.1875rem;display:block; }
#HNmnmbTWTrTTBuLVkKWp0XWSbmwecZJd { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6228125rem;width:0.68725625rem;top:12.6875rem;left:66.25rem;display:block; }
#Q8PJphp92r0KMhvgzRmDyqo9hRQ9QwDD { position:absolute;display:block;z-index:100013;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:27.407032012939rem;left:36.49843788147rem;display:block; }
#uvaMIgFDml58xsU77Mza6FBt7JHgy1K7 { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:25.194531917572rem;left:35.06093788147rem;display:block; }
#rTFkNnm4gs7W3G0GTbreKgVPTqhNFZ0R { color:rgba(0,0,0,0.8);display:block;width:13.75rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.107177734375rem;left:21.375rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#uoyPhNgIeK489bUelclT1UTloyxIE9KO { color:rgba(0,0,0,0.8);display:block;width:13.75rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:34.089842796326rem;left:38.000001907349rem;height:1.3rem;text-align:left;text-align-last:left;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; }
#xWgIIJVeaBTaNcnZXKsf6BTsH0EiNnOG { color:rgba(0,0,0,0.8);display:block;width:3.8125rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:56.77499961853rem;left:31.311719894409rem;height:2.6rem;text-align:right;text-align-last:right;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; }
#CiV6deIwG8KQSdFmftQ2xISWT6QnSL2g { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:33.18701171875rem;left:41.625rem;display:block; }
#aMVHNfbahFchDTmKqTVmFnTVSHDnr4Ts { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:25.16845703125rem;left:28.875rem;display:block; }
#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:32.309374809265rem;left:10.625rem;height:;display:block; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:before{  }
#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:34.43359375rem;left:45.625rem;height:;text-align:left;text-align-last:left;display:block; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:before{  }
#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X { color:#000000;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:61.249219894409rem;left:10.625rem;height:;display:block; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:before{  }
#c2OrOSduiOCqIv1NC20oxqdNJvzBgilI { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:56.1875rem;left:35.06093788147rem;display:block; }
#Z2CA7b4eJKkIqTWm6qbV4tdL3WnTPNCa { color:rgba(0,0,0,0.8);display:block;width:4.125rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:61.94921875rem;left:38.186719894409rem;height:2.6rem;text-align:right;text-align-last:right;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; }
#hDZ8Q9a126NSQf7m87MI73Ag04R8XwTZ { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:81.862506866456rem;left:35.06093788147rem;display:block; }
#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps { color:#000000;display:block;width:16.184375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:64.549219131469rem;left:44.750001907349rem;height:;display:block; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:before{  }
#noUuiHC4wGsVAJUqO599asqeE2e13RDS { color:#299ee3;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:26.107031345367rem;left:11.8125rem;height:3.9rem;font-style:normal;display:block; }
#fnivVPO5f24gbT5NtbsDelwE1CTHHLAm { color:#299ee3;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:56.775000572204rem;left:11.8125rem;height:2.6rem;font-style:normal;display:block; }
#Bw7PRXldSPkEpN8LwTWVtcGaGRODXTCB { color:#299ee3;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:62.214062690735rem;left:45.531251907349rem;height:1.3rem;font-style:normal;display:block; }
#AISDAGgusgqGtE3OfdlMhDpoF726RUMU { color:#299ee3;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:31.428901672363rem;left:47.656251907349rem;height:2.6rem;font-style:normal;display:block; }
#f7IfmJTpBtVUb05EcH77E3kfFWQTNGI2 { position:absolute;display:block;z-index:100014;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:35.389844894409rem;left:36.49843788147rem;display:block; }
#KquFEOkGeSe7rSw3Fbl8rrra9KDDZ39o { position:absolute;display:block;z-index:100015;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:40.74609375rem;left:36.49843788147rem;display:block; }
#tMIi0L8S3EUMq5xgaFklXmihzrKsQX7n { color:#299ee3;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:76.25rem;left:20.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVQpUKqpKgvRoAPGERCzPqUC4Mv6yfOt { position:absolute;display:block;z-index:100020;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:22.544531822204rem;left:36.49843788147rem;display:block; }
#uUEZEqHBPpN7qdTw0CTlExIdiqSIVVIv { position:absolute;display:block;z-index:100021;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:66.311721801756rem;left:36.49843788147rem;display:block; }
#e7cIKIgEcRundhLXS0VfKbm1KxBf10wn { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:76.2500038147rem;left:35.06093788147rem;display:block; }
#K74JKkUN0JvzE3TXusXe5l81TxvHcBD9 { position:absolute;display:block;z-index:100022;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:69.689065933225rem;left:36.49843788147rem;display:block; }
#BL0mdRIQBFI1FDV8VxKIJ3o1VQAPTctB { color:rgba(0,0,0,0.8);display:block;width:5.1875rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:80.000005722044rem;left:33.061719894409rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#lDFx9iIcSVPgGT4MTePqHk0nFq8ITsUS { position:absolute;display:block;z-index:100024;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:0.25rem;top:52.211719512939rem;left:36.49843788147rem;display:block; }
#TTViCKC9kfh4ZkxeT7kiCwABkqi4Koix { position:absolute;display:block;z-index:100025;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:73.251564979556rem;left:36.49843788147rem;display:block; }
#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN { color:#000000;display:block;width:16.185125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:90.156255722044rem;left:29.40781211853rem;height:9.2125rem;display:block; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:before{  }
#JoCVgnMsHFTTZddcVzfBhTGc6hFSM22C { position:absolute;display:block;z-index:100015;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:45.836719512939rem;left:36.49843788147rem;display:block; }
#zTKBkPerdo0xVdt8MuRopTFURW5rVe1X { position:absolute;display:block;z-index:100027;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:53.436719894409rem;left:36.49843788147rem;display:block; }
#gMGqOZqGlUc0OoE7OPUblnCeMtBSTJLZ { position:absolute;display:block;z-index:100029;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:64.486719131469rem;left:36.49843788147rem;display:block; }
#Jb0M7GTQMpxTUzwe1vw50TUX8dBX2B7B { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:55.827342987061rem;left:28.875001907349rem;display:block; }
#TlSkDiZClPAqrVTNNS0xWeGLwvOJzh9V { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:61.249218940735rem;left:35.06093788147rem;display:block; }
#JhRJlAVeuJAgckQLB9oyaJ3vNoO6WJlW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:60.412502288818rem;left:42.39999961853rem;height:;display:block; }
#ThMlscMPuQCVdqtxeDzXImedVuuFgWe8 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:61.249218940735rem;left:42.562501907349rem;display:block; }
#xTnkP2WI0BgnwEEtxiULm35tya6pFSEl { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:97.625rem;width:56.9375rem;top:8.9375rem;left:8.15468788147rem;display:block; }
#bVz1Iu3Bb4qzRoTmOXfuDH2PUQRueOS6 { color:#299ee3;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:86.325006484987rem;left:29.59218788147rem;height:2.6rem;font-style:normal;display:block; }
#FD9RTDxhc1ttBFV4UUWk9CtzkTJi7nS7 { position:absolute;display:block;z-index:100023;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:58.63125038147rem;left:36.49843788147rem;display:block; }
#vvfPrWfVsay6u6nd4TWcLFX1S1AdDd68 { position:absolute;display:block;z-index:100030;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:63.451562881469rem;left:36.49843788147rem;display:block; }
#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container { background-color: transparent; background-image: none; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container > .video-iframe-container { display: none; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row > .video-iframe-container { display: none; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .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); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container { border-width: 0; border-radius: 0; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container { font-size:0.875rem;font-family:arial;height:115.1875rem;width:75rem;position:relative;display:block; }#D6WBVOa2rRsf9bGCoUlbKr4sRTqIVd3z { color:#299ee3;display:block;width:54.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.78359413147rem;left:9.59218788147rem;height:8.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNPnu455U3kKcNZF1zzi8VXlpsH7L6WS { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:33.123779296875rem;left:35.062255859375rem;display:block; }
#Z9slXbUycTETvuK7tOIPoAKvvrelzSQf { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.56176875rem;width:0.68725625rem;top:58.889892578125rem;left:8.125rem;display:block; }
#HNASJk2E46GB2JIHTdDlahJWEgT5e2Vz { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8723125rem;width:0.3125rem;top:8.687255859375rem;left:67.1875rem;display:block; }
#f9Aqnx7m13T0tNmxRXvw8m0Z00WZgVsF { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6228125rem;width:0.68725625rem;top:12.6875rem;left:66.25rem;display:block; }
#JGioMBh0XWcUPlR1yHXl3ziSCTIg22u0 { position:absolute;display:block;z-index:100013;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:27.407032012939rem;left:36.49843788147rem;display:block; }
#JHgpfcC0QbngiULF1kVQgrKoSpCNPn7E { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:25.194531917572rem;left:35.06093788147rem;display:block; }
#agiOo4Q3o51LgnbSxcOVqKStlD8oafSr { color:rgba(0,0,0,0.8);display:block;width:13.75rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.107177734375rem;left:21.375rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#V4nuVOuvCKaAubQGkwFS1XPNnB48ewVX { color:rgba(0,0,0,0.8);display:block;width:13.75rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:34.089842796326rem;left:38.000001907349rem;height:1.3rem;text-align:left;text-align-last:left;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; }
#Ou71TUfKdXh4ogoKpt6VW9fN0hzEhKpF { color:rgba(0,0,0,0.8);display:block;width:3.8125rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:52.211719512939rem;left:31.311719894409rem;height:2.6rem;text-align:right;text-align-last:right;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; }
#Uzl1km0lD9AiFiEwRrfcPdQC50t3LkrF { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:33.18701171875rem;left:41.625rem;display:block; }
#X9zhVixwg58yFfgUuXaXtmEkyLII1Oit { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:25.16845703125rem;left:28.875rem;display:block; }
#S9c8cIyE1CiHZwN8ISE4l67xBbq1O9XF { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:31.312496185302rem;left:12.0625rem;height:;display:block; }#S9c8cIyE1CiHZwN8ISE4l67xBbq1O9XF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S9c8cIyE1CiHZwN8ISE4l67xBbq1O9XF li:before{  }
#Cp01nrTDXLLI7DirKFSi62iVzLPm8JiT { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:37.62109375rem;left:45.625001907349rem;height:;text-align:left;text-align-last:left;display:block; }#Cp01nrTDXLLI7DirKFSi62iVzLPm8JiT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cp01nrTDXLLI7DirKFSi62iVzLPm8JiT li:before{  }
#wtAkCyTv1ZXGASeJzZHVSoIdmgcNdML7 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:56.936719894409rem;left:12.3125rem;height:;display:block; }#wtAkCyTv1ZXGASeJzZHVSoIdmgcNdML7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wtAkCyTv1ZXGASeJzZHVSoIdmgcNdML7 li:before{  }
#DJb2GaTwcwoZB3DkMLumByIfUDaAiSoi { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:51.624219894409rem;left:35.06093788147rem;display:block; }
#fZtevc9OQSXZPgAGSbml6306PrgFfvAQ { color:rgba(0,0,0,0.8);display:block;width:4.125rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:61.249221801757rem;left:38.186719894409rem;height:2.6rem;text-align:right;text-align-last:right;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; }
#Rlrsza3V7CpbzSk2ANDHgmZaqcxVgfzy { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:82.5000038147rem;left:35.06093788147rem;display:block; }
#LhZXhFW8ozx3ZzW4P1d23SFwd9iNTe7k { color:#000000;display:block;width:16.185125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:63.451564788819rem;left:44.750001907349rem;height:;display:block; }#LhZXhFW8ozx3ZzW4P1d23SFwd9iNTe7k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LhZXhFW8ozx3ZzW4P1d23SFwd9iNTe7k li:before{  }
#teDAPwNGIbnpGQpidQTOfs5EKpU9DN1T { color:#299ee3;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:25.186714172363rem;left:14.592967987061rem;height:3.9rem;font-style:normal;display:block; }
#n8RQh12RkrEGrLiPDKac2t4lyWKMgEpa { color:#299ee3;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:52.936719894409rem;left:13.53125rem;height:2.6rem;font-style:normal;display:block; }
#ED4TwQs2TW8OKU6DKAvaSrxX8TMe4PUB { color:#299ee3;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:61.305471420288rem;left:45.531251907349rem;height:1.3rem;font-style:normal;display:block; }
#qqy8ttlcWKDuznDKJdnaBbx05PqrfmM1 { color:#299ee3;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:32.735939025879rem;left:47.656251907349rem;height:2.6rem;font-style:normal;display:block; }
#NPTGBIE7W2HQNSEkM06ZATErfg8anbUE { position:absolute;display:block;z-index:100014;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:35.389844894409rem;left:36.49843788147rem;display:block; }
#RH6wI8NBQtBR7JMTDARcmzOv4TWlTXUL { position:absolute;display:block;z-index:100015;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:40.74609375rem;left:36.49843788147rem;display:block; }
#ToI7kTkxCl0hB0Z5zLscWryocNS1dThU { color:#299ee3;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:76.25rem;left:20.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVG3LbkIQqtGevWeI347TItAowxth22r { position:absolute;display:block;z-index:100020;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:22.544531822204rem;left:36.49843788147rem;display:block; }
#vyDXVv8u1BAFXSWX3D6tst8TJb4SyAKy { position:absolute;display:block;z-index:100021;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:66.311721801756rem;left:36.49843788147rem;display:block; }
#MOCCuRmhLKpPMiVCNGBCK9mWSHAbEVgZ { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:76.2500038147rem;left:35.06093788147rem;display:block; }
#vfrW1XcaP6AphWmuNuJ6HaykVw5qUc5S { position:absolute;display:block;z-index:100022;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:69.689065933225rem;left:36.49843788147rem;display:block; }
#v6n6aCQbTAngv8T6ldHwkqewQCagd8Pw { color:rgba(0,0,0,0.8);display:block;width:5.1875rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:80.4375038147rem;left:34.02968788147rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#OeVHQgCw3SuuAFpKycnb3ynLEKK0u1Iu { position:absolute;display:block;z-index:100024;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:0.25rem;top:54.124220848084rem;left:36.49843788147rem;display:block; }
#n7ys7nP4gpqJQT6OuCMV6VoRS0i0OU8R { position:absolute;display:block;z-index:100025;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:73.251564979556rem;left:36.49843788147rem;display:block; }
#J29huvXvCIpev7uTKOKZlmcX3JOBUThI { color:#000000;display:block;width:16.185125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:91.15625rem;left:29.40781211853rem;height:;display:block; }#J29huvXvCIpev7uTKOKZlmcX3JOBUThI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J29huvXvCIpev7uTKOKZlmcX3JOBUThI li:before{  }
#slJ0u85Q7IieNP42Sid9r5NRumTdKT0J { position:absolute;display:block;z-index:100015;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:0.25rem;top:45.836719512939rem;left:36.49843788147rem;display:block; }
#LIyMdM9oT7FA0WtGvbCiX9ACtZmNHTa8 { position:absolute;display:block;z-index:100027;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:57.686720848084rem;left:36.49843788147rem;display:block; }
#mDz180JDstkz6QuCH4GP6gDwtkTbMTzV { position:absolute;display:block;z-index:100029;background-color:#299ee3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:0.25rem;top:62.749219894406rem;left:36.49843788147rem;display:block; }
#QCJWhLNA1r4GQWbTRLFVnZL0kS7Ophv2 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:51.061719894409rem;left:28.249219894409rem;display:block; }
#LZzISyPKuXKEAdbMnTk8r1vx9qe4cWm3 { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:60.38906288147rem;left:35.06093788147rem;display:block; }
#AFcCTXVdSGodsz8RrWxUMgGMFEN8Wtvi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:60.412502288818rem;left:42.39999961853rem;height:;display:block; }
#GSAw4Z2qxB1LZSZCO5giPLUbMtQq0yHs { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:60.389064788818rem;left:42.562501907349rem;display:block; }
#Du8E2npFcdQhpVmnZBL510C0dwkzizvC { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:97.625rem;width:56.9375rem;top:8.780468940735rem;left:8.15468788147rem;display:block; }
#yl0fV4QbmdnTJTR39B7GxUUBHJbWQkcr { color:#299ee3;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:87.075004577638rem;left:29.56093788147rem;height:2.6rem;font-style:normal;display:block; }
#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { position:relative;display:block; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { background-color: transparent; background-image: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .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); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { border-width: 0; border-radius: 0; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#HyGhzFsa6PrnKXIbkTW4qBmFPMbXUHo8 { color:#299ee3;display:block;width:21.7480625rem;position:absolute;font-family:"oleo script";font-size:2.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.93701171875rem;left:25rem;height:3.00625rem;display:block; }
#mU9XVb9Wm4nqszh0kk7iV3nEf3yXNm9d { position:absolute;display:block;z-index:100001;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:17.75rem;width:17.75rem;top:7.1875rem;left:3rem;overflow:hidden;display:block; }
#GwH1BeLL7VKK0bUrfl9qPlHcPsA52JtC { color:#299ee3;display:block;width:30.0625rem;position:absolute;font-family:"oleo script";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.125rem;height:1.625rem;display:block; }
#n23wroDX1aXbTeF8EDywkRSE8sDnLUAE { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:13.748431205749rem;left:25.000001907349rem;height:14.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kclkfNv4VnekupFtvm7er1T07vRLHcam { position:absolute;display:block;z-index:99999;background-color:#299ee3;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:11.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;height:29.375rem;width:75rem;top:6.1875rem;left:0.0625rem;display:block; }
#p27EDSycudakCegS3bgM2lURLlPqdkvl { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:36.8125rem;top:7.1875rem;left:12.061767578125rem;display:block; }
#dWkUt4tFgbtcIzTG4DkqIB7FusBxHD5a { background-color:#ee3162;background-image:none;background-position:top left !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f8f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.375rem;height:5.37475625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:41.62109375rem;left:15.374755859375rem;display:block; }
#BxVFnr09C1gvxIplgkV0Mm4AgkqNd6OT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { background-color: transparent; background-image: none; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container > .video-iframe-container { display: none; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row > .video-iframe-container { display: none; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .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); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { border-width: 0; border-radius: 0; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:block; }#bfbsBtHCT15uRPZVcPyOgIIcfEue4FfD { color:#ffffff;display:block;width:37.3741875rem;position:absolute;font-family:"oleo script";font-size:2.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9062490463257rem;left:5.125rem;height:3.6375rem;display:block; }
#X4eZ9T59spuswvNTfDMPsRCbrtMXkILe { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"oleo script";font-size:2.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.26416015625rem;left:24.3740234375rem;height:2.925rem;display:block; }
#ZHk6RQP9PSSxNEU2F2Ws2WlaKfqzbz77 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;height:27.5rem;width:47.8125rem;top:8.95156288147rem;left:13.40390586853rem;display:block; }
#FodXMJ8al43gTPT4rtWeaNR9D5CiZLVW { box-sizing:content-box;color:#1bba12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.5rem;left:17.123779296875rem;display:block; }
#lVSRf5l474hSrmuHyN2hrSkWxIy3P5FB { box-sizing:content-box;color:#1bba12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:16.208984375rem;left:17.1240234375rem;display:block; }
#uxGITKVMratyGMftRhOqrT8TTDcytlf9 { box-sizing:content-box;color:#1bba12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:20rem;left:17.123779296875rem;display:block; }
#paC5bQan6W4kldcRCAHmkXP3D3xUckqq { box-sizing:content-box;color:#1bba12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:23.793750762939rem;left:17.12343788147rem;display:block; }
#Ni3zF1ZvmeLrwB0feaACrs9r7pUi1PET { box-sizing:content-box;color:#1bba12;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:27.381249904633rem;left:17.12343788147rem;display:block; }
#TFJrU7ksF8amEzpp4is1SL3EozGogdCT { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:27.368751049042rem;left:20.24843788147rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#buCZUhDJ1vs35l5uppZ90GksPNgqE2d9 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:28.125rem;left:20.247802734375rem;height:1.6375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Br8frHg5qvWGDzdrZQJ8XdmeIfTi9SOz { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:24.53750038147rem;left:20.24843788147rem;height:1.6375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uFDQ9L4AInJyETnbEFsncN7fkHk3ytpn { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:20.625rem;left:20.247802734375rem;height:1.6375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cs5JFXtAsrBM0AFCRQ46U6qAyS5eqDXX { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:16.9375rem;left:20.248046875rem;height:1.6375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dSAQFixt1u3PJylZIwWMPPGpTlMvVk1J { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:13.084716796875rem;left:20.247802734375rem;height:1.6375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tgWwDbv0/julian_dlugi_gradient_BLIZEJ_SRODKA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00.adaptive-delivery-prevent-bg, #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00.lazyload, #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00.lazyloading { background-image: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { background-color: transparent; background-image: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .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); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { border-width: 0; border-radius: 0; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#uMfZq6PN2Ltxs1L8MVhAqgCwAObOk303 { color:#299ee3;display:block;width:28.1875rem;position:absolute;font-family:"oleo script";font-size:6.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:15.6796875rem;left:11.999219894409rem;height:8.28775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trRvvHuU0kTDGcso6kILlTeXraowKiPw { color:#299ee3;display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:14rem;left:9.4375rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MESeqJWwT1ExBJAMcJaG2J80iBPKHAVL { color:#299ee3;display:block;width:33.75rem;position:absolute;font-family:"oleo script";font-size:2.4375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.310791015625rem;left:5.4052734375rem;height:6.4rem;text-align:center;text-align-last:center;display:block; }
#SZdHNvLBcb3FT7pnPPfVUEUIcdmEkTDE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:106.0625rem;width:75rem;display:none; }
#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { background-color: transparent; background-image: none; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container > .video-iframe-container { display: none; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row > .video-iframe-container { display: none; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .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); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { border-width: 0; border-radius: 0; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#PfVeJ5l3oCHOcFViDKXFvwDJ8ylTxgue { color:#ffffff;display:block;width:52.4353125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.3349609375rem;left:11.248779296875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { background-color: transparent; background-image: none; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container > .video-iframe-container { display: none; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row > .video-iframe-container { display: none; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .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); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { border-width: 0; border-radius: 0; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#Ju8WEzZLBC0SUg6F47am1s5lCxwVug9L { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.625rem;top:7.999267578125rem;left:3.75rem;display:block; }
#VdakfQOCc5KeGPleLJI2vtNV0StTfClG { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:11.871337890625rem;left:13.375rem;overflow:hidden;display:block; }
#mXEX1stIqrhn11eFF325SA40EhEkVpDF { position:absolute;display:block;z-index:100020;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:10.6860625rem;width:10.6860625rem;top:0.374755859375rem;left:13.1875rem;overflow:hidden;display:block; }
#dJvhiWV1Ep8vHmUbWFZ0ZRMAdkp05Jqo { color:#000000;display:block;width:28.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:15.874755859375rem;left:4.5rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHVRkToIETpUhFTZ7SB8ngh9S1MJU6W5 { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:24.562rem;left:3.435791015625rem;display:block; }
#Ngzig3pFteV7HiFNRB6zntKyho9ZSzAp { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:11.871337890625rem;left:50.875rem;overflow:hidden;display:block; }
#JIs5nPA5P3tNw7PkOFAMnvbbZUAbiZyi { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.625rem;top:7.686767578125rem;left:41.5625rem;display:block; }
#ttndCde2yxs4SrATayafDg7zQmVDOTwF { position:absolute;display:block;z-index:100021;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;height:10.6860625rem;width:10.6860625rem;top:0.25rem;left:50.625rem;overflow:hidden;display:block; }
#mbaekKdkP0x9fSdrnTG7K3O111zdHpFd { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:15.625rem;left:41.8125rem;height:10.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOJf4C6qaKXbAqstCcSw777DNT8NbXcq { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:24.250244140625rem;left:41.3916015625rem;display:block; }
#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { background-color: transparent; background-image: none; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container > .video-iframe-container { display: none; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row > .video-iframe-container { display: none; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .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); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { border-width: 0; border-radius: 0; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#oGVLERhuOQoSux78VOCA8lkutVIysn35 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.5625rem;top:6.625rem;left:3.6875rem;display:block; }
#AT10bsMLyhrogQGREOTqXWDUtnUieOIP { color:#000000;display:block;width:28.93675rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:13.0625rem;left:3.9375rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnFAsAVkiG2zN3TpLkUAswoGVWQ0BUnT { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:9.875rem;left:13.25rem;overflow:hidden;display:block; }
#JngHfR5TNqJy1z9OeTwGxyCMPZh41JD5 { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:23.1875rem;left:3.875rem;display:block; }
#tTFdFvCZ2HKX6rzJa1Ti4DPTubhHGMtS { position:absolute;display:block;z-index:100012;border-top:0.25rem solid #299ee3;border-left:0.25rem solid #299ee3;border-right:0.25rem solid #299ee3;border-bottom:0.25rem solid #299ee3;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;height:8.6230625rem;width:8.6230625rem;top:0.8125rem;left:51.625rem;overflow:hidden;display:block; }
#rXIwdTrnekIiMB9Te71nzcbzXObOef0h { color:#000000;display:block;width:24.8108125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:14.25rem;left:43.6875rem;height:11.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NT8wcF34S1f0Gdrh9zhELHH3e145NHvW { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.6875rem;top:7rem;left:41.4375rem;display:block; }
#B5ik5nxWgPMFTDw3p8ChW07JbaTuw8HT { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:10.4375rem;left:50.8125rem;overflow:hidden;display:block; }
#q0HnNX8LCckyQ5Q3sptZ9JG580AP89gK { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:23.5625rem;left:41.75rem;display:block; }
#TM4XqsAP9BgaTX1DMBr1PHrFh5PcVqWU { position:absolute;display:block;z-index:100023;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.6230625rem;width:8.6230625rem;top:0.625rem;left:14.125rem;overflow:hidden;display:block; }
#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { position:relative;display:block; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { background-color: transparent; background-image: none; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container > .video-iframe-container { display: none; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row > .video-iframe-container { display: none; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .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); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { border-width: 0; border-radius: 0; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#LrTFtsU7T4p0KLhFLnyZAmV0NHCqNTm6 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:9.6228125rem;top:3rem;left:32.625rem;overflow:hidden;display:block; }
#VJWikd4KOkOHL2PviL7x0TqDTlGJ5FoM { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:6.9375rem;left:31.5625rem;display:block; }
#Fsgl2kHFxX9w2rv6pwm4Et2ZmN3iePZp { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:6.9375rem;left:34.6875rem;display:block; }
#A8y5bMp1sCyNA5uxFoZUianyhPexLPof { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:6.9375rem;left:37.8125rem;display:block; }
#LvriMhgAv1iuFReJLmCLkNGzBKQMTDRv { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:6.9375rem;left:40.9375rem;display:block; }
#sSdJZbNpLQn9uHVotkWCfaiST5ADCRDV { box-sizing:content-box;color:#299ee3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:7rem;left:44.0625rem;display:block; }
#A6z4vhd5pIP3rfIm3m0rnMXu46OVGODy { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:7.25rem;left:27.8125rem;height:2.6001rem;display:block; }
#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;display:block; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { background-color: transparent; background-image: none; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container > .video-iframe-container { display: none; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row > .video-iframe-container { display: none; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .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); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { border-width: 0; border-radius: 0; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#rRnantMDIRqE3mrhUx6AaatKvVGIOFNx { color:#ffffff;display:block;width:16.7480625rem;position:absolute;font-family:"oleo script";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.3388671875rem;left:29.124755859375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:url("https://images.assets-landingi.com/aUCsf02a/logotypy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.adaptive-delivery-prevent-bg, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyload, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyloading { background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { background-color: transparent; background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .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); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { border-width: 0; border-radius: 0; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { background-color: transparent; background-image: none; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container > .video-iframe-container { display: none; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row > .video-iframe-container { display: none; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .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); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { border-width: 0; border-radius: 0; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { background-color: transparent; background-image: none; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container > .video-iframe-container { display: none; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row > .video-iframe-container { display: none; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .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); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { border-width: 0; border-radius: 0; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { font-size:0.875rem;font-family:arial;height:74.875rem;width:75rem;position:relative;display:block; }#bHAbxXbZ3Fo5RFpC3s9k8XkUifTtynoy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.125rem;width:31.0625rem;top:12.1875rem;left:5.8125rem;overflow:hidden;display:block; }
#yAPoq41b8KowX7Uh7TdBZknGAXXwUQDV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.25rem;width:30.1245rem;top:12.187499284744rem;left:38.841959953308rem;overflow:hidden;display:block; }
#MpisfPv10EpN4OgGskqJTbn2CytcZDIo { color:#ffffff;display:block;width:52.434875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.779296875rem;left:11.282554626465rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8iumr8pWVd5474460zy3V720XXExLfg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.1246875rem;width:31.062rem;top:33.037107467651rem;left:5.8113603591919rem;overflow:hidden;display:block; }
#CmWnUQaRMZcUB1TiQkMaLrXls2NxQwoH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.1246875rem;width:31.062rem;top:33.037108659744rem;left:38.372393608093rem;overflow:hidden;display:block; }
#xfilgX0UXrvoMdUoenhtaGHZT4L52vMI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.1246875rem;width:31.0611875rem;top:53.599445343017rem;left:5.8113603591919rem;overflow:hidden;display:block; }
#mXmUq0c7pbV1h1ewde4VoJIWrQEIpvzV { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.1246875rem;width:31.0611875rem;top:53.599445343017rem;left:38.372393608093rem;overflow:hidden;display:block; }
#I5qCTz55IQhuC6RD5KCalILOpwqyZAfc { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:33.317055702209rem;left:6.7122392654419rem;overflow:hidden;display:block; }
#zMJw2uOiNtcTzth2romuzEgSfa7wQaWQ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:33.317055702209rem;left:17.338053703308rem;overflow:hidden;display:block; }
#IboICBaql4BqtI2AotZUspJzSOrLcO0S { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:33.317055702209rem;left:38.841959953308rem;overflow:hidden;display:block; }
#JiyiDvWsk3USQRnNmfiTWNx4dkussuX8 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:33.317055702209rem;left:50.402018547058rem;overflow:hidden;display:block; }
#t0dQ07tzUemRJxuQuvVX9p7JCOMZ7Mrh { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:53.879392623901rem;left:6.7106122970581rem;overflow:hidden;display:block; }
#zSh4q5cgTfPVXrdGCsfTs0TVEQyAsRSQ { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:53.879392623901rem;left:17.336424827576rem;overflow:hidden;display:block; }
#GWDyZNTJpgGHtF6Sdw8bzfE8mdiV0u0X { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:53.879392623901rem;left:38.841959953308rem;overflow:hidden;display:block; }
#VPoh8CqXT1rRxTMTJzvVb7vCdJgUwEtK { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:18.562rem;top:53.879392623901rem;left:50.464678764343rem;overflow:hidden;display:block; }
#gRh8kSWqDbvDCTONzBPcdHf9IFiZdip6 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5623125rem;width:26.3745rem;top:33.317055702209rem;left:8.1551103591919rem;overflow:hidden;display:block; }
#K0KptlIhutRNtqQVtfo3yqD5gBe5volK { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0621875rem;width:30.374375rem;top:35.068357467651rem;left:38.684081077576rem;overflow:hidden;display:block; }
#mZrSfHk6CGOisoi80I0pysRcUMLkROUP { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:29.375rem;top:58.536781311035rem;left:6.6544599533081rem;overflow:hidden;display:block; }
#rmTJWs24P8KOCTtkguuCcSKG9KPIHfWP { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:30.7495rem;top:56.036782264709rem;left:38.527831077576rem;overflow:hidden;display:block; }
#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { position:relative;display:block; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { background-color: transparent; background-image: none; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container > .video-iframe-container { display: none; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row > .video-iframe-container { display: none; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .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); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { border-width: 0; border-radius: 0; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#SKoZmTVsrCFade6KpZRSkvdOfMBt4E8s { position:absolute;display:block;z-index:100051;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:0.6875rem;top:30.375rem;left:66.8125rem;display:block; }
#kDxqkEbtlH6qgpMPSKbgkKI4QFEs18BG { position:absolute;display:block;z-index:100053;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.87325rem;width:0.3125rem;top:20.8125rem;left:65.8125rem;display:block; }
#sLJqND4NJ652qigsRcZatwK1t2cHOCzf { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(0,0,0,0.26) ;height:35.25rem;width:26.8125rem;top:13.122656345367rem;left:24.062501907349rem;display:block; }
#p6rIicMdKVRV8mcbtAGnbsPqX6EJsr3H { color:#000000;display:block;width:13.3734375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:28.8125rem;left:29.313280105591rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fptTJoRwP1VyZmJAB8zTS35zgs8PbTa2 { color:#3cc700;display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:34.809374809265rem;left:31.250001907349rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#fTbTleyNbvXxk9gkq6slU1Jd2USllCgK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:31.878125190735rem;left:31.250001907349rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#WAKrwCTJnZlc2ysPtLq3qxOT8s4kwnOW { color:#000000;display:block;width:17.9984375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:26.43593788147rem;left:29.313280105591rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eMBnlfBmgHPRfSHiCX4c2RpylpPFSGNU { color:#299ee3;display:block;width:21.875rem;position:absolute;font-family:"oleo script";font-size:1.875rem;font-weight:normal;z-index:100056;line-height:1.2;letter-spacing:0;top:15.121875286102rem;left:26.562501907349rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#HPxMzkKKF9yanVS4kB9x2Uf52EpvNooT { box-sizing:content-box;color:#484848;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:25.99843788147rem;left:26.562501907349rem;display:block; }
#cfuitriT6bMpQhGaA1D0T3evATereomV { box-sizing:content-box;color:#484848;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:28.3125rem;left:26.562501907349rem;display:block; }
#p2TL0hEnDI8qmzrP5TOaLQehXGgJlvmZ { position:absolute;display:block;z-index:100052;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6220625rem;width:0.686525rem;top:4.4375rem;left:7.5625rem;display:block; }
#yRZdcTqkMiDFvHZsOVow5vhcP8CelztT { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#nCPBLbJN09zwcInrrpFhxXK5MZO4EQP0 { color:#000000;display:block;width:5.74765625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:35.09375rem;left:37.875001907349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Lvn1aJxAxBWxTpGrVzXK5qa89NrcClqM { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.0138875rem;text-align:center;text-align-last:center;display:none; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.740625rem;padding-right:0.7425rem;padding-bottom:0.740625rem;padding-left:0.7425rem;display:block;align-items:center;width:4.445rem;min-width:4.445rem;height:3.978125rem;position:relative;font-family:"open sans";font-size:2.96375rem;font-weight:700;line-height:63.65px;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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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.4625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.92875rem;height:0.890625rem;position:relative;font-family:"open sans";font-size:1.111875rem;font-weight:300;line-height:14.25px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ { 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:27.75rem;height:6.8125rem;padding-top:0.98375rem;padding-right:1.039375rem;padding-bottom:0.98375rem;padding-left:1.039375rem;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:3.7179689407349rem;left:23.05312538147rem;z-index:100010; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #wRmHOePyTAJ9lRyTe2Qh0LuMm7id1SBg { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oNpSf1ibL0xXfeHOzI5FTTLhiRAwQJku { width:auto; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #E7N2prJo0DqJ4fRl6OnnXkcrbkfwwU0x {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oMwZqqPONqvh7AkiOb583SToNWDEElT0 { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #ik4iATabV5RDAZhDMOCcFZ7wxcof95bo {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #yC0S8XQeTCLXRKDSZSEKUVNSu4wB8QUb {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Ru0nfrmlv6IsUH6Vo5GySst9TGLnuZOX { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #hp0gX2cL1lvMyHwN7t6Dvez46eVP6aQt {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #MklOhgs3gN6tPpR5fTVcGyXl0tiLX7iS {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Idfu09INxts1bV2CaJeIaBdJr1T3qHuq { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #qWmaWZyl5KNtrPfd1VwtxodiIzmQLo8C {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #UVlzM9cZVyDGWpgumbIwho3aVTHq2MR1 {  }
#KkDCNdWhTzKXIzckdfQif1HfRzzTqV51 { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.9375rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:39.74843788147rem;left:26.687501907349rem;display:block; }
#qPNb9xrNVwkyvBUAFwhb6xzT6X7TahhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yMRKttWaMCebXcESBmGJJAHC4KDfFETD { position:relative;display:block; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD { background-color: transparent; background-image: none; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container > .video-iframe-container { display: none; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row > .video-iframe-container { display: none; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .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); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD { border-width: 0; border-radius: 0; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#iVP2sqL0puuhTaS19oTPTOa32VJnJu5d { color:#ffffff;display:block;width:11.8115rem;position:absolute;font-family:"oleo script";font-size:6.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:4.1875rem;height:8.04375rem;display:block; }
#edCehse3ceT9rKS7v6d3UngB61IInKbn { color:#ffffff;display:block;width:37.06175rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:16.125rem;height:6.8875rem;text-align:left;text-align-last:left;display:block; }
#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { position:relative;display:block; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { background-color: transparent; background-image: none; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container > .video-iframe-container { display: none; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row > .video-iframe-container { display: none; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .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); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { border-width: 0; border-radius: 0; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#Z18fcrLsHRe8gxf71i967echQamb5wIo { display:block;width:35.437rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.86875rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#H3NOqJmD3OdzQcHwJcC8tP3I78XJasLO { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { position:relative;display:block; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { background-color: transparent; background-image: none; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container > .video-iframe-container { display: none; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row > .video-iframe-container { display: none; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .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); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { border-width: 0; border-radius: 0; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#dtEHbwrQT02cWhBOgnBoFR315ZAT5Qyp { display:block;width:64.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.748046875rem;left:8.9995689392087rem;height:5.11875rem;text-align:justify;text-align-last:initial;color:#ffffff;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; }
#sTCetOiVZCV5sBRM36ckbRPWmchws0iX { position:relative;display:block; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX { background-color: transparent; background-image: none; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container > .video-iframe-container { display: none; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row > .video-iframe-container { display: none; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .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); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX { border-width: 0; border-radius: 0; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#RuTUXaf6DPsm0GvfRfc5uLrR6Q77UTK9 { display:block;width:39.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.6914081573488rem;height:1.86875rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#sGUiWhR4m2nGqcqUln4EVe1mscOvNGg6 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { position:relative;display:block; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { background-color: transparent; background-image: none; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container > .video-iframe-container { display: none; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row > .video-iframe-container { display: none; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .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); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { border-width: 0; border-radius: 0; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#HMa9IUm74rww8e0mhgvaLwxN0zSm8VIm { display:block;width:64.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.8413619995118rem;left:9.1861991882325rem;height:5.11875rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { position:relative;display:block; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { background-color: transparent; background-image: none; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container > .video-iframe-container { display: none; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row > .video-iframe-container { display: none; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .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); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { border-width: 0; border-radius: 0; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#KfccDKgMfhxDUhcUdD8qoM7sWnOvCIEh { display:block;width:41.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.6914081573488rem;height:1.86875rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#OOrKNUPO39RERBqC3kcSg8tpZChL3St7 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { position:relative;display:block; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { background-color: transparent; background-image: none; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container > .video-iframe-container { display: none; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row > .video-iframe-container { display: none; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .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); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { border-width: 0; border-radius: 0; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#JZab1ctOP37vRREn9FhXfT26CeIVCv0B { display:block;width:64.62375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.8406372070312rem;left:9.24843788147rem;height:1.70625rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#pE52QEsDi1DLps4iotROswEuWkMbWF6F { position:relative;display:block; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F { background-color: transparent; background-image: none; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container > .video-iframe-container { display: none; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row > .video-iframe-container { display: none; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .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); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F { border-width: 0; border-radius: 0; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#WePxyAsnhTu8Fw4I2TBRWi1LO75PxwTk { display:block;width:58rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.86875rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#DHVXQvL197SirqKeHfmAmwMSnElZUyVV { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { position:relative;display:block; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { background-color: transparent; background-image: none; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container > .video-iframe-container { display: none; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row > .video-iframe-container { display: none; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .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); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { border-width: 0; border-radius: 0; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#Z01OlxHxKx717ckLqPqi6SM9yBrUCWbU { display:block;width:64.62375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.4366321563721rem;left:9.1232643127444rem;height:3.4125rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { position:relative;display:block; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { background-color: transparent; background-image: none; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container > .video-iframe-container { display: none; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row > .video-iframe-container { display: none; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .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); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { border-width: 0; border-radius: 0; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#JBqFTE8XS5Z9DcewQKTTJrpexxJiNuoq { display:block;width:58rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.86875rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#AMgQpQ8KufmeRF1wnFb0a3x4trNGXdvx { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { position:relative;display:block; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { background-color: transparent; background-image: none; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container > .video-iframe-container { display: none; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row > .video-iframe-container { display: none; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .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); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { border-width: 0; border-radius: 0; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#D6dSlS5pWuZp8aJTl5RHQ7spB8NMa6Sk { display:block;width:64.561875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.9664306640625rem;left:9.6875019073488rem;height:1.70625rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#wITFAIRITVpd0XX2vOkec2alnTmLmhcA { position:relative;display:block; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA { background-color: transparent; background-image: none; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container > .video-iframe-container { display: none; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row > .video-iframe-container { display: none; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .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); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA { border-width: 0; border-radius: 0; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#IBedNTA4OZcXsWp6CdqxsKgnlLEGzCAP { display:block;width:58rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.86875rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#KTdEie2zLyiZqup0a6OoLgiwuDhcK4Uw { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { position:relative;display:block; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { background-color: transparent; background-image: none; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container > .video-iframe-container { display: none; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row > .video-iframe-container { display: none; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .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); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { border-width: 0; border-radius: 0; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;position:relative;display:block; }#NQUy5I6ZEil2LBBA6b0X0ZaWTiS4uTIe { display:block;width:64.124375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.375rem;height:3.4125rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { position:relative;display:block; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { background-color: transparent; background-image: none; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container > .video-iframe-container { display: none; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row > .video-iframe-container { display: none; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .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); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { border-width: 0; border-radius: 0; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;position:relative;display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { position:relative;display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { background-color: transparent; background-image: none; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container > .video-iframe-container { display: none; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row > .video-iframe-container { display: none; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .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); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { border-width: 0; border-radius: 0; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#hJIgwdtb7M2H4OHOPuWTmd2E38wA8Ume { position:absolute;display:block;z-index:100051;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:0.6875rem;top:30.375rem;left:66.8125rem;display:block; }
#qaXM8cfF1oOvITmkK45wfaH5506dR9Hf { position:absolute;display:block;z-index:100053;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.87325rem;width:0.3125rem;top:20.8125rem;left:65.8125rem;display:block; }
#aQakVqzZdgRJZTWGA1tcSaImhurC4Ryc { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(0,0,0,0.26) ;height:35.25rem;width:26.8125rem;top:13.561718940735rem;left:24.062501907349rem;display:block; }
#yuRipQ7yuT8vG6fPz1EKPnNbuyegL36H { color:#000000;display:block;width:13.3734375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:30.375rem;left:29.124219894409rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wgk9TTfhqPdvT7IJCXDHA6kZWBgI9a3O { color:#3cc700;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:36.23828125rem;left:32.06093788147rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#i0qyL7ZcTcJHGnCcteD6kv6frVrBhNFX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:33.684375762939rem;left:31.250001907349rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#XH3Wt2DbXF6d98sn6MPrPTcvTvMTdlb7 { color:#000000;display:block;width:17.9984375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:27.68593788147rem;left:29.186719894409rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TnztSxerHaeKLXkJlRdwRKl8q2mfv7qt { color:#299ee3;display:block;width:22.875rem;position:absolute;font-family:"oleo script";font-size:1.875rem;font-weight:normal;z-index:100056;line-height:1.2;letter-spacing:0;top:16.059374809265rem;left:26.062501907349rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#HVU1pVC8bQlhDhyX7Lay26OJ7XB146il { box-sizing:content-box;color:#484848;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:27.24843788147rem;left:26.686719894409rem;display:block; }
#zXHrZGQdbLyxt3zcdrgo7IDO9cE6a40E { box-sizing:content-box;color:#484848;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:29.874219894409rem;left:26.561719894409rem;display:block; }
#HWRWepK20ZnlIc1k2DwiTTiKfZOh2K8i { position:absolute;display:block;z-index:100052;background-color:#0e9ae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6220625rem;width:0.686525rem;top:4.4375rem;left:7.5625rem;display:block; }
#wIQfk8bazQ3G3cC93Ai9KfvEGdlQom2O { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#JEtlx2M9ggxib0GD6frwX7FSldyPHgtM { color:#000000;display:block;width:5.74765625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:36.522657394409rem;left:38.68593788147rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#w2TOKrNwasyfT8TdQDFyRfG7FiAklUD5 { background-color:#ee3162;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.9375rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:41.061719894409rem;left:26.687501907349rem;display:block; }
#F3JPo405BKB0INxOF9EHkxGWl4Q6cc3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.740625rem;padding-right:0.7425rem;padding-bottom:0.740625rem;padding-left:0.7425rem;display:block;align-items:center;width:4.445rem;min-width:4.445rem;height:3.978125rem;position:relative;font-family:"open sans";font-size:2.96375rem;font-weight:700;line-height:63.65px;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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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.4625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.92875rem;height:0.890625rem;position:relative;font-family:"open sans";font-size:1.111875rem;font-weight:300;line-height:14.25px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT { 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:27.75rem;height:6.8125rem;padding-top:0.98375rem;padding-right:1.039375rem;padding-bottom:0.98375rem;padding-left:1.039375rem;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:3.7179689407349rem;left:22.58437538147rem;z-index:100011; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #dLVb3KBzknuh1Fd1595ZhC3Q1VkfVuLp { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #s1T67lrnnBbzN2gQkGO26bHNvQ0PkexK { width:auto; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #TzHHD94OdfRdi1THVJ9eJrkQPZVG9fbR {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #iGwx4oZzoN7Q7kseoaNIknvq7chXbs5O { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #RpLACduhTvLH3maIxDIe1qBUq443sAky {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #KHPOnTQSC407C7cKks9aWddtHUXTv4qM {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #LVOOLwqe85a59keGqz5rlBvXuBeWHCp7 { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #aQz7TWyEOakrMbJrqy74RS8MtOi9f7Oi {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #irO55QkVK4S8WkmWZhqUIQcaHTEsT0R4 {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #P3NMnKKHEiFOKyoAKR26LM2AoTXGW977 { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #d079resDLQ6AugyCTGa6T2fuLG49RgFG {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #vVMcOMq36vSD9gLkM5QOTiQPJUeTy9WK {  }
#czwbRPCwi2oHKMzNSoWaFBNtE4yZ6zoq { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.0138875rem;text-align:center;text-align-last:center;display:none; }
#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { background-color: transparent; background-image: none; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container > .video-iframe-container { display: none; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row > .video-iframe-container { display: none; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .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); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { border-width: 0; border-radius: 0; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#VMVvtx55dgn0ZatrSnXVcfBI4WwmGAMX { color:#302f2f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.560546875rem;left:7.21875rem;height:3.49375rem;display:block; }
#VRiumE7Uc8BWEEFglnMqTJJiUNJ5UbLW { color:#299ee3;display:block;width:28.624rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.998046875rem;left:9.505859375rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmCC1mSsQTgl9FSTBGwJaPvmxhtzZuyr { background-color:#0480f8;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:24.6875rem;height:4.624025rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:45.5615234375rem;left:25.15625rem;display:block; }
#q43i4bUCrMfdEvkOQgURfkLwm0v711KD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bZ4l5Mv1Xi7dT1vIg7vJMz2THOqUdIqH { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.37348125rem;width:3.18685rem;top:46.1875rem;left:26.5rem;overflow:hidden;display:block; }
#OQg08Mi7GGvyVDmc55WSvi0WllsxCGLR { color:#302f2f;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:40.561218261719rem;left:27.687501192093rem;height:2.03125rem;font-style:normal;display:block; }
#t58Z4RIky5HJKEB5aVH5lcDpI1iQeO3h { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#484848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.3427734375rem;left:31.06640625rem;display:block; }
#CJeGVTya3gh9z2XhKVyNTepG5BarQvfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mkpsx9NKHsBSrg02Ka3uQmIX5e0dllE2 { color:#302f2f;display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:33.8125rem;left:28.59375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5TCc2K18sW5mCNW7wA2Tm6JWgAKSxfA { color:#302f2f;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:30.75rem;left:27.6875rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mrUrz41uxuMX71zE75MTz2TrqDgvgTFh { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74805rem;width:3.936525rem;top:36.6875rem;left:27.6875rem;overflow:hidden;display:block; }
#DDuIu6IToAUOKwhWBs6HiPzvES6zCbP7 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.749025rem;width:2.436525rem;top:40.6865234375rem;left:24.125rem;overflow:hidden;display:block; }
#LRC5lstKe34727K4kflvT0p5EtEBhFIk { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:9.6777544021606rem;left:26.562499046326rem;overflow:hidden;display:block; }
#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;display:block; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { background-color: transparent; background-image: none; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container > .video-iframe-container { display: none; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row > .video-iframe-container { display: none; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .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); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { border-width: 0; border-radius: 0; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#i1llmvneN88KB58EMpCQuWTQhhoClJ56 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.061525rem;width:7.1875rem;top:1.873779296875rem;left:0rem;overflow:hidden;display:block; }
#A7l3lsh5yX7dSQNkb63rJ1TeqKueC74m { color:#000000;display:block;width:32.749rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:2.8125rem;left:42.2509765625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZDdbJRhTqZeDbBH6zpTW2yprgtTdUHQ { top:6.75rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpeg40WUnKWCFBtJmR3iTXKmwO8hQcPc { top:29.625rem;left:0rem;width:29rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0rM1OTNJrvACZyyzUBzHrMAbzVWTrG { top:6.125rem;left:0rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sNvptgsslToHGRkvOEaMN1JtC2Po8g { top:0rem;left:19.342529296875rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCyK1BUvLfsCSksa33QrR4Q6FOsk9Ns { top:11.625rem;left:0rem;width:47.375rem;height:11.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOGa3HXgTaPGHhEHPokIcoyUTTGWOMOh { top:0.6875rem;left:20.375rem;width:7rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWdTae4ChF78AGGOim2rvehDIRZRGuR { top:34.375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxBoNyRUEskJEATf6uzyWcVsEzIR6E3 { top:29.625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZrhcoN36O9v2M3u02irm2JtyZzCdyS { top:29.4375rem;left:0rem;width:32.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogvsP6VuSy6sH0k3bMzlJKVCmhzaqlWe { top:22.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFzfTG8ETF6UMCNPq9cSW1eg0TZcv4TA { top:34.8125rem;left:0rem;width:30.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzgkKMsrPCK7I8bvm6nhxesyxXsJKmBp { top:34rem;left:0rem;width:32.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ { display:block; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuC5NUaANIAd5ULBzQDxr1WBatkHT7kw { width:44.375rem;height:5.3125rem;top:13.6875rem;left:2.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1hyVMT3x57fvPzvdNPmc4vRHUCQZCt4 { display:block; }
 }@media only screen and (max-width: 763px) { #J5PvxOtMHpVPqJSxSnZhMhZpfOl4WVnB { top:4.8125rem;left:10.125rem;width:27.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcXnWlve5RWDXTgLNBunGhkv2f4DzNgw { top:1.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv { display:flex;width:18rem;height:5.0625rem;top:4.75rem;left:14.84140586853rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #tBp0k1gxxieJWlqXKoNc5inqf6K36Qig { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #S8UJTQrIUTQIOohr6Hu3GIIm18x9L3EK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #J00WLvPPqbEGyq8B6Hl6F1JGsWdqD3Ui {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #D2BTuKunRWtKnXpvNiq3cr09eK3sdffT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #LRlhT4bbaOEKBT6NOUl9CoL0XqqBQ0sI {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BC4kehtqqwdPRzCOO2TXyqZ1TXXtNApC {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #G60bKViwChanWHQIdwIqnzJAzsQABkeg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #KDsy5EhSyTs0i1TdLaXHzVPdcmgTVX6p {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #PCKWZCWbFK8Krydu3WQLrBAEhCbBFOkK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #SGdgEwGAHPJnl5GroWIHCThuG1GTDfmK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #t3Qs9zi9J7p5reQcbnaMumFIkvTOcDRm {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BFmbT6BbzOzE4Gifo2wUv7fMFxr4yxhc {  }
 }@media only screen and (max-width: 763px) { #XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp { display:block; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6ZngCdPNL84TiMO1K4haIRb4QvGGxEi { top:7.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4ki8JlmoInCcUMxSzM88Qsc7WkbqFr { top:22.9375rem;left:0rem;width:17.5625rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqrg3uZI8zW0hbciDTqNa74qDyiD1sag { top:22.9375rem;left:16.625001907349rem;width:14.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIcQG9QoWZ7BsDfuk5hoDEc0iDg2QmJA { top:22.9375rem;left:32.875rem;width:14.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWiOTRJVWx2hyyyO90ORl23QtR5MRucx { top:16.4375rem;left:47.0625rem;width:0.6875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9UkM5t5fVVDuzVmVAx7CSvNoPT9Zs6n { top:0rem;left:0rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxmlRvUoThPP2MD39gwzHqoWnbDfuDQc { top:1.1875rem;left:0rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa7ALo5TcmgyBJH8Qfay5ghAbk4aELAo { top:14.4375rem;left:2.46875rem;width:5.125rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDW1kvPruOcWI08JnOqEq0Jg7twyyFLw { top:14.4375rem;left:21.312501907349rem;width:5.125rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5x8Q7yaIcN3XDp6AtfylDwDiU53bvBW { top:14.4375rem;left:39.84218788147rem;width:5.125rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ { display:block; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs9ETHJgBq0ETO8xLTUCGWg16ek4RdeS { top:4.625rem;left:6.249267578125rem;width:34.125rem;height:8.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt { top:13.9375rem;left:2.4375rem;width:45.3125rem;height:;font-size:1.25rem;display:block; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:before{  }
 }@media only screen and (max-width: 763px) { #cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ { display:block; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRCM9PaptK3GLGHSZiEIyr7GFV5SbnbN { top:3.9375rem;left:18.875rem;width:10rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avsgvpyuG0EZSuAm4XcMx8uTr8SJMUwE { top:3.9375rem;left:0rem;width:10.4375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspTMatUptTxES0MSTCAiOPTTpGW5dwh { top:5rem;left:0rem;width:10.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXShhaAmT8Qck11vovs0EDIl4n9Vp6cE { top:5.0625rem;left:20.375rem;width:6.125rem;height:2.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7J5a3k4RTJORvpFp4AnzCp3PRmP3r1 { top:8.25rem;left:19.1875rem;width:9.375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFPm3FufomVLRMcoJC0hnh0MDqemZna { top:8.25rem;left:0rem;width:10rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWs1fEaAMPFZhN07M3kmHOoU25HrDWVF { top:8.5625rem;left:38.375rem;width:9.375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZ5TEXRriS9fSROa5xnWpFx3LRnZKFM { top:3.9375rem;left:37.75rem;width:10rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3VDxu4Zzuonvq8zoVoepM81oe7n31iJ { top:5rem;left:38.625rem;width:9.125rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM1GlktAOvRloOcG3QBBMBv82914m9FN { display:block; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SupiRHeNqCWUGbAw3k53eObyaeSldK5Q { top:10.875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9hq58KRc5qPlhOD1txtF2w06sAMsci { top:33.0625rem;left:21.437255859375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfArVXzBxgqrWs3kJkqGm9qxest3g3ve { top:58.875rem;left:0rem;width:0.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl8krzDZsy9feJTQbfdTopemyE9ocRpR { top:8.625rem;left:47.4375rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmnmbTWTrTTBuLVkKWp0XWSbmwecZJd { top:12.6875rem;left:47.125rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PJphp92r0KMhvgzRmDyqo9hRQ9QwDD { top:27.375rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaMIgFDml58xsU77Mza6FBt7JHgy1K7 { top:25.1875rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFkNnm4gs7W3G0GTbreKgVPTqhNFZ0R { top:26.0625rem;left:7.75rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyPhNgIeK489bUelclT1UTloyxIE9KO { top:34.0625rem;left:24.375001907349rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWgIIJVeaBTaNcnZXKsf6BTsH0EiNnOG { top:56.75rem;left:17.686719894409rem;width:3.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiV6deIwG8KQSdFmftQ2xISWT6QnSL2g { top:33.125rem;left:28rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMVHNfbahFchDTmKqTVmFnTVSHDnr4Ts { top:25.125rem;left:15.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf { top:32.25rem;left:0rem;width:16.875rem;height:18.3125rem;font-size:0.875rem;display:block; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:before{  }
 }@media only screen and (max-width: 763px) { #PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh { top:34.375rem;left:31.1875rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:before{  }
 }@media only screen and (max-width: 763px) { #D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X { top:61.1875rem;left:0rem;width:19.75rem;height:10rem;font-size:0.875rem;display:block; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:before{  }
 }@media only screen and (max-width: 763px) { #c2OrOSduiOCqIv1NC20oxqdNJvzBgilI { top:56.1875rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2CA7b4eJKkIqTWm6qbV4tdL3WnTPNCa { top:61.9375rem;left:24.561719894409rem;width:4.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDZ8Q9a126NSQf7m87MI73Ag04R8XwTZ { top:81.8125rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps { top:64.5rem;left:31.125001907349rem;width:16.125rem;height:16rem;font-size:0.875rem;display:block; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:before{  }
 }@media only screen and (max-width: 763px) { #noUuiHC4wGsVAJUqO599asqeE2e13RDS { top:26.0625rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnivVPO5f24gbT5NtbsDelwE1CTHHLAm { top:56.75rem;left:0rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7PRXldSPkEpN8LwTWVtcGaGRODXTCB { top:62.1875rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AISDAGgusgqGtE3OfdlMhDpoF726RUMU { top:31.375rem;left:34.031251907349rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7IfmJTpBtVUb05EcH77E3kfFWQTNGI2 { top:35.375rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquFEOkGeSe7rSw3Fbl8rrra9KDDZ39o { top:40.6875rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMIi0L8S3EUMq5xgaFklXmihzrKsQX7n { top:76.25rem;left:7.25rem;width:30.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQpUKqpKgvRoAPGERCzPqUC4Mv6yfOt { top:22.5rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUEZEqHBPpN7qdTw0CTlExIdiqSIVVIv { top:66.25rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7cIKIgEcRundhLXS0VfKbm1KxBf10wn { top:76.25rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K74JKkUN0JvzE3TXusXe5l81TxvHcBD9 { top:69.6875rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0mdRIQBFI1FDV8VxKIJ3o1VQAPTctB { top:80rem;left:19.436719894409rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDFx9iIcSVPgGT4MTePqHk0nFq8ITsUS { top:52.1875rem;left:22.87343788147rem;width:0.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTViCKC9kfh4ZkxeT7kiCwABkqi4Koix { top:73.25rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN { top:90.125rem;left:15.78281211853rem;width:16.125rem;height:12.625rem;font-size:0.875rem;display:block; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:before{  }
 }@media only screen and (max-width: 763px) { #JoCVgnMsHFTTZddcVzfBhTGc6hFSM22C { top:45.8125rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKBkPerdo0xVdt8MuRopTFURW5rVe1X { top:53.375rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGqOZqGlUc0OoE7OPUblnCeMtBSTJLZ { top:64.4375rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb0M7GTQMpxTUzwe1vw50TUX8dBX2B7B { top:55.8125rem;left:15.250001907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSkDiZClPAqrVTNNS0xWeGLwvOJzh9V { top:61.1875rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRJlAVeuJAgckQLB9oyaJ3vNoO6WJlW { top:60.375rem;left:28.77499961853rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMlscMPuQCVdqtxeDzXImedVuuFgWe8 { top:61.1875rem;left:28.937501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTnkP2WI0BgnwEEtxiULm35tya6pFSEl { top:8.9375rem;left:0rem;width:47.75rem;height:97.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVz1Iu3Bb4qzRoTmOXfuDH2PUQRueOS6 { top:86.3125rem;left:15.96718788147rem;width:14.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD9RTDxhc1ttBFV4UUWk9CtzkTJi7nS7 { top:58.625rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvfPrWfVsay6u6nd4TWcLFX1S1AdDd68 { top:63.4375rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp { display:block; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6WBVOa2rRsf9bGCoUlbKr4sRTqIVd3z { top:12.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPnu455U3kKcNZF1zzi8VXlpsH7L6WS { top:33.0625rem;left:21.437255859375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9slXbUycTETvuK7tOIPoAKvvrelzSQf { top:58.875rem;left:0rem;width:0.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNASJk2E46GB2JIHTdDlahJWEgT5e2Vz { top:8.625rem;left:47.4375rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Aqnx7m13T0tNmxRXvw8m0Z00WZgVsF { top:12.6875rem;left:47.125rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGioMBh0XWcUPlR1yHXl3ziSCTIg22u0 { top:27.375rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHgpfcC0QbngiULF1kVQgrKoSpCNPn7E { top:25.1875rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agiOo4Q3o51LgnbSxcOVqKStlD8oafSr { top:26.0625rem;left:7.75rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4nuVOuvCKaAubQGkwFS1XPNnB48ewVX { top:34.0625rem;left:24.375001907349rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou71TUfKdXh4ogoKpt6VW9fN0hzEhKpF { top:52.1875rem;left:17.686719894409rem;width:3.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzl1km0lD9AiFiEwRrfcPdQC50t3LkrF { top:33.125rem;left:28rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9zhVixwg58yFfgUuXaXtmEkyLII1Oit { top:25.125rem;left:15.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9c8cIyE1CiHZwN8ISE4l67xBbq1O9XF { top:31.25rem;left:0rem;width:16.875rem;height:;font-size:0.875rem;display:block; }#S9c8cIyE1CiHZwN8ISE4l67xBbq1O9XF li:before{  }
 }@media only screen and (max-width: 763px) { #Cp01nrTDXLLI7DirKFSi62iVzLPm8JiT { top:37.5625rem;left:31.1875rem;width:16.5625rem;height:;font-size:0.875rem;display:block; }#Cp01nrTDXLLI7DirKFSi62iVzLPm8JiT li:before{  }
 }@media only screen and (max-width: 763px) { #wtAkCyTv1ZXGASeJzZHVSoIdmgcNdML7 { top:56.875rem;left:0rem;width:19.75rem;height:;font-size:0.875rem;display:block; }#wtAkCyTv1ZXGASeJzZHVSoIdmgcNdML7 li:before{  }
 }@media only screen and (max-width: 763px) { #DJb2GaTwcwoZB3DkMLumByIfUDaAiSoi { top:51.5625rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtevc9OQSXZPgAGSbml6306PrgFfvAQ { top:61.1875rem;left:24.561719894409rem;width:4.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlrsza3V7CpbzSk2ANDHgmZaqcxVgfzy { top:82.5rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhZXhFW8ozx3ZzW4P1d23SFwd9iNTe7k { top:63.4375rem;left:31.125001907349rem;width:16.125rem;height:;font-size:0.875rem;display:block; }#LhZXhFW8ozx3ZzW4P1d23SFwd9iNTe7k li:before{  }
 }@media only screen and (max-width: 763px) { #teDAPwNGIbnpGQpidQTOfs5EKpU9DN1T { top:25.125rem;left:0.96796798706056rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RQh12RkrEGrLiPDKac2t4lyWKMgEpa { top:52.875rem;left:0rem;width:17.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED4TwQs2TW8OKU6DKAvaSrxX8TMe4PUB { top:61.25rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqy8ttlcWKDuznDKJdnaBbx05PqrfmM1 { top:32.6875rem;left:34.031251907349rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTGBIE7W2HQNSEkM06ZATErfg8anbUE { top:35.375rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH6wI8NBQtBR7JMTDARcmzOv4TWlTXUL { top:40.6875rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToI7kTkxCl0hB0Z5zLscWryocNS1dThU { top:76.25rem;left:7.25rem;width:30.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVG3LbkIQqtGevWeI347TItAowxth22r { top:22.5rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyDXVv8u1BAFXSWX3D6tst8TJb4SyAKy { top:66.25rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOCCuRmhLKpPMiVCNGBCK9mWSHAbEVgZ { top:76.25rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrW1XcaP6AphWmuNuJ6HaykVw5qUc5S { top:69.6875rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6n6aCQbTAngv8T6ldHwkqewQCagd8Pw { top:80.4375rem;left:20.40468788147rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeVHQgCw3SuuAFpKycnb3ynLEKK0u1Iu { top:54.0625rem;left:22.87343788147rem;width:0.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ys7nP4gpqJQT6OuCMV6VoRS0i0OU8R { top:73.25rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J29huvXvCIpev7uTKOKZlmcX3JOBUThI { top:91.125rem;left:15.78281211853rem;width:16.125rem;height:;font-size:0.875rem;display:block; }#J29huvXvCIpev7uTKOKZlmcX3JOBUThI li:before{  }
 }@media only screen and (max-width: 763px) { #slJ0u85Q7IieNP42Sid9r5NRumTdKT0J { top:45.8125rem;left:22.87343788147rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIyMdM9oT7FA0WtGvbCiX9ACtZmNHTa8 { top:57.625rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDz180JDstkz6QuCH4GP6gDwtkTbMTzV { top:62.6875rem;left:22.87343788147rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJWhLNA1r4GQWbTRLFVnZL0kS7Ophv2 { top:51rem;left:14.624219894409rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZzISyPKuXKEAdbMnTk8r1vx9qe4cWm3 { top:60.375rem;left:21.43593788147rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcCTXVdSGodsz8RrWxUMgGMFEN8Wtvi { top:60.375rem;left:28.77499961853rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSAw4Z2qxB1LZSZCO5giPLUbMtQq0yHs { top:60.375rem;left:28.937501907349rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du8E2npFcdQhpVmnZBL510C0dwkzizvC { top:8.75rem;left:0rem;width:47.75rem;height:97.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl0fV4QbmdnTJTR39B7GxUUBHJbWQkcr { top:87.0625rem;left:15.93593788147rem;width:14.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { display:block; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyGhzFsa6PrnKXIbkTW4qBmFPMbXUHo8 { top:7.875rem;left:11.375001192093rem;width:21.6875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU9XVb9Wm4nqszh0kk7iV3nEf3yXNm9d { top:7.1875rem;left:0rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwH1BeLL7VKK0bUrfl9qPlHcPsA52JtC { top:16.1875rem;left:14.5rem;width:30rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23wroDX1aXbTeF8EDywkRSE8sDnLUAE { top:13.6875rem;left:7.125rem;width:40.625rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kclkfNv4VnekupFtvm7er1T07vRLHcam { top:6.1875rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p27EDSycudakCegS3bgM2lURLlPqdkvl { top:7.1875rem;left:0rem;width:36.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWkUt4tFgbtcIzTG4DkqIB7FusBxHD5a { width:44.375rem;height:5.3125rem;top:41.5625rem;left:1.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVFnr09C1gvxIplgkV0Mm4AgkqNd6OT { display:block; }
 }@media only screen and (max-width: 763px) { #b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq { display:block; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfbsBtHCT15uRPZVcPyOgIIcfEue4FfD { top:2.875rem;left:0rem;width:37.3125rem;height:3.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4eZ9T59spuswvNTfDMPsRCbrtMXkILe { top:3.25rem;left:10.74843788147rem;width:1.25rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHk6RQP9PSSxNEU2F2Ws2WlaKfqzbz77 { top:8.9375rem;left:0rem;width:47.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodXMJ8al43gTPT4rtWeaNR9D5CiZLVW { top:12.5rem;left:3.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSRf5l474hSrmuHyN2hrSkWxIy3P5FB { top:16.1875rem;left:3.4990234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGITKVMratyGMftRhOqrT8TTDcytlf9 { top:20rem;left:3.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paC5bQan6W4kldcRCAHmkXP3D3xUckqq { top:23.75rem;left:3.4984378814698rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni3zF1ZvmeLrwB0feaACrs9r7pUi1PET { top:27.375rem;left:3.4984378814698rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJrU7ksF8amEzpp4is1SL3EozGogdCT { top:27.3125rem;left:6.62343788147rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #buCZUhDJ1vs35l5uppZ90GksPNgqE2d9 { top:28.125rem;left:6.62265586853rem;width:37.8125rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Br8frHg5qvWGDzdrZQJ8XdmeIfTi9SOz { top:24.5rem;left:6.62343788147rem;width:37.8125rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFDQ9L4AInJyETnbEFsncN7fkHk3ytpn { top:20.625rem;left:6.62265586853rem;width:37.8125rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cs5JFXtAsrBM0AFCRQ46U6qAyS5eqDXX { top:16.9375rem;left:6.62265586853rem;width:37.8125rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSAQFixt1u3PJylZIwWMPPGpTlMvVk1J { top:13.0625rem;left:6.62265586853rem;width:37.8125rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 { display:block; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMfZq6PN2Ltxs1L8MVhAqgCwAObOk303 { top:15.625rem;left:0rem;width:28.1875rem;height:8.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trRvvHuU0kTDGcso6kILlTeXraowKiPw { top:13.9375rem;left:0rem;width:25.625rem;height:2.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MESeqJWwT1ExBJAMcJaG2J80iBPKHAVL { top:7.25rem;left:0rem;width:33.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdHNvLBcb3FT7pnPPfVUEUIcdmEkTDE { width:47.75rem;height:67.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1JK29TsNmDJocTugQcxrqCqsb9WgPKN { display:block; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfVeJ5l3oCHOcFViDKXFvwDJ8ylTxgue { top:3.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 { display:block; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju8WEzZLBC0SUg6F47am1s5lCxwVug9L { top:7.9375rem;left:0rem;width:29.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdakfQOCc5KeGPleLJI2vtNV0StTfClG { top:11.8125rem;left:6.5625rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEX1stIqrhn11eFF325SA40EhEkVpDF { top:0.3125rem;left:6.375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJvhiWV1Ep8vHmUbWFZ0ZRMAdkp05Jqo { top:15.8125rem;left:0rem;width:28.5rem;height:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVRkToIETpUhFTZ7SB8ngh9S1MJU6W5 { top:24.5rem;left:0rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngzig3pFteV7HiFNRB6zntKyho9ZSzAp { top:11.8125rem;left:30.4375rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIs5nPA5P3tNw7PkOFAMnvbbZUAbiZyi { top:7.625rem;left:18.125rem;width:29.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttndCde2yxs4SrATayafDg7zQmVDOTwF { top:0.1875rem;left:30.1875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbaekKdkP0x9fSdrnTG7K3O111zdHpFd { top:15.625rem;left:18.6875rem;width:29.0625rem;height:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOJf4C6qaKXbAqstCcSw777DNT8NbXcq { top:24.25rem;left:23.875rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO { display:block; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGVLERhuOQoSux78VOCA8lkutVIysn35 { top:6.625rem;left:0rem;width:29.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT10bsMLyhrogQGREOTqXWDUtnUieOIP { top:13.0625rem;left:0rem;width:28.875rem;height:15.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnFAsAVkiG2zN3TpLkUAswoGVWQ0BUnT { top:9.875rem;left:6.4375rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #JngHfR5TNqJy1z9OeTwGxyCMPZh41JD5 { top:23.1875rem;left:0rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTFdFvCZ2HKX6rzJa1Ti4DPTubhHGMtS { top:0.8125rem;left:31.1875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXIwdTrnekIiMB9Te71nzcbzXObOef0h { width:22.0625rem;height:7.5rem;top:3.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT8wcF34S1f0Gdrh9zhELHH3e145NHvW { top:7rem;left:18.0625rem;width:29.6875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ik5nxWgPMFTDw3p8ChW07JbaTuw8HT { top:10.4375rem;left:30.375rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0HnNX8LCckyQ5Q3sptZ9JG580AP89gK { top:23.5625rem;left:23.875rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4XqsAP9BgaTX1DMBr1PHrFh5PcVqWU { top:0.625rem;left:7.3125rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { display:block; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrTFtsU7T4p0KLhFLnyZAmV0NHCqNTm6 { top:3rem;left:19rem;width:9.5625rem;height:2.9787425385495rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJWikd4KOkOHL2PviL7x0TqDTlGJ5FoM { top:6.9375rem;left:17.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsgl2kHFxX9w2rv6pwm4Et2ZmN3iePZp { top:6.9375rem;left:21.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8y5bMp1sCyNA5uxFoZUianyhPexLPof { top:6.9375rem;left:24.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvriMhgAv1iuFReJLmCLkNGzBKQMTDRv { top:6.9375rem;left:27.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdJZbNpLQn9uHVotkWCfaiST5ADCRDV { top:7rem;left:30.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6z4vhd5pIP3rfIm3m0rnMXu46OVGODy { top:7.25rem;left:14.1875rem;width:3.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB { display:block; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRnantMDIRqE3mrhUx6AaatKvVGIOFNx { top:2.3125rem;left:15.499755859375rem;width:16.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx { display:block; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkViLfyT6TFmDufswNmoFO84uW9bTZc { display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm { display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAbxXbZ3Fo5RFpC3s9k8XkUifTtynoy { top:12.1875rem;left:0rem;width:31rem;height:16.091779226031rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPoq41b8KowX7Uh7TdBZknGAXXwUQDV { top:12.125rem;left:17.625rem;width:30.0625rem;height:16.216555461501rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpisfPv10EpN4OgGskqJTbn2CytcZDIo { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8iumr8pWVd5474460zy3V720XXExLfg { top:33rem;left:0rem;width:31rem;height:16.09250249501rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWnUQaRMZcUB1TiQkMaLrXls2NxQwoH { top:33rem;left:16.75rem;width:31rem;height:16.09250249501rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfilgX0UXrvoMdUoenhtaGHZT4L52vMI { top:53.5625rem;left:0rem;width:31rem;height:16.092923443445rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXmUq0c7pbV1h1ewde4VoJIWrQEIpvzV { top:53.5625rem;left:16.75rem;width:31rem;height:16.092923443445rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5qCTz55IQhuC6RD5KCalILOpwqyZAfc { top:33.3125rem;left:0rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMJw2uOiNtcTzth2romuzEgSfa7wQaWQ { top:33.3125rem;left:3.7130537033081rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #IboICBaql4BqtI2AotZUspJzSOrLcO0S { top:33.3125rem;left:25.216959953308rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiyiDvWsk3USQRnNmfiTWNx4dkussuX8 { top:33.3125rem;left:29.1875rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0dQ07tzUemRJxuQuvVX9p7JCOMZ7Mrh { top:53.875rem;left:0rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSh4q5cgTfPVXrdGCsfTs0TVEQyAsRSQ { top:53.875rem;left:3.7114248275757rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWDyZNTJpgGHtF6Sdw8bzfE8mdiV0u0X { top:53.875rem;left:25.216959953308rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPoh8CqXT1rRxTMTJzvVb7vCdJgUwEtK { top:53.875rem;left:29.1875rem;width:18.5rem;height:15.510331928132rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRh8kSWqDbvDCTONzBPcdHf9IFiZdip6 { top:33.3125rem;left:0rem;width:26.3125rem;height:15.525729308849rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0KptlIhutRNtqQVtfo3yqD5gBe5volK { top:35.0625rem;left:17.4375rem;width:30.3125rem;height:12.037615871726rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrSfHk6CGOisoi80I0pysRcUMLkROUP { top:58.5rem;left:0rem;width:29.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmTJWs24P8KOCTtkguuCcSKG9KPIHfWP { top:56rem;left:17rem;width:30.6875rem;height:11.227316704337rem;display:block; }
 }@media only screen and (max-width: 763px) { #guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { display:block; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKoZmTVsrCFade6KpZRSkvdOfMBt4E8s { top:30.375rem;left:47.125rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDxqkEbtlH6qgpMPSKbgkKI4QFEs18BG { top:20.8125rem;left:47.4375rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLJqND4NJ652qigsRcZatwK1t2cHOCzf { top:13.0625rem;left:10.437501907349rem;width:26.8125rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rIicMdKVRV8mcbtAGnbsPqX6EJsr3H { top:28.8125rem;left:15.688151597977rem;width:13.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fptTJoRwP1VyZmJAB8zTS35zgs8PbTa2 { top:34.75rem;left:17.625001907349rem;width:6.625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbTleyNbvXxk9gkq6slU1Jd2USllCgK { top:31.875rem;left:17.625001907349rem;width:12.5rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAKrwCTJnZlc2ysPtLq3qxOT8s4kwnOW { top:26.375rem;left:15.688151597977rem;width:17.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBnlfBmgHPRfSHiCX4c2RpylpPFSGNU { top:15.0625rem;left:12.937501907349rem;width:21.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxMzkKKF9yanVS4kB9x2Uf52EpvNooT { top:25.9375rem;left:12.937501907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfuitriT6bMpQhGaA1D0T3evATereomV { top:28.3125rem;left:12.937501907349rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TL0hEnDI8qmzrP5TOaLQehXGgJlvmZ { top:4.4375rem;left:0rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRZdcTqkMiDFvHZsOVow5vhcP8CelztT { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCPBLbJN09zwcInrrpFhxXK5MZO4EQP0 { top:35.0625rem;left:24.250001907349rem;width:5.6875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvn1aJxAxBWxTpGrVzXK5qa89NrcClqM { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ { display:flex;width:18rem;height:5.0625rem;top:4.75rem;left:14.84140586853rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #wRmHOePyTAJ9lRyTe2Qh0LuMm7id1SBg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oNpSf1ibL0xXfeHOzI5FTTLhiRAwQJku {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #E7N2prJo0DqJ4fRl6OnnXkcrbkfwwU0x {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oMwZqqPONqvh7AkiOb583SToNWDEElT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #ik4iATabV5RDAZhDMOCcFZ7wxcof95bo {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #yC0S8XQeTCLXRKDSZSEKUVNSu4wB8QUb {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Ru0nfrmlv6IsUH6Vo5GySst9TGLnuZOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #hp0gX2cL1lvMyHwN7t6Dvez46eVP6aQt {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #MklOhgs3gN6tPpR5fTVcGyXl0tiLX7iS {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Idfu09INxts1bV2CaJeIaBdJr1T3qHuq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #qWmaWZyl5KNtrPfd1VwtxodiIzmQLo8C {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #UVlzM9cZVyDGWpgumbIwho3aVTHq2MR1 {  }
 }@media only screen and (max-width: 763px) { #KkDCNdWhTzKXIzckdfQif1HfRzzTqV51 { width:21.625rem;height:3.9375rem;top:39.6875rem;left:13.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPNb9xrNVwkyvBUAFwhb6xzT6X7TahhW { display:block; }
 }@media only screen and (max-width: 763px) { #yMRKttWaMCebXcESBmGJJAHC4KDfFETD { display:block; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVP2sqL0puuhTaS19oTPTOa32VJnJu5d { top:4.0625rem;left:0rem;width:11.75rem;height:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edCehse3ceT9rKS7v6d3UngB61IInKbn { top:5rem;left:2.5rem;width:37rem;height:6.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { display:block; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z18fcrLsHRe8gxf71i967echQamb5wIo { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NOqJmD3OdzQcHwJcC8tP3I78XJasLO { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { display:block; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtEHbwrQT02cWhBOgnBoFR315ZAT5Qyp { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTCetOiVZCV5sBRM36ckbRPWmchws0iX { display:block; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuTUXaf6DPsm0GvfRfc5uLrR6Q77UTK9 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUiWhR4m2nGqcqUln4EVe1mscOvNGg6 { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { display:block; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMa9IUm74rww8e0mhgvaLwxN0zSm8VIm { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { display:block; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfccDKgMfhxDUhcUdD8qoM7sWnOvCIEh { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOrKNUPO39RERBqC3kcSg8tpZChL3St7 { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { display:block; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZab1ctOP37vRREn9FhXfT26CeIVCv0B { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE52QEsDi1DLps4iotROswEuWkMbWF6F { display:block; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WePxyAsnhTu8Fw4I2TBRWi1LO75PxwTk { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVXQvL197SirqKeHfmAmwMSnElZUyVV { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { display:block; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z01OlxHxKx717ckLqPqi6SM9yBrUCWbU { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { display:block; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBqFTE8XS5Z9DcewQKTTJrpexxJiNuoq { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMgQpQ8KufmeRF1wnFb0a3x4trNGXdvx { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { display:block; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6dSlS5pWuZp8aJTl5RHQ7spB8NMa6Sk { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITFAIRITVpd0XX2vOkec2alnTmLmhcA { display:block; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBedNTA4OZcXsWp6CdqxsKgnlLEGzCAP { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdEie2zLyiZqup0a6OoLgiwuDhcK4Uw { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { display:block; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQUy5I6ZEil2LBBA6b0X0ZaWTiS4uTIe { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { display:block; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJIgwdtb7M2H4OHOPuWTmd2E38wA8Ume { top:30.375rem;left:47.125rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXM8cfF1oOvITmkK45wfaH5506dR9Hf { top:20.8125rem;left:47.4375rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQakVqzZdgRJZTWGA1tcSaImhurC4Ryc { top:13.5rem;left:10.437501907349rem;width:26.8125rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRipQ7yuT8vG6fPz1EKPnNbuyegL36H { top:30.375rem;left:15.498698472977rem;width:13.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgk9TTfhqPdvT7IJCXDHA6kZWBgI9a3O { top:36.1875rem;left:18.43593788147rem;width:7.5rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0qyL7ZcTcJHGnCcteD6kv6frVrBhNFX { top:33.625rem;left:17.625001907349rem;width:12.5rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3Wt2DbXF6d98sn6MPrPTcvTvMTdlb7 { top:27.625rem;left:15.561198472977rem;width:17.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnztSxerHaeKLXkJlRdwRKl8q2mfv7qt { top:16rem;left:12.437501907349rem;width:22.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVU1pVC8bQlhDhyX7Lay26OJ7XB146il { top:27.1875rem;left:13.061719894409rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXHrZGQdbLyxt3zcdrgo7IDO9cE6a40E { top:29.8125rem;left:12.936719894409rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWRWepK20ZnlIc1k2DwiTTiKfZOh2K8i { top:4.4375rem;left:0rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIQfk8bazQ3G3cC93Ai9KfvEGdlQom2O { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEtlx2M9ggxib0GD6frwX7FSldyPHgtM { top:36.5rem;left:25.06093788147rem;width:5.6875rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TOKrNwasyfT8TdQDFyRfG7FiAklUD5 { width:21.625rem;height:3.9375rem;top:41rem;left:13.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3JPo405BKB0INxOF9EHkxGWl4Q6cc3T { display:block; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT { display:flex;width:18rem;height:5.0625rem;top:4.75rem;left:14.84140586853rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #dLVb3KBzknuh1Fd1595ZhC3Q1VkfVuLp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #s1T67lrnnBbzN2gQkGO26bHNvQ0PkexK {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #TzHHD94OdfRdi1THVJ9eJrkQPZVG9fbR {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #iGwx4oZzoN7Q7kseoaNIknvq7chXbs5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #RpLACduhTvLH3maIxDIe1qBUq443sAky {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #KHPOnTQSC407C7cKks9aWddtHUXTv4qM {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #LVOOLwqe85a59keGqz5rlBvXuBeWHCp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #aQz7TWyEOakrMbJrqy74RS8MtOi9f7Oi {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #irO55QkVK4S8WkmWZhqUIQcaHTEsT0R4 {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #P3NMnKKHEiFOKyoAKR26LM2AoTXGW977 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #d079resDLQ6AugyCTGa6T2fuLG49RgFG {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #vVMcOMq36vSD9gLkM5QOTiQPJUeTy9WK {  }
 }@media only screen and (max-width: 763px) { #czwbRPCwi2oHKMzNSoWaFBNtE4yZ6zoq { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmGeWrPaSuAATxStNACLvl0hNUrcvmeN { display:block; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMVvtx55dgn0ZatrSnXVcfBI4WwmGAMX { top:3.5rem;left:0rem;width:21.4375rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiumE7Uc8BWEEFglnMqTJJiUNJ5UbLW { top:6.9375rem;left:0rem;width:28.5625rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCC1mSsQTgl9FSTBGwJaPvmxhtzZuyr { width:24.6875rem;height:4.5625rem;top:45.5rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q43i4bUCrMfdEvkOQgURfkLwm0v711KD { display:block; }
 }@media only screen and (max-width: 763px) { #bZ4l5Mv1Xi7dT1vIg7vJMz2THOqUdIqH { top:46.1875rem;left:12.875rem;width:3.125rem;height:3.308009133235rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQg08Mi7GGvyVDmc55WSvi0WllsxCGLR { top:40.5rem;left:14.062501192093rem;width:25.875rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58Z4RIky5HJKEB5aVH5lcDpI1iQeO3h { width:14.1875rem;height:3.4375rem;top:36.3125rem;left:17.44140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJeGVTya3gh9z2XhKVyNTepG5BarQvfI { display:block; }
 }@media only screen and (max-width: 763px) { #Mkpsx9NKHsBSrg02Ka3uQmIX5e0dllE2 { top:33.8125rem;left:14.96875rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TCc2K18sW5mCNW7wA2Tm6JWgAKSxfA { top:30.75rem;left:14.062501192093rem;width:19.0625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrUrz41uxuMX71zE75MTz2TrqDgvgTFh { top:36.6875rem;left:14.0625rem;width:3.875rem;height:2.7050999930141rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDuIu6IToAUOKwhWBs6HiPzvES6zCbP7 { top:40.625rem;left:10.5rem;width:2.375rem;height:1.7048601491879rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRC5lstKe34727K4kflvT0p5EtEBhFIk { top:9.625rem;left:12.937499046326rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto { display:block; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1llmvneN88KB58EMpCQuWTQhhoClJ56 { top:1.8125rem;left:0rem;width:7.1875rem;height:3.061525rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7l3lsh5yX7dSQNkb63rJ1TeqKueC74m { top:2.8125rem;left:15.0625rem;width:32.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/i6nYOCd3/mleczny_bartek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.43); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZDdbJRhTqZeDbBH6zpTW2yprgtTdUHQ { width:12.0625rem;height:1.3rem;top:12.449999809265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hpeg40WUnKWCFBtJmR3iTXKmwO8hQcPc { width:14.5625rem;height:4.3125rem;top:29.25rem;left:2.6875001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0rM1OTNJrvACZyyzUBzHrMAbzVWTrG { width:12.5rem;height:2.125rem;top:12.03750038147rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sNvptgsslToHGRkvOEaMN1JtC2Po8g { width:7.99925rem;height:3.061525rem;top:0rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCyK1BUvLfsCSksa33QrR4Q6FOsk9Ns { width:13.0625rem;height:7.425rem;top:14.82421875rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pOGa3HXgTaPGHhEHPokIcoyUTTGWOMOh { width:5.6875rem;height:2.625rem;top:0rem;left:7.15576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWdTae4ChF78AGGOim2rvehDIRZRGuR { width:2.1875rem;height:2.1875rem;top:35.0625rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxBoNyRUEskJEATf6uzyWcVsEzIR6E3 { width:2.1875rem;height:2.1875rem;top:29.125rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZrhcoN36O9v2M3u02irm2JtyZzCdyS { width:17.4375rem;height:4.625rem;top:28.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogvsP6VuSy6sH0k3bMzlJKVCmhzaqlWe { width:17.1234375rem;height:3.4rem;top:22.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #QFzfTG8ETF6UMCNPq9cSW1eg0TZcv4TA { width:13.625rem;height:2.4375rem;top:35.78125rem;left:2.7500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzgkKMsrPCK7I8bvm6nhxesyxXsJKmBp { width:19.5rem;height:4.5rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ { display:block; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuC5NUaANIAd5ULBzQDxr1WBatkHT7kw { width:19rem;height:5.3125rem;top:11.125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1hyVMT3x57fvPzvdNPmc4vRHUCQZCt4 { display:block; }
 }@media only screen and (max-width: 763px) { #J5PvxOtMHpVPqJSxSnZhMhZpfOl4WVnB { width:16.0625rem;height:4.0625rem;top:5.375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcXnWlve5RWDXTgLNBunGhkv2f4DzNgw { width:20rem;height:1.38125rem;top:2.186279296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-text.counter-number { padding-top:0.34625rem;padding-right:0.320625rem;padding-bottom:0.34625rem;padding-left:0.320625rem;width:1.92rem;min-width:1.92rem;height:1.86rem;font-size:1.385rem;line-height:29.76px;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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.216875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.560625rem;height:0.734375rem;font-size:0.52rem;line-height:11.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv { display:flex;width:14.25rem;height:3.50375rem;top:5.4382810592651rem;left:3.1781250238419rem;padding-top:0.216875rem;padding-right:0.228125rem;padding-bottom:0.216875rem;padding-left:0.228125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #tBp0k1gxxieJWlqXKoNc5inqf6K36Qig { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #S8UJTQrIUTQIOohr6Hu3GIIm18x9L3EK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #J00WLvPPqbEGyq8B6Hl6F1JGsWdqD3Ui {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #D2BTuKunRWtKnXpvNiq3cr09eK3sdffT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #LRlhT4bbaOEKBT6NOUl9CoL0XqqBQ0sI {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BC4kehtqqwdPRzCOO2TXyqZ1TXXtNApC {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #G60bKViwChanWHQIdwIqnzJAzsQABkeg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #KDsy5EhSyTs0i1TdLaXHzVPdcmgTVX6p {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #PCKWZCWbFK8Krydu3WQLrBAEhCbBFOkK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #SGdgEwGAHPJnl5GroWIHCThuG1GTDfmK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #t3Qs9zi9J7p5reQcbnaMumFIkvTOcDRm {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BFmbT6BbzOzE4Gifo2wUv7fMFxr4yxhc {  }
 }@media only screen and (max-width: 763px) { #XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp { display:block; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6ZngCdPNL84TiMO1K4haIRb4QvGGxEi { width:20rem;height:1.95rem;top:1.4990234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #em4ki8JlmoInCcUMxSzM88Qsc7WkbqFr { width:14.6875rem;height:5.6875rem;top:11.4375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqrg3uZI8zW0hbciDTqNa74qDyiD1sag { width:11.0625rem;height:6.8875rem;top:26.437500953674rem;left:4.4374998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIcQG9QoWZ7BsDfuk5hoDEc0iDg2QmJA { width:14.9375rem;height:2.3375rem;top:42.812502861023rem;left:2.5312501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWiOTRJVWx2hyyyO90ORl23QtR5MRucx { width:0.3125rem;height:19.625rem;top:12.60000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9UkM5t5fVVDuzVmVAx7CSvNoPT9Zs6n { width:0.625rem;height:19.5625rem;top:1.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxmlRvUoThPP2MD39gwzHqoWnbDfuDQc { width:0.3125rem;height:12.875rem;top:5.1875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa7ALo5TcmgyBJH8Qfay5ghAbk4aELAo { width:5.125rem;height:5.1875rem;top:6.1624999046326rem;left:7.3750003576281rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDW1kvPruOcWI08JnOqEq0Jg7twyyFLw { width:5.125rem;height:5.1875rem;top:20.756250739097rem;left:7.4375003576281rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5x8Q7yaIcN3XDp6AtfylDwDiU53bvBW { width:5.125rem;height:5.1875rem;top:36.225001335144rem;left:7.4375003576281rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/nD80H34y/mleczny_cover_mobilna.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.adaptive-delivery-prevent-bg, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyload, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyloading { background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { background-color: transparent; background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.59); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.59); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .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); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs9ETHJgBq0ETO8xLTUCGWg16ek4RdeS { width:20rem;height:7.8rem;top:2.1240234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt { width:20rem;height:34.4rem;top:10.99853515625rem;left:0rem;font-size:0.875rem;display:block; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:before{  }
 }@media only screen and (max-width: 763px) { #cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ { background-color:rgba(255,255,255,0.45);background-image:none;display:block; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { background-color: transparent; background-image: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .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); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRCM9PaptK3GLGHSZiEIyr7GFV5SbnbN { width:10rem;height:8.125rem;top:11.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avsgvpyuG0EZSuAm4XcMx8uTr8SJMUwE { width:10.4375rem;height:8.125rem;top:2.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspTMatUptTxES0MSTCAiOPTTpGW5dwh { width:10.18675rem;height:2.6001rem;top:3.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXShhaAmT8Qck11vovs0EDIl4n9Vp6cE { width:5.4370125rem;height:2.6001rem;top:12.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7J5a3k4RTJORvpFp4AnzCp3PRmP3r1 { width:9.375rem;height:3.4125rem;top:15.7490234375rem;left:5.374755859375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFPm3FufomVLRMcoJC0hnh0MDqemZna { width:10rem;height:3.4125rem;top:6.3125rem;left:5.062255859375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWs1fEaAMPFZhN07M3kmHOoU25HrDWVF { width:9.375rem;height:2.3375rem;top:25.686767578125rem;left:5.43701171875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZ5TEXRriS9fSROa5xnWpFx3LRnZKFM { width:10rem;height:8.125rem;top:21.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3VDxu4Zzuonvq8zoVoepM81oe7n31iJ { width:9.12475rem;height:2.6001rem;top:22.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM1GlktAOvRloOcG3QBBMBv82914m9FN { background-color:#ffffff;background-image:none;display:block; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { background-color: transparent; background-image: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .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); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { width:20rem;height:158.82110595703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SupiRHeNqCWUGbAw3k53eObyaeSldK5Q { width:18.125rem;height:15.35625rem;top:4.125rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9hq58KRc5qPlhOD1txtF2w06sAMsci { width:3.125rem;height:3.125rem;top:50.900001049042rem;left:1.3750001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfArVXzBxgqrWs3kJkqGm9qxest3g3ve { width:0.375rem;height:4.5rem;top:135.47734451294rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl8krzDZsy9feJTQbfdTopemyE9ocRpR { width:0.3125rem;height:12.8125rem;top:137.8515625rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmnmbTWTrTTBuLVkKWp0XWSbmwecZJd { width:0.375rem;height:19.5625rem;top:139.25860595703rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PJphp92r0KMhvgzRmDyqo9hRQ9QwDD { width:0.625rem;height:19.5625rem;top:21.78125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaMIgFDml58xsU77Mza6FBt7JHgy1K7 { width:3.125rem;height:3.125rem;top:23.47500038147rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFkNnm4gs7W3G0GTbreKgVPTqhNFZ0R { width:5.1875rem;height:1.3rem;top:24.387499809265rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyPhNgIeK489bUelclT1UTloyxIE9KO { width:4.625rem;height:1.3rem;top:51.812501907349rem;left:4.0624998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWgIIJVeaBTaNcnZXKsf6BTsH0EiNnOG { width:4.0625rem;height:2.6rem;top:77.274219512938rem;left:4.4999998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CiV6deIwG8KQSdFmftQ2xISWT6QnSL2g { width:3.125rem;height:3.125rem;top:46.461718559265rem;left:15.625000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMVHNfbahFchDTmKqTVmFnTVSHDnr4Ts { width:3.125rem;height:3.125rem;top:16.418754577637rem;left:16.000000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf { width:17.375rem;height:15.95rem;top:32.07421875rem;left:1.3125001192093rem;font-size:0.875rem;line-height:1.2;display:block; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:before{  }
 }@media only screen and (max-width: 763px) { #PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh { width:17.8125rem;height:11.75rem;top:59.562501907349rem;left:1.09375rem;font-size:0.875rem;line-height:1.2;display:block; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:before{  }
 }@media only screen and (max-width: 763px) { #D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X { width:18rem;height:10.3875rem;top:86.375rem;left:1rem;font-size:0.875rem;line-height:1.2;display:block; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:before{  }
 }@media only screen and (max-width: 763px) { #c2OrOSduiOCqIv1NC20oxqdNJvzBgilI { width:3.125rem;height:3.125rem;top:101.36171913147rem;left:1.3750001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2CA7b4eJKkIqTWm6qbV4tdL3WnTPNCa { width:13.75rem;height:2.6rem;top:102.50000572204rem;left:4.0624998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hDZ8Q9a126NSQf7m87MI73Ag04R8XwTZ { width:0;height:0;top:55.211719512939rem;left:16.000000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps { width:17.375rem;height:13.85rem;top:110.25rem;left:1.3125001192093rem;font-size:0.875rem;line-height:1.2;display:block; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:before{  }
 }@media only screen and (max-width: 763px) { #noUuiHC4wGsVAJUqO599asqeE2e13RDS { width:16.25rem;height:2.3375rem;top:27.16250038147rem;left:2.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnivVPO5f24gbT5NtbsDelwE1CTHHLAm { width:16.6875rem;height:2.3375rem;top:80.436719894406rem;left:2.4375001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7PRXldSPkEpN8LwTWVtcGaGRODXTCB { width:14.75rem;height:1.1375rem;top:105.78750038147rem;left:2.6250001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AISDAGgusgqGtE3OfdlMhDpoF726RUMU { width:12.5rem;height:2.3375rem;top:54.561719894409rem;left:2.4375001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7IfmJTpBtVUb05EcH77E3kfFWQTNGI2 { width:0.25rem;height:6.375rem;top:119.46249866486rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #KquFEOkGeSe7rSw3Fbl8rrra9KDDZ39o { width:0.25rem;height:6.375rem;top:132.94531059265rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMIi0L8S3EUMq5xgaFklXmihzrKsQX7n { width:20rem;height:0;top:71.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQpUKqpKgvRoAPGERCzPqUC4Mv6yfOt { width:0.25rem;height:3.5625rem;top:112.4000043869rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUEZEqHBPpN7qdTw0CTlExIdiqSIVVIv { width:0.25rem;height:3.5625rem;top:142.47656059265rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7cIKIgEcRundhLXS0VfKbm1KxBf10wn { width:3.125rem;height:3.125rem;top:126.75000572204rem;left:1.3750001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K74JKkUN0JvzE3TXusXe5l81TxvHcBD9 { width:0.25rem;height:3.5625rem;top:127.98671722412rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #BL0mdRIQBFI1FDV8VxKIJ3o1VQAPTctB { width:5.1875rem;height:1.3rem;top:127.66250419617rem;left:4.4999998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDFx9iIcSVPgGT4MTePqHk0nFq8ITsUS { width:0.25rem;height:3.625rem;top:115.90001296997rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTViCKC9kfh4ZkxeT7kiCwABkqi4Koix { width:0.25rem;height:3.5625rem;top:139.25859832764rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN { width:17.5625rem;height:11.75rem;top:136.35234355926rem;left:1.1875rem;font-size:0.875rem;line-height:1.2;display:block; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:before{  }
 }@media only screen and (max-width: 763px) { #JoCVgnMsHFTTZddcVzfBhTGc6hFSM22C { width:0.25rem;height:6.375rem;top:127.98672389984rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTKBkPerdo0xVdt8MuRopTFURW5rVe1X { width:0.25rem;height:3.5625rem;top:142.47655487061rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMGqOZqGlUc0OoE7OPUblnCeMtBSTJLZ { width:0.25rem;height:3.5625rem;top:125.4000043869rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jb0M7GTQMpxTUzwe1vw50TUX8dBX2B7B { width:3.125rem;height:3.125rem;top:116.40000152588rem;left:16.875000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlSkDiZClPAqrVTNNS0xWeGLwvOJzh9V { width:3.125rem;height:3.125rem;top:76.125rem;left:1.3750001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhRJlAVeuJAgckQLB9oyaJ3vNoO6WJlW { width:12.5rem;height:0;top:2.875rem;left:4.4999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMlscMPuQCVdqtxeDzXImedVuuFgWe8 { width:3.125rem;height:3.125rem;top:139.97734260559rem;left:16.875000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTnkP2WI0BgnwEEtxiULm35tya6pFSEl { width:20rem;height:155.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVz1Iu3Bb4qzRoTmOXfuDH2PUQRueOS6 { width:14.0625rem;height:2.3375rem;top:130.92421913147rem;left:2.9375001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD9RTDxhc1ttBFV4UUWk9CtzkTJi7nS7 { width:0.25rem;height:3.5625rem;top:58.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvfPrWfVsay6u6nd4TWcLFX1S1AdDd68 { width:0.25rem;height:3.5625rem;top:63.4375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp { background-color:#ffffff;background-image:none;display:block; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container { background-color: transparent; background-image: none; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container > .video-iframe-container { display: none; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row > .video-iframe-container { display: none; }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .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); }#mNZBMzcm3UlkWgVHmwhr5A43MK9s3ufp > .row .container { width:20rem;height:159.81011962891rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6WBVOa2rRsf9bGCoUlbKr4sRTqIVd3z { width:17.5625rem;height:13.1625rem;top:4.0867195129394rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPnu455U3kKcNZF1zzi8VXlpsH7L6WS { width:3.125rem;height:3.125rem;top:53.137500762939rem;left:2.0625001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9slXbUycTETvuK7tOIPoAKvvrelzSQf { width:0.375rem;height:4.5rem;top:135.47734451294rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNASJk2E46GB2JIHTdDlahJWEgT5e2Vz { width:0.3125rem;height:12.8125rem;top:137.8515625rem;left:1.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Aqnx7m13T0tNmxRXvw8m0Z00WZgVsF { width:0.375rem;height:19.5625rem;top:139.25860595703rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGioMBh0XWcUPlR1yHXl3ziSCTIg22u0 { width:0.625rem;height:19.5625rem;top:21.78125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHgpfcC0QbngiULF1kVQgrKoSpCNPn7E { width:3.125rem;height:3.125rem;top:21.780487060547rem;left:2.0625001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agiOo4Q3o51LgnbSxcOVqKStlD8oafSr { width:3.6875rem;height:1.3rem;top:22.69296836853rem;left:5.1874998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4nuVOuvCKaAubQGkwFS1XPNnB48ewVX { width:13.75rem;height:1.3rem;top:54.050002098084rem;left:5.1874998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou71TUfKdXh4ogoKpt6VW9fN0hzEhKpF { width:4.0625rem;height:2.6rem;top:79.710157394406rem;left:5.1874998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uzl1km0lD9AiFiEwRrfcPdQC50t3LkrF { width:3.125rem;height:3.125rem;top:13.318750143051rem;left:15.843750357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9zhVixwg58yFfgUuXaXtmEkyLII1Oit { width:3.125rem;height:3.125rem;top:15.426563024521rem;left:15.843750357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9c8cIyE1CiHZwN8ISE4l67xBbq1O9XF { width:17.375rem;height:14.9rem;top:33.12343788147rem;left:1.3125001192093rem;font-size:0.875rem;line-height:1.2;display:block; }#S9c8cIyE1CiHZwN8ISE4l67xBbq1O9XF li:before{  }
 }@media only screen and (max-width: 763px) { #Cp01nrTDXLLI7DirKFSi62iVzLPm8JiT { width:17.8125rem;height:10.7rem;top:62.862501144406rem;left:1.09375rem;font-size:0.875rem;line-height:1.2;display:block; }#Cp01nrTDXLLI7DirKFSi62iVzLPm8JiT li:before{  }
 }@media only screen and (max-width: 763px) { #wtAkCyTv1ZXGASeJzZHVSoIdmgcNdML7 { width:18rem;height:14.475rem;top:89.262504577638rem;left:1rem;font-size:0.875rem;line-height:1.2;display:block; }#wtAkCyTv1ZXGASeJzZHVSoIdmgcNdML7 li:before{  }
 }@media only screen and (max-width: 763px) { #DJb2GaTwcwoZB3DkMLumByIfUDaAiSoi { width:3.125rem;height:3.125rem;top:108.06250572204rem;left:2.0625001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtevc9OQSXZPgAGSbml6306PrgFfvAQ { width:4.1875rem;height:2.6rem;top:108.65000534058rem;left:5.1874998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rlrsza3V7CpbzSk2ANDHgmZaqcxVgfzy { width:3.125rem;height:3.125rem;top:29.999182224274rem;left:16.875000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhZXhFW8ozx3ZzW4P1d23SFwd9iNTe7k { width:17.375rem;height:13.85rem;top:115.50000476837rem;left:1.3125001192093rem;font-size:0.875rem;line-height:1.2;display:block; }#LhZXhFW8ozx3ZzW4P1d23SFwd9iNTe7k li:before{  }
 }@media only screen and (max-width: 763px) { #teDAPwNGIbnpGQpidQTOfs5EKpU9DN1T { width:10.5rem;height:3.4125rem;top:25.237500667572rem;left:3.4374998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RQh12RkrEGrLiPDKac2t4lyWKMgEpa { width:16.6875rem;height:2.3375rem;top:83.125013351438rem;left:1.6562501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED4TwQs2TW8OKU6DKAvaSrxX8TMe4PUB { width:16.6875rem;height:1.1375rem;top:111.87500572204rem;left:1.6562501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqy8ttlcWKDuznDKJdnaBbx05PqrfmM1 { width:12.5rem;height:2.3375rem;top:57.175000667572rem;left:2.4375001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTGBIE7W2HQNSEkM06ZATErfg8anbUE { width:0.25rem;height:6.375rem;top:22.212512969971rem;left:17.281250357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #RH6wI8NBQtBR7JMTDARcmzOv4TWlTXUL { width:0.25rem;height:6.375rem;top:20.12265586853rem;left:18.156250357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToI7kTkxCl0hB0Z5zLscWryocNS1dThU { width:20rem;height:0;top:71.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVG3LbkIQqtGevWeI347TItAowxth22r { width:0.25rem;height:3.5625rem;top:27.885962486267rem;left:17.281250357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyDXVv8u1BAFXSWX3D6tst8TJb4SyAKy { width:0.25rem;height:3.5625rem;top:21.781237602234rem;left:17.281250357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOCCuRmhLKpPMiVCNGBCK9mWSHAbEVgZ { width:3.125rem;height:3.125rem;top:135.47734832764rem;left:2.0625001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrW1XcaP6AphWmuNuJ6HaykVw5qUc5S { width:0.25rem;height:3.5625rem;top:26.049993515014rem;left:18.156250357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6n6aCQbTAngv8T6ldHwkqewQCagd8Pw { width:5.1875rem;height:1.3rem;top:136.61406707764rem;left:5.1874998807907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OeVHQgCw3SuuAFpKycnb3ynLEKK0u1Iu { width:0.25rem;height:3.625rem;top:14.399999856949rem;left:18.875000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7ys7nP4gpqJQT6OuCMV6VoRS0i0OU8R { width:0.25rem;height:3.5625rem;top:29.750000476837rem;left:18.312500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #J29huvXvCIpev7uTKOKZlmcX3JOBUThI { width:17.5625rem;height:10.7rem;top:145.31250476837rem;left:1.21875rem;font-size:0.875rem;line-height:1.2;display:block; }#J29huvXvCIpev7uTKOKZlmcX3JOBUThI li:before{  }
 }@media only screen and (max-width: 763px) { #slJ0u85Q7IieNP42Sid9r5NRumTdKT0J { width:0.25rem;height:6.375rem;top:18.4375rem;left:18.156250357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIyMdM9oT7FA0WtGvbCiX9ACtZmNHTa8 { width:0.25rem;height:3.5625rem;top:15.207801103592rem;left:18.156250357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDz180JDstkz6QuCH4GP6gDwtkTbMTzV { width:0.25rem;height:3.5625rem;top:24.750037193298rem;left:16.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCJWhLNA1r4GQWbTRLFVnZL0kS7Ophv2 { width:3.125rem;height:3.125rem;top:20.124219179154rem;left:16.000000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZzISyPKuXKEAdbMnTk8r1vx9qe4cWm3 { width:3.125rem;height:3.125rem;top:79.122657775881rem;left:2.0625001192093rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcCTXVdSGodsz8RrWxUMgGMFEN8Wtvi { width:15.125rem;height:0;top:3.2500028610229rem;left:2.4375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSAw4Z2qxB1LZSZCO5giPLUbMtQq0yHs { width:3.125rem;height:3.125rem;top:17.962505340576rem;left:16.000000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Du8E2npFcdQhpVmnZBL510C0dwkzizvC { width:20rem;height:158.25rem;top:1.5609359741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl0fV4QbmdnTJTR39B7GxUUBHJbWQkcr { width:14.0625rem;height:2.3375rem;top:139.97734832764rem;left:2.9375001192093rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { display:block; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { background-color: transparent; background-image: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .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); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { border-width: 0; border-radius: 0; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container { width:20rem;height:67.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyGhzFsa6PrnKXIbkTW4qBmFPMbXUHo8 { width:17.99925rem;height:2.35625rem;top:24.1943359375rem;left:0.99853515625rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:"oleo script";display:block; }
 }@media only screen and (max-width: 763px) { #mU9XVb9Wm4nqszh0kk7iV3nEf3yXNm9d { width:19.125rem;height:19.125rem;top:2.0296875238419rem;left:-0.25000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwH1BeLL7VKK0bUrfl9qPlHcPsA52JtC { width:20rem;height:2.4375rem;top:28.983154296875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #n23wroDX1aXbTeF8EDywkRSE8sDnLUAE { width:18.8109375rem;height:23.8875rem;top:30.302320480347rem;left:0.59453129768372rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kclkfNv4VnekupFtvm7er1T07vRLHcam { width:20rem;height:55.75rem;top:2.0296869277954rem;left:0rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p27EDSycudakCegS3bgM2lURLlPqdkvl { width:20rem;height:4.624025rem;top:23.05419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWkUt4tFgbtcIzTG4DkqIB7FusBxHD5a { width:18.9984375rem;height:5.3125rem;top:59.79296875rem;left:0.50078129768372rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVFnr09C1gvxIplgkV0Mm4AgkqNd6OT { display:block; }
 }@media only screen and (max-width: 763px) { #b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq { display:block; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfbsBtHCT15uRPZVcPyOgIIcfEue4FfD { width:20rem;height:2.35625rem;top:2.13671875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4eZ9T59spuswvNTfDMPsRCbrtMXkILe { width:1.25rem;height:2.35625rem;top:2.1375122070312rem;left:16.062500357628rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHk6RQP9PSSxNEU2F2Ws2WlaKfqzbz77 { width:20rem;height:24.25rem;top:6.7359313964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodXMJ8al43gTPT4rtWeaNR9D5CiZLVW { width:3.0625rem;height:3.125rem;top:8.36181640625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSRf5l474hSrmuHyN2hrSkWxIy3P5FB { width:3.125rem;height:3.125rem;top:12.6220703125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGITKVMratyGMftRhOqrT8TTDcytlf9 { width:3.125rem;height:3.125rem;top:16.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paC5bQan6W4kldcRCAHmkXP3D3xUckqq { width:3.125rem;height:3.125rem;top:21.209308624267rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni3zF1ZvmeLrwB0feaACrs9r7pUi1PET { width:3.125rem;height:3.125rem;top:25.579425811767rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJrU7ksF8amEzpp4is1SL3EozGogdCT { width:16.622625rem;height:3.4125rem;top:25.437494277954rem;left:3.0625001192093rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #buCZUhDJ1vs35l5uppZ90GksPNgqE2d9 { width:16.6230625rem;height:1.1375rem;top:25.4375rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Br8frHg5qvWGDzdrZQJ8XdmeIfTi9SOz { width:16.6235rem;height:2.3375rem;top:21.571451187134rem;left:3.0623371005058rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #uFDQ9L4AInJyETnbEFsncN7fkHk3ytpn { width:16.6235625rem;height:2.3375rem;top:17.375rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Cs5JFXtAsrBM0AFCRQ46U6qAyS5eqDXX { width:16.6235rem;height:2.3375rem;top:12.98583984375rem;left:3.0623371005058rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #dSAQFixt1u3PJylZIwWMPPGpTlMvVk1J { width:16.6235rem;height:1.1375rem;top:9.35546875rem;left:3.0623371005058rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { background-color: transparent; background-image: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .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); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMfZq6PN2Ltxs1L8MVhAqgCwAObOk303 { width:11.1230625rem;height:2.84375rem;top:8.438720703125rem;left:4.405517578125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trRvvHuU0kTDGcso6kILlTeXraowKiPw { width:9.622625rem;height:1.625rem;top:6.875781059265rem;left:5.1890624761581rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MESeqJWwT1ExBJAMcJaG2J80iBPKHAVL { width:20rem;height:4.875rem;top:1.810302734375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdHNvLBcb3FT7pnPPfVUEUIcdmEkTDE { top:13.74755859375rem;left:0.37353515625rem;width:18.49975rem;height:26.31225rem;z-index:100000;overflow:hidden;border-top:0.375rem solid #d1ab00;border-left:0.375rem solid #d1ab00;border-right:0.375rem solid #d1ab00;border-bottom:0.375rem solid #d1ab00;display:block; }
 }@media only screen and (max-width: 763px) { #y1JK29TsNmDJocTugQcxrqCqsb9WgPKN { display:block; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfVeJ5l3oCHOcFViDKXFvwDJ8ylTxgue { width:19.2480625rem;height:3.7375rem;top:2.3583984375rem;left:0.374755859375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 { display:block; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju8WEzZLBC0SUg6F47am1s5lCxwVug9L { width:20rem;height:22.5rem;top:6.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdakfQOCc5KeGPleLJI2vtNV0StTfClG { width:10.625rem;height:3.2921875rem;top:11.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEX1stIqrhn11eFF325SA40EhEkVpDF { width:10.625rem;height:10.625rem;top:0.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJvhiWV1Ep8vHmUbWFZ0ZRMAdkp05Jqo { width:19.625rem;height:13.65rem;top:15.125rem;left:0.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVRkToIETpUhFTZ7SB8ngh9S1MJU6W5 { width:9.3125rem;height:9.3125rem;top:28.775002956391rem;left:0rem;font-size:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ngzig3pFteV7HiFNRB6zntKyho9ZSzAp { width:10.625rem;height:3.2921875rem;top:42.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIs5nPA5P3tNw7PkOFAMnvbbZUAbiZyi { width:20rem;height:23.125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttndCde2yxs4SrATayafDg7zQmVDOTwF { width:10.625rem;height:10.625rem;top:30.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbaekKdkP0x9fSdrnTG7K3O111zdHpFd { width:20rem;height:10.5625rem;top:46.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOJf4C6qaKXbAqstCcSw777DNT8NbXcq { width:9.3125rem;height:9.3125rem;top:52.250782012939rem;left:10.625000357628rem;font-size:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO { display:block; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGVLERhuOQoSux78VOCA8lkutVIysn35 { width:20rem;height:22.5rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT10bsMLyhrogQGREOTqXWDUtnUieOIP { width:20rem;height:14.625rem;top:13.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnFAsAVkiG2zN3TpLkUAswoGVWQ0BUnT { width:10.625rem;height:3.2921875rem;top:9.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JngHfR5TNqJy1z9OeTwGxyCMPZh41JD5 { width:9.25rem;height:9.25rem;top:6.5625rem;left:4.8124998807907rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTFdFvCZ2HKX6rzJa1Ti4DPTubhHGMtS { width:8.5625rem;height:8.5625rem;top:30.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXIwdTrnekIiMB9Te71nzcbzXObOef0h { width:20rem;height:11.05rem;top:46.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT8wcF34S1f0Gdrh9zhELHH3e145NHvW { width:20rem;height:23.5625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ik5nxWgPMFTDw3p8ChW07JbaTuw8HT { width:10.625rem;height:3.2921875rem;top:41.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0HnNX8LCckyQ5Q3sptZ9JG580AP89gK { width:9.25rem;height:9.25rem;top:39.021875rem;left:5.375rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4XqsAP9BgaTX1DMBr1PHrFh5PcVqWU { width:8.5608125rem;height:8.5608125rem;top:0.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { display:block; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrTFtsU7T4p0KLhFLnyZAmV0NHCqNTm6 { width:9.56175rem;height:2.9785125rem;top:0.99853515625rem;left:5.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJWikd4KOkOHL2PviL7x0TqDTlGJ5FoM { width:3.125rem;height:3.125rem;top:7.5rem;left:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsgl2kHFxX9w2rv6pwm4Et2ZmN3iePZp { width:3.125rem;height:3.125rem;top:7.5rem;left:5.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8y5bMp1sCyNA5uxFoZUianyhPexLPof { width:3.125rem;height:3.125rem;top:7.5625rem;left:8.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvriMhgAv1iuFReJLmCLkNGzBKQMTDRv { width:3.125rem;height:3.125rem;top:7.5rem;left:11.763916015625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdJZbNpLQn9uHVotkWCfaiST5ADCRDV { width:3.125rem;height:3.125rem;top:7.5rem;left:14.810791015625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6z4vhd5pIP3rfIm3m0rnMXu46OVGODy { width:3.75rem;height:2.6001rem;top:4.602294921875rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB { display:block; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { width:20rem;height:3.85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRnantMDIRqE3mrhUx6AaatKvVGIOFNx { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx { background-color:#222222;background-image:url("https://images.assets-landingi.com/r4uCvb3b/logotypy_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.adaptive-delivery-prevent-bg, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyload, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyloading { background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { background-color: transparent; background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .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); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkViLfyT6TFmDufswNmoFO84uW9bTZc { display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm { display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAbxXbZ3Fo5RFpC3s9k8XkUifTtynoy { width:20rem;height:10.382293762576rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPoq41b8KowX7Uh7TdBZknGAXXwUQDV { width:20rem;height:10.970464135021rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpisfPv10EpN4OgGskqJTbn2CytcZDIo { width:20rem;height:3.7375rem;top:1.4127616882324rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8iumr8pWVd5474460zy3V720XXExLfg { width:20rem;height:10.3822596742rem;top:30.9700625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmWnUQaRMZcUB1TiQkMaLrXls2NxQwoH { width:20rem;height:10.3822596742rem;top:42.985025405884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfilgX0UXrvoMdUoenhtaGHZT4L52vMI { width:20rem;height:10.382531253836rem;top:54.891761779785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXmUq0c7pbV1h1ewde4VoJIWrQEIpvzV { width:20rem;height:10.382531253836rem;top:66.79931259155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5qCTz55IQhuC6RD5KCalILOpwqyZAfc { width:12rem;height:9.75rem;top:31.28597009375rem;left:0.515983560894rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMJw2uOiNtcTzth2romuzEgSfa7wQaWQ { width:12.312rem;height:10.1871875rem;top:31.066080570221rem;left:7.0605465769769rem;display:block; }
 }@media only screen and (max-width: 763px) { #IboICBaql4BqtI2AotZUspJzSOrLcO0S { width:11.7496875rem;height:9.749375rem;top:43.331705093384rem;left:0.64046221971512rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiyiDvWsk3USQRnNmfiTWNx4dkussuX8 { width:11.4998125rem;height:9.6875rem;top:43.362628936767rem;left:7.9329420924187rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0dQ07tzUemRJxuQuvVX9p7JCOMZ7Mrh { width:11.9995rem;height:10rem;top:55.083004951477rem;left:0.51513665914536rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSh4q5cgTfPVXrdGCsfTs0TVEQyAsRSQ { width:12.0621875rem;height:9.9373125rem;top:55.113929748535rem;left:7.184244811535rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWDyZNTJpgGHtF6Sdw8bzfE8mdiV0u0X { width:11.875rem;height:9.8746875rem;top:67.05321884155rem;left:0.57779949903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPoh8CqXT1rRxTMTJzvVb7vCdJgUwEtK { width:12.0621875rem;height:9.9373125rem;top:67.0214805603rem;left:7.184244811535rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRh8kSWqDbvDCTONzBPcdHf9IFiZdip6 { width:17.5rem;height:10.2498125rem;top:31.034341812134rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0KptlIhutRNtqQVtfo3yqD5gBe5volK { width:20rem;height:7.942344492685rem;top:44.235025405884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrSfHk6CGOisoi80I0pysRcUMLkROUP { width:20rem;height:4.25455625rem;top:57.955726623535rem;left:0rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #rmTJWs24P8KOCTtkguuCcSKG9KPIHfWP { width:20rem;height:7.316875rem;top:68.3300743103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { display:block; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKoZmTVsrCFade6KpZRSkvdOfMBt4E8s { width:0.625rem;height:19.5625rem;top:24.422653198243rem;left:19.375000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDxqkEbtlH6qgpMPSKbgkKI4QFEs18BG { width:0.3125rem;height:12.8125rem;top:14.122668266296rem;left:19.625000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLJqND4NJ652qigsRcZatwK1t2cHOCzf { width:20rem;height:32.25rem;top:11.124218761921rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rIicMdKVRV8mcbtAGnbsPqX6EJsr3H { width:9.12425rem;height:1.38125rem;top:26.078125rem;left:2.8796874284744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fptTJoRwP1VyZmJAB8zTS35zgs8PbTa2 { width:10.6859375rem;height:2.03125rem;top:31.396119117737rem;left:2.8796874284744rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbTleyNbvXxk9gkq6slU1Jd2USllCgK { width:12.5rem;height:1.54375rem;top:29.914844036103rem;left:3.7499998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAKrwCTJnZlc2ysPtLq3qxOT8s4kwnOW { width:14.625rem;height:1.38125rem;top:23.45468711853rem;left:2.8796874284744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBnlfBmgHPRfSHiCX4c2RpylpPFSGNU { width:19.125rem;height:7.8rem;top:12.936721801757rem;left:0.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxMzkKKF9yanVS4kB9x2Uf52EpvNooT { width:2.5rem;height:2.5rem;top:22.895313262939rem;left:0.44140625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfuitriT6bMpQhGaA1D0T3evATereomV { width:2.56171875rem;height:2.56171875rem;top:25.456251144409rem;left:0.37968754768372rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TL0hEnDI8qmzrP5TOaLQehXGgJlvmZ { width:0.625rem;height:19.5625rem;top:14.185157299042rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRZdcTqkMiDFvHZsOVow5vhcP8CelztT { width:19.8111875rem;height:3.25rem;top:1.3747831583023rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCPBLbJN09zwcInrrpFhxXK5MZO4EQP0 { width:5.6859375rem;height:1.54375rem;top:31.639844417572rem;left:10.626562476158rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvn1aJxAxBWxTpGrVzXK5qa89NrcClqM { width:14.93675rem;height:3.25rem;top:1.4359378814698rem;left:2.5312501192093rem;font-size:1.25rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ { display:flex;width:18rem;height:5.0625rem;top:3.4359378814698rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #wRmHOePyTAJ9lRyTe2Qh0LuMm7id1SBg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oNpSf1ibL0xXfeHOzI5FTTLhiRAwQJku {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #E7N2prJo0DqJ4fRl6OnnXkcrbkfwwU0x {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oMwZqqPONqvh7AkiOb583SToNWDEElT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #ik4iATabV5RDAZhDMOCcFZ7wxcof95bo {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #yC0S8XQeTCLXRKDSZSEKUVNSu4wB8QUb {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Ru0nfrmlv6IsUH6Vo5GySst9TGLnuZOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #hp0gX2cL1lvMyHwN7t6Dvez46eVP6aQt {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #MklOhgs3gN6tPpR5fTVcGyXl0tiLX7iS {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Idfu09INxts1bV2CaJeIaBdJr1T3qHuq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #qWmaWZyl5KNtrPfd1VwtxodiIzmQLo8C {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #UVlzM9cZVyDGWpgumbIwho3aVTHq2MR1 {  }
 }@media only screen and (max-width: 763px) { #KkDCNdWhTzKXIzckdfQif1HfRzzTqV51 { width:18.9991875rem;height:3.93671875rem;top:35.684374809265rem;left:0.49921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPNb9xrNVwkyvBUAFwhb6xzT6X7TahhW { display:block; }
 }@media only screen and (max-width: 763px) { #yMRKttWaMCebXcESBmGJJAHC4KDfFETD { display:block; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVP2sqL0puuhTaS19oTPTOa32VJnJu5d { width:11.75rem;height:3.7375rem;top:1.625rem;left:2.4367188215256rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edCehse3ceT9rKS7v6d3UngB61IInKbn { width:15.25rem;height:4.0625rem;top:6.6250009536744rem;left:2.3750001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { display:block; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z18fcrLsHRe8gxf71i967echQamb5wIo { width:19.375rem;height:2.925rem;top:1.4990234375rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NOqJmD3OdzQcHwJcC8tP3I78XJasLO { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { display:block; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtEHbwrQT02cWhBOgnBoFR315ZAT5Qyp { width:19.1875rem;height:8.4rem;top:1.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sTCetOiVZCV5sBRM36ckbRPWmchws0iX { display:block; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuTUXaf6DPsm0GvfRfc5uLrR6Q77UTK9 { width:19.375rem;height:2.925rem;top:1.25rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUiWhR4m2nGqcqUln4EVe1mscOvNGg6 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { display:block; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMa9IUm74rww8e0mhgvaLwxN0zSm8VIm { width:19.1875rem;height:7.35rem;top:1.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { display:block; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfccDKgMfhxDUhcUdD8qoM7sWnOvCIEh { width:19.3125rem;height:2.925rem;top:1.124267578125rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOrKNUPO39RERBqC3kcSg8tpZChL3St7 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { display:block; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZab1ctOP37vRREn9FhXfT26CeIVCv0B { width:19.1875rem;height:2.1rem;top:1.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pE52QEsDi1DLps4iotROswEuWkMbWF6F { display:block; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WePxyAsnhTu8Fw4I2TBRWi1LO75PxwTk { width:19.3125rem;height:2.925rem;top:0.9375rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVXQvL197SirqKeHfmAmwMSnElZUyVV { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { display:block; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container { width:20rem;height:7.55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z01OlxHxKx717ckLqPqi6SM9yBrUCWbU { width:19.1875rem;height:6.3rem;top:1.2500009536743rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { display:block; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBqFTE8XS5Z9DcewQKTTJrpexxJiNuoq { width:19.125rem;height:2.925rem;top:0.811767578125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMgQpQ8KufmeRF1wnFb0a3x4trNGXdvx { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { display:block; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6dSlS5pWuZp8aJTl5RHQ7spB8NMa6Sk { width:19.1875rem;height:2.1rem;top:1.3125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wITFAIRITVpd0XX2vOkec2alnTmLmhcA { display:block; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBedNTA4OZcXsWp6CdqxsKgnlLEGzCAP { width:19rem;height:2.925rem;top:0.74951171875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdEie2zLyiZqup0a6OoLgiwuDhcK4Uw { width:2.5rem;height:2.5rem;top:1.5000009536743rem;left:4.0624998807907rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { display:block; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQUy5I6ZEil2LBBA6b0X0ZaWTiS4uTIe { width:19.1875rem;height:6.3rem;top:1.82421875rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { display:block; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJIgwdtb7M2H4OHOPuWTmd2E38wA8Ume { width:0.625rem;height:19.5625rem;top:25.312511920929rem;left:18.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaXM8cfF1oOvITmkK45wfaH5506dR9Hf { width:0.3125rem;height:12.8125rem;top:26.314063072204rem;left:19.250000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQakVqzZdgRJZTWGA1tcSaImhurC4Ryc { width:20rem;height:32.25rem;top:11.062278747559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRipQ7yuT8vG6fPz1EKPnNbuyegL36H { width:9.12425rem;height:1.38125rem;top:24.932813644409rem;left:2.7507811784744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgk9TTfhqPdvT7IJCXDHA6kZWBgI9a3O { width:10.6859375rem;height:2.03125rem;top:30.891407012939rem;left:2.7507811784744rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0qyL7ZcTcJHGnCcteD6kv6frVrBhNFX { width:12.5rem;height:1.54375rem;top:28.74843788147rem;left:3.7499998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3Wt2DbXF6d98sn6MPrPTcvTvMTdlb7 { width:14.625rem;height:1.38125rem;top:22.52734375rem;left:2.6875001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnztSxerHaeKLXkJlRdwRKl8q2mfv7qt { width:19.125rem;height:7.8rem;top:13.061718940735rem;left:0.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVU1pVC8bQlhDhyX7Lay26OJ7XB146il { width:2.5rem;height:2.5rem;top:21.967969894409rem;left:0.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXHrZGQdbLyxt3zcdrgo7IDO9cE6a40E { width:2.56171875rem;height:2.56171875rem;top:24.342969894409rem;left:0.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWRWepK20ZnlIc1k2DwiTTiKfZOh2K8i { width:0.625rem;height:19.5625rem;top:16.999218940735rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIQfk8bazQ3G3cC93Ai9KfvEGdlQom2O { width:19.8111875rem;height:3.25rem;top:1.3747831583023rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEtlx2M9ggxib0GD6frwX7FSldyPHgtM { width:5.6859375rem;height:1.54375rem;top:31.13515663147rem;left:10.625000357628rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TOKrNwasyfT8TdQDFyRfG7FiAklUD5 { width:19rem;height:3.9375rem;top:34.999219894409rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3JPo405BKB0INxOF9EHkxGWl4Q6cc3T { display:block; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT { display:flex;width:18rem;height:5.0625rem;top:4.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #dLVb3KBzknuh1Fd1595ZhC3Q1VkfVuLp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #s1T67lrnnBbzN2gQkGO26bHNvQ0PkexK {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #TzHHD94OdfRdi1THVJ9eJrkQPZVG9fbR {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #iGwx4oZzoN7Q7kseoaNIknvq7chXbs5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #RpLACduhTvLH3maIxDIe1qBUq443sAky {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #KHPOnTQSC407C7cKks9aWddtHUXTv4qM {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #LVOOLwqe85a59keGqz5rlBvXuBeWHCp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #aQz7TWyEOakrMbJrqy74RS8MtOi9f7Oi {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #irO55QkVK4S8WkmWZhqUIQcaHTEsT0R4 {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #P3NMnKKHEiFOKyoAKR26LM2AoTXGW977 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #d079resDLQ6AugyCTGa6T2fuLG49RgFG {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #vVMcOMq36vSD9gLkM5QOTiQPJUeTy9WK {  }
 }@media only screen and (max-width: 763px) { #czwbRPCwi2oHKMzNSoWaFBNtE4yZ6zoq { width:14.93675rem;height:3.25rem;top:1.4359374046326rem;left:2.5312501192093rem;font-size:1.25rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #nmGeWrPaSuAATxStNACLvl0hNUrcvmeN { display:block; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMVvtx55dgn0ZatrSnXVcfBI4WwmGAMX { width:12.5rem;height:2.1940125rem;top:1.2499980926514rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiumE7Uc8BWEEFglnMqTJJiUNJ5UbLW { width:20rem;height:1.787925rem;top:4.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCC1mSsQTgl9FSTBGwJaPvmxhtzZuyr { width:18.125rem;height:3.999025rem;top:39.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q43i4bUCrMfdEvkOQgURfkLwm0v711KD { display:block; }
 }@media only screen and (max-width: 763px) { #bZ4l5Mv1Xi7dT1vIg7vJMz2THOqUdIqH { width:1.875rem;height:2rem;top:40.8740234375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQg08Mi7GGvyVDmc55WSvi0WllsxCGLR { width:20rem;height:1.54375rem;top:36.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t58Z4RIky5HJKEB5aVH5lcDpI1iQeO3h { width:14.187rem;height:3.4375rem;top:30.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJeGVTya3gh9z2XhKVyNTepG5BarQvfI { display:block; }
 }@media only screen and (max-width: 763px) { #Mkpsx9NKHsBSrg02Ka3uQmIX5e0dllE2 { width:17.8125rem;height:1.625rem;top:24.636229515076rem;left:1.0937499403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TCc2K18sW5mCNW7wA2Tm6JWgAKSxfA { width:19.0625rem;height:2.03125rem;top:22.60498046875rem;left:0.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrUrz41uxuMX71zE75MTz2TrqDgvgTFh { width:3.8745125rem;height:2.705075rem;top:27.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDuIu6IToAUOKwhWBs6HiPzvES6zCbP7 { width:2.374675rem;height:1.7032875rem;top:34.373372077942rem;left:8.812662780285rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRC5lstKe34727K4kflvT0p5EtEBhFIk { width:20rem;height:20rem;top:4.6972653120756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto { display:block; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1llmvneN88KB58EMpCQuWTQhhoClJ56 { width:4.375rem;height:1.8125rem;top:1rem;left:1.0609375238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7l3lsh5yX7dSQNkb63rJ1TeqKueC74m { width:11.625rem;height:2.1125rem;top:0.9375rem;left:7.2499998807906rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }