.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33acc466-23fc-4109-a974-96d5027ac19a/banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#5cf0b3;display:block;width:29.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:14997;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.0625rem;height:1.29980625rem;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; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#f8f8ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:43.5625rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#f8f8ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:50.1875rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:transparent;background-image:none;border-top:0.25rem solid #5cf0b3;border-left:0.25rem solid #5cf0b3;border-right:0.25rem solid #5cf0b3;border-bottom:0.25rem solid #5cf0b3;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#f8f8ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.4375rem;left:0rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:#f8f8ff;display:block;width:26.875rem;position:absolute;font-family:"space grotesk";font-size:5.625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:11.1875rem;left:0rem;height:11.25rem;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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { border-top:0.1875rem solid #5cf0b3;border-left:0.1875rem solid #5cf0b3;border-right:0.1875rem solid #5cf0b3;border-bottom:0.1875rem solid #5cf0b3;background-color:transparent;background-image:none;color:#f5f5f5;padding-top:0.495625rem;padding-right:0.483125rem;padding-bottom:0.495625rem;padding-left:0.483125rem;display:block;align-items:center;width:2.89375rem;min-width:2.89375rem;height:2.65875rem;position:relative;font-family:"space grotesk";font-size:1.979375rem;font-weight:400;line-height:42.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { background-color:;background-image:none;color:#0d25ae;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.309375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.858125rem;height:0.920625rem;position:relative;font-family:lato;font-size:0.7425rem;font-weight:400;line-height:14.73px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.9375rem;height:5.255rem;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:14.1845703125rem;left:34.71875rem;z-index:15003; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb { width:auto; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:#5cf0b3;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:11.4375rem;left:38.6875rem;height:1.487425rem;text-align:center;text-align-last:center;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#f8f8ff;display:block;width:18.9375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:27.75rem;left:2.125rem;height:4.77905rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:#5cf0b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:0.1875rem;top:27.8125rem;left:0rem;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:18.625rem;top:12.875rem;left:35.875rem;display:block; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:33.875rem;left:52.8125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#h09AdIpfAtwWTDE3Q4KfOPEikvxCEFqZ { position:absolute;display:block;z-index:14992;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:23.375rem;width:23.375rem;top:8rem;left:10.4375rem;overflow:hidden;display:block; }
#dv5KNJVMWvHXneTCIQLXvub1E4DKGB18 { 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:3.0625rem;width:9rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#Xv1tySrAtzuwlRoHfaDfVwfTEUmnmXbR { color:#f8f8ff;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:40.5625rem;left:0rem;height:0.81176875rem;display:block; }
#sURbGxQrwSk9Ls3DAosEZzLQpC1ZLm9l { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:16.25rem;left:18.0625rem;overflow:hidden;display:block; }
#fsxsuMcNJD2myCCWlk4cyG77QDvDiLTq { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:transparent;background-image:none;top:8.875rem;left:0rem;border-top:0.125rem solid #f8f8ff;border-left:0.125rem solid #f8f8ff;border-right:0.125rem solid #f8f8ff;border-bottom:0.125rem solid #f8f8ff;display:block; }
#Ohfu7kWccBaNPFJTNbeTIM1GUf1y4Kvn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62475625rem;width:1.74926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:24.327392578125rem;left:21.7470703125rem; }
#UfVLm5zcThvwQ3wpmWUrRzyMrZaDS0cF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:23.875rem;left:0rem; }
#ztwXG70IcfhUpc9PWwCRyczQpfcVBTkg { color:#5cf0b3;display:block;width:18.875rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.249267578125rem;left:2.4365234375rem;height:1.499025rem;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; }
#tirb4EVfKkkVIggBdtFaDCUV2V2niGhs { color:#5cf0b3;display:block;width:17.8125rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.249267578125rem;left:24rem;height:1.499025rem;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; }
#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row .container { background-color: transparent; background-image: none; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row .container > .video-iframe-container { display: none; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row > .video-iframe-container { display: none; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .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); }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row .container { border-width: 0; border-radius: 0; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#igKTMCW4cURaoRmMsfrGu59StGDqyriH { color:#0d25ae;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:6.1875rem;left:9.8125rem;height:6.8225rem;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; }
#OZHBxEirye7JTc6mwwuiMlnoBBcKsakP { color:#5cf0b3;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gRAs6AEdpGlK39IdgkibamuB3UAUNxlD { color:rgba(31,51,59,0.8);display:block;width:42.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:14.685546875rem;left:10.3125rem;height:10.795875rem;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; }
#hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ { position:relative;display:none; }#hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ { border-width: 0; border-radius: 0; }#hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ > .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; }#hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.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:none; }#eaTrplo6ewWUE0Bioh0xFSgFQqMcDf5P { 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.37426875rem;width:6.3745rem;top:3.5625rem;left:48.875rem;overflow:hidden;display:block; }
#eH4k9VfTx10fA9eermGguZQsqZESLFpy { position:absolute;display:block;z-index:15007;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.18725625rem;width:8.6230625rem;top:3.1875rem;left:38.5625rem;overflow:hidden;display:block; }
#BR4ClHv9sHf7UpuiDGRcGkkXG7fT5q2X { position:absolute;display:block;z-index:15007;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.5620125rem;width:9.74975rem;top:3.0625rem;left:27.9375rem;overflow:hidden;display:block; }
#esXdSraBWcySSSD45CS8PcIqHA3orPi7 { position:absolute;display:block;z-index:15005;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.2495125rem;width:3.18725625rem;top:2.6875rem;left:23.5rem;overflow:hidden;display:block; }
#MLlKmoV5lsD3soZ3Fd7iLZwz9T7VG82H { 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:3.8745125rem;width:3.686525rem;top:3.0625rem;left:17.5625rem;overflow:hidden;display:block; }
#AkilOkgNnLmw7FfkiylLzIKAGRKvVokv { position:absolute;display:block;z-index:15004;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.5rem;width:5.874025rem;top:3.5rem;left:9.875rem;overflow:hidden;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19055a;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:none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:none; }#hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { color:#0046fd;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.818359375rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { color:#f8f8ff;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:10.4375rem;left:8.125rem;height:1.79980625rem;text-align:center;text-align-last:center;display:none; }
#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#f8f8ff;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4248046875rem;left:8.125rem;height:2.92358125rem;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19055a;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:none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:none; }#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#5cf0b3;display:block;width:20.3125rem;position:absolute;font-family:"space grotesk";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:15.125rem;left:0rem;height:2.06176875rem;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; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#f8f8ff;display:block;width:20.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:17.5625rem;left:0.25rem;height:1.79980625rem;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; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#f8f8ff;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:17.5625rem;left:20rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#5cf0b3;display:block;width:18.8125rem;position:absolute;font-family:"space grotesk";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:15.125rem;left:20.625rem;height:2.06176875rem;text-align:center;text-align-last:center;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:#f8f8ff;display:block;width:20.06225rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:20.311279296875rem;left:39.937744140625rem;height:;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; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#5cf0b3;display:block;width:20.06225rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.12451171875rem;left:39.937744140625rem;height:5.03661875rem;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; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.6875rem;width:18.1875rem;top:1.75rem;left:0.9375rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.6875rem;width:18.125rem;top:1.75rem;left:20.9375rem;overflow:hidden;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.8125rem;width:18.4375rem;top:1.75rem;left:40.6875rem;overflow:hidden;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:none; }#SodqC2TtK3Egd4OEiC86vFFtzHuvdblM { color:#0046fd;display:block;width:60rem;position:absolute;font-family:"space grotesk";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.84375rem;left:0rem;height:3.1494125rem;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; }
#qlZC5rg4598ceNfAT3KDcBX5CkLCsZHt { color:#0d25ae;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.61767578125rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-element-container { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.1875rem solid #5cf0b3;border-left:0.1875rem solid #5cf0b3;border-right:0.1875rem solid #5cf0b3;border-bottom:0.1875rem solid #5cf0b3;box-shadow: none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:#000000; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_340d6fbbddde80517d990718f9d2dead9f113ef9.svg");background-size:contain !important; }#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-trigger.adaptive-delivery-prevent-bg, #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-trigger.lazyload, #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-trigger.lazyloading { background-image: none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR { box-sizing:content-box;height:auto;width:47.9358125rem;position:absolute;display:flex;flex-direction:column;gap:1.1875rem;z-index:15004;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.51953125rem;left:4.78125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #MgXQWscZvDp28KMWoPeAU6L4qQs5nsZl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ZyhJcmCFvGFbm9RMOhmVccAapL58JLOL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Qfh3r26cb14aBLTr6rHibIDTBsNOWMi3 { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ccviWnc4zck6pD6RktRaX3oqH4HFahFE {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #LJR43NK5ILSgD1ckH7TOwIzducSvtUl6 {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #KAbIb10WNHcW9LP3PEqodELpGXN0miwp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #vyJnm5IeG4xMipkMFAynqqmwwWmmEv5U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #cezxDk20LzEiPRBGCpHsRTeSOvt10qnQ { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #EmX0uvq0Qf1fl9kcQfPfMeiCxRU4qDTA {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #yP7KTUTkgZB2lZnZqhZP2xoinWHTDUeU { display:none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #PLyq3VlM549sq1V8yqp4XNu3l44x8G2s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #npArWSBzltv2QmhQVL1GdMBv37P0vp5W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #KTgvqo2BRTed42AqzpBr5ZhJeg1PS9nO { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #dvd4innFlJC0UodKUePQvOFN8wXLZUbk {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #kDtTqHsDnm9S5AivTmX7HNRlBDDMKLLH { display:none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #MHdDTOqxDwpcKLfx2JOtQ96QUPEgmoDm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #evCzT0Chb7ltwQW9D1bJEcw5WdBS5mek { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #d82hVJ5iwBgMaT681U3kArQ3ZZ1P7ZTM { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #cAM5f4J8nZ1UA2kZIHUA7ndukpVTwF6J {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #z3ZdnqJOoxw1Iwlv3AzkmuhTiAQ3sukh { display:none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #TpZzUlKLg0T556x614XTHXMx1qe7ctES { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #TbfqsiWUB9IJBAERL2tmSWCQqU3frFqv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #duBdLyeObIiN6TJaD2EmWagUvDnnyTbu { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #rqsMf6q2wEscZcuxTE90KfuxZpBckI5g {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #iQfWwE87AE8TylXlIhCNSCzmHZWEJ9Bl { display:none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #QLi8QiNubtM3NaQwb3E3E55deccfP1sy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ULt8w2JUoWQnoySQb4yZ1xtVkzAJACt7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #DNe5rO6E1hBuBAQf3paN3EkakSLedgDE { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #A8zqE1OBSBnNGMiMe8BXFKwx0L7DO4vB {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #y3Ls97Cg3WTqRolQITM3eGKTKAZPOQG8 { display:none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ZBWsHvdoCArprpsO8ZMwlhLTfwkhN3iU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #VBW8zJPtR4EBfTdlI5bLQ4eQK6fKHoR3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #siBox88sXdOzAfQdIN9EzbAVfFuIPcNK { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #zz4UCkiPQgL4Thqgm1FJ41MmvzxS0T70 {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Nei5sdrHtDBoSgwbF88RqPSFzXBPWBPc { display:none; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #khJEcnmPe1IB0xVczCEn7XtvycZFM5At { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Mi7ASoXIOzmZCIC5UU5gD8Ndypba2oEb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Tpyp47aaQq0pLu5d1rK6vTkddTMzSArm { display:block;position:relative; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #wNKRLaBNZ7x3TGxPoFzGwlnrmwg6szd1 {  }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #pILNNKNvRbyy6OTw1ALoVuMVTBukxRfX { display:none; }
#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { background-color:#0046fd;background-image:none;border-top:0.125rem solid #0046fd;border-left:0.125rem solid #0046fd;border-right:0.125rem solid #0046fd;border-bottom:0.125rem solid #0046fd;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#5cf0b3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:52.0625rem;left:24rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:none; }#TDbn1CU8owwK70dz5iFwslozTPvG6phG { color:#0046fd;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:8.125rem;height:2.92419375rem;text-align:center;text-align-last:center;display:block; }
#R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:8.125rem;height:1.79980625rem;text-align:center;text-align-last:center;display:none; }
#T4USRn0dTm9yrnOeTaq73BtGywSb6KpL { color:#5cf0b3;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8251953125rem;left:7.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u { position:relative;display:none; }#o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u { border-width: 0; border-radius: 0; }#o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u > .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; }#o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u > .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:24.125rem;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:none; }#Z6l2FLRbpOhmPUFqzvFknAHQlwr8Dm9P { color:#5cf0b3;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#sOmbP2gPGtW4CxykWSCVRG5ZusCZW9qV { color:#1f333b;display:block;width:12.25rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.625rem;left:1.375rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#xkzOE1zKMTLuMTPVnB1qhc5KXLxqNqwJ { color:#0046fd;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.9375rem;left:1.5rem;height:3.89648125rem;text-align:left;text-align-last:left;display:block; }
#fUTFZ7W22COGuIa6gVWRWBohU2uQRQlk { color:#5cf0b3;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.75rem;left:16.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#l0JDreKls46ZhdwZiLdspRH7ksiXlIfp { color:#5cf0b3;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:46.34375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#M0uKKoq2A0XltT9f7KffB3riSDySUvHc { color:#5cf0b3;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.06201171875rem;left:31.03125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#VduJgCABAX9gsTC6aELZQ6q2DVpkAU1u { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #5cf0b3, #0046fd);background-image: -moz-linear-gradient(97deg, #5cf0b3, #0046fd);background-image: -ms-linear-gradient(97deg, #5cf0b3, #0046fd);background-image: -o-linear-gradient(97deg, #5cf0b3, #0046fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );";background-image: linear-gradient(97deg, #5cf0b3, #0046fd);background-size:auto !important;top:2.71875rem;left:1.25rem;display:block; }
#wVEXtepW55LK679q0MPXdiCW0xe0K28X { box-sizing:content-box;height:11.3745rem;width:11.3745rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70c0a46a-2a57-4eb7-9bbf-c7a0bdb47f0b/CarlosVaz_54373.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.71728515625rem;left:1.248779296875rem;display:block; }#wVEXtepW55LK679q0MPXdiCW0xe0K28X.adaptive-delivery-prevent-bg, #wVEXtepW55LK679q0MPXdiCW0xe0K28X.lazyload, #wVEXtepW55LK679q0MPXdiCW0xe0K28X.lazyloading { background-image: none; }
#PPqfPtGw4vnapAoVyCd7gSInSakw5pTx { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6a1e816-480d-442c-9c81-b80b01aeae54/Ai_nosnegocios_0001_manueldias.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.718505859375rem;left:31.8115234375rem;display:block; }#PPqfPtGw4vnapAoVyCd7gSInSakw5pTx.adaptive-delivery-prevent-bg, #PPqfPtGw4vnapAoVyCd7gSInSakw5pTx.lazyload, #PPqfPtGw4vnapAoVyCd7gSInSakw5pTx.lazyloading { background-image: none; }
#dTAqJTinOKP7dx36CAaduHL31pP4zlPW { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5cf0b3, #0046fd);background-image: -moz-linear-gradient(180deg, #5cf0b3, #0046fd);background-image: -ms-linear-gradient(180deg, #5cf0b3, #0046fd);background-image: -o-linear-gradient(180deg, #5cf0b3, #0046fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );";background-image: linear-gradient(180deg, #5cf0b3, #0046fd);background-size:auto !important;top:2.71875rem;left:16.34375rem;display:block; }
#LoI6sekImV2PxkZ6Lf8RO7OZtSLmCKtr { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(232deg, #5cf0b3, #0046fd);background-image: -moz-linear-gradient(232deg, #5cf0b3, #0046fd);background-image: -ms-linear-gradient(232deg, #5cf0b3, #0046fd);background-image: -o-linear-gradient(232deg, #5cf0b3, #0046fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );";background-image: linear-gradient(232deg, #5cf0b3, #0046fd);background-size:auto !important;top:2.71875rem;left:31.8125rem;display:block; }
#lqFQ9dlyy1zqrFAJwThwZdZ45io9d4Ho { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(111deg, #5cf0b3, #0046fd);background-image: -moz-linear-gradient(111deg, #5cf0b3, #0046fd);background-image: -ms-linear-gradient(111deg, #5cf0b3, #0046fd);background-image: -o-linear-gradient(111deg, #5cf0b3, #0046fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cf0b3', endColorstr='#0046fd' );";background-image: linear-gradient(111deg, #5cf0b3, #0046fd);background-size:auto !important;top:2.71875rem;left:46.375rem;display:block; }
#UwTvh7qkzwCzrodb4LoAT0uQMCrKaQ8D { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9cf8d509-4bdd-4d82-bd32-852951a2aab0/Ai_nosnegocios_0000_SergioFerreira.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.718505859375rem;left:46.37451171875rem;display:block; }#UwTvh7qkzwCzrodb4LoAT0uQMCrKaQ8D.adaptive-delivery-prevent-bg, #UwTvh7qkzwCzrodb4LoAT0uQMCrKaQ8D.lazyload, #UwTvh7qkzwCzrodb4LoAT0uQMCrKaQ8D.lazyloading { background-image: none; }
#Vul2PKTKyeHlqFgO4HDyIdUlVWwivzi4 { box-sizing:content-box;height:11.375rem;width:11.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/202efa35-ea9b-4342-aa2a-79dea62c88b9/Ai_nosnegocios_0002_JoaoSafaraISQ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.71875rem;left:16.3125rem;display:block; }#Vul2PKTKyeHlqFgO4HDyIdUlVWwivzi4.adaptive-delivery-prevent-bg, #Vul2PKTKyeHlqFgO4HDyIdUlVWwivzi4.lazyload, #Vul2PKTKyeHlqFgO4HDyIdUlVWwivzi4.lazyloading { background-image: none; }
#wgqg06h1fUD3sz83DuogMLTM6o666feK { color:#1f333b;display:block;width:12.25rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.625rem;left:16.375rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#TnIFRPItxqVHIpREBs3F9qxIfhRuKRMT { color:#1f333b;display:block;width:12.25rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:31.375rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#mh8ks8y1npAW4yHAV55u8WtKQPTTv8aw { color:#0046fd;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.9375rem;left:16.4375rem;height:2.59765rem;text-align:left;text-align-last:left;display:block; }
#zR7R6tPPFticP19VRxdWxXvmT8ykpJay { color:#0046fd;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.9375rem;left:31.375rem;height:2.59765rem;text-align:left;text-align-last:left;display:block; }
#Z5VNn9TwJrnoqxMwZTmCrMNPowOTtt5M { color:#0046fd;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.9375rem;left:46.375rem;height:2.59765rem;text-align:left;text-align-last:left;display:block; }
#DQdhSJCO8pKNISkl4KP6Mk4cMlITRA3o { color:#1f333b;display:block;width:12.25rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:46.375rem;height:1.7858875rem;text-align:left;text-align-last:left;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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:none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:none; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.4375rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem;display:none; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:8.0625rem;left:21.5rem;height:5.09911875rem;text-align:left;text-align-last:left;display:none; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:none; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem;display:none; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.0625rem;left:41.5rem;height:5.09911875rem;text-align:left;text-align-last:left;display:none; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:41.5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:none; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem;display:none; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:none; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:none; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:none; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:none; }#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:32.3125rem;left:31.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:31.875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { 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:23.5625rem;width:23.875rem;top:1.25rem;left:31.875rem;overflow:hidden;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:#ffcc80;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:20.25rem;left:45.625rem;display:block; }
#GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.8125rem;left:31.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#satpippOlXTkaXpfOpEhWvCM6daq2Sk5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.375rem;left:35.875rem; }
#pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:39.5rem;left:31.875rem; }
#eonDed3padzT7hR3yAmFUskh4Xefhgnp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.5rem;left:33.84375rem; }
#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { border-width: 0; border-radius: 0; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:none; }#LQvpa10lTGJHg6ykA2IzKgdlJMIu16tz { background-color:transparent;background-image:none;border-top:0.125rem solid #1f333b;border-left:0.125rem solid #1f333b;border-right:0.125rem solid #1f333b;border-bottom:0.125rem solid #1f333b;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.40625rem;left:24rem;display:block; }
#m0n4kR6MUL77tqOW2f83ORPw2w6wzlyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e47aG4G4sNzUhNisF73K3LBInhJbatNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007375;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:none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { border-width: 0; border-radius: 0; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:none; }#VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:8.125rem;height:3.1499rem;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; }
#zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { color:rgba(255,255,255,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { color:rgba(255,255,255,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:8.125rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007375;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:none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { border-width: 0; border-radius: 0; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:none; }#LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5625rem;width:52.6875rem;top:2.9375rem;left:3.6875rem;display:block; }
#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:7.1875rem;top:0rem;left:0rem;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.adaptive-delivery-prevent-bg, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyload, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyloading { background-image: none; }
#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:7.1875rem;top:17.4375rem;left:52.8125rem;display:block; }#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.adaptive-delivery-prevent-bg, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyload, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyloading { background-image: none; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:none; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#5cf0b3;display:block;width:45.0625rem;position:absolute;font-family:"space grotesk";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.19287109375rem;left:7.46875rem;height:2.92419375rem;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; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:#f8f8ff;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.20556640625rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { border-width: 0; border-radius: 0; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:none; }#GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { color:#19055a;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#lffezyGDaKTMW3HZohZAFeO08UTMRH1u { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { border-width: 0; border-radius: 0; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:none; }#hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { color:#f8f8ff;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:1.79931875rem;text-align:left;text-align-last:left;display:block; }
#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { border-width: 0; border-radius: 0; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:none; }#dCgibmR607AusgKNJb3BvTlyaT6e4VkC { color:#19055a;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { border-width: 0; border-radius: 0; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:none; }#UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { color:#f8f8ff;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:1.79931875rem;text-align:left;text-align-last:left;display:block; }
#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { border-width: 0; border-radius: 0; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:none; }#k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { color:#19055a;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.5rem;width:50rem;top:0rem;left:5rem;display:block; }
#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { border-width: 0; border-radius: 0; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:none; }#dAzeVUaet2UH22BunvFi78J6pDITLm49 { color:#f8f8ff;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:1.79931875rem;text-align:left;text-align-last:left;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0046fd;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:none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:60rem;position:relative;display:block; }#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#0046fd;padding-top:0.593125rem;padding-right:0.565rem;padding-bottom:0.593125rem;padding-left:0.565rem;display:block;align-items:center;width:3.386875rem;min-width:3.386875rem;height:3.18rem;position:relative;font-family:lato;font-size:2.3675rem;font-weight:700;line-height:50.88px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { background-color:;background-image:none;color:#5cf0b3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.51625rem;height:1.11rem;position:relative;font-family:lato;font-size:0.888125rem;font-weight:400;line-height:17.76px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.3125rem;height:5.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:3.0625rem;left:30.5625rem;z-index:15004; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH { width:auto; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:#0046fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:0.125rem;top:55.9375rem;left:5.1875rem;display:block; }
#olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:55.625rem;left:6.8125rem;height:7.5rem;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; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:21.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;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:21.3125rem;box-sizing:border-box;height:2.625rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;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:21.3125rem;box-sizing:border-box;height:4.375rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#0046fd;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:1rem;font-weight:700;color:#f8f8ff;width:21.3125rem;height:3.75rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center;line-height:1.3;font-style:normal; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;line-height:1.9;font-size:0.8125rem;font-weight:300;color:#262626;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.562255859375rem;left:30.499267578125rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.562255859375rem;left:30.499267578125rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hWcyoXhRoukTmzeTfOdo9rXaaQnQDT1T { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #t4q2TTgsLyT3yPDATrobpNUTxuBUvwWb { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zdmFyp65xdq8wMTNgIvgDkzyNUrk1cle { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qNv8xn21d0tMtLxwtcRJqbLi94R0dhdn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VWyIGkCFMVtdG4a9quUgTqtthMbD2T8A { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yW0JM8As90FTw2rCPTd6iKCTyUB5Eraa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KsQkhJXUJFsQLVEQg8GuFA6mSm7UETCb { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XvbRuTcyA1H02t5QOAzlLsEoqQuwTfkT { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uQwoT47SyKuPHA26zt8JWNd05REbeLHD { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Trautn52Po1gI9dDxMC1ix08Ztx1IIC8 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ekdAzArBwSmkzWmaL34WaugdD7FQbytE { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yKLHxrXuTosKka2RUJqJiL07P87W8lOA { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #L7Gkn5TkfB6CDZnV94Srwu04rZuPsNPI { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #A9AaM4vJzlS64uAcJtQy1b7liEVNpu6E { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xnRllAxV73UnfBPOsT7uXxDTZ6nKbl9Z { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:rgba(92,240,179,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63.6875rem;width:26.1875rem;top:11.9375rem;left:29.375rem;display:block; }
#dc6AZLG4t89AGyrTrUsVX46siANKxa6b { position:absolute;display:block;z-index:15027;background-color:#cde4e2;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.875rem;width:6.875rem;top:3.75rem;left:48.1875rem;display:none; }
#CTiZuOatXexee7zUOccwgdaDVQZUhTpd { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15032;line-height:.9;letter-spacing:0;top:5.25rem;left:49.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { color:#1f333b;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:6.875rem;left:48.4375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:#19055a;display:block;width:20.625rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:6.9873046875rem;left:8.9375rem;height:2.33764375rem;text-align:left;text-align-last:left;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:22.75rem;top:16rem;left:6.6875rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:28.0625rem;left:52.8125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#H7pQuAtkkRL8JDhTTuN7PJaSOf0Mbrut { color:#0046fd;display:block;width:43.75rem;position:absolute;font-family:"space grotesk";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:8.9375rem;height:2.92419375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NBcSyicNTLuhhnX33OrXkpcffvIaZoPp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:4.46875rem;left:5.5rem; }
#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row .container { background-color: transparent; background-image: none; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row .container > .video-iframe-container { display: none; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row > .video-iframe-container { display: none; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .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); }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row .container { border-width: 0; border-radius: 0; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#av2GFWq5kSblHw2NUzRg2pl8HtZoWSdc { color:#0046fd;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:15.8125rem;height:1.13769375rem;display:block; }
#HwcLvwEMvRC1FKgdmRHliVU2ToSEgFgQ { color:#485358;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.13671875rem;left:0rem;height:1.13769375rem;display:block; }
#vOWq3nbf4A6sMhvRg7A6f1dTIkWvPntP { color:#0046fd;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:46.125rem;height:1.13769375rem;display:block; }
#HmHRR1AQzBMNZagCBbDTqxW41PxU6vy9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.3125rem;left:46.125rem; }
#HmHRR1AQzBMNZagCBbDTqxW41PxU6vy9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#xM6TII0BNrF7cHfV6Dlr9FNqLTLHfMiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.25rem;left:49.3125rem; }
#xM6TII0BNrF7cHfV6Dlr9FNqLTLHfMiW > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#MyiqvdcL6RrdUPevT2TMF6VHTtnvKJgP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.25rem;left:52.4375rem; }
#MyiqvdcL6RrdUPevT2TMF6VHTtnvKJgP > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#amxGWn5QVB5sUpwaGIuaxN3oooqdK6Ag { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:29.9375rem;height:1.13769375rem;display:block; }
#AeaZbGtTbfOfSwpOTv9dCxGMoRXd8onW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:15.8125rem;height:1.13769375rem;display:block; }
#KxqsTkMd7v1tkViFnlC0qW2RNESXQnmA { position:absolute;display:block;z-index:15005;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.0625rem;width:8.9375rem;top:2.874755859375rem;left:0rem;overflow:hidden;display:block; }
#uCgP1Smw7BcUS0W21ZQ00s2SOnlb3doU { color:#0046fd;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:29.9375rem;height:1.13769375rem;display:block; }
#MspIA83JbTz1Bin2yu4PQQxeCx30tvNP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:29.9375rem;height:1.13769375rem;display:block; }
#PKrD6nRx213JHC4PEsCUrZLpJbnnZzpr { color:#485358;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.1875rem;left:15.8125rem;height:1.13769375rem;display:block; }
#ehk7R3FEGqqH19kvMsTf3OnHkBQJBLfJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:15.8125rem;height:1.13769375rem;display:block; }
#wCf3Rw1HzKERvidxZbXEiSTWZbCTwi7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.25rem;left:55.5625rem; }
#wCf3Rw1HzKERvidxZbXEiSTWZbCTwi7T > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#v9GrteDr1Kc6BerGH7goWTEM0EKPHzOc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:29.9375rem;height:1.13769375rem;display:block; }
#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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:none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { border-width: 0; border-radius: 0; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:none; }#RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { color:#1f333b;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:6rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;display:block; }
#qoDSQEpg5nOMlOUpuLAum1MDSL7IiXCH { position:absolute;display:block;z-index:15010;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4rem;width:4rem;top:12.8125rem;left:0rem;overflow:hidden;display:block; }
#SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { color:#1f333b;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:12.8125rem;left:6.0625rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#I6TfN66LSxF2Ng9yqzq2XQB7vbIS4XUg { color:rgba(0,115,117,0.6);display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.25rem;left:6.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { color:#1f333b;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:13.125rem;left:38.6875rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#xBPv8mpLw83OVwqAADZ8adP0IIlovGdx { color:rgba(0,115,117,0.6);display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5625rem;left:38.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GJHpBZbsfDVNzUC8WwtJ7aQpPLPc2OWp { color:#1f333b;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:6.3125rem;left:32.625rem;height:5.09911875rem;text-align:left;text-align-last:left;display:block; }
#hiXpvbukATz6mDGvtX00WT6r48J25x45 { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4rem;width:4rem;top:13.125rem;left:32.625rem;overflow:hidden;display:block; }
#a53PBSL2e1Icc2zNaEar7fSLV1WvvpFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.28125rem;left:23.25rem; }
#Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.28125rem;left:56.5rem; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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:none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:none; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:8.125rem;height:6.2998125rem;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; }
#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:none; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.5rem;left:0rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:6.5rem;left:20rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:20rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.5rem;left:40rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:40rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:29.25rem;height:1.25rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:6.0625rem;height:2.25rem;top:1.5625rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:26.875rem;height:11.25rem;top:11.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:19.5rem;height:5.4375rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:11.75rem;height:1.4375rem;top:11.4375rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:18.875rem;height:4.75rem;top:27.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.1875rem;height:4.5625rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:18.625rem;height:6.0625rem;top:12.875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:33.875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h09AdIpfAtwWTDE3Q4KfOPEikvxCEFqZ { width:23.375rem;height:23.375rem;top:8rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv5KNJVMWvHXneTCIQLXvub1E4DKGB18 { top:2.0625rem;left:0rem;width:9rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv1tySrAtzuwlRoHfaDfVwfTEUmnmXbR { top:40.5625rem;left:0rem;width:39.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sURbGxQrwSk9Ls3DAosEZzLQpC1ZLm9l { width:6.875rem;height:6.875rem;top:16.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsxsuMcNJD2myCCWlk4cyG77QDvDiLTq { top:8.875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohfu7kWccBaNPFJTNbeTIM1GUf1y4Kvn { top:24.3125rem;left:15.6220703125rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfVLm5zcThvwQ3wpmWUrRzyMrZaDS0cF { top:23.875rem;left:0rem;width:2.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztwXG70IcfhUpc9PWwCRyczQpfcVBTkg { width:18.875rem;height:1.5rem;top:24.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tirb4EVfKkkVIggBdtFaDCUV2V2niGhs { width:17.8125rem;height:1.4375rem;top:24.1875rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 { display:block; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igKTMCW4cURaoRmMsfrGu59StGDqyriH { width:43.75rem;height:;top:6.125rem;left:3.68701171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHBxEirye7JTc6mwwuiMlnoBBcKsakP { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRAs6AEdpGlK39IdgkibamuB3UAUNxlD { width:42.6875rem;height:10.75rem;top:14.625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ { display:block; }#hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaTrplo6ewWUE0Bioh0xFSgFQqMcDf5P { top:3.5625rem;left:41.4375rem;width:6.3125rem;height:2.3511760113538rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH4k9VfTx10fA9eermGguZQsqZESLFpy { top:3.1875rem;left:32.4375rem;width:8.5625rem;height:3.1648711395313rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR4ClHv9sHf7UpuiDGRcGkkXG7fT5q2X { top:3.0625rem;left:21.8125rem;width:9.6875rem;height:3.5392698370471rem;display:block; }
 }@media only screen and (max-width: 763px) { #esXdSraBWcySSSD45CS8PcIqHA3orPi7 { top:2.6875rem;left:17.375rem;width:3.125rem;height:3.1860402069962rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLlKmoV5lsD3soZ3Fd7iLZwz9T7VG82H { top:3.0625rem;left:11.4375rem;width:3.625rem;height:3.8098501468185rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkilOkgNnLmw7FfkiylLzIKAGRKvVokv { top:3.5rem;left:3.75rem;width:5.8125rem;height:2.4738148033078rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:43.75rem;height:1.25rem;top:3.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:43.75rem;height:1.75rem;top:10.4375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:2.875rem;top:5.375rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:20.3125rem;height:2rem;top:15.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:20.125rem;height:1.75rem;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:19.8125rem;height:1.75rem;top:17.5625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:18.75rem;height:2rem;top:15.0625rem;left:13rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:20rem;height:;top:20.25rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:20rem;height:5rem;top:15.0625rem;left:11.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.1875rem;height:11.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.125rem;height:11.6875rem;top:1.75rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.4375rem;height:11.8125rem;top:1.75rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SodqC2TtK3Egd4OEiC86vFFtzHuvdblM { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlZC5rg4598ceNfAT3KDcBX5CkLCsZHt { width:43.75rem;height:1.25rem;top:6.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR { display:flex;height:auto;width:27.8125rem;top:10.5rem;left:17.1875rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #MgXQWscZvDp28KMWoPeAU6L4qQs5nsZl {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ZyhJcmCFvGFbm9RMOhmVccAapL58JLOL {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Qfh3r26cb14aBLTr6rHibIDTBsNOWMi3 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ccviWnc4zck6pD6RktRaX3oqH4HFahFE {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #LJR43NK5ILSgD1ckH7TOwIzducSvtUl6 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #KAbIb10WNHcW9LP3PEqodELpGXN0miwp {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #vyJnm5IeG4xMipkMFAynqqmwwWmmEv5U {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #cezxDk20LzEiPRBGCpHsRTeSOvt10qnQ {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #EmX0uvq0Qf1fl9kcQfPfMeiCxRU4qDTA {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #yP7KTUTkgZB2lZnZqhZP2xoinWHTDUeU {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #PLyq3VlM549sq1V8yqp4XNu3l44x8G2s {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #npArWSBzltv2QmhQVL1GdMBv37P0vp5W {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #KTgvqo2BRTed42AqzpBr5ZhJeg1PS9nO {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #dvd4innFlJC0UodKUePQvOFN8wXLZUbk {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #kDtTqHsDnm9S5AivTmX7HNRlBDDMKLLH {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #MHdDTOqxDwpcKLfx2JOtQ96QUPEgmoDm {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #evCzT0Chb7ltwQW9D1bJEcw5WdBS5mek {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #d82hVJ5iwBgMaT681U3kArQ3ZZ1P7ZTM {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #cAM5f4J8nZ1UA2kZIHUA7ndukpVTwF6J {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #z3ZdnqJOoxw1Iwlv3AzkmuhTiAQ3sukh {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #TpZzUlKLg0T556x614XTHXMx1qe7ctES {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #TbfqsiWUB9IJBAERL2tmSWCQqU3frFqv {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #duBdLyeObIiN6TJaD2EmWagUvDnnyTbu {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #rqsMf6q2wEscZcuxTE90KfuxZpBckI5g {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #iQfWwE87AE8TylXlIhCNSCzmHZWEJ9Bl {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #QLi8QiNubtM3NaQwb3E3E55deccfP1sy {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ULt8w2JUoWQnoySQb4yZ1xtVkzAJACt7 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #DNe5rO6E1hBuBAQf3paN3EkakSLedgDE {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #A8zqE1OBSBnNGMiMe8BXFKwx0L7DO4vB {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #y3Ls97Cg3WTqRolQITM3eGKTKAZPOQG8 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ZBWsHvdoCArprpsO8ZMwlhLTfwkhN3iU {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #VBW8zJPtR4EBfTdlI5bLQ4eQK6fKHoR3 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #siBox88sXdOzAfQdIN9EzbAVfFuIPcNK {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #zz4UCkiPQgL4Thqgm1FJ41MmvzxS0T70 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Nei5sdrHtDBoSgwbF88RqPSFzXBPWBPc {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #khJEcnmPe1IB0xVczCEn7XtvycZFM5At {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Mi7ASoXIOzmZCIC5UU5gD8Ndypba2oEb {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Tpyp47aaQq0pLu5d1rK6vTkddTMzSArm {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #wNKRLaBNZ7x3TGxPoFzGwlnrmwg6szd1 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #pILNNKNvRbyy6OTw1ALoVuMVTBukxRfX {  }
 }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:12rem;height:3.25rem;top:52.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:43.75rem;height:2.875rem;top:5.75rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:43.75rem;height:1.75rem;top:11.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4USRn0dTm9yrnOeTaq73BtGywSb6KpL { width:43.75rem;height:1.25rem;top:3.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u { display:block; }#o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6l2FLRbpOhmPUFqzvFknAHQlwr8Dm9P { width:11.4375rem;height:1.125rem;top:15.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOmbP2gPGtW4CxykWSCVRG5ZusCZW9qV { width:12.1875rem;height:1.75rem;top:16.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkzOE1zKMTLuMTPVnB1qhc5KXLxqNqwJ { width:12.5625rem;height:3.875rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTFZ7W22COGuIa6gVWRWBohU2uQRQlk { width:11.4375rem;height:1.125rem;top:14.75rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0JDreKls46ZhdwZiLdspRH7ksiXlIfp { width:11.375rem;height:1.125rem;top:15rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0uKKoq2A0XltT9f7KffB3riSDySUvHc { width:11.4375rem;height:1.125rem;top:15rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VduJgCABAX9gsTC6aELZQ6q2DVpkAU1u { top:2.6875rem;left:0rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVEXtepW55LK679q0MPXdiCW0xe0K28X { top:2.6875rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqfPtGw4vnapAoVyCd7gSInSakw5pTx { top:2.6875rem;left:24.1552734375rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTAqJTinOKP7dx36CAaduHL31pP4zlPW { top:2.6875rem;left:11.9375rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoI6sekImV2PxkZ6Lf8RO7OZtSLmCKtr { top:2.6875rem;left:24.15625rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFQ9dlyy1zqrFAJwThwZdZ45io9d4Ho { top:2.6875rem;left:35.8125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTvh7qkzwCzrodb4LoAT0uQMCrKaQ8D { top:2.6875rem;left:35.8125rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vul2PKTKyeHlqFgO4HDyIdUlVWwivzi4 { top:2.6875rem;left:11.9375rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgqg06h1fUD3sz83DuogMLTM6o666feK { width:12.1875rem;height:1.75rem;top:16.5625rem;left:11.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIFRPItxqVHIpREBs3F9qxIfhRuKRMT { width:12.1875rem;height:1.75rem;top:16.5625rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh8ks8y1npAW4yHAV55u8WtKQPTTv8aw { width:12.5625rem;height:2.5625rem;top:18.875rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7R6tPPFticP19VRxdWxXvmT8ykpJay { width:12.5625rem;height:2.5625rem;top:18.875rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VNn9TwJrnoqxMwZTmCrMNPowOTtt5M { width:12.5625rem;height:2.5625rem;top:18.875rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQdhSJCO8pKNISkl4KP6Mk4cMlITRA3o { width:12.1875rem;height:1.75rem;top:16.5625rem;left:35.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:1.9375rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:5.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:5.0625rem;top:8.0625rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:1.9375rem;top:5rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:5.125rem;top:8.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:1.9375rem;top:5rem;left:30.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:23.9375rem;height:5.375rem;top:32.3125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.9375rem;top:27.25rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:23.875rem;height:23.5625rem;top:1.25rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:20.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:23.9375rem;height:1.3125rem;top:29.8125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #satpippOlXTkaXpfOpEhWvCM6daq2Sk5 { width:1.625rem;height:1.625rem;top:39.375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { width:1.3125rem;height:1.3125rem;top:39.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eonDed3padzT7hR3yAmFUskh4Xefhgnp { width:1.3125rem;height:1.3125rem;top:39.5rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQvpa10lTGJHg6ykA2IzKgdlJMIu16tz { width:12rem;height:3.25rem;top:1.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0n4kR6MUL77tqOW2f83ORPw2w6wzlyG { display:block; }
 }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:43.75rem;height:3.125rem;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:43.75rem;height:1.75rem;top:11.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { width:47.75rem;height:26.792111506524rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:7.1875rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:7.1875rem;height:15.0625rem;top:17.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:45.0625rem;height:2.875rem;top:5.1875rem;left:1.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.25rem;top:3.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:47.1875rem;height:1.75rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:47.1875rem;height:1.75rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:47.25rem;height:1.75rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:6.9375rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:15.3125rem;height:7.5rem;top:55.625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:21.3125rem;height:auto;top:12.5rem;left:23.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:21.3125rem;height:auto;top:12.5rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hWcyoXhRoukTmzeTfOdo9rXaaQnQDT1T {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #t4q2TTgsLyT3yPDATrobpNUTxuBUvwWb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zdmFyp65xdq8wMTNgIvgDkzyNUrk1cle {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qNv8xn21d0tMtLxwtcRJqbLi94R0dhdn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VWyIGkCFMVtdG4a9quUgTqtthMbD2T8A {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yW0JM8As90FTw2rCPTd6iKCTyUB5Eraa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KsQkhJXUJFsQLVEQg8GuFA6mSm7UETCb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XvbRuTcyA1H02t5QOAzlLsEoqQuwTfkT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uQwoT47SyKuPHA26zt8JWNd05REbeLHD {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Trautn52Po1gI9dDxMC1ix08Ztx1IIC8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ekdAzArBwSmkzWmaL34WaugdD7FQbytE {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yKLHxrXuTosKka2RUJqJiL07P87W8lOA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #L7Gkn5TkfB6CDZnV94Srwu04rZuPsNPI {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #A9AaM4vJzlS64uAcJtQy1b7liEVNpu6E {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xnRllAxV73UnfBPOsT7uXxDTZ6nKbl9Z {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:26.1875rem;height:63.6875rem;top:11.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.875rem;height:6.875rem;top:3.75rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:5.25rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.6875rem;top:6.875rem;left:41.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20.625rem;height:2.3125rem;top:6.9375rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:22.75rem;height:36.3125rem;top:16rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:28.0625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7pQuAtkkRL8JDhTTuN7PJaSOf0Mbrut { width:43.75rem;height:2.875rem;top:4.0625rem;left:2.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBcSyicNTLuhhnX33OrXkpcffvIaZoPp { top:4.4375rem;left:0rem;width:2.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG { display:block; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av2GFWq5kSblHw2NUzRg2pl8HtZoWSdc { top:2.875rem;left:9.6875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwcLvwEMvRC1FKgdmRHliVU2ToSEgFgQ { top:12.125rem;left:0rem;width:31.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWq3nbf4A6sMhvRg7A6f1dTIkWvPntP { top:2.9375rem;left:33.9375rem;width:13.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmHRR1AQzBMNZagCBbDTqxW41PxU6vy9 { top:5.3125rem;left:40rem;width:2.1875rem;height:2.1875rem;display:block; }
#HmHRR1AQzBMNZagCBbDTqxW41PxU6vy9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #xM6TII0BNrF7cHfV6Dlr9FNqLTLHfMiW { top:5.25rem;left:43.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
#xM6TII0BNrF7cHfV6Dlr9FNqLTLHfMiW > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #MyiqvdcL6RrdUPevT2TMF6VHTtnvKJgP { top:5.25rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#MyiqvdcL6RrdUPevT2TMF6VHTtnvKJgP > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #amxGWn5QVB5sUpwaGIuaxN3oooqdK6Ag { top:6.5rem;left:23.8125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeaZbGtTbfOfSwpOTv9dCxGMoRXd8onW { top:4.625rem;left:9.6875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxqsTkMd7v1tkViFnlC0qW2RNESXQnmA { top:2.8125rem;left:0rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCgP1Smw7BcUS0W21ZQ00s2SOnlb3doU { top:3.0625rem;left:23.8125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MspIA83JbTz1Bin2yu4PQQxeCx30tvNP { top:4.75rem;left:23.8125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKrD6nRx213JHC4PEsCUrZLpJbnnZzpr { top:8.1875rem;left:9.6875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehk7R3FEGqqH19kvMsTf3OnHkBQJBLfJ { top:6.4375rem;left:9.6875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCf3Rw1HzKERvidxZbXEiSTWZbCTwi7T { top:5.25rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#wCf3Rw1HzKERvidxZbXEiSTWZbCTwi7T > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #v9GrteDr1Kc6BerGH7goWTEM0EKPHzOc { top:8.1875rem;left:23.8125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { width:27.3125rem;height:5.0625rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoDSQEpg5nOMlOUpuLAum1MDSL7IiXCH { width:4rem;height:4rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:21.25rem;height:2.125rem;top:12.8125rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TfN66LSxF2Ng9yqzq2XQB7vbIS4XUg { width:21.25rem;height:1.25rem;top:15.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { width:21.25rem;height:2.125rem;top:13.125rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBPv8mpLw83OVwqAADZ8adP0IIlovGdx { width:21.25rem;height:1.25rem;top:15.5625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJHpBZbsfDVNzUC8WwtJ7aQpPLPc2OWp { width:27.3125rem;height:5.0625rem;top:6.3125rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiXpvbukATz6mDGvtX00WT6r48J25x45 { width:4rem;height:4rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53PBSL2e1Icc2zNaEar7fSLV1WvvpFX { width:3.5rem;height:3.5rem;top:2.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { width:3.5rem;height:3.5rem;top:2.25rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:43.75rem;height:6.25rem;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.25rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:3.5625rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:18.125rem;height:3.5625rem;top:6.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.25rem;top:3.375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.75rem;top:6.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.25rem;top:3.375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f1f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33acc466-23fc-4109-a974-96d5027ac19a/banner.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,61,236,0.12); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,61,236,0.12); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:75.435791015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:2.55005rem;top:12.5625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:1.875rem;top:8.5625rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:3.5625rem;height:1.875rem;top:8.5625rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.09375rem;height:3.1557625rem;top:58.91845703125rem;left:3.951416015625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:20rem;height:6.000975rem;top:15.1123046875rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:19.4995rem;height:5.4370125rem;top:51.202392578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:20rem;height:1.59301875rem;top:46.23291015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:14.624rem;height:7.5rem;top:23.748779296875rem;left:3.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.124511875rem;height:5.874025rem;top:24.561767578125rem;left:3.265380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:19.56175rem;height:5.7495125rem;top:37.9052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:66.685791015625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h09AdIpfAtwWTDE3Q4KfOPEikvxCEFqZ { width:18.9375rem;height:18.9375rem;top:49.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv5KNJVMWvHXneTCIQLXvub1E4DKGB18 { width:8.1875rem;height:2.875rem;top:3.5625rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv1tySrAtzuwlRoHfaDfVwfTEUmnmXbR { width:20rem;height:2.11181875rem;top:66.685791015625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sURbGxQrwSk9Ls3DAosEZzLQpC1ZLm9l { width:20rem;height:20rem;top:28.95263671875rem;left:11.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsxsuMcNJD2myCCWlk4cyG77QDvDiLTq { width:0.625rem;height:0.625rem;top:74.42383046875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohfu7kWccBaNPFJTNbeTIM1GUf1y4Kvn { display:flex;width:1.74926875rem;height:1.62475625rem;top:39.96826171875rem;left:1.060791015625rem; }
 }@media only screen and (max-width: 763px) { #UfVLm5zcThvwQ3wpmWUrRzyMrZaDS0cF { display:flex;width:2.124025rem;height:1.9995125rem;top:34.906005859375rem;left:1.21826171875rem; }
 }@media only screen and (max-width: 763px) { #ztwXG70IcfhUpc9PWwCRyczQpfcVBTkg { width:13.374rem;height:2.99805rem;top:34.906005859375rem;left:4.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tirb4EVfKkkVIggBdtFaDCUV2V2niGhs { width:9.12475rem;height:2.99805rem;top:39.96826171875rem;left:4.217529296875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 { display:block; }#cPZPhluMnfrkUXXSSQ0rwQPxtik1I7L1 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igKTMCW4cURaoRmMsfrGu59StGDqyriH { width:20rem;height:25.191625rem;top:4.7998046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHBxEirye7JTc6mwwuiMlnoBBcKsakP { width:20rem;height:1.29980625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRAs6AEdpGlK39IdgkibamuB3UAUNxlD { width:17.06175rem;height:28.7890625rem;top:31.4599609375rem;left:1.468505859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ { display:none; }#hl0MO7I38f9MlATtu9wHWK8cC2VwWelJ > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eaTrplo6ewWUE0Bioh0xFSgFQqMcDf5P { width:6.5625rem;height:2.436525rem;top:11.31103515625rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH4k9VfTx10fA9eermGguZQsqZESLFpy { width:4.9375rem;height:1.875rem;top:20.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR4ClHv9sHf7UpuiDGRcGkkXG7fT5q2X { width:9.6875rem;height:3.5392698370471rem;top:23.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esXdSraBWcySSSD45CS8PcIqHA3orPi7 { width:2.9370125rem;height:2.99926875rem;top:6.312255859375rem;left:7.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLlKmoV5lsD3soZ3Fd7iLZwz9T7VG82H { width:3.18725625rem;height:3.374025rem;top:15.872802734375rem;left:8.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkilOkgNnLmw7FfkiylLzIKAGRKvVokv { width:6.3745rem;height:2.68676875rem;top:2.186279296875rem;left:5.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:20rem;height:1.29980625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:20rem;height:3.5996125rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { background-color:#19045a;background-image:none;display:none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:90.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.24975rem;height:5.49805rem;top:17.999267578125rem;left:1.373291015625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:20rem;height:1.79931875rem;top:25.74951171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.24975rem;height:1.79931875rem;top:50.5615234375rem;left:1.373291015625rem;font-size:1rem;text-align:center;text-align-last:center;color:#485358;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.24975rem;height:2.749025rem;top:45.5615234375rem;left:1.373291015625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:20rem;height:1.79931875rem;top:85.43701171875rem;left:0rem;font-size:1rem;color:#485358;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:20rem;height:9.7485625rem;top:72.562255859375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:17.5rem;height:11.3125rem;top:4.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:17.5rem;height:11.31225rem;top:31.937255859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:17.5rem;height:11.31225rem;top:57.374267578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:62.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SodqC2TtK3Egd4OEiC86vFFtzHuvdblM { width:20rem;height:2.799075rem;top:1.25rem;left:0rem;font-size:2rem;color:#212121;display:block; }
 }@media only screen and (max-width: 763px) { #qlZC5rg4598ceNfAT3KDcBX5CkLCsZHt { width:20rem;height:2.598875rem;top:58.809815429687rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR { display:flex;height:auto;width:17.374875rem;top:10.5rem;left:0rem; }
#HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #MgXQWscZvDp28KMWoPeAU6L4qQs5nsZl {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ZyhJcmCFvGFbm9RMOhmVccAapL58JLOL {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Qfh3r26cb14aBLTr6rHibIDTBsNOWMi3 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ccviWnc4zck6pD6RktRaX3oqH4HFahFE {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #LJR43NK5ILSgD1ckH7TOwIzducSvtUl6 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #KAbIb10WNHcW9LP3PEqodELpGXN0miwp {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #vyJnm5IeG4xMipkMFAynqqmwwWmmEv5U {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #cezxDk20LzEiPRBGCpHsRTeSOvt10qnQ {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #EmX0uvq0Qf1fl9kcQfPfMeiCxRU4qDTA {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #yP7KTUTkgZB2lZnZqhZP2xoinWHTDUeU {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #PLyq3VlM549sq1V8yqp4XNu3l44x8G2s {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #npArWSBzltv2QmhQVL1GdMBv37P0vp5W {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #KTgvqo2BRTed42AqzpBr5ZhJeg1PS9nO {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #dvd4innFlJC0UodKUePQvOFN8wXLZUbk {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #kDtTqHsDnm9S5AivTmX7HNRlBDDMKLLH {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #MHdDTOqxDwpcKLfx2JOtQ96QUPEgmoDm {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #evCzT0Chb7ltwQW9D1bJEcw5WdBS5mek {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #d82hVJ5iwBgMaT681U3kArQ3ZZ1P7ZTM {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #cAM5f4J8nZ1UA2kZIHUA7ndukpVTwF6J {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #z3ZdnqJOoxw1Iwlv3AzkmuhTiAQ3sukh {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #TpZzUlKLg0T556x614XTHXMx1qe7ctES {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #TbfqsiWUB9IJBAERL2tmSWCQqU3frFqv {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #duBdLyeObIiN6TJaD2EmWagUvDnnyTbu {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #rqsMf6q2wEscZcuxTE90KfuxZpBckI5g {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #iQfWwE87AE8TylXlIhCNSCzmHZWEJ9Bl {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #QLi8QiNubtM3NaQwb3E3E55deccfP1sy {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ULt8w2JUoWQnoySQb4yZ1xtVkzAJACt7 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #DNe5rO6E1hBuBAQf3paN3EkakSLedgDE {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #A8zqE1OBSBnNGMiMe8BXFKwx0L7DO4vB {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #y3Ls97Cg3WTqRolQITM3eGKTKAZPOQG8 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #ZBWsHvdoCArprpsO8ZMwlhLTfwkhN3iU {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #VBW8zJPtR4EBfTdlI5bLQ4eQK6fKHoR3 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #siBox88sXdOzAfQdIN9EzbAVfFuIPcNK {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #zz4UCkiPQgL4Thqgm1FJ41MmvzxS0T70 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Nei5sdrHtDBoSgwbF88RqPSFzXBPWBPc {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #khJEcnmPe1IB0xVczCEn7XtvycZFM5At {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Mi7ASoXIOzmZCIC5UU5gD8Ndypba2oEb {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #Tpyp47aaQq0pLu5d1rK6vTkddTMzSArm {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #wNKRLaBNZ7x3TGxPoFzGwlnrmwg6szd1 {  }
 }@media only screen and (max-width: 763px) { #HpHtMHoG6C5LreMBRoDrZ7wv1oiJNUmR #pILNNKNvRbyy6OTw1ALoVuMVTBukxRfX {  }
 }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:10.9685rem;height:3.2182625rem;top:3.3740234375rem;left:4.498291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:20rem;height:1.29980625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:19.6875rem;height:3.5996125rem;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T4USRn0dTm9yrnOeTaq73BtGywSb6KpL { width:20rem;height:1.2994375rem;top:5.5493154296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u { display:none; }#o6LJJcBdy8sTMOFuQrm3hrNR2iWnRF0u > .row .container { width:20rem;height:201.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z6l2FLRbpOhmPUFqzvFknAHQlwr8Dm9P { width:11.43675rem;height:1.13769375rem;top:92.315673828125rem;left:3.341064453125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOmbP2gPGtW4CxykWSCVRG5ZusCZW9qV { width:11.499rem;height:1.9494625rem;top:93.4521484375rem;left:3.30810546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkzOE1zKMTLuMTPVnB1qhc5KXLxqNqwJ { width:14.375rem;height:2.2753875rem;top:96.060791015625rem;left:3.341064453125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTFZ7W22COGuIa6gVWRWBohU2uQRQlk { width:11.4375rem;height:1.13769375rem;top:55.75rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0JDreKls46ZhdwZiLdspRH7ksiXlIfp { width:11.4375rem;height:1.13769375rem;top:15.625rem;left:4.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0uKKoq2A0XltT9f7KffB3riSDySUvHc { width:11.4375rem;height:1.13769375rem;top:77.9375rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VduJgCABAX9gsTC6aELZQ6q2DVpkAU1u { width:11.3745rem;height:11.3745rem;top:80.29052734375rem;left:4.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVEXtepW55LK679q0MPXdiCW0xe0K28X { width:11.3125rem;height:11.3125rem;top:80.32409921875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqfPtGw4vnapAoVyCd7gSInSakw5pTx { width:11.375rem;height:11.375rem;top:137.48645546875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTAqJTinOKP7dx36CAaduHL31pP4zlPW { width:11.375rem;height:11.375rem;top:118.13659921875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoI6sekImV2PxkZ6Lf8RO7OZtSLmCKtr { width:11.375rem;height:11.375rem;top:150.11145546875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFQ9dlyy1zqrFAJwThwZdZ45io9d4Ho { width:11.375rem;height:11.375rem;top:169.46131171875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTvh7qkzwCzrodb4LoAT0uQMCrKaQ8D { width:11.375rem;height:11.375rem;top:182.08631171875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vul2PKTKyeHlqFgO4HDyIdUlVWwivzi4 { width:11.375rem;height:11.375rem;top:118.13537597656rem;left:4.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgqg06h1fUD3sz83DuogMLTM6o666feK { width:12.24975rem;height:1.950075rem;top:130.76159921875rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIFRPItxqVHIpREBs3F9qxIfhRuKRMT { width:12.24975rem;height:1.950075rem;top:162.73645546875rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh8ks8y1npAW4yHAV55u8WtKQPTTv8aw { width:12.6245rem;height:2.2753875rem;top:133.96167421875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7R6tPPFticP19VRxdWxXvmT8ykpJay { width:12.6245rem;height:2.2753875rem;top:165.93653046875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VNn9TwJrnoqxMwZTmCrMNPowOTtt5M { width:12.6245rem;height:2.2753875rem;top:197.91138671875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQdhSJCO8pKNISkl4KP6Mk4cMlITRA3o { width:12.24975rem;height:1.950075rem;top:194.71131171875rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:1.94970625rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:5.09911875rem;top:8.19921875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:5.09911875rem;top:23.9375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:1.94970625rem;top:20.75rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:15.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:5.09911875rem;top:39.9375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:1.94970625rem;top:36.75rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.25rem;height:3.25rem;top:32.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:15.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:31.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:74.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:7.19925rem;top:60.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.94970625rem;top:56.125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:17.5rem;height:17.1875rem;top:37.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:36.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:17.1875rem;height:1.29980625rem;top:58.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #satpippOlXTkaXpfOpEhWvCM6daq2Sk5 { display:flex;width:1.625rem;height:1.625rem;top:69.875rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { display:flex;width:1.3125rem;height:1.3125rem;top:70rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #eonDed3padzT7hR3yAmFUskh4Xefhgnp { display:flex;width:1.3125rem;height:1.3125rem;top:70.03125rem;left:3.03125rem; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { background-color:#ffffff;background-image:none;display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { background-color: transparent; background-image: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .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); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQvpa10lTGJHg6ykA2IzKgdlJMIu16tz { width:11rem;height:3.25rem;top:1.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0n4kR6MUL77tqOW2f83ORPw2w6wzlyG { display:block; }
 }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:20rem;height:5.5996125rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:20rem;height:1.29980625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:20rem;height:3.5996125rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { height:11.25rem;width:20rem;top:1.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:5.4375rem;height:9.5625rem;top:5.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:5.19921875rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.29980625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:20rem;height:3.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:19.6875rem;height:5.3994125rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:19.6875rem;height:7.19925rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:19.6875rem;height:5.3994125rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:18rem;height:5.0625rem;top:4.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:7.0625rem;top:12.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:15.375rem;height:7.5rem;top:12.374267578125rem;left:3.154296875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:auto;top:21.5625rem;left:0rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:auto;top:21.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hWcyoXhRoukTmzeTfOdo9rXaaQnQDT1T {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #t4q2TTgsLyT3yPDATrobpNUTxuBUvwWb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zdmFyp65xdq8wMTNgIvgDkzyNUrk1cle {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qNv8xn21d0tMtLxwtcRJqbLi94R0dhdn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VWyIGkCFMVtdG4a9quUgTqtthMbD2T8A {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yW0JM8As90FTw2rCPTd6iKCTyUB5Eraa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KsQkhJXUJFsQLVEQg8GuFA6mSm7UETCb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XvbRuTcyA1H02t5QOAzlLsEoqQuwTfkT { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uQwoT47SyKuPHA26zt8JWNd05REbeLHD {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Trautn52Po1gI9dDxMC1ix08Ztx1IIC8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ekdAzArBwSmkzWmaL34WaugdD7FQbytE {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #yKLHxrXuTosKka2RUJqJiL07P87W8lOA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #L7Gkn5TkfB6CDZnV94Srwu04rZuPsNPI {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #A9AaM4vJzlS64uAcJtQy1b7liEVNpu6E {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xnRllAxV73UnfBPOsT7uXxDTZ6nKbl9Z {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:75.1875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.375rem;height:6.375rem;top:16.1875rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:17.75rem;left:14rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.57470625rem;top:19.0625rem;left:13.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:1.59375rem;top:2.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:7.9375rem;height:12.6875rem;top:44.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:54.0625rem;left:12.8125rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #H7pQuAtkkRL8JDhTTuN7PJaSOf0Mbrut { width:20rem;height:1.298825rem;top:101.96533203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBcSyicNTLuhhnX33OrXkpcffvIaZoPp { display:flex;width:2.37426875rem;height:2.3120125rem;top:98.311767578125rem;left:8.812255859375rem; }
 }@media only screen and (max-width: 763px) { #TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG { display:block; }#TsPBotZFfy6naO0A5ASEWf67aQGKZ3BG > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av2GFWq5kSblHw2NUzRg2pl8HtZoWSdc { width:12.5rem;height:1.13769375rem;top:8.375rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwcLvwEMvRC1FKgdmRHliVU2ToSEgFgQ { width:20rem;height:2.2753875rem;top:36.48828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOWq3nbf4A6sMhvRg7A6f1dTIkWvPntP { width:20rem;height:1.13769375rem;top:28.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmHRR1AQzBMNZagCBbDTqxW41PxU6vy9 { display:flex;width:2.1875rem;height:2.1875rem;top:31.75rem;left:3.75rem; }
#HmHRR1AQzBMNZagCBbDTqxW41PxU6vy9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #xM6TII0BNrF7cHfV6Dlr9FNqLTLHfMiW { display:flex;width:2.3125rem;height:2.3125rem;top:31.6875rem;left:8.3125rem; }
#xM6TII0BNrF7cHfV6Dlr9FNqLTLHfMiW > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #MyiqvdcL6RrdUPevT2TMF6VHTtnvKJgP { display:flex;width:2.3125rem;height:2.3125rem;top:31.6875rem;left:12.8125rem; }
#MyiqvdcL6RrdUPevT2TMF6VHTtnvKJgP > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #amxGWn5QVB5sUpwaGIuaxN3oooqdK6Ag { width:12.5rem;height:1.13769375rem;top:22.6875rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeaZbGtTbfOfSwpOTv9dCxGMoRXd8onW { width:12.5rem;height:1.13769375rem;top:10.6875rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxqsTkMd7v1tkViFnlC0qW2RNESXQnmA { width:10.49925rem;height:3.374025rem;top:3.2470703125rem;left:5.078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCgP1Smw7BcUS0W21ZQ00s2SOnlb3doU { width:12.5rem;height:1.13769375rem;top:20.8125rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MspIA83JbTz1Bin2yu4PQQxeCx30tvNP { width:12.5rem;height:1.13769375rem;top:25.0625rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKrD6nRx213JHC4PEsCUrZLpJbnnZzpr { width:12.5rem;height:1.13769375rem;top:15.3125rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehk7R3FEGqqH19kvMsTf3OnHkBQJBLfJ { width:12.5rem;height:1.13769375rem;top:13rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCf3Rw1HzKERvidxZbXEiSTWZbCTwi7T { display:flex;width:2.3125rem;height:2.3125rem;top:40.012818359375rem;left:8.8125rem; }
#wCf3Rw1HzKERvidxZbXEiSTWZbCTwi7T > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #v9GrteDr1Kc6BerGH7goWTEM0EKPHzOc { width:12.5rem;height:1.13769375rem;top:43.575318359375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { width:20rem;height:6.7988125rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoDSQEpg5nOMlOUpuLAum1MDSL7IiXCH { width:4rem;height:4rem;top:14.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:20rem;height:2.125rem;top:19.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6TfN66LSxF2Ng9yqzq2XQB7vbIS4XUg { width:20rem;height:1.13720625rem;top:21.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { width:20rem;height:2.125rem;top:43.3720703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBPv8mpLw83OVwqAADZ8adP0IIlovGdx { width:20rem;height:1.13720625rem;top:45.4970703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJHpBZbsfDVNzUC8WwtJ7aQpPLPc2OWp { width:20rem;height:5.09911875rem;top:32.32421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiXpvbukATz6mDGvtX00WT6r48J25x45 { width:4rem;height:4rem;top:38.4970703125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53PBSL2e1Icc2zNaEar7fSLV1WvvpFX { display:flex;width:3.5rem;height:3.5rem;top:2.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { display:flex;width:3.5rem;height:3.5rem;top:28.26171875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:11.19925rem;top:6.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:20rem;height:1.29980625rem;top:3rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.29980625rem;top:4.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:3.5996125rem;top:6.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:16.75rem;height:3.5996125rem;top:15.75rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.29980625rem;top:13.0625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.79980625rem;top:24.625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.29980625rem;top:22.125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }