.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { 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; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { background-color: transparent; background-image: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { border-width: 0; border-radius: 0; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { position:absolute;display:block;z-index:14998;background-color:#ececec;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.75rem;width:20.875rem;top:4.5rem;left:39.125rem;display:block; }
#ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0617375rem;width:6.0617375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:3.25rem;left:19.5625rem; }
#VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.1875rem;left:37.875rem; }
#WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { position:absolute;display:block;z-index:15000;background-color:#ececec;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.8125rem;width:21.25rem;top:4.375rem;left:0rem;display:block; }
#rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { position:absolute;display:block;z-index:14998;background-color:#ffa900;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.8125rem;width:18.4375rem;top:4.375rem;left:21.0625rem;display:block; }
#qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.5rem;height:1.3rem;display:block; }
#TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74926875rem;width:1.74926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.499267578125rem;left:4.9371337890625rem; }
#QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.4375rem;left:24.75rem; }
#feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:27.0625rem;height:1.3rem;display:block; }
#uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.4375rem;left:43.125rem; }
#QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:45.75rem;height:1.3rem;display:block; }
#wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:1.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.1761474609375rem;left:1.09619140625rem;height:2.11230625rem;display:block; }
#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cc29;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; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { background-color: transparent; background-image: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .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); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { border-width: 0; border-radius: 0; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { color:#000000;display:block;width:32.561625rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.687255859375rem;left:13.71826171875rem;height:2.4375rem;display:block; }
#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { 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; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { background-color: transparent; background-image: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .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); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { border-width: 0; border-radius: 0; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { color:#e81c20;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4366455078125rem;left:0rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.0625rem;padding-right:0.053125rem;padding-bottom:0.0625rem;padding-left:0.053125rem;display:block;align-items:center;width:0.32rem;min-width:0.32rem;height:0.336875rem;position:relative;font-family:"open sans";font-size:0.25125rem;font-weight:700;line-height:5.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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.039375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:0.426875rem;height:0;position:relative;font-family:"open sans";font-size:0.094375rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { 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:1.437375rem;height:0.499878125rem;padding-top:0.07875rem;padding-right:0.07625rem;padding-bottom:0.07875rem;padding-left:0.07625rem;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:32.278442382812rem;left:0rem;z-index:15007; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m { width:auto; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
#XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { color:#e81c20;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.2495125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CON0QK84LVWhaRInk6KpF9BsPJzBCF77 { position:absolute;display:block;z-index:15008;height:25.562125rem;width:45.625rem;top:6.2237548828125rem;left:7.1875rem;display:block; }
#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { 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; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { background-color: transparent; background-image: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .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); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { border-width: 0; border-radius: 0; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { font-size:0.875rem;font-family:arial;height:955.25rem;width:60rem;position:relative;display:block; }#zrEIQpbArKG7IeXMUfNfwNvdRepyrqNn { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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.1875rem rgba(0,0,0,0.5) ;height:20rem;width:55.1875rem;top:577.5625rem;left:2.4375rem;display:block; }
#QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { color:#000000;display:block;width:31.93725rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:585.1875rem;left:6.125rem;height:8.4rem;text-align:left;text-align-last:left;display:block; }
#uigqJRTc0mfONgz0QiEUcsym45fxTD3x { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:579.5rem;left:6.25rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQcqH72QJGof0uwtbkEJd6n910nb6C11 { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:581.0625rem;left:3.125rem;display:block; }
#RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9995rem;width:16.25rem;top:582.1875rem;left:38rem;overflow:hidden;display:block; }
#Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { position:absolute;display:block;z-index:15041;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.062375rem;width:20rem;top:536.9375rem;left:39.75rem;display:block; }
#UubZeTrcwKdkADTwmkpVhxna8slIW1et { background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6245rem;height:3.8745125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:558.9375rem;left:43.375rem;display:block; }
#GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { color:#e8f7ff;display:block;width:17.3108125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:546.6875rem;left:41.125rem;height:9.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
#VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { color:#00ff12;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:541.8125rem;left:40.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:540.0625rem;left:40.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:537.875rem;left:40.0625rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { color:#433c3f;display:block;width:35.3739375rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:534.0625rem;left:1.8125rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHrAJsstLb37IDtXdaqDVTLs46rqgLP8 { z-index:15003;top:568.5rem;left:0.25rem;background-color:#fea858;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r259yX2Wu9J3LVZM2TRXM7wxCpPVAIlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQ7a9sH4skvTHQw6ROM2MoibHoO5qhSg { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:56.661376953125rem;left:4.03076171875rem;height:57.93125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { color:#000000;display:block;width:59.8108125rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.93603515625rem;left:0rem;height:7.962625rem;text-align:center;text-align-last:center;display:block; }
#QVnngzDkSLgVl6RCiiBbDOMy3W1eirBD { color:#000000;display:block;width:59.937125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:183.72680664062rem;left:0rem;height:10.2374375rem;text-align:center;text-align-last:center;display:block; }
#JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { z-index:15003;top:0.7177734375rem;left:7.406005859375rem;background-color:#ffb000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.1875rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgzsrLtX4XWThi0tV7mWcn7BmTIQG9fd { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0rem;height:3.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hOxLTcdZ8TFi7AvJLiUbcilWNEik4JVt { color:#ff0000;display:block;width:51.9360625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:116.30249023438rem;left:4.03076171875rem;height:14.3rem;text-align:center;text-align-last:center;display:block; }
#sL4ez3bicuJSrByazWO5qseNxPfmIcZt { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:133.27270507812rem;left:4.03076171875rem;height:48.5875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#F9Zyk713LfptVsTSIuyQPco9QZM614CT { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:196.25732421875rem;left:4.0313720703125rem;height:39.24375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { color:#000000;display:block;width:59.9359375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:236.982421875rem;left:0rem;height:10.2374375rem;text-align:center;text-align-last:center;display:block; }
#aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:249.23400878906rem;left:4.0313720703125rem;height:35.50625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { color:#000000;display:block;width:59.9359375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:285.73364257812rem;left:0rem;height:10.2374375rem;text-align:center;text-align-last:center;display:block; }
#o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:297.8271484375rem;left:4.0313720703125rem;height:100.9125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { color:#000000;display:block;width:59.9359375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:403.21105957031rem;left:0rem;height:10.2374375rem;text-align:center;text-align-last:center;display:block; }
#HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:417.80456542969rem;left:4.0313720703125rem;height:46.71875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Te3Jm033gCQ8IOZWaxcQBkgdmOgXEeid { color:#000000;display:block;width:59.9359375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:467.24182128906rem;left:0rem;height:3.412475rem;text-align:center;text-align-last:center;display:block; }
#GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:474.08142089844rem;left:4.0313720703125rem;height:57.93125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VTS9N6ukZ3RFJ5cdWtoHEiUaJcsLHDLI { color:#000000;display:block;width:59.9354375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:651.81250381469rem;left:0.064582824707031rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:666.6875rem;left:4.0625rem;height:28.03125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { color:#000000;display:block;width:59.9359375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:696.625rem;left:0rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:710.625rem;left:4.0625rem;height:24.29375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XFrcmLuNkhSMOc1JZX0CAvhEyJSe9tCq { color:#000000;display:block;width:59.9353125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:738.375rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#ODXPZALaoLgdxNFH7mWqWHsy12QQwOSH { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:749.8125rem;left:4.0625rem;height:33.6375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Fn8FTQgbJArFTTEtwnU22l4GdzI6Ii8b { color:#000000;display:block;width:59.9353125rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:785.1875rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#Bbmc0MBXhF9rKttZiFVql4kA55UQGtNh { color:#000000;display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:793.75rem;left:4.0625rem;height:48.5875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#L1bvc1uw97upqEd9dRS92qLKgSOT7a7d { color:#000000;display:block;width:59.9359375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:844.4375rem;left:0rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#TO8kZ8LzPoKorVmQDdBXoNawbcWq6PXe { z-index:15013;top:891.6875rem;left:0rem;background-color:#fea858;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i5ARkNVirsgMbHFV1CT80lswpqUy75it { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lm1eS83wwEOKMmqcTc86HsNyREoKpxop { position:absolute;display:block;z-index:15051;background-color:#0d25ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.062375rem;width:20rem;top:860.125rem;left:39.5rem;display:block; }
#saNMVVbod8TevU8L2Io6Cv8lRO9TaULT { background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6245rem;height:3.8745125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:882.125rem;left:43.125rem;display:block; }
#OuSzEwA0wIsCNV2eCKCbO65BUqXXRv75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN { color:#e8f7ff;display:block;width:17.3108125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:869.875rem;left:40.875rem;height:9.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:before{  }
#XL7m1RJgO7gG2Ltwhn8gZIcpxsaytMFc { color:#00ff12;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:865rem;left:39.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnfHPnt6EsfveKTvTpHPAPJ5CeBZGQJg { color:#433c3f;display:block;width:35.3739375rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:857.5rem;left:0.9375rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1yTwOdryRQezmzg6O6F8vvpZctPi8XN { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:863.25rem;left:39.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPycF9pFap0ChmWb2I4NfiolMAuWpWT7 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:861.0625rem;left:39.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exw0chcTc6ntLioTTE6hQStkTevLUnbH { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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.1875rem rgba(0,0,0,0.5) ;height:20rem;width:55.187375rem;top:902.875rem;left:2.375rem;display:block; }
#TlEHMZ2hAZ0bFCdAABsoZI5Nu5eoJEdh { position:absolute;display:block;z-index:15038;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.9995rem;width:16.25rem;top:906.875rem;left:38rem;overflow:hidden;display:block; }
#VnnoTHKECNiwDmDgs1EzuuuLoyTDTDwc { color:#000000;display:block;width:31.93725rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:909.875rem;left:6.125rem;height:8.4rem;text-align:left;text-align-last:left;display:block; }
#SEsITD7FTJ9cJgsq35HlJ7DnctigV6wT { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:904.1875rem;left:6.25rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFbIOoJn3SyefkFFhb3KlDITVcM7R8i4 { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:904.1875rem;left:3.125rem;display:block; }
#MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:935rem;left:32.625rem;height:1.3rem;display:block; }
#BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { color:#000000;display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:935rem;left:22.0625rem;height:1.3rem;display:block; }
#P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { color:#000000;display:block;width:59.9365rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:937.4375rem;left:0rem;height:16.9rem;display:block; }
#qrbe3MH1CTWO1zTpyHms7W6HiqbZFE3f { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.41357421875rem;left:0rem;height:1.381225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xz6h41JGDCBAgJ1l8midfOJUWtpaTwpp { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:572.91442871094rem;left:0rem;height:1.381225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eXDmTm1UCugQ1WKsed8fXRhb8DvHy9Zg { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:896.4375rem;left:0rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CC2Ay8y6exOpfvEO8dgNqwtTG8CInSMv { position:absolute;display:block;z-index:15109;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:12rem;width:16.25rem;top:42.466666221619rem;left:41.125rem;overflow:hidden;display:block; }
#w10ykq8fux85M6l70WGxnCPLHLk13S9t { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:27.125rem;top:545.86770820618rem;left:5.0625rem;overflow:hidden;display:block; }
#aSyEQF5OE6gWpT8tvNXaOvZ8qr2Tb7mB { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:27.125rem;top:868.6875rem;left:5.0625rem;overflow:hidden;display:block; }
#NA90wP6SGssvnsk87CV9fy3lOZgIq4s4 { position:absolute;display:block;z-index:15112;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:25.4375rem;width:31.25rem;top:24.637499809265rem;left:5.9916648864746rem;overflow:hidden;display:block; }
#rvkWZGrdFZarPvZpaRdgb2FuxKvU9JfJ { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:600.25726318359rem;left:15.0625rem;height:2.6rem;display:block; }
#mqDGKnnfXbPsqD38XDISEas8TEARMszT { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:606.81979560852rem;left:2.4375rem;height:42.98125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:20.8125rem;height:3.75rem;top:4.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { width:6rem;height:6rem;top:3.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { width:6.125rem;height:6.125rem;top:3.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:21.25rem;height:3.75rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:18.4375rem;height:3.75rem;top:4.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:12.5rem;height:1.25rem;top:5.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:12.5rem;height:1.25rem;top:5.6875rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:12.5rem;height:1.25rem;top:5.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.0625rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:32.5rem;height:2.375rem;top:0.625rem;left:7.59326171875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { width:47.75rem;height:1.75rem;top:4.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:9rem;height:5.0625rem;top:43.25rem;left:9.1978759765625rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { width:47.75rem;height:3.1875rem;top:0.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CON0QK84LVWhaRInk6KpF9BsPJzBCF77 { width:45.625rem;height:25.5rem;top:6.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrEIQpbArKG7IeXMUfNfwNvdRepyrqNn { width:47.75rem;height:20rem;top:577.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { width:31.9375rem;height:8.375rem;top:585.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigqJRTc0mfONgz0QiEUcsym45fxTD3x { width:32.8125rem;height:3.0625rem;top:579.5rem;left:0.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQcqH72QJGof0uwtbkEJd6n910nb6C11 { width:3.125rem;height:3.125rem;top:581.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { width:16.25rem;height:12rem;top:582.1875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { top:536.9375rem;left:27.75rem;width:20rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubZeTrcwKdkADTwmkpVhxna8slIW1et { width:12.5625rem;height:3.8125rem;top:558.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block; }
 }@media only screen and (max-width: 763px) { #QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { top:546.625rem;left:30.5rem;width:17.25rem;height:;font-size:1rem;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
 }@media only screen and (max-width: 763px) { #VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { top:541.75rem;left:28.375rem;width:19.375rem;height:4.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { top:540.0625rem;left:28.375rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { top:537.875rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { width:35.3125rem;height:11.1875rem;top:534.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHrAJsstLb37IDtXdaqDVTLs46rqgLP8 { top:568.5rem;left:0rem;width:46.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r259yX2Wu9J3LVZM2TRXM7wxCpPVAIlN { display:block; }
 }@media only screen and (max-width: 763px) { #fQ7a9sH4skvTHQw6ROM2MoibHoO5qhSg { top:56.625rem;left:0rem;width:47.75rem;height:57.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { top:11.875rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnngzDkSLgVl6RCiiBbDOMy3W1eirBD { top:183.6875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:0.6875rem;left:1.281005859375rem;width:45.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #GgzsrLtX4XWThi0tV7mWcn7BmTIQG9fd { width:47.75rem;height:;top:21rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxLTcdZ8TFi7AvJLiUbcilWNEik4JVt { top:116.25rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL4ez3bicuJSrByazWO5qseNxPfmIcZt { top:133.25rem;left:0rem;width:47.75rem;height:48.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Zyk713LfptVsTSIuyQPco9QZM614CT { top:196.25rem;left:0rem;width:47.75rem;height:39.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { top:236.9375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { top:249.1875rem;left:0rem;width:47.75rem;height:35.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { top:285.6875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { top:297.8125rem;left:0rem;width:47.75rem;height:100.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { top:403.1875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { top:417.75rem;left:0rem;width:47.75rem;height:46.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3Jm033gCQ8IOZWaxcQBkgdmOgXEeid { top:467.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { top:474.0625rem;left:0rem;width:47.75rem;height:57.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS9N6ukZ3RFJ5cdWtoHEiUaJcsLHDLI { top:651.8125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { top:666.6875rem;left:0rem;width:47.75rem;height:28rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { top:696.625rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { top:710.625rem;left:0rem;width:47.75rem;height:24.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFrcmLuNkhSMOc1JZX0CAvhEyJSe9tCq { top:738.375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODXPZALaoLgdxNFH7mWqWHsy12QQwOSH { top:749.8125rem;left:0rem;width:47.75rem;height:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8FTQgbJArFTTEtwnU22l4GdzI6Ii8b { top:785.1875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbmc0MBXhF9rKttZiFVql4kA55UQGtNh { top:793.75rem;left:0rem;width:47.75rem;height:48.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1bvc1uw97upqEd9dRS92qLKgSOT7a7d { top:844.4375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8kZ8LzPoKorVmQDdBXoNawbcWq6PXe { top:891.6875rem;left:0rem;width:46.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ARkNVirsgMbHFV1CT80lswpqUy75it { display:block; }
 }@media only screen and (max-width: 763px) { #Lm1eS83wwEOKMmqcTc86HsNyREoKpxop { top:860.125rem;left:27.75rem;width:20rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNMVVbod8TevU8L2Io6Cv8lRO9TaULT { width:12.625rem;height:3.875rem;top:882.125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSzEwA0wIsCNV2eCKCbO65BUqXXRv75 { display:block; }
 }@media only screen and (max-width: 763px) { #zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN { top:869.875rem;left:30.5rem;width:17.25rem;height:9.4375rem;font-size:1rem;display:block; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:before{  }
 }@media only screen and (max-width: 763px) { #XL7m1RJgO7gG2Ltwhn8gZIcpxsaytMFc { top:865rem;left:28.375rem;width:19.375rem;height:4.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfHPnt6EsfveKTvTpHPAPJ5CeBZGQJg { width:35.3125rem;height:11.1875rem;top:857.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1yTwOdryRQezmzg6O6F8vvpZctPi8XN { top:863.25rem;left:28.375rem;width:19.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPycF9pFap0ChmWb2I4NfiolMAuWpWT7 { top:861.0625rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exw0chcTc6ntLioTTE6hQStkTevLUnbH { width:47.75rem;height:20rem;top:902.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEHMZ2hAZ0bFCdAABsoZI5Nu5eoJEdh { width:16.25rem;height:12rem;top:906.875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnnoTHKECNiwDmDgs1EzuuuLoyTDTDwc { width:31.9375rem;height:8.375rem;top:909.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEsITD7FTJ9cJgsq35HlJ7DnctigV6wT { width:32.8125rem;height:3.0625rem;top:904.1875rem;left:0.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFbIOoJn3SyefkFFhb3KlDITVcM7R8i4 { width:3.125rem;height:3.125rem;top:904.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.25rem;top:935rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { width:11rem;height:1.25rem;top:935rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:47.75rem;height:16.875rem;top:937.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrbe3MH1CTWO1zTpyHms7W6HiqbZFE3f { width:47.75rem;height:1.375rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz6h41JGDCBAgJ1l8midfOJUWtpaTwpp { width:47.75rem;height:1.375rem;top:572.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXDmTm1UCugQ1WKsed8fXRhb8DvHy9Zg { width:47.75rem;height:1.375rem;top:896.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC2Ay8y6exOpfvEO8dgNqwtTG8CInSMv { width:16.25rem;height:12rem;top:42.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10ykq8fux85M6l70WGxnCPLHLk13S9t { width:27.125rem;height:22.0625rem;top:545.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSyEQF5OE6gWpT8tvNXaOvZ8qr2Tb7mB { width:27.125rem;height:22.0625rem;top:868.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA90wP6SGssvnsk87CV9fy3lOZgIq4s4 { width:31.25rem;height:25.4375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvkWZGrdFZarPvZpaRdgb2FuxKvU9JfJ { width:33.4375rem;height:2.5625rem;top:600.25rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqDGKnnfXbPsqD38XDISEas8TEARMszT { width:47.75rem;height:42.9375rem;top:606.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:7.0625rem;height:3.8125rem;top:2.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { display:flex;width:5.99989375rem;height:5.99989375rem;top:1rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { display:flex;width:6.124675rem;height:6.124675rem;top:0.9375rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:5.1875rem;height:3.8125rem;top:2.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:8rem;height:3.8125rem;top:2.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:5.9375rem;height:2.6rem;top:2.75rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:7.4370625rem;height:2.6rem;top:2.75rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:7.0621875rem;height:2.6rem;top:2.75rem;left:13rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.1120875rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:20rem;height:23.56125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { width:20rem;height:1.2182625rem;top:8.1854248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { padding-top:0.060625rem;padding-right:0.0525rem;padding-bottom:0.060625rem;padding-left:0.0525rem;width:0.315rem;min-width:0.315rem;height:0.324375rem;font-size:0.24125rem;line-height:5.19px;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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.038125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.42rem;height:0.128125rem;font-size:0.090625rem;line-height:2.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:1.81213125rem;height:0.625rem;top:22.874755859375rem;left:0rem;padding-top:0.030625rem;padding-right:0.029375rem;padding-bottom:0.030625rem;padding-left:0.029375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { width:20rem;height:7.3125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CON0QK84LVWhaRInk6KpF9BsPJzBCF77 { width:20rem;height:10.68725rem;top:9.998779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:20rem;height:1321.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrEIQpbArKG7IeXMUfNfwNvdRepyrqNn { width:20rem;height:35.625rem;top:764rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { width:18.4375rem;height:14.7rem;top:783.125rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigqJRTc0mfONgz0QiEUcsym45fxTD3x { width:17.6861875rem;height:5.2rem;top:764.25rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQcqH72QJGof0uwtbkEJd6n910nb6C11 { width:3.125rem;height:3.125rem;top:765.3125rem;left:0.75rem;font-size:2.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { width:16.25rem;height:11.9983125rem;top:770.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { width:20rem;height:28.125rem;top:726.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubZeTrcwKdkADTwmkpVhxna8slIW1et { width:12.5610625rem;height:3.81225625rem;top:749.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block; }
 }@media only screen and (max-width: 763px) { #QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { width:17.2489375rem;height:11.3375rem;top:735.0625rem;left:1.375rem;font-size:1rem;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
 }@media only screen and (max-width: 763px) { #VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { width:19.375rem;height:4.0625rem;top:730.375rem;left:0.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { width:19.375rem;height:1.38125rem;top:729rem;left:0rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { width:19.375rem;height:1.38125rem;top:727.625rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { width:20rem;height:10.4rem;top:699.38959598544rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHrAJsstLb37IDtXdaqDVTLs46rqgLP8 { top:755.9375rem;left:0.25rem;width:19.498875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r259yX2Wu9J3LVZM2TRXM7wxCpPVAIlN { display:block; }
 }@media only screen and (max-width: 763px) { #fQ7a9sH4skvTHQw6ROM2MoibHoO5qhSg { width:20rem;height:92.625rem;top:37.641665458679rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { width:20rem;height:5.60625rem;top:9.6364707946775rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVnngzDkSLgVl6RCiiBbDOMy3W1eirBD { width:20rem;height:8.9375rem;top:224.24377441406rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:0.5596923828125rem;left:0.4986572265625rem;width:18.999625rem;height:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #GgzsrLtX4XWThi0tV7mWcn7BmTIQG9fd { width:20rem;height:4.875rem;top:15.885416984558rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxLTcdZ8TFi7AvJLiUbcilWNEik4JVt { width:20rem;height:8.9375rem;top:131.64895057678rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sL4ez3bicuJSrByazWO5qseNxPfmIcZt { width:20rem;height:80.275rem;top:141.53869628906rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9Zyk713LfptVsTSIuyQPco9QZM614CT { width:20rem;height:58.6625rem;top:236.07849121094rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { width:20rem;height:7.15rem;top:297.13073730469rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { width:20rem;height:46.3125rem;top:306.91528320312rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { width:20rem;height:8.9375rem;top:355.99426269531rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { width:20rem;height:138.9375rem;top:367.6220703125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { width:20rem;height:7.15rem;top:510.28564453125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { width:20rem;height:76.375rem;top:521.42944335938rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Te3Jm033gCQ8IOZWaxcQBkgdmOgXEeid { width:20rem;height:5.0375rem;top:598.671875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { width:20rem;height:94.25rem;top:604.4580078125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTS9N6ukZ3RFJ5cdWtoHEiUaJcsLHDLI { width:20rem;height:7.475rem;top:800.42846679688rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { width:20rem;height:43.225rem;top:809.42749023438rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { width:20rem;height:7.15rem;top:852.88452148438rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { width:20rem;height:38.59375rem;top:862.65747070312rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFrcmLuNkhSMOc1JZX0CAvhEyJSe9tCq { width:20rem;height:7.15rem;top:902.77709960938rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODXPZALaoLgdxNFH7mWqWHsy12QQwOSH { width:20rem;height:55.575rem;top:912.58911132812rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8FTQgbJArFTTEtwnU22l4GdzI6Ii8b { width:20rem;height:6.09375rem;top:968.78295898438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bbmc0MBXhF9rKttZiFVql4kA55UQGtNh { width:20rem;height:75.64375rem;top:975.78125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L1bvc1uw97upqEd9dRS92qLKgSOT7a7d { width:20rem;height:7.8rem;top:1052.3729448319rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO8kZ8LzPoKorVmQDdBXoNawbcWq6PXe { top:1119.6875rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ARkNVirsgMbHFV1CT80lswpqUy75it { display:block; }
 }@media only screen and (max-width: 763px) { #Lm1eS83wwEOKMmqcTc86HsNyREoKpxop { width:20rem;height:27.625rem;top:1090.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNMVVbod8TevU8L2Io6Cv8lRO9TaULT { width:12.5625rem;height:3.8125rem;top:1113.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSzEwA0wIsCNV2eCKCbO65BUqXXRv75 { display:block; }
 }@media only screen and (max-width: 763px) { #zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN { width:17.2485625rem;height:11.3375rem;top:1099.375rem;left:1.375rem;font-size:1rem;display:block; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:before{  }
 }@media only screen and (max-width: 763px) { #XL7m1RJgO7gG2Ltwhn8gZIcpxsaytMFc { width:20rem;height:3.81875rem;top:1094.625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfHPnt6EsfveKTvTpHPAPJ5CeBZGQJg { width:20rem;height:10.4rem;top:1060.872882843rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1yTwOdryRQezmzg6O6F8vvpZctPi8XN { width:20rem;height:1.38125rem;top:1093rem;left:0rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #QPycF9pFap0ChmWb2I4NfiolMAuWpWT7 { width:20rem;height:1.38125rem;top:1091.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exw0chcTc6ntLioTTE6hQStkTevLUnbH { width:20rem;height:24.4375rem;top:1233.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEHMZ2hAZ0bFCdAABsoZI5Nu5eoJEdh { width:16.25rem;height:11.9983125rem;top:1245rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnnoTHKECNiwDmDgs1EzuuuLoyTDTDwc { width:20rem;height:12.6rem;top:1261.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEsITD7FTJ9cJgsq35HlJ7DnctigV6wT { width:20rem;height:5.2rem;top:1234.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFbIOoJn3SyefkFFhb3KlDITVcM7R8i4 { width:3.125rem;height:3.125rem;top:1297.125rem;left:2.5625rem;font-size:2.1875rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.3rem;top:1276.8125rem;left:11.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { width:10.9375rem;height:1.3rem;top:1276.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:20rem;height:39.08125rem;top:1279.125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qrbe3MH1CTWO1zTpyHms7W6HiqbZFE3f { width:20rem;height:2.2753875rem;top:6.1309814453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz6h41JGDCBAgJ1l8midfOJUWtpaTwpp { width:20rem;height:2.275rem;top:761rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXDmTm1UCugQ1WKsed8fXRhb8DvHy9Zg { width:20rem;height:2.275rem;top:1125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC2Ay8y6exOpfvEO8dgNqwtTG8CInSMv { width:16.25rem;height:12rem;top:1220.8437347412rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10ykq8fux85M6l70WGxnCPLHLk13S9t { width:20rem;height:16.267281105991rem;top:710.47501182556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSyEQF5OE6gWpT8tvNXaOvZ8qr2Tb7mB { width:20rem;height:16.267281105991rem;top:1072.5249595642rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA90wP6SGssvnsk87CV9fy3lOZgIq4s4 { width:20rem;height:16.28rem;top:21.322973251342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvkWZGrdFZarPvZpaRdgb2FuxKvU9JfJ { width:20rem;height:5.2rem;top:1130.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqDGKnnfXbPsqD38XDISEas8TEARMszT { width:20rem;height:84.09375rem;top:1136.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }