.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;
}
html,
body {
  font-size: 16px;
}
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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #f4fafa;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row .container { background-color: transparent; background-image: none; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row .container > .video-iframe-container { display: none; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row > .video-iframe-container { display: none; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .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); }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row .container { border-width: 0; border-radius: 0; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#dTA8KP9lRqL0wZo7EiCqA97MbMuf3RTh { background-color:#ea5297;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:60.625rem;display:block; }
#RuNcPkmJTa2RZwdmDuHhOtOXF980tauf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HD02RKNWsbMHzrSqd93MOUi4bak4aR4i { color:#2e508e;display:block;width:42.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.546875rem;left:15.625rem;height:2.03125rem;font-style:normal;display:block; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .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; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2e508e;background-image:none;color:#ffffff;padding-top:0.334375rem;padding-right:0.3025rem;padding-bottom:0.334375rem;padding-left:0.3025rem;display:block;align-items:center;width:1.814375rem;min-width:1.814375rem;height:1.796875rem;position:relative;font-family:montserrat;font-size:1.338125rem;font-weight:700;line-height:28.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .widget-text.counter-label { background-color:;background-image:none;color:#ea5297;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.418125rem;height:0.37rem;position:relative;font-family:montserrat;font-size:0.501875rem;font-weight:700;line-height:5.92px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF { border-top:0;border-left:0;border-right:0;border-bottom: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;box-shadow: none;display:flex;justify-content:space-between;width:13.6875rem;height:3.044375rem;padding-top:0.418125rem;padding-right:0.431875rem;padding-bottom:0.418125rem;padding-left:0.431875rem;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:0.611328125rem;left:0rem;z-index:15017; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #nVgCscSC7QfahAvtaP2GZLPfQcsy5BxN { display:flex;position:relative;top:0rem;left:0rem; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #qe4sqqtnGIUCLG9VaVX4HKR2BTUxqBGa { width:auto; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #huLSkhTIPH205a9azOvkE571h1fvf6Fb {  }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #TtqkwJFvyuJBnno3l49uQW66He2zTnt1 { display:flex;position:relative;top:0rem;left:0rem; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #T9MMNMTyiQthIcTOyZhAChTW9Ht74Mrz {  }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #MpTK8PUt5n1kV3NlAH6cS5VoRkaE2FdJ {  }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #D5pqTkNl4vwgEpH4UDDBLniTz9HKCWBU { display:flex;position:relative;top:0rem;left:0rem; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #kTf4R25KQm6s9gt2WmmT5RQWGbTfIoxE {  }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #Gc8TVMWFB1KLzJyTACNeIMWoeqpZApWE {  }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #FgbUnU7fPKurAMQA18DI99RJpyTO0Oi1 { display:flex;position:relative;top:0rem;left:0rem; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #rCPTUUsw2eTB0uEK2qDzxrwMJ2WdE8kb {  }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #iigEemCGk5xAJ6wMBhTPgcUO2cWAHNCa {  }
#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU { background-color:#ea5297;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container { background-color: transparent; background-image: none; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container > .video-iframe-container { display: none; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row > .video-iframe-container { display: none; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .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); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container { border-width: 0; border-radius: 0; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container { font-size:0.875rem;font-family:arial;height:113rem;width:75rem;overflow:visible;position:relative;display:block; }#oo0XBF42mMGDaIWMC1f4ublFwUK9VL8k { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:8.0625rem;left:3.9375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KI96uhENAMNq4tZVzMZehgwbB4fiSPCM { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:15.625rem;left:20.1875rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a3LAkIbnpbiKqf2CSqKqfMK4VambATU9 { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#2e508e;background-image:none;top:13.75rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .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; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#2e508e;padding-top:0.7875rem;padding-right:0.74rem;padding-bottom:0.7875rem;padding-left:0.74rem;display:block;align-items:center;width:4.435rem;min-width:4.435rem;height:4.230625rem;position:relative;font-family:montserrat;font-size:3.150625rem;font-weight:700;line-height:67.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .widget-text.counter-label { background-color:;background-image:none;color:#2e508e;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.49125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.913125rem;height:0.86875rem;position:relative;font-family:montserrat;font-size:1.181875rem;font-weight:700;line-height:13.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 { border-top:0;border-left:0;border-right:0;border-bottom: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;box-shadow: none;display:flex;justify-content:space-between;width:27.6875rem;height:7.165625rem;padding-top:0.984375rem;padding-right:1.05625rem;padding-bottom:0.984375rem;padding-left:1.05625rem;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:88.5rem;left:22.6875rem;z-index:15018; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #a8s8yz4Zcb00AoaTEgl7onXlWe97CqdU { display:flex;position:relative;top:0rem;left:0rem; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #gTrUCOzmLfdNPKbNEgRioGkzZ9IbZCzv { width:auto; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #DXgbkVzkdvLiyUCiowFnfkgJVrypskME {  }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #FSFORLb9pO9GrtdMMWba299EwTPRJmzP { display:flex;position:relative;top:0rem;left:0rem; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #PoXfWP6GJUbcQGeQTsCtcFV9MWSLdBAb {  }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #MKvrXTHJxT9LpKv3DmuSnGwiiHHSd8Wv {  }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #VykpGBznnyWq9tiSxKkrlLag2LwRMe2g { display:flex;position:relative;top:0rem;left:0rem; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #f1MsyiF9enBHg9R9pzmqadxdduJTqUU0 {  }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #ThJgZy83n21vSouGrNAKGs81JSfdJiTx {  }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #fEOSvM4FZflXIvkkw5dT0i4PAyWekvfT { display:flex;position:relative;top:0rem;left:0rem; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #knwuSFDqlwWlIietg6Vl5HAfo0QR5HPu {  }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #mzfa0GGLZdZ0gTizBMzR6wFPtnkZmvSU {  }
#OLTwQZ95vAg3mQLyn3TVS8wBifWm4LoP { color:#2e508e;display:block;width:74.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:33.125rem;left:0.5rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALf2KMJb2ELLeCOIpUE5gvWkVXmTKiWd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:10.5625rem;left:-1.875rem;overflow:hidden;display:block; }
#HHIw2RX5e5NZIVXvs3q80nNLfqBu78Cp { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:39.625rem;left:2.8125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQ9OAZL94MXTTlVgcX4FdDSBkFUn27PM { color:#ffffff;display:block;width:67.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:98.875rem;left:2.8125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kafkOwXTTbp2qTuefbwEUVa2UFPe9y9P { background-color:#2e508e;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:103.625rem;left:23.9375rem;display:block; }
#ICHF8JMMnxBsnkAuayOA22wcbiWOzVRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPiSH55PvfWvbqbToW2DetRddGEFTaaH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:42rem;width:75rem;top:43.125rem;left:0.0625rem;display:block; }
#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr { position:relative;display:block; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr { background-color: transparent; background-image: none; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .row .container > .video-iframe-container { display: none; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .row > .video-iframe-container { display: none; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .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); }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr { border-width: 0; border-radius: 0; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .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:81.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AshoCVD3LWQ583D81oWxIftAKo0frcLa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.5625rem;width:17.25rem;top:4.4375rem;left:28.875rem;overflow:hidden;display:block; }
#ROPea3LW5DhdkATObD5H7vpDqqKn268m { color:#ea5297;display:block;width:71.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:71.23046875rem;left:1.75rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUHoWEBms2eUDzfg08gnT6RXNSoGDmuT { color:#2e508e;display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:46.3115234375rem;left:1.5rem;height:8.77148125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp5cNn2lQDWWS6zO4dD1Of7bkoZdpnJT { color:#2e508e;display:block;width:63.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.375rem;left:5.9375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uP76HiKrdqlLwWnr7vx1hTDzU42nch2a { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:46.625rem;top:19.625rem;left:13.0625rem;overflow:hidden;display:block; }
#JWMT1PXT17t0VwVRTbzx1FABsMUA0cun { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:34.8125rem;left:57.5rem;overflow:hidden;display:block; }
#fAqpN3TaGIGJTs3foSvWLwI9KL2cus1K { color:#ea5297;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:24.9375rem;left:1.5rem;height:4.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqonJPKXXbneCMvItVeJP60xfMQ542mI { color:#2e508e;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:30.75rem;left:60.125rem;height:4.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vq4TSwdOi1Nr4tzEulqXTWsLRdXFwTTV { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:30.1875rem;left:8.8125rem;overflow:hidden;display:block; }
#iZ97Z7MwTFVr7isqHxALBRRe2MiBbyv4 { color:#2e508e;display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:56.0615234375rem;left:2.9375rem;height:12.59864375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ynWC44JS36hsKN40DRR5SNVMXSsHlxls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row .container { background-color: transparent; background-image: none; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row .container > .video-iframe-container { display: none; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row > .video-iframe-container { display: none; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .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); }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row .container { border-width: 0; border-radius: 0; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row .container { font-size:0.875rem;font-family:arial;height:78.8125rem;width:75rem;position:relative;display:block; }#FiNr6TDIHZ7gRpraEatX4XBOpb1KTUH2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:31.0625rem;top:18.875rem;left:22rem;overflow:hidden;display:block; }
#SBS0Xq96vEDew4pf8vhThsHk9NkSd1y7 { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.28125rem;left:7.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WV7oWU1rcv09F4nwxgKza9qSXehw3wRQ { box-sizing:content-box;height:4.3125rem;width:55rem;position:absolute;display:block;z-index:14999;background-color:#2e508e;background-image:none;top:5.375rem;left:10rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mkKQxlz9WXaLuLPlTJUIWQ1wTMuvnKk1 { color:#2e508e;display:block;width:70.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCZn6sGMT0AZMBDszm4U0Rc4izZA5sDB { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:14.625rem;left:8.9375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cQDLhWpSHhNdAIXOgdlMopbGAaQJx0Mx { color:#ea5297;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:16.4375rem;left:17.4375rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PA8EiXe42U2X7liql2UmMGeTSQKEU9Nb { color:#2e508e;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:18.5rem;left:8.9375rem;height:5.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESJ5SEP1A6kZtn08c3CRZhVMXek991QG { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:26.3125rem;left:0rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xltfg2BhCx2zHP7ymkzNmWpPghgc3bif { color:#2e508e;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:30.1875rem;left:0rem;height:5.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y4ok8ukFJdTtoNlo7qLFx4FpGlPMonbt { color:#ea5297;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:28.125rem;left:6.0625rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vxzgTTDyOTq8kQdBx6LhZ44tMPfuLFZa { color:#2e508e;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:43.375rem;left:3.4375rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PLsdqStpW90S53MK6zkkwMTVLllXbTgJ { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:39.5rem;left:3.4375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4WAZTpBGJ8W1IQitfnmRgdCXiXgsd2N { color:#ea5297;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:41.3125rem;left:9.5625rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nGHnFz5TGSBLkaQdc0bg3y35uyZuxP3K { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:51.125rem;left:18.4375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k4NE4zrCw2fBFOnfxAqvUpOPLXQ0BP3p { color:#ea5297;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:52.9375rem;left:24.5625rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvTxcR1cT6bSywOUiRO2tnQA4aUSz8rL { color:#2e508e;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:55rem;left:18.4375rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGioK65fxxwWvLydqXEuqxDnydTXGO9u { color:#2e508e;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:55rem;left:42.1875rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xZTQTXIJQTXrwVsZOTEywHLTKOZdwzTE { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:51.125rem;left:42.1875rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orLvGSdIkx8vEIAWAHNdfblgq8fT1PGa { color:#ea5297;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:52.9375rem;left:45.75rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mu9oTCtsAuqQ43KqllleOmBIfTcMkvW0 { color:#2e508e;display:block;width:21.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:43.4375rem;left:53.9375rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0kicDxAgJD9kgkcC6eiRXMhQNZv4uzS { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:39.5625rem;left:53.9375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VC28slLTRW2Szl6ReDmitN7gxA75tsuq { color:#ea5297;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:41.375rem;left:56.4375rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AHqWfyIdsfW6QQdAovwE98KJFannVlPd { color:#2e508e;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:30.1875rem;left:55.5rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEMz6P09CLpSGcfl3RyOp5mAz5EGFoDg { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15023;line-height:.9;letter-spacing:0;top:26.3125rem;left:55.5rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXRURHXR6qLSgMdUkyH6JewVVBltyHku { color:#ea5297;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:28.125rem;left:63.3125rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L5DpwfVvI82mo4E2SaNrS4Oy1pdEQL1B { color:#ea5297;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:16.4375rem;left:52rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDDRvPSMMuRaUnNmyLCyUeFM9k850BCD { color:#2e508e;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:18.5rem;left:47.4375rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iURx2lCRCtNfhdh7zqzT01X7No5SGlr1 { color:#ea5297;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15026;line-height:.8;letter-spacing:0;top:14.625rem;left:47.4375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqXTnlB2mGx4HU5vScKu7Mp93o4zWofm { background-color:#ea5297;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:69.375rem;left:25rem;display:block; }
#ueAMHPVJGEhyXBqUGCmBdOPxzVfO6xzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .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; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2e508e;background-image:none;color:#ffffff;padding-top:0.4475rem;padding-right:0.415625rem;padding-bottom:0.4475rem;padding-left:0.415625rem;display:block;align-items:center;width:2.493125rem;min-width:2.493125rem;height:2.405625rem;position:relative;font-family:montserrat;font-size:1.79125rem;font-weight:700;line-height:38.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .widget-text.counter-label { background-color:;background-image:none;color:#ea5297;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.279375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.324375rem;height:0.494375rem;position:relative;font-family:montserrat;font-size:0.671875rem;font-weight:700;line-height:7.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 { border-top:0;border-left:0;border-right:0;border-bottom: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;box-shadow: none;display:flex;justify-content:space-between;width:17.3125rem;height:4.074375rem;padding-top:0.56rem;padding-right:0.59375rem;padding-bottom:0.56rem;padding-left:0.59375rem;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:63.6865234375rem;left:28.25rem;z-index:15019; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #EzTeNFTeqqSJ5earESFrX9UT1CpVPJmB { display:flex;position:relative;top:0rem;left:0rem; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #dkwXlxn9B2aqgiIWuOdmzosXehZ9Ne8u { width:auto; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #LeGL2na8sMdiA5hiN4BsmmtGGo0qsk4O {  }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #IVod2wa1Tmnko466dng43RSC3PexQAXO { display:flex;position:relative;top:0rem;left:0rem; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #ELbzfKWmVa2Ibw51LOXdmnHvvnXgs3GZ {  }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #lMtdohdiWQsPE0gtJxXVwT2bVdeLS9pL {  }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #nyaTTZec3gO4lOn1X0f1u8RDqSOoyAmw { display:flex;position:relative;top:0rem;left:0rem; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #fDwtRSDwxzesfTcVSINpy6ZbaqCaCDWW {  }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #RfGApn0Z27t6eTlPRT0RJdf5N4ylI2qX {  }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #BynCwu9vxudIyT8dAy26QmdbcWipBxNt { display:flex;position:relative;top:0rem;left:0rem; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #AKQm7Nfg5n1vCpuqHdTMWTI5KFg8veZW {  }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #DbTdz3MKATqsBlQhEInrIe4LR4zWkRgo {  }
#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 { position:relative;display:block; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 { background-color: transparent; background-image: none; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .row .container > .video-iframe-container { display: none; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .row > .video-iframe-container { display: none; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .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); }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 { border-width: 0; border-radius: 0; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .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:70.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yfvCbuGPBQbRG3QW90NDQ8CF3ggkS7iW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.6875rem;width:19.4375rem;top:46.6875rem;left:60.3125rem;overflow:hidden;display:block; }
#XqfCGBNRbSIAkhttwgIERMQtZ1qD3KfA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.5625rem;width:8.125rem;top:27.4375rem;left:28.625rem;overflow:hidden;display:block; }
#Uaz2tOPoPkZMVMcCimi2mccb1yqO8Mb5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.875rem;width:18.9375rem;top:43.0625rem;left:17.1875rem;overflow:hidden;display:block; }
#H3LXdqor1vKBS30ANlPOx69nmgc8OrlG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.875rem;width:13.6875rem;top:3.875rem;left:-5.3052650725494rem;overflow:hidden;display:block; }
#d3NkqbxSywTkiwUxTSGX7mkT2cpkfCPC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.875rem;width:15.0625rem;top:31.875rem;left:-1.3288417431193rem;overflow:hidden;display:block; }
#pIAQIZyotNkS7pbUU9elwuNbSG1l40B9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.5rem;width:17.5625rem;top:42.3125rem;left:39.125rem;overflow:hidden;display:block; }
#MTqId5PJWJnTgGDnIHgsJwZvdXn7CmbP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.375rem;width:15.625rem;top:49.9375rem;left:-6.8125rem;overflow:hidden;display:block; }
#XMhpStEFK0APUTvMwLbbDxqToEoAmgDG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.8125rem;width:17.9375rem;top:19.25rem;left:9.46875rem;overflow:hidden;display:block; }
#LNCNupt6CcyHEEbRLvCRlvGyFOuhOHZX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.4375rem;width:17.5rem;top:4.71875rem;left:28.431344049247rem;overflow:hidden;display:block; }
#z8uXPmD9Z3JW5GMM0haufJLE3105hHJG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.5rem;width:13.625rem;top:7.71875rem;left:46.808876811594rem;overflow:hidden;display:block; }
#h4FqOTG0EZLQ7D8NZewEMAxN2BmQCyKN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.3125rem;width:16.0625rem;top:30.9375rem;left:60.26285046729rem;overflow:hidden;display:block; }
#KkXTnKL5IW83z6NUfduw4LQATCs34oWu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.8125rem;width:17.1875rem;top:5.75rem;left:61.219827586207rem;overflow:hidden;display:block; }
#WgdN9HrNAFeeRtiTkldbypJFGw7mEcBn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.375rem;width:17.625rem;top:16.4375rem;left:28.3681640625rem;overflow:hidden;display:block; }
#le9gl3wixRP7XxzmFh7t8TMWzHOdsvz0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.3125rem;width:18rem;top:5.8125rem;left:9.4375rem;overflow:hidden;display:block; }
#ILpaVN6vNPgkzUMW6N8GKOoTwgQSaF00 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12rem;width:16.875rem;top:52.625rem;left:9.46875rem;overflow:hidden;display:block; }
#b40u9mK1o76h5e010nxnTEouuuOAQ0pX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.875rem;width:15.9375rem;top:53.6875rem;left:27.25rem;overflow:hidden;display:block; }
#aVHiQ2QnQb5XyIMPy4MwRuaQ7gT5kdcN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.625rem;width:14.125rem;top:52.625rem;left:44.8125rem;overflow:hidden;display:block; }
#L9hPDSeUD6MsTlK6C2tTySwT8y1n7upO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.0625rem;width:13.5625rem;top:13.8125rem;left:46.83984375rem;overflow:hidden;display:block; }
#zEUSarOJvbRohxkwu50qdKz0Hyi5eUZc { color:#2e508e;display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:33.4375rem;left:15.8125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OM80Vs8eAakziuuSAeEKQ5IELph7C7hd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.3125rem;width:16.6875rem;top:43.375rem;left:-19.478571428571rem;overflow:hidden;display:block; }
#ggKDu0ZPQ86c2qTgoqsinf3lJt7P2H7x { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.5625rem;width:19.4375rem;top:50rem;left:-27.908180888692rem;overflow:hidden;display:block; }
#sk7reEXnIyNVH8kUdi8LFbxKdgdfAgE1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.9375rem;width:18.9375rem;top:29.3125rem;left:-23.321040372671rem;overflow:hidden;display:block; }
#ecNmc4Tqg89r5aQ3s1m4ktfXJK2O6f1v { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24rem;width:17.875rem;top:3.9375rem;left:-23.973669284468rem;overflow:hidden;display:block; }
#tXkUz1yValTSd1e8DHJBWIWT2RRe4LgB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.1875rem;width:14.25rem;top:4.4375rem;left:79.762588196688rem;overflow:hidden;display:block; }
#amQDZLhRQQFM3aFzQG3O3GgDh66Sz07G { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:13.75rem;top:32.1875rem;left:77.968287278413rem;overflow:hidden;display:block; }
#yF6syKw7TloJhANm5tEmqFM2Im2B3IEy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.25rem;width:26.9375rem;top:46.6875rem;left:81.250605326875rem;overflow:hidden;display:block; }
#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { position:relative;display:block; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { background-color: transparent; background-image: none; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container > .video-iframe-container { display: none; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row > .video-iframe-container { display: none; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .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); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { border-width: 0; border-radius: 0; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .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:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cu2XqhLXPqUpceu2vTyMvHt69PWelkfm { color:#f4fafa;display:block;width:40.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZRwp6PEOaP7c4SJifUifh4izXatiBWx { box-sizing:content-box;height:34.3125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#2e508e;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#GZxmx0ebdDwnbw4DwLbU5B8kgDAe0EUu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.5625rem;width:29.5625rem;top:2.375rem;left:41.5625rem;overflow:hidden;display:block; }
#LDFCh6HfhaodJgULK5zgi8nV7FvsT5O6 { color:#f4fafa;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.5625rem;left:3.9375rem;height:16.08104375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { background-color: transparent; background-image: none; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container > .video-iframe-container { display: none; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row > .video-iframe-container { display: none; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .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); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { border-width: 0; border-radius: 0; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { font-size:0.875rem;font-family:arial;height:129.3125rem;width:75rem;position:relative;display:block; }#UTUdX98hxTuu2Ims70cqMW7LMFNhv6PD { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:42.400390625rem;left:1.625rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DeUWf0EII2SOdl558htE8VBU1AnLTEwV { color:#2e508e;display:block;width:67.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.4375rem;left:3.9375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaTxt5HXwEsiQtphLP8PZanXNbWBgT94 { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:#f1c9dd;background-image:none;top:25.09375rem;left:1rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#Wwog7BkmQMAglDopUTMCn1GrBXMJsWTs { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.625rem;top:60.625rem;left:58.375rem;overflow:hidden;display:block; }
#oDMs27CTCXNG11d7GEB1auKBMXmKfOih { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.9375rem;top:13.5625rem;left:20.6875rem;overflow:hidden;display:block; }
#qFMgclwOM30GwT5oQPwWJcH6pQoiJQsV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.9375rem;top:13.5625rem;left:39.5rem;overflow:hidden;display:block; }
#kZq5OeI06N8h8Gq5tEnRCQa96gR3JD91 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.5rem;top:13.5625rem;left:58.4375rem;overflow:hidden;display:block; }
#asUykpqxVoUDDQFV1SKBAfdBcOTtomQN { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:45.0556640625rem;left:1.9375rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15007;background-color:#f1c9dd;background-image:none;top:25.09375rem;left:19.71875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15008;background-color:#f1c9dd;background-image:none;top:25.09375rem;left:38.53125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15009;background-color:#f1c9dd;background-image:none;top:25.09375rem;left:57.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:42.400390625rem;left:20.34375rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:42.400390625rem;left:39.15625rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:42.400390625rem;left:57.875rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:45.0556640625rem;left:20.65625rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:45.0556640625rem;left:39.46875rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:45.0556640625rem;left:58.1875rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohbaUzVcTLqt7s2yLfB0r8PiEUEEKsyN { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15023;background-color:#f1c9dd;background-image:none;top:72.1875rem;left:19.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#aFa2sc0NQP9k5DTsdm4ILed0li8qi4Gm { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15024;background-color:#f1c9dd;background-image:none;top:72.1875rem;left:38.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#A6JZkGyZt30Bgyz0t46LWzBhgHXm7awV { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15025;background-color:#f1c9dd;background-image:none;top:72.1875rem;left:57.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#qsRTkPSKT5tHLcHdnJmtulODbIlkhbK0 { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:92.125rem;left:20.625rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxyRvXw7z9iMyp8F0TJLqMqJAZ9gAPaO { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:92.125rem;left:39.4375rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAX6rnwuH8Qk9vgQS1X3rJRkfm4ky6la { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:92.125rem;left:58.125rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPVqz8A8rTCyO1VXtyuwxQW6lUKhhJWd { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:89.4375rem;left:20.3125rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teEfdH5UT5CtgLDSasAsatCIp5BAKaPQ { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:89.4375rem;left:39.125rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p042RC7UIeR6WP2DuM0GJpGDZyg5XccO { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:89.4375rem;left:57.8125rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrf6zTxbNCtPM3to4CU8g3ryAJyJ3dXW { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.8125rem;top:60.625rem;left:20.75rem;overflow:hidden;display:block; }
#wTG9hVQ2Zg5oWqIJpCfz3e5HxWtC1cXC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.8125rem;top:60.625rem;left:39.5625rem;overflow:hidden;display:block; }
#xci58tr7x1MFAinCWMDmNGnNnIiC17di { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.5rem;top:13.5625rem;left:2.1875rem;overflow:hidden;display:block; }
#iNRaT8D4Z9S2ILlMwnrOTuwrHe9PANob { box-sizing:content-box;height:32.0625rem;width:16.875rem;position:absolute;display:block;z-index:15022;background-color:#f1c9dd;background-image:none;top:72.1875rem;left:0.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#nfv7q9qyM0udTkfFD6Onf0yZSVCK7MIp { color:#ea5297;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:89.4375rem;left:1.5625rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdd4dwup3oOzBVgJaoftX4PsBL1kInV9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:14.0625rem;top:60.625rem;left:2.40625rem;overflow:hidden;display:block; }
#z8HUH0PZ9nmpzFyc8yFlrcpQuwIhc01o { color:#2e508e;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:92.125rem;left:1.875rem;height:10.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { color:#2e508e;display:block;width:58.5625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:107.875rem;left:8.21875rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wr458HTwzTbnkiDGQisBPcR7FC1I1LG4 { background-color:#ea5297;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:120.181640625rem;left:25rem;display:block; }
#EN52LMaGowXxut2cxwnWqwBaC1FQhA6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .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; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2e508e;background-image:none;color:#ffffff;padding-top:0.4475rem;padding-right:0.415625rem;padding-bottom:0.4475rem;padding-left:0.415625rem;display:block;align-items:center;width:2.493125rem;min-width:2.493125rem;height:2.405625rem;position:relative;font-family:montserrat;font-size:1.79125rem;font-weight:700;line-height:38.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .widget-text.counter-label { background-color:;background-image:none;color:#ea5297;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.279375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.324375rem;height:0.494375rem;position:relative;font-family:montserrat;font-size:0.671875rem;font-weight:700;line-height:7.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq { border-top:0;border-left:0;border-right:0;border-bottom: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;box-shadow: none;display:flex;justify-content:space-between;width:17.3125rem;height:4.074375rem;padding-top:0.56rem;padding-right:0.59375rem;padding-bottom:0.56rem;padding-left:0.59375rem;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:114.3740234375rem;left:28.25rem;z-index:15020; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #fbRt7wdtO1zx2MEbTvDR18K8nXB9AdJ9 { display:flex;position:relative;top:0rem;left:0rem; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #BEdA4lE45ovxCvKn9icEB2F0MeSdiBsO { width:auto; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #maeTpI5TkxxA2benRHtkXSq2lOsMsUBU {  }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #edhAN9Z3k3hTRWGPoICUVQTk5R06eWMZ { display:flex;position:relative;top:0rem;left:0rem; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #ETulrTiqBH26TU3WuOTTfyzeP9rpST2a {  }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #HuigU1F6OSuLK4m61mS88QTx3lrG0Lre {  }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #vV8NgccXmgTxi4tUAhCkMbinNf9iRXI4 { display:flex;position:relative;top:0rem;left:0rem; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #rWrZcw9aNuyHAvcHVTCdRwNiBU9l0C8h {  }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #kPMWxRhLvAn4v4TdkR5vU0ggRVHnmaez {  }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #S4J70QWOWm5GH6VaUdz137PFhZUE7e7f { display:flex;position:relative;top:0rem;left:0rem; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #hFbVcVdPDoarrPXELPdogh1b38mcHnzd {  }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #Wg9e9PAF7QsoRpRn5pTlift9fMM7V4Ve {  }
#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { background-color: transparent; background-image: none; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container > .video-iframe-container { display: none; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row > .video-iframe-container { display: none; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .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); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { border-width: 0; border-radius: 0; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { color:#ea5297;display:block;width:70.1875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:31.5625rem;left:2.4375rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { color:#2e508e;display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:14.4375rem;left:2.9375rem;height:14.61913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5TKxCV1vmUoWhdKcRiq2KSEVy0rSkRZ { color:#ffffff;display:block;width:62rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:5.4375rem;left:6.5rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0JlbTMZaJxrVlNFKgT93mpJndEr76T5 { box-sizing:content-box;height:7.125rem;width:62.125rem;position:absolute;display:block;z-index:15002;background-color:#2e508e;background-image:none;top:4.875rem;left:6.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #f1c9dd, #ffffff);background-image: -moz-linear-gradient(135deg, #f1c9dd, #ffffff);background-image: -ms-linear-gradient(135deg, #f1c9dd, #ffffff);background-image: -o-linear-gradient(135deg, #f1c9dd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c9dd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c9dd', endColorstr='#ffffff' );";background-image: linear-gradient(135deg, #f1c9dd, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row .container { background-color: transparent; background-image: none; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row .container > .video-iframe-container { display: none; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row > .video-iframe-container { display: none; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .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); }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row .container { border-width: 0; border-radius: 0; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row .container { font-size:0.875rem;font-family:arial;height:106.625rem;width:75rem;position:relative;display:block; }#RieNSITWs8L2Dk22O6aXTO6z05irXUlu { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:60rem;left:61.3125rem;overflow:hidden;display:none; }
#zb12ZfS6gldXdqVKAud13Uemgn3N6bTg { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:34.8125rem;left:7rem;overflow:hidden;display:none; }
#SHcoEPUpSm0uaJqlFyaf9rHiLefy7JiA { box-sizing:content-box;height:54.8125rem;width:56.25rem;position:absolute;display:block;z-index:15019;background-color:#ea5297;background-image:none;top:44.5rem;left:8.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#cHPbFcblVcFg22dgMcNHa0TIhVlzDvW0 { color:#ea5297;display:block;width:41.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:4.625rem;left:16.8125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h27ckKXDtNZptBbycaAsxJXZqCqF0gt6 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:77.0625rem;left:26.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miT7Acv50A3G5FaNqQAsWHGtFqO55V3v { color:#2e508e;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:77rem;left:38.625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .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; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#ea5297;padding-top:0.7875rem;padding-right:0.74rem;padding-bottom:0.7875rem;padding-left:0.74rem;display:block;align-items:center;width:4.435rem;min-width:4.435rem;height:4.230625rem;position:relative;font-family:montserrat;font-size:3.150625rem;font-weight:700;line-height:67.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .widget-text.counter-label { background-color:;background-image:none;color:#ea5297;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.49125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.913125rem;height:0.86875rem;position:relative;font-family:montserrat;font-size:1.181875rem;font-weight:700;line-height:13.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd { border-top:0;border-left:0;border-right:0;border-bottom: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;box-shadow: none;display:flex;justify-content:space-between;width:27.6875rem;height:7.165625rem;padding-top:0.984375rem;padding-right:1.05625rem;padding-bottom:0.984375rem;padding-left:1.05625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.625rem;left:22.5986328125rem;z-index:15035; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #F2L6hhwFkf6Of6lPm1b8WPf6bQPThkOV { display:flex;position:relative;top:0rem;left:0rem; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #GcCmIsIV6ZHT5RafmMwUoP6qhZ4aBaEQ { width:auto; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #l3wwCHSUbM7bwikpR11hfNvsKG00TqiK {  }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #rOwqVCTuxiRxGGFy0sXFS8MJsWxruuoe { display:flex;position:relative;top:0rem;left:0rem; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #S7HEaynvZRIBPeM0AbfKuTw96lWaoOFc {  }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #uE4JQpTplCvwP3UWtGFFEWsVLbls0mHc {  }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #mgPMWcUcG0pXzNLorqf3gFgPkbnXQxPV { display:flex;position:relative;top:0rem;left:0rem; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #M6DGM2dTsJHZaA4zIOlUAe0Llq93CeXH {  }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #rFJxTe4s2gulfzs452TihGMNZq5dGTmR {  }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #FFgwoakS6Teup3qBzylSTuQcTm444ZD5 { display:flex;position:relative;top:0rem;left:0rem; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #cJzppuCa6EmZdCSy4AOzST24tTM6LAcE {  }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #eD2bm84kn3EMIBrhMNtuUzCxUier1x5X {  }
#dB054sp77Vgn3iv9IbMCVsuePQ3aDNMf { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:80.4375rem;left:25.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHlvNiny2lF2gDrWyrHntiQHsd0PEvhi { background-color:#e5fb52;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2e508e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:82.5625rem;left:21.375rem;display:block; }
#Wbgz89hVcahQZ9QJXbXDTK3oc25EEUXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfSvLCOvH5TPIBlTNlh4KbmNypp2WUy6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:34.8125rem;top:31.75rem;left:19.625rem;overflow:hidden;display:block; }
#iOJbfuxOF13UaNTsnwavmar9tsW7dI8G { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:29.5625rem;left:11.1875rem;overflow:hidden;display:block; }
#hkf2aq4H7clKVz1QuKCDP0vq8hEgWkWo { color:#2e508e;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:100.4375rem;left:18.25rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwZS2UIemkR3SVJ7i9r89Ab2vMmXiN3g { color:#ffffff;display:block;width:49.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:50.4375rem;left:10.625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fObXoLkslhKqdNyTIQfU5Zqhtwxn0vxk { color:#2e508e;display:block;width:14.5rem;position:absolute;font-family:licorice;font-size:3.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:54.5rem;left:43.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfPReh3Dwgv0VpqaFVQocKo5rXFvKv5V { color:#2e508e;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:59.125rem;left:14rem;height:10.973625rem;font-style:normal;display:block; }#EfPReh3Dwgv0VpqaFVQocKo5rXFvKv5V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EfPReh3Dwgv0VpqaFVQocKo5rXFvKv5V li:before{  }
#fqThuUlCJdtL2JFWVDN8knnaASDJ4m6c { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:42.125rem;left:58.1875rem;overflow:hidden;display:block; }
#bbfGWLDBu9y6WKJoIoekTC2J1LLmiPxM { color:#2e508e;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:31.75rem;left:54.4375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thCcqTktNucaT1ath6yNx4EHTW2Gaxqz { color:#2e508e;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:36.4375rem;left:55.75rem;height:6.29883125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CAnWeB1yxQ8mNWdTVDIlpGPuZmZZzZiJ { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:59.125rem;left:34.4375rem;height:13.26075rem;font-style:normal;display:block; }#CAnWeB1yxQ8mNWdTVDIlpGPuZmZZzZiJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CAnWeB1yxQ8mNWdTVDIlpGPuZmZZzZiJ li:before{  }
#umy0v01LzmXA4P9u2pCTXS60MtKaIFFx { color:#e5fb52;display:block;width:54.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:74rem;left:9.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMy6K0T5wNGOMOhTiRiH7wfWsOhBV3LC { color:#2e508e;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15059;line-height:1;letter-spacing:0;top:77.3125rem;left:17rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wwnyxda8PqBVwlX4qhlilGo4qDwZ9vkB { color:#2e508e;display:block;width:64.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:21.25rem;left:5.09375rem;height:6.07324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbX5P4GgSxs913OWtUUTq3wxeF08TRJ8 { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:89.375rem;left:15.1875rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMyqqC37vVcxGywy7Qi8dPe8PImkeUkH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2e508e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:92.4375rem;left:25rem;display:block; }
#QdQJqiegQZce8ZwctGwd6gPL0FofrD1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { position:relative;display:block; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { background-color: transparent; background-image: none; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container > .video-iframe-container { display: none; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row > .video-iframe-container { display: none; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .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); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { border-width: 0; border-radius: 0; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .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.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z1FsqNCyQeohau5K984Nrui0Rplip92d { color:#ea5297;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:2.8125rem;left:31.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(234,82,151,0.6);background-image:none;vertical-align:top;box-shadow: none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:montserrat;color:#2e508e;height:auto; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#f4fafa;height:auto;line-height:1.3;overflow:hidden; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1faf302ea49244f594cfe5af41ea033daeb226e3.svg");background-size:contain !important; }#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-trigger.adaptive-delivery-prevent-bg, #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-trigger.lazyload, #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-trigger.lazyloading { background-image: none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ { box-sizing:content-box;height:auto;width:68.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.5rem;left:2.125rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #D9OsfPLRT7s3revcaXucnSxOMO5nW41g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #fTdy8OoD1l3kfBA6yrJv9AaqXoFG4TkK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #nPE99ou7opnOIANhZDCVcXgL57FqeCyK { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #HliIwpTpz4bKVxzcU7OTiuslfWLRdrtm {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OSX98FKU982mQWTvmrRZ8vtINxIhvpt5 {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iLhRHiObUgpGLL7pDrTU73OFW4xT0qTO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #JVZeCUTIo0KqqPso1e4GZrHNBSq2EWMN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #m8pOvHIITaiwPQb8ZINm5zRlP28a2WdS { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #B3iduTtfobDQT0lplTJS0h9w9MaVD1f4 {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #uJ9hrgfzGDosayTA1maL701PhZa6Tqgy { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OB4mzAli6HuQ2WtpUh9qcfwTtKP4ychs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #v5IUGR9yVpzF2G4bJv46vpq494Iz5bQG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #gFnAVaHpLXwb6TAc9XGR5im299LJaEtd { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #waQ3Tia18xeMPgIkF56VhTuWJumiLLLW {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #tubtOGzPUsZt4RNvtTEerQJfAE0RLySV { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #mB5k2l7e6R3og7vSdkv2Tsf1yyHGXy4O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #oc4fNRRyMNX0Un46mZ5BBAb9TsNd1xEO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iABE9kWDwoJMAJcWty6BtQ1f2fgM3g6N { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #akaU52PcfZolDFz0JOPZ1vH7FqvlcLKn {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #Qt50uzWUcetyAA75wpOEyIpEEv9d434y { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #CkwbxyvzmuKSil1CTX393xil9zew8zme { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #AwhaVMrUL2aSuiAUwqmO9HKeWDdAhV5K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #IT55EG0mWZnEodFZU2ZeoNrTpanR061e { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #VhNWT5DShQQ92QRtUvCxughc7aO2d65g {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eMDyuL5zSaS9oSui7U79xtbosJ0s07Np { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #MTbXBayPxgz48yNxqVFq6gO3y5DAV0QI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #x7gXX2rFKQg4N0MxKFMdOpB641lLhpBc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eh3ZIGp6urfK7MmgshhU40bvDL97ndBV { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #qBeuBEOtTlpwSTCw2naaSsGRt4UC267a {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #cxyNTgvF16aOEG6VFqXtmDUWDCbbr8Lo { display:none; }
#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd606e9b-8764-4a17-b9eb-3c29305a74c6/Projektbeznazwy20250128T155800770.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.adaptive-delivery-prevent-bg, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyload, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyloading { background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { background-color: transparent; background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .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); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { border-width: 0; border-radius: 0; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#re4Fsb1HHeR90VCKiTxo1ksCfTsFWHvG { color:#2e508e;display:block;width:53rem;position:absolute;font-family:montserrat;font-size:4.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.0625rem;left:0rem;height:12.375rem;font-style:normal;display:block; }
#mlDqreUgxaAJT4Tt6ldtAhC1i6TBhrfq { color:#2e508e;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:19.75rem;left:0rem;height:4.3857375rem;font-style:normal;display:block; }
#hTLhW0i2qeNIuVr8KRanMDpe83Z4Lh1U { color:#ea5297;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:25.162109375rem;left:0rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFg5bWkfeemT9JwNFsxUXBrLqVHrHVNd { background-color:#2e508e;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.3125rem;left:8.34375rem;display:block; }
#UiUEiyE4ROLligfTNg2bCOSyigfBn0BR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6n4wmlBzCnmPZrumaBEah7Ao2OIFME2 { box-sizing:content-box;height:5.125rem;width:11.375rem;position:absolute;display:block;z-index:15004;background-color:#2e508e;background-image:none;top:31.875rem;left:28.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cQBVfnpi85R50B8zwOQAGl3Da8L9v8ie { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.375rem;left:29.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSMBcqDob1dPgNouS7U5rSvlwTR8QtQm { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33rem;left:29.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyU7UGIkXrcTetrLOLDVBvEFlhh6ecBX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:39.75rem;top:29.1875rem;left:0rem;overflow:hidden;display:block; }
#uaQewTche2urr3Q685T3NSvkIqP2elkF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7rem;width:28.5625rem;top:43.625rem;left:46.4375rem;overflow:hidden;display:block; }
#mSCVTVKpsTX0Z7qIz4J0LQhhpAtzEQPM { color:#2e508e;display:block;width:21.5625rem;position:absolute;font-family:"amsterdam four";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:41.375rem;left:53.4375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e508e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { background-color: transparent; background-image: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container > .video-iframe-container { display: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container { display: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .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); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { border-width: 0; border-radius: 0; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#HiE665ANi8yH0gV4U6BpcFInLeTcTkAN { color:#ffffff;display:block;width:71.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.58984375rem;left:1.90625rem;height:6.8203125rem;font-style:normal;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) { #kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP { display:block; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTA8KP9lRqL0wZo7EiCqA97MbMuf3RTh { width:14.375rem;height:2.75rem;top:1.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuNcPkmJTa2RZwdmDuHhOtOXF980tauf { display:block; }
 }@media only screen and (max-width: 763px) { #HD02RKNWsbMHzrSqd93MOUi4bak4aR4i { top:1.5rem;left:2rem;width:42.9375rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .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; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .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; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #nVgCscSC7QfahAvtaP2GZLPfQcsy5BxN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #qe4sqqtnGIUCLG9VaVX4HKR2BTUxqBGa {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #huLSkhTIPH205a9azOvkE571h1fvf6Fb {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #TtqkwJFvyuJBnno3l49uQW66He2zTnt1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #T9MMNMTyiQthIcTOyZhAChTW9Ht74Mrz {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #MpTK8PUt5n1kV3NlAH6cS5VoRkaE2FdJ {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #D5pqTkNl4vwgEpH4UDDBLniTz9HKCWBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #kTf4R25KQm6s9gt2WmmT5RQWGbTfIoxE {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #Gc8TVMWFB1KLzJyTACNeIMWoeqpZApWE {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #FgbUnU7fPKurAMQA18DI99RJpyTO0Oi1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #rCPTUUsw2eTB0uEK2qDzxrwMJ2WdE8kb {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #iigEemCGk5xAJ6wMBhTPgcUO2cWAHNCa {  }
 }@media only screen and (max-width: 763px) { #FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU { display:block; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo0XBF42mMGDaIWMC1f4ublFwUK9VL8k { top:8.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI96uhENAMNq4tZVzMZehgwbB4fiSPCM { top:15.625rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3LAkIbnpbiKqf2CSqKqfMK4VambATU9 { top:13.75rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .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; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .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; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #a8s8yz4Zcb00AoaTEgl7onXlWe97CqdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #gTrUCOzmLfdNPKbNEgRioGkzZ9IbZCzv {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #DXgbkVzkdvLiyUCiowFnfkgJVrypskME {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #FSFORLb9pO9GrtdMMWba299EwTPRJmzP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #PoXfWP6GJUbcQGeQTsCtcFV9MWSLdBAb {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #MKvrXTHJxT9LpKv3DmuSnGwiiHHSd8Wv {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #VykpGBznnyWq9tiSxKkrlLag2LwRMe2g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #f1MsyiF9enBHg9R9pzmqadxdduJTqUU0 {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #ThJgZy83n21vSouGrNAKGs81JSfdJiTx {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #fEOSvM4FZflXIvkkw5dT0i4PAyWekvfT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #knwuSFDqlwWlIietg6Vl5HAfo0QR5HPu {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #mzfa0GGLZdZ0gTizBMzR6wFPtnkZmvSU {  }
 }@media only screen and (max-width: 763px) { #OLTwQZ95vAg3mQLyn3TVS8wBifWm4LoP { top:33.125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALf2KMJb2ELLeCOIpUE5gvWkVXmTKiWd { top:10.5625rem;left:0rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHIw2RX5e5NZIVXvs3q80nNLfqBu78Cp { top:39.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9OAZL94MXTTlVgcX4FdDSBkFUn27PM { top:98.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kafkOwXTTbp2qTuefbwEUVa2UFPe9y9P { width:25rem;height:4.375rem;top:103.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICHF8JMMnxBsnkAuayOA22wcbiWOzVRW { display:block; }
 }@media only screen and (max-width: 763px) { #GPiSH55PvfWvbqbToW2DetRddGEFTaaH { top:43.125rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr { display:block; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AshoCVD3LWQ583D81oWxIftAKo0frcLa { top:4.4375rem;left:15.25rem;width:17.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPea3LW5DhdkATObD5H7vpDqqKn268m { top:71.1875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHoWEBms2eUDzfg08gnT6RXNSoGDmuT { top:46.25rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5cNn2lQDWWS6zO4dD1Of7bkoZdpnJT { top:11.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP76HiKrdqlLwWnr7vx1hTDzU42nch2a { top:19.625rem;left:0rem;width:46.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWMT1PXT17t0VwVRTbzx1FABsMUA0cun { top:34.8125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqpN3TaGIGJTs3foSvWLwI9KL2cus1K { top:24.9375rem;left:0rem;width:16.125rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqonJPKXXbneCMvItVeJP60xfMQ542mI { top:30.75rem;left:34.375rem;width:13.375rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq4TSwdOi1Nr4tzEulqXTWsLRdXFwTTV { top:30.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ97Z7MwTFVr7isqHxALBRRe2MiBbyv4 { top:56rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWC44JS36hsKN40DRR5SNVMXSsHlxls { display:block; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiNr6TDIHZ7gRpraEatX4XBOpb1KTUH2 { top:18.875rem;left:8.375rem;width:31.0625rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBS0Xq96vEDew4pf8vhThsHk9NkSd1y7 { top:6.25rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7oWU1rcv09F4nwxgKza9qSXehw3wRQ { top:5.375rem;left:0rem;width:47.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkKQxlz9WXaLuLPlTJUIWQ1wTMuvnKk1 { top:10.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCZn6sGMT0AZMBDszm4U0Rc4izZA5sDB { top:14.625rem;left:0rem;width:9.5rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDLhWpSHhNdAIXOgdlMopbGAaQJx0Mx { top:16.4375rem;left:3.8125rem;width:10.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA8EiXe42U2X7liql2UmMGeTSQKEU9Nb { top:18.5rem;left:0rem;width:20.875rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJ5SEP1A6kZtn08c3CRZhVMXek991QG { top:26.3125rem;left:0rem;width:9.5rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xltfg2BhCx2zHP7ymkzNmWpPghgc3bif { top:30.1875rem;left:0rem;width:20.5rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ok8ukFJdTtoNlo7qLFx4FpGlPMonbt { top:28.125rem;left:0rem;width:12.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxzgTTDyOTq8kQdBx6LhZ44tMPfuLFZa { top:43.375rem;left:0rem;width:20.5rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLsdqStpW90S53MK6zkkwMTVLllXbTgJ { top:39.5rem;left:0rem;width:9.5rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4WAZTpBGJ8W1IQitfnmRgdCXiXgsd2N { top:41.3125rem;left:0rem;width:12.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGHnFz5TGSBLkaQdc0bg3y35uyZuxP3K { top:51.125rem;left:4.8125rem;width:9.5rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4NE4zrCw2fBFOnfxAqvUpOPLXQ0BP3p { top:52.9375rem;left:10.9375rem;width:12.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTxcR1cT6bSywOUiRO2tnQA4aUSz8rL { top:55rem;left:4.8125rem;width:20.5rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGioK65fxxwWvLydqXEuqxDnydTXGO9u { top:55rem;left:27.25rem;width:20.5rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZTQTXIJQTXrwVsZOTEywHLTKOZdwzTE { top:51.125rem;left:28.5625rem;width:9.5rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orLvGSdIkx8vEIAWAHNdfblgq8fT1PGa { top:52.9375rem;left:27.9375rem;width:19.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9oTCtsAuqQ43KqllleOmBIfTcMkvW0 { top:43.4375rem;left:26.6875rem;width:21.0625rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0kicDxAgJD9kgkcC6eiRXMhQNZv4uzS { top:39.5625rem;left:38.25rem;width:9.5rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC28slLTRW2Szl6ReDmitN7gxA75tsuq { top:41.375rem;left:29.4375rem;width:18.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHqWfyIdsfW6QQdAovwE98KJFannVlPd { top:30.1875rem;left:28.25rem;width:19.5rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEMz6P09CLpSGcfl3RyOp5mAz5EGFoDg { top:26.3125rem;left:38.25rem;width:9.5rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXRURHXR6qLSgMdUkyH6JewVVBltyHku { top:28.125rem;left:36.4375rem;width:10.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5DpwfVvI82mo4E2SaNrS4Oy1pdEQL1B { top:16.4375rem;left:31.5rem;width:16.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDDRvPSMMuRaUnNmyLCyUeFM9k850BCD { top:18.5rem;left:24.0625rem;width:23.6875rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iURx2lCRCtNfhdh7zqzT01X7No5SGlr1 { top:14.625rem;left:33.8125rem;width:9.5rem;height:4.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqXTnlB2mGx4HU5vScKu7Mp93o4zWofm { width:25rem;height:4.375rem;top:69.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueAMHPVJGEhyXBqUGCmBdOPxzVfO6xzD { display:block; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .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; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .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; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #EzTeNFTeqqSJ5earESFrX9UT1CpVPJmB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #dkwXlxn9B2aqgiIWuOdmzosXehZ9Ne8u {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #LeGL2na8sMdiA5hiN4BsmmtGGo0qsk4O {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #IVod2wa1Tmnko466dng43RSC3PexQAXO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #ELbzfKWmVa2Ibw51LOXdmnHvvnXgs3GZ {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #lMtdohdiWQsPE0gtJxXVwT2bVdeLS9pL {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #nyaTTZec3gO4lOn1X0f1u8RDqSOoyAmw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #fDwtRSDwxzesfTcVSINpy6ZbaqCaCDWW {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #RfGApn0Z27t6eTlPRT0RJdf5N4ylI2qX {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #BynCwu9vxudIyT8dAy26QmdbcWipBxNt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #AKQm7Nfg5n1vCpuqHdTMWTI5KFg8veZW {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #DbTdz3MKATqsBlQhEInrIe4LR4zWkRgo {  }
 }@media only screen and (max-width: 763px) { #JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 { display:block; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfvCbuGPBQbRG3QW90NDQ8CF3ggkS7iW { top:46.6875rem;left:28.3125rem;width:19.4375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqfCGBNRbSIAkhttwgIERMQtZ1qD3KfA { top:27.4375rem;left:15rem;width:8.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaz2tOPoPkZMVMcCimi2mccb1yqO8Mb5 { top:43.0625rem;left:3.5625rem;width:18.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3LXdqor1vKBS30ANlPOx69nmgc8OrlG { top:3.875rem;left:0rem;width:13.6875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NkqbxSywTkiwUxTSGX7mkT2cpkfCPC { top:31.875rem;left:0rem;width:15.0625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIAQIZyotNkS7pbUU9elwuNbSG1l40B9 { top:42.3125rem;left:25.5rem;width:17.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqId5PJWJnTgGDnIHgsJwZvdXn7CmbP { top:49.9375rem;left:0rem;width:15.625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMhpStEFK0APUTvMwLbbDxqToEoAmgDG { top:19.25rem;left:0rem;width:17.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNCNupt6CcyHEEbRLvCRlvGyFOuhOHZX { top:4.6875rem;left:14.806344049247rem;width:17.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8uXPmD9Z3JW5GMM0haufJLE3105hHJG { top:7.6875rem;left:33.183876811594rem;width:13.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4FqOTG0EZLQ7D8NZewEMAxN2BmQCyKN { top:30.9375rem;left:31.5rem;width:16.0625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkXTnKL5IW83z6NUfduw4LQATCs34oWu { top:5.75rem;left:30.5625rem;width:17.1875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgdN9HrNAFeeRtiTkldbypJFGw7mEcBn { top:16.4375rem;left:14.7431640625rem;width:17.625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le9gl3wixRP7XxzmFh7t8TMWzHOdsvz0 { top:5.8125rem;left:0rem;width:18rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILpaVN6vNPgkzUMW6N8GKOoTwgQSaF00 { top:52.625rem;left:0rem;width:16.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #b40u9mK1o76h5e010nxnTEouuuOAQ0pX { top:53.6875rem;left:13.625rem;width:15.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVHiQ2QnQb5XyIMPy4MwRuaQ7gT5kdcN { top:52.625rem;left:31.1875rem;width:14.125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9hPDSeUD6MsTlK6C2tTySwT8y1n7upO { top:13.8125rem;left:33.21484375rem;width:13.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEUSarOJvbRohxkwu50qdKz0Hyi5eUZc { top:33.4375rem;left:2.1875rem;width:43.125rem;height:5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM80Vs8eAakziuuSAeEKQ5IELph7C7hd { top:43.375rem;left:0rem;width:16.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggKDu0ZPQ86c2qTgoqsinf3lJt7P2H7x { top:50rem;left:0rem;width:19.4375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk7reEXnIyNVH8kUdi8LFbxKdgdfAgE1 { top:29.3125rem;left:0rem;width:18.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNmc4Tqg89r5aQ3s1m4ktfXJK2O6f1v { top:3.9375rem;left:0rem;width:17.875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXkUz1yValTSd1e8DHJBWIWT2RRe4LgB { top:4.4375rem;left:33.5rem;width:14.25rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQDZLhRQQFM3aFzQG3O3GgDh66Sz07G { top:32.1875rem;left:34rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF6syKw7TloJhANm5tEmqFM2Im2B3IEy { top:46.6875rem;left:20.8125rem;width:26.9375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { display:block; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu2XqhLXPqUpceu2vTyMvHt69PWelkfm { top:5.25rem;left:0rem;width:40.25rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZRwp6PEOaP7c4SJifUifh4izXatiBWx { top:0rem;left:0rem;width:47.75rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZxmx0ebdDwnbw4DwLbU5B8kgDAe0EUu { top:2.375rem;left:18.1875rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDFCh6HfhaodJgULK5zgi8nV7FvsT5O6 { top:12.5625rem;left:0rem;width:33.3125rem;height:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk { display:block; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTUdX98hxTuu2Ims70cqMW7LMFNhv6PD { top:42.375rem;left:0rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUWf0EII2SOdl558htE8VBU1AnLTEwV { top:5.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTxt5HXwEsiQtphLP8PZanXNbWBgT94 { top:25.0625rem;left:0rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwog7BkmQMAglDopUTMCn1GrBXMJsWTs { top:60.625rem;left:33.125rem;width:14.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMs27CTCXNG11d7GEB1auKBMXmKfOih { top:13.5625rem;left:7.0625rem;width:14.9375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFMgclwOM30GwT5oQPwWJcH6pQoiJQsV { top:13.5625rem;left:25.875rem;width:14.9375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZq5OeI06N8h8Gq5tEnRCQa96gR3JD91 { top:13.5625rem;left:33.25rem;width:14.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUykpqxVoUDDQFV1SKBAfdBcOTtomQN { top:45rem;left:0rem;width:15rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { top:25.0625rem;left:6.09375rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { top:25.0625rem;left:24.90625rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { top:25.0625rem;left:30.875rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { top:42.375rem;left:6.71875rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { top:42.375rem;left:25.53125rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { top:42.375rem;left:32.125rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { top:45rem;left:7.03125rem;width:15rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { top:45rem;left:25.84375rem;width:15rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { top:45rem;left:32.75rem;width:15rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohbaUzVcTLqt7s2yLfB0r8PiEUEEKsyN { top:72.1875rem;left:6.0625rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFa2sc0NQP9k5DTsdm4ILed0li8qi4Gm { top:72.1875rem;left:24.875rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6JZkGyZt30Bgyz0t46LWzBhgHXm7awV { top:72.1875rem;left:30.875rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRTkPSKT5tHLcHdnJmtulODbIlkhbK0 { top:92.125rem;left:7rem;width:15rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxyRvXw7z9iMyp8F0TJLqMqJAZ9gAPaO { top:92.125rem;left:25.8125rem;width:15rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAX6rnwuH8Qk9vgQS1X3rJRkfm4ky6la { top:92.125rem;left:32.75rem;width:15rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPVqz8A8rTCyO1VXtyuwxQW6lUKhhJWd { top:89.4375rem;left:6.6875rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teEfdH5UT5CtgLDSasAsatCIp5BAKaPQ { top:89.4375rem;left:25.5rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p042RC7UIeR6WP2DuM0GJpGDZyg5XccO { top:89.4375rem;left:32.125rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrf6zTxbNCtPM3to4CU8g3ryAJyJ3dXW { top:60.625rem;left:7.125rem;width:14.8125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTG9hVQ2Zg5oWqIJpCfz3e5HxWtC1cXC { top:60.625rem;left:25.9375rem;width:14.8125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xci58tr7x1MFAinCWMDmNGnNnIiC17di { top:13.5625rem;left:0rem;width:14.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNRaT8D4Z9S2ILlMwnrOTuwrHe9PANob { top:72.1875rem;left:0rem;width:16.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfv7q9qyM0udTkfFD6Onf0yZSVCK7MIp { top:89.4375rem;left:0rem;width:15.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdd4dwup3oOzBVgJaoftX4PsBL1kInV9 { top:60.625rem;left:0rem;width:14.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8HUH0PZ9nmpzFyc8yFlrcpQuwIhc01o { top:92.125rem;left:0rem;width:15rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { top:107.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr458HTwzTbnkiDGQisBPcR7FC1I1LG4 { width:25rem;height:4.375rem;top:120.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN52LMaGowXxut2cxwnWqwBaC1FQhA6G { display:block; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .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; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .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; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #fbRt7wdtO1zx2MEbTvDR18K8nXB9AdJ9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #BEdA4lE45ovxCvKn9icEB2F0MeSdiBsO {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #maeTpI5TkxxA2benRHtkXSq2lOsMsUBU {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #edhAN9Z3k3hTRWGPoICUVQTk5R06eWMZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #ETulrTiqBH26TU3WuOTTfyzeP9rpST2a {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #HuigU1F6OSuLK4m61mS88QTx3lrG0Lre {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #vV8NgccXmgTxi4tUAhCkMbinNf9iRXI4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #rWrZcw9aNuyHAvcHVTCdRwNiBU9l0C8h {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #kPMWxRhLvAn4v4TdkR5vU0ggRVHnmaez {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #S4J70QWOWm5GH6VaUdz137PFhZUE7e7f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #hFbVcVdPDoarrPXELPdogh1b38mcHnzd {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #Wg9e9PAF7QsoRpRn5pTlift9fMM7V4Ve {  }
 }@media only screen and (max-width: 763px) { #AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k { display:block; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { top:31.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { top:14.4375rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TKxCV1vmUoWhdKcRiq2KSEVy0rSkRZ { top:5.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0JlbTMZaJxrVlNFKgT93mpJndEr76T5 { top:4.875rem;left:0rem;width:47.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b { display:block; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RieNSITWs8L2Dk22O6aXTO6z05irXUlu { top:60rem;left:41.5rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zb12ZfS6gldXdqVKAud13Uemgn3N6bTg { top:34.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHcoEPUpSm0uaJqlFyaf9rHiLefy7JiA { top:44.5rem;left:0rem;width:47.75rem;height:54.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPbFcblVcFg22dgMcNHa0TIhVlzDvW0 { top:4.625rem;left:3.1875rem;width:41.375rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h27ckKXDtNZptBbycaAsxJXZqCqF0gt6 { top:77.0625rem;left:13.25rem;width:16.5625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #miT7Acv50A3G5FaNqQAsWHGtFqO55V3v { top:77rem;left:25rem;width:18.4375rem;height:3.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .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; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .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; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd { display:flex;width:18rem;height:5.0625rem;top:11.75rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #F2L6hhwFkf6Of6lPm1b8WPf6bQPThkOV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #GcCmIsIV6ZHT5RafmMwUoP6qhZ4aBaEQ {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #l3wwCHSUbM7bwikpR11hfNvsKG00TqiK {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #rOwqVCTuxiRxGGFy0sXFS8MJsWxruuoe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #S7HEaynvZRIBPeM0AbfKuTw96lWaoOFc {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #uE4JQpTplCvwP3UWtGFFEWsVLbls0mHc {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #mgPMWcUcG0pXzNLorqf3gFgPkbnXQxPV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #M6DGM2dTsJHZaA4zIOlUAe0Llq93CeXH {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #rFJxTe4s2gulfzs452TihGMNZq5dGTmR {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #FFgwoakS6Teup3qBzylSTuQcTm444ZD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #cJzppuCa6EmZdCSy4AOzST24tTM6LAcE {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #eD2bm84kn3EMIBrhMNtuUzCxUier1x5X {  }
 }@media only screen and (max-width: 763px) { #dB054sp77Vgn3iv9IbMCVsuePQ3aDNMf { top:80.4375rem;left:11.8125rem;width:23.125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHlvNiny2lF2gDrWyrHntiQHsd0PEvhi { width:31.25rem;height:4.375rem;top:82.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbgz89hVcahQZ9QJXbXDTK3oc25EEUXw { display:block; }
 }@media only screen and (max-width: 763px) { #WfSvLCOvH5TPIBlTNlh4KbmNypp2WUy6 { top:31.75rem;left:6rem;width:34.8125rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOJbfuxOF13UaNTsnwavmar9tsW7dI8G { top:29.5625rem;left:0rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkf2aq4H7clKVz1QuKCDP0vq8hEgWkWo { top:100.4375rem;left:4.625rem;width:37.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZS2UIemkR3SVJ7i9r89Ab2vMmXiN3g { top:50.4375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObXoLkslhKqdNyTIQfU5Zqhtwxn0vxk { top:54.5rem;left:29.625rem;width:14.5rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfPReh3Dwgv0VpqaFVQocKo5rXFvKv5V { top:59.125rem;left:0.375rem;width:18.1875rem;height:10.9375rem;font-size:1rem;display:block; }#EfPReh3Dwgv0VpqaFVQocKo5rXFvKv5V li:before{  }
 }@media only screen and (max-width: 763px) { #fqThuUlCJdtL2JFWVDN8knnaASDJ4m6c { top:42.125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbfGWLDBu9y6WKJoIoekTC2J1LLmiPxM { top:31.75rem;left:31.0625rem;width:16.6875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thCcqTktNucaT1ath6yNx4EHTW2Gaxqz { top:36.4375rem;left:33.625rem;width:14.125rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnWeB1yxQ8mNWdTVDIlpGPuZmZZzZiJ { top:59.125rem;left:20.8125rem;width:26.625rem;height:13.25rem;font-size:1rem;display:block; }#CAnWeB1yxQ8mNWdTVDIlpGPuZmZZzZiJ li:before{  }
 }@media only screen and (max-width: 763px) { #umy0v01LzmXA4P9u2pCTXS60MtKaIFFx { top:74rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMy6K0T5wNGOMOhTiRiH7wfWsOhBV3LC { top:77.3125rem;left:3.375rem;width:14.5625rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwnyxda8PqBVwlX4qhlilGo4qDwZ9vkB { top:21.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbX5P4GgSxs913OWtUUTq3wxeF08TRJ8 { top:89.375rem;left:1.5625rem;width:43.625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMyqqC37vVcxGywy7Qi8dPe8PImkeUkH { width:25rem;height:3.125rem;top:92.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdQJqiegQZce8ZwctGwd6gPL0FofrD1c { display:block; }
 }@media only screen and (max-width: 763px) { #s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { display:block; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1FsqNCyQeohau5K984Nrui0Rplip92d { top:2.8125rem;left:18.25rem;width:11.3125rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ { display:flex;height:auto;width:27.8125rem;top:15.125rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #D9OsfPLRT7s3revcaXucnSxOMO5nW41g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #fTdy8OoD1l3kfBA6yrJv9AaqXoFG4TkK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #nPE99ou7opnOIANhZDCVcXgL57FqeCyK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #HliIwpTpz4bKVxzcU7OTiuslfWLRdrtm {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OSX98FKU982mQWTvmrRZ8vtINxIhvpt5 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iLhRHiObUgpGLL7pDrTU73OFW4xT0qTO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #JVZeCUTIo0KqqPso1e4GZrHNBSq2EWMN {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #m8pOvHIITaiwPQb8ZINm5zRlP28a2WdS {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #B3iduTtfobDQT0lplTJS0h9w9MaVD1f4 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #uJ9hrgfzGDosayTA1maL701PhZa6Tqgy {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OB4mzAli6HuQ2WtpUh9qcfwTtKP4ychs {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #v5IUGR9yVpzF2G4bJv46vpq494Iz5bQG {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #gFnAVaHpLXwb6TAc9XGR5im299LJaEtd {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #waQ3Tia18xeMPgIkF56VhTuWJumiLLLW {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #tubtOGzPUsZt4RNvtTEerQJfAE0RLySV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #mB5k2l7e6R3og7vSdkv2Tsf1yyHGXy4O {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #oc4fNRRyMNX0Un46mZ5BBAb9TsNd1xEO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iABE9kWDwoJMAJcWty6BtQ1f2fgM3g6N {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #akaU52PcfZolDFz0JOPZ1vH7FqvlcLKn {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #Qt50uzWUcetyAA75wpOEyIpEEv9d434y {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #CkwbxyvzmuKSil1CTX393xil9zew8zme {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #AwhaVMrUL2aSuiAUwqmO9HKeWDdAhV5K {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #IT55EG0mWZnEodFZU2ZeoNrTpanR061e {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #VhNWT5DShQQ92QRtUvCxughc7aO2d65g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eMDyuL5zSaS9oSui7U79xtbosJ0s07Np {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #MTbXBayPxgz48yNxqVFq6gO3y5DAV0QI {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #x7gXX2rFKQg4N0MxKFMdOpB641lLhpBc {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eh3ZIGp6urfK7MmgshhU40bvDL97ndBV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #qBeuBEOtTlpwSTCw2naaSsGRt4UC267a {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #cxyNTgvF16aOEG6VFqXtmDUWDCbbr8Lo {  }
 }@media only screen and (max-width: 763px) { #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #re4Fsb1HHeR90VCKiTxo1ksCfTsFWHvG { top:6.0625rem;left:0rem;width:47.75rem;height:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlDqreUgxaAJT4Tt6ldtAhC1i6TBhrfq { top:19.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLhW0i2qeNIuVr8KRanMDpe83Z4Lh1U { top:25.125rem;left:0rem;width:43rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFg5bWkfeemT9JwNFsxUXBrLqVHrHVNd { width:25rem;height:4.375rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiUEiyE4ROLligfTNg2bCOSyigfBn0BR { display:block; }
 }@media only screen and (max-width: 763px) { #k6n4wmlBzCnmPZrumaBEah7Ao2OIFME2 { top:31.875rem;left:15.0625rem;width:11.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQBVfnpi85R50B8zwOQAGl3Da8L9v8ie { top:32.375rem;left:15.625rem;width:10.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSMBcqDob1dPgNouS7U5rSvlwTR8QtQm { top:33rem;left:15.625rem;width:10.5rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyU7UGIkXrcTetrLOLDVBvEFlhh6ecBX { top:29.1875rem;left:0rem;width:39.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaQewTche2urr3Q685T3NSvkIqP2elkF { top:43.625rem;left:19.1875rem;width:28.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSCVTVKpsTX0Z7qIz4J0LQhhpAtzEQPM { top:41.375rem;left:26.1875rem;width:21.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiE665ANi8yH0gV4U6BpcFInLeTcTkAN { top:2.5625rem;left:0rem;width:47.75rem;height:6.8125rem;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) { #kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kahCyn0ZWRzozTX0Vo4nOpmcGl3tTAmP > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTA8KP9lRqL0wZo7EiCqA97MbMuf3RTh { width:8.875rem;height:1.8125rem;top:3.1171875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuNcPkmJTa2RZwdmDuHhOtOXF980tauf { display:block; }
 }@media only screen and (max-width: 763px) { #HD02RKNWsbMHzrSqd93MOUi4bak4aR4i { width:12.5625rem;height:1.6484375rem;top:3.19921875rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .widget-text.counter-number { padding-top:0.191875rem;padding-right:0.185625rem;padding-bottom:0.191875rem;padding-left:0.185625rem;width:1.109375rem;min-width:1.109375rem;height:1.031875rem;font-size:0.769375rem;line-height:16.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.12rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.48rem;height:0.406875rem;font-size:0.288125rem;line-height:6.51px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF { display:flex;width:9.9375rem;height:1.9425rem;top:0.5625rem;left:4.59375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #nVgCscSC7QfahAvtaP2GZLPfQcsy5BxN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #qe4sqqtnGIUCLG9VaVX4HKR2BTUxqBGa {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #huLSkhTIPH205a9azOvkE571h1fvf6Fb {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #TtqkwJFvyuJBnno3l49uQW66He2zTnt1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #T9MMNMTyiQthIcTOyZhAChTW9Ht74Mrz {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #MpTK8PUt5n1kV3NlAH6cS5VoRkaE2FdJ {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #D5pqTkNl4vwgEpH4UDDBLniTz9HKCWBU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #kTf4R25KQm6s9gt2WmmT5RQWGbTfIoxE {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #Gc8TVMWFB1KLzJyTACNeIMWoeqpZApWE {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #FgbUnU7fPKurAMQA18DI99RJpyTO0Oi1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #rCPTUUsw2eTB0uEK2qDzxrwMJ2WdE8kb {  }
 }@media only screen and (max-width: 763px) { #LPxl42vgJzDp1nzKTFHIAHtQ6MRg9HMF #iigEemCGk5xAJ6wMBhTPgcUO2cWAHNCa {  }
 }@media only screen and (max-width: 763px) { #FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU { background-color:#ea5297;background-image:none;display:block; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container { background-color: transparent; background-image: none; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container > .video-iframe-container { display: none; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row > .video-iframe-container { display: none; }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .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); }#FxsoWEqmN86BthBnT28fNNI3Z7Ec5fNU > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo0XBF42mMGDaIWMC1f4ublFwUK9VL8k { width:19.5rem;height:7.4238125rem;top:8.4453125rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KI96uhENAMNq4tZVzMZehgwbB4fiSPCM { width:20rem;height:7.5rem;top:27.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3LAkIbnpbiKqf2CSqKqfMK4VambATU9 { width:20rem;height:14.125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .widget-text.counter-number { padding-top:0.45375rem;padding-right:0.406875rem;padding-bottom:0.45375rem;padding-left:0.406875rem;width:2.438125rem;min-width:2.438125rem;height:2.439375rem;font-size:1.81625rem;line-height:39.03px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.284375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.251875rem;height:0.96375rem;font-size:0.68125rem;line-height:15.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 { display:flex;width:17rem;height:4.595rem;top:63.4375rem;left:0.375rem;padding-top:1.09rem;padding-right:1.130625rem;padding-bottom:1.09rem;padding-left:1.130625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #a8s8yz4Zcb00AoaTEgl7onXlWe97CqdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #gTrUCOzmLfdNPKbNEgRioGkzZ9IbZCzv {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #DXgbkVzkdvLiyUCiowFnfkgJVrypskME {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #FSFORLb9pO9GrtdMMWba299EwTPRJmzP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #PoXfWP6GJUbcQGeQTsCtcFV9MWSLdBAb {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #MKvrXTHJxT9LpKv3DmuSnGwiiHHSd8Wv {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #VykpGBznnyWq9tiSxKkrlLag2LwRMe2g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #f1MsyiF9enBHg9R9pzmqadxdduJTqUU0 {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #ThJgZy83n21vSouGrNAKGs81JSfdJiTx {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #fEOSvM4FZflXIvkkw5dT0i4PAyWekvfT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #knwuSFDqlwWlIietg6Vl5HAfo0QR5HPu {  }
 }@media only screen and (max-width: 763px) { #qcRNS2awREs7SlMMysh5chZQ9i0dKUq7 #mzfa0GGLZdZ0gTizBMzR6wFPtnkZmvSU {  }
 }@media only screen and (max-width: 763px) { #OLTwQZ95vAg3mQLyn3TVS8wBifWm4LoP { width:20rem;height:7.8125rem;top:36.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALf2KMJb2ELLeCOIpUE5gvWkVXmTKiWd { width:9.8125rem;height:9.8125rem;top:16.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHIw2RX5e5NZIVXvs3q80nNLfqBu78Cp { width:20rem;height:3.7119125rem;top:45.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9OAZL94MXTTlVgcX4FdDSBkFUn27PM { width:20rem;height:6.186525rem;top:70.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kafkOwXTTbp2qTuefbwEUVa2UFPe9y9P { width:18.75rem;height:3.75rem;top:78rem;left:0.625rem;font-size:1.125rem;background-color:#2e508e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ICHF8JMMnxBsnkAuayOA22wcbiWOzVRW { display:block; }
 }@media only screen and (max-width: 763px) { #GPiSH55PvfWvbqbToW2DetRddGEFTaaH { height:11.19925rem;width:20rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr { display:block; }#VRhIkwsrBGZW5gU3UDJSSMacCUkzNbOr > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AshoCVD3LWQ583D81oWxIftAKo0frcLa { width:11rem;height:2.8125rem;top:2.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROPea3LW5DhdkATObD5H7vpDqqKn268m { width:20rem;height:9rem;top:81.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHoWEBms2eUDzfg08gnT6RXNSoGDmuT { width:20rem;height:20.79684375rem;top:33.8125rem;left:0rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5cNn2lQDWWS6zO4dD1Of7bkoZdpnJT { width:20rem;height:6.25rem;top:7.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#2e508e;display:block; }
 }@media only screen and (max-width: 763px) { #uP76HiKrdqlLwWnr7vx1hTDzU42nch2a { width:20rem;height:11.2324375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWMT1PXT17t0VwVRTbzx1FABsMUA0cun { width:3.125rem;height:3.125rem;top:21.392578125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqpN3TaGIGJTs3foSvWLwI9KL2cus1K { width:9.625rem;height:4.49706875rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqonJPKXXbneCMvItVeJP60xfMQ542mI { width:8.6875rem;height:3.59765625rem;top:17.27734375rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq4TSwdOi1Nr4tzEulqXTWsLRdXFwTTV { width:3.125rem;height:3.125rem;top:19.99609375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ97Z7MwTFVr7isqHxALBRRe2MiBbyv4 { width:18.75rem;height:22.39453125rem;top:56.4375rem;left:0.625rem;font-size:1rem;z-index:15002;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ynWC44JS36hsKN40DRR5SNVMXSsHlxls { display:block; }#ynWC44JS36hsKN40DRR5SNVMXSsHlxls > .row .container { width:20rem;height:129.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiNr6TDIHZ7gRpraEatX4XBOpb1KTUH2 { width:20rem;height:20rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBS0Xq96vEDew4pf8vhThsHk9NkSd1y7 { width:20rem;height:3.125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV7oWU1rcv09F4nwxgKza9qSXehw3wRQ { width:20rem;height:5rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkKQxlz9WXaLuLPlTJUIWQ1wTMuvnKk1 { width:20rem;height:2.5996125rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCZn6sGMT0AZMBDszm4U0Rc4izZA5sDB { width:9.5rem;height:2.8125rem;top:12.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDLhWpSHhNdAIXOgdlMopbGAaQJx0Mx { width:12.5rem;height:1.375rem;top:14.3125rem;left:6.25rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PA8EiXe42U2X7liql2UmMGeTSQKEU9Nb { width:18.6875rem;height:4.796875rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJ5SEP1A6kZtn08c3CRZhVMXek991QG { width:9.5rem;height:2.8125rem;top:22.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xltfg2BhCx2zHP7ymkzNmWpPghgc3bif { width:20rem;height:4.796875rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4ok8ukFJdTtoNlo7qLFx4FpGlPMonbt { width:12.5625rem;height:1.25rem;top:24.3125rem;left:4.5rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vxzgTTDyOTq8kQdBx6LhZ44tMPfuLFZa { width:17.375rem;height:4.796875rem;top:36rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLsdqStpW90S53MK6zkkwMTVLllXbTgJ { width:9.5rem;height:2.8125rem;top:33.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4WAZTpBGJ8W1IQitfnmRgdCXiXgsd2N { width:12.5rem;height:1.375rem;top:34.5625rem;left:4.5625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nGHnFz5TGSBLkaQdc0bg3y35uyZuxP3K { width:9.5rem;height:2.8125rem;top:74.3125rem;left:10.5rem;font-size:3.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k4NE4zrCw2fBFOnfxAqvUpOPLXQ0BP3p { width:12rem;height:1.375rem;top:75.6875rem;left:3.625rem;font-size:1.25rem;line-height:1.1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TvTxcR1cT6bSywOUiRO2tnQA4aUSz8rL { width:15.875rem;height:4.796875rem;top:77.125rem;left:4.125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qGioK65fxxwWvLydqXEuqxDnydTXGO9u { width:17.375rem;height:4.796875rem;top:45.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZTQTXIJQTXrwVsZOTEywHLTKOZdwzTE { width:9.5rem;height:2.8125rem;top:42.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orLvGSdIkx8vEIAWAHNdfblgq8fT1PGa { width:17.6875rem;height:1.375rem;top:44.25rem;left:2.3125rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Mu9oTCtsAuqQ43KqllleOmBIfTcMkvW0 { width:20rem;height:4.796875rem;top:98.625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #A0kicDxAgJD9kgkcC6eiRXMhQNZv4uzS { width:9.5rem;height:2.8125rem;top:95.8125rem;left:10.5rem;font-size:3.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VC28slLTRW2Szl6ReDmitN7gxA75tsuq { width:18.3125rem;height:1.375rem;top:97.1875rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AHqWfyIdsfW6QQdAovwE98KJFannVlPd { width:15.3125rem;height:5.99609375rem;top:87.4375rem;left:4.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lEMz6P09CLpSGcfl3RyOp5mAz5EGFoDg { width:9.5rem;height:2.8125rem;top:84.625rem;left:10.5rem;font-size:3.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uXRURHXR6qLSgMdUkyH6JewVVBltyHku { width:9.875rem;height:1.375rem;top:86rem;left:4.5625rem;font-size:1.25rem;text-align:right;text-align-last:right;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L5DpwfVvI82mo4E2SaNrS4Oy1pdEQL1B { width:12.5rem;height:1.25rem;top:107.4375rem;left:3.75rem;font-size:1.25rem;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PDDRvPSMMuRaUnNmyLCyUeFM9k850BCD { width:17.25rem;height:5.99609375rem;top:109.3125rem;left:2.75rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iURx2lCRCtNfhdh7zqzT01X7No5SGlr1 { width:9.5rem;height:3.5rem;top:105.8125rem;left:10.5rem;font-size:4.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oqXTnlB2mGx4HU5vScKu7Mp93o4zWofm { width:18.75rem;height:3.75rem;top:122.5rem;left:0.625rem;font-size:1.125rem;background-color:#2e508e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ueAMHPVJGEhyXBqUGCmBdOPxzVfO6xzD { display:block; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .widget-text.counter-number { padding-top:0.2775rem;padding-right:0.25125rem;padding-bottom:0.2775rem;padding-left:0.25125rem;width:1.503125rem;min-width:1.503125rem;height:1.49rem;font-size:1.11rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.005rem;height:0.588125rem;font-size:0.41625rem;line-height:9.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 { display:flex;width:12rem;height:2.806875rem;top:118.375rem;left:3.3125rem;padding-top:0.66625rem;padding-right:0.6975rem;padding-bottom:0.66625rem;padding-left:0.6975rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #EzTeNFTeqqSJ5earESFrX9UT1CpVPJmB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #dkwXlxn9B2aqgiIWuOdmzosXehZ9Ne8u {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #LeGL2na8sMdiA5hiN4BsmmtGGo0qsk4O {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #IVod2wa1Tmnko466dng43RSC3PexQAXO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #ELbzfKWmVa2Ibw51LOXdmnHvvnXgs3GZ {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #lMtdohdiWQsPE0gtJxXVwT2bVdeLS9pL {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #nyaTTZec3gO4lOn1X0f1u8RDqSOoyAmw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #fDwtRSDwxzesfTcVSINpy6ZbaqCaCDWW {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #RfGApn0Z27t6eTlPRT0RJdf5N4ylI2qX {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #BynCwu9vxudIyT8dAy26QmdbcWipBxNt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #AKQm7Nfg5n1vCpuqHdTMWTI5KFg8veZW {  }
 }@media only screen and (max-width: 763px) { #TOncLZVswLuqotCN4S9g8BqhgOzwMHl6 #DbTdz3MKATqsBlQhEInrIe4LR4zWkRgo {  }
 }@media only screen and (max-width: 763px) { #JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 { display:block; }#JpTMX9xzi2JBxTtlstm2C2kUTB1igZT9 > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfvCbuGPBQbRG3QW90NDQ8CF3ggkS7iW { width:9.875rem;height:7.9375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqfCGBNRbSIAkhttwgIERMQtZ1qD3KfA { width:12.5rem;height:7.0625rem;top:0.625rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Uaz2tOPoPkZMVMcCimi2mccb1yqO8Mb5 { width:9.875rem;height:4.0625rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3LXdqor1vKBS30ANlPOx69nmgc8OrlG { width:9.875rem;height:17.9375rem;top:15.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NkqbxSywTkiwUxTSGX7mkT2cpkfCPC { width:9.875rem;height:9.75rem;top:41.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIAQIZyotNkS7pbUU9elwuNbSG1l40B9 { width:9.875rem;height:4.75rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTqId5PJWJnTgGDnIHgsJwZvdXn7CmbP { width:9.875rem;height:10.9375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMhpStEFK0APUTvMwLbbDxqToEoAmgDG { width:9.875rem;height:3.1875rem;top:64rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNCNupt6CcyHEEbRLvCRlvGyFOuhOHZX { width:9.875rem;height:5.875rem;top:69.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8uXPmD9Z3JW5GMM0haufJLE3105hHJG { width:13.625rem;height:4.5rem;top:179.625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4FqOTG0EZLQ7D8NZewEMAxN2BmQCyKN { width:9.875rem;height:8.125rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkXTnKL5IW83z6NUfduw4LQATCs34oWu { width:17.1875rem;height:22.8125rem;top:209.375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgdN9HrNAFeeRtiTkldbypJFGw7mEcBn { width:9.875rem;height:3.5625rem;top:75.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #le9gl3wixRP7XxzmFh7t8TMWzHOdsvz0 { width:9.875rem;height:6.75rem;top:51.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILpaVN6vNPgkzUMW6N8GKOoTwgQSaF00 { width:9.875rem;height:7rem;top:80.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b40u9mK1o76h5e010nxnTEouuuOAQ0pX { width:9.875rem;height:6.0625rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVHiQ2QnQb5XyIMPy4MwRuaQ7gT5kdcN { width:9.875rem;height:9.5rem;top:59.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9hPDSeUD6MsTlK6C2tTySwT8y1n7upO { width:9.875rem;height:5.8125rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEUSarOJvbRohxkwu50qdKz0Hyi5eUZc { width:20rem;height:7.25rem;top:7rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM80Vs8eAakziuuSAeEKQ5IELph7C7hd { width:9.875rem;height:3.125rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggKDu0ZPQ86c2qTgoqsinf3lJt7P2H7x { width:9.875rem;height:7.875rem;top:118.9375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sk7reEXnIyNVH8kUdi8LFbxKdgdfAgE1 { width:9.875rem;height:6.6875rem;top:34.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecNmc4Tqg89r5aQ3s1m4ktfXJK2O6f1v { width:9.875rem;height:13.25rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXkUz1yValTSd1e8DHJBWIWT2RRe4LgB { width:14.25rem;height:26.1875rem;top:312rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #amQDZLhRQQFM3aFzQG3O3GgDh66Sz07G { width:13.75rem;height:13.5625rem;top:339.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yF6syKw7TloJhANm5tEmqFM2Im2B3IEy { width:9.875rem;height:6.6875rem;top:87.8125rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { display:block; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu2XqhLXPqUpceu2vTyMvHt69PWelkfm { width:20rem;height:3.75rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZRwp6PEOaP7c4SJifUifh4izXatiBWx { width:20rem;height:48rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZxmx0ebdDwnbw4DwLbU5B8kgDAe0EUu { width:15.625rem;height:15.625rem;top:6.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDFCh6HfhaodJgULK5zgi8nV7FvsT5O6 { width:18.75rem;height:23.39648125rem;top:21.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk { display:block; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { width:20rem;height:384.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTUdX98hxTuu2Ims70cqMW7LMFNhv6PD { width:15.625rem;height:1.875rem;top:38.9375rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUWf0EII2SOdl558htE8VBU1AnLTEwV { width:20rem;height:7.5rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTxt5HXwEsiQtphLP8PZanXNbWBgT94 { width:16.875rem;height:32.0625rem;top:21.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwog7BkmQMAglDopUTMCn1GrBXMJsWTs { width:14.625rem;height:28.125rem;top:319.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMs27CTCXNG11d7GEB1auKBMXmKfOih { width:14.9375rem;height:28.125rem;top:54.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFMgclwOM30GwT5oQPwWJcH6pQoiJQsV { width:14.9375rem;height:28.125rem;top:98.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZq5OeI06N8h8Gq5tEnRCQa96gR3JD91 { width:14.5rem;height:28.125rem;top:142.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUykpqxVoUDDQFV1SKBAfdBcOTtomQN { width:15rem;height:10.3984375rem;top:41.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { width:16.875rem;height:32.0625rem;top:65.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { width:16.875rem;height:32.0625rem;top:109.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { width:16.875rem;height:32.0625rem;top:153.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { width:15.625rem;height:1.875rem;top:82.875rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { width:15.625rem;height:1.875rem;top:127rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { width:15.625rem;height:1.875rem;top:171rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { width:15rem;height:10.3984375rem;top:85.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { width:15rem;height:10.3984375rem;top:129.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { width:15rem;height:10.3984375rem;top:173.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohbaUzVcTLqt7s2yLfB0r8PiEUEEKsyN { width:16.875rem;height:32.0625rem;top:241.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFa2sc0NQP9k5DTsdm4ILed0li8qi4Gm { width:16.875rem;height:32.0625rem;top:285.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6JZkGyZt30Bgyz0t46LWzBhgHXm7awV { width:16.875rem;height:32.0625rem;top:330rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRTkPSKT5tHLcHdnJmtulODbIlkhbK0 { width:15rem;height:10.3984375rem;top:261.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxyRvXw7z9iMyp8F0TJLqMqJAZ9gAPaO { width:15rem;height:10.3984375rem;top:305.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAX6rnwuH8Qk9vgQS1X3rJRkfm4ky6la { width:15rem;height:10.3984375rem;top:349.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPVqz8A8rTCyO1VXtyuwxQW6lUKhhJWd { width:15.625rem;height:1.875rem;top:258.9375rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teEfdH5UT5CtgLDSasAsatCIp5BAKaPQ { width:15.625rem;height:1.875rem;top:303rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p042RC7UIeR6WP2DuM0GJpGDZyg5XccO { width:15.625rem;height:1.875rem;top:347.25rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrf6zTxbNCtPM3to4CU8g3ryAJyJ3dXW { width:14.8125rem;height:28.125rem;top:230.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTG9hVQ2Zg5oWqIJpCfz3e5HxWtC1cXC { width:14.8125rem;height:28.125rem;top:274.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xci58tr7x1MFAinCWMDmNGnNnIiC17di { width:14.5rem;height:28.125rem;top:10.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNRaT8D4Z9S2ILlMwnrOTuwrHe9PANob { width:16.875rem;height:32.0625rem;top:197.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfv7q9qyM0udTkfFD6Onf0yZSVCK7MIp { width:15.625rem;height:1.875rem;top:214.875rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdd4dwup3oOzBVgJaoftX4PsBL1kInV9 { width:14.0625rem;height:28.125rem;top:186.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8HUH0PZ9nmpzFyc8yFlrcpQuwIhc01o { width:15rem;height:10.3984375rem;top:217.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { width:20rem;height:7.5rem;top:364.958984375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr458HTwzTbnkiDGQisBPcR7FC1I1LG4 { width:18.75rem;height:3.75rem;top:378.3466796875rem;left:0.625rem;font-size:1.125rem;background-color:#2e508e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EN52LMaGowXxut2cxwnWqwBaC1FQhA6G { display:block; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .widget-text.counter-number { padding-top:0.2775rem;padding-right:0.25125rem;padding-bottom:0.2775rem;padding-left:0.25125rem;width:1.503125rem;min-width:1.503125rem;height:1.49rem;font-size:1.11rem;line-height:23.84px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.005rem;height:0.588125rem;font-size:0.41625rem;line-height:9.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq { display:flex;width:12rem;height:2.806875rem;top:374.208984375rem;left:3.30078125rem;padding-top:0.66625rem;padding-right:0.6975rem;padding-bottom:0.66625rem;padding-left:0.6975rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #fbRt7wdtO1zx2MEbTvDR18K8nXB9AdJ9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #BEdA4lE45ovxCvKn9icEB2F0MeSdiBsO {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #maeTpI5TkxxA2benRHtkXSq2lOsMsUBU {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #edhAN9Z3k3hTRWGPoICUVQTk5R06eWMZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #ETulrTiqBH26TU3WuOTTfyzeP9rpST2a {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #HuigU1F6OSuLK4m61mS88QTx3lrG0Lre {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #vV8NgccXmgTxi4tUAhCkMbinNf9iRXI4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #rWrZcw9aNuyHAvcHVTCdRwNiBU9l0C8h {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #kPMWxRhLvAn4v4TdkR5vU0ggRVHnmaez {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #S4J70QWOWm5GH6VaUdz137PFhZUE7e7f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #hFbVcVdPDoarrPXELPdogh1b38mcHnzd {  }
 }@media only screen and (max-width: 763px) { #i6eGSCz4FfrK8O5mCaJKmkViw63aX1Kq #Wg9e9PAF7QsoRpRn5pTlift9fMM7V4Ve {  }
 }@media only screen and (max-width: 763px) { #AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k { display:block; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { width:20rem;height:4.5rem;top:55.474609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { width:20rem;height:38.99411875rem;top:14.43359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TKxCV1vmUoWhdKcRiq2KSEVy0rSkRZ { width:20rem;height:7.5rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0JlbTMZaJxrVlNFKgT93mpJndEr76T5 { width:20rem;height:10rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b { display:block; }#DPbA42co0FZLzXhl8a5ou7cTnb5ZGh9b > .row .container { width:20rem;height:131.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RieNSITWs8L2Dk22O6aXTO6z05irXUlu { width:3.125rem;height:3.125rem;top:123.5rem;left:14.9375rem;z-index:15046;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zb12ZfS6gldXdqVKAud13Uemgn3N6bTg { width:3.4375rem;height:3.4375rem;top:110.9375rem;left:1.625rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SHcoEPUpSm0uaJqlFyaf9rHiLefy7JiA { width:20rem;height:91.3125rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPbFcblVcFg22dgMcNHa0TIhVlzDvW0 { width:20rem;height:4.94824375rem;top:2.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h27ckKXDtNZptBbycaAsxJXZqCqF0gt6 { width:16.5625rem;height:2.3994125rem;top:86.875rem;left:1.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #miT7Acv50A3G5FaNqQAsWHGtFqO55V3v { width:18.4375rem;height:2.5rem;top:89.2734375rem;left:0.78125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .widget-text.counter-number { padding-top:0.466875rem;padding-right:0.42625rem;padding-bottom:0.466875rem;padding-left:0.42625rem;width:2.55625rem;min-width:2.55625rem;height:2.510625rem;font-size:1.870625rem;line-height:40.17px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2925rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.40875rem;height:0.991875rem;font-size:0.701875rem;line-height:15.87px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd { display:flex;width:17.625rem;height:4.72875rem;top:7.8232421875rem;left:0rem;padding-top:1.1225rem;padding-right:1.185625rem;padding-bottom:1.1225rem;padding-left:1.185625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #F2L6hhwFkf6Of6lPm1b8WPf6bQPThkOV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #GcCmIsIV6ZHT5RafmMwUoP6qhZ4aBaEQ {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #l3wwCHSUbM7bwikpR11hfNvsKG00TqiK {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #rOwqVCTuxiRxGGFy0sXFS8MJsWxruuoe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #S7HEaynvZRIBPeM0AbfKuTw96lWaoOFc {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #uE4JQpTplCvwP3UWtGFFEWsVLbls0mHc {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #mgPMWcUcG0pXzNLorqf3gFgPkbnXQxPV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #M6DGM2dTsJHZaA4zIOlUAe0Llq93CeXH {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #rFJxTe4s2gulfzs452TihGMNZq5dGTmR {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #FFgwoakS6Teup3qBzylSTuQcTm444ZD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #cJzppuCa6EmZdCSy4AOzST24tTM6LAcE {  }
 }@media only screen and (max-width: 763px) { #fs5TlrLzS42qVkTEfSWnsBqwyNUaNJxd #eD2bm84kn3EMIBrhMNtuUzCxUier1x5X {  }
 }@media only screen and (max-width: 763px) { #dB054sp77Vgn3iv9IbMCVsuePQ3aDNMf { width:20rem;height:1.3496125rem;top:93rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHlvNiny2lF2gDrWyrHntiQHsd0PEvhi { width:18.75rem;height:4.375rem;top:95.3125rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbgz89hVcahQZ9QJXbXDTK3oc25EEUXw { display:block; }
 }@media only screen and (max-width: 763px) { #WfSvLCOvH5TPIBlTNlh4KbmNypp2WUy6 { width:20rem;height:11.166rem;top:30.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iOJbfuxOF13UaNTsnwavmar9tsW7dI8G { width:6.125rem;height:6.125rem;top:29.25rem;left:12.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hkf2aq4H7clKVz1QuKCDP0vq8hEgWkWo { width:20rem;height:2.2734375rem;top:128.603515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZS2UIemkR3SVJ7i9r89Ab2vMmXiN3g { width:20rem;height:5.56640625rem;top:41.7275390625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fObXoLkslhKqdNyTIQfU5Zqhtwxn0vxk { width:12.5625rem;height:2.3994125rem;top:46.103515625rem;left:7.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfPReh3Dwgv0VpqaFVQocKo5rXFvKv5V { width:18.125rem;height:10.973625rem;top:49.6875rem;left:0.9375rem;font-size:1rem;display:block; }#EfPReh3Dwgv0VpqaFVQocKo5rXFvKv5V li:before{  }
 }@media only screen and (max-width: 763px) { #fqThuUlCJdtL2JFWVDN8knnaASDJ4m6c { width:6.25rem;height:6.25rem;top:208.416015625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbfGWLDBu9y6WKJoIoekTC2J1LLmiPxM { width:16.6875rem;height:4.19921875rem;top:113.8125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thCcqTktNucaT1ath6yNx4EHTW2Gaxqz { width:14.125rem;height:6.29883125rem;top:118.8125rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnWeB1yxQ8mNWdTVDIlpGPuZmZZzZiJ { width:18.125rem;height:17.160125rem;top:62.875rem;left:0.9375rem;font-size:1rem;display:block; }#CAnWeB1yxQ8mNWdTVDIlpGPuZmZZzZiJ li:before{  }
 }@media only screen and (max-width: 763px) { #umy0v01LzmXA4P9u2pCTXS60MtKaIFFx { width:20rem;height:2rem;top:81.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMy6K0T5wNGOMOhTiRiH7wfWsOhBV3LC { width:14.5625rem;height:2rem;top:84.875rem;left:2.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwnyxda8PqBVwlX4qhlilGo4qDwZ9vkB { width:20rem;height:12rem;top:16.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbX5P4GgSxs913OWtUUTq3wxeF08TRJ8 { width:18.8125rem;height:4.19921875rem;top:101.60546875rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMyqqC37vVcxGywy7Qi8dPe8PImkeUkH { width:17.5rem;height:2.8125rem;top:106.48046875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdQJqiegQZce8ZwctGwd6gPL0FofrD1c { display:block; }
 }@media only screen and (max-width: 763px) { #s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { display:block; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1FsqNCyQeohau5K984Nrui0Rplip92d { width:11.3125rem;height:2.0244125rem;top:3.28515625rem;left:4.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-text { font-size:1rem;height:auto; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-desc-text { font-size:0.875rem;height:auto; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ { display:flex;height:auto;width:20rem;top:6.4794921875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #D9OsfPLRT7s3revcaXucnSxOMO5nW41g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #fTdy8OoD1l3kfBA6yrJv9AaqXoFG4TkK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #nPE99ou7opnOIANhZDCVcXgL57FqeCyK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #HliIwpTpz4bKVxzcU7OTiuslfWLRdrtm {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OSX98FKU982mQWTvmrRZ8vtINxIhvpt5 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iLhRHiObUgpGLL7pDrTU73OFW4xT0qTO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #JVZeCUTIo0KqqPso1e4GZrHNBSq2EWMN {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #m8pOvHIITaiwPQb8ZINm5zRlP28a2WdS {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #B3iduTtfobDQT0lplTJS0h9w9MaVD1f4 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #uJ9hrgfzGDosayTA1maL701PhZa6Tqgy {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OB4mzAli6HuQ2WtpUh9qcfwTtKP4ychs {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #v5IUGR9yVpzF2G4bJv46vpq494Iz5bQG {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #gFnAVaHpLXwb6TAc9XGR5im299LJaEtd {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #waQ3Tia18xeMPgIkF56VhTuWJumiLLLW {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #tubtOGzPUsZt4RNvtTEerQJfAE0RLySV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #mB5k2l7e6R3og7vSdkv2Tsf1yyHGXy4O {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #oc4fNRRyMNX0Un46mZ5BBAb9TsNd1xEO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iABE9kWDwoJMAJcWty6BtQ1f2fgM3g6N {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #akaU52PcfZolDFz0JOPZ1vH7FqvlcLKn {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #Qt50uzWUcetyAA75wpOEyIpEEv9d434y {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #CkwbxyvzmuKSil1CTX393xil9zew8zme {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #AwhaVMrUL2aSuiAUwqmO9HKeWDdAhV5K {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #IT55EG0mWZnEodFZU2ZeoNrTpanR061e {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #VhNWT5DShQQ92QRtUvCxughc7aO2d65g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eMDyuL5zSaS9oSui7U79xtbosJ0s07Np {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #MTbXBayPxgz48yNxqVFq6gO3y5DAV0QI {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #x7gXX2rFKQg4N0MxKFMdOpB641lLhpBc {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eh3ZIGp6urfK7MmgshhU40bvDL97ndBV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #qBeuBEOtTlpwSTCw2naaSsGRt4UC267a {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #cxyNTgvF16aOEG6VFqXtmDUWDCbbr8Lo {  }
 }@media only screen and (max-width: 763px) { #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a30682c-2fa0-4b60-be4d-94b074778b44/Projektbeznazwy20250130T134045677.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.adaptive-delivery-prevent-bg, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyload, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyloading { background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { background-color: transparent; background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .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); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #re4Fsb1HHeR90VCKiTxo1ksCfTsFWHvG { width:20rem;height:4.6875rem;top:14.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mlDqreUgxaAJT4Tt6ldtAhC1i6TBhrfq { width:20rem;height:10.3984125rem;top:20.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTLhW0i2qeNIuVr8KRanMDpe83Z4Lh1U { width:20rem;height:3.8994125rem;top:31.3876953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFg5bWkfeemT9JwNFsxUXBrLqVHrHVNd { width:19rem;height:3.75rem;top:50.4375rem;left:0.5rem;font-size:1.125rem;color:#ea5297;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UiUEiyE4ROLligfTNg2bCOSyigfBn0BR { display:block; }
 }@media only screen and (max-width: 763px) { #k6n4wmlBzCnmPZrumaBEah7Ao2OIFME2 { width:7rem;height:3.9375rem;top:41.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQBVfnpi85R50B8zwOQAGl3Da8L9v8ie { width:7.125rem;height:1.21875rem;top:42rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSMBcqDob1dPgNouS7U5rSvlwTR8QtQm { width:7rem;height:2.69921875rem;top:42.625rem;left:12.9375rem;font-size:1.6875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xyU7UGIkXrcTetrLOLDVBvEFlhh6ecBX { width:20rem;height:11.2255625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaQewTche2urr3Q685T3NSvkIqP2elkF { width:11.625rem;height:2.625rem;top:36rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSCVTVKpsTX0Z7qIz4J0LQhhpAtzEQPM { width:7.9375rem;height:1.4619125rem;top:37.9375rem;left:7.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiE665ANi8yH0gV4U6BpcFInLeTcTkAN { width:18.3125rem;height:12.66993125rem;top:2.2890625rem;left:0.84375rem;font-size:0.75rem;display:block; }
 }