.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row .container { background-color: transparent; background-image: none; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row .container > .video-iframe-container { display: none; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row > .video-iframe-container { display: none; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .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); }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row .container { border-width: 0; border-radius: 0; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .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; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.288125rem;padding-right:0.24625rem;padding-bottom:0.288125rem;padding-left:0.24625rem;display:block;align-items:center;width:1.479375rem;min-width:1.479375rem;height:1.548125rem;position:relative;font-family:arial;font-size:1.153125rem;font-weight:700;line-height:24.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.180625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:1.973125rem;height:0;position:relative;font-family:arial;font-size:0.4325rem;font-weight:700;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.0623125rem;height:2.1875rem;padding-top:0.03625rem;padding-right:0.035625rem;padding-bottom:0.03625rem;padding-left:0.035625rem;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:1.0877838134766rem;left:19.932725906372rem;z-index:5000; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #UWZtSngAVX5wTTuqnNTTLusKNPD9ztT5 { display:flex;position:relative;top:0rem;left:0rem; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #BOHmDGUUxIuVKGpi6zzHzwJgz3VEEJJt { width:auto; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #TMCSJyQe7aysJ5zMPpVs6HU1fRxkD9Ay {  }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #JEzTEhCOcPySB9psd8eOyvZLVwQXWivs { display:flex;position:relative;top:0rem;left:0rem; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #QoErRWLkmOTiWTCtbnAL4MHFbgvdglay {  }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #lHCBOobKVhhKTanuvSpoHJMTEAzIpG1r {  }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #LqP0pnLetpOttEIIoSMN93QpyL2mhvIU { display:flex;position:relative;top:0rem;left:0rem; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #XKWkZ0Sb9D1F18359lAWhTTWiOvlRoWw {  }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #MskBCZ5pkOZ85fvvJv0yXMPS4EJTBSJI {  }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #m7pOwh3GA53L0oEBPDROOTz7JhQG9iRh { display:flex;position:relative;top:0rem;left:0rem; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #l3d2IfUePuxmSq7BdMQGQPPwfSzxokE6 {  }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #GShz9nlXFAFQpfIUZqN6EFEfMqOedAWO {  }
#PKxzuEXvod6lmAdn89PgMIWKNbwgM0C0 { background-color:#5cd2b9;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.4375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);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.4;overflow:hidden;position:absolute;width:12.1875rem;height:2.43706875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.99989318847656rem;left:43.997938156128rem;display:block; }
#LzTIKKuMAzccnGDZtxzT9niyrRglvspR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXuCbhIDiP5C3WfHd5KfopzkmkJ2qn9T { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.4306640625rem;left:2.6231555938721rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1b17;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container { background-color: transparent; background-image: none; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container > .video-iframe-container { display: none; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row > .video-iframe-container { display: none; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .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); }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container { border-width: 0; border-radius: 0; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row > .video-iframe-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; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:60rem;position:relative;display:block; }#v7UK1N9uucB2rPX60AV1JIfPTm30OQy9 { color:#ffffff;display:block;width:58.6246875rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:700;z-index:14995;line-height:1.4;letter-spacing:0;top:11.625rem;left:0.75rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIJtC9RGW1cObTnnEZFaJ6FZTNCsaQ7q { color:#ffffff;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:23.25rem;left:3.5625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umEVNc8vwotHzyeOq9nXI8Hc66wy7uMv { position:absolute;display:block;z-index:15005;background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:51.8125rem;top:6.1875rem;left:4.125rem;display:block; }
#Z45BLg1LTzA3ncA1GzGnAU2b6IdzmuQo { color:#000000;display:block;width:46.875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.0625rem;left:6.5625rem;height:1.625rem;font-style:normal;display:block; }
#vNOkomRlnefJkGuKZUdVUK69VvJz1Z1y { background-color:#5cd2b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(92,210,185,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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.375rem;height:4.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:65.25rem;left:10.875rem;display:block; }
#OfrovVtTV8ZKqyd2KyKMaLe4k5oUmwBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUAgKTTLxvDdctiL9ORZuiC1vw4el0uo { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31rem;width:55.1875rem;top:29.875rem;left:2.4375rem;overflow:hidden;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:131.125rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.375rem;left:3.46826171875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:#000000;display:block;width:52.937rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:10.3740234375rem;left:3.53125rem;height:94.48255rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTi6Vai5JKPBE0qkTHXILKu6a4rgxbmJ { 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: none;height:23.8125rem;width:54.6875rem;top:103.7490234375rem;left:2.65625rem;overflow:hidden;display:block; }
#rUgdIKEHpyUDz1tlIJQnrov5S41EV3vy { color:#000000;display:block;width:22rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.25rem;left:6.375rem;height:14.472625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#rUgdIKEHpyUDz1tlIJQnrov5S41EV3vy li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rUgdIKEHpyUDz1tlIJQnrov5S41EV3vy li:before{  }
#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { background-color: transparent; background-image: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .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); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { border-width: 0; border-radius: 0; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { font-size:0.875rem;font-family:arial;height:118.9375rem;width:60rem;position:relative;display:block; }#y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:76.125rem;left:2.875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { box-sizing:content-box;height:21.875rem;width:54.875rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:86.4375rem;left:3rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#KSA3gG7INyBZMHUARC6nUPNWEO7nTe10 { color:#000000;display:block;width:52.9365rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:1.3115234375rem;left:3.53173828125rem;height:71.38679375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGOzHmCvVw6BcoRJP0aiOce5yHipDGai { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:88.8125rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nZIFX8x2NpTQeRsupZ5APreNvHCcplkp { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:94rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f0iGp5Ts5nKDzhT4V5aneLqT4ofZDGNQ { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:99.4375rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wl1oJ6lnMyauwcXk2AQuRKyIPJUJc9Xg { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:104.6875rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJEdN9euOcEQNnEGBiR1y4Bw9QTNwD3m { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:112.5rem;left:1.8125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXByfgkTfWfelgVxbH6DinXqZwr8Tbzi { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:92.5rem;left:4.7197265625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DU295P7wEIMUM0squOpcyxNxzBW2sJFq { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:88rem;left:4.7197265625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MAxqkbiDHyoT9b7wtLi9PFvE1iq7nBTs { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:83.1875rem;left:4.7197265625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zQIOMIkDD1Q2g1WMWZeroW13lttBzgPg { color:#000000;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:79rem;left:4.7197265625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UxTHCEUhib6Gb2bWADGWdl14XCSAXNnm { position:absolute;display:block;z-index:15018;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:5.0625rem;width:5.0625rem;top:83.125rem;left:6.5rem;overflow:hidden;display:block; }
#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { position:relative;display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { background-color: transparent; background-image: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { border-width: 0; border-radius: 0; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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:124.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fyP55dbrQfrWbc3lAK7428xT1bnVPQua { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:33.8125rem;left:3.53125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { color:#000000;display:block;width:52.9365rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:39.3740234375rem;left:3.53125rem;height:81.884875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qULVFbsrsQDLngcn4F0FXXx4Jf1lh06v { 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:28.5625rem;width:51rem;top:2.6875rem;left:3.53076171875rem;overflow:hidden;display:block; }
#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1b17;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; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { background-color: transparent; background-image: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .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); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { border-width: 0; border-radius: 0; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { color:#ffffff;display:block;width:57.6865rem;position:absolute;font-family:rubik;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.9990234375rem;left:2.3134765625rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { color:#ffffff;display:block;width:52.9360625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:12.55078125rem;left:3.40625rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:27.5625rem;left:21.4375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:20.1875rem;left:49.875rem; }
#Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:21.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:19.9375rem;left:27.875rem; }
#OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { position:absolute;display:block;z-index:15002;background-color:#2d4d47;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: none;height:14.5rem;width:16.75rem;top:19.375rem;left:0rem;display:block; }
#iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { color:#ffffff;display:block;width:57.625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:38.4375rem;left:1.06201171875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { color:#ffffff;display:block;width:52.9360625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:47.9375rem;left:4.6884765625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvMv7tH60meLCaE8w7e6H7n3N0iVnAtD { position:absolute;display:block;z-index:15003;background-color:#2d4d47;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: none;height:14.1875rem;width:17.8125rem;top:19.375rem;left:20.9375rem;display:block; }
#ayOgtzThzZIgRlMMIVWBqlZeNHqeZD6A { position:absolute;display:block;z-index:15004;background-color:#2d4d47;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: none;height:14.3125rem;width:16.875rem;top:19.375rem;left:43.125rem;display:block; }
#JSD3HCaP9nmAT8wzi8EyQ4eph8ZkkDEG { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.5rem;left:43.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CN2Kv6nSfJJcZW73SCCybZmxKHW7T2AC { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:27.5625rem;left:43.125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqPNWRwTHMl7rryBHLTskmg09CSvuBcn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:20.1875rem;left:6.6875rem; }
#a9229NhdgImuxhFlm9ZxLCH3roTl3TE4 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5rem;left:0.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbKFwfkSqdBZU9GsqzGZQEqom45HOuSf { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:27.5625rem;left:1rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTiNh4LScrhDyClqMxBJeMtHeokxceiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row .container { background-color: transparent; background-image: none; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row .container > .video-iframe-container { display: none; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row > .video-iframe-container { display: none; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .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); }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row .container { border-width: 0; border-radius: 0; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:60rem;position:relative;display:block; }#NF2KTWyElJSDRTJzBF9zPUlfhqxy7COP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.5625rem;width:28.5625rem;top:10.25rem;left:0rem;overflow:hidden;display:block; }
#n8tLv7ekf0QQCsqTDSoS2EP2bGh25Qq0 { color:#000000;display:block;width:52.125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.37353515625rem;left:3.9375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9cqJpvhJLdT1bvzHuUKf3s2HkegqC3r { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:10.40283203125rem;left:33.5625rem;height:28.255875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLRGNqE1Zk3slxJF5rQmzVvCF8iN39kt { box-sizing:content-box;height:7.375rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:42.75rem;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;display:block; }
#ARit2M5ukbscwwMH4RCoWNeG6R9XKl0w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:44.8125rem;left:2.8125rem; }
#eQXxpKf1RGWqSoD2bO4pCmWu2TnslXdc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:44.8125rem;left:6.875rem;height:2.03125rem;display:block; }
#dZAvdD8EC34ROF1Q7z6i0bKmvOMBSqFq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.9375rem;left:6.875rem;height:1.54345625rem;display:block; }
#FwnOGZpPnzlBOl4EwM6G517UT5CcHqxD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:44.8125rem;left:25.3125rem; }
#uii9EqxcbWCBSscJHlfMs0eiEnG1rvF6 { color:#000000;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.8125rem;left:29.75rem;height:2.03125rem;display:block; }
#TJg1hvc4SrkwHXa6A7EkeSz9TfKxnPor { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:46.9375rem;left:29.75rem;height:1.54345625rem;display:block; }
#Q9FQyOtyi4fTR1Ddw7ntqerGpvPtlCLm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:44.8125rem;left:46.1875rem; }
#RHMZxBsq6iPCNIBNR4zkKtFvQ0Hgq6EM { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:44.8125rem;left:50.4375rem;height:2.03125rem;display:block; }
#n23PkXcM9I6msfJnXZbgaDLimtrdTs1C { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.9375rem;left:47.5rem;height:1.54345625rem;display:block; }
#eKC50e7E4HKN4bg9QaQ5Uu13mlTz1G0t { color:#000000;display:block;width:7rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.9375rem;left:50.4375rem;height:1.54345625rem;display:block; }
#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { position:relative;display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { background-color: transparent; background-image: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container > .video-iframe-container { display: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row > .video-iframe-container { display: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { border-width: 0; border-radius: 0; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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:86.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:8.5rem;left:3.53125rem;height:27.2949625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { color:#000000;display:block;width:45rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:38.43701171875rem;left:3.53125rem;height:5.5996125rem;display:block; }
#dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { position:absolute;display:block;z-index:15022;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:17rem;width:11.0625rem;top:59rem;left:0rem;overflow:hidden;display:none; }
#GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:68.99951171875rem;left:2.65625rem;height:14.6972875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtUNyyU0UlGmt843MVsIVSgmhreIK7vE { color:#000000;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.875rem;left:3.53125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZtXs9phzkGV9cUDIk1S8RrNXGv2wpV9k { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.875rem;width:48.25rem;top:46.5rem;left:5.875rem;overflow:hidden;display:block; }
#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/62ab8257-312a-470b-8946-a77592436879/Projektbeznazwy5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.adaptive-delivery-prevent-bg, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyload, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyloading { background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { border-width: 0; border-radius: 0; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { font-size:0.875rem;font-family:arial;height:136.5625rem;width:60rem;position:relative;display:none; }#HICf49URxHJo1Tp7evgXo2hqX7ztOimo { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:73.5625rem;left:1.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:94.875rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTgeRoKHxUT0EXMhAn53K0PBp84GOPTD { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1824d9d6-80b4-4b45-88d1-e4291c38a493/KopiaProjektbeznazwy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.adaptive-delivery-prevent-bg, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.lazyload, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.lazyloading { background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { background-color: transparent; background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .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); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { border-width: 0; border-radius: 0; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { font-size:0.875rem;font-family:arial;height:91.4375rem;width:60rem;position:relative;display:block; }#vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { color:#ffffff;display:block;width:57.6860625rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:53.63671875rem;left:0rem;height:9.4497125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krhlOvMvb8139rniGW0nKa1KhxJ8uuga { color:#5cd2b9;display:block;width:60rem;position:absolute;font-family:rubik;font-size:5.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:74.4375rem;left:0rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:rubik;font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:66.94921875rem;left:1.15625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwpzTKhzZmxxBeHNNRgrcrKsJ94XPlTT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:84.125rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { background-color: transparent; background-image: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .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); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { border-width: 0; border-radius: 0; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:60rem;position:relative;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:#ffffff;display:block;width:52.937rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:41.30419921875rem;left:3.53125rem;height:18.8965125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdmPOTXfCTHKezgZTaW5TqbB86LhaINE { 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:36.0625rem;width:40.375rem;top:1.4375rem;left:9.8125rem;overflow:hidden;display:block; }
#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { position:relative;display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { background-color: transparent; background-image: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { border-width: 0; border-radius: 0; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { color:#000000;display:block;width:57.125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:2.9365234375rem;left:3.53125rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:18.75rem;display:none; }
#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { color:#000000;display:block;width:52.937rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:12.74755859375rem;left:3.53125rem;height:23.095725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { background-color: transparent; background-image: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .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); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { border-width: 0; border-radius: 0; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { font-size:0.875rem;font-family:arial;height:66.5rem;width:60rem;position:relative;display:block; }#hIkLNIx2WEU8CHToZ8SofPRVynouscax { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.80810546875rem;left:3.0625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { position:absolute;display:block;z-index:14999;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:11.3748125rem;width:11.3748125rem;top:28.074470520019rem;left:47.374677658081rem;overflow:hidden;display:none; }
#qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { position:absolute;display:block;z-index:15006;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.9375rem;width:6.9375rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { position:absolute;display:block;z-index:15006;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.9375rem;width:6.9375rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#HNCZX618IvflPSyGn00HhQgc9Z1TPASD { position:absolute;display:block;z-index:15006;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.9375rem;width:6.9375rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { box-sizing:content-box;height:10rem;width:42.9375rem;position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;top:51.3125rem;left:13.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:none; }
#i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { position:absolute;display:block;z-index:15006;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.9375rem;width:6.9375rem;top:13.04296875rem;left:2.9052734375rem;overflow:hidden;display:none; }
#rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:53.25rem;left:16.0625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T7R4zxXJ25tWgtbSUAMP6iQ4LzCVCSaA { box-sizing:content-box;height:6.625rem;width:42.5625rem;position:absolute;display:block;z-index:15061;background-color:#fafafa;background-image:none;top:9.125rem;left:9.125rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#W2KFfVTP8dL8Q40yTRRgHapuubueZ7fh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:10.75rem;left:11.0625rem; }
#EDXHwdppepQpN8OXadvmwoEI77s8OCHb { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:10.75rem;left:15.625rem;height:1.4624rem;display:block; }
#L1OTIoFwcWNOhWXnEFLnVHOSaK8JioRs { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:12.75rem;left:15.625rem;height:1.13720625rem;display:block; }
#R35Mz5LHVITUx7zTEgi6nkvklx6sRXAe { box-sizing:content-box;height:6.125rem;width:42.5625rem;position:absolute;display:block;z-index:15065;background-color:#fafafa;background-image:none;top:18.9375rem;left:9.125rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#zr0m85VVoB8SqqXk871em9HPwAnZxHzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:18.9375rem;left:10.3125rem; }
#nGKzABz2THupSeUAABPTgDuQ8qh23ncc { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:20.3125rem;left:15.5625rem;height:1.4624rem;display:block; }
#tbi4FK8UVZlQqB1RrZndR09HeAJbzENK { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:22.375rem;left:15.5625rem;height:1.13720625rem;display:block; }
#ynI1u8s6fpQ644wFxP2SH4ZsCwWfJFxu { box-sizing:content-box;height:6.625rem;width:42.5625rem;position:absolute;display:block;z-index:15053;background-color:#fafafa;background-image:none;top:28rem;left:9.125rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#rFxvHuPGuMws4eAsW9qPEZiqk5OWM1aP { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:29.625rem;left:15.625rem;height:1.4624rem;display:block; }
#cWZuEeRxTA7FRILwESLmfoySOVu23f4N { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:31.625rem;left:15.625rem;height:1.13720625rem;display:block; }
#KswAGtMmeDRS3cGgqzTb79UdceUSc3Wk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:29.625rem;left:11.0625rem; }
#JQT0782ZIw56RQDfUCgfHOkcJlqiFndo { box-sizing:content-box;height:6.125rem;width:42.5625rem;position:absolute;display:block;z-index:15057;background-color:#fafafa;background-image:none;top:37.5rem;left:9.125rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#lCnfA6yK1Z0puidaWxGmvZmNMf5usXgP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:38.875rem;left:11rem; }
#lh3SvvsHl0cRaT3rB1byZP04bTEkQeRz { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:38.875rem;left:15.5625rem;height:1.4624rem;display:block; }
#a0ZLQN5i4lizJ8Rfd7JGwcrpxh50vDTT { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:40.9375rem;left:15.5625rem;height:1.13720625rem;display:block; }
#NhIuv13aEZPVr7qr3eEmmiDi0ePPTUTG { box-sizing:content-box;height:6.625rem;width:42.5625rem;position:absolute;display:block;z-index:15045;background-color:#fafafa;background-image:none;top:46.6875rem;left:9.125rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#HPOO798dFXarvGlS6RxJ71StpGsgJX1f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:48.3125rem;left:11.0625rem; }
#XwnpDwC5LVWTJarLkw8ZaLiw7vE8afB9 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:48.3125rem;left:15.625rem;height:1.4624rem;display:block; }
#NCggviey2ZflKJeS2BOfaNCL7fOEhfOi { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:50.3125rem;left:15.625rem;height:1.13720625rem;display:block; }
#TbIlyddu7G9yMkL0Atu3IGbwr24NpmTe { box-sizing:content-box;height:6.125rem;width:42.5625rem;position:absolute;display:block;z-index:15049;background-color:#fafafa;background-image:none;top:56.25rem;left:9.125rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#DVmrmHkd24gRsJpkx5f0bhfCRlZRMEME { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:57.6875rem;left:11.0625rem; }
#wHHSQJ202KNK8XzIPFcnUSAdEa7K1GMo { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:57.6875rem;left:15.625rem;height:1.4624rem;display:block; }
#GdKWylvZ9FHOzOQ5VFCvcJ7fP4TIMsGM { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:59.6875rem;left:15.625rem;height:1.13720625rem;display:block; }
#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { position:relative;display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { background-color: transparent; background-image: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container > .video-iframe-container { display: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row > .video-iframe-container { display: none; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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); }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { border-width: 0; border-radius: 0; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .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:42.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;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 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#J0divl5AZuyk2bX4tW17UaCTTlyfuJid { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElrGnAfBP9vNacCmfme8woabgnuaEQHg { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { background-color:#5cd2b9;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdIS81a66ohUeSwc7sSronWCwmmiKq08 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#yViIdGLKw60C5sG9qSOTsTeLgev9feng { position:absolute;display:block;z-index:15029;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:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#DFKtwAbtrLL9OVvzaqQVtCSrgG0E2J5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#sKnDK4MGBoTCexDKLIxJOeCZV2EkAzBL { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { 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:19.0625rem;width:19.0625rem;top:1.625rem;left:37.3125rem;overflow:hidden;display:block; }
#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG { position:relative;display:block; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG { background-color: transparent; background-image: none; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .row .container > .video-iframe-container { display: none; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .row > .video-iframe-container { display: none; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .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); }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG { border-width: 0; border-radius: 0; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .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; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .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:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .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; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #konP13VErAEu4MnqmDbvxlFkFMW5F6oS { display:flex;position:relative;top:0rem;left:0rem; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #kXy71nSI1ZguByU3qw8wX2Tz0GJfIFN0 { width:auto; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #Lat5IrCgpadWnZM9zo9S3MTCfZCoQnkI {  }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #I4WmrQysbmIFSz9LGLHcl1h4Gk0e5a66 { display:flex;position:relative;top:0rem;left:0rem; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #mTdPfZpMrk644CFBZMNoO19oNiZrWTwK {  }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #R6vZKPiP95EHmlpeXTVIvVi013g7T9vv {  }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #VgFIIqBF3e4Ul5dcZCKEwDMsCz6ekFgR { display:flex;position:relative;top:0rem;left:0rem; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #Pyw0bn6JiPdOrIyBZtOfXuVRJ0DIXKFQ {  }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #GwpCExdkad51so96g3Kpt1a9TW22qq61 {  }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #UXSEva3TZ2a86pUi58ExqqF3lEuaTVZM { display:flex;position:relative;top:0rem;left:0rem; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #dfyRbxDnDFS2aDf6OdwMALD1bzzp6vtL {  }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #UrFG2ThJp0H7HelesR0nS8gBCGsvTd81 {  }
#eF2XUHpLiiN6W2XRW91UmqL7D5P0Vzbh { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdf4teMh3cnc5a8L99ReFxKyV5wH7oEP { position:absolute;display:block;z-index:15031;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#uPrBZpK2lDKORULAm63DBXZGkAr3Jbn3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#PAu9eLhz1IGbMu7mHUtwc7hqTIZQnlDO { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { background-color: transparent; background-image: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container > .video-iframe-container { display: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container { display: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .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); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { border-width: 0; border-radius: 0; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { font-size:0.875rem;font-family:arial;height:69.5625rem;width:60rem;position:relative;display:block; }#UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { color:#000000;display:block;width:55.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.4990234375rem;left:2.99951171875rem;height:3.9375rem;text-align:left;text-align-last:left;display:block; }
#JnwILNck0iMkEQqpllyMCTKWM1hybMzp { color:#000000;display:block;width:53.9985625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:9.06103515625rem;left:3.00048828125rem;height:56.6895375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { 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; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { background-color: transparent; background-image: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { border-width: 0; border-radius: 0; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { font-size:0.875rem;font-family:arial;height:152.875rem;width:60rem;position:relative;display:block; }#KFrlkGoZAUfIU24seKkkQDbatVINuZAV { box-sizing:content-box;height:25.125rem;width:47.25rem;position:absolute;display:block;z-index:15006;background-color:#f1f1f1;background-image:none;top:106.5625rem;left:6.375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.15) ;display:none; }
#NX8ygcPiyQ7cctE9laV9TM7iwycRWC5H { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:145.875rem;left:9.96875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#Po9hiGSsMpEE8AMiA7G0sAJuUIb1VgWO { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:58.8251953125rem;left:9.25rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#He015iJfOJTsfgZ5NarvyFBUgRTNDC9s { color:#000000;display:block;width:22rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.25rem;left:6.375rem;height:14.472625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#He015iJfOJTsfgZ5NarvyFBUgRTNDC9s li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#He015iJfOJTsfgZ5NarvyFBUgRTNDC9s li:before{  }
#fvIOu7Sie2xAiRT36qRGCRhpXhdNNqeT { color:#000000;display:block;width:22rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.25rem;left:6.375rem;height:14.472625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#fvIOu7Sie2xAiRT36qRGCRhpXhdNNqeT li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#fvIOu7Sie2xAiRT36qRGCRhpXhdNNqeT li:before{  }
#p9QKnUTfoRcl5EeFlhieDD2EhkRFT6Z8 { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CHPIEiEqesgaSwSuMbUnVJwrHrWD27ih { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yKdGeJrT8i0yEMfze968sJdssEuUOtaf { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JLpRPgcR8ik7qoqTzFPnPQstXd21JJ3Q { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#C7U1gsIAy7qqfBaUFbu5SNxvJKokK2VO { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DH8ZA3pglLb7eBTkfegxNvTW5vqROAOP { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bHoNcL0lrzRLTQl2NBD4uyrGASe8c3tA { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.05810546875rem;left:2.03125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQDx329WR4P8oin187tF1HFEo4VhqfTW { box-sizing:content-box;height:18.125rem;width:42.5625rem;position:absolute;display:block;z-index:15063;background-color:#f1f1f1;background-image:none;top:11.375rem;left:8.75rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#oDGKdp9RGVSySJn6lFCzd7y8xc83WhBz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:12.75rem;left:9.9375rem; }
#dTFITyJTlkpF9JKeBNm5o7EFmJiCkfEc { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15072;line-height:2.2;letter-spacing:0;top:18.3623046875rem;left:13.4375rem;height:9.89941875rem;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; }
#BFZ5VUy9mJHNZTL8v3kR8Hc2W2nrDOTK { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:block; }
#re7EwedKSKKffvpGOEzGJk7tEBEUG4wG { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:12.875rem;left:13.4375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BvS9rlHT6ynD9iFKScqzFCa6Fb2P3xhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:19.375rem;left:10.8125rem; }
#TNNGHX36fe3PytTkwIVCCrFFGwWGeo3h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:22.625rem;left:10.8125rem; }
#cMrBE34fTLI4JgkzCCn0IkLIQ3SyIRie { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:26.0498046875rem;left:10.8125rem; }
#J6xUoK5EcNIpRTd3p3wTC1DfZepKJ5JL { box-sizing:content-box;height:18.125rem;width:42.5625rem;position:absolute;display:block;z-index:15063;background-color:#f1f1f1;background-image:none;top:33.6875rem;left:8.75rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#F9XHKvWA2CrK3cKeqqNIPkGi6cPEcX94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:35.125rem;left:9.9375rem; }
#FhczXTp1TGGLD6gQ2kWFE8dpcLIvcCTD { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:35.1875rem;left:13.4375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDVzVTdmqB6XPtbXDfXiHdeRqbdKhXfB { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:39.5625rem;left:10.8125rem;display:block; }
#ECC6vF0ri6VxP4lrtu3pf1gWLnNXg23i { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15072;line-height:2.2;letter-spacing:0;top:40.6875rem;left:13.375rem;height:9.89941875rem;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; }
#f95gStihWcbE2P8cvGR7PKgG0W7HTPpe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:41.5625rem;left:10.8125rem; }
#iLWLw8uSstK6f81iLt6Ts6SZNUfU5ygD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:45rem;left:10.8125rem; }
#Oazl7XrvH5U4zBNQJS9e0su1uRax8iyQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:48.375rem;left:10.8125rem; }
#er8sPVXHDNCeTwak2OkiEJfU4ZtS5lk0 { box-sizing:content-box;height:18.125rem;width:42.5625rem;position:absolute;display:block;z-index:15039;background-color:#f1f1f1;background-image:none;top:55.9375rem;left:8.75rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#oTchlrC4hu18THzr1lmh1hH3C6201hrF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:57.375rem;left:9.9375rem; }
#SeHEI4w6bT0aGBo2ypPteLIdNCBNB2LP { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:57.4375rem;left:13.4375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRuarWBMO5kQ7kyaFid55rH9f3TKQdrJ { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15062;background-color:#cac0c3;background-image:none;top:61.8125rem;left:10.8125rem;display:block; }
#m4oJxSKrQGtm1vpU1kLPk2aTotSUcTNZ { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15048;line-height:2.2;letter-spacing:0;top:62.9375rem;left:13.375rem;height:9.89941875rem;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; }
#ACRePrTiyTWWMqe58zF5EdrUAvcy1k1N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:63.9375rem;left:10.8125rem; }
#Rw7FTtCN4g1T4ZFz0D9HD7kZDzOAEMdt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:67.1875rem;left:10.8125rem; }
#lfWwWHH0qfs6pUA8FTLopb8yAR2dvxwS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:70.625rem;left:10.8125rem; }
#eT2wu9ZKkch7AM7z01xih4yOMTEZ2IWp { box-sizing:content-box;height:18.125rem;width:42.5625rem;position:absolute;display:block;z-index:15039;background-color:#f1f1f1;background-image:none;top:78.375rem;left:8.75rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#VvU6ABFVl3qQ1f3BMfoGK7Z4qc2zD8ho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:79.8125rem;left:9.9375rem; }
#SXidS1hEVA9z9hMIZMgrbMvGlLeuiiGv { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:79.9375rem;left:13.375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U8v6NsDa8Kw3vMnK3FyacQpdFWg0iVs5 { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15062;background-color:#cac0c3;background-image:none;top:84.25rem;left:10.8125rem;display:block; }
#yVz7cLHo2nKhe0cGLK2lVTcLU3TRTZCt { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15048;line-height:2.2;letter-spacing:0;top:85.375rem;left:13.375rem;height:9.89941875rem;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; }
#ivbCOcb51ahGVU18qtLZGlwrk3P3O3c1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:86.25rem;left:10.8125rem; }
#lZv4CGfSbGD6NXwAyMQgH8RZX6dxVxnv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:89.625rem;left:10.8125rem; }
#T0MfuWeUIOTfdvi2G1P08mDirBdWtMNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:93.0625rem;left:10.8125rem; }
#FFZQxwiAkwiXpIRHHLzTrVZWSKs9vvt4 { box-sizing:content-box;height:18.125rem;width:42.5625rem;position:absolute;display:block;z-index:15023;background-color:#f1f1f1;background-image:none;top:100.75rem;left:8.75rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#xUTEtqNiWRC7vilGwdJ1Fx5dlwUUqv5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:102.1875rem;left:9.9375rem; }
#IcsWb1rEi3VfT7uDs8fcZuTXQmPuv2uP { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15046;background-color:#cac0c3;background-image:none;top:106.5625rem;left:10.8125rem;display:block; }
#h0KPLiNB3KdC6JluWwFTWZbfzGxs2Z3O { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:102.25rem;left:13.375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w4KoFr4SOiWdFZV4eSPxAzHakw28lTIk { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15032;line-height:2.2;letter-spacing:0;top:107.6875rem;left:13.375rem;height:9.89941875rem;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; }
#GQB423G53IB8WJ7ru8DC1CWDRhqTtmiz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:108.5625rem;left:10.8125rem; }
#xUA4h5iLQSyWwRAhB6avn3Ht5x0LdfCf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:111.9375rem;left:10.8125rem; }
#INHTdreE01GKkBeARHCO7D9QtRnhsgMk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:115.4375rem;left:10.8125rem; }
#tdriS9Fpk6uoROGxTV1kMXiaO2hopoCk { box-sizing:content-box;height:19.5rem;width:42.5625rem;position:absolute;display:block;z-index:15031;background-color:#f1f1f1;background-image:none;top:123.0625rem;left:8.75rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#RNSp2OkFiE3BXQNkLg5dPzW3hVshiTdt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:125.4375rem;left:9.9375rem; }
#Ec7vHxX9bgEHEm2umaU0Fnqudv7xB2qP { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15040;line-height:2.2;letter-spacing:0;top:131rem;left:13.375rem;height:9.89941875rem;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; }
#mZ0ezveL8IMas0r7gpD4zxodDieLd8uz { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15054;background-color:#cac0c3;background-image:none;top:129.875rem;left:10.8125rem;display:block; }
#gzA0Jb2gOP5nxElm9qNT4CEFep17cqvk { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:125.5625rem;left:13.375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OT1SfrHH32QuAzvnooE5TzwhvSaAZc2H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:131.75rem;left:10.8125rem; }
#DBOA75WFbnRrwSu3cbpPKwREsTIAV4UF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:135.25rem;left:10.8125rem; }
#cLdu3rg7uW74Jg0winGXJXKRCXTVhXmh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:138.75rem;left:10.8125rem; }
#E5ULd4WA3e190zHQ72L6uA7ebBEJWg6U { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:none; }
#nT6B8UkitLSc0AcawvMHMJSyIw0JbCw8 { box-sizing:content-box;height:18.125rem;width:42.5625rem;position:absolute;display:block;z-index:15063;background-color:#f1f1f1;background-image:none;top:11.375rem;left:8.75rem;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.375rem rgba(0,0,0,0.2) ;display:none; }
#DqTzozvhdCl2xbcXMDwfUUP1LgGc6u0V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:12.75rem;left:9.9375rem;display:none; }
#n2ZMI5qWfDS4iTFKQfaJzUUsBxTTXynH { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:12.875rem;left:13.4375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#C2qrfBGWUJfvTl4cbbtCHLHuMMJ9UVxt { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:none; }
#QdHBI8E82EBv6dovdP7rXwoWozXH7LKu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:19.375rem;left:10.8125rem;display:none; }
#qRpTkDLewFIfTkItfGdKVvZSDtOWn2WN { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V1caNOwTgVM6GgfJdWpaK3xazEx43VVI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:22.625rem;left:10.8125rem;display:none; }
#yVq0dQQnToEC96SR4kgdZguG9TiwWt5g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:26.0498046875rem;left:10.8125rem;display:none; }
#lPyyRR7LCESrwesorKzBLQldv1NDtprX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:35.125rem;left:9.9375rem;display:none; }
#dO1N559VATKvqcFibHWdX3cXhv8lTalZ { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:35.1875rem;left:13.4375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pV3qLGvpd4EqbhTGWHCsumKgWVhPyt9m { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:none; }
#u1cz7OLfoBh32hDqSRzkh090ttbqXrq8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:48.375rem;left:10.8125rem;display:none; }
#HHxKRdSgcnKfm62gFGVBITFx3Dc43orl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:45rem;left:10.8125rem;display:none; }
#a6KmRSDPIEN2C7WFnS3d7nlbiFCWZzlk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:41.5625rem;left:10.8125rem;display:none; }
#E2kB4RcXzRIAWFFEb73HQyr48OxUFbAp { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MgXqrvHlNewk5mET9T7WdMvaHTe5UOf0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:57.375rem;left:9.9375rem;display:none; }
#kn6Tt5FvQmLGgz4iNsqo99vpJTi7JRF0 { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:57.4375rem;left:13.4375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wgF07efa0camVdrUXMWR1v7lytsw1B1T { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:none; }
#a1292s4ICILCQZl8LQKh7oluKxcd8dg4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:26.0498046875rem;left:10.8125rem;display:none; }
#CQCPbaIqKKqU8BCySCNLkTyRyJHN2wm5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:22.625rem;left:10.8125rem;display:none; }
#bVdecnmOeWJ88KELuJbTQ036tBp6P9Pr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:19.375rem;left:10.8125rem;display:none; }
#J6JPcblLxQlhNSJfd17CCTITRxAZNpzy { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:none; }
#ZBRGF7TrNT30wTTKGW8xTixBEwkGGfn6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:48.375rem;left:10.8125rem;display:none; }
#NxHIV0USXestJugJusg9FmDFimdRrWGf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:45rem;left:10.8125rem;display:none; }
#XMwqVEUMIFumW9qdFcmE1r7GQJQgN9dL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:41.5625rem;left:10.8125rem;display:none; }
#GaQiswUt73xkTxNKIxcdAspZfbWEX8Zs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:102.1875rem;left:9.9375rem;display:none; }
#yN2eRpZ9BNFX6oT9QBkhwWM1U32DS3Jf { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:102.25rem;left:13.375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KokgtFlmpdFdk4EWRoRZtadutPFpcBGW { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:none; }
#SBf7dIT39IsO6vpadmcf5DcWzuQ80d80 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:26.0498046875rem;left:10.8125rem;display:none; }
#XAXwBL1Bw0gdHZKe4Q46wRXO2sB6zbt8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:22.625rem;left:10.8125rem;display:none; }
#X0LB5OU2ZvhPCcGii510XTTwfF27Vzvp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:19.375rem;left:10.8125rem;display:none; }
#PfDJySEu29L9HNpHT2ZzICwoUiUnQBVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:125.4375rem;left:9.9375rem;display:none; }
#EZQVbbWQTknIDtbfMKxKyfEIrBWl3rXx { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:125.5625rem;left:13.375rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CaXb1vQG260ThJ1J5bc6slKynGTMdOk1 { box-sizing:content-box;height:0.25rem;width:37.75rem;position:absolute;display:block;z-index:15086;background-color:#cac0c3;background-image:none;top:17.25rem;left:10.8125rem;display:none; }
#UOXiBe7I9IElelCCPAcsExhgfFwzwN2Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:26.0498046875rem;left:10.8125rem;display:none; }
#PM2hNqAThnP1wZwAplrMiL1F0teDepel { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:22.625rem;left:10.8125rem;display:none; }
#FSqnUszT76MtcyE11MX3urgg5N9tdoDH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:19.375rem;left:10.8125rem;display:none; }
#FRTiFK8Xxiq9TwpVctGX7VM7bSF73zQN { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:40.275390625rem;left:5.40625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 { position:relative;display:block; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 { background-color: transparent; background-image: none; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .row .container > .video-iframe-container { display: none; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .row > .video-iframe-container { display: none; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .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); }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 { border-width: 0; border-radius: 0; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .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; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .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:42.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rfTUrcNaLiHgmKV1cXlEnyANtJlTzekF { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;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 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#GD7Bhxr5GAh6UIHOuVZfIbIVsEegCZps { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#zoGm156L4lNVTQQXaKXhPN57zeV7K1B0 { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGmrhGvbNZ9yOgAF4T4zBGgUyFbeyuVV { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#cdsGUf5vFQEfqWUiCaQ7It6Hqk9GNi84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#CdqOfQpcCIGmHucDK6EgLi043gVApGgF { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2DMK80fPbQ2RezeM8CzyMXsa5NDEW8x { background-color:#5cd2b9;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#T0bOQKv2ML574mreZxnU5QkXNrIrKvyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7B6GiusdLksUq9vC2E1ddzVXg6FdVVf { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#FFFhr01hU7zFI40pCzE2XsnS9soJclI0 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#suBl5DsS8RvSnR5JPGFsSDpy9U71e65w { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#rEasiGTAoETUlZwZGfJ5aW2nsTFHvf23 { position:absolute;display:block;z-index:15029;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:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#SoEEycOsnQcNQ6earSE0fx4ZUQFs411L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#lTGPLisJ3GVZqeqZ0Lape9DmnmE8RTXG { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#IB8Tre7cN7J7pxg4VoX0OdGayWVhdJro { 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:19.0625rem;width:19.0625rem;top:1.625rem;left:37.3125rem;overflow:hidden;display:block; }
#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS { position:relative;display:block; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS { background-color: transparent; background-image: none; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .row .container > .video-iframe-container { display: none; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .row > .video-iframe-container { display: none; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .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); }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS { border-width: 0; border-radius: 0; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .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; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .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:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .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; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #ODqK15QLwV6iLIkVGTWDs16kKS1fzF3d { display:flex;position:relative;top:0rem;left:0rem; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #AAoI17vnXJZ7dvzZGPhM8dtRuBPlguME { width:auto; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #kQ271x0ESV4IBpwkr1UFX1PTeToftsXf {  }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #c4boahAX5DZkTTdf2vXPi3rodbq3kVez { display:flex;position:relative;top:0rem;left:0rem; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #Xp5AgxJUWpKnroIPuaPhqzMlgUI12NKf {  }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #zDqiG5hiKFT5vbzoZfw4tssiXScKXRM8 {  }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #F8yerUpg1u0gFafJDnITO7BzUBnETxbl { display:flex;position:relative;top:0rem;left:0rem; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #CPAni7vDDFQytKosKAxLHDS2iVt5LaEX {  }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #Ztrtwp5ZqQvX2ZTTXf3NqKf7epk3u1db {  }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #UIV3spxDMEwgTrDlgr2rA5UtG2S3RRLT { display:flex;position:relative;top:0rem;left:0rem; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #szvAtoCSW3bKEtDTRf9dy4Aw1o8F1yoi {  }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #FoZliAKOKiM6WrFgJTLm0dFAZOLDOyQX {  }
#XyltF3dwuTl9iiyXB8Xf3g1IOoTN3zGF { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqSLiyVNSorwixRFTVHN8Sv5sbdrVkoL { position:absolute;display:block;z-index:15031;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#icMHs1LL5aB3oaDKTNMlQNqzLU9Iiirr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#RZy1WmJi0GMMKMIbvKb1LQ2dNikDXceN { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { position:relative;display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { background-color: transparent; background-image: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container > .video-iframe-container { display: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row > .video-iframe-container { display: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { border-width: 0; border-radius: 0; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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:26.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pnHXRbMripnl9COWXgu9lANDW1wo24E7 { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:2.875rem;left:3rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { color:#000000;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:8.1875rem;left:3.0625rem;height:14.69728125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { position:relative;display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { background-color: transparent; background-image: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container > .video-iframe-container { display: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row > .video-iframe-container { display: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { border-width: 0; border-radius: 0; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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:65.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { color:#000000;display:block;width:53.6870625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:0.56087112426758rem;left:3.1553840637207rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { color:#000000;display:block;width:53.6870625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.4984130859375rem;left:3.1553840637207rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { position:absolute;display:block;z-index:15013;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:35.125rem;width:39.3125rem;top:26.1875rem;left:10.34375rem;overflow:hidden;display:block; }
#prBFP5EIo1z7Gh92rmgWdWZLcc8pqQhM { box-sizing:content-box;height:10.0625rem;width:52.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:12.998046875rem;left:3.90625rem;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.9375rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;display:block; }
#mVRLXzUF51zXDWc5CV4bphSFquS20qdS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.529296875rem;left:5.65625rem; }
#yXBnkvdectOCbd41qB1c5Aktii8OHxCU { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:16.998046875rem;left:10.4375rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#XPZvIt1vWJu7XZdKIcTMmE4feCOMdGrZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.529296875rem;left:22.46875rem; }
#tSVZ3T8F1sAeCn8izWSx7Ln4bbnkxfvD { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:16.998046875rem;left:27.4375rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#eRkdOMp63L6TlXrTymd9vRNBfhPXa2kv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.529296875rem;left:38.96875rem; }
#I1GypqLSdTF1UsoPtnT4eD2wde64Vsqx { color:#000000;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:16.998046875rem;left:43.78125rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#cblF5pufUiLzEbLIkJ84Q3OnwETCc1BH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ltkyHkZaX720HpyPKkLTTHs2rBh6OEXo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { position:relative;display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { background-color: transparent; background-image: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container > .video-iframe-container { display: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row > .video-iframe-container { display: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { border-width: 0; border-radius: 0; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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:31.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:3.1875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:5.625rem;left:4.03125rem;height:23.0957375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { position:relative;display:block; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { background-color: transparent; background-image: none; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container > .video-iframe-container { display: none; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row > .video-iframe-container { display: none; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .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); }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { border-width: 0; border-radius: 0; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .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; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AA5Ke1Ia9GQVhsCTBkRoow8zcRnk9Bo3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:30.4375rem;width:23.4375rem;top:2rem;left:18.28125rem;overflow:hidden;display:block; }
#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 { position:relative;display:block; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 { background-color: transparent; background-image: none; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .row .container > .video-iframe-container { display: none; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .row > .video-iframe-container { display: none; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .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); }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 { border-width: 0; border-radius: 0; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .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; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .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:42.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yGAwkGo9VC5h4m7eIZmfigTTDsncLcAu { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;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 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#WbN5MpGuEiaXZVbPvGNsuOaLqvhu7Lfm { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#dXWSSJvFd6U11P4xVSI9nAeqREJoo5VQ { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUQq8lKNdTK6Eid8zPDIGHLEdC6FyTTA { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#Ot3Ftx8TvHZdbVJE2tWRqm525QwCh7i6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#Lkk5dh67xHtyFAz0oIy0AHF0bePRWcwE { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTHm1VZWOn6ZZGxipIHlTPKTg67QAm5X { background-color:#5cd2b9;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#mJ0DCkIlUbIgCOkAi9vUJaFDoV78DeKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xep9SThy6xuKJhdaEuLU7SHa5NecwpD1 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#TD2I09pg3xz3coPLTOJ9UaPdmDyBgOis { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#NbMcwAc1QtHJvCOx8PcUziBqzN3WZIXR { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#TgG0bOENIEC9laU4iRHT5vMnq6l9I8QK { position:absolute;display:block;z-index:15029;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:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#fNs1tbAgmETTdPEUm45az8E1E6TD5u0d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#H9rGvMCsEywMQw4CD47SIowbKckCAxrR { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#FJJDLwz2sBC3SgEzioFecld1HAukfd5U { 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:19.0625rem;width:19.0625rem;top:1.625rem;left:37.3125rem;overflow:hidden;display:block; }
#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb { position:relative;display:block; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb { background-color: transparent; background-image: none; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .row .container > .video-iframe-container { display: none; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .row > .video-iframe-container { display: none; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .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); }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb { border-width: 0; border-radius: 0; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .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; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .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:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .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; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #cHJqnaXQCuEV88QhkXfS8bfF4o10A0wP { display:flex;position:relative;top:0rem;left:0rem; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #fxnJVWH5OlUcdOaCsbzgQKk22A6sWubD { width:auto; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #g7kMnPahoPergR8wBMKiWlxZ4G4py6LT {  }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #e3te159w5GBmp5hu95Sy9Lt4nJz58wag { display:flex;position:relative;top:0rem;left:0rem; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #zaLVkQWUOvGeKpN4tT6mVUF65ivIW8qT {  }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #e6mxRow3bp1KE0BQT0DJtcfXH3TmpsON {  }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #CXlkSoTVCvvLRDa6PaszSBhw7mlEZHpp { display:flex;position:relative;top:0rem;left:0rem; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #vTuBoSq4T0OFFz4r4xGriVDomwKn0dvs {  }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #KkZZsBlOMEB96nTyRS7i1MT0TTRZNEBK {  }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #P46aB6NEaty9TUQV3boZHfaW7qiEWDLR { display:flex;position:relative;top:0rem;left:0rem; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #OpyTwkyrTT3SMCXAynwrfXvOEFiQT3tg {  }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #iQhxZINwweafsLnskNWuk9UOo0AK5a6b {  }
#n1vOKOHkPJvAvz7OvJUUGRNOhyXkxSwy { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEqOed6GEt4HgN4fh7KuQGSdHoEkLzdC { position:absolute;display:block;z-index:15031;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#F7X5hBopmTAZatwesX1asEwe8m2r46xC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#cK97KiaSaOBvLJn5sLBg3fTGPZkKyt08 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { position:relative;display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { background-color: transparent; background-image: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { border-width: 0; border-radius: 0; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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:153.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:2rem;left:3.125rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { color:#000000;display:block;width:17.874375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:8rem;left:21.0625rem;height:2.25rem;font-style:normal;display:block; }
#TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { color:#000000;display:block;width:53.6860625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:142.4375rem;left:3.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { color:#4f4f4f;display:block;width:22.9360625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:148.9375rem;left:16.9375rem;height:1.92480625rem;font-style:normal;display:block; }
#VWRRZB1kxpfNeN4hACSfWzeKWJn8XC9V { box-sizing:content-box;height:21.625rem;width:43.1875rem;position:absolute;display:block;z-index:15032;background-color:#f1f1f1;background-image:none;top:13.6875rem;left:8.09375rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#dLoK9e16U7vM9RfDWtV7l84vyZxCXrsA { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:9.78125rem;height:2.92480625rem;display:block; }
#pnbnIlHXSTJSU57GeKz6WpHTpPhW9kdS { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.4375rem;left:9.78125rem;height:4.875rem;display:block; }
#SzpyiqmTBvDo8pWU5MU197WOGp9oa8BP { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.75rem;left:9.78125rem;height:4.2246125rem;display:block; }
#HlMWanwRZCV8Ll0nzTisJnVlAuiUSdTp { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#5cd2b9;background-image:none;top:31.8125rem;left:9.78125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#stOocMTmHHVhxP4S60IcMV0oFQTdATuW { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.96875rem;left:11.6875rem;height:1.625rem;display:block; }
#osCpmbLesVSTMnFFulPOZbG4uV7ZbOUF { position:absolute;display:block;z-index:15040;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:18.5625rem;width:18.5625rem;top:15.21875rem;left:32.03125rem;overflow:hidden;display:block; }
#Ib3QTlimfqn4kTWG5ppfZbaMX49A2L70 { box-sizing:content-box;height:21.625rem;width:43.1875rem;position:absolute;display:block;z-index:15039;background-color:#f1f1f1;background-image:none;top:39.5625rem;left:8.125rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#ie8X5OllfT0sqKJh1hI7diNR5OtUZkRJ { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:40.9375rem;left:9.8125rem;height:2.92480625rem;display:block; }
#JBX22I3ADfTO8n7MD0rqouHH7mn9nGxL { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:44.625rem;left:9.8125rem;height:4.2246125rem;display:block; }
#WsLeVbV9LmygyRe0wCibITeEb5WOVfWk { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:50.3125rem;left:9.8125rem;height:4.875rem;display:block; }
#wsJdwTxX4XpE6WIaP3fp7AEESQ3fLpuL { position:absolute;display:block;z-index:15047;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:18.5625rem;width:18.5625rem;top:42.6875rem;left:32.03125rem;overflow:hidden;display:block; }
#EFbGyLsPcT73U34FPZCyHBSWU21sGZwh { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15045;background-color:#5cd2b9;background-image:none;top:57.6875rem;left:9.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#WioOhOEUNcrZULB2k2004exO5PpMZ59F { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:57.875rem;left:11.6875rem;height:1.625rem;display:block; }
#v77GhyGRI4M1Xg3H5zhZs7iyxI78ZxTR { box-sizing:content-box;height:21.625rem;width:43.1875rem;position:absolute;display:block;z-index:15046;background-color:#f1f1f1;background-image:none;top:65.75rem;left:8.4375rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#zeXQB7Gn8FUvHfn8XzQiATrIi07SRIzG { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:67.125rem;left:10.125rem;height:2.92480625rem;display:block; }
#C7VoySvDc93pdAZ35yfkzccd5rxZROpb { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:70.8125rem;left:10.125rem;height:4.2246125rem;display:block; }
#tmSNG7aNZa5B6PTVJd9cEw7ed0PoZ9mm { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:76.5rem;left:10.125rem;height:4.875rem;display:block; }
#JhT0ldaIEdHlZqqnxOOq4PHyUA1qgEku { 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:21.625rem;width:21.625rem;top:65.8125rem;left:30.5rem;overflow:hidden;display:block; }
#Ih8fD9t8lz5s3CPlaqX2zMdnqFL60dfH { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15052;background-color:#5cd2b9;background-image:none;top:83.875rem;left:10.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#olnHyDvfy7ML4BtQ9LkZZ2OaVhS92hXC { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:84.0625rem;left:12rem;height:1.625rem;display:block; }
#udQVdEyZaBaUpzSRwToTxJOBem6cGPSz { box-sizing:content-box;height:21.625rem;width:43.1875rem;position:absolute;display:block;z-index:15054;background-color:#f1f1f1;background-image:none;top:91.6875rem;left:8.4375rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#I3xSdDMhwVRCgJaic6cb9QCxl3a740Fh { position:absolute;display:block;z-index:15062;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:21.125rem;width:21.125rem;top:91.9375rem;left:32.59375rem;overflow:hidden;display:block; }
#eHNXSVL6Q7we0T3g2vsGHFxplKJVAbJ1 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:96.75rem;left:10.125rem;height:4.2246125rem;display:block; }
#TrNzktqfFGPihmgsTSei7EPyoBKm5lP4 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:102.4375rem;left:10.125rem;height:4.875rem;display:block; }
#XDIskVbczww8TO4c7eHdlA4QMOKWeATz { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:93.0625rem;left:10.125rem;height:2.92480625rem;display:block; }
#DNdhx2WRusHG3nsMmx9TSA78RO47ruxn { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15060;background-color:#5cd2b9;background-image:none;top:109.8125rem;left:10.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#KHRMAbPFMpHoUGUO65Tl4TiL8af3U0Te { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:110rem;left:12rem;height:1.625rem;display:block; }
#qpLH0gZk1k91VxtDkRRgcoyvKlm7n9bV { box-sizing:content-box;height:21.625rem;width:43.1875rem;position:absolute;display:block;z-index:15061;background-color:#f1f1f1;background-image:none;top:117.4375rem;left:8.4375rem;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.375rem rgba(0,0,0,0.2) ;display:block; }
#cCVqQT9UldGFutqQMA58TctGhItknxlE { position:absolute;display:block;z-index:15069;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.375rem;width:19.375rem;top:118.5625rem;left:32.59375rem;overflow:hidden;display:block; }
#It7MQs7TVpvPa7rxeILIsLMuCu3zwwru { color:#000000;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:122.5rem;left:10.125rem;height:4.2246125rem;display:block; }
#afJIq8RDGFBH1odG7JTTx3nRivatamls { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:128.1875rem;left:10.125rem;height:4.875rem;display:block; }
#LAMgIU2HT4r8uqgiIaECwhOwv6qPQTdh { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15067;background-color:#5cd2b9;background-image:none;top:135.5625rem;left:10.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#LaCyWHJzr2q8lRGub1456wbid78ZH60i { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:135.75rem;left:12rem;height:1.625rem;display:block; }
#ThPAhDIBwIEXMRHx6AcALNZvBxTKboil { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:118.8125rem;left:10.125rem;height:2.92480625rem;display:block; }
#SXTzf9qKHX2e4r37AvTXRFVqt9bTMazU { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#fea246;background-image:none;top:31.8125rem;left:9.78125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#ifTUat6DEcDWp2BnqwcccfTTBRLmxcv4 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.96875rem;left:11.6875rem;height:1.625rem;display:none; }
#v6ClSwPGReIM2EnD5sqzPTEpKTLNmpX8 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.4375rem;left:9.78125rem;height:4.875rem;display:none; }
#KJmWoSTZOcloohnn19wPy8CfUX55Bf8f { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.75rem;left:9.78125rem;height:4.2246125rem;display:none; }
#shU8xTMim5gBySMzigTighUqvPkiTRWw { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:9.78125rem;height:2.92480625rem;display:none; }
#lq20av8TV6qtGtQrtJ1yg12Sl10Jzu04 { box-sizing:content-box;height:21.625rem;width:43.1875rem;position:absolute;display:block;z-index:15032;background-color:#f1f1f1;background-image:none;top:13.6875rem;left:8.09375rem;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.375rem rgba(0,0,0,0.2) ;display:none; }
#t3WO2vdWgXdMr1tZ0uTlAZRarWJJyAM1 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:9.78125rem;height:2.92480625rem;display:none; }
#MK24tccQPVyS0h8nEZo6Ky562v4CefTy { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.75rem;left:9.78125rem;height:4.2246125rem;display:none; }
#JwqtLnDhImJsMHVau9goDVcRWO58KNVf { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.4375rem;left:9.78125rem;height:4.875rem;display:none; }
#Vp8UJJvUJTeCUwqc6X2BOp2TFqErFIf7 { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#fea246;background-image:none;top:31.8125rem;left:9.78125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#r0GOu8BV9wGwV1FeaGWJDyP3aOmxoNCd { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.96875rem;left:11.6875rem;height:1.625rem;display:none; }
#s7dgn9V1kNCmWzuAaMQNMGkySw0aAwRb { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:9.78125rem;height:2.92480625rem;display:none; }
#VE0dxLPELV7Omw59vVKEXeVUbXTOKueG { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.75rem;left:9.78125rem;height:4.2246125rem;display:none; }
#TRrGdLuTqPCzrCOOWiLIZ6HxuPCRcsZl { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.4375rem;left:9.78125rem;height:4.875rem;display:none; }
#AgsWFqa8wE41Zmf6peDcEO300AcGX2xs { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#fea246;background-image:none;top:31.8125rem;left:9.78125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#EL5gGDwkPNNrXnGw1TfavimcZcga2u1J { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.96875rem;left:11.6875rem;height:1.625rem;display:none; }
#BNZSqFOKxFXgGOcwhe4XP0TgaZJhFpGt { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:9.78125rem;height:2.92480625rem;display:none; }
#g4VTLPhlX3sG9roCDPb2uv9PL3tLJ2aH { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.75rem;left:9.78125rem;height:4.2246125rem;display:none; }
#t9C5w3xJdrTaJTDDHbSFyTFXwbdpymQU { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.4375rem;left:9.78125rem;height:4.875rem;display:none; }
#JOALHkOTFD87l3lHP036pp2MzQ7ZpF8O { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#fea246;background-image:none;top:31.8125rem;left:9.78125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#Im9qB7kTkNoEtVV6VpnMPV1tzCGkLn7H { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.96875rem;left:11.6875rem;height:1.625rem;display:none; }
#AVlVgAtb46MFK9G2CzMcFEibZU8pfFcO { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:9.78125rem;height:2.92480625rem;display:none; }
#dQTEnW0arSuerK2p1S3drTZHkTJ30K25 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.0625rem;left:9.78125rem;height:2.92480625rem;display:none; }
#rP2Wx9GpXPaQDVVETXU53pxGWAT8bN80 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.75rem;left:9.78125rem;height:4.2246125rem;display:none; }
#thQZVUDHy0BHkXoA3do10E12gB9aOII3 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.4375rem;left:9.78125rem;height:4.875rem;display:none; }
#rE3aA2xANOxNBtfamAM75xXQFhXotm9O { box-sizing:content-box;height:1.9375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#fea246;background-image:none;top:31.8125rem;left:9.78125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#EHGLu88WiQfJtZ1T56SbHhUCEmI46dsm { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.96875rem;left:11.6875rem;height:1.625rem;display:none; }
#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { position:relative;display:block; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { background-color: transparent; background-image: none; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container > .video-iframe-container { display: none; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row > .video-iframe-container { display: none; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .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); }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { border-width: 0; border-radius: 0; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .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; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pIlaan8EIdfdR6IFpn68qrRMBkZVsEBM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:30.4375rem;width:23.4375rem;top:2rem;left:18.28125rem;overflow:hidden;display:block; }
#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg { position:relative;display:block; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg { background-color: transparent; background-image: none; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .row .container > .video-iframe-container { display: none; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .row > .video-iframe-container { display: none; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .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); }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg { border-width: 0; border-radius: 0; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .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; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .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:42.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kDJLlGiHOuK0JHF7utbik7bZAZED3JOq { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;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 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#AAA6aTEQa9F0TbWeUo4HHCNR0hAcrpM9 { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#m0PdQIRpe8ZTLzk80Ex9a6O3lq31TSKZ { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yG9K1FUw84bZtqP25hooHh7Ipq642km2 { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#cSbiQ6HvAW6c4Nv8gMNqWDHst0BhFM3S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#MXLQqAV5zr4HHIaycEhg4iWOTZ1dFGMc { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZ7yRKH5S3OQgMKUAgdKxlZn9ouB0VX3 { background-color:#5cd2b9;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#aoof6e0cWnAp9fD0qCGd0qQrfeJ28LTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkhxXoof32hGUae9CAyM3A5nzOl4y97v { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#f4WdmndV9Httrh5Ge2TICT6RDdOaH4KK { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#PtMFJd7QMT3ecsqI6rmDq3ewlFUsiMff { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#cUmLz5Qqw4pKyu0kfl2ZK6W1zT8RiFRC { position:absolute;display:block;z-index:15029;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:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#RHOXK30FFRBvPGadZZ6Ry82pydrLHHaz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#lJIy6DDZUMr3iQvRwqawMyfxLUeCSkkA { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#VP0k7UQGBZvsNzTdXHl8rQRruzMZLyKS { 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:19.0625rem;width:19.0625rem;top:1.625rem;left:37.3125rem;overflow:hidden;display:block; }
#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC { position:relative;display:block; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC { background-color: transparent; background-image: none; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .row .container > .video-iframe-container { display: none; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .row > .video-iframe-container { display: none; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .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); }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC { border-width: 0; border-radius: 0; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .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; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .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:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .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; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #UO40anqLx0Af8rWulsLTStMH58w5q5Nh { display:flex;position:relative;top:0rem;left:0rem; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #ZDPM2rknM0fg1QOlWsE4SMLe8vpdvwxz { width:auto; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #ku4yUm03piBPtJHVmlsMyMHpMSmtpvf6 {  }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #y8dRXnOsq4dcaeTicqgTuuasZxSL9CHH { display:flex;position:relative;top:0rem;left:0rem; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #VQC9N3pzoDdrfnSKS0tpdWpT6ngReoXe {  }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #aUsxRG0mtbQZRaagg8Z60DWNSMdApDAb {  }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #Dn0FtLBk8cbVUZRNDarf7kWoNX8eh8uO { display:flex;position:relative;top:0rem;left:0rem; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #NaXGfwaLbb0kdQ9ds2mPP6AC6NonqBA1 {  }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #QXSXSkcv0Z7PTRIkK7OMBMRrHpxdtqTv {  }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #KKFexb8dpLl0O3LOMI3CWG9wqTBXRiKZ { display:flex;position:relative;top:0rem;left:0rem; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #QM3qrwleT2MeZwXtimNSpeXAeOTTfX21 {  }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #NNGukenOCcMXQUOP4vZJAwm5CwonIRgx {  }
#Emd4HTMdE83kMogcTI7ltlVAl6ail6ap { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAIy0busoS2RT0IlbNbuz4HTBg4xytJx { position:absolute;display:block;z-index:15031;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#HfIFdE2uSfFaqP92NqxCO1pLnvxC8tMO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#bHM9JR9UhpyyPLwiqzXMEv9vm672Vuxo { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { 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; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { font-size:0.875rem;font-family:arial;height:100.625rem;width:60rem;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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: none;height:24.5rem;width:51.0625rem;top:9.2491455078125rem;left:4.375rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:5.9993495941162rem;height:2.19360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.59375rem;left:6.125rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:#000000;display:block;width:39.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.40625rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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: none;height:18.125rem;width:51.0625rem;top:37.1875rem;left:4.4992389678955rem;display:block; }
#SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:38.999572753906rem;left:6.2499980926514rem;height:2.19360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { color:#454545;display:block;width:47.7495625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:42.436958312988rem;left:6.1241321563721rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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: none;height:21.3125rem;width:51.0625rem;top:58.9375rem;left:4.375rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:60.625rem;left:6.125rem;height:2.19360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:63.875rem;left:6.125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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: none;height:13.375rem;width:51.0625rem;top:83.5625rem;left:4.375rem;display:block; }
#x0xrw29DIQqoOceGyUkI2exUzreAZr2C { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:85.375rem;left:6rem;height:2.19360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qFIydXK646xTgtERVLZB2gZBMG2G1oVf { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:88.8125rem;left:6.125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 { position:relative;display:block; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 { background-color: transparent; background-image: none; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .row .container > .video-iframe-container { display: none; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .row > .video-iframe-container { display: none; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .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); }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 { border-width: 0; border-radius: 0; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .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; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .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:42.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#leBpf3ldJfXyDR5ldJa2PRSXO90VxPvw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5cd2b9;border-left:0.1875rem solid #5cd2b9;border-right:0.1875rem solid #5cd2b9;border-bottom:0.1875rem solid #5cd2b9;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 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.311645507812rem;left:4.1872825622559rem;display:block; }
#lreizZVo0mXr2G1aOGTnoDI0CVu4xeap { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.749351501465rem;left:24.187286376953rem;height:2.25rem;font-style:normal;display:block; }
#FgPbUAlKueJn2sz2orVr6PKoKP5u2Uc7 { color:#000000;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:8rem;left:11.3125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmlQ1H3wMGAP8t7qV8fthaqH2D3KDdCs { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.5rem;left:8.0625rem;height:2.0625rem;font-style:normal;display:block; }
#AONsB8p1wVlfEyb2o1oMCyhhdgOloPGP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.125rem;left:9rem; }
#yr7sCQP8wCholgSRTe6nnUqLmNbrxA3B { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.810333251953rem;left:17.250434875488rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpuXHsABOvK7ou88xWgcgiuF0n34LVZ1 { background-color:#5cd2b9;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.123916625976rem;left:18.4375rem;display:block; }
#LeF8tQemSxaoRwCI32wFSJesCZFstA8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MJru2m6HIth7qQcGtBGFQIDPQcW82Vum { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#yUdUmrHwW2cLuVtIT0VfKnuM2F63Evb0 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#BChQoV5ciLP0TPdCKu9xSc7MASxMcyPU { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#vFu0wA8tLwANWNFEsTQ7XdqBplb7ggOH { position:absolute;display:block;z-index:15029;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:2.24935rem;width:12.9373125rem;top:34.755859375rem;left:39.690757751465rem;overflow:hidden;display:block; }
#U0oofnOsVsZBHyABUws1zaLQhikB7ZDM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.224609375rem;left:7.7549896240238rem; }
#nfG2oKhWuELItW7bcy5ZsadfbeopfsMG { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35.130210876465rem;left:9.9403228759762rem;height:1.5rem;font-style:normal;display:block; }
#TZ44xeFWAeKb01TXKfJ6IqdhcussRhzD { 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:19.0625rem;width:19.0625rem;top:1.625rem;left:37.3125rem;overflow:hidden;display:block; }
#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz { position:relative;display:block; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz { background-color: transparent; background-image: none; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .row .container > .video-iframe-container { display: none; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .row > .video-iframe-container { display: none; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .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); }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz { border-width: 0; border-radius: 0; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .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; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .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:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .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; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#101010;padding-top:0.703125rem;padding-right:0.631875rem;padding-bottom:0.703125rem;padding-left:0.631875rem;display:block;align-items:center;width:3.793125rem;min-width:3.793125rem;height:3.77875rem;position:relative;font-family:arial;font-size:2.811875rem;font-weight:700;line-height:60.46px;text-align:center;text-align-last:center;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.05875rem;height:1.493125rem;position:relative;font-family:"open sans";font-size:1.054375rem;font-weight:700;line-height:23.89px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN { border-top:0.12125rem solid #181818;border-left:0.123125rem solid #181818;border-right:0.123125rem solid #181818;border-bottom:0.12125rem solid #181818;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.25rem;height:7.1175rem;padding-top:0.9125rem;padding-right:0.925rem;padding-bottom:0.9125rem;padding-left:0.925rem;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:8.4375rem;left:16.9375rem;z-index:15031; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #e82EiwFV5HbgoGu6TwBrxrSF99rDpgsS { display:flex;position:relative;top:0rem;left:0rem; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #wTUHh1uPPlVBQ5o3wxizMnn0742ws7HT { width:auto; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #rcrv3CmrpaTTNTqgESfRqRFoHTOUOJCT {  }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #E0n9D7zsF7JpWyX8PgBnR2Jl2Jk3RVx4 { display:flex;position:relative;top:0rem;left:0rem; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #IIs7AxvD3K8bKZ4SqlTmXJacA0v82gpy {  }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #o3bZPyATxXDADPWkEFolbI4gbkOeC3JR {  }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #rbff3s9MPMvr1KorbT1xrGxaAl5x8xJJ { display:flex;position:relative;top:0rem;left:0rem; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #yzNSUXVf53OZdOof6qie7cc5MwWPyy7B {  }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #QxKybI4IBB4nS7eHThwRlmvLy7FXiG1h {  }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #D7pBkJs8SuK54W6ZPuMRbmeGDQKAkTb5 { display:flex;position:relative;top:0rem;left:0rem; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #docUcdGJkpH7febqG45dSkDcPLZaWZdC {  }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #m7TIIbQg4rDUr4cIl7P5deou5DvFsJRf {  }
#y4vA52pWemaIReiT9foWZBRrRJVLSwL5 { color:#ee3162;display:block;width:29.249125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9kKulum9p4CGrpnRSQP5K481Mao1BTW { position:absolute;display:block;z-index:15031;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:7.3125rem;left:23.875rem;display:block; }
#csBtrGuWzHPyTtyJ8MHEoGaIdhALrDM2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#eTtpAws6Vt6olXhnzCTx62KvH105rq45 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:17.1875rem;width:32rem;top:3.125rem;left:14rem;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.501953125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#amHThHzlJJCIhNyTByCDLJ7CALDu8GvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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;bottom:0rem;left:0rem;right:0rem;display:none; }#amHThHzlJJCIhNyTByCDLJ7CALDu8GvH > .row .container { border-width: 0; border-radius: 0; }#amHThHzlJJCIhNyTByCDLJ7CALDu8GvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amHThHzlJJCIhNyTByCDLJ7CALDu8GvH > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:none; }#N57lNdipfV19aAvynPzaIIOoEvpyZAvM { background-color:#5cd2b9;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.4375rem rgba(92,210,185,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);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.4;overflow:hidden;position:absolute;width:12.1875rem;height:2.43706875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.99989318847656rem;left:43.997938156128rem;display:block; }
#wyc7bl8tfFJbv1RaNNMMoVzLcb0lPvUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 { display:block; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .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; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .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; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 { width:18rem;height:5.0625rem;display:flex;top:3.25rem;left:7.6244564056394rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #UWZtSngAVX5wTTuqnNTTLusKNPD9ztT5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #BOHmDGUUxIuVKGpi6zzHzwJgz3VEEJJt {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #TMCSJyQe7aysJ5zMPpVs6HU1fRxkD9Ay {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #JEzTEhCOcPySB9psd8eOyvZLVwQXWivs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #QoErRWLkmOTiWTCtbnAL4MHFbgvdglay {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #lHCBOobKVhhKTanuvSpoHJMTEAzIpG1r {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #LqP0pnLetpOttEIIoSMN93QpyL2mhvIU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #XKWkZ0Sb9D1F18359lAWhTTWiOvlRoWw {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #MskBCZ5pkOZ85fvvJv0yXMPS4EJTBSJI {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #m7pOwh3GA53L0oEBPDROOTz7JhQG9iRh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #l3d2IfUePuxmSq7BdMQGQPPwfSzxokE6 {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #GShz9nlXFAFQpfIUZqN6EFEfMqOedAWO {  }
 }@media only screen and (max-width: 763px) { #PKxzuEXvod6lmAdn89PgMIWKNbwgM0C0 { width:12.1875rem;height:2.375rem;top:0.9375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzTIKKuMAzccnGDZtxzT9niyrRglvspR { display:block; }
 }@media only screen and (max-width: 763px) { #oXuCbhIDiP5C3WfHd5KfopzkmkJ2qn9T { top:1.375rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL { display:block; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7UK1N9uucB2rPX60AV1JIfPTm30OQy9 { top:11.625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIJtC9RGW1cObTnnEZFaJ6FZTNCsaQ7q { top:23.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEVNc8vwotHzyeOq9nXI8Hc66wy7uMv { top:6.1875rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z45BLg1LTzA3ncA1GzGnAU2b6IdzmuQo { top:7.0625rem;left:0.4375rem;width:46.875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNOkomRlnefJkGuKZUdVUK69VvJz1Z1y { width:38.375rem;height:4.125rem;top:65.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfrovVtTV8ZKqyd2KyKMaLe4k5oUmwBZ { display:block; }
 }@media only screen and (max-width: 763px) { #TUAgKTTLxvDdctiL9ORZuiC1vw4el0uo { top:29.875rem;left:0rem;width:47.75rem;height:26.822197055493rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:3.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:10.3125rem;left:0rem;width:47.75rem;height:94.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTi6Vai5JKPBE0qkTHXILKu6a4rgxbmJ { top:103.6875rem;left:0rem;width:47.75rem;height:20.791714285714rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUgdIKEHpyUDz1tlIJQnrov5S41EV3vy { top:15.25rem;left:0.25rem;width:22rem;height:14.4375rem;font-size:1.125rem;display:none; }#rUgdIKEHpyUDz1tlIJQnrov5S41EV3vy li:before{  }
 }@media only screen and (max-width: 763px) { #DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { display:block; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { top:76.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { top:86.4375rem;left:0rem;width:47.625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSA3gG7INyBZMHUARC6nUPNWEO7nTe10 { top:1.25rem;left:0rem;width:47.75rem;height:71.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGOzHmCvVw6BcoRJP0aiOce5yHipDGai { top:88.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZIFX8x2NpTQeRsupZ5APreNvHCcplkp { top:94rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0iGp5Ts5nKDzhT4V5aneLqT4ofZDGNQ { top:99.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl1oJ6lnMyauwcXk2AQuRKyIPJUJc9Xg { top:104.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJEdN9euOcEQNnEGBiR1y4Bw9QTNwD3m { top:112.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXByfgkTfWfelgVxbH6DinXqZwr8Tbzi { top:92.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU295P7wEIMUM0squOpcyxNxzBW2sJFq { top:88rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAxqkbiDHyoT9b7wtLi9PFvE1iq7nBTs { top:83.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQIOMIkDD1Q2g1WMWZeroW13lttBzgPg { top:79rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxTHCEUhib6Gb2bWADGWdl14XCSAXNnm { top:83.125rem;left:0.375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { top:33.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { top:39.3125rem;left:0rem;width:47.75rem;height:81.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qULVFbsrsQDLngcn4F0FXXx4Jf1lh06v { top:2.6875rem;left:0rem;width:47.75rem;height:26.742340686275rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { top:2.9375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { top:12.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:17.75rem;height:5.0625rem;top:27.5625rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.375rem;height:3.375rem;top:20.1875rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:16.8125rem;height:2.0625rem;top:24.5rem;left:15.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:3.9375rem;height:3.9375rem;top:19.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { top:19.375rem;left:0rem;width:16.75rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { top:38.4375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { top:47.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvMv7tH60meLCaE8w7e6H7n3N0iVnAtD { top:19.375rem;left:14.8125rem;width:17.8125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOgtzThzZIgRlMMIVWBqlZeNHqeZD6A { top:19.375rem;left:30.875rem;width:16.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSD3HCaP9nmAT8wzi8EyQ4eph8ZkkDEG { width:16.8125rem;height:2.0625rem;top:24.5rem;left:30.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN2Kv6nSfJJcZW73SCCybZmxKHW7T2AC { width:16.875rem;height:5.0625rem;top:27.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqPNWRwTHMl7rryBHLTskmg09CSvuBcn { width:3.375rem;height:3.375rem;top:20.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9229NhdgImuxhFlm9ZxLCH3roTl3TE4 { width:14.9375rem;height:2.0625rem;top:24.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbKFwfkSqdBZU9GsqzGZQEqom45HOuSf { width:14.8125rem;height:5.0625rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiNh4LScrhDyClqMxBJeMtHeokxceiz { display:block; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NF2KTWyElJSDRTJzBF9zPUlfhqxy7COP { top:10.25rem;left:0rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tLv7ekf0QQCsqTDSoS2EP2bGh25Qq0 { top:3.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9cqJpvhJLdT1bvzHuUKf3s2HkegqC3r { top:10.375rem;left:21.8125rem;width:25.9375rem;height:28.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLRGNqE1Zk3slxJF5rQmzVvCF8iN39kt { top:42.75rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARit2M5ukbscwwMH4RCoWNeG6R9XKl0w { top:44.8125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQXxpKf1RGWqSoD2bO4pCmWu2TnslXdc { top:44.8125rem;left:0.75rem;width:12.5rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZAvdD8EC34ROF1Q7z6i0bKmvOMBSqFq { top:46.9375rem;left:0.75rem;width:12.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwnOGZpPnzlBOl4EwM6G517UT5CcHqxD { top:44.8125rem;left:19.1875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uii9EqxcbWCBSscJHlfMs0eiEnG1rvF6 { top:44.8125rem;left:23.625rem;width:3.8125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg1hvc4SrkwHXa6A7EkeSz9TfKxnPor { top:46.9375rem;left:23.625rem;width:10.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FQyOtyi4fTR1Ddw7ntqerGpvPtlCLm { top:44.8125rem;left:40.0625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHMZxBsq6iPCNIBNR4zkKtFvQ0Hgq6EM { top:44.8125rem;left:41.875rem;width:5.875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23PkXcM9I6msfJnXZbgaDLimtrdTs1C { top:46.9375rem;left:34.3125rem;width:13.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKC50e7E4HKN4bg9QaQ5Uu13mlTz1G0t { top:46.9375rem;left:40.75rem;width:7rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHii3PTQz9871TG3wGGOWl4aX1gEQumk { display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { top:8.5rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { top:38.375rem;left:0rem;width:45rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { top:59rem;left:0rem;width:11.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { top:68.9375rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtUNyyU0UlGmt843MVsIVSgmhreIK7vE { top:2.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtXs9phzkGV9cUDIk1S8RrNXGv2wpV9k { top:46.5rem;left:0rem;width:47.75rem;height:18.679404145078rem;display:block; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { top:26.375rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { top:41.8125rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { top:33.1875rem;left:0rem;width:20rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgeRoKHxUT0EXMhAn53K0PBp84GOPTD { top:38.9375rem;left:0rem;width:20rem;height:3.625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { top:53.625rem;left:0rem;width:47.75rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhlOvMvb8139rniGW0nKa1KhxJ8uuga { top:74.4375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { top:66.9375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwpzTKhzZmxxBeHNNRgrcrKsJ94XPlTT { top:84.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:41.25rem;left:0rem;width:47.75rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdmPOTXfCTHKezgZTaW5TqbB86LhaINE { top:1.4375rem;left:3.6875rem;width:40.375rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { top:2.875rem;left:0rem;width:47.75rem;height:7.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { top:12.6875rem;left:0rem;width:47.75rem;height:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { display:block; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIkLNIx2WEU8CHToZ8SofPRVynouscax { top:2.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { top:28.0625rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { top:13rem;left:0rem;width:6.9375rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { top:13rem;left:0rem;width:6.9375rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNCZX618IvflPSyGn00HhQgc9Z1TPASD { top:13rem;left:0rem;width:6.9375rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { top:51.3125rem;left:4.6875rem;width:42.9375rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { top:13rem;left:0rem;width:6.9375rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { top:71.25rem;left:0rem;width:14.3125rem;height:7.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7R4zxXJ25tWgtbSUAMP6iQ4LzCVCSaA { top:9.125rem;left:3rem;width:42.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2KFfVTP8dL8Q40yTRRgHapuubueZ7fh { top:10.75rem;left:4.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDXHwdppepQpN8OXadvmwoEI77s8OCHb { top:10.75rem;left:9.5rem;width:24.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1OTIoFwcWNOhWXnEFLnVHOSaK8JioRs { top:12.75rem;left:9.5rem;width:29.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R35Mz5LHVITUx7zTEgi6nkvklx6sRXAe { top:18.9375rem;left:3rem;width:42.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr0m85VVoB8SqqXk871em9HPwAnZxHzt { top:18.9375rem;left:4.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGKzABz2THupSeUAABPTgDuQ8qh23ncc { top:20.3125rem;left:9.4375rem;width:24.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbi4FK8UVZlQqB1RrZndR09HeAJbzENK { top:22.375rem;left:9.4375rem;width:36.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynI1u8s6fpQ644wFxP2SH4ZsCwWfJFxu { top:28rem;left:3rem;width:42.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFxvHuPGuMws4eAsW9qPEZiqk5OWM1aP { top:29.625rem;left:9.5rem;width:24.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWZuEeRxTA7FRILwESLmfoySOVu23f4N { top:31.625rem;left:9.5rem;width:27.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KswAGtMmeDRS3cGgqzTb79UdceUSc3Wk { top:29.625rem;left:4.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQT0782ZIw56RQDfUCgfHOkcJlqiFndo { top:37.5rem;left:3rem;width:42.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCnfA6yK1Z0puidaWxGmvZmNMf5usXgP { top:38.875rem;left:4.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3SvvsHl0cRaT3rB1byZP04bTEkQeRz { top:38.875rem;left:9.4375rem;width:24.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZLQN5i4lizJ8Rfd7JGwcrpxh50vDTT { top:40.9375rem;left:9.4375rem;width:36.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhIuv13aEZPVr7qr3eEmmiDi0ePPTUTG { top:46.6875rem;left:3rem;width:42.5625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOO798dFXarvGlS6RxJ71StpGsgJX1f { top:48.3125rem;left:4.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnpDwC5LVWTJarLkw8ZaLiw7vE8afB9 { top:48.3125rem;left:9.5rem;width:24.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCggviey2ZflKJeS2BOfaNCL7fOEhfOi { top:50.3125rem;left:9.5rem;width:27.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbIlyddu7G9yMkL0Atu3IGbwr24NpmTe { top:56.25rem;left:3rem;width:42.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVmrmHkd24gRsJpkx5f0bhfCRlZRMEME { top:57.6875rem;left:4.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHHSQJ202KNK8XzIPFcnUSAdEa7K1GMo { top:57.6875rem;left:9.5rem;width:24.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdKWylvZ9FHOzOQ5VFCvcJ7fP4TIMsGM { top:59.6875rem;left:9.5rem;width:36.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { width:11.5625rem;height:2.25rem;top:19.6875rem;left:18.06201171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0divl5AZuyk2bX4tW17UaCTTlyfuJid { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrGnAfBP9vNacCmfme8woabgnuaEQHg { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { top:22.75rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block; }
 }@media only screen and (max-width: 763px) { #QdIS81a66ohUeSwc7sSronWCwmmiKq08 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yViIdGLKw60C5sG9qSOTsTeLgev9feng { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFKtwAbtrLL9OVvzaqQVtCSrgG0E2J5L { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKnDK4MGBoTCexDKLIxJOeCZV2EkAzBL { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { top:1.625rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG { display:block; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .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; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .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; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #konP13VErAEu4MnqmDbvxlFkFMW5F6oS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #kXy71nSI1ZguByU3qw8wX2Tz0GJfIFN0 {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #Lat5IrCgpadWnZM9zo9S3MTCfZCoQnkI {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #I4WmrQysbmIFSz9LGLHcl1h4Gk0e5a66 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #mTdPfZpMrk644CFBZMNoO19oNiZrWTwK {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #R6vZKPiP95EHmlpeXTVIvVi013g7T9vv {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #VgFIIqBF3e4Ul5dcZCKEwDMsCz6ekFgR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #Pyw0bn6JiPdOrIyBZtOfXuVRJ0DIXKFQ {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #GwpCExdkad51so96g3Kpt1a9TW22qq61 {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #UXSEva3TZ2a86pUi58ExqqF3lEuaTVZM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #dfyRbxDnDFS2aDf6OdwMALD1bzzp6vtL {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #UrFG2ThJp0H7HelesR0nS8gBCGsvTd81 {  }
 }@media only screen and (max-width: 763px) { #eF2XUHpLiiN6W2XRW91UmqL7D5P0Vzbh { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdf4teMh3cnc5a8L99ReFxKyV5wH7oEP { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPrBZpK2lDKORULAm63DBXZGkAr3Jbn3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #PAu9eLhz1IGbMu7mHUtwc7hqTIZQnlDO { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { display:block; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { top:3.4375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnwILNck0iMkEQqpllyMCTKWM1hybMzp { top:9rem;left:0rem;width:47.75rem;height:56.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFrlkGoZAUfIU24seKkkQDbatVINuZAV { top:106.5625rem;left:0.25rem;width:47.25rem;height:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX8ygcPiyQ7cctE9laV9TM7iwycRWC5H { top:145.875rem;left:3.84375rem;width:40.0625rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po9hiGSsMpEE8AMiA7G0sAJuUIb1VgWO { top:131.8125rem;left:0rem;width:10.75rem;height:4.1875rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #He015iJfOJTsfgZ5NarvyFBUgRTNDC9s { top:15.25rem;left:0.25rem;width:22rem;height:14.4375rem;font-size:1.125rem;display:none; }#He015iJfOJTsfgZ5NarvyFBUgRTNDC9s li:before{  }
 }@media only screen and (max-width: 763px) { #fvIOu7Sie2xAiRT36qRGCRhpXhdNNqeT { top:15.25rem;left:0.25rem;width:22rem;height:14.4375rem;font-size:1.125rem;display:none; }#fvIOu7Sie2xAiRT36qRGCRhpXhdNNqeT li:before{  }
 }@media only screen and (max-width: 763px) { #p9QKnUTfoRcl5EeFlhieDD2EhkRFT6Z8 { top:12.5625rem;left:0rem;width:14.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHPIEiEqesgaSwSuMbUnVJwrHrWD27ih { top:178.25rem;left:0rem;width:15.5625rem;height:11.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKdGeJrT8i0yEMfze968sJdssEuUOtaf { top:60rem;left:0rem;width:14.0625rem;height:11.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLpRPgcR8ik7qoqTzFPnPQstXd21JJ3Q { top:80.4375rem;left:0rem;width:14.75rem;height:11.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7U1gsIAy7qqfBaUFbu5SNxvJKokK2VO { top:101.375rem;left:0rem;width:16.25rem;height:9.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DH8ZA3pglLb7eBTkfegxNvTW5vqROAOP { top:125.3125rem;left:0rem;width:16.25rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHoNcL0lrzRLTQl2NBD4uyrGASe8c3tA { top:4rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQDx329WR4P8oin187tF1HFEo4VhqfTW { top:11.375rem;left:2.625rem;width:42.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDGKdp9RGVSySJn6lFCzd7y8xc83WhBz { top:12.75rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFITyJTlkpF9JKeBNm5o7EFmJiCkfEc { top:18.3125rem;left:7.3125rem;width:33.125rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFZ5VUy9mJHNZTL8v3kR8Hc2W2nrDOTK { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #re7EwedKSKKffvpGOEzGJk7tEBEUG4wG { top:12.875rem;left:7.3125rem;width:18.3125rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvS9rlHT6ynD9iFKScqzFCa6Fb2P3xhk { top:19.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNNGHX36fe3PytTkwIVCCrFFGwWGeo3h { top:22.625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMrBE34fTLI4JgkzCCn0IkLIQ3SyIRie { top:26rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6xUoK5EcNIpRTd3p3wTC1DfZepKJ5JL { top:33.6875rem;left:2.625rem;width:42.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9XHKvWA2CrK3cKeqqNIPkGi6cPEcX94 { top:35.125rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhczXTp1TGGLD6gQ2kWFE8dpcLIvcCTD { top:35.1875rem;left:7.3125rem;width:18.3125rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDVzVTdmqB6XPtbXDfXiHdeRqbdKhXfB { top:39.5625rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECC6vF0ri6VxP4lrtu3pf1gWLnNXg23i { top:40.6875rem;left:7.25rem;width:33.125rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f95gStihWcbE2P8cvGR7PKgG0W7HTPpe { top:41.5625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWLw8uSstK6f81iLt6Ts6SZNUfU5ygD { top:45rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oazl7XrvH5U4zBNQJS9e0su1uRax8iyQ { top:48.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #er8sPVXHDNCeTwak2OkiEJfU4ZtS5lk0 { top:55.9375rem;left:2.625rem;width:42.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTchlrC4hu18THzr1lmh1hH3C6201hrF { top:57.375rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeHEI4w6bT0aGBo2ypPteLIdNCBNB2LP { top:57.4375rem;left:7.3125rem;width:16rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRuarWBMO5kQ7kyaFid55rH9f3TKQdrJ { top:61.8125rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4oJxSKrQGtm1vpU1kLPk2aTotSUcTNZ { top:62.9375rem;left:7.25rem;width:33.125rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACRePrTiyTWWMqe58zF5EdrUAvcy1k1N { top:63.9375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw7FTtCN4g1T4ZFz0D9HD7kZDzOAEMdt { top:67.1875rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfWwWHH0qfs6pUA8FTLopb8yAR2dvxwS { top:70.625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT2wu9ZKkch7AM7z01xih4yOMTEZ2IWp { top:78.375rem;left:2.625rem;width:42.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvU6ABFVl3qQ1f3BMfoGK7Z4qc2zD8ho { top:79.8125rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXidS1hEVA9z9hMIZMgrbMvGlLeuiiGv { top:79.9375rem;left:7.25rem;width:12.1875rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8v6NsDa8Kw3vMnK3FyacQpdFWg0iVs5 { top:84.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVz7cLHo2nKhe0cGLK2lVTcLU3TRTZCt { top:85.375rem;left:7.25rem;width:33.125rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivbCOcb51ahGVU18qtLZGlwrk3P3O3c1 { top:86.25rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZv4CGfSbGD6NXwAyMQgH8RZX6dxVxnv { top:89.625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0MfuWeUIOTfdvi2G1P08mDirBdWtMNl { top:93.0625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFZQxwiAkwiXpIRHHLzTrVZWSKs9vvt4 { top:100.75rem;left:2.625rem;width:42.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTEtqNiWRC7vilGwdJ1Fx5dlwUUqv5L { top:102.1875rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcsWb1rEi3VfT7uDs8fcZuTXQmPuv2uP { top:106.5625rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0KPLiNB3KdC6JluWwFTWZbfzGxs2Z3O { top:102.25rem;left:7.25rem;width:10.75rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4KoFr4SOiWdFZV4eSPxAzHakw28lTIk { top:107.6875rem;left:7.25rem;width:33.125rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQB423G53IB8WJ7ru8DC1CWDRhqTtmiz { top:108.5625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUA4h5iLQSyWwRAhB6avn3Ht5x0LdfCf { top:111.9375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INHTdreE01GKkBeARHCO7D9QtRnhsgMk { top:115.4375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdriS9Fpk6uoROGxTV1kMXiaO2hopoCk { top:123.0625rem;left:2.625rem;width:42.5625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNSp2OkFiE3BXQNkLg5dPzW3hVshiTdt { top:125.4375rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec7vHxX9bgEHEm2umaU0Fnqudv7xB2qP { top:131rem;left:7.25rem;width:33.125rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ0ezveL8IMas0r7gpD4zxodDieLd8uz { top:129.875rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzA0Jb2gOP5nxElm9qNT4CEFep17cqvk { top:125.5625rem;left:7.25rem;width:12.875rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT1SfrHH32QuAzvnooE5TzwhvSaAZc2H { top:131.75rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBOA75WFbnRrwSu3cbpPKwREsTIAV4UF { top:135.25rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLdu3rg7uW74Jg0winGXJXKRCXTVhXmh { top:138.75rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5ULd4WA3e190zHQ72L6uA7ebBEJWg6U { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT6B8UkitLSc0AcawvMHMJSyIw0JbCw8 { top:11.375rem;left:2.625rem;width:42.5625rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqTzozvhdCl2xbcXMDwfUUP1LgGc6u0V { top:12.75rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2ZMI5qWfDS4iTFKQfaJzUUsBxTTXynH { top:12.875rem;left:7.3125rem;width:18.3125rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2qrfBGWUJfvTl4cbbtCHLHuMMJ9UVxt { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdHBI8E82EBv6dovdP7rXwoWozXH7LKu { top:19.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRpTkDLewFIfTkItfGdKVvZSDtOWn2WN { top:12.5625rem;left:0rem;width:14.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1caNOwTgVM6GgfJdWpaK3xazEx43VVI { top:22.625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVq0dQQnToEC96SR4kgdZguG9TiwWt5g { top:26rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPyyRR7LCESrwesorKzBLQldv1NDtprX { top:35.125rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dO1N559VATKvqcFibHWdX3cXhv8lTalZ { top:35.1875rem;left:7.3125rem;width:18.3125rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pV3qLGvpd4EqbhTGWHCsumKgWVhPyt9m { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1cz7OLfoBh32hDqSRzkh090ttbqXrq8 { top:48.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHxKRdSgcnKfm62gFGVBITFx3Dc43orl { top:45rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6KmRSDPIEN2C7WFnS3d7nlbiFCWZzlk { top:41.5625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2kB4RcXzRIAWFFEb73HQyr48OxUFbAp { top:178.25rem;left:0rem;width:15.5625rem;height:11.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgXqrvHlNewk5mET9T7WdMvaHTe5UOf0 { top:57.375rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kn6Tt5FvQmLGgz4iNsqo99vpJTi7JRF0 { top:57.4375rem;left:7.3125rem;width:16rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgF07efa0camVdrUXMWR1v7lytsw1B1T { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1292s4ICILCQZl8LQKh7oluKxcd8dg4 { top:26rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQCPbaIqKKqU8BCySCNLkTyRyJHN2wm5 { top:22.625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVdecnmOeWJ88KELuJbTQ036tBp6P9Pr { top:19.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6JPcblLxQlhNSJfd17CCTITRxAZNpzy { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBRGF7TrNT30wTTKGW8xTixBEwkGGfn6 { top:48.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxHIV0USXestJugJusg9FmDFimdRrWGf { top:45rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMwqVEUMIFumW9qdFcmE1r7GQJQgN9dL { top:41.5625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaQiswUt73xkTxNKIxcdAspZfbWEX8Zs { top:102.1875rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yN2eRpZ9BNFX6oT9QBkhwWM1U32DS3Jf { top:102.25rem;left:7.25rem;width:10.75rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KokgtFlmpdFdk4EWRoRZtadutPFpcBGW { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBf7dIT39IsO6vpadmcf5DcWzuQ80d80 { top:26rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAXwBL1Bw0gdHZKe4Q46wRXO2sB6zbt8 { top:22.625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0LB5OU2ZvhPCcGii510XTTwfF27Vzvp { top:19.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfDJySEu29L9HNpHT2ZzICwoUiUnQBVo { top:125.4375rem;left:3.8125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZQVbbWQTknIDtbfMKxKyfEIrBWl3rXx { top:125.5625rem;left:7.25rem;width:12.875rem;height:2.9375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaXb1vQG260ThJ1J5bc6slKynGTMdOk1 { top:17.25rem;left:4.6875rem;width:37.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOXiBe7I9IElelCCPAcsExhgfFwzwN2Q { top:26rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PM2hNqAThnP1wZwAplrMiL1F0teDepel { top:22.625rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSqnUszT76MtcyE11MX3urgg5N9tdoDH { top:19.375rem;left:4.6875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRTiFK8Xxiq9TwpVctGX7VM7bSF73zQN { top:12.5625rem;left:0rem;width:14.4375rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 { display:block; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfTUrcNaLiHgmKV1cXlEnyANtJlTzekF { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD7Bhxr5GAh6UIHOuVZfIbIVsEegCZps { width:11.5625rem;height:2.25rem;top:19.6875rem;left:18.06201171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoGm156L4lNVTQQXaKXhPN57zeV7K1B0 { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGmrhGvbNZ9yOgAF4T4zBGgUyFbeyuVV { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdsGUf5vFQEfqWUiCaQ7It6Hqk9GNi84 { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdqOfQpcCIGmHucDK6EgLi043gVApGgF { top:22.75rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2DMK80fPbQ2RezeM8CzyMXsa5NDEW8x { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bOQKv2ML574mreZxnU5QkXNrIrKvyi { display:block; }
 }@media only screen and (max-width: 763px) { #x7B6GiusdLksUq9vC2E1ddzVXg6FdVVf { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFFhr01hU7zFI40pCzE2XsnS9soJclI0 { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #suBl5DsS8RvSnR5JPGFsSDpy9U71e65w { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEasiGTAoETUlZwZGfJ5aW2nsTFHvf23 { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoEEycOsnQcNQ6earSE0fx4ZUQFs411L { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTGPLisJ3GVZqeqZ0Lape9DmnmE8RTXG { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB8Tre7cN7J7pxg4VoX0OdGayWVhdJro { top:1.625rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS { display:block; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .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; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .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; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #ODqK15QLwV6iLIkVGTWDs16kKS1fzF3d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #AAoI17vnXJZ7dvzZGPhM8dtRuBPlguME {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #kQ271x0ESV4IBpwkr1UFX1PTeToftsXf {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #c4boahAX5DZkTTdf2vXPi3rodbq3kVez { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #Xp5AgxJUWpKnroIPuaPhqzMlgUI12NKf {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #zDqiG5hiKFT5vbzoZfw4tssiXScKXRM8 {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #F8yerUpg1u0gFafJDnITO7BzUBnETxbl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #CPAni7vDDFQytKosKAxLHDS2iVt5LaEX {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #Ztrtwp5ZqQvX2ZTTXf3NqKf7epk3u1db {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #UIV3spxDMEwgTrDlgr2rA5UtG2S3RRLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #szvAtoCSW3bKEtDTRf9dy4Aw1o8F1yoi {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #FoZliAKOKiM6WrFgJTLm0dFAZOLDOyQX {  }
 }@media only screen and (max-width: 763px) { #XyltF3dwuTl9iiyXB8Xf3g1IOoTN3zGF { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqSLiyVNSorwixRFTVHN8Sv5sbdrVkoL { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icMHs1LL5aB3oaDKTNMlQNqzLU9Iiirr { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RZy1WmJi0GMMKMIbvKb1LQ2dNikDXceN { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnHXRbMripnl9COWXgu9lANDW1wo24E7 { top:2.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { top:8.1875rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { top:0.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { top:6.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { top:26.1875rem;left:4.21875rem;width:39.3125rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prBFP5EIo1z7Gh92rmgWdWZLcc8pqQhM { top:12.9375rem;left:0rem;width:47.625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRLXzUF51zXDWc5CV4bphSFquS20qdS { top:16.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXBnkvdectOCbd41qB1c5Aktii8OHxCU { top:16.9375rem;left:4.3125rem;width:8.5625rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPZvIt1vWJu7XZdKIcTMmE4feCOMdGrZ { top:16.5rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSVZ3T8F1sAeCn8izWSx7Ln4bbnkxfvD { top:16.9375rem;left:21.3125rem;width:8.5625rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkdOMp63L6TlXrTymd9vRNBfhPXa2kv { top:16.5rem;left:32.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1GypqLSdTF1UsoPtnT4eD2wde64Vsqx { top:16.9375rem;left:37.625rem;width:10.125rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cblF5pufUiLzEbLIkJ84Q3OnwETCc1BH { display:none; }
 }@media only screen and (max-width: 763px) { #ltkyHkZaX720HpyPKkLTTHs2rBh6OEXo { display:none; }
 }@media only screen and (max-width: 763px) { #HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { top:0rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { top:5.625rem;left:0rem;width:47.75rem;height:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { display:block; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AA5Ke1Ia9GQVhsCTBkRoow8zcRnk9Bo3 { top:2rem;left:12.15625rem;width:23.4375rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 { display:block; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGAwkGo9VC5h4m7eIZmfigTTDsncLcAu { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbN5MpGuEiaXZVbPvGNsuOaLqvhu7Lfm { width:11.5625rem;height:2.25rem;top:19.6875rem;left:18.06201171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXWSSJvFd6U11P4xVSI9nAeqREJoo5VQ { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUQq8lKNdTK6Eid8zPDIGHLEdC6FyTTA { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot3Ftx8TvHZdbVJE2tWRqm525QwCh7i6 { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkk5dh67xHtyFAz0oIy0AHF0bePRWcwE { top:22.75rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHm1VZWOn6ZZGxipIHlTPKTg67QAm5X { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0DCkIlUbIgCOkAi9vUJaFDoV78DeKI { display:block; }
 }@media only screen and (max-width: 763px) { #xep9SThy6xuKJhdaEuLU7SHa5NecwpD1 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2I09pg3xz3coPLTOJ9UaPdmDyBgOis { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbMcwAc1QtHJvCOx8PcUziBqzN3WZIXR { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgG0bOENIEC9laU4iRHT5vMnq6l9I8QK { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNs1tbAgmETTdPEUm45az8E1E6TD5u0d { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rGvMCsEywMQw4CD47SIowbKckCAxrR { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJJDLwz2sBC3SgEzioFecld1HAukfd5U { top:1.625rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb { display:block; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .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; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .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; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #cHJqnaXQCuEV88QhkXfS8bfF4o10A0wP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #fxnJVWH5OlUcdOaCsbzgQKk22A6sWubD {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #g7kMnPahoPergR8wBMKiWlxZ4G4py6LT {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #e3te159w5GBmp5hu95Sy9Lt4nJz58wag { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #zaLVkQWUOvGeKpN4tT6mVUF65ivIW8qT {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #e6mxRow3bp1KE0BQT0DJtcfXH3TmpsON {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #CXlkSoTVCvvLRDa6PaszSBhw7mlEZHpp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #vTuBoSq4T0OFFz4r4xGriVDomwKn0dvs {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #KkZZsBlOMEB96nTyRS7i1MT0TTRZNEBK {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #P46aB6NEaty9TUQV3boZHfaW7qiEWDLR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #OpyTwkyrTT3SMCXAynwrfXvOEFiQT3tg {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #iQhxZINwweafsLnskNWuk9UOo0AK5a6b {  }
 }@media only screen and (max-width: 763px) { #n1vOKOHkPJvAvz7OvJUUGRNOhyXkxSwy { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqOed6GEt4HgN4fh7KuQGSdHoEkLzdC { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7X5hBopmTAZatwesX1asEwe8m2r46xC { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cK97KiaSaOBvLJn5sLBg3fTGPZkKyt08 { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { top:2rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:17.8125rem;height:2.1875rem;top:8rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { top:142.4375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:22.875rem;height:1.875rem;top:148.9375rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWRRZB1kxpfNeN4hACSfWzeKWJn8XC9V { top:13.6875rem;left:1.96875rem;width:43.1875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLoK9e16U7vM9RfDWtV7l84vyZxCXrsA { top:15.0625rem;left:3.65625rem;width:22.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnbnIlHXSTJSU57GeKz6WpHTpPhW9kdS { top:24.4375rem;left:3.65625rem;width:21.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzpyiqmTBvDo8pWU5MU197WOGp9oa8BP { top:18.75rem;left:3.65625rem;width:23.3125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlMWanwRZCV8Ll0nzTisJnVlAuiUSdTp { top:31.8125rem;left:3.65625rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stOocMTmHHVhxP4S60IcMV0oFQTdATuW { top:31.9375rem;left:5.5625rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osCpmbLesVSTMnFFulPOZbG4uV7ZbOUF { top:15.1875rem;left:25.90625rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib3QTlimfqn4kTWG5ppfZbaMX49A2L70 { top:39.5625rem;left:2rem;width:43.1875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie8X5OllfT0sqKJh1hI7diNR5OtUZkRJ { top:40.9375rem;left:3.6875rem;width:22.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBX22I3ADfTO8n7MD0rqouHH7mn9nGxL { top:44.625rem;left:3.6875rem;width:22.875rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsLeVbV9LmygyRe0wCibITeEb5WOVfWk { top:50.3125rem;left:3.6875rem;width:20.9375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsJdwTxX4XpE6WIaP3fp7AEESQ3fLpuL { top:42.6875rem;left:25.90625rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbGyLsPcT73U34FPZCyHBSWU21sGZwh { top:57.6875rem;left:3.6875rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WioOhOEUNcrZULB2k2004exO5PpMZ59F { top:57.875rem;left:5.5625rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v77GhyGRI4M1Xg3H5zhZs7iyxI78ZxTR { top:65.75rem;left:2.3125rem;width:43.1875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeXQB7Gn8FUvHfn8XzQiATrIi07SRIzG { top:67.125rem;left:4rem;width:22.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7VoySvDc93pdAZ35yfkzccd5rxZROpb { top:70.8125rem;left:4rem;width:22.875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmSNG7aNZa5B6PTVJd9cEw7ed0PoZ9mm { top:76.5rem;left:4rem;width:21.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhT0ldaIEdHlZqqnxOOq4PHyUA1qgEku { top:65.8125rem;left:24.375rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih8fD9t8lz5s3CPlaqX2zMdnqFL60dfH { top:83.875rem;left:4rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olnHyDvfy7ML4BtQ9LkZZ2OaVhS92hXC { top:84.0625rem;left:5.875rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udQVdEyZaBaUpzSRwToTxJOBem6cGPSz { top:91.6875rem;left:2.3125rem;width:43.1875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3xSdDMhwVRCgJaic6cb9QCxl3a740Fh { top:91.9375rem;left:26.46875rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNXSVL6Q7we0T3g2vsGHFxplKJVAbJ1 { top:96.75rem;left:4rem;width:23.5rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrNzktqfFGPihmgsTSei7EPyoBKm5lP4 { top:102.4375rem;left:4rem;width:21.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDIskVbczww8TO4c7eHdlA4QMOKWeATz { top:93.0625rem;left:4rem;width:22.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdhx2WRusHG3nsMmx9TSA78RO47ruxn { top:109.8125rem;left:4rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRMAbPFMpHoUGUO65Tl4TiL8af3U0Te { top:110rem;left:5.875rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLH0gZk1k91VxtDkRRgcoyvKlm7n9bV { top:117.4375rem;left:2.3125rem;width:43.1875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCVqQT9UldGFutqQMA58TctGhItknxlE { top:118.5625rem;left:26.46875rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It7MQs7TVpvPa7rxeILIsLMuCu3zwwru { top:122.5rem;left:4rem;width:22.875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afJIq8RDGFBH1odG7JTTx3nRivatamls { top:128.1875rem;left:4rem;width:21.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAMgIU2HT4r8uqgiIaECwhOwv6qPQTdh { top:135.5625rem;left:4rem;width:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaCyWHJzr2q8lRGub1456wbid78ZH60i { top:135.75rem;left:5.875rem;width:8.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPAhDIBwIEXMRHx6AcALNZvBxTKboil { top:118.8125rem;left:4rem;width:22.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTzf9qKHX2e4r37AvTXRFVqt9bTMazU { top:31.8125rem;left:3.65625rem;width:12.5rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifTUat6DEcDWp2BnqwcccfTTBRLmxcv4 { top:31.9375rem;left:5.5625rem;width:8.6875rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6ClSwPGReIM2EnD5sqzPTEpKTLNmpX8 { top:24.4375rem;left:3.65625rem;width:21.375rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJmWoSTZOcloohnn19wPy8CfUX55Bf8f { top:18.75rem;left:3.65625rem;width:23.3125rem;height:4.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #shU8xTMim5gBySMzigTighUqvPkiTRWw { top:14.125rem;left:0rem;width:17.1875rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lq20av8TV6qtGtQrtJ1yg12Sl10Jzu04 { top:13.6875rem;left:1.96875rem;width:43.1875rem;height:21.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3WO2vdWgXdMr1tZ0uTlAZRarWJJyAM1 { top:50.625rem;left:0rem;width:17.1875rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MK24tccQPVyS0h8nEZo6Ky562v4CefTy { top:54.25rem;left:0rem;width:14.6875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwqtLnDhImJsMHVau9goDVcRWO58KNVf { top:59.25rem;left:0rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vp8UJJvUJTeCUwqc6X2BOp2TFqErFIf7 { top:31.8125rem;left:3.65625rem;width:12.5rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0GOu8BV9wGwV1FeaGWJDyP3aOmxoNCd { top:66rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7dgn9V1kNCmWzuAaMQNMGkySw0aAwRb { top:87.1875rem;left:0rem;width:17.1875rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VE0dxLPELV7Omw59vVKEXeVUbXTOKueG { top:89.3125rem;left:0rem;width:14.6875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRrGdLuTqPCzrCOOWiLIZ6HxuPCRcsZl { top:96.375rem;left:0rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgsWFqa8wE41Zmf6peDcEO300AcGX2xs { top:31.8125rem;left:3.65625rem;width:12.5rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EL5gGDwkPNNrXnGw1TfavimcZcga2u1J { top:102.75rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNZSqFOKxFXgGOcwhe4XP0TgaZJhFpGt { top:125.8125rem;left:0rem;width:17.1875rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4VTLPhlX3sG9roCDPb2uv9PL3tLJ2aH { top:129.625rem;left:0rem;width:16.5rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9C5w3xJdrTaJTDDHbSFyTFXwbdpymQU { top:134.5625rem;left:0rem;width:17.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOALHkOTFD87l3lHP036pp2MzQ7ZpF8O { top:31.8125rem;left:3.65625rem;width:12.5rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Im9qB7kTkNoEtVV6VpnMPV1tzCGkLn7H { top:141.1875rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVlVgAtb46MFK9G2CzMcFEibZU8pfFcO { top:125.8125rem;left:0rem;width:17.1875rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQTEnW0arSuerK2p1S3drTZHkTJ30K25 { top:167.4375rem;left:0rem;width:17.1875rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP2Wx9GpXPaQDVVETXU53pxGWAT8bN80 { top:171.1875rem;left:0rem;width:17.75rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #thQZVUDHy0BHkXoA3do10E12gB9aOII3 { top:134.5625rem;left:0rem;width:17.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rE3aA2xANOxNBtfamAM75xXQFhXotm9O { top:31.8125rem;left:3.65625rem;width:12.5rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHGLu88WiQfJtZ1T56SbHhUCEmI46dsm { top:141.1875rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { display:block; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIlaan8EIdfdR6IFpn68qrRMBkZVsEBM { top:2rem;left:12.15625rem;width:23.4375rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg { display:block; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDJLlGiHOuK0JHF7utbik7bZAZED3JOq { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAA6aTEQa9F0TbWeUo4HHCNR0hAcrpM9 { width:11.5625rem;height:2.25rem;top:19.6875rem;left:18.06201171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0PdQIRpe8ZTLzk80Ex9a6O3lq31TSKZ { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG9K1FUw84bZtqP25hooHh7Ipq642km2 { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbiQ6HvAW6c4Nv8gMNqWDHst0BhFM3S { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXLQqAV5zr4HHIaycEhg4iWOTZ1dFGMc { top:22.75rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ7yRKH5S3OQgMKUAgdKxlZn9ouB0VX3 { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoof6e0cWnAp9fD0qCGd0qQrfeJ28LTs { display:block; }
 }@media only screen and (max-width: 763px) { #rkhxXoof32hGUae9CAyM3A5nzOl4y97v { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4WdmndV9Httrh5Ge2TICT6RDdOaH4KK { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtMFJd7QMT3ecsqI6rmDq3ewlFUsiMff { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUmLz5Qqw4pKyu0kfl2ZK6W1zT8RiFRC { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHOXK30FFRBvPGadZZ6Ry82pydrLHHaz { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJIy6DDZUMr3iQvRwqawMyfxLUeCSkkA { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP0k7UQGBZvsNzTdXHl8rQRruzMZLyKS { top:1.625rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC { display:block; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .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; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .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; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #UO40anqLx0Af8rWulsLTStMH58w5q5Nh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #ZDPM2rknM0fg1QOlWsE4SMLe8vpdvwxz {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #ku4yUm03piBPtJHVmlsMyMHpMSmtpvf6 {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #y8dRXnOsq4dcaeTicqgTuuasZxSL9CHH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #VQC9N3pzoDdrfnSKS0tpdWpT6ngReoXe {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #aUsxRG0mtbQZRaagg8Z60DWNSMdApDAb {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #Dn0FtLBk8cbVUZRNDarf7kWoNX8eh8uO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #NaXGfwaLbb0kdQ9ds2mPP6AC6NonqBA1 {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #QXSXSkcv0Z7PTRIkK7OMBMRrHpxdtqTv {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #KKFexb8dpLl0O3LOMI3CWG9wqTBXRiKZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #QM3qrwleT2MeZwXtimNSpeXAeOTTfX21 {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #NNGukenOCcMXQUOP4vZJAwm5CwonIRgx {  }
 }@media only screen and (max-width: 763px) { #Emd4HTMdE83kMogcTI7ltlVAl6ail6ap { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAIy0busoS2RT0IlbNbuz4HTBg4xytJx { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfIFdE2uSfFaqP92NqxCO1pLnvxC8tMO { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bHM9JR9UhpyyPLwiqzXMEv9vm672Vuxo { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:24.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:34.4375rem;height:2.1875rem;top:10.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.75rem;height:19.5rem;top:13.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:47.5rem;height:18.125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:31.1875rem;height:2.1875rem;top:38.9375rem;left:0.12451171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:47.6875rem;height:11.375rem;top:42.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:21.25rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:41.1875rem;height:2.1875rem;top:60.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.75rem;height:14.625rem;top:63.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { width:47.5rem;height:13.3125rem;top:83.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0xrw29DIQqoOceGyUkI2exUzreAZr2C { width:36.5625rem;height:2.1875rem;top:85.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIydXK646xTgtERVLZB2gZBMG2G1oVf { width:47.6875rem;height:6.4375rem;top:88.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 { display:block; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leBpf3ldJfXyDR5ldJa2PRSXO90VxPvw { width:47.375rem;height:20rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lreizZVo0mXr2G1aOGTnoDI0CVu4xeap { width:11.5625rem;height:2.25rem;top:19.6875rem;left:18.06201171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgPbUAlKueJn2sz2orVr6PKoKP5u2Uc7 { top:8rem;left:5.1875rem;width:27.5625rem;height:3.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmlQ1H3wMGAP8t7qV8fthaqH2D3KDdCs { width:29.375rem;height:2rem;top:12.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AONsB8p1wVlfEyb2o1oMCyhhdgOloPGP { top:8.125rem;left:2.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr7sCQP8wCholgSRTe6nnUqLmNbrxA3B { top:22.75rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpuXHsABOvK7ou88xWgcgiuF0n34LVZ1 { width:23.125rem;height:4.25rem;top:28.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeF8tQemSxaoRwCI32wFSJesCZFstA8o { display:block; }
 }@media only screen and (max-width: 763px) { #MJru2m6HIth7qQcGtBGFQIDPQcW82Vum { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdUmrHwW2cLuVtIT0VfKnuM2F63Evb0 { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChQoV5ciLP0TPdCKu9xSc7MASxMcyPU { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFu0wA8tLwANWNFEsTQ7XdqBplb7ggOH { top:34.75rem;left:33.565757751465rem;width:12.875rem;height:2.2385160171404rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0oofnOsVsZBHyABUws1zaLQhikB7ZDM { top:35.1875rem;left:1.6299896240234rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfG2oKhWuELItW7bcy5ZsadfbeopfsMG { width:10.8125rem;height:1.5rem;top:35.125rem;left:3.8153228759766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ44xeFWAeKb01TXKfJ6IqdhcussRhzD { top:1.625rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz { display:block; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .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; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .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; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN { width:18rem;height:5.0625rem;display:flex;top:46.375rem;left:15.40625rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #e82EiwFV5HbgoGu6TwBrxrSF99rDpgsS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #wTUHh1uPPlVBQ5o3wxizMnn0742ws7HT {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #rcrv3CmrpaTTNTqgESfRqRFoHTOUOJCT {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #E0n9D7zsF7JpWyX8PgBnR2Jl2Jk3RVx4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #IIs7AxvD3K8bKZ4SqlTmXJacA0v82gpy {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #o3bZPyATxXDADPWkEFolbI4gbkOeC3JR {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #rbff3s9MPMvr1KorbT1xrGxaAl5x8xJJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #yzNSUXVf53OZdOof6qie7cc5MwWPyy7B {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #QxKybI4IBB4nS7eHThwRlmvLy7FXiG1h {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #D7pBkJs8SuK54W6ZPuMRbmeGDQKAkTb5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #docUcdGJkpH7febqG45dSkDcPLZaWZdC {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #m7TIIbQg4rDUr4cIl7P5deou5DvFsJRf {  }
 }@media only screen and (max-width: 763px) { #y4vA52pWemaIReiT9foWZBRrRJVLSwL5 { top:4.6875rem;left:9.25rem;width:29.1875rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9kKulum9p4CGrpnRSQP5K481Mao1BTW { top:7.3125rem;left:17.75rem;width:12.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csBtrGuWzHPyTtyJ8MHEoGaIdhALrDM2 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eTtpAws6Vt6olXhnzCTx62KvH105rq45 { width:31.9375rem;height:17.1875rem;top:3.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amHThHzlJJCIhNyTByCDLJ7CALDu8GvH { display:block; }#amHThHzlJJCIhNyTByCDLJ7CALDu8GvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N57lNdipfV19aAvynPzaIIOoEvpyZAvM { width:12.1875rem;height:2.375rem;top:0.9375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyc7bl8tfFJbv1RaNNMMoVzLcb0lPvUN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#pJq8pBhiCVGt3TsQBc3eiB565nKu53U1 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .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; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .widget-text.counter-number { padding-top:0.173125rem;padding-right:0.15125rem;padding-bottom:0.173125rem;padding-left:0.15125rem;width:0.905625rem;min-width:0.905625rem;height:0.92875rem;font-size:0.69125rem;line-height:14.86px;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; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.108125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.2075rem;height:0.3675rem;font-size:0.259375rem;line-height:5.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HplpCrImQDL1xA9CxoBperL2UzPvcIr6 { width:6.18706875rem;height:1.749675rem;display:flex;top:0.51812070608139rem;left:12.694770812988rem;z-index:5000;padding-top:0.014375rem;padding-right:0.01375rem;padding-bottom:0.014375rem;padding-left:0.01375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #UWZtSngAVX5wTTuqnNTTLusKNPD9ztT5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #BOHmDGUUxIuVKGpi6zzHzwJgz3VEEJJt {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #TMCSJyQe7aysJ5zMPpVs6HU1fRxkD9Ay {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #JEzTEhCOcPySB9psd8eOyvZLVwQXWivs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #QoErRWLkmOTiWTCtbnAL4MHFbgvdglay {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #lHCBOobKVhhKTanuvSpoHJMTEAzIpG1r {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #LqP0pnLetpOttEIIoSMN93QpyL2mhvIU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #XKWkZ0Sb9D1F18359lAWhTTWiOvlRoWw {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #MskBCZ5pkOZ85fvvJv0yXMPS4EJTBSJI {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #m7pOwh3GA53L0oEBPDROOTz7JhQG9iRh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #l3d2IfUePuxmSq7BdMQGQPPwfSzxokE6 {  }
 }@media only screen and (max-width: 763px) { #HplpCrImQDL1xA9CxoBperL2UzPvcIr6 #GShz9nlXFAFQpfIUZqN6EFEfMqOedAWO {  }
 }@media only screen and (max-width: 763px) { #PKxzuEXvod6lmAdn89PgMIWKNbwgM0C0 { width:10.687375rem;height:2.12456875rem;top:2.8434245586395rem;left:4.6554908752441rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LzTIKKuMAzccnGDZtxzT9niyrRglvspR { display:block; }
 }@media only screen and (max-width: 763px) { #oXuCbhIDiP5C3WfHd5KfopzkmkJ2qn9T { width:10.999375rem;height:1.0492625rem;top:0.88324654102325rem;left:0.93695759773256rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL { display:block; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FR42rTVDEo0BO5vgFnCsA7JfmdaSG6LL > .row .container { width:20rem;height:41.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7UK1N9uucB2rPX60AV1JIfPTm30OQy9 { width:18.9995rem;height:6.8246875rem;top:5.814453125rem;left:0.4990234375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FIJtC9RGW1cObTnnEZFaJ6FZTNCsaQ7q { width:20rem;height:6.298825rem;top:14.310546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #umEVNc8vwotHzyeOq9nXI8Hc66wy7uMv { width:19.875rem;height:3.375rem;top:1.458984375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z45BLg1LTzA3ncA1GzGnAU2b6IdzmuQo { width:19.2496875rem;height:2.4375rem;top:1.9281685352326rem;left:0.37489151954651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNOkomRlnefJkGuKZUdVUK69VvJz1Z1y { width:14.9375rem;height:2.75rem;top:36.57421875rem;left:2.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfrovVtTV8ZKqyd2KyKMaLe4k5oUmwBZ { display:block; }
 }@media only screen and (max-width: 763px) { #TUAgKTTLxvDdctiL9ORZuiC1vw4el0uo { width:19.875rem;height:11.1875rem;top:22.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#f1f1f1;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:120.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.5rem;height:4.38671875rem;top:1.685546875rem;left:0.25rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.999rem;height:103.9306rem;top:7.9361991882325rem;left:0.49967455863952rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTi6Vai5JKPBE0qkTHXILKu6a4rgxbmJ { width:20rem;height:8.7085rem;top:110.728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUgdIKEHpyUDz1tlIJQnrov5S41EV3vy { width:20rem;height:0;top:4.25rem;left:1.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15013;display:none; }#rUgdIKEHpyUDz1tlIJQnrov5S41EV3vy li:before{  }
 }@media only screen and (max-width: 763px) { #DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 { background-color:#f1f1f1;background-image:none;display:block; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { background-color: transparent; background-image: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row > .video-iframe-container { display: none; }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .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); }#DndEaNUDtbop6DPZLCiAEx87g8zpFCM1 > .row .container { width:20rem;height:104.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1F7V8WOSUXeaDiZTtq7iIgNyAFmy7NI { width:19.1860625rem;height:2.2749rem;top:2.3125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GDBBH9BMvGVZyHeyTdORirzcarDQW2Dg { width:19.875rem;height:18.1875rem;top:7rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSA3gG7INyBZMHUARC6nUPNWEO7nTe10 { width:19.1875rem;height:69.2870625rem;top:27.375rem;left:0.40625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGOzHmCvVw6BcoRJP0aiOce5yHipDGai { width:20rem;height:0;top:95.7625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nZIFX8x2NpTQeRsupZ5APreNvHCcplkp { width:20rem;height:0;top:100.161425rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #f0iGp5Ts5nKDzhT4V5aneLqT4ofZDGNQ { width:20rem;height:0;top:104.56035rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wl1oJ6lnMyauwcXk2AQuRKyIPJUJc9Xg { width:20rem;height:0;top:108.959275rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FJEdN9euOcEQNnEGBiR1y4Bw9QTNwD3m { width:20rem;height:4.2246125rem;top:98.470703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EXByfgkTfWfelgVxbH6DinXqZwr8Tbzi { width:16.9375rem;height:1.57470625rem;top:22.125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #DU295P7wEIMUM0squOpcyxNxzBW2sJFq { width:17.625rem;height:3.1494125rem;top:17.875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #MAxqkbiDHyoT9b7wtLi9PFvE1iq7nBTs { width:17.1875rem;height:3.1494125rem;top:13.375rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zQIOMIkDD1Q2g1WMWZeroW13lttBzgPg { width:17.9375rem;height:3.1494125rem;top:9rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #UxTHCEUhib6Gb2bWADGWdl14XCSAXNnm { width:3.125rem;height:3.125rem;top:5.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:20rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { width:18.6875rem;height:4.54980625rem;top:15.3125rem;left:0.65625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { width:19.125rem;height:83.45943125rem;top:21.546875rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qULVFbsrsQDLngcn4F0FXXx4Jf1lh06v { width:19.1875rem;height:10.75rem;top:2.56982421875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { width:20rem;height:7.7988125rem;top:2.9365234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { width:20rem;height:4.72411875rem;top:12.998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:18.25rem;height:2.79980625rem;top:29.0625rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.5rem;height:3.5rem;top:36.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:15.4375rem;height:2.11230625rem;top:25.44384765625rem;left:2.28125rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:3.125rem;height:3.125rem;top:21.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { width:20rem;height:12.5rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { width:20rem;height:8.44925rem;top:69.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { width:17.0625rem;height:3.9375rem;top:79.8125rem;left:1.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvMv7tH60meLCaE8w7e6H7n3N0iVnAtD { width:20rem;height:14.1875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOgtzThzZIgRlMMIVWBqlZeNHqeZD6A { width:20rem;height:14.3125rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSD3HCaP9nmAT8wzi8EyQ4eph8ZkkDEG { width:16.8125rem;height:2.11230625rem;top:41.125rem;left:1.625rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CN2Kv6nSfJJcZW73SCCybZmxKHW7T2AC { width:16.875rem;height:4.19970625rem;top:44.4375rem;left:1.5625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqPNWRwTHMl7rryBHLTskmg09CSvuBcn { width:3.375rem;height:3.375rem;top:53.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9229NhdgImuxhFlm9ZxLCH3roTl3TE4 { width:14.9375rem;height:2.11230625rem;top:58.625rem;left:2.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CbKFwfkSqdBZU9GsqzGZQEqom45HOuSf { width:14.8125rem;height:4.19970625rem;top:61.625rem;left:2.625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTiNh4LScrhDyClqMxBJeMtHeokxceiz { display:block; }#vTiNh4LScrhDyClqMxBJeMtHeokxceiz > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NF2KTWyElJSDRTJzBF9zPUlfhqxy7COP { width:20rem;height:20rem;top:8.3623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tLv7ekf0QQCsqTDSoS2EP2bGh25Qq0 { width:20rem;height:4.54980625rem;top:1.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q9cqJpvhJLdT1bvzHuUKf3s2HkegqC3r { width:19.0625rem;height:36.5664125rem;top:30.4697265625rem;left:0.46875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rLRGNqE1Zk3slxJF5rQmzVvCF8iN39kt { width:20rem;height:18rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARit2M5ukbscwwMH4RCoWNeG6R9XKl0w { display:flex;width:3.1875rem;height:3.1875rem;top:71.1875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #eQXxpKf1RGWqSoD2bO4pCmWu2TnslXdc { width:7.625rem;height:1.86865rem;top:71.125rem;left:5.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZAvdD8EC34ROF1Q7z6i0bKmvOMBSqFq { width:8.75rem;height:1.13720625rem;top:73.5625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwnOGZpPnzlBOl4EwM6G517UT5CcHqxD { display:flex;width:3.4375rem;height:3.4375rem;top:76.75rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uii9EqxcbWCBSscJHlfMs0eiEnG1rvF6 { width:3.8125rem;height:1.86865rem;top:77.125rem;left:5.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJg1hvc4SrkwHXa6A7EkeSz9TfKxnPor { width:8.1875rem;height:1.13720625rem;top:79.5rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FQyOtyi4fTR1Ddw7ntqerGpvPtlCLm { display:flex;width:3.25rem;height:3.25rem;top:82.5rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #RHMZxBsq6iPCNIBNR4zkKtFvQ0Hgq6EM { width:5.1875rem;height:1.86865rem;top:82.5rem;left:5.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23PkXcM9I6msfJnXZbgaDLimtrdTs1C { width:13.4375rem;height:1.54345625rem;top:66.0478515625rem;left:6.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKC50e7E4HKN4bg9QaQ5Uu13mlTz1G0t { width:7rem;height:1.13720625rem;top:85.125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHii3PTQz9871TG3wGGOWl4aX1gEQumk { display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container { width:20rem;height:74.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { width:18.125rem;height:26.77000625rem;top:6.81201171875rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { width:18.2485625rem;height:7.7988125rem;top:35.36865234375rem;left:0.87548828125rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { width:19.0625rem;height:29.4375rem;top:43.74853515625rem;left:0.46875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { width:18.5610625rem;height:17.32176875rem;top:54.6240234375rem;left:0.71923828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VtUNyyU0UlGmt843MVsIVSgmhreIK7vE { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZtXs9phzkGV9cUDIk1S8RrNXGv2wpV9k { width:20rem;height:7.5rem;top:45.08984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5105ad40-4c35-43d1-a06d-06079851d84d/SimpleRetroTravelPhotoCollageInstagramStory1920x1080px1080x1920px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.adaptive-delivery-prevent-bg, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyload, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyloading { background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { background-color: transparent; background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container > .video-iframe-container { display: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container { display: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .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); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { width:20rem;height:4.2246125rem;top:29.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { width:20rem;height:4.72411875rem;top:45.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { width:20rem;height:2.92480625rem;top:36.1875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #lTgeRoKHxUT0EXMhAn53K0PBp84GOPTD { width:20rem;height:3.65625rem;top:39.75rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;z-index:15007;color:#5cd2b9;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:20rem;height:107.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { width:20rem;height:4.548825rem;top:9rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #krhlOvMvb8139rniGW0nKa1KhxJ8uuga { width:20rem;height:2.4375rem;top:18.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { width:20rem;height:2.92480625rem;top:15.9375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rwpzTKhzZmxxBeHNNRgrcrKsJ94XPlTT { width:20rem;height:4.72411875rem;top:20.58935546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6860625rem;height:20.47118125rem;top:19.74853515625rem;left:0.65673828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdmPOTXfCTHKezgZTaW5TqbB86LhaINE { width:18.4375rem;height:16.5625rem;top:1.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { width:19.6875rem;height:6.3369375rem;top:1.9375rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { top:2.43701171875rem;left:0.625rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { width:18.25rem;height:28.34473125rem;top:10.125rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A { background-color:#ffffff;background-image:none;display:block; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { background-color: transparent; background-image: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row > .video-iframe-container { display: none; }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .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); }#GMAD2gAfLLqEg9UlaFXxIutDVZoWBi5A > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIkLNIx2WEU8CHToZ8SofPRVynouscax { width:19.187rem;height:4.54980625rem;top:1.75rem;left:0.40625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5TaEnDx2EE7iJL0EVxQUwo60KzfC1c { width:3.937175rem;height:3.937175rem;top:26.625978946686rem;left:16.062284469604rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qUHmT2rVXnIz47wh2E29Dpi4wLQreFkF { width:5.6875rem;height:5.6875rem;top:19.8125rem;left:0rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #BFTQeIWrHkeOXL2GKkOeX0vudC4SovTP { width:5.5625rem;height:5.5625rem;top:37.5rem;left:0rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HNCZX618IvflPSyGn00HhQgc9Z1TPASD { width:5.5625rem;height:5.5625rem;top:51.75rem;left:0rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lFAH5ro1VbR5UtilAOP79NP4vZET9nHx { width:16.125rem;height:10.8125rem;top:69.75rem;left:1.875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #i91WRJvS8PffFEE5fnCwUOtJkNsdAQ9D { width:5.625rem;height:5.625rem;top:67.20947265625rem;left:0rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rCHVEUFXOGvZ9HytATBaWKBlhiI8bvUi { width:14.3125rem;height:0;top:71.28173828125rem;left:2.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #T7R4zxXJ25tWgtbSUAMP6iQ4LzCVCSaA { width:20rem;height:6.625rem;top:8.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2KFfVTP8dL8Q40yTRRgHapuubueZ7fh { display:flex;width:4.0625rem;height:4.0625rem;top:9.5302734375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #EDXHwdppepQpN8OXadvmwoEI77s8OCHb { width:12.75rem;height:2.5996125rem;top:9.1240234375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1OTIoFwcWNOhWXnEFLnVHOSaK8JioRs { width:14.375rem;height:1.94921875rem;top:12.2861328125rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R35Mz5LHVITUx7zTEgi6nkvklx6sRXAe { width:20rem;height:6.125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr0m85VVoB8SqqXk871em9HPwAnZxHzt { display:flex;width:5.125rem;height:5.125rem;top:16.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGKzABz2THupSeUAABPTgDuQ8qh23ncc { width:9.875rem;height:2.5996125rem;top:17.625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbi4FK8UVZlQqB1RrZndR09HeAJbzENK { width:14rem;height:1.94921875rem;top:20.75rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynI1u8s6fpQ644wFxP2SH4ZsCwWfJFxu { width:20rem;height:6.6875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFxvHuPGuMws4eAsW9qPEZiqk5OWM1aP { width:10.6875rem;height:2.76171875rem;top:26rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWZuEeRxTA7FRILwESLmfoySOVu23f4N { width:12.6875rem;height:1.94921875rem;top:29.3125rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KswAGtMmeDRS3cGgqzTb79UdceUSc3Wk { display:flex;width:3.8125rem;height:3.8125rem;top:26.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #JQT0782ZIw56RQDfUCgfHOkcJlqiFndo { width:20rem;height:5.6875rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCnfA6yK1Z0puidaWxGmvZmNMf5usXgP { display:flex;width:3.125rem;height:3.125rem;top:35.0625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lh3SvvsHl0cRaT3rB1byZP04bTEkQeRz { width:13.5rem;height:1.29980625rem;top:35.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0ZLQN5i4lizJ8Rfd7JGwcrpxh50vDTT { width:14.1875rem;height:1.94921875rem;top:36.875rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhIuv13aEZPVr7qr3eEmmiDi0ePPTUTG { width:20rem;height:5.8125rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOO798dFXarvGlS6RxJ71StpGsgJX1f { display:flex;width:3.125rem;height:3.125rem;top:42.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XwnpDwC5LVWTJarLkw8ZaLiw7vE8afB9 { width:8.4375rem;height:1.29980625rem;top:42.5rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCggviey2ZflKJeS2BOfaNCL7fOEhfOi { width:12.1875rem;height:1.94921875rem;top:44.375rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbIlyddu7G9yMkL0Atu3IGbwr24NpmTe { width:20rem;height:5.375rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVmrmHkd24gRsJpkx5f0bhfCRlZRMEME { display:flex;width:3.125rem;height:3.125rem;top:50.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wHHSQJ202KNK8XzIPFcnUSAdEa7K1GMo { width:6.5625rem;height:1.29980625rem;top:50.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdKWylvZ9FHOzOQ5VFCvcJ7fP4TIMsGM { width:13.625rem;height:2.2744125rem;top:51.9375rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw { display:block; }#G53TA0dTmLyzauogdlgRV9Tk14fUq5Mw > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me9m7wdbt6PWCs3BtwzoqBSd06oX9MFL { width:19.1875rem;height:19.875rem;top:28.8125rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #guQxP2T80ahyLJs2T6XTiMEtCmoKWJdg { width:8.75rem;height:1.48730625rem;top:30.1875rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J0divl5AZuyk2bX4tW17UaCTTlyfuJid { width:15rem;height:2.0996125rem;top:6.3125rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElrGnAfBP9vNacCmfme8woabgnuaEQHg { width:20rem;height:3.1494125rem;top:8.9375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGHZrxscr7Pd9TDkk0SC5ki8K6TNSfoG { display:flex;width:2.8125rem;height:2.8125rem;top:2.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #bNyPwmmvsfLsT8PJcRCgQhQ5H4vPZ3WM { width:20rem;height:1.94970625rem;top:32.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nSb5ExdA65ef9PRFItm3KRoLvAhKZvrO { width:15.7498125rem;height:3.81185rem;top:36.375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iMEB17vWf0pKQnSxZIq9urslp3K2od { display:block; }
 }@media only screen and (max-width: 763px) { #QdIS81a66ohUeSwc7sSronWCwmmiKq08 { width:2.5625rem;height:0.25rem;top:30.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1X4Dp46EZI1JrxWwu5ZrE0ucWbCgTqr { width:2.6875rem;height:0.25rem;top:31.5625rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #H6kXsqll2BdGfAcLVKGtu3UP6Zk2U2hs { width:2.5625rem;height:0.25rem;top:30.8125rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yViIdGLKw60C5sG9qSOTsTeLgev9feng { width:12.9373125rem;height:2.24935rem;top:42.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFKtwAbtrLL9OVvzaqQVtCSrgG0E2J5L { display:flex;width:1.3125rem;height:1.3125rem;top:45.9375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #sKnDK4MGBoTCexDKLIxJOeCZV2EkAzBL { width:9.8125rem;height:1.3999rem;top:45.875rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XXTwKzeiNfXW0RV6T6iiePMT4FnZ4A3H { width:18.8125rem;height:18.8125rem;top:12.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG { display:block; }#ua9AyFZig2yENZgBvpHV0TWzCpbhqlTG > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .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; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #konP13VErAEu4MnqmDbvxlFkFMW5F6oS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #kXy71nSI1ZguByU3qw8wX2Tz0GJfIFN0 {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #Lat5IrCgpadWnZM9zo9S3MTCfZCoQnkI {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #I4WmrQysbmIFSz9LGLHcl1h4Gk0e5a66 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #mTdPfZpMrk644CFBZMNoO19oNiZrWTwK {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #R6vZKPiP95EHmlpeXTVIvVi013g7T9vv {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #VgFIIqBF3e4Ul5dcZCKEwDMsCz6ekFgR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #Pyw0bn6JiPdOrIyBZtOfXuVRJ0DIXKFQ {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #GwpCExdkad51so96g3Kpt1a9TW22qq61 {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #UXSEva3TZ2a86pUi58ExqqF3lEuaTVZM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #dfyRbxDnDFS2aDf6OdwMALD1bzzp6vtL {  }
 }@media only screen and (max-width: 763px) { #xRORlwwgvxsIB2DmmGDxMMZ78tzFy19m #UrFG2ThJp0H7HelesR0nS8gBCGsvTd81 {  }
 }@media only screen and (max-width: 763px) { #eF2XUHpLiiN6W2XRW91UmqL7D5P0Vzbh { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdf4teMh3cnc5a8L99ReFxKyV5wH7oEP { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #uPrBZpK2lDKORULAm63DBXZGkAr3Jbn3 { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;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) { #PAu9eLhz1IGbMu7mHUtwc7hqTIZQnlDO { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { display:block; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { width:18.6865rem;height:4.2246125rem;top:2.935546875rem;left:0.65625rem;font-size:1.625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JnwILNck0iMkEQqpllyMCTKWM1hybMzp { width:18.249rem;height:61.41354375rem;top:8.998046875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:20rem;height:144.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFrlkGoZAUfIU24seKkkQDbatVINuZAV { width:20rem;height:21.5rem;top:130.5rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #NX8ygcPiyQ7cctE9laV9TM7iwycRWC5H { width:20rem;height:4.2246125rem;top:139.775390625rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Po9hiGSsMpEE8AMiA7G0sAJuUIb1VgWO { width:11.125rem;height:0;top:120.8623046875rem;left:4.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #He015iJfOJTsfgZ5NarvyFBUgRTNDC9s { width:20rem;height:0;top:14.9375rem;left:1.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15013;display:none; }#He015iJfOJTsfgZ5NarvyFBUgRTNDC9s li:before{  }
 }@media only screen and (max-width: 763px) { #fvIOu7Sie2xAiRT36qRGCRhpXhdNNqeT { width:20rem;height:0;top:13.4375rem;left:1.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15014;display:none; }#fvIOu7Sie2xAiRT36qRGCRhpXhdNNqeT li:before{  }
 }@media only screen and (max-width: 763px) { #p9QKnUTfoRcl5EeFlhieDD2EhkRFT6Z8 { width:14.4375rem;height:0;top:157.4365234375rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15089;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #CHPIEiEqesgaSwSuMbUnVJwrHrWD27ih { width:15.5625rem;height:0;top:178.310546875rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15090;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #yKdGeJrT8i0yEMfze968sJdssEuUOtaf { width:14.0625rem;height:11.39941875rem;top:59.0751953125rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15096;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #JLpRPgcR8ik7qoqTzFPnPQstXd21JJ3Q { width:14.75rem;height:11.39941875rem;top:80.4990234375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15097;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #C7U1gsIAy7qqfBaUFbu5SNxvJKokK2VO { width:14.9375rem;height:11.39941875rem;top:101.625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15099;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #DH8ZA3pglLb7eBTkfegxNvTW5vqROAOP { width:14.3125rem;height:11.39941875rem;top:124.16162109375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15088;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #bHoNcL0lrzRLTQl2NBD4uyrGASe8c3tA { width:20rem;height:2.2749rem;top:2.974609375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hQDx329WR4P8oin187tF1HFEo4VhqfTW { width:20rem;height:18.375rem;top:52.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDGKdp9RGVSySJn6lFCzd7y8xc83WhBz { display:flex;width:3.125rem;height:3.125rem;top:152.611328125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTFITyJTlkpF9JKeBNm5o7EFmJiCkfEc { width:20rem;height:0;top:158.6738296875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BFZ5VUy9mJHNZTL8v3kR8Hc2W2nrDOTK { width:15.625rem;height:0.1875rem;top:156.5625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #re7EwedKSKKffvpGOEzGJk7tEBEUG4wG { width:5.625rem;height:0;top:153.1240234375rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BvS9rlHT6ynD9iFKScqzFCa6Fb2P3xhk { display:flex;width:1.375rem;height:1.375rem;top:158rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNNGHX36fe3PytTkwIVCCrFFGwWGeo3h { display:flex;width:1.375rem;height:1.375rem;top:161.625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMrBE34fTLI4JgkzCCn0IkLIQ3SyIRie { display:flex;width:1.375rem;height:1.375rem;top:165.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6xUoK5EcNIpRTd3p3wTC1DfZepKJ5JL { width:20rem;height:19.25rem;top:30.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9XHKvWA2CrK3cKeqqNIPkGi6cPEcX94 { display:flex;width:3.125rem;height:3.125rem;top:172.499025rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhczXTp1TGGLD6gQ2kWFE8dpcLIvcCTD { width:12.875rem;height:0;top:173.01171875rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sDVzVTdmqB6XPtbXDfXiHdeRqbdKhXfB { width:20rem;height:0.25rem;top:176.936525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECC6vF0ri6VxP4lrtu3pf1gWLnNXg23i { width:20rem;height:0;top:178.061525rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #f95gStihWcbE2P8cvGR7PKgG0W7HTPpe { display:flex;width:1.375rem;height:1.375rem;top:178.8125rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLWLw8uSstK6f81iLt6Ts6SZNUfU5ygD { display:flex;width:1.375rem;height:1.375rem;top:182.374025rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oazl7XrvH5U4zBNQJS9e0su1uRax8iyQ { display:flex;width:1.375rem;height:1.375rem;top:186.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #er8sPVXHDNCeTwak2OkiEJfU4ZtS5lk0 { width:20rem;height:18.5625rem;top:74.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTchlrC4hu18THzr1lmh1hH3C6201hrF { display:flex;width:3.125rem;height:3.125rem;top:191.874025rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeHEI4w6bT0aGBo2ypPteLIdNCBNB2LP { width:16rem;height:0;top:191.936525rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LRuarWBMO5kQ7kyaFid55rH9f3TKQdrJ { width:20rem;height:0.25rem;top:196.311525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4oJxSKrQGtm1vpU1kLPk2aTotSUcTNZ { width:20rem;height:0;top:197.436525rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ACRePrTiyTWWMqe58zF5EdrUAvcy1k1N { display:flex;width:1.375rem;height:1.375rem;top:198.436525rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rw7FTtCN4g1T4ZFz0D9HD7kZDzOAEMdt { display:flex;width:1.375rem;height:1.375rem;top:201.686525rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfWwWHH0qfs6pUA8FTLopb8yAR2dvxwS { display:flex;width:1.375rem;height:1.375rem;top:205.124025rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eT2wu9ZKkch7AM7z01xih4yOMTEZ2IWp { width:20rem;height:18.3125rem;top:95.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvU6ABFVl3qQ1f3BMfoGK7Z4qc2zD8ho { display:flex;width:3.125rem;height:3.125rem;top:74.9365234375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SXidS1hEVA9z9hMIZMgrbMvGlLeuiiGv { width:9.125rem;height:2.0996125rem;top:75.44921875rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8v6NsDa8Kw3vMnK3FyacQpdFWg0iVs5 { width:20rem;height:0.25rem;top:215.686525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVz7cLHo2nKhe0cGLK2lVTcLU3TRTZCt { width:20rem;height:0;top:216.811525rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ivbCOcb51ahGVU18qtLZGlwrk3P3O3c1 { display:flex;width:1.375rem;height:1.375rem;top:217.686525rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZv4CGfSbGD6NXwAyMQgH8RZX6dxVxnv { display:flex;width:1.375rem;height:1.375rem;top:221.061525rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0MfuWeUIOTfdvi2G1P08mDirBdWtMNl { display:flex;width:1.375rem;height:1.375rem;top:224.499025rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFZQxwiAkwiXpIRHHLzTrVZWSKs9vvt4 { width:20rem;height:19.0625rem;top:117.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTEtqNiWRC7vilGwdJ1Fx5dlwUUqv5L { display:flex;width:3.125rem;height:3.125rem;top:230.624025rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcsWb1rEi3VfT7uDs8fcZuTXQmPuv2uP { width:20rem;height:0.25rem;top:234.999025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0KPLiNB3KdC6JluWwFTWZbfzGxs2Z3O { width:10.75rem;height:0;top:230.686525rem;left:4.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #w4KoFr4SOiWdFZV4eSPxAzHakw28lTIk { width:20rem;height:0;top:236.124025rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GQB423G53IB8WJ7ru8DC1CWDRhqTtmiz { display:flex;width:1.375rem;height:1.375rem;top:236.999025rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUA4h5iLQSyWwRAhB6avn3Ht5x0LdfCf { display:flex;width:1.375rem;height:1.375rem;top:240.374025rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #INHTdreE01GKkBeARHCO7D9QtRnhsgMk { display:flex;width:1.375rem;height:1.375rem;top:243.874025rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdriS9Fpk6uoROGxTV1kMXiaO2hopoCk { width:20rem;height:21.125rem;top:248.5615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNSp2OkFiE3BXQNkLg5dPzW3hVshiTdt { display:flex;width:3.125rem;height:3.125rem;top:250.936525rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ec7vHxX9bgEHEm2umaU0Fnqudv7xB2qP { width:20rem;height:0;top:256.499025rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mZ0ezveL8IMas0r7gpD4zxodDieLd8uz { width:20rem;height:0.25rem;top:255.374025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzA0Jb2gOP5nxElm9qNT4CEFep17cqvk { width:12.875rem;height:0;top:251.061525rem;left:4.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OT1SfrHH32QuAzvnooE5TzwhvSaAZc2H { display:flex;width:1.375rem;height:1.375rem;top:257.0625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBOA75WFbnRrwSu3cbpPKwREsTIAV4UF { display:flex;width:1.375rem;height:1.375rem;top:260.625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLdu3rg7uW74Jg0winGXJXKRCXTVhXmh { display:flex;width:1.375rem;height:1.375rem;top:264.249025rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5ULd4WA3e190zHQ72L6uA7ebBEJWg6U { width:15.625rem;height:0.125rem;top:177.09375rem;left:2.1875rem;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #nT6B8UkitLSc0AcawvMHMJSyIw0JbCw8 { width:20rem;height:19.0625rem;top:8.1240234375rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #DqTzozvhdCl2xbcXMDwfUUP1LgGc6u0V { display:flex;width:3.125rem;height:3.125rem;top:9.15576171875rem;left:1.25rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #n2ZMI5qWfDS4iTFKQfaJzUUsBxTTXynH { width:5.625rem;height:2.0996125rem;top:9.66845703125rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #C2qrfBGWUJfvTl4cbbtCHLHuMMJ9UVxt { width:15.625rem;height:0.1875rem;top:13.53125rem;left:2.1875rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #QdHBI8E82EBv6dovdP7rXwoWozXH7LKu { display:flex;width:1.375rem;height:1.375rem;top:15.375rem;left:2.125rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #qRpTkDLewFIfTkItfGdKVvZSDtOWn2WN { width:14.4375rem;height:11.39941875rem;top:14.91162109375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15093;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #V1caNOwTgVM6GgfJdWpaK3xazEx43VVI { display:flex;width:1.375rem;height:1.375rem;top:19.25rem;left:2.125rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #yVq0dQQnToEC96SR4kgdZguG9TiwWt5g { display:flex;width:1.375rem;height:1.375rem;top:23rem;left:2.125rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #lPyyRR7LCESrwesorKzBLQldv1NDtprX { display:flex;width:3.125rem;height:3.125rem;top:30.9375rem;left:1.25rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #dO1N559VATKvqcFibHWdX3cXhv8lTalZ { width:12.875rem;height:2.0996125rem;top:31.44970703125rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #pV3qLGvpd4EqbhTGWHCsumKgWVhPyt9m { width:15.625rem;height:0.1875rem;top:35.375rem;left:2.1875rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #u1cz7OLfoBh32hDqSRzkh090ttbqXrq8 { display:flex;width:1.375rem;height:1.375rem;top:45.0625rem;left:2.125rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #HHxKRdSgcnKfm62gFGVBITFx3Dc43orl { display:flex;width:1.375rem;height:1.375rem;top:41.25rem;left:2.125rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #a6KmRSDPIEN2C7WFnS3d7nlbiFCWZzlk { display:flex;width:1.375rem;height:1.375rem;top:37.5rem;left:2.125rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #E2kB4RcXzRIAWFFEb73HQyr48OxUFbAp { width:14.3125rem;height:11.39941875rem;top:37.0625rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15091;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #MgXqrvHlNewk5mET9T7WdMvaHTe5UOf0 { display:flex;width:3.125rem;height:3.125rem;top:53.375rem;left:1.25rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #kn6Tt5FvQmLGgz4iNsqo99vpJTi7JRF0 { width:11.5625rem;height:2.0996125rem;top:53.8876953125rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #wgF07efa0camVdrUXMWR1v7lytsw1B1T { width:15.625rem;height:0.1875rem;top:57.84375rem;left:2.1875rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #a1292s4ICILCQZl8LQKh7oluKxcd8dg4 { display:flex;width:1.375rem;height:1.375rem;top:67.125rem;left:2.125rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #CQCPbaIqKKqU8BCySCNLkTyRyJHN2wm5 { display:flex;width:1.375rem;height:1.375rem;top:63.125rem;left:2.125rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #bVdecnmOeWJ88KELuJbTQ036tBp6P9Pr { display:flex;width:1.375rem;height:1.375rem;top:59.5rem;left:2.125rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #J6JPcblLxQlhNSJfd17CCTITRxAZNpzy { width:15.625rem;height:0.1875rem;top:79.34375rem;left:2.1875rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #ZBRGF7TrNT30wTTKGW8xTixBEwkGGfn6 { display:flex;width:1.375rem;height:1.375rem;top:88.5rem;left:2.125rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #NxHIV0USXestJugJusg9FmDFimdRrWGf { display:flex;width:1.375rem;height:1.375rem;top:84.8125rem;left:2.125rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #XMwqVEUMIFumW9qdFcmE1r7GQJQgN9dL { display:flex;width:1.375rem;height:1.375rem;top:81.125rem;left:2.125rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #GaQiswUt73xkTxNKIxcdAspZfbWEX8Zs { display:flex;width:3.125rem;height:3.125rem;top:96.0625rem;left:1.25rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #yN2eRpZ9BNFX6oT9QBkhwWM1U32DS3Jf { width:7.4375rem;height:2.0996125rem;top:96.5625rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #KokgtFlmpdFdk4EWRoRZtadutPFpcBGW { width:15.625rem;height:0.1875rem;top:100.28125rem;left:2.1875rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #SBf7dIT39IsO6vpadmcf5DcWzuQ80d80 { display:flex;width:1.375rem;height:1.375rem;top:109.75rem;left:2.125rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #XAXwBL1Bw0gdHZKe4Q46wRXO2sB6zbt8 { display:flex;width:1.375rem;height:1.375rem;top:105.8125rem;left:2.125rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #X0LB5OU2ZvhPCcGii510XTTwfF27Vzvp { display:flex;width:1.375rem;height:1.375rem;top:102.0625rem;left:2.125rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #PfDJySEu29L9HNpHT2ZzICwoUiUnQBVo { display:flex;width:3.125rem;height:3.125rem;top:118.46875rem;left:1.25rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #EZQVbbWQTknIDtbfMKxKyfEIrBWl3rXx { width:11.375rem;height:2.0996125rem;top:118.9814453125rem;left:4.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #CaXb1vQG260ThJ1J5bc6slKynGTMdOk1 { width:15.625rem;height:0.1875rem;top:123.125rem;left:2.1875rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #UOXiBe7I9IElelCCPAcsExhgfFwzwN2Q { display:flex;width:1.375rem;height:1.375rem;top:132.3125rem;left:2.125rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #PM2hNqAThnP1wZwAplrMiL1F0teDepel { display:flex;width:1.375rem;height:1.375rem;top:128.375rem;left:2.125rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #FSqnUszT76MtcyE11MX3urgg5N9tdoDH { display:flex;width:1.375rem;height:1.375rem;top:124.625rem;left:2.125rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #FRTiFK8Xxiq9TwpVctGX7VM7bSF73zQN { width:14.4375rem;height:0;top:143.88623046875rem;left:2.78125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15090;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 { display:block; }#NliV4fA0NPKm1DyKooNdAcUnPbPqQsT9 > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfTUrcNaLiHgmKV1cXlEnyANtJlTzekF { width:19.1875rem;height:19.875rem;top:28.25rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #GD7Bhxr5GAh6UIHOuVZfIbIVsEegCZps { width:8.75rem;height:1.48730625rem;top:29.625rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zoGm156L4lNVTQQXaKXhPN57zeV7K1B0 { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGmrhGvbNZ9yOgAF4T4zBGgUyFbeyuVV { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdsGUf5vFQEfqWUiCaQ7It6Hqk9GNi84 { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #CdqOfQpcCIGmHucDK6EgLi043gVApGgF { width:20rem;height:1.94970625rem;top:31.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i2DMK80fPbQ2RezeM8CzyMXsa5NDEW8x { width:15.7498125rem;height:3.81185rem;top:35.8125rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bOQKv2ML574mreZxnU5QkXNrIrKvyi { display:block; }
 }@media only screen and (max-width: 763px) { #x7B6GiusdLksUq9vC2E1ddzVXg6FdVVf { width:2.5625rem;height:0.25rem;top:30.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFFhr01hU7zFI40pCzE2XsnS9soJclI0 { width:2.6875rem;height:0.25rem;top:31rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #suBl5DsS8RvSnR5JPGFsSDpy9U71e65w { width:2.5625rem;height:0.25rem;top:30.25rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #rEasiGTAoETUlZwZGfJ5aW2nsTFHvf23 { width:12.9373125rem;height:2.24935rem;top:41.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoEEycOsnQcNQ6earSE0fx4ZUQFs411L { display:flex;width:1.3125rem;height:1.3125rem;top:45.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #lTGPLisJ3GVZqeqZ0Lape9DmnmE8RTXG { width:9.8125rem;height:1.3999rem;top:45.3125rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IB8Tre7cN7J7pxg4VoX0OdGayWVhdJro { width:18.8125rem;height:18.8125rem;top:12.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS { display:block; }#zhSdVbiCQ4RzkDHOZ058TTdE7lglA9IS > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .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; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #ODqK15QLwV6iLIkVGTWDs16kKS1fzF3d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #AAoI17vnXJZ7dvzZGPhM8dtRuBPlguME {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #kQ271x0ESV4IBpwkr1UFX1PTeToftsXf {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #c4boahAX5DZkTTdf2vXPi3rodbq3kVez { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #Xp5AgxJUWpKnroIPuaPhqzMlgUI12NKf {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #zDqiG5hiKFT5vbzoZfw4tssiXScKXRM8 {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #F8yerUpg1u0gFafJDnITO7BzUBnETxbl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #CPAni7vDDFQytKosKAxLHDS2iVt5LaEX {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #Ztrtwp5ZqQvX2ZTTXf3NqKf7epk3u1db {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #UIV3spxDMEwgTrDlgr2rA5UtG2S3RRLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #szvAtoCSW3bKEtDTRf9dy4Aw1o8F1yoi {  }
 }@media only screen and (max-width: 763px) { #BpTVw9MfuxVGS1cn7gA4UGlbCraVKG58 #FoZliAKOKiM6WrFgJTLm0dFAZOLDOyQX {  }
 }@media only screen and (max-width: 763px) { #XyltF3dwuTl9iiyXB8Xf3g1IOoTN3zGF { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqSLiyVNSorwixRFTVHN8Sv5sbdrVkoL { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #icMHs1LL5aB3oaDKTNMlQNqzLU9Iiirr { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;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) { #RZy1WmJi0GMMKMIbvKb1LQ2dNikDXceN { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnHXRbMripnl9COWXgu9lANDW1wo24E7 { width:18.6875rem;height:4.2246125rem;top:1.5rem;left:0.65625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { width:18.25rem;height:18.896475rem;top:7.416015625rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { width:20rem;height:2.4375rem;top:2.248046875rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { width:20rem;height:4.875rem;top:5.76025390625rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { width:18.1875rem;height:16.25rem;top:27.81103515625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prBFP5EIo1z7Gh92rmgWdWZLcc8pqQhM { width:19.875rem;height:12.6875rem;top:12.74853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRLXzUF51zXDWc5CV4bphSFquS20qdS { display:flex;width:2.5rem;height:2.5rem;top:13.81103515625rem;left:16.40625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #yXBnkvdectOCbd41qB1c5Aktii8OHxCU { width:7.375rem;height:1.625rem;top:14.24853515625rem;left:1.18701171875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XPZvIt1vWJu7XZdKIcTMmE4feCOMdGrZ { display:flex;width:2.25rem;height:2.25rem;top:18.15478515625rem;left:16.40625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #tSVZ3T8F1sAeCn8izWSx7Ln4bbnkxfvD { width:6.25rem;height:1.625rem;top:18.34228515625rem;left:1.18701171875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eRkdOMp63L6TlXrTymd9vRNBfhPXa2kv { display:flex;width:2.5rem;height:2.5rem;top:22.34228515625rem;left:16.40625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #I1GypqLSdTF1UsoPtnT4eD2wde64Vsqx { width:7.9375rem;height:1.625rem;top:22.77978515625rem;left:1.18701171875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cblF5pufUiLzEbLIkJ84Q3OnwETCc1BH { top:16.87353515625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15017;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ltkyHkZaX720HpyPKkLTTHs2rBh6OEXo { top:21.62353515625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15018;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { width:20rem;height:2.5996125rem;top:1.0625rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { width:18.25rem;height:29.91941875rem;top:5.0625rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk { display:block; }#ZdEiWe6dBDVcOrEzQaagCTWXlbw4aUFk > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AA5Ke1Ia9GQVhsCTBkRoow8zcRnk9Bo3 { width:10.875rem;height:14.125rem;top:0.90625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 { display:block; }#bJeh46FX7p4RwaITOEQTQTbdGWqoqIS8 > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGAwkGo9VC5h4m7eIZmfigTTDsncLcAu { width:19.1875rem;height:19.875rem;top:28.25rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #WbN5MpGuEiaXZVbPvGNsuOaLqvhu7Lfm { width:8.75rem;height:1.48730625rem;top:29.625rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dXWSSJvFd6U11P4xVSI9nAeqREJoo5VQ { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUQq8lKNdTK6Eid8zPDIGHLEdC6FyTTA { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ot3Ftx8TvHZdbVJE2tWRqm525QwCh7i6 { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #Lkk5dh67xHtyFAz0oIy0AHF0bePRWcwE { width:20rem;height:1.94970625rem;top:31.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OTHm1VZWOn6ZZGxipIHlTPKTg67QAm5X { width:15.7498125rem;height:3.81185rem;top:35.8125rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0DCkIlUbIgCOkAi9vUJaFDoV78DeKI { display:block; }
 }@media only screen and (max-width: 763px) { #xep9SThy6xuKJhdaEuLU7SHa5NecwpD1 { width:2.5625rem;height:0.25rem;top:30.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2I09pg3xz3coPLTOJ9UaPdmDyBgOis { width:2.6875rem;height:0.25rem;top:31rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NbMcwAc1QtHJvCOx8PcUziBqzN3WZIXR { width:2.5625rem;height:0.25rem;top:30.25rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TgG0bOENIEC9laU4iRHT5vMnq6l9I8QK { width:12.9373125rem;height:2.24935rem;top:41.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNs1tbAgmETTdPEUm45az8E1E6TD5u0d { display:flex;width:1.3125rem;height:1.3125rem;top:45.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #H9rGvMCsEywMQw4CD47SIowbKckCAxrR { width:9.8125rem;height:1.3999rem;top:45.3125rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FJJDLwz2sBC3SgEzioFecld1HAukfd5U { width:18.8125rem;height:18.8125rem;top:12.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb { display:block; }#nQVHG7J0fF6f30VmeFUCse4QQZU8ypZb > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .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; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #cHJqnaXQCuEV88QhkXfS8bfF4o10A0wP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #fxnJVWH5OlUcdOaCsbzgQKk22A6sWubD {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #g7kMnPahoPergR8wBMKiWlxZ4G4py6LT {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #e3te159w5GBmp5hu95Sy9Lt4nJz58wag { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #zaLVkQWUOvGeKpN4tT6mVUF65ivIW8qT {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #e6mxRow3bp1KE0BQT0DJtcfXH3TmpsON {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #CXlkSoTVCvvLRDa6PaszSBhw7mlEZHpp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #vTuBoSq4T0OFFz4r4xGriVDomwKn0dvs {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #KkZZsBlOMEB96nTyRS7i1MT0TTRZNEBK {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #P46aB6NEaty9TUQV3boZHfaW7qiEWDLR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #OpyTwkyrTT3SMCXAynwrfXvOEFiQT3tg {  }
 }@media only screen and (max-width: 763px) { #t7zFgJkDdkPO7D5s6PTimRkLeTnMGGvI #iQhxZINwweafsLnskNWuk9UOo0AK5a6b {  }
 }@media only screen and (max-width: 763px) { #n1vOKOHkPJvAvz7OvJUUGRNOhyXkxSwy { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEqOed6GEt4HgN4fh7KuQGSdHoEkLzdC { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #F7X5hBopmTAZatwesX1asEwe8m2r46xC { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;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) { #cK97KiaSaOBvLJn5sLBg3fTGPZkKyt08 { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:20rem;height:208.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { width:20rem;height:5.19921875rem;top:2.4989128112793rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:17.6860625rem;height:1.57470625rem;top:8.6859807968137rem;left:1.1561415195465rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { width:20rem;height:4.54980625rem;top:197.75rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:16.8125rem;height:1.3999rem;top:204.875rem;left:1.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VWRRZB1kxpfNeN4hACSfWzeKWJn8XC9V { width:20rem;height:32.0625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLoK9e16U7vM9RfDWtV7l84vyZxCXrsA { width:20rem;height:0;top:124.1494125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnbnIlHXSTJSU57GeKz6WpHTpPhW9kdS { width:20rem;height:0;top:133.5244125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzpyiqmTBvDo8pWU5MU197WOGp9oa8BP { width:20rem;height:0;top:127.8369125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlMWanwRZCV8Ll0nzTisJnVlAuiUSdTp { width:12.5rem;height:1.9375rem;top:140.8994125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #stOocMTmHHVhxP4S60IcMV0oFQTdATuW { width:8.6875rem;height:1.625rem;top:136.3125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osCpmbLesVSTMnFFulPOZbG4uV7ZbOUF { width:19.1875rem;height:19.1875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib3QTlimfqn4kTWG5ppfZbaMX49A2L70 { width:20rem;height:34.625rem;top:82.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie8X5OllfT0sqKJh1hI7diNR5OtUZkRJ { width:20rem;height:0;top:147.0244125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBX22I3ADfTO8n7MD0rqouHH7mn9nGxL { width:20rem;height:0;top:150.7119125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsLeVbV9LmygyRe0wCibITeEb5WOVfWk { width:20rem;height:0;top:155.9619140625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsJdwTxX4XpE6WIaP3fp7AEESQ3fLpuL { width:17.6875rem;height:17.6875rem;top:63.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbGyLsPcT73U34FPZCyHBSWU21sGZwh { width:12.5rem;height:1.9375rem;top:163.7744125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WioOhOEUNcrZULB2k2004exO5PpMZ59F { width:8.6875rem;height:0;top:171.0244140625rem;left:3.59375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v77GhyGRI4M1Xg3H5zhZs7iyxI78ZxTR { width:20rem;height:36rem;top:119.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeXQB7Gn8FUvHfn8XzQiATrIi07SRIzG { width:20rem;height:0;top:169.9619125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7VoySvDc93pdAZ35yfkzccd5rxZROpb { width:20rem;height:0;top:173.6494125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmSNG7aNZa5B6PTVJd9cEw7ed0PoZ9mm { width:20rem;height:0;top:179.3369125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhT0ldaIEdHlZqqnxOOq4PHyUA1qgEku { width:20rem;height:20rem;top:99rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih8fD9t8lz5s3CPlaqX2zMdnqFL60dfH { width:12.5rem;height:1.9375rem;top:186.7119125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olnHyDvfy7ML4BtQ9LkZZ2OaVhS92hXC { width:8.6875rem;height:0;top:186.8994125rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #udQVdEyZaBaUpzSRwToTxJOBem6cGPSz { width:20rem;height:37.0625rem;top:158.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3xSdDMhwVRCgJaic6cb9QCxl3a740Fh { width:18.625rem;height:18.625rem;top:137.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNXSVL6Q7we0T3g2vsGHFxplKJVAbJ1 { width:20rem;height:0;top:217.7744125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrNzktqfFGPihmgsTSei7EPyoBKm5lP4 { width:20rem;height:0;top:223.4619125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDIskVbczww8TO4c7eHdlA4QMOKWeATz { width:20rem;height:0;top:125.6494140625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNdhx2WRusHG3nsMmx9TSA78RO47ruxn { width:12.5rem;height:1.9375rem;top:230.8369125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHRMAbPFMpHoUGUO65Tl4TiL8af3U0Te { width:8.6875rem;height:0;top:231.0244125rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpLH0gZk1k91VxtDkRRgcoyvKlm7n9bV { width:20rem;height:21.625rem;top:195.4619140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCVqQT9UldGFutqQMA58TctGhItknxlE { width:16.1875rem;height:16.1875rem;top:178.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It7MQs7TVpvPa7rxeILIsLMuCu3zwwru { width:20rem;height:0;top:240.6494125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #afJIq8RDGFBH1odG7JTTx3nRivatamls { width:20rem;height:0;top:246.3369125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAMgIU2HT4r8uqgiIaECwhOwv6qPQTdh { width:12.5rem;height:1.9375rem;top:253.7119125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaCyWHJzr2q8lRGub1456wbid78ZH60i { width:8.6875rem;height:0;top:253.8994125rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThPAhDIBwIEXMRHx6AcALNZvBxTKboil { width:20rem;height:0;top:236.9619125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXTzf9qKHX2e4r37AvTXRFVqt9bTMazU { width:9.1875rem;height:1.9375rem;top:27.3125rem;left:1.125rem;z-index:15043;background-color:#5cd2b9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ifTUat6DEcDWp2BnqwcccfTTBRLmxcv4 { width:7.1875rem;height:1.29980625rem;top:27.625rem;left:2.5625rem;font-size:1rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #v6ClSwPGReIM2EnD5sqzPTEpKTLNmpX8 { width:17.1875rem;height:3.8994125rem;top:21.4375rem;left:1.4375rem;font-size:1rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #KJmWoSTZOcloohnn19wPy8CfUX55Bf8f { width:14.6875rem;height:3.25rem;top:16.0625rem;left:1.625rem;font-size:1.25rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #shU8xTMim5gBySMzigTighUqvPkiTRWw { width:17.1875rem;height:2.11230625rem;top:12.8125rem;left:1.4375rem;font-size:1.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #lq20av8TV6qtGtQrtJ1yg12Sl10Jzu04 { width:20rem;height:32.875rem;top:46.5rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #t3WO2vdWgXdMr1tZ0uTlAZRarWJJyAM1 { width:17.1875rem;height:2.11230625rem;top:47.875rem;left:1.4375rem;font-size:1.625rem;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MK24tccQPVyS0h8nEZo6Ky562v4CefTy { width:14.6875rem;height:3.25rem;top:51.5rem;left:1.625rem;font-size:1.25rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #JwqtLnDhImJsMHVau9goDVcRWO58KNVf { width:16.4375rem;height:3.8994125rem;top:56.5rem;left:1.4375rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8UJJvUJTeCUwqc6X2BOp2TFqErFIf7 { width:9.1875rem;height:1.9375rem;top:62.9375rem;left:1.625rem;z-index:15050;background-color:#5cd2b9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r0GOu8BV9wGwV1FeaGWJDyP3aOmxoNCd { width:7.1875rem;height:1.29980625rem;top:63.25rem;left:2.5625rem;font-size:1rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #s7dgn9V1kNCmWzuAaMQNMGkySw0aAwRb { width:17.1875rem;height:2.11230625rem;top:83.75rem;left:1.4375rem;font-size:1.625rem;z-index:15047;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VE0dxLPELV7Omw59vVKEXeVUbXTOKueG { width:16.5rem;height:3.25rem;top:87.3125rem;left:1.5625rem;font-size:1.25rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #TRrGdLuTqPCzrCOOWiLIZ6HxuPCRcsZl { width:17.1875rem;height:3.8994125rem;top:92.875rem;left:1.8125rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #AgsWFqa8wE41Zmf6peDcEO300AcGX2xs { width:9.1875rem;height:1.9375rem;top:99rem;left:1.625rem;z-index:15051;background-color:#5cd2b9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EL5gGDwkPNNrXnGw1TfavimcZcga2u1J { width:6.8125rem;height:1.29980625rem;top:99.3125rem;left:2.75rem;font-size:1rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNZSqFOKxFXgGOcwhe4XP0TgaZJhFpGt { width:17.1875rem;height:2.11230625rem;top:121.125rem;left:1.4375rem;font-size:1.625rem;z-index:15048;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g4VTLPhlX3sG9roCDPb2uv9PL3tLJ2aH { width:17.75rem;height:3.25rem;top:124.9375rem;left:1.4375rem;font-size:1.25rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #t9C5w3xJdrTaJTDDHbSFyTFXwbdpymQU { width:18.375rem;height:3.8994125rem;top:129.875rem;left:1.625rem;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #JOALHkOTFD87l3lHP036pp2MzQ7ZpF8O { width:9.1875rem;height:1.9375rem;top:136.0625rem;left:1.6875rem;z-index:15051;background-color:#5cd2b9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Im9qB7kTkNoEtVV6VpnMPV1tzCGkLn7H { width:7.1875rem;height:1.29980625rem;top:136.375rem;left:3rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #AVlVgAtb46MFK9G2CzMcFEibZU8pfFcO { width:17.1875rem;height:0;top:168.28125rem;left:1.15576171875rem;font-size:1.625rem;z-index:15049;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dQTEnW0arSuerK2p1S3drTZHkTJ30K25 { width:17.1875rem;height:2.11230625rem;top:160.1875rem;left:1.4375rem;font-size:1.625rem;z-index:15070;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rP2Wx9GpXPaQDVVETXU53pxGWAT8bN80 { width:17.75rem;height:3.25rem;top:163.9375rem;left:1.4375rem;font-size:1.25rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #thQZVUDHy0BHkXoA3do10E12gB9aOII3 { width:18.0625rem;height:3.8994125rem;top:169.0625rem;left:1.4375rem;font-size:1rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #rE3aA2xANOxNBtfamAM75xXQFhXotm9O { width:9.1875rem;height:1.9375rem;top:175.0625rem;left:1.4375rem;z-index:15073;background-color:#5cd2b9;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EHGLu88WiQfJtZ1T56SbHhUCEmI46dsm { width:7.1875rem;height:1.29980625rem;top:175.375rem;left:2.5rem;font-size:1rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H { display:block; }#uiLEKfgV4utFKDZ7vSbNJonDSLd67q7H > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIlaan8EIdfdR6IFpn68qrRMBkZVsEBM { width:11.5625rem;height:15.0625rem;top:0.59375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg { display:block; }#Q47lNRoEMgBOvxB0v0tyqPxzMiUrV2hg > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDJLlGiHOuK0JHF7utbik7bZAZED3JOq { width:19.1875rem;height:19.875rem;top:28.25rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #AAA6aTEQa9F0TbWeUo4HHCNR0hAcrpM9 { width:8.75rem;height:1.48730625rem;top:29.625rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m0PdQIRpe8ZTLzk80Ex9a6O3lq31TSKZ { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yG9K1FUw84bZtqP25hooHh7Ipq642km2 { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSbiQ6HvAW6c4Nv8gMNqWDHst0BhFM3S { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #MXLQqAV5zr4HHIaycEhg4iWOTZ1dFGMc { width:20rem;height:1.94970625rem;top:31.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zZ7yRKH5S3OQgMKUAgdKxlZn9ouB0VX3 { width:15.7498125rem;height:3.81185rem;top:35.8125rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoof6e0cWnAp9fD0qCGd0qQrfeJ28LTs { display:block; }
 }@media only screen and (max-width: 763px) { #rkhxXoof32hGUae9CAyM3A5nzOl4y97v { width:2.5625rem;height:0.25rem;top:30.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4WdmndV9Httrh5Ge2TICT6RDdOaH4KK { width:2.6875rem;height:0.25rem;top:31rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PtMFJd7QMT3ecsqI6rmDq3ewlFUsiMff { width:2.5625rem;height:0.25rem;top:30.25rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #cUmLz5Qqw4pKyu0kfl2ZK6W1zT8RiFRC { width:12.9373125rem;height:2.24935rem;top:41.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHOXK30FFRBvPGadZZ6Ry82pydrLHHaz { display:flex;width:1.3125rem;height:1.3125rem;top:45.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #lJIy6DDZUMr3iQvRwqawMyfxLUeCSkkA { width:9.8125rem;height:1.3999rem;top:45.3125rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VP0k7UQGBZvsNzTdXHl8rQRruzMZLyKS { width:18.8125rem;height:18.8125rem;top:12.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC { display:block; }#tQ4WF0PPpxRhu7rKe7ETLkTKVV4A8RMC > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .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; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #UO40anqLx0Af8rWulsLTStMH58w5q5Nh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #ZDPM2rknM0fg1QOlWsE4SMLe8vpdvwxz {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #ku4yUm03piBPtJHVmlsMyMHpMSmtpvf6 {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #y8dRXnOsq4dcaeTicqgTuuasZxSL9CHH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #VQC9N3pzoDdrfnSKS0tpdWpT6ngReoXe {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #aUsxRG0mtbQZRaagg8Z60DWNSMdApDAb {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #Dn0FtLBk8cbVUZRNDarf7kWoNX8eh8uO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #NaXGfwaLbb0kdQ9ds2mPP6AC6NonqBA1 {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #QXSXSkcv0Z7PTRIkK7OMBMRrHpxdtqTv {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #KKFexb8dpLl0O3LOMI3CWG9wqTBXRiKZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #QM3qrwleT2MeZwXtimNSpeXAeOTTfX21 {  }
 }@media only screen and (max-width: 763px) { #OWzVqRCbMCsu66kyxmFQBwtATEfJqfnR #NNGukenOCcMXQUOP4vZJAwm5CwonIRgx {  }
 }@media only screen and (max-width: 763px) { #Emd4HTMdE83kMogcTI7ltlVAl6ail6ap { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAIy0busoS2RT0IlbNbuz4HTBg4xytJx { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #HfIFdE2uSfFaqP92NqxCO1pLnvxC8tMO { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;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) { #bHM9JR9UhpyyPLwiqzXMEv9vm672Vuxo { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:136.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:19rem;height:37.4375rem;top:9.12434387207rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.5625rem;height:3.57421875rem;top:10.4375rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.875rem;height:30.71044375rem;top:15.4375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:20rem;height:4.19921875rem;top:2.306640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:19.0625rem;height:24.25rem;top:49.624572753906rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:17.8125rem;height:3.57421875rem;top:50.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:17.9375rem;height:16.08640625rem;top:56rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.25rem;height:33.5625rem;top:77.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:17.3125rem;height:3.57421875rem;top:78.375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.6248125rem;height:21.93605625rem;top:83.7500038147rem;left:1.1870660185814rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { width:19.0625rem;height:21.4375rem;top:113.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0xrw29DIQqoOceGyUkI2exUzreAZr2C { width:17.4375rem;height:3.57421875rem;top:115.4375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIydXK646xTgtERVLZB2gZBMG2G1oVf { width:17.5rem;height:13.16164375rem;top:120.75rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 { display:block; }#QPaBQxk1WOq4dqszIKdxXAWnkFrWGVi6 > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leBpf3ldJfXyDR5ldJa2PRSXO90VxPvw { width:19.1875rem;height:19.875rem;top:28.25rem;left:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #lreizZVo0mXr2G1aOGTnoDI0CVu4xeap { width:8.75rem;height:1.48730625rem;top:29.625rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FgPbUAlKueJn2sz2orVr6PKoKP5u2Uc7 { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmlQ1H3wMGAP8t7qV8fthaqH2D3KDdCs { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AONsB8p1wVlfEyb2o1oMCyhhdgOloPGP { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #yr7sCQP8wCholgSRTe6nnUqLmNbrxA3B { width:20rem;height:1.94970625rem;top:31.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IpuXHsABOvK7ou88xWgcgiuF0n34LVZ1 { width:15.7498125rem;height:3.81185rem;top:35.8125rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeF8tQemSxaoRwCI32wFSJesCZFstA8o { display:block; }
 }@media only screen and (max-width: 763px) { #MJru2m6HIth7qQcGtBGFQIDPQcW82Vum { width:2.5625rem;height:0.25rem;top:30.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdUmrHwW2cLuVtIT0VfKnuM2F63Evb0 { width:2.6875rem;height:0.25rem;top:31rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BChQoV5ciLP0TPdCKu9xSc7MASxMcyPU { width:2.5625rem;height:0.25rem;top:30.25rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #vFu0wA8tLwANWNFEsTQ7XdqBplb7ggOH { width:12.9373125rem;height:2.24935rem;top:41.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0oofnOsVsZBHyABUws1zaLQhikB7ZDM { display:flex;width:1.3125rem;height:1.3125rem;top:45.375rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #nfG2oKhWuELItW7bcy5ZsadfbeopfsMG { width:9.8125rem;height:1.3999rem;top:45.3125rem;left:6.125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TZ44xeFWAeKb01TXKfJ6IqdhcussRhzD { width:18.8125rem;height:18.8125rem;top:12.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz { display:block; }#qxTPVe1mTVkFLwZTgegpnZlT8T7AlzOz > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .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; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.403125rem;padding-bottom:0.450625rem;padding-left:0.403125rem;width:2.4175rem;min-width:2.4175rem;height:2.4225rem;font-size:1.80375rem;line-height:38.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.281875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22375rem;height:0.958125rem;font-size:0.67625rem;line-height:15.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN { width:16.875rem;height:4.56375rem;display:flex;top:5.5rem;left:0.8125rem;z-index:15031;padding-top:0.823125rem;padding-right:0.851875rem;padding-bottom:0.823125rem;padding-left:0.851875rem;border-top:0.109375rem solid #181818;border-left:0.11375rem solid #181818;border-right:0.11375rem solid #181818;border-bottom:0.109375rem solid #181818; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #e82EiwFV5HbgoGu6TwBrxrSF99rDpgsS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #wTUHh1uPPlVBQ5o3wxizMnn0742ws7HT {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #rcrv3CmrpaTTNTqgESfRqRFoHTOUOJCT {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #E0n9D7zsF7JpWyX8PgBnR2Jl2Jk3RVx4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #IIs7AxvD3K8bKZ4SqlTmXJacA0v82gpy {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #o3bZPyATxXDADPWkEFolbI4gbkOeC3JR {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #rbff3s9MPMvr1KorbT1xrGxaAl5x8xJJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #yzNSUXVf53OZdOof6qie7cc5MwWPyy7B {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #QxKybI4IBB4nS7eHThwRlmvLy7FXiG1h {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #D7pBkJs8SuK54W6ZPuMRbmeGDQKAkTb5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #docUcdGJkpH7febqG45dSkDcPLZaWZdC {  }
 }@media only screen and (max-width: 763px) { #APLvJTvMdMn4xkiCnrtsXdzwEx5aAecN #m7TIIbQg4rDUr4cIl7P5deou5DvFsJRf {  }
 }@media only screen and (max-width: 763px) { #y4vA52pWemaIReiT9foWZBRrRJVLSwL5 { width:19.1875rem;height:3.574225rem;top:3rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9kKulum9p4CGrpnRSQP5K481Mao1BTW { width:12.25rem;height:2.1875rem;top:9.0625rem;left:3.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #csBtrGuWzHPyTtyJ8MHEoGaIdhALrDM2 { top:4.9375rem;left:5.1875rem;width:9.6875rem;height:2.0625rem;z-index:15031;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) { #eTtpAws6Vt6olXhnzCTx62KvH105rq45 { width:20rem;height:10.625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amHThHzlJJCIhNyTByCDLJ7CALDu8GvH { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#amHThHzlJJCIhNyTByCDLJ7CALDu8GvH > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N57lNdipfV19aAvynPzaIIOoEvpyZAvM { width:16.5625rem;height:2.125rem;top:0.90625rem;left:1.71875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wyc7bl8tfFJbv1RaNNMMoVzLcb0lPvUN { display:block; }
 }