.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:51rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#JKLkmTM8DUx3B3E7C7cFu23s9Fppn9PM { position:absolute;display:block;z-index:15002;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:3rem;width:10rem;top:5.5615234375rem;left:3.90625rem;overflow:hidden;display:block; }
#eIFAMNB2VJhocLGUVt6M4C7EfyuQrRP9 { background-color:#6245ef;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;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:52rem;height:4.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.3125rem;left:4rem;display:block; }
#yrhJDseBaDrJeP1QbspITWnMk2uxNwET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0WobgerTylBFFPcQ4ldqZaea9BO1dvn { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:15.4365234375rem;left:0.8125rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VDpOO0KqW1gOtkQ41TLvl9B0CLCbzWya { color:#6245ef;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.2001953125rem;left:2.40625rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfF6Gbt1p8XqJf8b9BlL5W3LDwd0MWEL { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:23.3125rem;width:19.375rem;top:6.0673828125rem;left:36.6875rem;overflow:hidden;display:block; }
#Ocl4gRcH8bxrAZvrQkZU7C44asm5HnqG { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.923828125rem;left:0.9375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smg8itHDiTxAIAKE0OcFHV0sqCBX9k7U { position:absolute;display:block;z-index:15008;height:14.9375rem;width:14.9375rem;top:41.8125rem;left:44.4375rem;display:block; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .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; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .widget-text.counter-number { border-top:0.109375rem solid #6245ef;border-left:0.11125rem solid #6245ef;border-right:0.11125rem solid #6245ef;border-bottom:0.109375rem solid #6245ef;background-color:transparent;background-image:none;color:#6245ef;padding-top:0.665625rem;padding-right:0.61rem;padding-bottom:0.665625rem;padding-left:0.61rem;display:block;align-items:center;width:3.655625rem;min-width:3.655625rem;height:3.580625rem;position:relative;font-family:arial;font-size:2.66625rem;font-weight:700;line-height:57.29px;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; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .widget-text.counter-label { background-color:;background-image:none;color:#6245ef;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.416875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.875rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.999375rem;font-weight:700;line-height:22.64px;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; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.3125rem;height:6.61rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:41.8125rem;left:20.84375rem;z-index:15021; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #XmPbT6yR7cNmAudxNeT8EVZUFboupt5T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #Tng1anP390hgKNrnz1nZRBTJOPTsmg8o { width:auto; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #TPKEBleHSGIl2xzGiP5xUndFgKiTdLdK {  }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #sLZpMyLmUvHJT722wQ5GFy0xBFHmDhaK { display:flex;position:relative;top:0rem;left:0rem; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #W84eaqBReTdie33CHniKp48yrNpfICqQ {  }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #P4getq5FlfBSkMN1M4B55WSuTzmkkOGB {  }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #fatdpPAoPkgPqfA5s2OGOoc1QvnR7cnL { display:flex;position:relative;top:0rem;left:0rem; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #VxtISJeVxaeJ1lN56gUgVWF2rM855CBZ {  }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #caf4Q5B2favki6NHwAhzP11A44k1dBiG {  }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #LwHM6K3Z6lQnu3GD8maURFVprtdZ4CqI { display:flex;position:relative;top:0rem;left:0rem; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #LIoMGqQUiByUnJ6FIZqLC2K8W91oT0zL {  }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #sH8qy0ZqlVZJT6uS4uI1hV3R2SRH6Hp8 {  }
#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 { position:relative;display:block; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 { background-color: transparent; background-image: none; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .row .container > .video-iframe-container { display: none; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .row > .video-iframe-container { display: none; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .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); }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 { border-width: 0; border-radius: 0; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .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; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .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:101.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; }#E03WJoUVca3dooqwdnyagiduKSq83Afr { box-sizing:content-box;height:37.0625rem;width:46.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.0625rem;left:6.28125rem;box-shadow: 0rem 0rem 1.25rem rgba(98,69,239,0.36) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dygetUqEfz5ooxA5e1TX2xwTuksBIF8a { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tg89s0bn1mfQENf5QnpEMHX5HpVztwNm { color:#6549ef;display:block;width:15.06225rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.3125rem;left:10.75rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sPfa8NuHLnVphyBpgoANelsqdyPrs5Dp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.4995125rem;top:11.5625rem;left:16.0625rem;overflow:hidden;display:block; }
#cXGn5Dm0kR4RUEPUlp307Cl8rfmIrOyh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:11.5rem;left:37.5625rem;overflow:hidden;display:block; }
#QlaGF9W8Vc7GBbUOmhroWXT0boRWEJFo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:5.811525rem;top:28.9375rem;left:37.5rem;overflow:hidden;display:block; }
#IBiFz46RHIORJiWJGzocC9a3lQLKHXKO { color:#6549ef;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.3125rem;left:32.875rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F12PZCOculv4ETELuUPhey4PAb3XZXrx { color:#6549ef;display:block;width:16.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:71.75rem;left:31.5625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#plUDNVpRypBF369psGBHUEWOfNoCZLgT { color:rgba(0,0,0,0.7);display:block;width:16.12425rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.625rem;left:10.25rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LH8QobkJXpmHZKhRZrShBM7iPvrGcrWa { color:rgba(0,0,0,0.7);display:block;width:15.375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:32.9375rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fsaR1OeTyeFLokVI3WcOpeI8Kua4wwTu { color:rgba(0,0,0,0.7);display:block;width:18.1875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:74.25rem;left:31.3125rem;height:5.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Szd0TvGFcEiQgalRtTGf1VQPRCLiAtkP { position:absolute;display:block;z-index:15012;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:4.3125rem;width:6.9375rem;top:65.5rem;left:15rem;overflow:hidden;display:block; }
#KC0Ps5I5pCri2kitWVhpJRNgVO4PmSaf { color:#6549ef;display:block;width:15.06225rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:71.6875rem;left:10.9375rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xyboTErveJVl7TTU9TIuIWTrICWO3P93 { color:rgba(0,0,0,0.7);display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:74.1875rem;left:10.4375rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UAbBnhJTl8BDtp2QyTScbQ2f1akSuZcT { position:absolute;display:block;z-index:15015;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.375rem;width:1.375rem;top:30.0625rem;left:17.625rem;overflow:hidden;display:block; }
#CRUDWd0Qn1GLHesPaLMTUBEP3MH92D2F { color:#6549ef;display:block;width:15.0615rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.1875rem;left:10.75rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sNm3yQqR0efMClfc30qKAEW08CDoEsLi { color:rgba(0,0,0,0.7);display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.6875rem;left:9.5rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U1HIe9xKRTmSAO84Ts9zMHcQiov5Ld21 { position:absolute;display:block;z-index:15012;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.6875rem;width:3.625rem;top:65.375rem;left:38.4375rem;overflow:hidden;display:block; }
#sBET81LoflFv31AEKTXJbw7p1bfHOgig { color:#6549ef;display:block;width:15.6875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.1875rem;left:32.3125rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UKwPQDStXe3toGWFbWXSvfM37GCS46Hy { color:rgba(0,0,0,0.7);display:block;width:16.124rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.6875rem;left:31.875rem;height:3.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wA6Jr1B2fvuT128wVKgTWcf2NRHbyZua { position:absolute;display:block;z-index:15012;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:4.6875rem;width:3.875rem;top:29rem;left:16.3125rem;overflow:hidden;display:block; }
#hGxUZwrp04arsPhrhSMFe43G4vmPbaEx { background-color:#6245ef;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;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:ubuntu;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.8125rem;height:4.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:87.9375rem;left:2.0625rem;display:block; }
#TVTxeuavJsZlq7EZiNrVx739fGtlm54J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFlGrrW2hWF3acp2sbxCzWFySgS0UNzi { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:20.625rem;left:11rem;display:block; }
#DowlTOaC4CkHy8TvWunspuJ6rRAsl7IQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .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; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .widget-text.counter-number { border-top:0.07625rem solid #6245ef;border-left:0.078125rem solid #6245ef;border-right:0.078125rem solid #6245ef;border-bottom:0.07625rem solid #6245ef;background-color:transparent;background-image:none;color:#6245ef;padding-top:0.46625rem;padding-right:0.426875rem;padding-bottom:0.46625rem;padding-left:0.426875rem;display:block;align-items:center;width:2.55875rem;min-width:2.55875rem;height:2.50625rem;position:relative;font-family:arial;font-size:1.86625rem;font-weight:700;line-height:40.1px;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; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .widget-text.counter-label { background-color:;background-image:none;color:#6245ef;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.291875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.4125rem;height:0.990625rem;position:relative;font-family:"open sans";font-size:0.7rem;font-weight:700;line-height:15.85px;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; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.1875rem;height:4.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:95.1875rem;left:22.9375rem;z-index:15019; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #evgcd96xyKWTtSV8mRW5JhO2KOSXiuMe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #ebmIbLADTRdkkSL1hq1RrNzexkKi0mTw { width:auto; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #n2mIFNHclkmmIHTWzKAIXrL0QZ7pZ0x0 {  }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #ZgG4T3AcADhKioPzNMrX1aZLsyHCSEWl { display:flex;position:relative;top:0rem;left:0rem; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #mh360dJe3Qe8DzRhJWRAnTnmfwayvZCb {  }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #HKuFGwXAhXAMumuemGTaiXgwCziMn7aQ {  }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #LpLezBTqgSqzaKSGEpWRiETFQJocu7Lx { display:flex;position:relative;top:0rem;left:0rem; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #oQNuXM9Jq40kEPNWl91vbwh4qIrwImMT {  }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #WugxwJsehyu1hL1Qx0AVepqVJiAKCbAO {  }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #Ud1o4ZamgdEasHc1NTP29DDd4mIMFkrL { display:flex;position:relative;top:0rem;left:0rem; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #acU6L2fogmq4TauspRvKaqOnqZK3uWEO {  }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #DCcVni3JuQRuUE1eiNwUNmSWNN7LQiOc {  }
#Z7LnF4LZOeSzNqRHntnM4TyMKqvtqK0y { box-sizing:content-box;height:21.5rem;width:46.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:61.740234375rem;left:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(98,69,239,0.36) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fFMOST5sb1zXDq9MintTT91DZU4VR0KL { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:58.1875rem;left:0rem;height:2.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qOIPlePlVffgNCFVpk97a0CHobXoJ596 { 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:9.4375rem;width:9.4375rem;top:47.25rem;left:25.28125rem;overflow:hidden;display:block; }
#uTob98IwvplGcan5aWh58poVnuNoCyTI { position:relative;display:block; }#uTob98IwvplGcan5aWh58poVnuNoCyTI { background-color: transparent; background-image: none; }#uTob98IwvplGcan5aWh58poVnuNoCyTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container > .video-iframe-container { display: none; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row > .video-iframe-container { display: none; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .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); }#uTob98IwvplGcan5aWh58poVnuNoCyTI { border-width: 0; border-radius: 0; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .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; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .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.6875rem;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; }#o92Utqg91NPL0agMO7nmTve4x2IJLpZu { 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:2.125rem;width:1.1875rem;top:8.5rem;left:5.3125rem;overflow:hidden;display:block; }
#xy1KAxCHzik3oFNEMy25lixPkVrhAZHb { color:rgba(0,0,0,0.7);display:block;width:43.5625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:8rem;height:3rem;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; }
#Us9KZpCaSmaUfqV2V0ueROLUqCgCJ2R3 { color:rgba(0,0,0,0.7);display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:8rem;height:;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;font-style:normal;display:block; }
#TdLE34GlqMlLy8buyNHB1OapcXgAVgWg { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:5.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cAhMU8lu97EHDXmST9sTCAQzST4oRbBv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.1875rem;top:16.25rem;left:5.3125rem;overflow:hidden;display:block; }
#eo2DZbIgDsHzGT5TWD5NcxdyowNKdmsV { color:rgba(0,0,0,0.7);display:block;width:38.4375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:8rem;height:;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; }
#ZFS6SNDDqhPsOzia0Mlai1vsbDD0oB4W { color:rgba(0,0,0,0.7);display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:8rem;height:;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;font-style:normal;display:block; }
#UWs1Z9D3n9IfUayavRhz9P3kAQ8xbJ53 { 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:2.125rem;width:1.1875rem;top:24rem;left:5.3125rem;overflow:hidden;display:block; }
#evQxrnTnouLrO8h0Er6wdoIN53CIfM9y { color:rgba(0,0,0,0.7);display:block;width:40.4375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.5625rem;left:8rem;height:;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; }
#pyzVqsxTJ5oTCIQDwEZOBZFpQFpoukzH { color:rgba(0,0,0,0.7);display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.3125rem;left:8rem;height:;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;font-style:normal;display:block; }
#ItgXmv9gHMpMgpbMEbkw9xDcG9nwnQRX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.1875rem;top:31.8125rem;left:5.3125rem;overflow:hidden;display:block; }
#rLyTAAzzW5Ie9unKLRB1qaFUiBP9MR0l { color:rgba(0,0,0,0.7);display:block;width:47.25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.375rem;left:8rem;height:3rem;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; }
#TG7OHWAmx02TTTJhDtG30ztXZCTI3GWU { color:rgba(0,0,0,0.7);display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.125rem;left:8rem;height:;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;font-style:normal;display:block; }
#Twmy23b8H12r3pkKkr7g5tmpoqxo7Vz9 { color:rgba(0,0,0,0.7);display:block;width:42.375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.1875rem;left:8rem;height:3rem;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; }
#Ud28WkKrAqdCt4hG4XMIdvrbVSn7tUMF { color:rgba(0,0,0,0.7);display:block;width:33.0625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:39.9375rem;left:8rem;height:;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;font-style:normal;display:block; }
#FOTutyUUMKNACBi3HpJIvJssW11yGqh0 { position:absolute;display:block;z-index:15012;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.125rem;width:1.1875rem;top:39.625rem;left:5.3125rem;overflow:hidden;display:block; }
#GR1EkII8ZGJxQp4a21IndNaJT1lNtZl5 { background-color:#6245ef;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;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:ubuntu;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:4.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:52.875rem;left:14.625rem;display:block; }
#Qx0UwJa2Uubcb7KGTXsSwdXgVimB655D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .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; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .widget-text.counter-number { border-top:0.0625rem solid #6245ef;border-left:0.0625rem solid #6245ef;border-right:0.0625rem solid #6245ef;border-bottom:0.0625rem solid #6245ef;background-color:transparent;background-image:none;color:#6245ef;padding-top:0.38125rem;padding-right:0.341875rem;padding-bottom:0.38125rem;padding-left:0.341875rem;display:block;align-items:center;width:2.05rem;min-width:2.05rem;height:2.05125rem;position:relative;font-family:arial;font-size:1.526875rem;font-weight:700;line-height:32.82px;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; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .widget-text.counter-label { background-color:;background-image:none;color:#6245ef;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.73375rem;height:0.810625rem;position:relative;font-family:"open sans";font-size:0.5725rem;font-weight:700;line-height:12.97px;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; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.375rem;height:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:60.5625rem;left:24.3125rem;z-index:15018; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #QGRp0hhDGmV2ztZVNlUEd5l7FvTHFirI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #Uo5mbwQSz2JtgBR3n1r42fS7NLJ8JXcq { width:auto; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #FqTDlXX8wzrXNHTChrho2wdGgWdgIyUQ {  }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #kkJ1fzW7Fdk0M5qcSV2M5mlE4CEnvJ5V { display:flex;position:relative;top:0rem;left:0rem; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #zCMvDQ2noXx3mO9kIBiiAtWXMs2d4P0K {  }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #QKrL3wt4pPy4Ce8eyIWIChmoUqWC3VZO {  }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #iqplB8rWwnH4IXMHDAFPuT0oKuhsEDTt { display:flex;position:relative;top:0rem;left:0rem; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #BucRSeMIDkcAxOoJEuyfuZ989ZsZCLIS {  }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #TcV0hTnlfTQSe4vp4wGti4LSADGcCGdd {  }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #l1vZPH54GuMTI7WEUhad3R2eVQuzpGTG { display:flex;position:relative;top:0rem;left:0rem; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #ocVuacAamZwnygZQOVIvES2y2ScTnSD1 {  }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #Mpf4uuNd6E4LqBQFCwbh4GJH7Oo0h3cD {  }
#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf { position:relative;display:block; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf { background-color: transparent; background-image: none; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .row .container > .video-iframe-container { display: none; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .row > .video-iframe-container { display: none; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .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); }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf { border-width: 0; border-radius: 0; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .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; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .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:63rem;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; }#EdNV1nh5GIbmCi80fdqPcdTMOSZ4llnH { color:#000000;display:block;width:37.25rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.9375rem;left:11.375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W23urwfmQcwTVVbqT1ys4v3q20cFtseV { position:absolute;display:block;z-index:15007;height:49rem;width:54.0625rem;top:11.1875rem;left:3.1875rem;display:block; }
#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs { position:relative;display:block; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs { background-color: transparent; background-image: none; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .row .container > .video-iframe-container { display: none; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .row > .video-iframe-container { display: none; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .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); }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs { border-width: 0; border-radius: 0; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .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; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;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; }#HJIMZlfsL9ay3RDTIxg0gyqzkLq0cCqF { color:rgba(0,0,0,0.7);display:block;width:22.6875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:2.75rem;height:3rem;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;font-style:normal;display:block; }
#nGU7iMrEs4zgoG75ifx5IGw2pBoZe7vg { color:#000000;display:block;width:37.24975rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3955078125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NkxeTXsAIgHDRIw6IXKD6LnbLEdeAxkz { position:absolute;display:block;z-index:15008;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:21.8105625rem;width:22.5615rem;top:9.9375rem;left:37.4384765625rem;overflow:hidden;display:block; }
#xHRdS2zXzAdCSh20tpLWwLQK1EkTVgOH { color:rgba(0,0,0,0.7);display:block;width:25.625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.375rem;left:2.75rem;height:3rem;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; }
#mdBRdhGoxZixrf7VbTGrianWMRwtIz4Q { color:rgba(0,0,0,0.7);display:block;width:30.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.125rem;left:2.75rem;height:3rem;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; }
#fpbvuDyOVfyJizTmVzKQk6KnMAzSveLN { color:rgba(0,0,0,0.7);display:block;width:1.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:1.0625rem;height:1.5rem;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;font-style:normal;display:block; }
#LmZiDd8fynONuHMr9J8zJ8mGc3hI0zeL { color:rgba(0,0,0,0.7);display:block;width:1.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.375rem;left:1.0625rem;height:1.5rem;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;font-style:normal;display:block; }
#rmhrJMgtVUBsv2xGwx0qkTxT7abkpZsE { color:rgba(0,0,0,0.7);display:block;width:1.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.0625rem;height:1.5rem;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;font-style:normal;display:block; }
#yLRrhbebUIs5yNmyqlxgMsLi3mTOud5G { color:rgba(0,0,0,0.7);display:block;width:1.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.3125rem;left:1.125rem;height:;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;font-style:normal;display:block; }
#LC9m5FfNfe0HPepg3LcpLwPzG2B5EDBv { color:rgba(0,0,0,0.7);display:block;width:26.4375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.3125rem;left:2.8125rem;height:3rem;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; }
#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L { position:relative;display:block; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L { background-color: transparent; background-image: none; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .row .container > .video-iframe-container { display: none; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .row > .video-iframe-container { display: none; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .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); }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L { border-width: 0; border-radius: 0; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .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; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .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:50.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; }#A6nNi450TxgEfHlFRJrIdO3re0ABK869 { color:#000000;display:block;width:22.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.86328125rem;left:33.75rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wMODyvEp9svJxidW4Rum1r0135P87lp8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:7.4375rem;top:10.6875rem;left:1.75rem;overflow:hidden;display:block; }
#d0FolidsBTWF7KFV4ZV1ZNZpzgNdDTEZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:8.5rem;top:10.75rem;left:31.6875rem;overflow:hidden;display:block; }
#A1TGzCISF2ev7i14SToEtLZbSipqx0cK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:8rem;top:10.625rem;left:9.75rem;overflow:hidden;display:block; }
#BO08OTZH1RptpTcmgVlTQDAVLTg8xeST { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:8.625rem;top:10.75rem;left:40.875rem;overflow:hidden;display:block; }
#w2fttTQ0bfh2Kc2f5z7XATrn2UlR6zhh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:8.5rem;top:10.625rem;left:18.375rem;overflow:hidden;display:block; }
#fyTLCDzamanIJ3BOU4oDPr7EzaRMhnSK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:8.0625rem;top:10.6875rem;left:50.1875rem;overflow:hidden;display:block; }
#NBGyI9XsQCSh2lSdqGcHyIKanSrehRZn { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hDpiTWp8plKTOl6d8lVHWnO6AtbFWxFQ { color:#6245ef;display:block;width:26.4375rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:31.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HxsxvmcwmzBSFCNGxO0RiDLT0aAE4x2g { box-sizing:content-box;height:15.9375rem;width:26.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:26.9375rem;left:31.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0.1875rem solid #6245ef;border-right:0.1875rem solid #6245ef;border-bottom:0.1875rem solid #6245ef;display:block; }
#QE9gKilMimQywNr6eMXgMFDJ0PXgfiX0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.6875rem;top:1.5rem;left:23.65625rem;overflow:hidden;display:block; }
#LJIMDP07mhiQ7i45I6vgLTAVx1aaOv9V { box-sizing:content-box;height:20.1875rem;width:26.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:10.625rem;left:31.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.375rem solid #6245ef;border-left:0.375rem solid #6245ef;border-right:0.375rem solid #6245ef;border-bottom:0.375rem solid #6245ef;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RZJ1DsJhWIR9LpgwX8MS02oXzvrpgWxE { background-color:#6245ef;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;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:ubuntu;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.4375rem;height:4.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.625rem;left:3.28125rem;display:none; }
#GXtSpfr7mLdFdQEihTgTRHgqeznPiUO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f32ad7e-8629-4fe9-9d18-4bbe32071c5d/foto2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:block; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0.adaptive-delivery-prevent-bg, #VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0.lazyload, #VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0.lazyloading { background-image: none; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row .container { background-color: transparent; background-image: none; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,33,0.79); }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row .container > .video-iframe-container { display: none; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,33,0.79); }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row > .video-iframe-container { display: none; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .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); }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row .container { border-width: 0; border-radius: 0; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#ypyquftPq3DTIblmbxzlCIueSwxdu57Z { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:ubuntu;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4794921875rem;left:9.9375rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ue9thbo064S9TwhJFbTPqeSGnNqWFzXJ { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:15.0625rem;left:4.125rem;height:7.25rem;text-align:justify;text-align-last:initial;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;display:block; }
#fMO4uwNNDEVbKu7VTdp1JaaTmDwagXSe { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.1044921875rem;left:4.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LiqSRbF7PmT8cbr43J7fbUnvcSTcxRdu { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:27.998046875rem;left:4.09375rem;height:;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;font-style:normal;display:block; }
#DmkZyTNbOshHAsCP8PZDUXax1vq7JLxc { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:40.375rem;left:4.09375rem;height:7.25rem;text-align:justify;text-align-last:initial;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;display:block; }
#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU { position:relative;display:block; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU { background-color: transparent; background-image: none; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .row .container > .video-iframe-container { display: none; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .row > .video-iframe-container { display: none; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .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); }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU { border-width: 0; border-radius: 0; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .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; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .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:51.0625rem;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; }#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-form-header {  }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:30.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.4375rem;box-sizing:border-box;height:3.0625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:comfortaa;line-height:1.4; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:comfortaa;line-height:1.4; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#6245ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:30.4375rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }
#FeOvm40SmldT38V27FZf6184CdL74zJn [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:29.0625rem;overflow:hidden;font-style:normal; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-container:first-of-type{padding-top:0;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-container:last-of-type{padding-bottom:0;}#FeOvm40SmldT38V27FZf6184CdL74zJn  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.6875rem;left:2rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.4375rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.5625rem;line-height:1.3;font-weight:300;color:rgba(0,0,0,0.57);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn {display:block;}#FeOvm40SmldT38V27FZf6184CdL74zJn { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.6875rem;left:2rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #kxVTnyotB0SJ1NoPTeKHZuJeyHlcWqcT { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #J8WV396AVR3Ds6Nk4Ha8EpBgrWW0hLg1 { position:relative;display:block; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #Oanmh7RwxBmGOSO8xadt5s3bO5ksAFGD { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #wmQ4WAoTTV0fUd7OOTMzLl0BwcFBPtWE { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #VSPflCiiyiHOaQWeUTZrkWtiTIcHph4E { position:relative;display:block; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #CLHLLaG3dnlNPesMgNmL1f1fOBv28WDo { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #eokgwan6MUPFU6mFmBAB2KDXdF185FSH { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #FAic28JTPTnsCOlvQmcsDfcALOPgxmSq { position:relative;display:block; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #zhqsh19UUBdTbbcEEiGsdg8k845kmDlf { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #xi3irq8TENk4U1H7u94dJeRVSSgQebfl { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #fLOzkB3OvLzOwpyW1niK8eFcJ7r4vBVu { position:relative; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #QnRvCzx7PtK6xaFn7rygBn8BqWmLLMOv { position:relative;display:block;z-index:15000; }
#FeOvm40SmldT38V27FZf6184CdL74zJn #RUBUDq5tXvHg1D0W4nfQEcGVUpyTIuTK { position:relative;display:block;z-index:15000; }
#dBqTwWD5OC7zJUMRI4DAdplTAqTG4rQT { box-sizing:content-box;height:29.375rem;width:58.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12.9375rem;left:0rem;box-shadow: 0rem 0rem 1.25rem rgba(98,69,239,0.36) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uhdOSeXlbw22cWrku6tN7VPDLFMAgNmD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.4375rem;width:22.1875rem;top:12.9375rem;left:36.375rem;overflow:hidden;display:block; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .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; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .widget-text.counter-number { border-top:0.0625rem solid #6245ef;border-left:0.0625rem solid #6245ef;border-right:0.0625rem solid #6245ef;border-bottom:0.0625rem solid #6245ef;background-color:transparent;background-image:none;color:#6245ef;padding-top:0.405625rem;padding-right:0.360625rem;padding-bottom:0.405625rem;padding-left:0.360625rem;display:block;align-items:center;width:2.1625rem;min-width:2.1625rem;height:2.181875rem;position:relative;font-family:arial;font-size:1.62375rem;font-weight:700;line-height:34.91px;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; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .widget-text.counter-label { background-color:;background-image:none;color:#6245ef;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.88375rem;height:0.8625rem;position:relative;font-family:"open sans";font-size:0.60875rem;font-weight:700;line-height:13.8px;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; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12rem;height:4.234375rem;padding-top:0.050625rem;padding-right:0.05125rem;padding-bottom:0.050625rem;padding-left:0.05125rem;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:14.7265625rem;left:12.416015625rem;z-index:15017; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #DkdNHuWigvTaHVWyazB1QcbzbEfPXOza { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #NMqcpUS4ybH36uF9OtzMtTZpBXPVKIKL { width:auto; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #WCylkka7ylqpIqyM9sUm4KxWlahilv37 {  }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #B8MUSLi7hh9O1IeWthe1ingV08VzIACu { display:flex;position:relative;top:0rem;left:0rem; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #TmfoWJiPy0aMka7W6axhcpXJmUD9b7Ia {  }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #x7nQv3QQllQpxVtzfD4k71Ug7cmHm6g1 {  }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #tZRWHTUcGqxQMWX1uwk35x1TcSmy4b56 { display:flex;position:relative;top:0rem;left:0rem; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Qzec5BTW3PMUICMsuvEOEURl04E9NFoB {  }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Lv6iPKG2mKZKNxJR7uxvf2NTkM6PS2k2 {  }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #a6QlisHKGX4TDwHSugkowUHcyQ7QlZFr { display:flex;position:relative;top:0rem;left:0rem; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Uty6Pr4AShN2wIWhJQ9PoX0qgEorcvbk {  }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #m6NNdK4gcTJqLmyQOzboZT13fgpH4k4r {  }
#AdLZuPOJvImpDgW8HZ9IDvnJnDRstfK8 { color:#ff2020;display:block;width:41.25rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4rem;left:9.375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6245ef;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; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { background-color: transparent; background-image: none; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container > .video-iframe-container { display: none; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row > .video-iframe-container { display: none; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .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); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { border-width: 0; border-radius: 0; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#KaACoPRhJDW9PuTiwqJqRbTgdA08seFc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKLkmTM8DUx3B3E7C7cFu23s9Fppn9PM { top:5.5rem;left:0rem;width:10rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFAMNB2VJhocLGUVt6M4C7EfyuQrRP9 { width:46.75rem;height:4.6875rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrhJDseBaDrJeP1QbspITWnMk2uxNwET { display:block; }
 }@media only screen and (max-width: 763px) { #U0WobgerTylBFFPcQ4ldqZaea9BO1dvn { top:15.375rem;left:0rem;width:35.4375rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDpOO0KqW1gOtkQ41TLvl9B0CLCbzWya { top:24.1875rem;left:0rem;width:32.25rem;height:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfF6Gbt1p8XqJf8b9BlL5W3LDwd0MWEL { top:6.0625rem;left:28.375rem;width:19.375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocl4gRcH8bxrAZvrQkZU7C44asm5HnqG { top:9.875rem;left:0rem;width:35.25rem;height:5.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smg8itHDiTxAIAKE0OcFHV0sqCBX9k7U { top:41.8125rem;left:32.8125rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .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; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .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; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix { width:14.1875rem;height:5.28125rem;display:flex;top:44.5rem;left:17.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #XmPbT6yR7cNmAudxNeT8EVZUFboupt5T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #Tng1anP390hgKNrnz1nZRBTJOPTsmg8o {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #TPKEBleHSGIl2xzGiP5xUndFgKiTdLdK {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #sLZpMyLmUvHJT722wQ5GFy0xBFHmDhaK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #W84eaqBReTdie33CHniKp48yrNpfICqQ {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #P4getq5FlfBSkMN1M4B55WSuTzmkkOGB {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #fatdpPAoPkgPqfA5s2OGOoc1QvnR7cnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #VxtISJeVxaeJ1lN56gUgVWF2rM855CBZ {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #caf4Q5B2favki6NHwAhzP11A44k1dBiG {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #LwHM6K3Z6lQnu3GD8maURFVprtdZ4CqI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #LIoMGqQUiByUnJ6FIZqLC2K8W91oT0zL {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #sH8qy0ZqlVZJT6uS4uI1hV3R2SRH6Hp8 {  }
 }@media only screen and (max-width: 763px) { #GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 { display:block; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E03WJoUVca3dooqwdnyagiduKSq83Afr { top:8.0625rem;left:0.15625rem;width:46.375rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dygetUqEfz5ooxA5e1TX2xwTuksBIF8a { top:4.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg89s0bn1mfQENf5QnpEMHX5HpVztwNm { top:18.3125rem;left:4.625rem;width:15rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPfa8NuHLnVphyBpgoANelsqdyPrs5Dp { top:11.5625rem;left:9.9375rem;width:4.4375rem;height:4.9316240741049rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXGn5Dm0kR4RUEPUlp307Cl8rfmIrOyh { top:11.5rem;left:31.4375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaGF9W8Vc7GBbUOmhroWXT0boRWEJFo { top:28.9375rem;left:31.375rem;width:5.75rem;height:4.637874740279rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBiFz46RHIORJiWJGzocC9a3lQLKHXKO { top:18.3125rem;left:26.75rem;width:15.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F12PZCOculv4ETELuUPhey4PAb3XZXrx { top:71.75rem;left:25.4375rem;width:16.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plUDNVpRypBF369psGBHUEWOfNoCZLgT { top:20.625rem;left:4.125rem;width:16.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH8QobkJXpmHZKhRZrShBM7iPvrGcrWa { top:20.5rem;left:26.8125rem;width:15.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaR1OeTyeFLokVI3WcOpeI8Kua4wwTu { top:74.25rem;left:25.1875rem;width:18.1875rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szd0TvGFcEiQgalRtTGf1VQPRCLiAtkP { top:65.5rem;left:8.875rem;width:6.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC0Ps5I5pCri2kitWVhpJRNgVO4PmSaf { top:71.6875rem;left:4.8125rem;width:15rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyboTErveJVl7TTU9TIuIWTrICWO3P93 { top:74.1875rem;left:4.3125rem;width:16.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAbBnhJTl8BDtp2QyTScbQ2f1akSuZcT { top:30.0625rem;left:11.5rem;width:1.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRUDWd0Qn1GLHesPaLMTUBEP3MH92D2F { top:35.1875rem;left:4.625rem;width:15rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNm3yQqR0efMClfc30qKAEW08CDoEsLi { top:37.6875rem;left:3.375rem;width:17.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HIe9xKRTmSAO84Ts9zMHcQiov5Ld21 { top:65.375rem;left:32.3125rem;width:3.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBET81LoflFv31AEKTXJbw7p1bfHOgig { top:35.1875rem;left:26.1875rem;width:15.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKwPQDStXe3toGWFbWXSvfM37GCS46Hy { top:37.6875rem;left:25.75rem;width:16.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA6Jr1B2fvuT128wVKgTWcf2NRHbyZua { top:29rem;left:10.1875rem;width:3.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGxUZwrp04arsPhrhSMFe43G4vmPbaEx { width:46.75rem;height:4.6875rem;top:87.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTxeuavJsZlq7EZiNrVx739fGtlm54J { display:block; }
 }@media only screen and (max-width: 763px) { #AFlGrrW2hWF3acp2sbxCzWFySgS0UNzi { width:14.6875rem;height:3.4375rem;top:20.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowlTOaC4CkHy8TvWunspuJ6rRAsl7IQ { display:block; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .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; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .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; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD { width:13.875rem;height:5.1875rem;display:flex;top:44.5rem;left:17.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #evgcd96xyKWTtSV8mRW5JhO2KOSXiuMe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #ebmIbLADTRdkkSL1hq1RrNzexkKi0mTw {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #n2mIFNHclkmmIHTWzKAIXrL0QZ7pZ0x0 {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #ZgG4T3AcADhKioPzNMrX1aZLsyHCSEWl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #mh360dJe3Qe8DzRhJWRAnTnmfwayvZCb {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #HKuFGwXAhXAMumuemGTaiXgwCziMn7aQ {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #LpLezBTqgSqzaKSGEpWRiETFQJocu7Lx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #oQNuXM9Jq40kEPNWl91vbwh4qIrwImMT {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #WugxwJsehyu1hL1Qx0AVepqVJiAKCbAO {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #Ud1o4ZamgdEasHc1NTP29DDd4mIMFkrL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #acU6L2fogmq4TauspRvKaqOnqZK3uWEO {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #DCcVni3JuQRuUE1eiNwUNmSWNN7LQiOc {  }
 }@media only screen and (max-width: 763px) { #Z7LnF4LZOeSzNqRHntnM4TyMKqvtqK0y { top:61.6875rem;left:0.125rem;width:46.4375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMOST5sb1zXDq9MintTT91DZU4VR0KL { top:58.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOIPlePlVffgNCFVpk97a0CHobXoJ596 { top:47.25rem;left:19.15625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTob98IwvplGcan5aWh58poVnuNoCyTI { display:block; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o92Utqg91NPL0agMO7nmTve4x2IJLpZu { top:8.5rem;left:0rem;width:1.125rem;height:2.0131578947368rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1KAxCHzik3oFNEMy25lixPkVrhAZHb { top:11.0625rem;left:1.875rem;width:43.5625rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us9KZpCaSmaUfqV2V0ueROLUqCgCJ2R3 { top:8.8125rem;left:1.875rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdLE34GlqMlLy8buyNHB1OapcXgAVgWg { top:4.875rem;left:0rem;width:35.1875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhMU8lu97EHDXmST9sTCAQzST4oRbBv { top:16.25rem;left:0rem;width:1.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2DZbIgDsHzGT5TWD5NcxdyowNKdmsV { top:18.8125rem;left:1.875rem;width:38.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFS6SNDDqhPsOzia0Mlai1vsbDD0oB4W { top:16.5625rem;left:1.875rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWs1Z9D3n9IfUayavRhz9P3kAQ8xbJ53 { top:24rem;left:0rem;width:1.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evQxrnTnouLrO8h0Er6wdoIN53CIfM9y { top:26.5625rem;left:1.875rem;width:40.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyzVqsxTJ5oTCIQDwEZOBZFpQFpoukzH { top:24.3125rem;left:1.875rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItgXmv9gHMpMgpbMEbkw9xDcG9nwnQRX { top:31.8125rem;left:0rem;width:1.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLyTAAzzW5Ie9unKLRB1qaFUiBP9MR0l { top:34.375rem;left:0.5rem;width:47.25rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7OHWAmx02TTTJhDtG30ztXZCTI3GWU { top:32.125rem;left:1.875rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twmy23b8H12r3pkKkr7g5tmpoqxo7Vz9 { top:42.1875rem;left:1.875rem;width:42.375rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud28WkKrAqdCt4hG4XMIdvrbVSn7tUMF { top:39.9375rem;left:1.875rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTutyUUMKNACBi3HpJIvJssW11yGqh0 { top:39.625rem;left:0rem;width:1.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1EkII8ZGJxQp4a21IndNaJT1lNtZl5 { width:30.8125rem;height:4.125rem;top:52.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx0UwJa2Uubcb7KGTXsSwdXgVimB655D { display:block; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .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; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .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; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 { width:13.875rem;height:5.1875rem;display:flex;top:44.5rem;left:17.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #QGRp0hhDGmV2ztZVNlUEd5l7FvTHFirI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #Uo5mbwQSz2JtgBR3n1r42fS7NLJ8JXcq {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #FqTDlXX8wzrXNHTChrho2wdGgWdgIyUQ {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #kkJ1fzW7Fdk0M5qcSV2M5mlE4CEnvJ5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #zCMvDQ2noXx3mO9kIBiiAtWXMs2d4P0K {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #QKrL3wt4pPy4Ce8eyIWIChmoUqWC3VZO {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #iqplB8rWwnH4IXMHDAFPuT0oKuhsEDTt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #BucRSeMIDkcAxOoJEuyfuZ989ZsZCLIS {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #TcV0hTnlfTQSe4vp4wGti4LSADGcCGdd {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #l1vZPH54GuMTI7WEUhad3R2eVQuzpGTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #ocVuacAamZwnygZQOVIvES2y2ScTnSD1 {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #Mpf4uuNd6E4LqBQFCwbh4GJH7Oo0h3cD {  }
 }@media only screen and (max-width: 763px) { #uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf { display:block; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdNV1nh5GIbmCi80fdqPcdTMOSZ4llnH { top:5.9375rem;left:5.25rem;width:37.25rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W23urwfmQcwTVVbqT1ys4v3q20cFtseV { top:11.1875rem;left:0rem;width:47.75rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs { display:block; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJIMZlfsL9ay3RDTIxg0gyqzkLq0cCqF { top:9.9375rem;left:0rem;width:22.6875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGU7iMrEs4zgoG75ifx5IGw2pBoZe7vg { top:5.375rem;left:0rem;width:37.1875rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkxeTXsAIgHDRIw6IXKD6LnbLEdeAxkz { top:9.9375rem;left:25.25rem;width:22.5rem;height:21.751109467456rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHRdS2zXzAdCSh20tpLWwLQK1EkTVgOH { top:16.375rem;left:0rem;width:25.625rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdBRdhGoxZixrf7VbTGrianWMRwtIz4Q { top:23.125rem;left:0rem;width:30.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpbvuDyOVfyJizTmVzKQk6KnMAzSveLN { top:9.9375rem;left:0rem;width:1.25rem;height:1.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmZiDd8fynONuHMr9J8zJ8mGc3hI0zeL { top:16.375rem;left:0rem;width:1.25rem;height:1.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhrJMgtVUBsv2xGwx0qkTxT7abkpZsE { top:23.125rem;left:0rem;width:1.25rem;height:1.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLRrhbebUIs5yNmyqlxgMsLi3mTOud5G { top:29.3125rem;left:0rem;width:1.3125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC9m5FfNfe0HPepg3LcpLwPzG2B5EDBv { top:29.3125rem;left:0rem;width:26.4375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L { display:block; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6nNi450TxgEfHlFRJrIdO3re0ABK869 { top:32.8125rem;left:24.875rem;width:22.875rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMODyvEp9svJxidW4Rum1r0135P87lp8 { top:10.6875rem;left:0rem;width:7.4375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0FolidsBTWF7KFV4ZV1ZNZpzgNdDTEZ { top:10.75rem;left:25.5625rem;width:8.5rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TGzCISF2ev7i14SToEtLZbSipqx0cK { top:10.625rem;left:3.625rem;width:8rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO08OTZH1RptpTcmgVlTQDAVLTg8xeST { top:10.75rem;left:34.75rem;width:8.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2fttTQ0bfh2Kc2f5z7XATrn2UlR6zhh { top:10.625rem;left:12.25rem;width:8.5rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTLCDzamanIJ3BOU4oDPr7EzaRMhnSK { top:10.6875rem;left:39.6875rem;width:8.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBGyI9XsQCSh2lSdqGcHyIKanSrehRZn { top:7.6875rem;left:0rem;width:26.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDpiTWp8plKTOl6d8lVHWnO6AtbFWxFQ { top:7.6875rem;left:21.3125rem;width:26.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxsxvmcwmzBSFCNGxO0RiDLT0aAE4x2g { top:26.9375rem;left:21.125rem;width:26.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE9gKilMimQywNr6eMXgMFDJ0PXgfiX0 { top:1.5rem;left:17.53125rem;width:12.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJIMDP07mhiQ7i45I6vgLTAVx1aaOv9V { top:10.625rem;left:20.8125rem;width:26.0625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZJ1DsJhWIR9LpgwX8MS02oXzvrpgWxE { width:46.75rem;height:4.6875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXtSpfr7mLdFdQEihTgTRHgqeznPiUO7 { display:block; }
 }@media only screen and (max-width: 763px) { #VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 { display:block; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypyquftPq3DTIblmbxzlCIueSwxdu57Z { top:5.4375rem;left:3.8125rem;width:40.125rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9thbo064S9TwhJFbTPqeSGnNqWFzXJ { top:15.0625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMO4uwNNDEVbKu7VTdp1JaaTmDwagXSe { top:26.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiqSRbF7PmT8cbr43J7fbUnvcSTcxRdu { top:27.9375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmkZyTNbOshHAsCP8PZDUXax1vq7JLxc { top:40.375rem;left:0rem;width:47.75rem;height:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU { display:block; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn .widget-regular-label { width:30.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-text { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-textarea { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-select { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-button { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-checkbox-label { width:29.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn  { width:30.4375rem;height:auto;top:19.6875rem;left:0rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .radio-container { width:30.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn {display:block;}#FeOvm40SmldT38V27FZf6184CdL74zJn { width:30.4375rem;height:auto;top:19.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #kxVTnyotB0SJ1NoPTeKHZuJeyHlcWqcT {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #J8WV396AVR3Ds6Nk4Ha8EpBgrWW0hLg1 {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #Oanmh7RwxBmGOSO8xadt5s3bO5ksAFGD {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #wmQ4WAoTTV0fUd7OOTMzLl0BwcFBPtWE {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #VSPflCiiyiHOaQWeUTZrkWtiTIcHph4E {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #CLHLLaG3dnlNPesMgNmL1f1fOBv28WDo {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #eokgwan6MUPFU6mFmBAB2KDXdF185FSH {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #FAic28JTPTnsCOlvQmcsDfcALOPgxmSq {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #zhqsh19UUBdTbbcEEiGsdg8k845kmDlf {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #xi3irq8TENk4U1H7u94dJeRVSSgQebfl {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #fLOzkB3OvLzOwpyW1niK8eFcJ7r4vBVu {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #QnRvCzx7PtK6xaFn7rygBn8BqWmLLMOv {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #RUBUDq5tXvHg1D0W4nfQEcGVUpyTIuTK {  }
 }@media only screen and (max-width: 763px) { #dBqTwWD5OC7zJUMRI4DAdplTAqTG4rQT { top:12.9375rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhdOSeXlbw22cWrku6tN7VPDLFMAgNmD { top:12.9375rem;left:25.5625rem;width:22.1875rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .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; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .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; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 { width:13.875rem;height:5.1875rem;display:flex;top:44.5rem;left:17.25rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #DkdNHuWigvTaHVWyazB1QcbzbEfPXOza { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #NMqcpUS4ybH36uF9OtzMtTZpBXPVKIKL {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #WCylkka7ylqpIqyM9sUm4KxWlahilv37 {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #B8MUSLi7hh9O1IeWthe1ingV08VzIACu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #TmfoWJiPy0aMka7W6axhcpXJmUD9b7Ia {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #x7nQv3QQllQpxVtzfD4k71Ug7cmHm6g1 {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #tZRWHTUcGqxQMWX1uwk35x1TcSmy4b56 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Qzec5BTW3PMUICMsuvEOEURl04E9NFoB {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Lv6iPKG2mKZKNxJR7uxvf2NTkM6PS2k2 {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #a6QlisHKGX4TDwHSugkowUHcyQ7QlZFr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Uty6Pr4AShN2wIWhJQ9PoX0qgEorcvbk {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #m6NNdK4gcTJqLmyQOzboZT13fgpH4k4r {  }
 }@media only screen and (max-width: 763px) { #AdLZuPOJvImpDgW8HZ9IDvnJnDRstfK8 { top:4rem;left:3.25rem;width:41.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk { display:block; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaACoPRhJDW9PuTiwqJqRbTgdA08seFc { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKLkmTM8DUx3B3E7C7cFu23s9Fppn9PM { width:15.3125rem;height:4.6875rem;top:1.375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFAMNB2VJhocLGUVt6M4C7EfyuQrRP9 { width:19rem;height:3.5rem;top:61rem;left:0.5rem;font-size:0.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrhJDseBaDrJeP1QbspITWnMk2uxNwET { display:block; }
 }@media only screen and (max-width: 763px) { #U0WobgerTylBFFPcQ4ldqZaea9BO1dvn { width:20rem;height:1.75rem;top:12.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDpOO0KqW1gOtkQ41TLvl9B0CLCbzWya { width:20rem;height:11.8125rem;top:17.625rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfF6Gbt1p8XqJf8b9BlL5W3LDwd0MWEL { width:19.375rem;height:23.3125rem;top:33.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocl4gRcH8bxrAZvrQkZU7C44asm5HnqG { width:20rem;height:3.1875rem;top:8.25rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smg8itHDiTxAIAKE0OcFHV0sqCBX9k7U { width:12.6245rem;height:12.6245rem;top:42.061767578125rem;left:3.6865234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .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; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix .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; }
#iCnIp8it8rfO2blrW9J2d0fI2vOAuIix { width:14.1875rem;height:5.28125rem;display:flex;top:69.125rem;left:2.90625rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #XmPbT6yR7cNmAudxNeT8EVZUFboupt5T { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #Tng1anP390hgKNrnz1nZRBTJOPTsmg8o {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #TPKEBleHSGIl2xzGiP5xUndFgKiTdLdK {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #sLZpMyLmUvHJT722wQ5GFy0xBFHmDhaK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #W84eaqBReTdie33CHniKp48yrNpfICqQ {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #P4getq5FlfBSkMN1M4B55WSuTzmkkOGB {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #fatdpPAoPkgPqfA5s2OGOoc1QvnR7cnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #VxtISJeVxaeJ1lN56gUgVWF2rM855CBZ {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #caf4Q5B2favki6NHwAhzP11A44k1dBiG {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #LwHM6K3Z6lQnu3GD8maURFVprtdZ4CqI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #LIoMGqQUiByUnJ6FIZqLC2K8W91oT0zL {  }
 }@media only screen and (max-width: 763px) { #iCnIp8it8rfO2blrW9J2d0fI2vOAuIix #sH8qy0ZqlVZJT6uS4uI1hV3R2SRH6Hp8 {  }
 }@media only screen and (max-width: 763px) { #GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 { display:block; }#GZb44DqsfDgDa8ahNbRpJUBu45BGQNT2 > .row .container { width:20rem;height:147.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E03WJoUVca3dooqwdnyagiduKSq83Afr { width:20rem;height:79.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dygetUqEfz5ooxA5e1TX2xwTuksBIF8a { width:17.75rem;height:4.125rem;top:4.5419921875rem;left:1.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tg89s0bn1mfQENf5QnpEMHX5HpVztwNm { width:15.0625rem;height:1.5rem;top:18.76953125rem;left:2.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPfa8NuHLnVphyBpgoANelsqdyPrs5Dp { width:4.5rem;height:5rem;top:12.28125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXGn5Dm0kR4RUEPUlp307Cl8rfmIrOyh { width:5.625rem;height:5.625rem;top:30.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaGF9W8Vc7GBbUOmhroWXT0boRWEJFo { width:5.8125rem;height:4.6875rem;top:63.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBiFz46RHIORJiWJGzocC9a3lQLKHXKO { width:15.0625rem;height:1.5rem;top:36.875rem;left:2.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F12PZCOculv4ETELuUPhey4PAb3XZXrx { width:17.1875rem;height:1.5rem;top:102.9375rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plUDNVpRypBF369psGBHUEWOfNoCZLgT { width:16.125rem;height:3.375rem;top:21.2890625rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH8QobkJXpmHZKhRZrShBM7iPvrGcrWa { width:15.375rem;height:4.5rem;top:39.6875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaR1OeTyeFLokVI3WcOpeI8Kua4wwTu { width:15rem;height:7.875rem;top:105.5625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szd0TvGFcEiQgalRtTGf1VQPRCLiAtkP { width:6.9375rem;height:4.3125rem;top:114.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC0Ps5I5pCri2kitWVhpJRNgVO4PmSaf { width:15rem;height:1.5rem;top:120rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyboTErveJVl7TTU9TIuIWTrICWO3P93 { width:16.625rem;height:4.5rem;top:122.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAbBnhJTl8BDtp2QyTScbQ2f1akSuZcT { width:1.375rem;height:2.375rem;top:47.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRUDWd0Qn1GLHesPaLMTUBEP3MH92D2F { width:15rem;height:1.5rem;top:52.3125rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNm3yQqR0efMClfc30qKAEW08CDoEsLi { width:17.5625rem;height:3.375rem;top:55.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1HIe9xKRTmSAO84Ts9zMHcQiov5Ld21 { width:3.625rem;height:5.6875rem;top:95.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBET81LoflFv31AEKTXJbw7p1bfHOgig { width:15.6875rem;height:1.5rem;top:70.4375rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKwPQDStXe3toGWFbWXSvfM37GCS46Hy { width:16.0625rem;height:3.375rem;top:73.25rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA6Jr1B2fvuT128wVKgTWcf2NRHbyZua { width:3.875rem;height:4.6875rem;top:46.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGxUZwrp04arsPhrhSMFe43G4vmPbaEx { width:19rem;height:3.5rem;top:133.375rem;left:0.5rem;font-size:0.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTxeuavJsZlq7EZiNrVx739fGtlm54J { display:block; }
 }@media only screen and (max-width: 763px) { #AFlGrrW2hWF3acp2sbxCzWFySgS0UNzi { width:14.6875rem;height:3.4375rem;top:21.275390625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowlTOaC4CkHy8TvWunspuJ6rRAsl7IQ { display:block; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .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; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD .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; }
#m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD { width:13.875rem;height:5.1875rem;display:flex;top:141.25rem;left:3.0625rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #evgcd96xyKWTtSV8mRW5JhO2KOSXiuMe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #ebmIbLADTRdkkSL1hq1RrNzexkKi0mTw {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #n2mIFNHclkmmIHTWzKAIXrL0QZ7pZ0x0 {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #ZgG4T3AcADhKioPzNMrX1aZLsyHCSEWl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #mh360dJe3Qe8DzRhJWRAnTnmfwayvZCb {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #HKuFGwXAhXAMumuemGTaiXgwCziMn7aQ {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #LpLezBTqgSqzaKSGEpWRiETFQJocu7Lx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #oQNuXM9Jq40kEPNWl91vbwh4qIrwImMT {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #WugxwJsehyu1hL1Qx0AVepqVJiAKCbAO {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #Ud1o4ZamgdEasHc1NTP29DDd4mIMFkrL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #acU6L2fogmq4TauspRvKaqOnqZK3uWEO {  }
 }@media only screen and (max-width: 763px) { #m4xEeLGe55yR7bRV9xFOiM6tJZfe2nTD #DCcVni3JuQRuUE1eiNwUNmSWNN7LQiOc {  }
 }@media only screen and (max-width: 763px) { #Z7LnF4LZOeSzNqRHntnM4TyMKqvtqK0y { width:20rem;height:36.6875rem;top:93.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMOST5sb1zXDq9MintTT91DZU4VR0KL { width:20rem;height:2.0625rem;top:90.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOIPlePlVffgNCFVpk97a0CHobXoJ596 { width:7.375rem;height:7.375rem;top:81.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTob98IwvplGcan5aWh58poVnuNoCyTI { display:block; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o92Utqg91NPL0agMO7nmTve4x2IJLpZu { width:1.1875rem;height:2.125rem;top:10.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1KAxCHzik3oFNEMy25lixPkVrhAZHb { width:17.6875rem;height:8.25rem;top:16.4375rem;left:1.15625rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Us9KZpCaSmaUfqV2V0ueROLUqCgCJ2R3 { width:20rem;height:1.5rem;top:13.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdLE34GlqMlLy8buyNHB1OapcXgAVgWg { width:15.875rem;height:4rem;top:2.875rem;left:2.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAhMU8lu97EHDXmST9sTCAQzST4oRbBv { width:1.1875rem;height:2.125rem;top:27.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo2DZbIgDsHzGT5TWD5NcxdyowNKdmsV { width:20rem;height:5.5rem;top:33.35546875rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFS6SNDDqhPsOzia0Mlai1vsbDD0oB4W { width:20rem;height:1.5rem;top:30.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWs1Z9D3n9IfUayavRhz9P3kAQ8xbJ53 { width:1.1875rem;height:2.125rem;top:40.12890625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evQxrnTnouLrO8h0Er6wdoIN53CIfM9y { width:20rem;height:5.5rem;top:46.296875rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyzVqsxTJ5oTCIQDwEZOBZFpQFpoukzH { width:20rem;height:1.5rem;top:43.50390625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItgXmv9gHMpMgpbMEbkw9xDcG9nwnQRX { width:1.1875rem;height:2.125rem;top:53.0703125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLyTAAzzW5Ie9unKLRB1qaFUiBP9MR0l { width:20rem;height:6.875rem;top:59.23828125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG7OHWAmx02TTTJhDtG30ztXZCTI3GWU { width:20rem;height:1.5rem;top:56.4453125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Twmy23b8H12r3pkKkr7g5tmpoqxo7Vz9 { width:20rem;height:5.5rem;top:75.103515625rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ud28WkKrAqdCt4hG4XMIdvrbVSn7tUMF { width:20rem;height:3rem;top:70.767578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOTutyUUMKNACBi3HpJIvJssW11yGqh0 { width:1.1875rem;height:2.125rem;top:67.392578125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1EkII8ZGJxQp4a21IndNaJT1lNtZl5 { width:19rem;height:4.125rem;top:118.75196875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qx0UwJa2Uubcb7KGTXsSwdXgVimB655D { display:block; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .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; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 .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; }
#ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 { width:13.875rem;height:5.1875rem;display:flex;top:0rem;left:10rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #QGRp0hhDGmV2ztZVNlUEd5l7FvTHFirI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #Uo5mbwQSz2JtgBR3n1r42fS7NLJ8JXcq {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #FqTDlXX8wzrXNHTChrho2wdGgWdgIyUQ {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #kkJ1fzW7Fdk0M5qcSV2M5mlE4CEnvJ5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #zCMvDQ2noXx3mO9kIBiiAtWXMs2d4P0K {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #QKrL3wt4pPy4Ce8eyIWIChmoUqWC3VZO {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #iqplB8rWwnH4IXMHDAFPuT0oKuhsEDTt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #BucRSeMIDkcAxOoJEuyfuZ989ZsZCLIS {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #TcV0hTnlfTQSe4vp4wGti4LSADGcCGdd {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #l1vZPH54GuMTI7WEUhad3R2eVQuzpGTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #ocVuacAamZwnygZQOVIvES2y2ScTnSD1 {  }
 }@media only screen and (max-width: 763px) { #ZM4zI2b81TzwTZxR67dksW2uozKc5lT0 #Mpf4uuNd6E4LqBQFCwbh4GJH7Oo0h3cD {  }
 }@media only screen and (max-width: 763px) { #uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf { display:block; }#uuzbJeTHx2dkZTA32EZ1uvAp34icTfdf > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdNV1nh5GIbmCi80fdqPcdTMOSZ4llnH { width:20rem;height:5.125rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W23urwfmQcwTVVbqT1ys4v3q20cFtseV { width:20rem;height:49rem;top:13.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs { display:block; }#z7DLsmvAHlSLXEmrgiXrBMQpnUByceZs > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJIMZlfsL9ay3RDTIxg0gyqzkLq0cCqF { width:16rem;height:2.5rem;top:29.6875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGU7iMrEs4zgoG75ifx5IGw2pBoZe7vg { width:20rem;height:4.375rem;top:2.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkxeTXsAIgHDRIw6IXKD6LnbLEdeAxkz { width:18.2495rem;height:17.6245rem;top:8.47900390625rem;left:0.875244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHRdS2zXzAdCSh20tpLWwLQK1EkTVgOH { width:16.125rem;height:2.5rem;top:36.4375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdBRdhGoxZixrf7VbTGrianWMRwtIz4Q { width:16.125rem;height:3.75rem;top:44.75rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpbvuDyOVfyJizTmVzKQk6KnMAzSveLN { width:1.3125rem;height:2.1875rem;top:27.375rem;left:9.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmZiDd8fynONuHMr9J8zJ8mGc3hI0zeL { width:1.3125rem;height:2.1875rem;top:34rem;left:9.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhrJMgtVUBsv2xGwx0qkTxT7abkpZsE { width:1.3125rem;height:2.1875rem;top:42.1875rem;left:9.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLRrhbebUIs5yNmyqlxgMsLi3mTOud5G { width:1.3125rem;height:2.1875rem;top:49.8984375rem;left:9.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC9m5FfNfe0HPepg3LcpLwPzG2B5EDBv { width:20rem;height:2.5rem;top:53.3418rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L { display:block; }#Eq1at1OT9FfCGtQ0vzJt6DCNWquTag4L > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6nNi450TxgEfHlFRJrIdO3re0ABK869 { width:20rem;height:7.5rem;top:62.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMODyvEp9svJxidW4Rum1r0135P87lp8 { width:7.4375rem;height:20.8125rem;top:12.2685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0FolidsBTWF7KFV4ZV1ZNZpzgNdDTEZ { width:8.5rem;height:20.8125rem;top:40.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TGzCISF2ev7i14SToEtLZbSipqx0cK { width:8rem;height:20.8125rem;top:12.2685546875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO08OTZH1RptpTcmgVlTQDAVLTg8xeST { width:8.625rem;height:20.8125rem;top:40.8125rem;left:10.125rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2fttTQ0bfh2Kc2f5z7XATrn2UlR6zhh { width:8.5rem;height:20.8125rem;top:57.76855625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyTLCDzamanIJ3BOU4oDPr7EzaRMhnSK { width:8.0625rem;height:20.8125rem;top:119.39355625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBGyI9XsQCSh2lSdqGcHyIKanSrehRZn { width:20rem;height:2.4375rem;top:9.2685546875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDpiTWp8plKTOl6d8lVHWnO6AtbFWxFQ { width:20rem;height:2.5rem;top:37.7314453125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxsxvmcwmzBSFCNGxO0RiDLT0aAE4x2g { width:17.5625rem;height:12rem;top:59.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE9gKilMimQywNr6eMXgMFDJ0PXgfiX0 { width:12.6875rem;height:3.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJIMDP07mhiQ7i45I6vgLTAVx1aaOv9V { width:17.375rem;height:20.1875rem;top:40.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZJ1DsJhWIR9LpgwX8MS02oXzvrpgWxE { width:19rem;height:4.6875rem;top:74rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXtSpfr7mLdFdQEihTgTRHgqeznPiUO7 { display:block; }
 }@media only screen and (max-width: 763px) { #VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 { display:block; }#VEyAMluDA8ufOGCPxTeOgdSPHqKPFKB0 > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypyquftPq3DTIblmbxzlCIueSwxdu57Z { width:20rem;height:7.6875rem;top:3.369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9thbo064S9TwhJFbTPqeSGnNqWFzXJ { width:18.75rem;height:15.625rem;top:17.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMO4uwNNDEVbKu7VTdp1JaaTmDwagXSe { width:18.375rem;height:3.625rem;top:12.08203125rem;left:0.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiqSRbF7PmT8cbr43J7fbUnvcSTcxRdu { width:19.5625rem;height:17.1875rem;top:34.37890625rem;left:0.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmkZyTNbOshHAsCP8PZDUXax1vq7JLxc { width:19.375rem;height:14.0625rem;top:52.8828125rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU { display:block; }#hq1RFHm25dgtTdh5F5nyFD23z6ZCILiU > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-text {padding-top: 0; padding-bottom: 0;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-select {padding-top: 0; padding-bottom: 0;}#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn  { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
#FeOvm40SmldT38V27FZf6184CdL74zJn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FeOvm40SmldT38V27FZf6184CdL74zJn {display:block;}#FeOvm40SmldT38V27FZf6184CdL74zJn { width:17.5rem;height:auto;top:20.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #kxVTnyotB0SJ1NoPTeKHZuJeyHlcWqcT {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #J8WV396AVR3Ds6Nk4Ha8EpBgrWW0hLg1 { display:block; }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #Oanmh7RwxBmGOSO8xadt5s3bO5ksAFGD {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #wmQ4WAoTTV0fUd7OOTMzLl0BwcFBPtWE {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #VSPflCiiyiHOaQWeUTZrkWtiTIcHph4E { display:block; }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #CLHLLaG3dnlNPesMgNmL1f1fOBv28WDo {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #eokgwan6MUPFU6mFmBAB2KDXdF185FSH {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #FAic28JTPTnsCOlvQmcsDfcALOPgxmSq { display:block; }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #zhqsh19UUBdTbbcEEiGsdg8k845kmDlf {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #xi3irq8TENk4U1H7u94dJeRVSSgQebfl {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #fLOzkB3OvLzOwpyW1niK8eFcJ7r4vBVu {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #QnRvCzx7PtK6xaFn7rygBn8BqWmLLMOv {  }
 }@media only screen and (max-width: 763px) { #FeOvm40SmldT38V27FZf6184CdL74zJn #RUBUDq5tXvHg1D0W4nfQEcGVUpyTIuTK {  }
 }@media only screen and (max-width: 763px) { #dBqTwWD5OC7zJUMRI4DAdplTAqTG4rQT { width:20rem;height:23rem;top:19.4130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhdOSeXlbw22cWrku6tN7VPDLFMAgNmD { width:20rem;height:26.535211267606rem;top:12.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .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; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 .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; }
#mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 { width:13.875rem;height:5.1875rem;display:flex;top:13.1875rem;left:3.009765625rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #DkdNHuWigvTaHVWyazB1QcbzbEfPXOza { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #NMqcpUS4ybH36uF9OtzMtTZpBXPVKIKL {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #WCylkka7ylqpIqyM9sUm4KxWlahilv37 {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #B8MUSLi7hh9O1IeWthe1ingV08VzIACu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #TmfoWJiPy0aMka7W6axhcpXJmUD9b7Ia {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #x7nQv3QQllQpxVtzfD4k71Ug7cmHm6g1 {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #tZRWHTUcGqxQMWX1uwk35x1TcSmy4b56 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Qzec5BTW3PMUICMsuvEOEURl04E9NFoB {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Lv6iPKG2mKZKNxJR7uxvf2NTkM6PS2k2 {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #a6QlisHKGX4TDwHSugkowUHcyQ7QlZFr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #Uty6Pr4AShN2wIWhJQ9PoX0qgEorcvbk {  }
 }@media only screen and (max-width: 763px) { #mpQtQl2g9fqOFBOmEbTdZd7aFQEcdKe0 #m6NNdK4gcTJqLmyQOzboZT13fgpH4k4r {  }
 }@media only screen and (max-width: 763px) { #AdLZuPOJvImpDgW8HZ9IDvnJnDRstfK8 { width:20rem;height:3.375rem;top:5.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk { display:block; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaACoPRhJDW9PuTiwqJqRbTgdA08seFc { width:20rem;height:2.25rem;top:2.45703125rem;left:0rem;font-size:0.875rem;display:block; }
 }