.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container { display: none; }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/E0RR3s3v/Projekt_bez_tytu_u.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.adaptive-delivery-prevent-bg, #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.lazyload, #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU.lazyloading { background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { background-color: transparent; background-image: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row > .video-iframe-container { display: none; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .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); }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { border-width: 0; border-radius: 0; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:60rem;height:47.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ht2iXys2mgfcVOdTIqmn3fiFRsySboWD { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:9.26075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HnPXNuT6bTs8iucDLWfPlSSE6qBF9ueC { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:23.4375rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#ZBri9as1OvtBvuvS6sLQcpLeHSyoUkm5 { position:absolute;display:block;z-index:100004;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:28.5625rem;width:27.75rem;top:8.625rem;left:30.9375rem;display:block; }
#rELSaaUxIiZlUWsMaKp5xziM0eAQihgk { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.5rem;left:31.65625rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 { 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:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.125rem;left:31.375rem;z-index:100006;display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #bq0ll1ausf8Fg7nkpxm9kkEaINCMOvM6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #L99AAzxKVyZudBTKpyWv7bJEG934hvhR { display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #CUdMByugwALWFB68UJD1ZotnitcIXsrn { display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #KOeXAC4FK5DlTzuU9Js14dpcfoiI6fIG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #OZUe97PZTKLm5kHLeqombGbmZ14TI6Zm { display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #pX2H4ryaC86EGPaWO8kdNfLbEIUNyfRz { display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #bG9ExQbbmJAHFnTwLDT64NrFmV1m8vPy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #oWLonFuaMAWg0HyUaomaANOuuZAZlzbw { display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #xaNoJkh8AtvsN1pndx7kbCdrTzEwUDyv { display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #a7xOf1J3pHZAicyXyxKdVHvds10MzaVD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #kD78TprdeKVv6hr1Z19ps7J5M3PcpEet { display:block; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #HGqLzwVBQEmHq7F7Rg5ghnK7tB78oMro { display:block; }
#yGxMvsNR9wZN8eE6E2MlJWGCWKyFJXvh { position:absolute;display:block;z-index:100008;background-color:#f6f5f4;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;height:0.0625rem;width:23.75rem;top:16.125rem;left:32.9375rem;display:block; }
#Twy8FWXIyxEAnk6kU7aQzg2b7AzPRT96 { position:absolute;display:block;z-index:100009;background-color:#f6f5f4;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;height:0.0625rem;width:23.75rem;top:22.375rem;left:32.9375rem;display:block; }
#kbTsIA7kxDJ9xzTyaIKZpK41wX42IUgq { background-color:#192630;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:31.375rem;left:0rem;display:block; }
#ScAv5zmQahpn60cEgTuSHv4goqpoMmIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ardkiIJFbRixfcztrDQIMS9xKc9p3Cvv { background-color:#2edeed;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.5625rem 0.9375rem rgba(0,0,0,0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:31.375rem;left:35.75rem;display:block; }
#XpJdsKBW3sI4z59pC5TAh22D08kamF0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tNzAFLtyzVdS4Ryfde4HSVc7CFK6wLMC { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:25rem;left:31.65625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y1Uo011xrkZ2Teh6b7yksPPgTWOm1bHb { background-color:#192630;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:1.25rem;left:47.25rem;display:block; }
#U0wL5QOGty31QMlv7MSILpMNpE9TJsAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AIzA5WyAAsCIyKKvldHevCVZxRk4BEWs { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:25rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { position:relative;display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { background-color: transparent; background-image: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container > .video-iframe-container { display: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row > .video-iframe-container { display: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .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); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { border-width: 0; border-radius: 0; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .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:25.0625rem;width:60rem;position:relative;display:block; }#CwQn5Ah5GEZKcplaVuBTimrE2v9ax9GT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { color:#000000;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:10.1875rem;left:0rem;height:12.59866875rem;font-style:normal;display:block; }
#rGFBw2UITHmDJTbTqeSh5nuuLSZgV24T { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.125rem;top:10.90625rem;left:48.6875rem;overflow:hidden;display:block; }
#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 { position:relative;display:block; }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 { background-color: transparent; background-image: none; }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .row .container > .video-iframe-container { display: none; }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .row > .video-iframe-container { display: none; }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .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); }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 { border-width: 0; border-radius: 0; }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .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:20.5rem;width:60rem;position:relative;display:block; }#wT84HL0xGNT3UtWuc3f1s4crr7ut74W1 { position:absolute;display:block;z-index:100010;background-color:#f6f5f4;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;height:13.125rem;width:0.0625rem;top:6.1875rem;left:29.96875rem;display:block; }
#sSwnHWQWHUfA0M29cowvlt7FFy2T4sdF { color:#2edeed;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.125rem;left:0.1875rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nKB3JUtbS3Tx2T9r7Q3EOwhtakBU3P0D { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:7.875rem;left:0.1875rem;height:7.01075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nKB3JUtbS3Tx2T9r7Q3EOwhtakBU3P0D li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nKB3JUtbS3Tx2T9r7Q3EOwhtakBU3P0D li:before{  }
#mAphLJCIDydykM8dNDFU6yaTrWco7Ser { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:7.875rem;left:31.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#mAphLJCIDydykM8dNDFU6yaTrWco7Ser li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mAphLJCIDydykM8dNDFU6yaTrWco7Ser li:before{  }
#KauH1uvxoWF6S0gmXoJXzyv6N24capJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2830;background-image:none;position:relative;display:block; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { background-color: transparent; background-image: none; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container > .video-iframe-container { display: none; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row > .video-iframe-container { display: none; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .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); }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { border-width: 0; border-radius: 0; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#q3AaxfCTdhinZM7I0kvARI4ufJhac8pp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2830;background-image:none;position:relative;display:block; }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row .container { background-color: transparent; background-image: none; }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row .container > .video-iframe-container { display: none; }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row > .video-iframe-container { display: none; }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .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); }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row .container { border-width: 0; border-radius: 0; }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#Ek9MIlKRNC8ds4fzJ7FMrmevavFQMXBs { position:absolute;display:block;z-index:100000;background-color:#2edeed;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;height:4.6875rem;width:4.6875rem;top:5.0625rem;left:0.0625rem;display:block; }
#JWx6bCiDflkRAMkDnRKN4h5bS4nrdRtB { box-sizing:content-box;color:#ffffff;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:100001;top:5.84375rem;left:0.84375rem;display:block; }
#mTpAFEtTx8sQ8iem1bDVrsb7TG7RaqoD { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:14.9375rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#Ru503tFqApWHyRi7tERVdVUp3iva2i6l { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:14.9375rem;left:20.0625rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lfaVtRs5hfyDBzORVutVbCSxMqF1Hysk { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5rem;left:20.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#p1q5xeusQT7IQspGLQE0zf4BPN9islcs { position:absolute;display:block;z-index:100004;background-color:#2edeed;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;height:4.6875rem;width:4.6875rem;top:5.0625rem;left:20.125rem;display:block; }
#RqdnCQK9DLzN5aPQDhk9eHL67E2i9tdG { box-sizing:content-box;color:#ffffff;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:100005;top:5.875rem;left:20.9375rem;display:block; }
#vs0WDZ8ndfGoeS7D3a728Oe85ruSuEQQ { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:14.9375rem;left:40.0625rem;height:5.3994125rem;font-style:normal;display:block; }
#IScR0NebooG5VdCkICCe3BW9gwo7Nahz { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:11.5rem;left:40.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#DkDl2WgxwORfwyo0qKhznVpE53iTMWXU { position:absolute;display:block;z-index:100008;background-color:#2edeed;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;height:4.6875rem;width:4.6875rem;top:5.0625rem;left:40.125rem;display:block; }
#qJmgDoCuHOnTTm3omXKTsmtEvrysIoLu { box-sizing:content-box;color:#ffffff;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:5.875rem;left:40.9375rem;display:block; }
#kHDDCLP5nJdFAQiPCl9LuzknrOO13Bdl { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2830;background-image:none;position:relative;display:block; }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row .container { background-color: transparent; background-image: none; }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row .container > .video-iframe-container { display: none; }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row > .video-iframe-container { display: none; }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .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); }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row .container { border-width: 0; border-radius: 0; }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#CIV4JHNXv02HoM4fpn3knQcer25Vz2TV { position:absolute;display:block;z-index:100000;background-color:#2edeed;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;height:4.6875rem;width:4.6875rem;top:5.0625rem;left:0.0625rem;display:block; }
#NbXFV6ihBDaC0tQPTQQfebWbMW6GZsoK { box-sizing:content-box;color:#ffffff;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:100001;top:5.84375rem;left:0.84375rem;display:block; }
#cKEdcC9VrcotDCOAfOhP5PZOWhz34RPK { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:14.9375rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#OQFfXbt5lXsahk605yU2yRyowX3UOGnO { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:14.9375rem;left:20.0625rem;height:5.3994125rem;font-style:normal;display:block; }
#y5DGK9XMMp5TdEE4ha6HcIknTaFKmy7B { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5rem;left:20.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#qHoJgrb3ACegtwcrTdJT30fmoO1N1pIs { position:absolute;display:block;z-index:100004;background-color:#2edeed;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;height:4.6875rem;width:4.6875rem;top:5.0625rem;left:20.125rem;display:block; }
#bfzCyRiBSux93fdzAW7LT9daFbu0y9vz { box-sizing:content-box;color:#ffffff;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:100005;top:5.875rem;left:20.9375rem;display:block; }
#sQPbFDLuaFGZ4LOW7RT7yDI5X4ytnauT { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:14.9375rem;left:40.0625rem;height:5.3994125rem;font-style:normal;display:block; }
#RXDkLZSfpxwGeHQaRIhanZ9hVgRcOTms { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:11.5rem;left:40.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#Xn6N7Ll2QyJKP8b2vc3ZDDrgZPdO5l4n { position:absolute;display:block;z-index:100008;background-color:#2edeed;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;height:4.6875rem;width:4.6875rem;top:5.0625rem;left:40.125rem;display:block; }
#HHfZdPUT4oFggQ8V2QkWi4dIK8PgUduh { box-sizing:content-box;color:#ffffff;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:5.875rem;left:40.9375rem;display:block; }
#XVKpwTSgrktHUtTK75H4ngJNkqpwXfkJ { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row .container { background-color: transparent; background-image: none; }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row .container > .video-iframe-container { display: none; }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row > .video-iframe-container { display: none; }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .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); }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row .container { border-width: 0; border-radius: 0; }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#u4zaBwxNcaU2AchVG7F7mf6y2VMVhzp4 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { background-color: transparent; background-image: none; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container > .video-iframe-container { display: none; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row > .video-iframe-container { display: none; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .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); }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { border-width: 0; border-radius: 0; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#ZlWggKPbiLphFg8NVzLESHS7cwJUCTa6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#KKRDEl9TtuJIkLVv6Of9FIFR98OTxvNR { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:6.8125rem;left:0rem;height:7.19925rem;font-style:normal;display:block; }
#CduiHGbzH42GbSKh7hA5vDPNw4ZeMLzE { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1ycOQT8prduZdpCZg1VnSHKxStvz04Z { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:6.8125rem;left:30.125rem;height:7.19925rem;font-style:normal;display:block; }
#p9w0TgW7ZmoKJ4TCMIoc3Qvdf4dlxPVK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:30.125rem;overflow:hidden;display:block; }
#w1TQKmPgT4GL4yChv3Wp07S53t4CXACU { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:31.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xBhx0Jtm/Projekt_bez_tytu_u_3_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz.adaptive-delivery-prevent-bg, #TDIsLqXOJCWl3F3Dq8074cwgh9vThokz.lazyload, #TDIsLqXOJCWl3F3Dq8074cwgh9vThokz.lazyloading { background-image: none; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row .container { background-color: transparent; background-image: none; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row .container > .video-iframe-container { display: none; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row > .video-iframe-container { display: none; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .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); }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row .container { border-width: 0; border-radius: 0; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#TEGeMICPHqCqtdGroh08uON7d6CIA9TJ { position:absolute;display:block;z-index:100010;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:28.5625rem;width:27.75rem;top:18.3125rem;left:0rem;display:block; }
#OrkrqSeLvLv1aTsJKWWZdJThWtuVqHil { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0.71875rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dHMULRh4XoAt8B4df6w6Aua2IVsJe1UX { position:absolute;display:block;z-index:100015;background-color:#f6f5f4;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;height:0.0625rem;width:23.75rem;top:25.8125rem;left:2rem;display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG { 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:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.8125rem;left:0.4375rem;z-index:100013;display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #l5NBwM7tGB3oDnDnxrCdHEyHagttPDqP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #EuFlw8tm2S3FKCQsKweMbZ6FGHH8qVaq { display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #HxuXUsETWfOatBpoV4fZyrh8zT0pTlN0 { display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #bi2AnG4HNZ2npfrGw0KyVE9t2cdutvig { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #Mm4PnDIvLgN9m9Np2tovpEJuNIsnzTlB { display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #agSKTu5ELvck0q8CzNx7yBReWyPKFQAu { display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #EzZeG5kOgvVDIRn6KxiXXiEBHPqwv68g { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #eMR8IfntE4ZtufVJS0FaEaFNzwomLUX5 { display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #zOGAvrkpVEKD6eBmpkNf9VN6MtFQ4KVE { display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #wKuHuELBoAbSW4I6aOH6uQrKFVMSVfXs { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #Csy8IG3ezAH00h93Tam5i8UXXHTingMw { display:block; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #mNhXFFePTSgqMqMuvhkHxdvJnd9q5BfJ { display:block; }
#JbKPSok1sBtm3W4Tz2tRWM4cNOfRt6Xi { position:absolute;display:block;z-index:100016;background-color:#f6f5f4;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;height:0.0625rem;width:23.75rem;top:32.0625rem;left:2rem;display:block; }
#BJKCpR8KtpuP7JtXU2yRaPhmmCpHuFTG { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:34.5rem;left:0.71875rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mQasTtJpieiwCHVmHAUl8Cm3xohAxpJt { background-color:#2edeed;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.5625rem 0.9375rem rgba(0,0,0,0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:41.625rem;left:4.8125rem;display:block; }
#W0NFbogWVqK3vTnFJmtRfrCTCi94cw1u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row .container { background-color: transparent; background-image: none; }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row .container > .video-iframe-container { display: none; }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row > .video-iframe-container { display: none; }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .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); }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row .container { border-width: 0; border-radius: 0; }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#zEZUUSNai2Ki2qaNdKiqciAEoX5ExvNc { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row .container { background-color: transparent; background-image: none; }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row .container > .video-iframe-container { display: none; }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row > .video-iframe-container { display: none; }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .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); }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row .container { border-width: 0; border-radius: 0; }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#FGWNIkFQhCr6E9kfXSqN6gcwfmTKO5Sn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#IsDK2a3Go2oZAgIOuaOSMXrKtOINdDW5 { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:6.8125rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#mOT5IMrwUpgSv6SbztCSIkuCFATMdsms { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MoHRig213kk8nEhTWZzXVGT03mf2wTGw { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:6.8125rem;left:30.125rem;height:5.3994125rem;font-style:normal;display:block; }
#qsMhaMR8QZu18uWah3GP0PaT6ozh9NbP { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:30.125rem;overflow:hidden;display:block; }
#XM13CP6JfP9eRbKI3X1ZgfFzbkz9nmfw { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:31.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row .container { background-color: transparent; background-image: none; }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row .container > .video-iframe-container { display: none; }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row > .video-iframe-container { display: none; }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .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); }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row .container { border-width: 0; border-radius: 0; }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#t7TnxD2IvoVNbFbGiukrZngCNDH0E7sb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#EktCR8NUWQVBRBfNfDT8doLFXe0b8See { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:6.8125rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#Kk1Aceq4IEx2cmL7y53nXcFMwFqwxzoc { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q6GeR3s0Hdr7zAI0yTBzf9GFOP3KQO8M { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:6.8125rem;left:30.125rem;height:5.3994125rem;font-style:normal;display:block; }
#b44JcP1TT43QnKzvlWEenzAqi5bwwvAI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:30.125rem;overflow:hidden;display:block; }
#b8XQQUyLr9K188AQCmyVZrXc9G5hHm5q { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:31.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row .container { background-color: transparent; background-image: none; }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row .container > .video-iframe-container { display: none; }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row > .video-iframe-container { display: none; }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .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); }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row .container { border-width: 0; border-radius: 0; }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#GixGWXPGfSqSRaRJQSxSTFqftRgwu5bW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#PircyoRVCTTTIivlOttvJJ4Tm8QbqNQV { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:6.8125rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#f6nTx7ReGVwAb59Bhvt3oM6cTbgrU7SC { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyXtHgFKMhlMXpxOtV4heH8SsDNwpbCP { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:6.8125rem;left:30.125rem;height:5.3994125rem;font-style:normal;display:block; }
#QVaT6eiP49meDlHdMDA85Esbb5QDipRx { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:6.6875rem;top:0.125rem;left:30.125rem;overflow:hidden;display:block; }
#H9kaTagBbkVvLxS5upVZzGfLTpsA27BC { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:31.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83dbe2;background-image:none;position:relative;display:block; }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row .container { background-color: transparent; background-image: none; }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row .container > .video-iframe-container { display: none; }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row > .video-iframe-container { display: none; }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .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); }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row .container { border-width: 0; border-radius: 0; }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#x6qkqcDtknbwWeU5CNH7p696xzOdtQqk { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.34375rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83dbe2;background-image:url("https://images.assets-landingi.com/4l4fqAkf/10_03.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U.adaptive-delivery-prevent-bg, #xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U.lazyload, #xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U.lazyloading { background-image: none; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container { background-color: transparent; background-image: none; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container > .video-iframe-container { display: none; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row > .video-iframe-container { display: none; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .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); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container { border-width: 0; border-radius: 0; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:block; }#w3ksIGQyWwD9VCTwHCKBcKtJHWZ9MGlV { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:0rem;left:33.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#srcmEe144Qv6RTxMynCSmk3o0VraNT00 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:4.5625rem;left:33.8125rem;height:5.3994125rem;font-style:normal;display:block; }
#FaeWTaBIXrBQJtkU4KTtUkOmpopK9rbC { position:absolute;display:block;z-index:100010;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:0rem;left:28.3125rem;display:block; }
#gsxcgTTLZLM1QyhykSs0TgQXSGhlkC6v { 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.5rem;left:28.75rem;display:block; }
#OA63xfioTPcM2ISAG5lup0SB3gH4gZ3k { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:13.4375rem;left:2.4375rem;height:5.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lFrES14XANtvX4CSFHe7V7iNJIwnrGHc { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:8.875rem;left:2.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IqzcdseGy8rBdGmi0ET0wO6p9cm3OlWc { 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:100015;top:9.375rem;left:28.8125rem;display:block; }
#uqHMenG8WoUEG3xTxTo7GceKqfmXNAJv { position:absolute;display:block;z-index:100014;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:8.875rem;left:28.375rem;display:block; }
#JDAvNnabeFgvAdRPnuIIlC0rEvffGMwE { 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:100015;top:18.0625rem;left:28.8125rem;display:block; }
#CzQLTDPXCO5QDemuGG0DJlk8ntZTV3zd { position:absolute;display:block;z-index:100014;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:17.5625rem;left:28.375rem;display:block; }
#TrRoAKIKocxBDvzX0dK2Gc6r3zA6iFgA { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:17.5625rem;left:33.875rem;height:1.94921875rem;font-style:normal;display:block; }
#HHCk2VgH4kx3taixT6W9LiJqTVSZqnws { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:22.125rem;left:33.875rem;height:5.3994125rem;font-style:normal;display:block; }
#DgoKF0ha4WbGrIJOKcExqHT7wTx6vCBr { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:26.5625rem;left:2.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dl4i0hVfwqEGnKxMtTpEO8RyaGeBFbz6 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100023;line-height:1.6;letter-spacing:0;top:31.125rem;left:2.4375rem;height:5.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b8LhRqu67vRZ2ADWBfhb5TFBTGQTAdk3 { 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:100019;top:27.0625rem;left:28.8125rem;display:block; }
#M0N6iKENpCiisRyEw7XXNpwR3e7U0X04 { position:absolute;display:block;z-index:100018;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:26.5625rem;left:28.375rem;display:block; }
#CyVUWGT5ucIskRydU13hMdTqEuRtwQ8I { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:35.5rem;left:33.875rem;height:1.94921875rem;font-style:normal;display:block; }
#le7rbmAMqGtdnGKin0QZtTRcOQ4QxU9n { 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:100019;top:36rem;left:28.8125rem;display:block; }
#MDg6D2ZAalhZ6ty1gcmaL37w7My6mRon { position:absolute;display:block;z-index:100018;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:35.5rem;left:28.375rem;display:block; }
#HMhyNkLaOARDbpm75olGTktF7l7rNUZG { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100023;line-height:1.6;letter-spacing:0;top:40.0625rem;left:33.875rem;height:5.3994125rem;font-style:normal;display:block; }
#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83dbe2;background-image:url("https://images.assets-landingi.com/4l4fqAkf/10_03.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6.adaptive-delivery-prevent-bg, #iVbuGoeTO2knxaw3NlJChwhJozvmJFI6.lazyload, #iVbuGoeTO2knxaw3NlJChwhJozvmJFI6.lazyloading { background-image: none; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container { background-color: transparent; background-image: none; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container > .video-iframe-container { display: none; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row > .video-iframe-container { display: none; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .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); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container { border-width: 0; border-radius: 0; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:60rem;position:relative;display:block; }#IABwkNd5MttFO553DfNb8cAPR4Llqqdk { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:8.875rem;left:33.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#gdx91LTMwJ2pyBEbVQTxXUZkIJM4tRJK { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:13.4375rem;left:33.8125rem;height:5.3994125rem;font-style:normal;display:block; }
#iPohloU4CmPMLnXdM7JfA0ET1KUzxEzB { position:absolute;display:block;z-index:100010;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:0rem;left:28.3125rem;display:block; }
#CGZiQePgkZvzDoGvCOrTKFRWO4hCki9S { 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.5rem;left:28.75rem;display:block; }
#q51RmxxO3bm36iIBIRxFcFTMMB5Xycaf { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:4.5625rem;left:2.4375rem;height:5.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gnQtFoXA4dSur2NKwOu7dfLiznBJ13bO { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:0rem;left:2.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NNeKRJ1iMO0KzTkcCTIpR2vlQM2OifB8 { 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:100015;top:9.375rem;left:28.8125rem;display:block; }
#q5oRVUVQyT5C32Py4VLtssHAD4ygIySC { position:absolute;display:block;z-index:100014;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:8.875rem;left:28.375rem;display:block; }
#RSCEcGD8K5rP0w1VzUSwDNNotXccICpa { 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:100015;top:18.0625rem;left:28.8125rem;display:block; }
#se1balJgAlSKs0rE78GJUl2DrhBuTOlT { position:absolute;display:block;z-index:100014;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:17.5625rem;left:28.375rem;display:block; }
#iGClgUrsXqeObkvuCGfhlva0c9k7vmkQ { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:26.5625rem;left:33.875rem;height:1.94921875rem;font-style:normal;display:block; }
#MUSZE2w166ylucTz81Q6fXdVIAoFThcE { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:31.125rem;left:33.875rem;height:5.3994125rem;font-style:normal;display:block; }
#D4aKXyiT543dHIOK9QBUfCvJTIBmlBNf { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:35.5rem;left:2.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZxVAAetJdWodmu9rTdfrFhK5pErlFfAT { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100023;line-height:1.6;letter-spacing:0;top:40.0625rem;left:2.4375rem;height:5.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZXkR0goOihv6iLs2dL6gCUxc2Isu1XfI { 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:100019;top:27.0625rem;left:28.8125rem;display:block; }
#guNBS4iJRbzD3MKpECiBZsk6cisvlyKo { position:absolute;display:block;z-index:100018;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:26.5625rem;left:28.375rem;display:block; }
#CCyauicLSL9pOqKlSfxS3qJv0wqMDQWT { 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:100019;top:36rem;left:28.8125rem;display:block; }
#gk0QQh2pMpmFu91cEXSpZZrWouHhdTIu { position:absolute;display:block;z-index:100018;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:35.5rem;left:28.375rem;display:block; }
#qIfZdXKTTMJFcDQfHSto1cgKvsAnOl7U { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T5EweubwdwZ7WhUaGqCvTCxRRp7nFItm { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100024;line-height:1.6;letter-spacing:0;top:22.125rem;left:2.4375rem;height:5.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ebJbQFTkORQrv23nBceTqnyNyK0JsFM5 { position:absolute;display:block;z-index:100019;background-color:#192630;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.375rem 0.625rem rgba(0,0,0,0.2) ;height:3.4375rem;width:3.4375rem;top:44.4375rem;left:28.375rem;display:block; }
#LvxN1AfF3iKTT6aSuWpatsDTLelO7UXQ { 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:100020;top:44.90625rem;left:28.75rem;display:block; }
#SIBirCTCPMV5g9f6ks3MoZkIO0UcMyw6 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:44.25rem;left:33.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#DnAwcnutnPviOSLmbIOLk40qEFqbMFfT { color:#000000;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.6;letter-spacing:0;top:48.8125rem;left:33.875rem;height:5.3994125rem;font-style:normal;display:block; }
#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83dbe2;background-image:none;position:relative;display:block; }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row .container { background-color: transparent; background-image: none; }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row .container > .video-iframe-container { display: none; }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row > .video-iframe-container { display: none; }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .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); }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row .container { border-width: 0; border-radius: 0; }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qae4GWb1/Projekt_bez_tytu_u_10_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS.adaptive-delivery-prevent-bg, #bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS.lazyload, #bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS.lazyloading { background-image: none; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container { background-color: transparent; background-image: none; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container > .video-iframe-container { display: none; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row > .video-iframe-container { display: none; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .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); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container { border-width: 0; border-radius: 0; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:60rem;position:relative;display:block; }#v6wZTmngbMaaSMU7kfqHVVEa6CI2W6kw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dXBePva5GX20lHSfQTxTWBnk06sEcq2o { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Kaef2pLd/piekna_buzka_1500x1500.jpg");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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.6875rem;width:9.6875rem;top:11.625rem;left:0rem;display:block; }#dXBePva5GX20lHSfQTxTWBnk06sEcq2o.adaptive-delivery-prevent-bg, #dXBePva5GX20lHSfQTxTWBnk06sEcq2o.lazyload, #dXBePva5GX20lHSfQTxTWBnk06sEcq2o.lazyloading { background-image: none; }
#vqMFrxvr5BET0uraFDkKXHNEVATtxvwo { color:#2edeed;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.625rem;left:11.625rem;height:1.94921875rem;font-style:normal;display:block; }
#USP6cmX6Mzo66A4FCCm0yEEbDMA4FEGh { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:15.0625rem;left:11.625rem;height:27.12206875rem;font-style:normal;display:block; }
#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container { background-color: transparent; background-image: none; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container > .video-iframe-container { display: none; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row > .video-iframe-container { display: none; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .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); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container { border-width: 0; border-radius: 0; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:60rem;position:relative;display:block; }#zve7nh2XT4ZdzOLUzLV1TEC6SeRUXr36 { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ocA67Txo/referencje01_EwaJaniszewska2.jpg");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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.6875rem;width:9.6875rem;top:14.625rem;left:0rem;display:block; }#zve7nh2XT4ZdzOLUzLV1TEC6SeRUXr36.adaptive-delivery-prevent-bg, #zve7nh2XT4ZdzOLUzLV1TEC6SeRUXr36.lazyload, #zve7nh2XT4ZdzOLUzLV1TEC6SeRUXr36.lazyloading { background-image: none; }
#FrCK1mQX60bKr5B5snIb2vGV0grpJR6k { color:#2edeed;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:15.125rem;left:11.625rem;height:1.94921875rem;font-style:normal;display:block; }
#Ge5EIax8q2NtrM2FzKziwZLvcCml2p3n { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:17.9375rem;left:11.625rem;height:9rem;font-style:normal;display:block; }
#TLiVGiBk3n0Wk74SkLtUZWoJ2D2PtAOy { color:#2edeed;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.125rem;left:43.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#kT83V1GVfFMoyMmMzuEy502KgbG5ilWK { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/CkvXlGmT/IMG_8472.JPG");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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.6875rem;width:9.6875rem;top:14.625rem;left:31.4375rem;display:block; }#kT83V1GVfFMoyMmMzuEy502KgbG5ilWK.adaptive-delivery-prevent-bg, #kT83V1GVfFMoyMmMzuEy502KgbG5ilWK.lazyload, #kT83V1GVfFMoyMmMzuEy502KgbG5ilWK.lazyloading { background-image: none; }
#UfGozz07J6gb31gKiDmZ90ZTUmhFW970 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:43.0625rem;height:9rem;font-style:normal;display:block; }
#Ida81Mwyr1geydSdutOx2iyN6dqAism3 { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3YtRLtYU/referencje02_EmanuelaBenduch2.jpg");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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.6875rem;width:9.6875rem;top:30.875rem;left:31.4375rem;display:block; }#Ida81Mwyr1geydSdutOx2iyN6dqAism3.adaptive-delivery-prevent-bg, #Ida81Mwyr1geydSdutOx2iyN6dqAism3.lazyload, #Ida81Mwyr1geydSdutOx2iyN6dqAism3.lazyloading { background-image: none; }
#S4wFzrKkOPy9O8UcCBFVPRm7U4aDK6xB { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100016;line-height:1.6;letter-spacing:0;top:34.1875rem;left:43.0625rem;height:12rem;font-style:normal;display:block; }
#IhSDnqUuxfBdtGO76CwcIkAieXtJcFC7 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:34.1875rem;left:11.625rem;height:12rem;font-style:normal;display:block; }
#hG0ydWRxbxILGbUVuDb6sXqxopSkFMAi { color:#2edeed;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:31.375rem;left:11.625rem;height:1.94921875rem;font-style:normal;display:block; }
#TkycD3i5Sg0TGHLTPzQiyEKgW92datLE { color:#2edeed;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:31.375rem;left:43.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#VxGJ0byqKWiOvewSbwhaWi96X3oUwkBQ { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2nhJfUGX/20150426_152745.jpg");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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.6875rem;width:9.6875rem;top:30.875rem;left:0rem;display:block; }#VxGJ0byqKWiOvewSbwhaWi96X3oUwkBQ.adaptive-delivery-prevent-bg, #VxGJ0byqKWiOvewSbwhaWi96X3oUwkBQ.lazyload, #VxGJ0byqKWiOvewSbwhaWi96X3oUwkBQ.lazyloading { background-image: none; }
#ymUXyggC61dt0LiCm4CdTfoUHEmNekhq { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:5.8125rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2830;background-image:none;position:relative;display:block; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { background-color: transparent; background-image: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container > .video-iframe-container { display: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row > .video-iframe-container { display: none; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .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); }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { border-width: 0; border-radius: 0; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#a5zbcEA9PA9mHkTMGeLesK8extLhbTJl { position:absolute;display:block;z-index:100016;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:28.5625rem;width:27.75rem;top:2.78125rem;left:16.125rem;display:block; }
#a3xtnDC8lr3zHN5MWI2KL1AMOwNGGqU9 { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:4.6875rem;left:16.84375rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7s1hr4opHtFNpmbvWDynltLfHZnREqa { position:absolute;display:block;z-index:100022;background-color:#f6f5f4;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;height:0.0625rem;width:23.75rem;top:10.3125rem;left:18.125rem;display:block; }
#DKfW7htUA5DfOT2TPg9ZPG1W1gQVbfhA { position:absolute;display:block;z-index:100023;background-color:#f6f5f4;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;height:0.0625rem;width:23.75rem;top:16.5625rem;left:18.125rem;display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR { 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:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.3125rem;left:16.5625rem;z-index:100020;display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #gkzk2bFUMyCmFhxNpGuyND5vA40A8Pce { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #oTOUNJLoJi76mdTXw4bdT6D09hdbQA4v { display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #Glhz1ugfE3zmOZbETMtcTQ1T559b6tvf { display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #iTPOU4ZmX544JfoT9BK2BcB2UTrKpf3F { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #LhBkfCkK59pka3Znow9ZVmTQzQtdP1pl { display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #P4n4vEX9ofgkGPBWaJUxRl1FN9VT4aOR { display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #FhT8pN3D0qATEHU7qAudSTzhe5u526Hg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #nTrLRS85zgvFv1ItWTm52ruvoLXu66qq { display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #PTPTAv2TQa9QyHRtXlqTzdh1Ee988rC3 { display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #bGHxtPAIQtGQNAlzKFewrH52UXpSLfRL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #Pxsos1LDFDkex0EB2uLUoIybLIfDh4No { display:block; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR #mgTivaMhka0gqh9Cn442QsPI8NSVaxTJ { display:block; }
#osnTCiEMowZ1OJwlfHrc5TtRPks99qRf { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:18.4375rem;left:16.84375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9A5XKpiT2zf5ccFzwiErPwOiNCIvJPn { background-color:#2edeed;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.5625rem 0.9375rem rgba(0,0,0,0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.5625rem;left:20.9375rem;display:block; }
#I8WzHtVqEy1DZsEGzCAs4iHT9f7y3pOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#awGNp24k0fwKiu0gHkuTVoKk63KfChDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row .container { background-color: transparent; background-image: none; }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row .container > .video-iframe-container { display: none; }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row > .video-iframe-container { display: none; }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .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); }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row .container { border-width: 0; border-radius: 0; }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#bsVzaThB7wcZkOS1p23insy9VMiTa13R { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row .container { background-color: transparent; background-image: none; }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row .container > .video-iframe-container { display: none; }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row > .video-iframe-container { display: none; }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .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); }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row .container { border-width: 0; border-radius: 0; }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:60rem;position:relative;display:block; }#eTxANioJUsO54x2GbmvfCtoIdJv0HpnM { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:3.1875rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#qNGVecmSeqQdseb2w88tdcedHETbOqy3 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#QhwfktoMWhCM2wTifx2b8JewhqyWgb7P { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#eXa8rLQ7AzEM2x2wFMM9KJnzoF5n1Zkf { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:12.875rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#bwhamcnWce9RMrnb5ZwQt0Cwtv1KyNOa { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#N0ZsdlJJ2So8ESflK3fUN39KxoLbX5Q1 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:20.8125rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#p7AFucJDAI5VbZ9BoK4N9RCK6IKctu8q { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:25.5625rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#NN4Zs0xX2EqKMzwBapT4UvTdBiAwUiRK { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:28.75rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#te1wMOwERTuRywgHgHBn05iOm3FxxRuX { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:33.5rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#ObF6tXtOXGuRhLwlg138PAR24IglOPkM { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:36.6875rem;left:0rem;height:3.5996125rem;font-style:normal;display:block; }
#mg0EUxJWtxNq5Z4tb32vmcPWz8B6SBUC { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:41.4375rem;left:0rem;height:1.94921875rem;font-style:normal;display:block; }
#MyG0RUk9A5iU6irnkC2uLW1h1rgUTPNk { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:44.625rem;left:0rem;height:1.79980625rem;font-style:normal;display:block; }
#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#83dbe2;background-image:none;position:relative;display:block; }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row .container { background-color: transparent; background-image: none; }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row .container > .video-iframe-container { display: none; }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row > .video-iframe-container { display: none; }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .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); }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row .container { border-width: 0; border-radius: 0; }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#TcavkBaFq5Ttd1F30RLyFJtHEdqkmgi8 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.6875rem;left:-0.0625rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hdhn8bhMTfiNEPsb091AUHeJ5fuT32i8 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:9.625rem;left:-0.0625rem;height:7.19925rem;font-style:normal;display:block; }
#mWUbqcEfXiXaF6sdLxdHVuTQiHFOalgq { position:absolute;display:block;z-index:100016;background-color:rgba(25,38,48,0.7);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;height:28.5625rem;width:27.75rem;top:3.0625rem;left:30.9375rem;display:block; }
#fTwhOaD4lTaHmBTNy1K36LsnfB6I7uJK { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:27.5625rem;left:0.375rem;display:block; }
#xiiu5ihlAiL2PLpI8pizNe4xxdbv2WoT { position:absolute;display:block;z-index:100020;background-color:#192630;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5rem;width:2.5rem;top:27.1875rem;left:0rem;display:block; }
#pRg2ETVibOVbVePZ6IrkZKRMBp2TmGAz { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:27.5625rem;left:3.625rem;display:block; }
#T8fSnzpteZeizzE78gKH33QVT78eo1Tm { position:absolute;display:block;z-index:100022;background-color:#192630;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5rem;width:2.5rem;top:27.1875rem;left:3.3125rem;display:block; }
#qp1mlPQIToUZmDmbxUn1m3ol0oAqP0Zl { position:absolute;display:block;z-index:100024;background-color:#192630;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5rem;width:2.5rem;top:27.1875rem;left:6.5625rem;display:block; }
#aoMoFD36UbQAnCzSxEdk4RO6M3EsiHPk { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:27.5625rem;left:6.875rem;display:block; }
#QoFaWVWQMaLru26cSGzQJJ8fJ9hf8z2e { position:absolute;display:block;z-index:100025;background-color:#192630;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.5rem;width:2.5rem;top:27.1875rem;left:9.875rem;display:block; }
#nMTBG23iUPRvC0lfWG22CNQ8nkllvUVB { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:27.5625rem;left:10.1875rem;display:block; }
#lg9T5LwW8LeDTT1WLyvB6ys44L1d9NLh { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:4.9375rem;left:31.65625rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBqlX3fECWxkrpT7EcyqalaMyhGBfdwq { position:absolute;display:block;z-index:100022;background-color:rgba(246,245,244,0.3);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;height:0.0625rem;width:23.75rem;top:10.5625rem;left:32.9375rem;display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB { 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:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.5625rem;left:31.375rem;z-index:100020;display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #QgJzli1XnGDk2Kup0Piy5TR0wGaKsQEe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #HndNToJgNGKLa61lqTKfIP5zqPpgiSgn { display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #CKqaq0QmCcnIelp0ptSTQiDMzQNrFObW { display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #PyDD6q4TKaNq50d1o6plqq0MWDst27Ka { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #uMgbRThQAOHmsNBwD8dcC1okTQWHCJuL { display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #MrwWxIVyBTmN7ToVZp7xZmL1ugitJuEL { display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #h9tmdbSWseXqeiELVS3q1HT7ce0RIQoS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #QQ9SfsMleDCpDeltoo0E0BQHIXRy7zun { display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #hqTw3b442qgMUSVZXqVTr5HLvRyCd7e7 { display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #BxXXToilSgLiafdi45QDnuXi7A1T6f1c { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #zwm9sNEATCwTPVSI6z3Tn951gP5TR6JD { display:block; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #qHwVuMyPXSpDT9mCoMzT20TTH7si1ihl { display:block; }
#TxNc4yOoLWFWpLIuI9dOCMeQcqOZXxL1 { position:absolute;display:block;z-index:100023;background-color:rgba(246,245,244,0.3);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;height:0.0625rem;width:23.75rem;top:16.8125rem;left:32.9375rem;display:block; }
#dbZTWrLK6yfrvD4x23UopfhTLVNTNwM6 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:18.6875rem;left:31.65625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEiqvNA2LPJPeVL3ZSXvKfpmno3i3JLk { background-color:#2edeed;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.1875rem 0.5625rem 0.9375rem rgba(0,0,0,0.2) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.8125rem;left:35.75rem;display:block; }
#A3pqEig5rqADaNTGt7DUyFaTtly5lJKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { display:block; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:47.75rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ht2iXys2mgfcVOdTIqmn3fiFRsySboWD { width:45.9375rem;height:7.375rem;top:11.375rem;left:0.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnPXNuT6bTs8iucDLWfPlSSE6qBF9ueC { width:46.3125rem;height:4.125rem;top:21.0625rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBri9as1OvtBvuvS6sLQcpLeHSyoUkm5 { width:27.75rem;height:26.125rem;top:37.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELSaaUxIiZlUWsMaKp5xziM0eAQihgk { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #bq0ll1ausf8Fg7nkpxm9kkEaINCMOvM6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #L99AAzxKVyZudBTKpyWv7bJEG934hvhR {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #CUdMByugwALWFB68UJD1ZotnitcIXsrn {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #KOeXAC4FK5DlTzuU9Js14dpcfoiI6fIG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #OZUe97PZTKLm5kHLeqombGbmZ14TI6Zm {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #pX2H4ryaC86EGPaWO8kdNfLbEIUNyfRz {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #bG9ExQbbmJAHFnTwLDT64NrFmV1m8vPy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #oWLonFuaMAWg0HyUaomaANOuuZAZlzbw {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #xaNoJkh8AtvsN1pndx7kbCdrTzEwUDyv {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #a7xOf1J3pHZAicyXyxKdVHvds10MzaVD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #kD78TprdeKVv6hr1Z19ps7J5M3PcpEet {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #HGqLzwVBQEmHq7F7Rg5ghnK7tB78oMro {  }
 }@media only screen and (max-width: 763px) { #yGxMvsNR9wZN8eE6E2MlJWGCWKyFJXvh { width:23.75rem;height:0.0625rem;top:44.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twy8FWXIyxEAnk6kU7aQzg2b7AzPRT96 { width:23.75rem;height:0.0625rem;top:51.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTsIA7kxDJ9xzTyaIKZpK41wX42IUgq { width:11.5rem;height:3.4375rem;top:29rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScAv5zmQahpn60cEgTuSHv4goqpoMmIc { display:block; }
 }@media only screen and (max-width: 763px) { #ardkiIJFbRixfcztrDQIMS9xKc9p3Cvv { width:18.125rem;height:3.4375rem;top:31.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJdsKBW3sI4z59pC5TAh22D08kamF0F { display:block; }
 }@media only screen and (max-width: 763px) { #tNzAFLtyzVdS4Ryfde4HSVc7CFK6wLMC { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Uo011xrkZ2Teh6b7yksPPgTWOm1bHb { width:11.5rem;height:3.4375rem;top:29rem;left:17.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0wL5QOGty31QMlv7MSILpMNpE9TJsAu { display:block; }
 }@media only screen and (max-width: 763px) { #AIzA5WyAAsCIyKKvldHevCVZxRk4BEWs { width:25rem;height:2.9375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { width:47.75rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwQn5Ah5GEZKcplaVuBTimrE2v9ax9GT { width:47.75rem;height:3.0625rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGFBw2UITHmDJTbTqeSh5nuuLSZgV24T { width:10.125rem;height:10.8125rem;top:10.875rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 { display:block; }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .row .container { width:47.75rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT84HL0xGNT3UtWuc3f1s4crr7ut74W1 { width:0.0625rem;height:21.375rem;top:3.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSwnHWQWHUfA0M29cowvlt7FFy2T4sdF { width:20.375rem;height:1.9375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKB3JUtbS3Tx2T9r7Q3EOwhtakBU3P0D { width:22.1875rem;height:15.4375rem;top:7.875rem;left:0rem;display:block; }#nKB3JUtbS3Tx2T9r7Q3EOwhtakBU3P0D li:before{  }
 }@media only screen and (max-width: 763px) { #mAphLJCIDydykM8dNDFU6yaTrWco7Ser { width:21.5rem;height:15.4375rem;top:7.875rem;left:26.25rem;display:block; }#mAphLJCIDydykM8dNDFU6yaTrWco7Ser li:before{  }
 }@media only screen and (max-width: 763px) { #KauH1uvxoWF6S0gmXoJXzyv6N24capJA { display:block; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3AaxfCTdhinZM7I0kvARI4ufJhac8pp { width:47.75rem;height:3.0625rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x { display:block; }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek9MIlKRNC8ds4fzJ7FMrmevavFQMXBs { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWx6bCiDflkRAMkDnRKN4h5bS4nrdRtB { width:3.125rem;height:3.125rem;top:5.84375rem;left:0.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpAFEtTx8sQ8iem1bDVrsb7TG7RaqoD { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru503tFqApWHyRi7tERVdVUp3iva2i6l { width:14.8125rem;height:3.5rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfaVtRs5hfyDBzORVutVbCSxMqF1Hysk { width:15.875rem;height:1.9375rem;top:11.5rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q5xeusQT7IQspGLQE0zf4BPN9islcs { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdnCQK9DLzN5aPQDhk9eHL67E2i9tdG { width:3.125rem;height:3.125rem;top:5.84375rem;left:16.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0WDZ8ndfGoeS7D3a728Oe85ruSuEQQ { width:14.8125rem;height:3.5rem;top:14.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IScR0NebooG5VdCkICCe3BW9gwo7Nahz { width:15.875rem;height:1.9375rem;top:11.5rem;left:27.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkDl2WgxwORfwyo0qKhznVpE53iTMWXU { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJmgDoCuHOnTTm3omXKTsmtEvrysIoLu { width:3.125rem;height:3.125rem;top:5.84375rem;left:32.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHDDCLP5nJdFAQiPCl9LuzknrOO13Bdl { width:15.875rem;height:1.9375rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS { display:block; }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIV4JHNXv02HoM4fpn3knQcer25Vz2TV { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbXFV6ihBDaC0tQPTQQfebWbMW6GZsoK { width:3.125rem;height:3.125rem;top:5.84375rem;left:0.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKEdcC9VrcotDCOAfOhP5PZOWhz34RPK { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQFfXbt5lXsahk605yU2yRyowX3UOGnO { width:14.8125rem;height:3.5rem;top:14.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5DGK9XMMp5TdEE4ha6HcIknTaFKmy7B { width:15.875rem;height:1.9375rem;top:11.5rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHoJgrb3ACegtwcrTdJT30fmoO1N1pIs { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfzCyRiBSux93fdzAW7LT9daFbu0y9vz { width:3.125rem;height:3.125rem;top:5.84375rem;left:16.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQPbFDLuaFGZ4LOW7RT7yDI5X4ytnauT { width:14.8125rem;height:3.5rem;top:14.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXDkLZSfpxwGeHQaRIhanZ9hVgRcOTms { width:15.875rem;height:1.9375rem;top:11.5rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn6N7Ll2QyJKP8b2vc3ZDDrgZPdO5l4n { width:4.6875rem;height:4.6875rem;top:5.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfZdPUT4oFggQ8V2QkWi4dIK8PgUduh { width:3.125rem;height:3.125rem;top:5.84375rem;left:32.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVKpwTSgrktHUtTK75H4ngJNkqpwXfkJ { width:15.875rem;height:3.875rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps { display:block; }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4zaBwxNcaU2AchVG7F7mf6y2VMVhzp4 { width:47.75rem;height:3.0625rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm { display:block; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlWggKPbiLphFg8NVzLESHS7cwJUCTa6 { width:6.6875rem;height:6rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKRDEl9TtuJIkLVv6Of9FIFR98OTxvNR { width:22.625rem;height:8.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CduiHGbzH42GbSKh7hA5vDPNw4ZeMLzE { width:3.375rem;height:2.25rem;top:1.75rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ycOQT8prduZdpCZg1VnSHKxStvz04Z { width:22.625rem;height:8.75rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9w0TgW7ZmoKJ4TCMIoc3Qvdf4dlxPVK { width:6.6875rem;height:6rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1TQKmPgT4GL4yChv3Wp07S53t4CXACU { width:3.375rem;height:2.25rem;top:1.75rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIsLqXOJCWl3F3Dq8074cwgh9vThokz { display:block; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEGeMICPHqCqtdGroh08uON7d6CIA9TJ { width:27.75rem;height:26.125rem;top:37.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkrqSeLvLv1aTsJKWWZdJThWtuVqHil { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMULRh4XoAt8B4df6w6Aua2IVsJe1UX { width:23.75rem;height:0.0625rem;top:44.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #l5NBwM7tGB3oDnDnxrCdHEyHagttPDqP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #EuFlw8tm2S3FKCQsKweMbZ6FGHH8qVaq {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #HxuXUsETWfOatBpoV4fZyrh8zT0pTlN0 {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #bi2AnG4HNZ2npfrGw0KyVE9t2cdutvig { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #Mm4PnDIvLgN9m9Np2tovpEJuNIsnzTlB {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #agSKTu5ELvck0q8CzNx7yBReWyPKFQAu {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #EzZeG5kOgvVDIRn6KxiXXiEBHPqwv68g { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #eMR8IfntE4ZtufVJS0FaEaFNzwomLUX5 {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #zOGAvrkpVEKD6eBmpkNf9VN6MtFQ4KVE {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #wKuHuELBoAbSW4I6aOH6uQrKFVMSVfXs { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #Csy8IG3ezAH00h93Tam5i8UXXHTingMw {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #mNhXFFePTSgqMqMuvhkHxdvJnd9q5BfJ {  }
 }@media only screen and (max-width: 763px) { #JbKPSok1sBtm3W4Tz2tRWM4cNOfRt6Xi { width:23.75rem;height:0.0625rem;top:51.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJKCpR8KtpuP7JtXU2yRaPhmmCpHuFTG { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQasTtJpieiwCHVmHAUl8Cm3xohAxpJt { width:18.125rem;height:3.4375rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0NFbogWVqK3vTnFJmtRfrCTCi94cw1u { display:block; }
 }@media only screen and (max-width: 763px) { #yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 { display:block; }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEZUUSNai2Ki2qaNdKiqciAEoX5ExvNc { width:47.75rem;height:3.0625rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI { display:block; }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGWNIkFQhCr6E9kfXSqN6gcwfmTKO5Sn { width:6.6875rem;height:6rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDK2a3Go2oZAgIOuaOSMXrKtOINdDW5 { width:22.625rem;height:8.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOT5IMrwUpgSv6SbztCSIkuCFATMdsms { width:3.375rem;height:2.25rem;top:1.75rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoHRig213kk8nEhTWZzXVGT03mf2wTGw { width:22.625rem;height:8.75rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsMhaMR8QZu18uWah3GP0PaT6ozh9NbP { width:6.6875rem;height:6rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM13CP6JfP9eRbKI3X1ZgfFzbkz9nmfw { width:3.375rem;height:2.25rem;top:1.75rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx { display:block; }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7TnxD2IvoVNbFbGiukrZngCNDH0E7sb { width:6.6875rem;height:6rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EktCR8NUWQVBRBfNfDT8doLFXe0b8See { width:22.625rem;height:8.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1Aceq4IEx2cmL7y53nXcFMwFqwxzoc { width:3.375rem;height:2.25rem;top:1.75rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6GeR3s0Hdr7zAI0yTBzf9GFOP3KQO8M { width:22.625rem;height:8.75rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b44JcP1TT43QnKzvlWEenzAqi5bwwvAI { width:6.6875rem;height:6rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8XQQUyLr9K188AQCmyVZrXc9G5hHm5q { width:3.375rem;height:2.25rem;top:1.75rem;left:25.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMIiXMLkHhCXixahaXFXdbdMARf0mcD { display:block; }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GixGWXPGfSqSRaRJQSxSTFqftRgwu5bW { width:6.6875rem;height:6rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PircyoRVCTTTIivlOttvJJ4Tm8QbqNQV { width:22.625rem;height:8.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nTx7ReGVwAb59Bhvt3oM6cTbgrU7SC { width:3.375rem;height:2.25rem;top:1.75rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXtHgFKMhlMXpxOtV4heH8SsDNwpbCP { width:22.625rem;height:8.75rem;top:6.8125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaT6eiP49meDlHdMDA85Esbb5QDipRx { width:6.6875rem;height:6rem;top:0.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9kaTagBbkVvLxS5upVZzGfLTpsA27BC { width:3.375rem;height:2.25rem;top:1.75rem;left:25.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ { display:block; }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6qkqcDtknbwWeU5CNH7p696xzOdtQqk { width:47.75rem;height:3.0625rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U { display:block; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3ksIGQyWwD9VCTwHCKBcKtJHWZ9MGlV { width:20.625rem;height:1.9375rem;top:1.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srcmEe144Qv6RTxMynCSmk3o0VraNT00 { width:20.625rem;height:3.5rem;top:4.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaeWTaBIXrBQJtkU4KTtUkOmpopK9rbC { width:3.4375rem;height:3.4375rem;top:0rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsxcgTTLZLM1QyhykSs0TgQXSGhlkC6v { width:2.5rem;height:2.5rem;top:0.5rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA63xfioTPcM2ISAG5lup0SB3gH4gZ3k { width:20.625rem;height:3.5rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFrES14XANtvX4CSFHe7V7iNJIwnrGHc { width:20.625rem;height:1.9375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqzcdseGy8rBdGmi0ET0wO6p9cm3OlWc { width:2.5rem;height:2.5rem;top:9.375rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqHMenG8WoUEG3xTxTo7GceKqfmXNAJv { width:3.4375rem;height:3.4375rem;top:8.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDAvNnabeFgvAdRPnuIIlC0rEvffGMwE { width:2.5rem;height:2.5rem;top:18.0625rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzQLTDPXCO5QDemuGG0DJlk8ntZTV3zd { width:3.4375rem;height:3.4375rem;top:17.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrRoAKIKocxBDvzX0dK2Gc6r3zA6iFgA { width:20.625rem;height:1.9375rem;top:18.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHCk2VgH4kx3taixT6W9LiJqTVSZqnws { width:20.625rem;height:3.5rem;top:22.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgoKF0ha4WbGrIJOKcExqHT7wTx6vCBr { width:20.625rem;height:1.9375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl4i0hVfwqEGnKxMtTpEO8RyaGeBFbz6 { width:20.625rem;height:3.5rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8LhRqu67vRZ2ADWBfhb5TFBTGQTAdk3 { width:2.5rem;height:2.5rem;top:27.0625rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0N6iKENpCiisRyEw7XXNpwR3e7U0X04 { width:3.4375rem;height:3.4375rem;top:26.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyVUWGT5ucIskRydU13hMdTqEuRtwQ8I { width:20.625rem;height:1.9375rem;top:36.28125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le7rbmAMqGtdnGKin0QZtTRcOQ4QxU9n { width:2.5rem;height:2.5rem;top:36rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDg6D2ZAalhZ6ty1gcmaL37w7My6mRon { width:3.4375rem;height:3.4375rem;top:35.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMhyNkLaOARDbpm75olGTktF7l7rNUZG { width:20.625rem;height:3.5rem;top:39.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 { display:block; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IABwkNd5MttFO553DfNb8cAPR4Llqqdk { width:20.625rem;height:1.9375rem;top:1.125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdx91LTMwJ2pyBEbVQTxXUZkIJM4tRJK { width:20.625rem;height:3.5rem;top:4.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPohloU4CmPMLnXdM7JfA0ET1KUzxEzB { width:3.4375rem;height:3.4375rem;top:0rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZiQePgkZvzDoGvCOrTKFRWO4hCki9S { width:2.5rem;height:2.5rem;top:0.5rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q51RmxxO3bm36iIBIRxFcFTMMB5Xycaf { width:20.625rem;height:3.5rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnQtFoXA4dSur2NKwOu7dfLiznBJ13bO { width:20.625rem;height:1.9375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNeKRJ1iMO0KzTkcCTIpR2vlQM2OifB8 { width:2.5rem;height:2.5rem;top:9.375rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5oRVUVQyT5C32Py4VLtssHAD4ygIySC { width:3.4375rem;height:3.4375rem;top:8.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCEcGD8K5rP0w1VzUSwDNNotXccICpa { width:2.5rem;height:2.5rem;top:18.0625rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1balJgAlSKs0rE78GJUl2DrhBuTOlT { width:3.4375rem;height:3.4375rem;top:17.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGClgUrsXqeObkvuCGfhlva0c9k7vmkQ { width:20.625rem;height:1.9375rem;top:18.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUSZE2w166ylucTz81Q6fXdVIAoFThcE { width:20.625rem;height:3.5rem;top:22.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4aKXyiT543dHIOK9QBUfCvJTIBmlBNf { width:20.625rem;height:1.9375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVAAetJdWodmu9rTdfrFhK5pErlFfAT { width:20.625rem;height:3.5rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXkR0goOihv6iLs2dL6gCUxc2Isu1XfI { width:2.5rem;height:2.5rem;top:27.0625rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNBS4iJRbzD3MKpECiBZsk6cisvlyKo { width:3.4375rem;height:3.4375rem;top:26.5625rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCyauicLSL9pOqKlSfxS3qJv0wqMDQWT { width:2.5rem;height:2.5rem;top:36rem;left:22.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk0QQh2pMpmFu91cEXSpZZrWouHhdTIu { width:3.4375rem;height:3.4375rem;top:35.5rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfZdXKTTMJFcDQfHSto1cgKvsAnOl7U { width:20.625rem;height:1.9375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EweubwdwZ7WhUaGqCvTCxRRp7nFItm { width:20.625rem;height:3.5rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebJbQFTkORQrv23nBceTqnyNyK0JsFM5 { width:3.4375rem;height:3.4375rem;top:44.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvxN1AfF3iKTT6aSuWpatsDTLelO7UXQ { width:2.5rem;height:2.5rem;top:44.875rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIBirCTCPMV5g9f6ks3MoZkIO0UcMyw6 { width:20.625rem;height:1.9375rem;top:18.34375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnAwcnutnPviOSLmbIOLk40qEFqbMFfT { width:20.625rem;height:3.5rem;top:22.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S { display:block; }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS { display:block; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container { width:47.75rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6wZTmngbMaaSMU7kfqHVVEa6CI2W6kw { width:47.75rem;height:3.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBePva5GX20lHSfQTxTWBnk06sEcq2o { width:4.8125rem;height:4.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqMFrxvr5BET0uraFDkKXHNEVATtxvwo { width:16.9375rem;height:1.9375rem;top:15.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USP6cmX6Mzo66A4FCCm0yEEbDMA4FEGh { width:16.9375rem;height:5.25rem;top:19.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTinGEpxFIHLiVtWp5K5Os8reUehRM5N { display:block; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container { width:47.75rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zve7nh2XT4ZdzOLUzLV1TEC6SeRUXr36 { width:4.8125rem;height:4.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrCK1mQX60bKr5B5snIb2vGV0grpJR6k { width:16.9375rem;height:1.9375rem;top:15.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge5EIax8q2NtrM2FzKziwZLvcCml2p3n { width:16.9375rem;height:5.25rem;top:19.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiVGiBk3n0Wk74SkLtUZWoJ2D2PtAOy { width:16.9375rem;height:1.9375rem;top:15.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT83V1GVfFMoyMmMzuEy502KgbG5ilWK { width:4.8125rem;height:4.8125rem;top:14.625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfGozz07J6gb31gKiDmZ90ZTUmhFW970 { width:16.9375rem;height:5.25rem;top:19.3125rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ida81Mwyr1geydSdutOx2iyN6dqAism3 { width:4.8125rem;height:4.8125rem;top:28.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4wFzrKkOPy9O8UcCBFVPRm7U4aDK6xB { width:16.9375rem;height:5.25rem;top:33.25rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSDnqUuxfBdtGO76CwcIkAieXtJcFC7 { width:16.9375rem;height:5.25rem;top:33.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG0ydWRxbxILGbUVuDb6sXqxopSkFMAi { width:16.9375rem;height:1.9375rem;top:29.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkycD3i5Sg0TGHLTPzQiyEKgW92datLE { width:16.9375rem;height:1.9375rem;top:29.8125rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxGJ0byqKWiOvewSbwhaWi96X3oUwkBQ { width:4.8125rem;height:4.8125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUXyggC61dt0LiCm4CdTfoUHEmNekhq { width:16.9375rem;height:5.25rem;top:19.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq { display:block; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { width:47.75rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5zbcEA9PA9mHkTMGeLesK8extLhbTJl { width:27.75rem;height:26.125rem;top:36.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3xtnDC8lr3zHN5MWI2KL1AMOwNGGqU9 { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7s1hr4opHtFNpmbvWDynltLfHZnREqa { width:23.75rem;height:0.0625rem;top:44.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfW7htUA5DfOT2TPg9ZPG1W1gQVbfhA { width:23.75rem;height:0.0625rem;top:51.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #gkzk2bFUMyCmFhxNpGuyND5vA40A8Pce { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #oTOUNJLoJi76mdTXw4bdT6D09hdbQA4v {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #Glhz1ugfE3zmOZbETMtcTQ1T559b6tvf {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #iTPOU4ZmX544JfoT9BK2BcB2UTrKpf3F { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #LhBkfCkK59pka3Znow9ZVmTQzQtdP1pl {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #P4n4vEX9ofgkGPBWaJUxRl1FN9VT4aOR {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #FhT8pN3D0qATEHU7qAudSTzhe5u526Hg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #nTrLRS85zgvFv1ItWTm52ruvoLXu66qq {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #PTPTAv2TQa9QyHRtXlqTzdh1Ee988rC3 {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #bGHxtPAIQtGQNAlzKFewrH52UXpSLfRL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #Pxsos1LDFDkex0EB2uLUoIybLIfDh4No {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #mgTivaMhka0gqh9Cn442QsPI8NSVaxTJ {  }
 }@media only screen and (max-width: 763px) { #osnTCiEMowZ1OJwlfHrc5TtRPks99qRf { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9A5XKpiT2zf5ccFzwiErPwOiNCIvJPn { width:18.125rem;height:3.4375rem;top:25.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8WzHtVqEy1DZsEGzCAs4iHT9f7y3pOa { display:block; }
 }@media only screen and (max-width: 763px) { #awGNp24k0fwKiu0gHkuTVoKk63KfChDO { display:block; }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsVzaThB7wcZkOS1p23insy9VMiTa13R { width:47.75rem;height:3.0625rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b { display:block; }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTxANioJUsO54x2GbmvfCtoIdJv0HpnM { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNGVecmSeqQdseb2w88tdcedHETbOqy3 { width:47.75rem;height:1.9375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhwfktoMWhCM2wTifx2b8JewhqyWgb7P { width:47.75rem;height:1.9375rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXa8rLQ7AzEM2x2wFMM9KJnzoF5n1Zkf { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhamcnWce9RMrnb5ZwQt0Cwtv1KyNOa { width:47.75rem;height:1.9375rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ZsdlJJ2So8ESflK3fUN39KxoLbX5Q1 { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7AFucJDAI5VbZ9BoK4N9RCK6IKctu8q { width:47.75rem;height:1.9375rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN4Zs0xX2EqKMzwBapT4UvTdBiAwUiRK { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1wMOwERTuRywgHgHBn05iOm3FxxRuX { width:47.75rem;height:1.9375rem;top:33.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObF6tXtOXGuRhLwlg138PAR24IglOPkM { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0EUxJWtxNq5Z4tb32vmcPWz8B6SBUC { width:47.75rem;height:1.9375rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyG0RUk9A5iU6irnkC2uLW1h1rgUTPNk { width:14.8125rem;height:3.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo { display:block; }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row .container { width:47.75rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcavkBaFq5Ttd1F30RLyFJtHEdqkmgi8 { width:47.75rem;height:3.0625rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdhn8bhMTfiNEPsb091AUHeJ5fuT32i8 { width:23.3125rem;height:5.25rem;top:9.5rem;left:12.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWUbqcEfXiXaF6sdLxdHVuTQiHFOalgq { width:27.75rem;height:26.125rem;top:36.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwhOaD4lTaHmBTNy1K36LsnfB6I7uJK { width:1.875rem;height:1.875rem;top:30.5rem;left:19.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiu5ihlAiL2PLpI8pizNe4xxdbv2WoT { width:2.5rem;height:2.5rem;top:30.1875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRg2ETVibOVbVePZ6IrkZKRMBp2TmGAz { width:1.875rem;height:1.875rem;top:30.5rem;left:22.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fSnzpteZeizzE78gKH33QVT78eo1Tm { width:2.5rem;height:2.5rem;top:30.1875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp1mlPQIToUZmDmbxUn1m3ol0oAqP0Zl { width:2.5rem;height:2.5rem;top:30.1875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoMoFD36UbQAnCzSxEdk4RO6M3EsiHPk { width:1.875rem;height:1.875rem;top:30.5rem;left:26.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoFaWVWQMaLru26cSGzQJJ8fJ9hf8z2e { width:2.5rem;height:2.5rem;top:30.1875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTBG23iUPRvC0lfWG22CNQ8nkllvUVB { width:1.875rem;height:1.875rem;top:30.5rem;left:26.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg9T5LwW8LeDTT1WLyvB6ys44L1d9NLh { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBqlX3fECWxkrpT7EcyqalaMyhGBfdwq { width:23.75rem;height:0.0625rem;top:44.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#2edeed;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:2.9375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:5.125rem;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB { width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #QgJzli1XnGDk2Kup0Piy5TR0wGaKsQEe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #HndNToJgNGKLa61lqTKfIP5zqPpgiSgn {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #CKqaq0QmCcnIelp0ptSTQiDMzQNrFObW {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #PyDD6q4TKaNq50d1o6plqq0MWDst27Ka { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #uMgbRThQAOHmsNBwD8dcC1okTQWHCJuL {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #MrwWxIVyBTmN7ToVZp7xZmL1ugitJuEL {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #h9tmdbSWseXqeiELVS3q1HT7ce0RIQoS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #QQ9SfsMleDCpDeltoo0E0BQHIXRy7zun {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #hqTw3b442qgMUSVZXqVTr5HLvRyCd7e7 {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #BxXXToilSgLiafdi45QDnuXi7A1T6f1c { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #zwm9sNEATCwTPVSI6z3Tn951gP5TR6JD {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #qHwVuMyPXSpDT9mCoMzT20TTH7si1ihl {  }
 }@media only screen and (max-width: 763px) { #TxNc4yOoLWFWpLIuI9dOCMeQcqOZXxL1 { width:23.75rem;height:0.0625rem;top:51.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZTWrLK6yfrvD4x23UopfhTLVNTNwM6 { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEiqvNA2LPJPeVL3ZSXvKfpmno3i3JLk { width:18.125rem;height:3.4375rem;top:25.8125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3pqEig5rqADaNTGt7DUyFaTtly5lJKG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU { display:block; }#kT43qAVc1c1TT8yEVe2xnxSJID2nlHLU > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ht2iXys2mgfcVOdTIqmn3fiFRsySboWD { width:20rem;height:11.046875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnPXNuT6bTs8iucDLWfPlSSE6qBF9ueC { width:20rem;height:8.3984375rem;top:15.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBri9as1OvtBvuvS6sLQcpLeHSyoUkm5 { width:20rem;height:27.25rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELSaaUxIiZlUWsMaKp5xziM0eAQihgk { width:17.4375rem;height:6.82325rem;top:36.4375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.375rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 { 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:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:43.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #bq0ll1ausf8Fg7nkpxm9kkEaINCMOvM6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #L99AAzxKVyZudBTKpyWv7bJEG934hvhR {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #CUdMByugwALWFB68UJD1ZotnitcIXsrn {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #KOeXAC4FK5DlTzuU9Js14dpcfoiI6fIG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #OZUe97PZTKLm5kHLeqombGbmZ14TI6Zm {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #pX2H4ryaC86EGPaWO8kdNfLbEIUNyfRz {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #bG9ExQbbmJAHFnTwLDT64NrFmV1m8vPy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #oWLonFuaMAWg0HyUaomaANOuuZAZlzbw {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #xaNoJkh8AtvsN1pndx7kbCdrTzEwUDyv {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #a7xOf1J3pHZAicyXyxKdVHvds10MzaVD { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #kD78TprdeKVv6hr1Z19ps7J5M3PcpEet {  }
 }@media only screen and (max-width: 763px) { #SzhbuJRdmiEW8MzCM35VfVUq6s3TRWM6 #HGqLzwVBQEmHq7F7Rg5ghnK7tB78oMro {  }
 }@media only screen and (max-width: 763px) { #yGxMvsNR9wZN8eE6E2MlJWGCWKyFJXvh { width:20rem;height:0.0625rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twy8FWXIyxEAnk6kU7aQzg2b7AzPRT96 { width:20rem;height:0.0625rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTsIA7kxDJ9xzTyaIKZpK41wX42IUgq { width:11.5rem;height:3.4375rem;top:26.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScAv5zmQahpn60cEgTuSHv4goqpoMmIc { display:block; }
 }@media only screen and (max-width: 763px) { #ardkiIJFbRixfcztrDQIMS9xKc9p3Cvv { width:18.125rem;height:3.4375rem;top:57.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpJdsKBW3sI4z59pC5TAh22D08kamF0F { display:block; }
 }@media only screen and (max-width: 763px) { #tNzAFLtyzVdS4Ryfde4HSVc7CFK6wLMC { width:20rem;height:3.57421875rem;top:53.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Uo011xrkZ2Teh6b7yksPPgTWOm1bHb { width:11.5rem;height:3.4375rem;top:1.4375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0wL5QOGty31QMlv7MSILpMNpE9TJsAu { display:block; }
 }@media only screen and (max-width: 763px) { #AIzA5WyAAsCIyKKvldHevCVZxRk4BEWs { width:20rem;height:2.35rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwQn5Ah5GEZKcplaVuBTimrE2v9ax9GT { width:20rem;height:5.84765625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { width:20rem;height:20.857425rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGFBw2UITHmDJTbTqeSh5nuuLSZgV24T { width:10.125rem;height:10.8125rem;top:32.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 { display:block; }#Ex8L53UKOMSe5vnVAuLDZZUFPUrViI98 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT84HL0xGNT3UtWuc3f1s4crr7ut74W1 { width:0.0625rem;height:16.25rem;top:4.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSwnHWQWHUfA0M29cowvlt7FFy2T4sdF { width:20rem;height:3.8984375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKB3JUtbS3Tx2T9r7Q3EOwhtakBU3P0D { width:20rem;height:11.3965rem;top:6.5rem;left:0rem;display:block; }#nKB3JUtbS3Tx2T9r7Q3EOwhtakBU3P0D li:before{  }
 }@media only screen and (max-width: 763px) { #mAphLJCIDydykM8dNDFU6yaTrWco7Ser { width:20rem;height:11.3965rem;top:19.625rem;left:0rem;display:block; }#mAphLJCIDydykM8dNDFU6yaTrWco7Ser li:before{  }
 }@media only screen and (max-width: 763px) { #KauH1uvxoWF6S0gmXoJXzyv6N24capJA { display:block; }#KauH1uvxoWF6S0gmXoJXzyv6N24capJA > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3AaxfCTdhinZM7I0kvARI4ufJhac8pp { width:20rem;height:1.94921875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x { display:block; }#kHV7HXTOZtRl92iIn2CpkD6AGxD86T4x > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ek9MIlKRNC8ds4fzJ7FMrmevavFQMXBs { width:4.6875rem;height:4.6875rem;top:0.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWx6bCiDflkRAMkDnRKN4h5bS4nrdRtB { width:3.125rem;height:3.125rem;top:1.75rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpAFEtTx8sQ8iem1bDVrsb7TG7RaqoD { width:16.9375rem;height:5.3994125rem;top:8.375rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ru503tFqApWHyRi7tERVdVUp3iva2i6l { width:16.9375rem;height:5.3994125rem;top:24.0625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfaVtRs5hfyDBzORVutVbCSxMqF1Hysk { width:12.5rem;height:1.94921875rem;top:21.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1q5xeusQT7IQspGLQE0zf4BPN9islcs { width:4.6875rem;height:4.6875rem;top:16rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdnCQK9DLzN5aPQDhk9eHL67E2i9tdG { width:3.125rem;height:3.125rem;top:16.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs0WDZ8ndfGoeS7D3a728Oe85ruSuEQQ { width:16.9375rem;height:5.3994125rem;top:39.75rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IScR0NebooG5VdCkICCe3BW9gwo7Nahz { width:15.375rem;height:1.94921875rem;top:36.9375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkDl2WgxwORfwyo0qKhznVpE53iTMWXU { width:4.6875rem;height:4.6875rem;top:31.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJmgDoCuHOnTTm3omXKTsmtEvrysIoLu { width:3.125rem;height:3.125rem;top:32.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHDDCLP5nJdFAQiPCl9LuzknrOO13Bdl { width:20rem;height:1.94921875rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS { display:block; }#uxzwkZg1TMSaM8zryAGvBKxTZIytNHrS > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIV4JHNXv02HoM4fpn3knQcer25Vz2TV { width:4.6875rem;height:4.6875rem;top:1.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbXFV6ihBDaC0tQPTQQfebWbMW6GZsoK { width:3.125rem;height:3.125rem;top:2.6875rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKEdcC9VrcotDCOAfOhP5PZOWhz34RPK { width:16.9375rem;height:5.3994125rem;top:10.25rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQFfXbt5lXsahk605yU2yRyowX3UOGnO { width:16.9375rem;height:5.3994125rem;top:25.3125rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5DGK9XMMp5TdEE4ha6HcIknTaFKmy7B { width:12.5rem;height:1.94921875rem;top:23.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHoJgrb3ACegtwcrTdJT30fmoO1N1pIs { width:4.6875rem;height:4.6875rem;top:17.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfzCyRiBSux93fdzAW7LT9daFbu0y9vz { width:3.125rem;height:3.125rem;top:18.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQPbFDLuaFGZ4LOW7RT7yDI5X4ytnauT { width:16.9375rem;height:5.3994125rem;top:41.4375rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXDkLZSfpxwGeHQaRIhanZ9hVgRcOTms { width:14.875rem;height:1.94921875rem;top:38.9375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn6N7Ll2QyJKP8b2vc3ZDDrgZPdO5l4n { width:4.6875rem;height:4.6875rem;top:33.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHfZdPUT4oFggQ8V2QkWi4dIK8PgUduh { width:3.125rem;height:3.125rem;top:34.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVKpwTSgrktHUtTK75H4ngJNkqpwXfkJ { width:15.875rem;height:1.94921875rem;top:7.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps { display:block; }#KkDyFeyUb5oTpMnK8h6qb1oe8ldWuvps > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4zaBwxNcaU2AchVG7F7mf6y2VMVhzp4 { width:20rem;height:1.94921875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm { display:block; }#TgQ22QrbTZgPB9ELUQUIc5IUen8avyEm > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlWggKPbiLphFg8NVzLESHS7cwJUCTa6 { width:6.6875rem;height:6rem;top:0.25rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKRDEl9TtuJIkLVv6Of9FIFR98OTxvNR { width:20rem;height:12.598625rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CduiHGbzH42GbSKh7hA5vDPNw4ZeMLzE { width:3.375rem;height:2.2744125rem;top:1.875rem;left:8.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1ycOQT8prduZdpCZg1VnSHKxStvz04Z { width:20rem;height:10.7988125rem;top:28.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9w0TgW7ZmoKJ4TCMIoc3Qvdf4dlxPVK { width:6.6875rem;height:6rem;top:22.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1TQKmPgT4GL4yChv3Wp07S53t4CXACU { width:3.375rem;height:2.2744125rem;top:23.75rem;left:8.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDIsLqXOJCWl3F3Dq8074cwgh9vThokz { display:block; }#TDIsLqXOJCWl3F3Dq8074cwgh9vThokz > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEGeMICPHqCqtdGroh08uON7d6CIA9TJ { width:20rem;height:27.25rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkrqSeLvLv1aTsJKWWZdJThWtuVqHil { width:20rem;height:4.548825rem;top:21.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMULRh4XoAt8B4df6w6Aua2IVsJe1UX { width:20rem;height:0.0625rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.375rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG { 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:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.4375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #l5NBwM7tGB3oDnDnxrCdHEyHagttPDqP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #EuFlw8tm2S3FKCQsKweMbZ6FGHH8qVaq {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #HxuXUsETWfOatBpoV4fZyrh8zT0pTlN0 {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #bi2AnG4HNZ2npfrGw0KyVE9t2cdutvig { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #Mm4PnDIvLgN9m9Np2tovpEJuNIsnzTlB {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #agSKTu5ELvck0q8CzNx7yBReWyPKFQAu {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #EzZeG5kOgvVDIRn6KxiXXiEBHPqwv68g { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #eMR8IfntE4ZtufVJS0FaEaFNzwomLUX5 {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #zOGAvrkpVEKD6eBmpkNf9VN6MtFQ4KVE {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #wKuHuELBoAbSW4I6aOH6uQrKFVMSVfXs { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #Csy8IG3ezAH00h93Tam5i8UXXHTingMw {  }
 }@media only screen and (max-width: 763px) { #CftaLF9ArFBtsTNpe6kXzAvLNTt5i0JG #mNhXFFePTSgqMqMuvhkHxdvJnd9q5BfJ {  }
 }@media only screen and (max-width: 763px) { #JbKPSok1sBtm3W4Tz2tRWM4cNOfRt6Xi { width:20rem;height:0.0625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJKCpR8KtpuP7JtXU2yRaPhmmCpHuFTG { width:20rem;height:3.57421875rem;top:37.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQasTtJpieiwCHVmHAUl8Cm3xohAxpJt { width:18.125rem;height:3.4375rem;top:40.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0NFbogWVqK3vTnFJmtRfrCTCi94cw1u { display:block; }
 }@media only screen and (max-width: 763px) { #yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 { display:block; }#yy5yyqa2Bq7FZ2f7AfnJO8XmH5UCqe80 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEZUUSNai2Ki2qaNdKiqciAEoX5ExvNc { width:20rem;height:3.8984375rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI { display:block; }#uUyJKyVHXf9sUPcoKGlfAmqwalorXlsI > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGWNIkFQhCr6E9kfXSqN6gcwfmTKO5Sn { width:6.6875rem;height:6rem;top:0.25rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDK2a3Go2oZAgIOuaOSMXrKtOINdDW5 { width:20rem;height:7.19925rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOT5IMrwUpgSv6SbztCSIkuCFATMdsms { width:3.375rem;height:2.2744125rem;top:1.875rem;left:8.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoHRig213kk8nEhTWZzXVGT03mf2wTGw { width:20rem;height:7.19925rem;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qsMhaMR8QZu18uWah3GP0PaT6ozh9NbP { width:6.6875rem;height:6rem;top:16.8125rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM13CP6JfP9eRbKI3X1ZgfFzbkz9nmfw { width:3.375rem;height:2.2744125rem;top:18.375rem;left:8.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx { display:block; }#oBfkfuq5fyu5wtpRQoMqqTL3n94Dwmhx > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7TnxD2IvoVNbFbGiukrZngCNDH0E7sb { width:6.6875rem;height:6rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EktCR8NUWQVBRBfNfDT8doLFXe0b8See { width:20rem;height:7.19925rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1Aceq4IEx2cmL7y53nXcFMwFqwxzoc { width:3.375rem;height:2.2744125rem;top:2.9375rem;left:8.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q6GeR3s0Hdr7zAI0yTBzf9GFOP3KQO8M { width:20rem;height:8.999rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b44JcP1TT43QnKzvlWEenzAqi5bwwvAI { width:6.6875rem;height:6rem;top:16.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8XQQUyLr9K188AQCmyVZrXc9G5hHm5q { width:3.375rem;height:2.2744125rem;top:18.625rem;left:8.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiMIiXMLkHhCXixahaXFXdbdMARf0mcD { display:block; }#QiMIiXMLkHhCXixahaXFXdbdMARf0mcD > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GixGWXPGfSqSRaRJQSxSTFqftRgwu5bW { width:6.6875rem;height:6rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PircyoRVCTTTIivlOttvJJ4Tm8QbqNQV { width:20rem;height:7.19925rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6nTx7ReGVwAb59Bhvt3oM6cTbgrU7SC { width:3.375rem;height:2.2744125rem;top:2.9375rem;left:8.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyXtHgFKMhlMXpxOtV4heH8SsDNwpbCP { width:20rem;height:7.19925rem;top:22.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVaT6eiP49meDlHdMDA85Esbb5QDipRx { width:6.6875rem;height:6rem;top:16.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9kaTagBbkVvLxS5upVZzGfLTpsA27BC { width:3.375rem;height:2.2744125rem;top:18.625rem;left:8.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ { display:block; }#rGQo0uDl6G4LlNheHyxTqsAmeE8r9pIZ > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6qkqcDtknbwWeU5CNH7p696xzOdtQqk { width:20rem;height:1.94921875rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U { background-color:#83dbe2;background-image:none;display:block; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container { background-color: transparent; background-image: none; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container > .video-iframe-container { display: none; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row > .video-iframe-container { display: none; }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .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); }#xB1rKrvoXeqoT2sFhT2RKArBthpv5f1U > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3ksIGQyWwD9VCTwHCKBcKtJHWZ9MGlV { width:20rem;height:1.94921875rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srcmEe144Qv6RTxMynCSmk3o0VraNT00 { width:20rem;height:7.19925rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaeWTaBIXrBQJtkU4KTtUkOmpopK9rbC { width:3.4375rem;height:3.4375rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsxcgTTLZLM1QyhykSs0TgQXSGhlkC6v { width:2.5rem;height:2.5rem;top:1.71875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA63xfioTPcM2ISAG5lup0SB3gH4gZ3k { width:20rem;height:7.19925rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFrES14XANtvX4CSFHe7V7iNJIwnrGHc { width:20rem;height:1.94921875rem;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqzcdseGy8rBdGmi0ET0wO6p9cm3OlWc { width:2.5rem;height:2.5rem;top:18.9375rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqHMenG8WoUEG3xTxTo7GceKqfmXNAJv { width:3.4375rem;height:3.4375rem;top:18.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDAvNnabeFgvAdRPnuIIlC0rEvffGMwE { width:2.5rem;height:2.5rem;top:36.75rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzQLTDPXCO5QDemuGG0DJlk8ntZTV3zd { width:3.4375rem;height:3.4375rem;top:36.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrRoAKIKocxBDvzX0dK2Gc6r3zA6iFgA { width:20rem;height:3.8984375rem;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHCk2VgH4kx3taixT6W9LiJqTVSZqnws { width:20rem;height:7.19925rem;top:44.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgoKF0ha4WbGrIJOKcExqHT7wTx6vCBr { width:20rem;height:1.94921875rem;top:57rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dl4i0hVfwqEGnKxMtTpEO8RyaGeBFbz6 { width:20rem;height:7.19925rem;top:59.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8LhRqu67vRZ2ADWBfhb5TFBTGQTAdk3 { width:2.5rem;height:2.5rem;top:54.125rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0N6iKENpCiisRyEw7XXNpwR3e7U0X04 { width:3.4375rem;height:3.4375rem;top:53.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyVUWGT5ucIskRydU13hMdTqEuRtwQ8I { width:20rem;height:1.94921875rem;top:75.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #le7rbmAMqGtdnGKin0QZtTRcOQ4QxU9n { width:2.5rem;height:2.5rem;top:72rem;left:8.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDg6D2ZAalhZ6ty1gcmaL37w7My6mRon { width:3.4375rem;height:3.4375rem;top:71.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMhyNkLaOARDbpm75olGTktF7l7rNUZG { width:20rem;height:7.19925rem;top:78.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 { background-color:#83dbe2;background-image:none;display:block; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container { background-color: transparent; background-image: none; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container > .video-iframe-container { display: none; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row > .video-iframe-container { display: none; }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .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); }#iVbuGoeTO2knxaw3NlJChwhJozvmJFI6 > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IABwkNd5MttFO553DfNb8cAPR4Llqqdk { width:20rem;height:1.94921875rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdx91LTMwJ2pyBEbVQTxXUZkIJM4tRJK { width:20rem;height:7.19925rem;top:8rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPohloU4CmPMLnXdM7JfA0ET1KUzxEzB { width:3.4375rem;height:3.4375rem;top:0.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGZiQePgkZvzDoGvCOrTKFRWO4hCki9S { width:2.5rem;height:2.5rem;top:1.3125rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q51RmxxO3bm36iIBIRxFcFTMMB5Xycaf { width:20rem;height:7.19925rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnQtFoXA4dSur2NKwOu7dfLiznBJ13bO { width:20rem;height:1.94921875rem;top:18rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNeKRJ1iMO0KzTkcCTIpR2vlQM2OifB8 { width:2.5rem;height:2.5rem;top:15.125rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5oRVUVQyT5C32Py4VLtssHAD4ygIySC { width:3.4375rem;height:3.4375rem;top:14.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCEcGD8K5rP0w1VzUSwDNNotXccICpa { width:2.5rem;height:2.5rem;top:31.0625rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1balJgAlSKs0rE78GJUl2DrhBuTOlT { width:3.4375rem;height:3.4375rem;top:30.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGClgUrsXqeObkvuCGfhlva0c9k7vmkQ { width:20rem;height:3.8984375rem;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUSZE2w166ylucTz81Q6fXdVIAoFThcE { width:20rem;height:7.19925rem;top:37.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4aKXyiT543dHIOK9QBUfCvJTIBmlBNf { width:20rem;height:1.94921875rem;top:49rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVAAetJdWodmu9rTdfrFhK5pErlFfAT { width:20rem;height:7.19925rem;top:52.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXkR0goOihv6iLs2dL6gCUxc2Isu1XfI { width:2.5rem;height:2.5rem;top:46.125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNBS4iJRbzD3MKpECiBZsk6cisvlyKo { width:3.4375rem;height:3.4375rem;top:45.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCyauicLSL9pOqKlSfxS3qJv0wqMDQWT { width:2.5rem;height:2.5rem;top:61.75rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk0QQh2pMpmFu91cEXSpZZrWouHhdTIu { width:3.4375rem;height:3.4375rem;top:61.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfZdXKTTMJFcDQfHSto1cgKvsAnOl7U { width:20rem;height:1.94921875rem;top:64.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EweubwdwZ7WhUaGqCvTCxRRp7nFItm { width:20rem;height:7.19925rem;top:68.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebJbQFTkORQrv23nBceTqnyNyK0JsFM5 { width:3.4375rem;height:3.4375rem;top:76.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvxN1AfF3iKTT6aSuWpatsDTLelO7UXQ { width:2.5rem;height:2.5rem;top:77.15625rem;left:8.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIBirCTCPMV5g9f6ks3MoZkIO0UcMyw6 { width:20rem;height:1.94921875rem;top:81.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnAwcnutnPviOSLmbIOLk40qEFqbMFfT { width:20rem;height:7.19925rem;top:84.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S { display:block; }#RM7eG6tyOlShyJ80MyyC0bDTQpCvTT3S > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS { background-color:#04253a;background-image:none;display:block; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container { background-color: transparent; background-image: none; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container > .video-iframe-container { display: none; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row > .video-iframe-container { display: none; }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .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); }#bhqXPP2gi9OCtDl191Vuc11ATiPGa4SS > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6wZTmngbMaaSMU7kfqHVVEa6CI2W6kw { width:20rem;height:3.0869125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXBePva5GX20lHSfQTxTWBnk06sEcq2o { width:4.375rem;height:4.375rem;top:6.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqMFrxvr5BET0uraFDkKXHNEVATtxvwo { width:16.9375rem;height:3.8984375rem;top:12rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USP6cmX6Mzo66A4FCCm0yEEbDMA4FEGh { width:16.9375rem;height:51.1874625rem;top:16.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTinGEpxFIHLiVtWp5K5Os8reUehRM5N { background-color:#ffffff;background-image:none;display:block; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container { background-color: transparent; background-image: none; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container > .video-iframe-container { display: none; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row > .video-iframe-container { display: none; }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .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); }#BTinGEpxFIHLiVtWp5K5Os8reUehRM5N > .row .container { width:20rem;height:95.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zve7nh2XT4ZdzOLUzLV1TEC6SeRUXr36 { width:4.375rem;height:4.375rem;top:16.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrCK1mQX60bKr5B5snIb2vGV0grpJR6k { width:16.9375rem;height:1.94921875rem;top:20.75rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ge5EIax8q2NtrM2FzKziwZLvcCml2p3n { width:16.9375rem;height:9.597625rem;top:22.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiVGiBk3n0Wk74SkLtUZWoJ2D2PtAOy { width:16.9375rem;height:1.94921875rem;top:38.1875rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kT83V1GVfFMoyMmMzuEy502KgbG5ilWK { width:4.375rem;height:4.375rem;top:33.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfGozz07J6gb31gKiDmZ90ZTUmhFW970 { width:16.9375rem;height:11.19725rem;top:40.0625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ida81Mwyr1geydSdutOx2iyN6dqAism3 { width:4.375rem;height:4.375rem;top:73.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4wFzrKkOPy9O8UcCBFVPRm7U4aDK6xB { width:16.9375rem;height:14.3965rem;top:79.75rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhSDnqUuxfBdtGO76CwcIkAieXtJcFC7 { width:16.9375rem;height:12.796875rem;top:59.0625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG0ydWRxbxILGbUVuDb6sXqxopSkFMAi { width:16.9375rem;height:1.94921875rem;top:57.1875rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkycD3i5Sg0TGHLTPzQiyEKgW92datLE { width:16.9375rem;height:1.94921875rem;top:77.875rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxGJ0byqKWiOvewSbwhaWi96X3oUwkBQ { width:4.375rem;height:4.375rem;top:52.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUXyggC61dt0LiCm4CdTfoUHEmNekhq { width:20rem;height:7.9980625rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq { display:block; }#SPnTywHB3AqqRcXG60nIvQ0lSSfaFfrq > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5zbcEA9PA9mHkTMGeLesK8extLhbTJl { width:20rem;height:29.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3xtnDC8lr3zHN5MWI2KL1AMOwNGGqU9 { width:20rem;height:4.548825rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7s1hr4opHtFNpmbvWDynltLfHZnREqa { width:20rem;height:0.0625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfW7htUA5DfOT2TPg9ZPG1W1gQVbfhA { width:20rem;height:0.0625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.375rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#FrPnPqflJala2bk1gGaRkVkiueQpsvDR { 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:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #gkzk2bFUMyCmFhxNpGuyND5vA40A8Pce { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #oTOUNJLoJi76mdTXw4bdT6D09hdbQA4v {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #Glhz1ugfE3zmOZbETMtcTQ1T559b6tvf {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #iTPOU4ZmX544JfoT9BK2BcB2UTrKpf3F { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #LhBkfCkK59pka3Znow9ZVmTQzQtdP1pl {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #P4n4vEX9ofgkGPBWaJUxRl1FN9VT4aOR {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #FhT8pN3D0qATEHU7qAudSTzhe5u526Hg { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #nTrLRS85zgvFv1ItWTm52ruvoLXu66qq {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #PTPTAv2TQa9QyHRtXlqTzdh1Ee988rC3 {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #bGHxtPAIQtGQNAlzKFewrH52UXpSLfRL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #Pxsos1LDFDkex0EB2uLUoIybLIfDh4No {  }
 }@media only screen and (max-width: 763px) { #FrPnPqflJala2bk1gGaRkVkiueQpsvDR #mgTivaMhka0gqh9Cn442QsPI8NSVaxTJ {  }
 }@media only screen and (max-width: 763px) { #osnTCiEMowZ1OJwlfHrc5TtRPks99qRf { width:20rem;height:3.57421875rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9A5XKpiT2zf5ccFzwiErPwOiNCIvJPn { width:18.125rem;height:3.4375rem;top:28.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8WzHtVqEy1DZsEGzCAs4iHT9f7y3pOa { display:block; }
 }@media only screen and (max-width: 763px) { #awGNp24k0fwKiu0gHkuTVoKk63KfChDO { display:block; }#awGNp24k0fwKiu0gHkuTVoKk63KfChDO > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsVzaThB7wcZkOS1p23insy9VMiTa13R { width:20rem;height:1.94921875rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b { display:block; }#uZcOTnTrN0y88V4JaTfruSwyMGTGQS1b > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTxANioJUsO54x2GbmvfCtoIdJv0HpnM { width:20rem;height:12.598625rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNGVecmSeqQdseb2w88tdcedHETbOqy3 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhwfktoMWhCM2wTifx2b8JewhqyWgb7P { width:20rem;height:3.8984375rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXa8rLQ7AzEM2x2wFMM9KJnzoF5n1Zkf { width:20rem;height:7.19925rem;top:26.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhamcnWce9RMrnb5ZwQt0Cwtv1KyNOa { width:20rem;height:3.8984375rem;top:38.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ZsdlJJ2So8ESflK3fUN39KxoLbX5Q1 { width:20rem;height:8.999rem;top:43.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7AFucJDAI5VbZ9BoK4N9RCK6IKctu8q { width:20rem;height:3.8984375rem;top:53.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN4Zs0xX2EqKMzwBapT4UvTdBiAwUiRK { width:20rem;height:8.999rem;top:58.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1wMOwERTuRywgHgHBn05iOm3FxxRuX { width:20rem;height:1.94921875rem;top:68.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObF6tXtOXGuRhLwlg138PAR24IglOPkM { width:20rem;height:7.19925rem;top:72.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0EUxJWtxNq5Z4tb32vmcPWz8B6SBUC { width:20rem;height:5.84765625rem;top:80.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyG0RUk9A5iU6irnkC2uLW1h1rgUTPNk { width:20rem;height:3.5996125rem;top:87.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo { display:block; }#l5PVHPs5WvvXwfCbikVQcTMGquRvhaEo > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcavkBaFq5Ttd1F30RLyFJtHEdqkmgi8 { width:20rem;height:1.94921875rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdhn8bhMTfiNEPsb091AUHeJ5fuT32i8 { width:20rem;height:7.9980625rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUbqcEfXiXaF6sdLxdHVuTQiHFOalgq { width:20rem;height:29.25rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTwhOaD4lTaHmBTNy1K36LsnfB6I7uJK { width:1.875rem;height:1.875rem;top:15.9375rem;left:4.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiu5ihlAiL2PLpI8pizNe4xxdbv2WoT { width:2.5rem;height:2.5rem;top:15.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRg2ETVibOVbVePZ6IrkZKRMBp2TmGAz { width:1.875rem;height:1.875rem;top:15.875rem;left:7.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fSnzpteZeizzE78gKH33QVT78eo1Tm { width:2.5rem;height:2.5rem;top:15.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp1mlPQIToUZmDmbxUn1m3ol0oAqP0Zl { width:2.5rem;height:2.5rem;top:15.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoMoFD36UbQAnCzSxEdk4RO6M3EsiHPk { width:1.875rem;height:1.875rem;top:15.9375rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoFaWVWQMaLru26cSGzQJJ8fJ9hf8z2e { width:2.5rem;height:2.5rem;top:15.625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTBG23iUPRvC0lfWG22CNQ8nkllvUVB { width:1.875rem;height:1.875rem;top:16rem;left:13.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg9T5LwW8LeDTT1WLyvB6ys44L1d9NLh { width:20rem;height:4.548825rem;top:23.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBqlX3fECWxkrpT7EcyqalaMyhGBfdwq { width:20rem;height:0.0625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.375rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:3.625rem;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB { 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:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.9375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #QgJzli1XnGDk2Kup0Piy5TR0wGaKsQEe { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #HndNToJgNGKLa61lqTKfIP5zqPpgiSgn {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #CKqaq0QmCcnIelp0ptSTQiDMzQNrFObW {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #PyDD6q4TKaNq50d1o6plqq0MWDst27Ka { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #uMgbRThQAOHmsNBwD8dcC1okTQWHCJuL {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #MrwWxIVyBTmN7ToVZp7xZmL1ugitJuEL {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #h9tmdbSWseXqeiELVS3q1HT7ce0RIQoS { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #QQ9SfsMleDCpDeltoo0E0BQHIXRy7zun {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #hqTw3b442qgMUSVZXqVTr5HLvRyCd7e7 {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #BxXXToilSgLiafdi45QDnuXi7A1T6f1c { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #zwm9sNEATCwTPVSI6z3Tn951gP5TR6JD {  }
 }@media only screen and (max-width: 763px) { #lJWHHHfFciTAoo0H8iXzWSbFsaAgSnyB #qHwVuMyPXSpDT9mCoMzT20TTH7si1ihl {  }
 }@media only screen and (max-width: 763px) { #TxNc4yOoLWFWpLIuI9dOCMeQcqOZXxL1 { width:20rem;height:0.0625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZTWrLK6yfrvD4x23UopfhTLVNTNwM6 { width:20rem;height:3.57421875rem;top:41.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEiqvNA2LPJPeVL3ZSXvKfpmno3i3JLk { width:18.125rem;height:3.4375rem;top:45rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3pqEig5rqADaNTGt7DUyFaTtly5lJKG { display:block; }
 }