.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row .container { background-color: transparent; background-image: none; }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row .container > .video-iframe-container { display: none; }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row > .video-iframe-container { display: none; }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .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); }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row .container { border-width: 0; border-radius: 0; }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#OWsR7VQFMT1eP4GXTbHEXlCHoGmooT4w { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:7.125rem;top:0rem;left:6.9375rem;overflow:hidden;display:block; }
#SDnqoZvAIN5K6FozVmKxQNlnxQiGTN5y { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.65625rem;left:54.257032394409rem;display:block; }
#Emy3TzuUtBpMpNu1wbiqfvgqXWl9GtqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e306263c-2f6a-455a-8e98-0a0c98dad796/Projektbeztytuu4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#lFRbS7DXrcpg0M0GFSiF2cZxNTNsJ8O0 { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:9.125rem;left:7.1875rem;height:7.3125rem;font-style:normal;display:block; }
#PZvIech03tU08KvUbiK5U4tpef8hR8l7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:7.625rem;left:56.625rem;overflow:hidden;display:block; }
#IwvRBTpJCzsPOkZP0cfdbKrTsFibJ60o { color:#ffffff;display:block;width:45.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18.96875rem;left:7.15625rem;height:;display:block; }
#cVZaByKhsUzBm7GRHWPPGoVVmOmc0VFT { position:absolute;display:block;z-index:100005;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.5) ;height:33.125rem;width:58.875rem;top:25.812500953674rem;left:8.0625rem;display:block; }
#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l { position:relative;display:block; }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l { background-color: transparent; background-image: none; }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .row .container > .video-iframe-container { display: none; }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .row > .video-iframe-container { display: none; }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .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); }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l { border-width: 0; border-radius: 0; }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .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:18.8125rem;width:75rem;position:relative;display:block; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII { position:relative;display:block; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII { background-color: transparent; background-image: none; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .row .container > .video-iframe-container { display: none; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .row > .video-iframe-container { display: none; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .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); }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII { border-width: 0; border-radius: 0; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .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:61.6875rem;width:75rem;position:relative;display:block; }#TAAdUEgsxyk3VNS3dzRTvZ5BaurxN4US { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:21.78671836853rem;left:13.03125rem;height:38.8125rem;display:block; }
#zX2i0FCd9q1Jr0J5vSw0WwCEWgq2nGo7 { color:#351c75;display:block;width:45.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:13.03125rem;height:7.3125rem;font-style:normal;display:block; }
#wSXSo8Hpf7rEGld2yH3lT2TTZUcHA3sw { color:#351c75;display:block;width:45.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:13.03125rem;height:9.75rem;display:block; }
#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv { position:relative;display:block; }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv { background-color: transparent; background-image: none; }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .row .container > .video-iframe-container { display: none; }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .row > .video-iframe-container { display: none; }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .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); }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv { border-width: 0; border-radius: 0; }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .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:34.3125rem;width:75rem;position:relative;display:block; }#yuFmnoS5CO2SWQSHbaf79BaAglN0gPJI { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:10rem;left:13.0625rem;height:21.9375rem;display:block; }
#fTHyhQPmxBTqPzzpoyGoJcLEt9JCbbF8 { color:#ff0000;display:block;width:48.5625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.375rem;left:13.1875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr { position:relative;display:block; }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr { background-color: transparent; background-image: none; }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .row .container > .video-iframe-container { display: none; }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .row > .video-iframe-container { display: none; }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .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); }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr { border-width: 0; border-radius: 0; }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .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:57.0625rem;width:75rem;position:relative;display:block; }#Z8UUyySziJB2t4HHpd1VuZoDlNs5kZ3u { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:14.875rem;left:13.0625rem;height:40.5rem;display:block; }
#K2rop5rlUIDRshqzbRfz65MtWC1ST7RT { color:#ff0000;display:block;width:48.5625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.1875rem;height:11.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AthUudV1bIOMVBALUDc98OAo8FDwRESn { position:relative;display:block; }#AthUudV1bIOMVBALUDc98OAo8FDwRESn { background-color: transparent; background-image: none; }#AthUudV1bIOMVBALUDc98OAo8FDwRESn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .row .container > .video-iframe-container { display: none; }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .row > .video-iframe-container { display: none; }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .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); }#AthUudV1bIOMVBALUDc98OAo8FDwRESn { border-width: 0; border-radius: 0; }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .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:70rem;width:75rem;position:relative;display:block; }#GWIdUQXbLvtovwPbeXiINWgcpSe8quJb { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:5.9999995231628rem;left:13.03125rem;height:23.625rem;display:block; }
#UMLoTw60XxJ6ykn6zlIlJ04wW1SG8lOS { color:#ff0000;display:block;width:48.5625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.1875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhBmbCU2lKMxNiwBQkkkkadHsKeISgz2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(178,178,178,0.5) ;height:32.8125rem;width:43.75rem;top:33.737501144409rem;left:15.625rem;overflow:hidden;display:block; }
#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1abc9c;background-image:none;position:relative;display:block; }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row .container { background-color: transparent; background-image: none; }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row .container > .video-iframe-container { display: none; }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row > .video-iframe-container { display: none; }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .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); }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row .container { border-width: 0; border-radius: 0; }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#GsOoTilP30e5az7V0Re4cTIAo4EsdNXJ { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:9.6234374046325rem;left:13.03125rem;height:28.6875rem;display:block; }
#aspDHQHlvpKIKWLEQoAgmqEGE2r7gdun { color:#fdf100;display:block;width:48.5625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.1875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O { position:relative;display:block; }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O { background-color: transparent; background-image: none; }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .row .container > .video-iframe-container { display: none; }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .row > .video-iframe-container { display: none; }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .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); }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O { border-width: 0; border-radius: 0; }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#HuAdAKb3UBUr7lfhfPA48iOHPbD8IG84 { color:#264660;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SEZF0K5GXTwniQM4lJTXb9fPO4zmzDsb { color:#000000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:10.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.620625rem;padding-right:0.5525rem;padding-bottom:0.620625rem;padding-left:0.5525rem;display:block;align-items:center;width:3.315rem;min-width:3.315rem;height:3.335rem;position:relative;font-family:"open sans";font-size:2.481875rem;font-weight:400;line-height:53.36px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.42rem;height:1.31875rem;position:relative;font-family:"open sans";font-size:0.930625rem;font-weight:700;line-height:21.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:21.6875rem;height:6.2825rem;padding-top:0.0775rem;padding-right:0.07875rem;padding-bottom:0.0775rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.6875rem;left:26.0625rem;z-index:100002; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #GSMxIu4c9uJ7BoQhnOOc7nuSmOFrtTVX { display:flex;position:relative;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #J3fhpOcrbccqFKqB3THyWI3obUy90V9v { width:auto; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #pX3J5mcH6vTMeBPBBwEGnArEkvolWATO {  }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #mDK1GyDC8B9Lo0bsi15PwMfCfTs6fwsi { display:flex;position:relative;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #QMyrIm9krTsRwk2VcMPQKXuNF5rrZTFu {  }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #an6ErWoDRUCbAHiQLUho77TIasXNEd2C {  }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #HHi5EcrieQpJQcmqLcIbwz74IEO78qxM { display:flex;position:relative;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #EgcPmtIf081vblFw4FVfTbod7V2caNK4 {  }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #KRTVSTRM6sFl6FN8WkyBRNspPaomOks9 {  }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #VUo2WPTQNf8wnnRXr5TWzeJCrZuxiQeJ { display:flex;position:relative;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #pTSE8TcgXo7Kt1ltA6CyxHREhvrnXD7X {  }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #yEAR0MHwW2VPwdJ5uo1MRWyHSgZb9Bfo {  }
#QqdfbWoq12DbSo8py7XlqkOUkSg2x7mG { color:#ff0000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:26rem;left:10.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgtC9DCuO28bFEWChOerxnKyIQ8BIldn { color:#00cc04;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.125rem;left:10.125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n8XdL8gp8naZm4xHwqrQcHiRrtbWkuhP { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(155,155,155,0.5) ;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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.5625rem;height:6.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.0625rem;left:12.375rem;display:block; }
#fSvpI5sSZEUID5B22nqE0NHspB9S15zs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S5OsRi0oNb62rRoZS2ZeA9RDH5Gra31n { position:absolute;display:block;z-index:99999;background-color:#e3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cce2ff;border-left:0.1875rem solid #cce2ff;border-right:0.1875rem solid #cce2ff;border-bottom:0.1875rem solid #cce2ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:46.5625rem;width:61.0625rem;top:3.0625rem;left:6.8125rem;display:block; }
#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ { position:relative;display:block; }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ { background-color: transparent; background-image: none; }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .row .container > .video-iframe-container { display: none; }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .row > .video-iframe-container { display: none; }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .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); }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ { border-width: 0; border-radius: 0; }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .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:36.9375rem;width:75rem;position:relative;display:block; }#SM57RFvBVU8xVsEBDrMausRm18SqFUzT { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:9.49843788147rem;left:13.03125rem;height:25.3125rem;display:block; }
#y2VANAMyvsfyu0TUwlCsExPNt76EEVcL { color:#ff0000;display:block;width:48.5625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.1875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdfM58dHJVMosugo6D35iGo7UAlub44m { position:relative;display:block; }#XdfM58dHJVMosugo6D35iGo7UAlub44m { background-color: transparent; background-image: none; }#XdfM58dHJVMosugo6D35iGo7UAlub44m::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .row .container > .video-iframe-container { display: none; }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .row > .video-iframe-container { display: none; }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .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); }#XdfM58dHJVMosugo6D35iGo7UAlub44m { border-width: 0; border-radius: 0; }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .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:47rem;width:75rem;position:relative;display:block; }#uBgrSdA5sKqlA7UiAgoQ8twyFvFpgCZG { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:11.810937404633rem;left:13.03125rem;height:33.75rem;display:block; }
#r7TptiaipRkp3nWoahga7pTqH2EZzbl2 { color:#ff0000;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.625rem;left:15.96875rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LITgDO7MqgzL0gaR64cQmxLdntXagyNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#351c75;background-image:none;position:relative;display:block; }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row .container { background-color: transparent; background-image: none; }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row .container > .video-iframe-container { display: none; }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row > .video-iframe-container { display: none; }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .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); }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row .container { border-width: 0; border-radius: 0; }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#TtOPNP0fvn6z819KJ8Xn7C8AHWPA1c0l { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:38.899218559265rem;left:13.03125rem;height:5.0625rem;display:block; }
#H41dPn5GJ7r90R977urvmJNaT0CovF9H { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:3.7375001907349rem;left:13.03125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#ZvFM3qVUsUWqn7Xk2NVz865x2t1PAMiv { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:8.737500190735rem;left:13.03125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PmdBfZOrNUPJoprsfhf49BlTPKJGU6l9 { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:14.21249961853rem;left:13.03125rem;height:19.6875rem;text-align:center;text-align-last:center;display:block; }
#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f { position:relative;display:block; }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f { background-color: transparent; background-image: none; }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .row .container > .video-iframe-container { display: none; }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .row > .video-iframe-container { display: none; }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .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); }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f { border-width: 0; border-radius: 0; }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .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:48.25rem;width:75rem;position:relative;display:block; }#r6KJuFE1vcafw6ZFPaD0uMiXRXIAuBUi { color:#351c75;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:3.25rem;left:29.3125rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNFcPEtVSTO8vdvw1p4SrlL5LlTVFsab { color:#351c75;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.8125rem;left:26.3125rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXbzTxcKmrSNxmweePC8vBiF60Sd0es2 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:1.25rem;left:13.03125rem;overflow:hidden;display:block; }
#h2QH3QvzcdGhZTRoJe4ApIuughOdgTSJ { color:#2f2f2f;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:15.6875rem;left:26.3125rem;height:30.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCJio2030VGT6gDa5X5IWT8rWClL4I1T { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:0.4375rem;left:25.5rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffeef;background-image:none;position:relative;display:block; }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row .container { background-color: transparent; background-image: none; }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row .container > .video-iframe-container { display: none; }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row > .video-iframe-container { display: none; }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .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); }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row .container { border-width: 0; border-radius: 0; }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#QUWl3LgTmtUoh1v92xDpvORmeVOdEonT { color:#351c75;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:3.2375011444092rem;left:30.750001907349rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0UoX8C27zkf87gZ62zCD067i5oueiKb { color:#351c75;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.8125rem;left:26.3125rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nxbnm9mV9GPJ66Zstsg5y6CnTrdNwrqm { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:1.25rem;left:13.03125rem;overflow:hidden;display:block; }
#gGqduOenOO81F409tV8e5g3ccs8VoZOb { color:#2f2f2f;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:15.6875rem;left:26.3125rem;height:25.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mp0la6fZJ7GSXvqFeDPKBpEmZH12s6JB { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:0.4375rem;left:26.312501907349rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 { position:relative;display:block; }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 { background-color: transparent; background-image: none; }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .row .container > .video-iframe-container { display: none; }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .row > .video-iframe-container { display: none; }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .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); }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 { border-width: 0; border-radius: 0; }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .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:33.75rem;width:75rem;position:relative;display:block; }#bVe1t6TCf0Mqv4tZSTAThJodgsxnwco8 { color:#351c75;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:3.2375011444092rem;left:30.750001907349rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aF1dp4AHUTMi4fqP345XwTvrLBNR2mpz { color:#351c75;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.8125rem;left:26.3125rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gd9RbOMpNrIElN80uanVLJdXeSbtxq7A { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:1.25rem;left:13.03125rem;overflow:hidden;display:block; }
#VudrtC8dvIrmGayVSHEb8IvddokBJ0kf { color:#2f2f2f;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:15.6875rem;left:26.3125rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMIh4vnlLepks6mHAia7rbcewwwmfLEN { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:0.4375rem;left:26.312501907349rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffeef;background-image:none;position:relative;display:block; }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row .container { background-color: transparent; background-image: none; }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row .container > .video-iframe-container { display: none; }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row > .video-iframe-container { display: none; }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .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); }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row .container { border-width: 0; border-radius: 0; }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#VoZPgrXy9zxssMIJA81zMpoBa7LIogUO { color:#351c75;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:3.2374992370606rem;left:31.125001907349rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsEo222KRbuR5ecc11xdOk9HmieQg6Bi { color:#351c75;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.8125rem;left:26.3125rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nol54Xp9EvRKSpGoWyhtyc4xH8HPT0rD { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:1.25rem;left:13.03125rem;overflow:hidden;display:block; }
#w0sh955zh9SI5GEEOSEFTy2tWizC3Tff { color:#2f2f2f;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:15.6875rem;left:26.3125rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4qxcyZ2fXe7r1S5Ou4Zqb3afrEEBVOu { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:0.4375rem;left:26.312501907349rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq { position:relative;display:block; }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq { background-color: transparent; background-image: none; }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .row .container > .video-iframe-container { display: none; }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .row > .video-iframe-container { display: none; }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .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); }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq { border-width: 0; border-radius: 0; }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .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:38.25rem;width:75rem;position:relative;display:block; }#wFWWX9otqK0x0saeLDGoROFUFVReoSzd { color:#351c75;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:3.2374992370606rem;left:30.937501907349rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRRl4Sp7eKacykEdA0M1lmHJIavliS2u { color:#351c75;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.8125rem;left:26.3125rem;height:3.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTvts8NAUdITZekqUxPGIA9hnQ0QsI2H { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:1.25rem;left:13.03125rem;overflow:hidden;display:block; }
#fEHAINSv7PRZARxH3nCnvnHXr8htRkic { color:#2f2f2f;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:15.6875rem;left:26.3125rem;height:18.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C73nJqAM3rd0sGJqkElloeNeZoQpAnkQ { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:0.4375rem;left:26.312501907349rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffeef;background-image:none;position:relative;display:block; }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row .container { background-color: transparent; background-image: none; }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row .container > .video-iframe-container { display: none; }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row > .video-iframe-container { display: none; }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .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); }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row .container { border-width: 0; border-radius: 0; }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#P6AU1kXbvUPA0eU7ruNyJkkSJIXHSZ4g { color:#351c75;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:3.2374992370606rem;left:30.937501907349rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lU9fnSnKWlsf7wDTJHsATWrDGeFPiS9x { color:#351c75;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.8125rem;left:26.3125rem;height:11.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KITtFXhW5Aiu0lT2BTe19IukSdv0HewV { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:1.25rem;left:13.03125rem;overflow:hidden;display:block; }
#yIHzVIa2txKnrhZaTprFUbE4JWSaIs1G { color:#2f2f2f;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:23.124976158142rem;left:26.312501907349rem;height:28.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#brO3VL9TBQPFP7Twfbgy4mnThZf6WkvH { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:0.4375rem;left:26.312501907349rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z { position:relative;display:block; }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z { background-color: transparent; background-image: none; }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .row .container > .video-iframe-container { display: none; }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .row > .video-iframe-container { display: none; }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .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); }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z { border-width: 0; border-radius: 0; }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .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:61.0625rem;width:75rem;position:relative;display:block; }#OTFuGai3m1RbeyZbUvXinRgsD6VJe2vK { color:#351c75;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:3.2374992370606rem;left:30.937501907349rem;height:3.15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hCT0Ty48MsTCuUiNQIwAT3DMLxCBmCGy { color:#351c75;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:9.8125rem;left:26.3125rem;height:5.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kqNQoevk6v3pXz6MWa2yL6nVL7JNbub5 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:1.25rem;left:13.03125rem;overflow:hidden;display:block; }
#xpZX2TPo9NyWRkuerVFamU4tnwCEflyt { color:#2f2f2f;display:block;width:35.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:16.936717987061rem;left:26.312501907349rem;height:42.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KF9skTVBf8z6LltMvZtLpCtV0C7ioPoz { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:0.4375rem;left:26.312501907349rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ { position:relative;display:block; }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ { background-color: transparent; background-image: none; }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .row .container > .video-iframe-container { display: none; }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .row > .video-iframe-container { display: none; }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .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); }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ { border-width: 0; border-radius: 0; }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#VEhHUAQBNU2byVkBwo4O6Wht8cIEge4A { color:#264660;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gb3Cdw7TPSxrdCcIOCI48QvS5DWHk7UT { color:#000000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:10.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.620625rem;padding-right:0.5525rem;padding-bottom:0.620625rem;padding-left:0.5525rem;display:block;align-items:center;width:3.315rem;min-width:3.315rem;height:3.335rem;position:relative;font-family:"open sans";font-size:2.481875rem;font-weight:400;line-height:53.36px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.42rem;height:1.31875rem;position:relative;font-family:"open sans";font-size:0.930625rem;font-weight:700;line-height:21.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:21.6875rem;height:6.2825rem;padding-top:0.0775rem;padding-right:0.07875rem;padding-bottom:0.0775rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.6875rem;left:26.0625rem;z-index:100002; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #dKWuNPRfZsibNe3BO0Fv8FyOK7KJ6BV6 { display:flex;position:relative;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #Tm3brmUeJZvDsABZWHcynx8SEx1EIm3O { width:auto; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #bnOq5pg2ioxB2vQp4OMLS61Pxpqcz585 {  }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #QsmbUMiXsVrwkxxQ1ltOJN5CTy8denP2 { display:flex;position:relative;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #NvmB9eTpcBnTv23fADLdZSKemTmJdNXV {  }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #SXNV9IeonKMLeNSwrqyzBy6OZ7urOycU {  }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #DC3wuPJSxQXh0EQBmlUBiwNXA41i2Igz { display:flex;position:relative;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #BEbU7frZgngKNMRknJ5dzPJg51ML2rq7 {  }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #Oy9fdeMpD0pkuGqoMCTs2C21ZmstTotW {  }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #C1AynyaceZ4BHvQt9wpkMa2pxbkiezue { display:flex;position:relative;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #c5xUQT3u1PQpiCrLboSLxxcH6FZ3Q8rv {  }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #liDz3KexaXHpNJg3a8ALIVfbE24muw7P {  }
#sMB4Abdb3PgNLQa9GTQ5z5e17xWxy2h0 { color:#ff0000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:26rem;left:10.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uo6gHO1TIMuZUUmt7yNhR56TXW6x42xn { color:#00cc04;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.125rem;left:10.125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3KmqpMqVIvVNTgFpMgUth0vtqks36Rp { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(155,155,155,0.5) ;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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.5625rem;height:6.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.0625rem;left:12.375rem;display:block; }
#E3DeDXMapts6GLU0s87hE2eyyaygT81Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#izFTczLxWAtKelFKUCCqRNb1fwaLHSce { position:absolute;display:block;z-index:99999;background-color:#e3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cce2ff;border-left:0.1875rem solid #cce2ff;border-right:0.1875rem solid #cce2ff;border-bottom:0.1875rem solid #cce2ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:46.5625rem;width:61.0625rem;top:3.0625rem;left:6.8125rem;display:block; }
#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdbc00;background-image:none;position:relative;display:block; }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row .container { background-color: transparent; background-image: none; }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row .container > .video-iframe-container { display: none; }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row > .video-iframe-container { display: none; }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .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); }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row .container { border-width: 0; border-radius: 0; }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row .container { font-size:0.875rem;font-family:arial;height:109.75rem;width:75rem;position:relative;display:block; }#x8tRKE2nn1t92POsDpk9Kecdxo9PSEHp { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8492193222046rem;left:12.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBM1SAaEOm0lLaJp4vtBJNPfi6bqgam2 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:8.8750004768369rem;left:30.780469894409rem;height:94.5rem;display:block; }
#EvocWfHc6T1MkKbkTUPX1pdvTkR9NUuo { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:16.962524175644rem;left:13.03125rem;overflow:hidden;display:block; }
#dhL7f6P3OD3Uk03CuxpIf3s07g4vor4o { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:33.124244451523rem;left:13.03125rem;overflow:hidden;display:block; }
#W1pscg3qn3K4o67e8nZVhMZ6lxpc91rN { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:47.911720037461rem;left:13.03125rem;overflow:hidden;display:block; }
#NmHinMpdBMoq5oCITcO3xnKu8A5aP0w6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:63.874999761581rem;left:13.03125rem;overflow:hidden;display:block; }
#gFaFETl9tny2QMAFWcXaBAe2oZFyFRQn { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:79.812500715256rem;left:13.03125rem;overflow:hidden;display:block; }
#A8TVAm8mRRr4lccl61JhqC9hiGmvMMyh { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:95.47500014305rem;left:13.03125rem;overflow:hidden;display:block; }
#zG85hFarQgoWvLiomui353yu55N3rTGL { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:8.875rem;left:13.03125rem;height:3.375rem;display:block; }
#Mz6DmvxFdCDeIq16y1trJ86Iv42MQW5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdbc00;background-image:none;position:relative;display:none; }#Mz6DmvxFdCDeIq16y1trJ86Iv42MQW5v > .row .container { border-width: 0; border-radius: 0; }#Mz6DmvxFdCDeIq16y1trJ86Iv42MQW5v > .row .container { font-size:0.875rem;font-family:arial;height:109.75rem;width:75rem;position:relative;display:none; }#sxqBeTnmt2X824qE28rgPoavUg1elgtE { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8492193222046rem;left:12.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rzlqLEADghRfQtw5DTMzMKfLaQzwDi6w { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:8.8750004768369rem;left:30.780469894409rem;height:94.5625rem;display:block; }
#mzdvoQ56mLAEkipi5euKC9lQnV9ZRbmQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:16.962524175644rem;left:13.03125rem;overflow:hidden;display:block; }
#ewt2OPLwOfZcMORhSqxt8c1IwiE61bsS { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:33.124244451523rem;left:13.03125rem;overflow:hidden;display:block; }
#k1FqkZiAxU4apcHIT0WLoyPo0vRRNavL { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:47.911720037461rem;left:13.03125rem;overflow:hidden;display:block; }
#ewZy3lmnXA2quRyxOSxonkozCTCDUiIg { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:63.874999761581rem;left:13.03125rem;overflow:hidden;display:block; }
#SsH53Ngy76oegamgsByWSvF02I3QVRT5 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:79.812500715256rem;left:13.03125rem;overflow:hidden;display:block; }
#boHkHqIvzI9NGG5WkFP0FmA4NP4DN5QJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:95.47500014305rem;left:13.03125rem;overflow:hidden;display:block; }
#qTMugipOoMBzK9qNmoSidsuzq7s6btUq { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:8.875rem;left:13.03125rem;height:3.375rem;display:block; }
#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fd8f00;background-image:none;position:relative;display:block; }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row .container { background-color: transparent; background-image: none; }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row .container > .video-iframe-container { display: none; }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row > .video-iframe-container { display: none; }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .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); }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row .container { border-width: 0; border-radius: 0; }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#d8fQK6tISkiZytsVIlgO9mXndWHvVeGT { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:13.49848651886rem;left:30.75rem;height:32.0625rem;display:block; }
#DE6BS2MO0clkdOGVEKfgoCNWlv2eyge7 { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.6374988555908rem;left:13.03125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpHwMS7FysPDsm5VKOOwznFNo3ot42dl { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.46249961853rem;left:13.03125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6ZqGcn25uT3TvWcNdozho6Un2BAkqol { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:11.248437643051rem;left:13.03125rem;overflow:hidden;display:block; }
#DSJyzOPvhLN6ZOLZaJ50IZCRsdMPyOog { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:22.850000143051rem;left:13.03125rem;overflow:hidden;display:block; }
#TuHdOVpru0tn55kZhecQC0mbvukSESEI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:37.47500038147rem;left:13.03125rem;overflow:hidden;display:block; }
#VDropCMNxoLmirfswP6RshFbAy7JNfFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fd8f00;background-image:none;position:relative;display:none; }#VDropCMNxoLmirfswP6RshFbAy7JNfFo > .row .container { border-width: 0; border-radius: 0; }#VDropCMNxoLmirfswP6RshFbAy7JNfFo > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:none; }#MiQn5cz94nqtfKm5Q3eEOrLsRHT0MiOI { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:13.49848651886rem;left:30.75rem;height:32.0625rem;display:block; }
#WVq9Cyh9QHQ7TA5zzP6Fvnx9L7hUqxxM { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.6374988555908rem;left:13.03125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V17FvLOs01Ig1Vf6LttLZohWfBtoQqgH { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.46249961853rem;left:13.03125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QbM0PdTiAC4E2Ot4bLmql8xQruzKmRMg { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:11.248437643051rem;left:13.03125rem;overflow:hidden;display:block; }
#TTpQeRBlO3Gux0X7QOF3cPQbA87WxP30 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:22.850000143051rem;left:13.03125rem;overflow:hidden;display:block; }
#ULAmga0HtfR8TTDgp8Lu6EV0FGb2e6lB { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:15.625rem;top:37.47500038147rem;left:13.03125rem;overflow:hidden;display:block; }
#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ { position:relative;display:block; }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ { background-color: transparent; background-image: none; }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .row .container > .video-iframe-container { display: none; }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .row > .video-iframe-container { display: none; }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .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); }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ { border-width: 0; border-radius: 0; }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#woNPWKKTJLRrK3It5PDhSAmsFOOnQDmI { color:#264660;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqbppaZ0OPHfAzHkdo4iTp0TTUbxd4Uy { color:#000000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:10.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.620625rem;padding-right:0.5525rem;padding-bottom:0.620625rem;padding-left:0.5525rem;display:block;align-items:center;width:3.315rem;min-width:3.315rem;height:3.335rem;position:relative;font-family:"open sans";font-size:2.481875rem;font-weight:400;line-height:53.36px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.42rem;height:1.31875rem;position:relative;font-family:"open sans";font-size:0.930625rem;font-weight:700;line-height:21.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:21.6875rem;height:6.2825rem;padding-top:0.0775rem;padding-right:0.07875rem;padding-bottom:0.0775rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.6875rem;left:26.0625rem;z-index:100002; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #EfPTF9Lx70zlwBzuFW4b9D9nN1A7s2nZ { display:flex;position:relative;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #BkdEEPvQfHoQ4nNZBo3gPkWLuU2mZI7v { width:auto; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #gVQX9oUvOpls4FrHShNflw6eUl4dq5K7 {  }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #E9Nrst3s4VrDzZglvD17510LrynVzSXx { display:flex;position:relative;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #fDyTqlwFuGra5Tvf00RUJKlnULFp13v6 {  }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #hQ2IVrpZWueGhCDUXEk4EpuL9HBSzZnC {  }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #tMTPLweVxPepQahTE0dT0LFl3JmWnCKT { display:flex;position:relative;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #FxdUFe50lFFl0Bp6gIs55R03ipMHJh3l {  }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #HBXx69ovlzI7hqSfgTZaebnh6ZqSuw8X {  }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #zwFHMrPyvorDyMxIEt0tfSHd9t83TaNs { display:flex;position:relative;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #yZ94QTx9Urw1AexBg5RVPpiU5wm949TL {  }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #Pwx9fNeJNxqIU7PlTHcmbebzUW9zkcL0 {  }
#hxa4K68dK0a5q364CrPJTUxBCSn7btnL { color:#ff0000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:26rem;left:10.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMRA3uebTpWxabMcxMX48Fzl8E7p0Lkx { color:#00cc04;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.125rem;left:10.125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixlc3az0FwmOpDVIDb7JVapTUshkgAV2 { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(155,155,155,0.5) ;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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.5625rem;height:6.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.0625rem;left:12.375rem;display:block; }
#Iq2xTlbKMmQP3BllMifFHzTklB2kQLKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yN7akygdzaa8V67KQMFZ4dZdQTChz0iQ { position:absolute;display:block;z-index:99999;background-color:#e3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cce2ff;border-left:0.1875rem solid #cce2ff;border-right:0.1875rem solid #cce2ff;border-bottom:0.1875rem solid #cce2ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:46.5625rem;width:61.0625rem;top:3.0625rem;left:6.8125rem;display:block; }
#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC { position:relative;display:block; }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC { background-color: transparent; background-image: none; }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .row .container > .video-iframe-container { display: none; }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .row > .video-iframe-container { display: none; }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .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); }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC { border-width: 0; border-radius: 0; }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .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:32rem;width:75rem;position:relative;display:block; }#Z4xczkDdOVCkeHIkIF8LRPUPg2MlUTem { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:6.6250123977663rem;left:13.03125rem;height:23.625rem;display:block; }
#mdwO0dOA67yTws4GPkG0wzGvqnBSSVnr { color:#ff0000;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.625rem;left:15.96875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w { position:relative;display:block; }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w { background-color: transparent; background-image: none; }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .row .container > .video-iframe-container { display: none; }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .row > .video-iframe-container { display: none; }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .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); }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w { border-width: 0; border-radius: 0; }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .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:144.3125rem;width:75rem;position:relative;display:block; }#UVD4oUDE3ElfWrmoQ7vkNdS0HcoupODV { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:8.9375002384187rem;left:13.03125rem;height:18.5625rem;display:block; }
#iAPTfezuPbXAOf2735gJOstXB9FLK5Mk { color:#ff0000;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.625rem;left:15.96875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsgcLLu8QfZzxxEVOr1WaK2dkHEHzty4 { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:28.75rem;width:46.875rem;top:29.27499961853rem;left:14.0625rem;overflow:hidden;display:block; }
#SBdJBdeDlBWcyiyxAF0p2mf1QkiFka6B { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:61.087501525879rem;left:13.03125rem;height:13.5rem;display:block; }
#dP34TwyeqeWw5nTrKtNfZiIvkWuKKdFW { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:34.375rem;top:76.450000762938rem;left:20.3125rem;overflow:hidden;display:block; }
#D3VnmNfyoLOLVy8g1ok2Wzw8NDSkrRc0 { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:91.450004577638rem;left:13.03125rem;height:50.625rem;display:block; }
#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 { position:relative;display:block; }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 { background-color: transparent; background-image: none; }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .row .container > .video-iframe-container { display: none; }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .row > .video-iframe-container { display: none; }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .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); }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 { border-width: 0; border-radius: 0; }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .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:37.3125rem;width:75rem;position:relative;display:block; }#EMss3aphXvBq4OipgAPcdFkoW469xfCf { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:6.3749990463256rem;left:13.03125rem;height:15.1875rem;display:block; }
#yp8FXGL2b2ChOGS7ONDUDGdvfrlLnLVl { color:#ff0000;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.625rem;left:15.96875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZCml1tLsdAqt0I5zvivLxpCeXp9dt0S { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(155,155,155,0.5) ;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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.5625rem;height:6.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:27.075000047684rem;left:13.71875rem;display:block; }
#MgM4CHNHAfmD4T6KfnlC03BxpGe7Tm5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l { position:relative;display:block; }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l { background-color: transparent; background-image: none; }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .row .container > .video-iframe-container { display: none; }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .row > .video-iframe-container { display: none; }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .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); }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l { border-width: 0; border-radius: 0; }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .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:45.0625rem;width:75rem;position:relative;display:block; }#zevGUfUPEnkocLN3pdGXVsGiMdJsCw3g { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.32421875rem;left:15.96875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VV4NMHnqUufWLJTt4Ur6XKEWzQON9MQi { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:7.4625000953675rem;left:13.03125rem;height:33.75rem;display:block; }
#psqddpkqGiXCUw86MsLpBPyP30lPBFhv { position:relative;display:block; }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv { background-color: transparent; background-image: none; }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .row .container > .video-iframe-container { display: none; }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .row > .video-iframe-container { display: none; }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .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); }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv { border-width: 0; border-radius: 0; }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .row .container { border-top:0.625rem dashed #fd8f00;border-left:0.625rem dashed #fd8f00;border-right:0.625rem dashed #fd8f00;border-bottom:0.625rem dashed #fd8f00;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:103rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#W7reWHaPDFLe6frIvWz3LZoWiLpuSepV { color:#000000;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.7867193222046rem;left:16.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqfVivl8Ah9KUT4kTZT9Twp5AOA32iey { color:#000000;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:8.2867193222044rem;left:16.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTqTH79as7Lno3qo4Gm57BFoKdTWFpLu { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:17.3125rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Go2GuFTAErVTH6CrS8kDw5RqQeeN2CrX { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:20.5rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#ZkcykLkOtGCW5BEi4GwrJFM9dP59eayp { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:24.6875rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrT8yIzAosSsNzBbtdDdpqPPQQISU9Fb { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:27.8125rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#fEG7dOvPTckDzqhwq3DBsUyqF5sJdVJw { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:31.8125rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4v0ifvBK9NwHNpy43mMy28XdAfUtroQ { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:34.9375rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#k45bTx6piB5kc0TBbssG79fIBMsv3LQS { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100020;line-height:1.4;letter-spacing:0;top:39rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkW0k9ATB1bsuR86dkWl7i7ccRu52gPu { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:42.125rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#F7dcqgkIQirB8O4hdDLsPwedpzKg6LQQ { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100022;line-height:1.4;letter-spacing:0;top:46rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mde9HdBOkcqNxZdzEwDBNVw6L2uyin8B { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:49.125rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#vIMLv7xibMxsGMFR7N0mXU4AzOXyhTSO { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100024;line-height:1.4;letter-spacing:0;top:52.875rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mEynmgTfDoQQCgLMPLyPa4ztHWvAy1VH { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:56rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#PZt15ym2UlIw2g378FZzan7yU0hWW2WM { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100026;line-height:1.4;letter-spacing:0;top:59.625rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAu5RzzTgWlbWF7qQ1lvdEoTfMOlaOf9 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:62.75rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#t15yuMO95J0icIlzHF9ZUignMlIdkWQI { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100028;line-height:1.4;letter-spacing:0;top:66.375rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssV6KaLMKcN1ul5q61rJDqNGSPbJpofH { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:69.5rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#i82m9pZtfCCw8d3taoOuyDyw2dpFOQ7o { color:#2f2f2f;display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100030;line-height:1.4;letter-spacing:0;top:73.125rem;left:14.125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHzc9Lavs7ebA2Jrs4ziiEHwyaeB2gP6 { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:76.25rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#H7rrI52toIXenIG5lGEweowWZvyWueCf { color:#2f2f2f;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100032;line-height:1.4;letter-spacing:0;top:80.25rem;left:12.65625rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#st8CcFrMJ5UHlpBHST6o5ATefmlO2Q8w { color:#000000;display:block;width:40.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:83.453125rem;left:20.3125rem;height:2.34375rem;font-style:normal;display:block; }
#akfeFfsQ1bLIZXmeXp3zJJ2tOg81sqJg { color:#000000;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:88.6875rem;left:16.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfMWZLf3Mq7MaUyHa7sxDhJxttf6tx4r { color:#ff004b;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:100033;line-height:1.4;letter-spacing:0;top:91.875rem;left:24.781251907349rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPHHNxqiolOcWuIMqCOTsw3XAnuAV3MG { color:#000000;display:block;width:56.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:12.974220275879rem;left:9.34375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN { position:relative;display:block; }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN { background-color: transparent; background-image: none; }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .row .container > .video-iframe-container { display: none; }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .row > .video-iframe-container { display: none; }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .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); }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN { border-width: 0; border-radius: 0; }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt { position:relative;display:block; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt { background-color: transparent; background-image: none; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .row .container > .video-iframe-container { display: none; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .row > .video-iframe-container { display: none; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .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); }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt { border-width: 0; border-radius: 0; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#IwPu9ng4VoorwdJSdvwD9qdT3RWPUIok { color:#264660;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nqafei343Eq6aV2r5boXOHqxDdfuydJ0 { color:#000000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:10.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.620625rem;padding-right:0.5525rem;padding-bottom:0.620625rem;padding-left:0.5525rem;display:block;align-items:center;width:3.315rem;min-width:3.315rem;height:3.335rem;position:relative;font-family:"open sans";font-size:2.481875rem;font-weight:400;line-height:53.36px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.42rem;height:1.31875rem;position:relative;font-family:"open sans";font-size:0.930625rem;font-weight:700;line-height:21.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:21.6875rem;height:6.2825rem;padding-top:0.0775rem;padding-right:0.07875rem;padding-bottom:0.0775rem;padding-left:0.07875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.6875rem;left:26.0625rem;z-index:100002; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #chpmcyxIrlbTMFO2QZblk4iTQQOPb1FS { display:flex;position:relative;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #zI5m65EyICtU2aC1iZamZTmQEqOJxaeO { width:auto; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #iaZL24KTTcACaISd7HfFqsH10UAIaV8A {  }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #MfETUuMTCuSs1Q5wbis7wVI63MBTfKyW { display:flex;position:relative;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #rOpw2JTyCO8wRGWoRxw4WatesnMepwGR {  }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #IOiJTButIOrBluS0Ty3D6GLwbT2LukG8 {  }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #IiAaTE01g1wSh58qZiOLkKz7no7eG2I3 { display:flex;position:relative;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #y8CWzTu1toQR95KTH2l0aLVCbOAWeW7x {  }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #UXBrGJRqMAOI9E4H8Ly9apDVtJsNOJGV {  }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #dMAtQA0Ef7TxKxtnaZVQzDVBmrTdV7Kx { display:flex;position:relative;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #k9ZI8Ckl7yKsJ213MAgpImvv3DJTNft0 {  }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #sF0hrbGqcOCpRxXWepL0z8R44zz18K4H {  }
#xhx6lNkgsQxc4qJuMevm4xtq94B4p8UL { color:#ff0000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:26rem;left:10.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLcV4d0bNeGrJtbOddXxr1tUusTbbzc5 { color:#00cc04;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:30.125rem;left:10.125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUVV8rUaUOGE86xpfHM7MAT6knTTT4PP { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(155,155,155,0.5) ;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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.5625rem;height:6.25rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.0625rem;left:12.375rem;display:block; }
#EeIIbFkHJhdvCbAu6wbq1ENIktA6o0EL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uxcGDT8vNnIKXO7MlHsQPTmf8XrzrtUf { position:absolute;display:block;z-index:99999;background-color:#e3efff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cce2ff;border-left:0.1875rem solid #cce2ff;border-right:0.1875rem solid #cce2ff;border-bottom:0.1875rem solid #cce2ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:46.5625rem;width:61.0625rem;top:3.0625rem;left:6.8125rem;display:block; }
#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 { position:relative;display:block; }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 { background-color: transparent; background-image: none; }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .row .container > .video-iframe-container { display: none; }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .row > .video-iframe-container { display: none; }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .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); }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 { border-width: 0; border-radius: 0; }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .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:3.25rem;width:75rem;position:relative;display:block; }#TSdy7TspXTZWTiqD4Lmi2vrD9y85tAfP { color:#000000;display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.97422027587888rem;left:18.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx { display:block; }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWsR7VQFMT1eP4GXTbHEXlCHoGmooT4w { top:0rem;left:0rem;width:7.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDnqoZvAIN5K6FozVmKxQNlnxQiGTN5y { width:13.125rem;height:2.625rem;top:0.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emy3TzuUtBpMpNu1wbiqfvgqXWl9GtqM { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFRbS7DXrcpg0M0GFSiF2cZxNTNsJ8O0 { top:9.125rem;left:0rem;width:45.125rem;height:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvIech03tU08KvUbiK5U4tpef8hR8l7 { top:7.625rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwvRBTpJCzsPOkZP0cfdbKrTsFibJ60o { top:18.9375rem;left:0rem;width:45.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVZaByKhsUzBm7GRHWPPGoVVmOmc0VFT { top:25.8125rem;left:0rem;width:47.75rem;height:26.865711252654rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l { display:block; }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII { display:block; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAAdUEgsxyk3VNS3dzRTvZ5BaurxN4US { top:21.75rem;left:0rem;width:47.75rem;height:38.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX2i0FCd9q1Jr0J5vSw0WwCEWgq2nGo7 { top:1.0625rem;left:0rem;width:45.125rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXSo8Hpf7rEGld2yH3lT2TTZUcHA3sw { top:9.9375rem;left:0rem;width:45.1875rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3wOosumhZICL6bxwDgAzJyCOg0X9xcv { display:block; }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuFmnoS5CO2SWQSHbaf79BaAglN0gPJI { top:10rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTHyhQPmxBTqPzzpoyGoJcLEt9JCbbF8 { top:2.375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr { display:block; }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8UUyySziJB2t4HHpd1VuZoDlNs5kZ3u { top:14.875rem;left:0rem;width:47.75rem;height:40.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rop5rlUIDRshqzbRfz65MtWC1ST7RT { top:1.5rem;left:0rem;width:47.75rem;height:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AthUudV1bIOMVBALUDc98OAo8FDwRESn { display:block; }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWIdUQXbLvtovwPbeXiINWgcpSe8quJb { top:5.9375rem;left:0rem;width:47.75rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMLoTw60XxJ6ykn6zlIlJ04wW1SG8lOS { top:1.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhBmbCU2lKMxNiwBQkkkkadHsKeISgz2 { top:33.6875rem;left:2rem;width:43.75rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 { display:block; }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsOoTilP30e5az7V0Re4cTIAo4EsdNXJ { top:9.5625rem;left:0rem;width:47.75rem;height:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aspDHQHlvpKIKWLEQoAgmqEGE2r7gdun { top:1.5rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBy4dyFuptgimnKSqkIHB07EMVpZC3O { display:block; }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuAdAKb3UBUr7lfhfPA48iOHPbD8IG84 { top:4.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZF0K5GXTwniQM4lJTXb9fPO4zmzDsb { top:13.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e { width:18rem;height:5.0625rem;display:flex;top:17.625rem;left:22.58749961853rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #GSMxIu4c9uJ7BoQhnOOc7nuSmOFrtTVX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #J3fhpOcrbccqFKqB3THyWI3obUy90V9v {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #pX3J5mcH6vTMeBPBBwEGnArEkvolWATO {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #mDK1GyDC8B9Lo0bsi15PwMfCfTs6fwsi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #QMyrIm9krTsRwk2VcMPQKXuNF5rrZTFu {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #an6ErWoDRUCbAHiQLUho77TIasXNEd2C {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #HHi5EcrieQpJQcmqLcIbwz74IEO78qxM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #EgcPmtIf081vblFw4FVfTbod7V2caNK4 {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #KRTVSTRM6sFl6FN8WkyBRNspPaomOks9 {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #VUo2WPTQNf8wnnRXr5TWzeJCrZuxiQeJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #pTSE8TcgXo7Kt1ltA6CyxHREhvrnXD7X {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #yEAR0MHwW2VPwdJ5uo1MRWyHSgZb9Bfo {  }
 }@media only screen and (max-width: 763px) { #QqdfbWoq12DbSo8py7XlqkOUkSg2x7mG { top:26rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtC9DCuO28bFEWChOerxnKyIQ8BIldn { top:30.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XdL8gp8naZm4xHwqrQcHiRrtbWkuhP { width:47.5625rem;height:6.25rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSvpI5sSZEUID5B22nqE0NHspB9S15zs { display:block; }
 }@media only screen and (max-width: 763px) { #S5OsRi0oNb62rRoZS2ZeA9RDH5Gra31n { top:3.0625rem;left:0rem;width:47.375rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ { display:block; }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM57RFvBVU8xVsEBDrMausRm18SqFUzT { top:9.4375rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2VANAMyvsfyu0TUwlCsExPNt76EEVcL { top:1.5rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfM58dHJVMosugo6D35iGo7UAlub44m { display:block; }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBgrSdA5sKqlA7UiAgoQ8twyFvFpgCZG { top:11.75rem;left:0rem;width:47.75rem;height:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7TptiaipRkp3nWoahga7pTqH2EZzbl2 { top:1.625rem;left:2.34375rem;width:43.0625rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITgDO7MqgzL0gaR64cQmxLdntXagyNT { display:block; }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtOPNP0fvn6z819KJ8Xn7C8AHWPA1c0l { top:38.875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H41dPn5GJ7r90R977urvmJNaT0CovF9H { top:3.6875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFM3qVUsUWqn7Xk2NVz865x2t1PAMiv { top:8.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmdBfZOrNUPJoprsfhf49BlTPKJGU6l9 { top:14.1875rem;left:0rem;width:47.75rem;height:19.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f { display:block; }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6KJuFE1vcafw6ZFPaD0uMiXRXIAuBUi { top:3.25rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNFcPEtVSTO8vdvw1p4SrlL5LlTVFsab { top:9.8125rem;left:12.0625rem;width:35.6875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbzTxcKmrSNxmweePC8vBiF60Sd0es2 { top:1.25rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2QH3QvzcdGhZTRoJe4ApIuughOdgTSJ { top:15.6875rem;left:12.0625rem;width:35.6875rem;height:30.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJio2030VGT6gDa5X5IWT8rWClL4I1T { top:0.4375rem;left:11.875rem;width:3.8125rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 { display:block; }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUWl3LgTmtUoh1v92xDpvORmeVOdEonT { top:3.1875rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0UoX8C27zkf87gZ62zCD067i5oueiKb { top:9.8125rem;left:12.0625rem;width:35.6875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxbnm9mV9GPJ66Zstsg5y6CnTrdNwrqm { top:1.25rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGqduOenOO81F409tV8e5g3ccs8VoZOb { top:15.6875rem;left:12.0625rem;width:35.6875rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0la6fZJ7GSXvqFeDPKBpEmZH12s6JB { top:0.4375rem;left:12.687501907349rem;width:3.8125rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGlnNizhJGl35vnW6UHurtSE65IbWTE5 { display:block; }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVe1t6TCf0Mqv4tZSTAThJodgsxnwco8 { top:3.1875rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF1dp4AHUTMi4fqP345XwTvrLBNR2mpz { top:9.8125rem;left:12.0625rem;width:35.6875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd9RbOMpNrIElN80uanVLJdXeSbtxq7A { top:1.25rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VudrtC8dvIrmGayVSHEb8IvddokBJ0kf { top:15.6875rem;left:12.0625rem;width:35.6875rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMIh4vnlLepks6mHAia7rbcewwwmfLEN { top:0.4375rem;left:12.687501907349rem;width:3.8125rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 { display:block; }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoZPgrXy9zxssMIJA81zMpoBa7LIogUO { top:3.1875rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsEo222KRbuR5ecc11xdOk9HmieQg6Bi { top:9.8125rem;left:12.0625rem;width:35.6875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nol54Xp9EvRKSpGoWyhtyc4xH8HPT0rD { top:1.25rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0sh955zh9SI5GEEOSEFTy2tWizC3Tff { top:15.6875rem;left:12.0625rem;width:35.6875rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4qxcyZ2fXe7r1S5Ou4Zqb3afrEEBVOu { top:0.4375rem;left:12.687501907349rem;width:3.8125rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq { display:block; }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFWWX9otqK0x0saeLDGoROFUFVReoSzd { top:3.1875rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRRl4Sp7eKacykEdA0M1lmHJIavliS2u { top:9.8125rem;left:12.0625rem;width:35.6875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvts8NAUdITZekqUxPGIA9hnQ0QsI2H { top:1.25rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEHAINSv7PRZARxH3nCnvnHXr8htRkic { top:15.6875rem;left:12.0625rem;width:35.6875rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73nJqAM3rd0sGJqkElloeNeZoQpAnkQ { top:0.4375rem;left:12.687501907349rem;width:3.8125rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 { display:block; }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6AU1kXbvUPA0eU7ruNyJkkSJIXHSZ4g { top:3.1875rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9fnSnKWlsf7wDTJHsATWrDGeFPiS9x { top:9.8125rem;left:12.0625rem;width:35.6875rem;height:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITtFXhW5Aiu0lT2BTe19IukSdv0HewV { top:1.25rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIHzVIa2txKnrhZaTprFUbE4JWSaIs1G { top:23.0625rem;left:12.0625rem;width:35.6875rem;height:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brO3VL9TBQPFP7Twfbgy4mnThZf6WkvH { top:0.4375rem;left:12.687501907349rem;width:3.8125rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z { display:block; }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTFuGai3m1RbeyZbUvXinRgsD6VJe2vK { top:3.1875rem;left:15.6875rem;width:32.0625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCT0Ty48MsTCuUiNQIwAT3DMLxCBmCGy { top:9.8125rem;left:12.0625rem;width:35.6875rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNQoevk6v3pXz6MWa2yL6nVL7JNbub5 { top:1.25rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpZX2TPo9NyWRkuerVFamU4tnwCEflyt { top:16.875rem;left:12.0625rem;width:35.6875rem;height:42.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF9skTVBf8z6LltMvZtLpCtV0C7ioPoz { top:0.4375rem;left:12.687501907349rem;width:3.8125rem;height:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ { display:block; }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEhHUAQBNU2byVkBwo4O6Wht8cIEge4A { top:4.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb3Cdw7TPSxrdCcIOCI48QvS5DWHk7UT { top:13.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 { width:18rem;height:5.0625rem;display:flex;top:17.625rem;left:22.58749961853rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #dKWuNPRfZsibNe3BO0Fv8FyOK7KJ6BV6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #Tm3brmUeJZvDsABZWHcynx8SEx1EIm3O {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #bnOq5pg2ioxB2vQp4OMLS61Pxpqcz585 {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #QsmbUMiXsVrwkxxQ1ltOJN5CTy8denP2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #NvmB9eTpcBnTv23fADLdZSKemTmJdNXV {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #SXNV9IeonKMLeNSwrqyzBy6OZ7urOycU {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #DC3wuPJSxQXh0EQBmlUBiwNXA41i2Igz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #BEbU7frZgngKNMRknJ5dzPJg51ML2rq7 {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #Oy9fdeMpD0pkuGqoMCTs2C21ZmstTotW {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #C1AynyaceZ4BHvQt9wpkMa2pxbkiezue { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #c5xUQT3u1PQpiCrLboSLxxcH6FZ3Q8rv {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #liDz3KexaXHpNJg3a8ALIVfbE24muw7P {  }
 }@media only screen and (max-width: 763px) { #sMB4Abdb3PgNLQa9GTQ5z5e17xWxy2h0 { top:26rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo6gHO1TIMuZUUmt7yNhR56TXW6x42xn { top:30.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3KmqpMqVIvVNTgFpMgUth0vtqks36Rp { width:47.5625rem;height:6.25rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3DeDXMapts6GLU0s87hE2eyyaygT81Q { display:block; }
 }@media only screen and (max-width: 763px) { #izFTczLxWAtKelFKUCCqRNb1fwaLHSce { top:3.0625rem;left:0rem;width:47.375rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt { display:block; }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8tRKE2nn1t92POsDpk9Kecdxo9PSEHp { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBM1SAaEOm0lLaJp4vtBJNPfi6bqgam2 { top:8.875rem;left:16.5rem;width:31.25rem;height:94.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvocWfHc6T1MkKbkTUPX1pdvTkR9NUuo { top:16.9375rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhL7f6P3OD3Uk03CuxpIf3s07g4vor4o { top:33.0625rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1pscg3qn3K4o67e8nZVhMZ6lxpc91rN { top:47.875rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHinMpdBMoq5oCITcO3xnKu8A5aP0w6 { top:63.8125rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFaFETl9tny2QMAFWcXaBAe2oZFyFRQn { top:79.8125rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TVAm8mRRr4lccl61JhqC9hiGmvMMyh { top:95.4375rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG85hFarQgoWvLiomui353yu55N3rTGL { top:8.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz6DmvxFdCDeIq16y1trJ86Iv42MQW5v { display:none; }#Mz6DmvxFdCDeIq16y1trJ86Iv42MQW5v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sxqBeTnmt2X824qE28rgPoavUg1elgtE { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzlqLEADghRfQtw5DTMzMKfLaQzwDi6w { top:28.625rem;left:0rem;width:20rem;height:155.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzdvoQ56mLAEkipi5euKC9lQnV9ZRbmQ { top:16.9375rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewt2OPLwOfZcMORhSqxt8c1IwiE61bsS { top:33.0625rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FqkZiAxU4apcHIT0WLoyPo0vRRNavL { top:47.875rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewZy3lmnXA2quRyxOSxonkozCTCDUiIg { top:63.8125rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsH53Ngy76oegamgsByWSvF02I3QVRT5 { top:79.8125rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHkHqIvzI9NGG5WkFP0FmA4NP4DN5QJ { top:95.4375rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTMugipOoMBzK9qNmoSidsuzq7s6btUq { top:8.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 { display:block; }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8fQK6tISkiZytsVIlgO9mXndWHvVeGT { top:13.4375rem;left:16.5rem;width:31.25rem;height:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6BS2MO0clkdOGVEKfgoCNWlv2eyge7 { top:3.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHwMS7FysPDsm5VKOOwznFNo3ot42dl { top:7.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZqGcn25uT3TvWcNdozho6Un2BAkqol { top:11.1875rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSJyzOPvhLN6ZOLZaJ50IZCRsdMPyOog { top:22.8125rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHdOVpru0tn55kZhecQC0mbvukSESEI { top:37.4375rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDropCMNxoLmirfswP6RshFbAy7JNfFo { display:none; }#VDropCMNxoLmirfswP6RshFbAy7JNfFo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MiQn5cz94nqtfKm5Q3eEOrLsRHT0MiOI { top:25.25rem;left:0rem;width:20rem;height:57.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVq9Cyh9QHQ7TA5zzP6Fvnx9L7hUqxxM { top:3.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17FvLOs01Ig1Vf6LttLZohWfBtoQqgH { top:7.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbM0PdTiAC4E2Ot4bLmql8xQruzKmRMg { top:11.1875rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpQeRBlO3Gux0X7QOF3cPQbA87WxP30 { top:22.8125rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULAmga0HtfR8TTDgp8Lu6EV0FGb2e6lB { top:37.4375rem;left:0rem;width:15.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ { display:block; }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woNPWKKTJLRrK3It5PDhSAmsFOOnQDmI { top:4.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqbppaZ0OPHfAzHkdo4iTp0TTUbxd4Uy { top:13.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh { width:18rem;height:5.0625rem;display:flex;top:17.625rem;left:22.58749961853rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #EfPTF9Lx70zlwBzuFW4b9D9nN1A7s2nZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #BkdEEPvQfHoQ4nNZBo3gPkWLuU2mZI7v {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #gVQX9oUvOpls4FrHShNflw6eUl4dq5K7 {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #E9Nrst3s4VrDzZglvD17510LrynVzSXx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #fDyTqlwFuGra5Tvf00RUJKlnULFp13v6 {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #hQ2IVrpZWueGhCDUXEk4EpuL9HBSzZnC {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #tMTPLweVxPepQahTE0dT0LFl3JmWnCKT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #FxdUFe50lFFl0Bp6gIs55R03ipMHJh3l {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #HBXx69ovlzI7hqSfgTZaebnh6ZqSuw8X {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #zwFHMrPyvorDyMxIEt0tfSHd9t83TaNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #yZ94QTx9Urw1AexBg5RVPpiU5wm949TL {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #Pwx9fNeJNxqIU7PlTHcmbebzUW9zkcL0 {  }
 }@media only screen and (max-width: 763px) { #hxa4K68dK0a5q364CrPJTUxBCSn7btnL { top:26rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMRA3uebTpWxabMcxMX48Fzl8E7p0Lkx { top:30.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixlc3az0FwmOpDVIDb7JVapTUshkgAV2 { width:47.5625rem;height:6.25rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq2xTlbKMmQP3BllMifFHzTklB2kQLKu { display:block; }
 }@media only screen and (max-width: 763px) { #yN7akygdzaa8V67KQMFZ4dZdQTChz0iQ { top:3.0625rem;left:0rem;width:47.375rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyHfHNPXPb3a3u5UozROCpBv7R18gTC { display:block; }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4xczkDdOVCkeHIkIF8LRPUPg2MlUTem { top:6.625rem;left:0rem;width:47.75rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdwO0dOA67yTws4GPkG0wzGvqnBSSVnr { top:1.625rem;left:2.34375rem;width:43.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w { display:block; }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVD4oUDE3ElfWrmoQ7vkNdS0HcoupODV { top:8.9375rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAPTfezuPbXAOf2735gJOstXB9FLK5Mk { top:1.625rem;left:2.34375rem;width:43.0625rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsgcLLu8QfZzxxEVOr1WaK2dkHEHzty4 { top:29.25rem;left:0.4375rem;width:46.875rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBdJBdeDlBWcyiyxAF0p2mf1QkiFka6B { top:61.0625rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP34TwyeqeWw5nTrKtNfZiIvkWuKKdFW { top:76.4375rem;left:6.6875rem;width:34.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3VnmNfyoLOLVy8g1ok2Wzw8NDSkrRc0 { top:91.4375rem;left:0rem;width:47.75rem;height:50.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 { display:block; }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMss3aphXvBq4OipgAPcdFkoW469xfCf { top:6.3125rem;left:0rem;width:47.75rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp8FXGL2b2ChOGS7ONDUDGdvfrlLnLVl { top:1.625rem;left:2.34375rem;width:43.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZCml1tLsdAqt0I5zvivLxpCeXp9dt0S { width:47.5625rem;height:6.25rem;top:27.0625rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgM4CHNHAfmD4T6KfnlC03BxpGe7Tm5l { display:block; }
 }@media only screen and (max-width: 763px) { #Eua4L1U9RsAQVL95d46QiT95sbc1ON3l { display:block; }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zevGUfUPEnkocLN3pdGXVsGiMdJsCw3g { top:2.3125rem;left:2.34375rem;width:43.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV4NMHnqUufWLJTt4Ur6XKEWzQON9MQi { top:7.4375rem;left:0rem;width:47.75rem;height:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psqddpkqGiXCUw86MsLpBPyP30lPBFhv { display:block; }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7reWHaPDFLe6frIvWz3LZoWiLpuSepV { top:2.75rem;left:3rem;width:41.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqfVivl8Ah9KUT4kTZT9Twp5AOA32iey { top:8.25rem;left:3rem;width:41.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqTH79as7Lno3qo4Gm57BFoKdTWFpLu { top:17.3125rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2GuFTAErVTH6CrS8kDw5RqQeeN2CrX { top:20.5rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkcykLkOtGCW5BEi4GwrJFM9dP59eayp { top:24.6875rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrT8yIzAosSsNzBbtdDdpqPPQQISU9Fb { top:27.8125rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEG7dOvPTckDzqhwq3DBsUyqF5sJdVJw { top:31.8125rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4v0ifvBK9NwHNpy43mMy28XdAfUtroQ { top:34.9375rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45bTx6piB5kc0TBbssG79fIBMsv3LQS { top:39rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkW0k9ATB1bsuR86dkWl7i7ccRu52gPu { top:42.125rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dcqgkIQirB8O4hdDLsPwedpzKg6LQQ { top:46rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mde9HdBOkcqNxZdzEwDBNVw6L2uyin8B { top:49.125rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIMLv7xibMxsGMFR7N0mXU4AzOXyhTSO { top:52.875rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEynmgTfDoQQCgLMPLyPa4ztHWvAy1VH { top:56rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZt15ym2UlIw2g378FZzan7yU0hWW2WM { top:59.625rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAu5RzzTgWlbWF7qQ1lvdEoTfMOlaOf9 { top:62.75rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t15yuMO95J0icIlzHF9ZUignMlIdkWQI { top:66.375rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssV6KaLMKcN1ul5q61rJDqNGSPbJpofH { top:69.5rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i82m9pZtfCCw8d3taoOuyDyw2dpFOQ7o { top:73.125rem;left:0.5rem;width:3.8125rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHzc9Lavs7ebA2Jrs4ziiEHwyaeB2gP6 { top:76.25rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7rrI52toIXenIG5lGEweowWZvyWueCf { top:80.25rem;left:0rem;width:6.75rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #st8CcFrMJ5UHlpBHST6o5ATefmlO2Q8w { top:83.4375rem;left:6.6875rem;width:40.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akfeFfsQ1bLIZXmeXp3zJJ2tOg81sqJg { top:88.6875rem;left:3rem;width:41.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfMWZLf3Mq7MaUyHa7sxDhJxttf6tx4r { top:91.875rem;left:11.156251907349rem;width:25.4375rem;height:8.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPHHNxqiolOcWuIMqCOTsw3XAnuAV3MG { top:12.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN { display:block; }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBqItA96yHmRNn6nwyoI859JoyHCXnyt { display:block; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwPu9ng4VoorwdJSdvwD9qdT3RWPUIok { top:4.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqafei343Eq6aV2r5boXOHqxDdfuydJ0 { top:13.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh { width:18rem;height:5.0625rem;display:flex;top:17.625rem;left:22.58749961853rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #chpmcyxIrlbTMFO2QZblk4iTQQOPb1FS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #zI5m65EyICtU2aC1iZamZTmQEqOJxaeO {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #iaZL24KTTcACaISd7HfFqsH10UAIaV8A {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #MfETUuMTCuSs1Q5wbis7wVI63MBTfKyW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #rOpw2JTyCO8wRGWoRxw4WatesnMepwGR {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #IOiJTButIOrBluS0Ty3D6GLwbT2LukG8 {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #IiAaTE01g1wSh58qZiOLkKz7no7eG2I3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #y8CWzTu1toQR95KTH2l0aLVCbOAWeW7x {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #UXBrGJRqMAOI9E4H8Ly9apDVtJsNOJGV {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #dMAtQA0Ef7TxKxtnaZVQzDVBmrTdV7Kx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #k9ZI8Ckl7yKsJ213MAgpImvv3DJTNft0 {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #sF0hrbGqcOCpRxXWepL0z8R44zz18K4H {  }
 }@media only screen and (max-width: 763px) { #xhx6lNkgsQxc4qJuMevm4xtq94B4p8UL { top:26rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLcV4d0bNeGrJtbOddXxr1tUusTbbzc5 { top:30.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUVV8rUaUOGE86xpfHM7MAT6knTTT4PP { width:47.5625rem;height:6.25rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeIIbFkHJhdvCbAu6wbq1ENIktA6o0EL { display:block; }
 }@media only screen and (max-width: 763px) { #uxcGDT8vNnIKXO7MlHsQPTmf8XrzrtUf { top:3.0625rem;left:0rem;width:47.375rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 { display:block; }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSdy7TspXTZWTiqD4Lmi2vrD9y85tAfP { top:0.9375rem;left:4.5625rem;width:38.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QXrBi1qUhrRfEnNaBRkTC1uTOIVgUZzx > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWsR7VQFMT1eP4GXTbHEXlCHoGmooT4w { width:7.125rem;height:3.75rem;top:1.25rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDnqoZvAIN5K6FozVmKxQNlnxQiGTN5y { width:13.125rem;height:2.625rem;top:0.5625rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emy3TzuUtBpMpNu1wbiqfvgqXWl9GtqM { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFRbS7DXrcpg0M0GFSiF2cZxNTNsJ8O0 { width:20rem;height:5.85rem;top:4.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZvIech03tU08KvUbiK5U4tpef8hR8l7 { width:10.1875rem;height:10.1875rem;top:18.050000190735rem;left:4.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwvRBTpJCzsPOkZP0cfdbKrTsFibJ60o { width:20rem;height:2.925rem;top:11.793749809265rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVZaByKhsUzBm7GRHWPPGoVVmOmc0VFT { height:10.8125rem;width:19.375rem;top:17.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l { display:block; }#uGEkgmSVOURIw9OvEwUo3AFn3uH4Ko2l > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII { display:block; }#lvWmwRSUKpM63bgVPKmW5xqOtzrhNIII > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAAdUEgsxyk3VNS3dzRTvZ5BaurxN4US { width:20rem;height:64.125rem;top:17.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX2i0FCd9q1Jr0J5vSw0WwCEWgq2nGo7 { width:20rem;height:6.09375rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSXSo8Hpf7rEGld2yH3lT2TTZUcHA3sw { width:20rem;height:7.3125rem;top:8.9250011444094rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3wOosumhZICL6bxwDgAzJyCOg0X9xcv { display:block; }#F3wOosumhZICL6bxwDgAzJyCOg0X9xcv > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuFmnoS5CO2SWQSHbaf79BaAglN0gPJI { width:20rem;height:37.125rem;top:8.12343788147rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTHyhQPmxBTqPzzpoyGoJcLEt9JCbbF8 { width:20rem;height:4.875rem;top:1.5000076293945rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr { display:block; }#vTPXrPJhhbZr2SOLM1MUkDhtGnOwAuBr > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8UUyySziJB2t4HHpd1VuZoDlNs5kZ3u { width:20rem;height:65.8125rem;top:11.24843788147rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rop5rlUIDRshqzbRfz65MtWC1ST7RT { width:20rem;height:8.125rem;top:1.4375019073486rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AthUudV1bIOMVBALUDc98OAo8FDwRESn { display:block; }#AthUudV1bIOMVBALUDc98OAo8FDwRESn > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWIdUQXbLvtovwPbeXiINWgcpSe8quJb { width:20rem;height:45.5625rem;top:6.8117194175719rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMLoTw60XxJ6ykn6zlIlJ04wW1SG8lOS { width:20rem;height:3.25rem;top:1.6875004768372rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhBmbCU2lKMxNiwBQkkkkadHsKeISgz2 { width:20rem;height:15rem;top:53.800000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 { display:block; }#dNbZXT60Qg5KJmoBT3rkNLfhbdnxNwE5 > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsOoTilP30e5az7V0Re4cTIAo4EsdNXJ { width:20rem;height:54rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aspDHQHlvpKIKWLEQoAgmqEGE2r7gdun { width:20rem;height:4.875rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBy4dyFuptgimnKSqkIHB07EMVpZC3O { display:block; }#UrBy4dyFuptgimnKSqkIHB07EMVpZC3O > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuAdAKb3UBUr7lfhfPA48iOHPbD8IG84 { width:19.1875rem;height:10.2375rem;top:5.4375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZF0K5GXTwniQM4lJTXb9fPO4zmzDsb { width:20rem;height:2.6rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e { width:18rem;height:5.0625rem;display:flex;top:21.5625rem;left:0.9375rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #GSMxIu4c9uJ7BoQhnOOc7nuSmOFrtTVX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #J3fhpOcrbccqFKqB3THyWI3obUy90V9v {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #pX3J5mcH6vTMeBPBBwEGnArEkvolWATO {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #mDK1GyDC8B9Lo0bsi15PwMfCfTs6fwsi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #QMyrIm9krTsRwk2VcMPQKXuNF5rrZTFu {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #an6ErWoDRUCbAHiQLUho77TIasXNEd2C {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #HHi5EcrieQpJQcmqLcIbwz74IEO78qxM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #EgcPmtIf081vblFw4FVfTbod7V2caNK4 {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #KRTVSTRM6sFl6FN8WkyBRNspPaomOks9 {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #VUo2WPTQNf8wnnRXr5TWzeJCrZuxiQeJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #pTSE8TcgXo7Kt1ltA6CyxHREhvrnXD7X {  }
 }@media only screen and (max-width: 763px) { #NnB6FIQTyLTLk8bOqCN8MwtlPiOci38e #yEAR0MHwW2VPwdJ5uo1MRWyHSgZb9Bfo {  }
 }@media only screen and (max-width: 763px) { #QqdfbWoq12DbSo8py7XlqkOUkSg2x7mG { width:20rem;height:2.84375rem;top:27.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtC9DCuO28bFEWChOerxnKyIQ8BIldn { width:20rem;height:4.46875rem;top:30.75rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XdL8gp8naZm4xHwqrQcHiRrtbWkuhP { width:19rem;height:4.125rem;top:36.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSvpI5sSZEUID5B22nqE0NHspB9S15zs { display:block; }
 }@media only screen and (max-width: 763px) { #S5OsRi0oNb62rRoZS2ZeA9RDH5Gra31n { width:19.625rem;height:39.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ { display:block; }#qTwimZ4R5tP45cpdO8hNrKGviD4MnigQ > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM57RFvBVU8xVsEBDrMausRm18SqFUzT { width:20rem;height:48.9375rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2VANAMyvsfyu0TUwlCsExPNt76EEVcL { width:20rem;height:3.25rem;top:1.4374942779541rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfM58dHJVMosugo6D35iGo7UAlub44m { display:block; }#XdfM58dHJVMosugo6D35iGo7UAlub44m > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBgrSdA5sKqlA7UiAgoQ8twyFvFpgCZG { width:20rem;height:52.3125rem;top:10.186718940735rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7TptiaipRkp3nWoahga7pTqH2EZzbl2 { width:20rem;height:6.5rem;top:1.4375009536743rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITgDO7MqgzL0gaR64cQmxLdntXagyNT { display:block; }#LITgDO7MqgzL0gaR64cQmxLdntXagyNT > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtOPNP0fvn6z819KJ8Xn7C8AHWPA1c0l { width:20rem;height:10.125rem;top:21.301562309265rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H41dPn5GJ7r90R977urvmJNaT0CovF9H { width:20rem;height:3rem;top:1.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFM3qVUsUWqn7Xk2NVz865x2t1PAMiv { width:20rem;height:1.875rem;top:4.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmdBfZOrNUPJoprsfhf49BlTPKJGU6l9 { width:20rem;height:12rem;top:8.0515575408938rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f { display:block; }#oRUpZLpyMcHqK2gEC1si7ee6H07OkS2f > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6KJuFE1vcafw6ZFPaD0uMiXRXIAuBUi { width:20rem;height:5.25rem;top:4.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNFcPEtVSTO8vdvw1p4SrlL5LlTVFsab { width:20rem;height:7rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbzTxcKmrSNxmweePC8vBiF60Sd0es2 { width:17.5rem;height:17.5rem;top:56.46249961853rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2QH3QvzcdGhZTRoJe4ApIuughOdgTSJ { width:20rem;height:38.8125rem;top:19.812504768372rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJio2030VGT6gDa5X5IWT8rWClL4I1T { width:3.8125rem;height:2.625rem;top:1.375rem;left:8.0937503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 { display:block; }#lxhUNVBd2bnm2GiHay6O8a1AIXMw3tV4 > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUWl3LgTmtUoh1v92xDpvORmeVOdEonT { width:20rem;height:2.625rem;top:5.7500002384186rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0UoX8C27zkf87gZ62zCD067i5oueiKb { width:20rem;height:5.25rem;top:9.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxbnm9mV9GPJ66Zstsg5y6CnTrdNwrqm { width:17.5rem;height:17.5rem;top:56.46249961853rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGqduOenOO81F409tV8e5g3ccs8VoZOb { width:20rem;height:30.375rem;top:16.937500238419rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0la6fZJ7GSXvqFeDPKBpEmZH12s6JB { width:3.8125rem;height:2.625rem;top:2.1875095367432rem;left:8.0937503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGlnNizhJGl35vnW6UHurtSE65IbWTE5 { display:block; }#DGlnNizhJGl35vnW6UHurtSE65IbWTE5 > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVe1t6TCf0Mqv4tZSTAThJodgsxnwco8 { width:20rem;height:2.625rem;top:5.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aF1dp4AHUTMi4fqP345XwTvrLBNR2mpz { width:20rem;height:5.25rem;top:10.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd9RbOMpNrIElN80uanVLJdXeSbtxq7A { width:17.5rem;height:17.5rem;top:56.46249961853rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VudrtC8dvIrmGayVSHEb8IvddokBJ0kf { width:20rem;height:23.625rem;top:16.875000476837rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMIh4vnlLepks6mHAia7rbcewwwmfLEN { width:3.8125rem;height:2.625rem;top:1.8750004768372rem;left:8.0937503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 { display:block; }#OcgcRsuTCJa8QD7VBJf6PMSsSax7B8M1 > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoZPgrXy9zxssMIJA81zMpoBa7LIogUO { width:20rem;height:2.625rem;top:5.0625002384186rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsEo222KRbuR5ecc11xdOk9HmieQg6Bi { width:20rem;height:7rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nol54Xp9EvRKSpGoWyhtyc4xH8HPT0rD { width:17.5rem;height:17.5rem;top:56.46249961853rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0sh955zh9SI5GEEOSEFTy2tWizC3Tff { width:20rem;height:21.9375rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4qxcyZ2fXe7r1S5Ou4Zqb3afrEEBVOu { width:3.8125rem;height:2.625rem;top:1.6874995231628rem;left:8.0937503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq { display:block; }#czzzOuaD8ml6rXQGZp8STbdiDqEKwzhq > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFWWX9otqK0x0saeLDGoROFUFVReoSzd { width:20rem;height:2.625rem;top:5.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRRl4Sp7eKacykEdA0M1lmHJIavliS2u { width:20rem;height:5.25rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvts8NAUdITZekqUxPGIA9hnQ0QsI2H { width:17.5rem;height:17.5rem;top:56.46249961853rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEHAINSv7PRZARxH3nCnvnHXr8htRkic { width:20rem;height:25.3125rem;top:17.062499880791rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73nJqAM3rd0sGJqkElloeNeZoQpAnkQ { width:3.8125rem;height:2.625rem;top:2.5625rem;left:8.0937503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 { display:block; }#OMLTHm0l89PkT4vAgzRVzTVHpMNelRp9 > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6AU1kXbvUPA0eU7ruNyJkkSJIXHSZ4g { width:20rem;height:2.625rem;top:6.1875002384186rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lU9fnSnKWlsf7wDTJHsATWrDGeFPiS9x { width:20rem;height:17.5rem;top:10.750001907349rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITtFXhW5Aiu0lT2BTe19IukSdv0HewV { width:17.5rem;height:17.5rem;top:56.46249961853rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIHzVIa2txKnrhZaTprFUbE4JWSaIs1G { width:20rem;height:35.4375rem;top:29.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brO3VL9TBQPFP7Twfbgy4mnThZf6WkvH { width:3.8125rem;height:2.625rem;top:2.0624995231628rem;left:8.0937503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z { display:block; }#dUmNJnagXd1PmpQHPdvlh0n3aIMWcf2z > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTFuGai3m1RbeyZbUvXinRgsD6VJe2vK { width:20rem;height:5.25rem;top:6.1250004768372rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCT0Ty48MsTCuUiNQIwAT3DMLxCBmCGy { width:20rem;height:8.75rem;top:12.687501907349rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNQoevk6v3pXz6MWa2yL6nVL7JNbub5 { width:17.5rem;height:17.5rem;top:56.46249961853rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpZX2TPo9NyWRkuerVFamU4tnwCEflyt { width:20rem;height:50.625rem;top:23.062500476837rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF9skTVBf8z6LltMvZtLpCtV0C7ioPoz { width:3.8125rem;height:2.625rem;top:2.4375rem;left:8.0937503576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ { display:block; }#CkdPZa7dzDblWgcngx0T1pI57JV8ZiSJ > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEhHUAQBNU2byVkBwo4O6Wht8cIEge4A { width:19.1875rem;height:10.2375rem;top:5.4375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb3Cdw7TPSxrdCcIOCI48QvS5DWHk7UT { width:20rem;height:2.6rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 { width:18rem;height:5.0625rem;display:flex;top:21.5625rem;left:0.9375rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #dKWuNPRfZsibNe3BO0Fv8FyOK7KJ6BV6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #Tm3brmUeJZvDsABZWHcynx8SEx1EIm3O {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #bnOq5pg2ioxB2vQp4OMLS61Pxpqcz585 {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #QsmbUMiXsVrwkxxQ1ltOJN5CTy8denP2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #NvmB9eTpcBnTv23fADLdZSKemTmJdNXV {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #SXNV9IeonKMLeNSwrqyzBy6OZ7urOycU {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #DC3wuPJSxQXh0EQBmlUBiwNXA41i2Igz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #BEbU7frZgngKNMRknJ5dzPJg51ML2rq7 {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #Oy9fdeMpD0pkuGqoMCTs2C21ZmstTotW {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #C1AynyaceZ4BHvQt9wpkMa2pxbkiezue { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #c5xUQT3u1PQpiCrLboSLxxcH6FZ3Q8rv {  }
 }@media only screen and (max-width: 763px) { #OKo340AqcW72HUDuCZIhw9RIFw8SGfm9 #liDz3KexaXHpNJg3a8ALIVfbE24muw7P {  }
 }@media only screen and (max-width: 763px) { #sMB4Abdb3PgNLQa9GTQ5z5e17xWxy2h0 { width:20rem;height:2.84375rem;top:27.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo6gHO1TIMuZUUmt7yNhR56TXW6x42xn { width:20rem;height:4.46875rem;top:30.75rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3KmqpMqVIvVNTgFpMgUth0vtqks36Rp { width:19rem;height:4.125rem;top:36.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3DeDXMapts6GLU0s87hE2eyyaygT81Q { display:block; }
 }@media only screen and (max-width: 763px) { #izFTczLxWAtKelFKUCCqRNb1fwaLHSce { width:19.625rem;height:39.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt { display:none; }#EkfuPHh1aTqUAr1FF9WIKhhP0XWAEbVt > .row .container { width:20rem;height:209.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x8tRKE2nn1t92POsDpk9Kecdxo9PSEHp { width:20rem;height:4.225rem;top:1.8124451637268rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBM1SAaEOm0lLaJp4vtBJNPfi6bqgam2 { width:20rem;height:126.5625rem;top:82.05rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvocWfHc6T1MkKbkTUPX1pdvTkR9NUuo { width:15.625rem;height:9.375rem;top:18.3rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhL7f6P3OD3Uk03CuxpIf3s07g4vor4o { width:15.625rem;height:9.375rem;top:28.925rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1pscg3qn3K4o67e8nZVhMZ6lxpc91rN { width:15.625rem;height:9.375rem;top:39.55rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHinMpdBMoq5oCITcO3xnKu8A5aP0w6 { width:15.625rem;height:9.375rem;top:50.175rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFaFETl9tny2QMAFWcXaBAe2oZFyFRQn { width:15.625rem;height:9.375rem;top:60.8rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TVAm8mRRr4lccl61JhqC9hiGmvMMyh { width:15.625rem;height:9.375rem;top:71.425rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG85hFarQgoWvLiomui353yu55N3rTGL { width:20rem;height:6.75rem;top:7.6749997138975rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz6DmvxFdCDeIq16y1trJ86Iv42MQW5v { display:block; }#Mz6DmvxFdCDeIq16y1trJ86Iv42MQW5v > .row .container { width:20rem;height:186rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxqBeTnmt2X824qE28rgPoavUg1elgtE { width:20rem;height:4.225rem;top:1.8124451637268rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzlqLEADghRfQtw5DTMzMKfLaQzwDi6w { width:20rem;height:155.25rem;top:28.675001144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzdvoQ56mLAEkipi5euKC9lQnV9ZRbmQ { width:15.625rem;height:9.375rem;top:16.487500667572rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewt2OPLwOfZcMORhSqxt8c1IwiE61bsS { width:15.625rem;height:9.375rem;top:52.237500190735rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FqkZiAxU4apcHIT0WLoyPo0vRRNavL { width:15.625rem;height:9.375rem;top:78.550002098081rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewZy3lmnXA2quRyxOSxonkozCTCDUiIg { width:15.625rem;height:9.375rem;top:101.86249828339rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsH53Ngy76oegamgsByWSvF02I3QVRT5 { width:15.625rem;height:9.375rem;top:139.36250591278rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHkHqIvzI9NGG5WkFP0FmA4NP4DN5QJ { width:15.625rem;height:9.375rem;top:162.23749828339rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTMugipOoMBzK9qNmoSidsuzq7s6btUq { width:20rem;height:6.75rem;top:7.6749997138975rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 { display:none; }#pC4wKhNmqa8s3XvAVtW3nmc23TbLVa57 > .row .container { width:20rem;height:90.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d8fQK6tISkiZytsVIlgO9mXndWHvVeGT { width:20rem;height:44rem;top:25.299999237061rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6BS2MO0clkdOGVEKfgoCNWlv2eyge7 { width:20rem;height:2.03125rem;top:2.3117189407349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHwMS7FysPDsm5VKOOwznFNo3ot42dl { width:20rem;height:4.3875rem;top:5.3117189407349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZqGcn25uT3TvWcNdozho6Un2BAkqol { width:15.625rem;height:9.375rem;top:13.9875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSJyzOPvhLN6ZOLZaJ50IZCRsdMPyOog { width:15.625rem;height:9.375rem;top:24.6125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHdOVpru0tn55kZhecQC0mbvukSESEI { width:15.625rem;height:9.375rem;top:35.2375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDropCMNxoLmirfswP6RshFbAy7JNfFo { display:block; }#VDropCMNxoLmirfswP6RshFbAy7JNfFo > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiQn5cz94nqtfKm5Q3eEOrLsRHT0MiOI { width:20rem;height:57.375rem;top:25.299999237061rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVq9Cyh9QHQ7TA5zzP6Fvnx9L7hUqxxM { width:20rem;height:2.03125rem;top:2.3117189407349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17FvLOs01Ig1Vf6LttLZohWfBtoQqgH { width:20rem;height:4.3875rem;top:5.3117189407349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbM0PdTiAC4E2Ot4bLmql8xQruzKmRMg { width:15.625rem;height:9.375rem;top:13.9875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpQeRBlO3Gux0X7QOF3cPQbA87WxP30 { width:15.625rem;height:9.375rem;top:34.112500190735rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULAmga0HtfR8TTDgp8Lu6EV0FGb2e6lB { width:15.625rem;height:9.375rem;top:59.174221038818rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ { display:block; }#p4si8lnbfw5yoq5qr6qBoboGGelzxgGZ > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woNPWKKTJLRrK3It5PDhSAmsFOOnQDmI { width:19.1875rem;height:10.2375rem;top:5.4375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqbppaZ0OPHfAzHkdo4iTp0TTUbxd4Uy { width:20rem;height:2.6rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh { width:18rem;height:5.0625rem;display:flex;top:21.5625rem;left:0.9375rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #EfPTF9Lx70zlwBzuFW4b9D9nN1A7s2nZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #BkdEEPvQfHoQ4nNZBo3gPkWLuU2mZI7v {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #gVQX9oUvOpls4FrHShNflw6eUl4dq5K7 {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #E9Nrst3s4VrDzZglvD17510LrynVzSXx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #fDyTqlwFuGra5Tvf00RUJKlnULFp13v6 {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #hQ2IVrpZWueGhCDUXEk4EpuL9HBSzZnC {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #tMTPLweVxPepQahTE0dT0LFl3JmWnCKT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #FxdUFe50lFFl0Bp6gIs55R03ipMHJh3l {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #HBXx69ovlzI7hqSfgTZaebnh6ZqSuw8X {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #zwFHMrPyvorDyMxIEt0tfSHd9t83TaNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #yZ94QTx9Urw1AexBg5RVPpiU5wm949TL {  }
 }@media only screen and (max-width: 763px) { #Xw3ynPB55BaefTBv7ZqdV8HlI4bdQmBh #Pwx9fNeJNxqIU7PlTHcmbebzUW9zkcL0 {  }
 }@media only screen and (max-width: 763px) { #hxa4K68dK0a5q364CrPJTUxBCSn7btnL { width:20rem;height:2.84375rem;top:27.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMRA3uebTpWxabMcxMX48Fzl8E7p0Lkx { width:20rem;height:4.46875rem;top:30.75rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixlc3az0FwmOpDVIDb7JVapTUshkgAV2 { width:19rem;height:4.125rem;top:36.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq2xTlbKMmQP3BllMifFHzTklB2kQLKu { display:block; }
 }@media only screen and (max-width: 763px) { #yN7akygdzaa8V67KQMFZ4dZdQTChz0iQ { width:19.625rem;height:39.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyHfHNPXPb3a3u5UozROCpBv7R18gTC { display:block; }#NTyHfHNPXPb3a3u5UozROCpBv7R18gTC > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4xczkDdOVCkeHIkIF8LRPUPg2MlUTem { width:20rem;height:37.125rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdwO0dOA67yTws4GPkG0wzGvqnBSSVnr { width:20rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w { display:block; }#HakmZn0PyqiKpAHMMGXbWiiROnZgaL4w > .row .container { width:20rem;height:169.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVD4oUDE3ElfWrmoQ7vkNdS0HcoupODV { width:20rem;height:32.0625rem;top:7.4375007152556rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAPTfezuPbXAOf2735gJOstXB9FLK5Mk { width:20rem;height:4.875rem;top:0.81172180175781rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsgcLLu8QfZzxxEVOr1WaK2dkHEHzty4 { width:19.875rem;height:12.189875rem;top:41.087500572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBdJBdeDlBWcyiyxAF0p2mf1QkiFka6B { width:20rem;height:23.625rem;top:55.589063644409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP34TwyeqeWw5nTrKtNfZiIvkWuKKdFW { width:20rem;height:7.090625rem;top:81.151561737062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3VnmNfyoLOLVy8g1ok2Wzw8NDSkrRc0 { width:20rem;height:79.3125rem;top:90.2421913147rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 { display:block; }#mvvAn2oxtRG5izOam3hUfNWdihtnv5t4 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMss3aphXvBq4OipgAPcdFkoW469xfCf { width:20rem;height:27rem;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp8FXGL2b2ChOGS7ONDUDGdvfrlLnLVl { width:20rem;height:1.625rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZCml1tLsdAqt0I5zvivLxpCeXp9dt0S { width:19rem;height:3.4375rem;top:34.63671875rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgM4CHNHAfmD4T6KfnlC03BxpGe7Tm5l { display:block; }
 }@media only screen and (max-width: 763px) { #Eua4L1U9RsAQVL95d46QiT95sbc1ON3l { display:block; }#Eua4L1U9RsAQVL95d46QiT95sbc1ON3l > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zevGUfUPEnkocLN3pdGXVsGiMdJsCw3g { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV4NMHnqUufWLJTt4Ur6XKEWzQON9MQi { width:20rem;height:48rem;top:4.3875007629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psqddpkqGiXCUw86MsLpBPyP30lPBFhv { display:block; }#psqddpkqGiXCUw86MsLpBPyP30lPBFhv > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7reWHaPDFLe6frIvWz3LZoWiLpuSepV { width:20rem;height:2.4375rem;top:2.78759765625rem;left:2.2351741790771E-8rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqfVivl8Ah9KUT4kTZT9Twp5AOA32iey { width:20rem;height:1.86875rem;top:5.9124999046326rem;left:2.2351741790771E-8rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqTH79as7Lno3qo4Gm57BFoKdTWFpLu { width:1.875rem;height:1.75rem;top:14.786719799042rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go2GuFTAErVTH6CrS8kDw5RqQeeN2CrX { width:15.625rem;height:3.375rem;top:13.974219799042rem;left:3.3124999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkcykLkOtGCW5BEi4GwrJFM9dP59eayp { width:1.875rem;height:1.75rem;top:20.037499904633rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrT8yIzAosSsNzBbtdDdpqPPQQISU9Fb { width:15.625rem;height:3.375rem;top:19.224999904633rem;left:3.2500001415611rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEG7dOvPTckDzqhwq3DBsUyqF5sJdVJw { width:1.875rem;height:1.75rem;top:25.275001138449rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4v0ifvBK9NwHNpy43mMy28XdAfUtroQ { width:15.625rem;height:3.375rem;top:24.462501138449rem;left:3.3749999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45bTx6piB5kc0TBbssG79fIBMsv3LQS { width:1.875rem;height:1.75rem;top:30.575000375509rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkW0k9ATB1bsuR86dkWl7i7ccRu52gPu { width:15.625rem;height:1.6875rem;top:30.606250762939rem;left:3.3749999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dcqgkIQirB8O4hdDLsPwedpzKg6LQQ { width:1.875rem;height:1.75rem;top:35.987501144409rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mde9HdBOkcqNxZdzEwDBNVw6L2uyin8B { width:15.625rem;height:5.0625rem;top:34.331251144409rem;left:3.3749999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIMLv7xibMxsGMFR7N0mXU4AzOXyhTSO { width:1.875rem;height:1.75rem;top:41.487500190735rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEynmgTfDoQQCgLMPLyPa4ztHWvAy1VH { width:15.625rem;height:1.6875rem;top:41.518750190735rem;left:3.3749999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZt15ym2UlIw2g378FZzan7yU0hWW2WM { width:1.875rem;height:1.75rem;top:46.63125038147rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAu5RzzTgWlbWF7qQ1lvdEoTfMOlaOf9 { width:15.625rem;height:3.375rem;top:45.81875038147rem;left:3.3749999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t15yuMO95J0icIlzHF9ZUignMlIdkWQI { width:1.875rem;height:1.75rem;top:52.056201934814rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssV6KaLMKcN1ul5q61rJDqNGSPbJpofH { width:15.625rem;height:1.6875rem;top:52.086719512939rem;left:3.3749999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i82m9pZtfCCw8d3taoOuyDyw2dpFOQ7o { width:1.875rem;height:1.75rem;top:57.512403488159rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHzc9Lavs7ebA2Jrs4ziiEHwyaeB2gP6 { width:15.625rem;height:3.375rem;top:56.69921875rem;left:3.3749999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7rrI52toIXenIG5lGEweowWZvyWueCf { width:1.875rem;height:1.75rem;top:63.75000190735rem;left:1.1875000223518rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #st8CcFrMJ5UHlpBHST6o5ATefmlO2Q8w { width:15.625rem;height:3.375rem;top:62.93750190735rem;left:3.4374999031424rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akfeFfsQ1bLIZXmeXp3zJJ2tOg81sqJg { width:20rem;height:4.0625rem;top:69.643753051756rem;left:2.2351741790771E-8rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfMWZLf3Mq7MaUyHa7sxDhJxttf6tx4r { width:20rem;height:2.8rem;top:75.84375190735rem;left:2.2351741790771E-8rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPHHNxqiolOcWuIMqCOTsw3XAnuAV3MG { width:20rem;height:3.75rem;top:8.6750011444094rem;left:2.2351741790771E-8rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN { display:none; }#T4vh2TLCWaMciffFixBfHJ1SO3CtMtbN > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBqItA96yHmRNn6nwyoI859JoyHCXnyt { display:block; }#ZBqItA96yHmRNn6nwyoI859JoyHCXnyt > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwPu9ng4VoorwdJSdvwD9qdT3RWPUIok { width:19.1875rem;height:10.2375rem;top:5.4375rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqafei343Eq6aV2r5boXOHqxDdfuydJ0 { width:20rem;height:2.6rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh { width:18rem;height:5.0625rem;display:flex;top:21.5625rem;left:0.9375rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #chpmcyxIrlbTMFO2QZblk4iTQQOPb1FS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #zI5m65EyICtU2aC1iZamZTmQEqOJxaeO {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #iaZL24KTTcACaISd7HfFqsH10UAIaV8A {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #MfETUuMTCuSs1Q5wbis7wVI63MBTfKyW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #rOpw2JTyCO8wRGWoRxw4WatesnMepwGR {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #IOiJTButIOrBluS0Ty3D6GLwbT2LukG8 {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #IiAaTE01g1wSh58qZiOLkKz7no7eG2I3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #y8CWzTu1toQR95KTH2l0aLVCbOAWeW7x {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #UXBrGJRqMAOI9E4H8Ly9apDVtJsNOJGV {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #dMAtQA0Ef7TxKxtnaZVQzDVBmrTdV7Kx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #k9ZI8Ckl7yKsJ213MAgpImvv3DJTNft0 {  }
 }@media only screen and (max-width: 763px) { #TgMUr4a1OLrLLLPtttkJfcNWEyNKpGSh #sF0hrbGqcOCpRxXWepL0z8R44zz18K4H {  }
 }@media only screen and (max-width: 763px) { #xhx6lNkgsQxc4qJuMevm4xtq94B4p8UL { width:20rem;height:2.84375rem;top:27.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLcV4d0bNeGrJtbOddXxr1tUusTbbzc5 { width:20rem;height:4.46875rem;top:30.75rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUVV8rUaUOGE86xpfHM7MAT6knTTT4PP { width:19rem;height:4.125rem;top:36.375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeIIbFkHJhdvCbAu6wbq1ENIktA6o0EL { display:block; }
 }@media only screen and (max-width: 763px) { #uxcGDT8vNnIKXO7MlHsQPTmf8XrzrtUf { width:19.625rem;height:39.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 { display:block; }#LaKRkG8nvh3iwmQHSfnCA9ggfz22znB1 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSdy7TspXTZWTiqD4Lmi2vrD9y85tAfP { width:20rem;height:1.95rem;top:0.68749618530275rem;left:0rem;font-size:0.75rem;display:block; }
 }