.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#1e2154;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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.5rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.09375rem;left:1.8125rem;display:block; }
#GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#usdXUDGDfi3MkNE86hBrocywv9ed7xwv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.5rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.09375rem;left:9.125rem;display:block; }
#howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.5rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.09375rem;left:50.5rem;display:block; }
#GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ev85fsMeq1TrvctW5ga4Ek61xH9nGu5u { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:9.1875rem;top:1.09375rem;left:26.375rem;overflow:hidden;display:block; }
#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row .container { background-color: transparent; background-image: none; }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row .container > .video-iframe-container { display: none; }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row > .video-iframe-container { display: none; }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .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); }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row .container { border-width: 0; border-radius: 0; }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:60rem;position:relative;display:block; }#BIpTezg3MClvWxgFbwe4NymgpoN3SHwB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.0625rem;width:51.8125rem;top:4.375rem;left:4.09375rem;overflow:hidden;display:block; }
#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row .container { background-color: transparent; background-image: none; }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row .container > .video-iframe-container { display: none; }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row > .video-iframe-container { display: none; }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .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); }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row .container { border-width: 0; border-radius: 0; }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#L2RxHzb7zuJgSemNF0DsepcTf0CQzI5N { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:26.3125rem;width:22.125rem;top:9.6875rem;left:30rem;display:block; }
#uLl4peigtwv7h4Ch6JG4F6b1ba6w5uPL { background-color:#005bae;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:29.8125rem;left:32.25rem;display:block; }
#ipyTw3Bt3EQ39okazrzRiW9QSGDXaI9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gDizqKJGJpy0pL3zM60TOKGBz9znkTV7 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:20.875rem;width:20.4375rem;top:12.9375rem;left:4.375rem;display:block; }
#T55PT6B92zTLo7fPkJ37voK8TH3h7L5E { color:#535353;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100012;line-height:1.8;letter-spacing:0;top:16.875rem;left:7.1875rem;height:3.375rem;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; }
#OhZVdOGJEUUUeTP36DsupkdwSe7RaTLE { position:absolute;display:block;z-index:100019;background-color:#ededed;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;height:0.125rem;width:15.625rem;top:27.125rem;left:6.75rem;display:block; }
#MbHZcLTb6xDPTogF3TeBxItKQF3yylvU { color:#004ea9;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:22.875rem;left:30rem;height:2.3125rem;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; }
#J7Fs3Ku3vBKcK7CfeThJ2xuJFqA6Kap4 { color:#004ea9;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:21.75rem;left:31.25rem;height:5.4375rem;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; }
#nAzxBkMi03dl1uNUBHmw3pCsAseKXtJw { position:absolute;display:block;z-index:100020;background-color:#ededed;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;height:0.125rem;width:15.625rem;top:27.9375rem;left:33.375rem;display:block; }
#ikspeKiOTeIyUdBkRRbAcAu97VGi5MyT { background-color:#139d04;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:28rem;left:7.1875rem;display:block; }
#dEEu2Htrv033dZwTgG5fqeO6t8uNP64N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w04b1JNdBGzKL1IukZ5viMurWcqPaLDO { color:#68b6ff;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:14.375rem;left:6.8125rem;height:3.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;font-style:normal;display:block; }
#Zx4UsrDF6i6eQLSgHiC8E3M6cBqexOPI { color:#68b6ff;display:block;width:2.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:22.1875rem;left:6.0625rem;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;font-style:normal;display:block; }
#Ltru0bJyvH8qMo4TMpW2PyFPq415rWgT { color:#68b6ff;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:21.125rem;left:7.125rem;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;font-style:normal;display:block; }
#QATzEmRw6vZnZo9PJEUpuzntmbrhaQ06 { position:absolute;display:block;z-index:100010;background-color:#004ea9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:9.625rem;left:30rem;display:block; }
#CtTGSIEKROvG0TqlaTi0S4BSwczw6ydV { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:10rem;left:30rem;height:1.75rem;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; }
#d2BxOIsBGm6Lpb5dHTOiPThuRnpF1RPy { color:#004ea9;display:block;width:19.0625rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:12.9375rem;left:31.65625rem;height:6.125rem;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; }
#FtISAMn3c3BTsgTZ7nUPrUuFZDuMd6ld { color:#191919;display:block;width:59.5rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:99999;line-height:1.1;letter-spacing:0;top:2.34375rem;left:0rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JCvE2KfvMRXm8dzKK6M4eP5E3kuFT3Qz { color:#535353;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:18.1875rem;left:31.65625rem;height:3.375rem;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; }
#GT3sSQ12LgcfIz0STO4VBRbwMftyrcWR { color:#535353;display:block;width:4.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:19.5625rem;left:19.375rem;height:3.375rem;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; }
#Cum7JyFbHmR8SEnwriqn4i7xNGO4LXvg { color:#535353;display:block;width:4.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100015;line-height:1.8;letter-spacing:0;top:20.25rem;left:40.875rem;height:3.375rem;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; }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.adaptive-delivery-prevent-bg, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyload, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS.lazyloading { background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { background-color: transparent; background-image: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row > .video-iframe-container { display: none; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .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); }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.375rem;width:54.875rem;top:21.21875rem;left:2.5625rem;display:block; }
#mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:22.25rem;left:16.21875rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:25.5625rem;left:7.5rem;height:14rem;text-align:left;text-align-last:left;display:block; }#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
#kycVvVTnEJkUph16UTICbTxebTr8l22h { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.375rem;width:31.4375rem;top:4.1875rem;left:2.5625rem;overflow:hidden;display:block; }
#TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:exo;font-size:4.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { background-color:#7064f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.8125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:4.1875rem;left:2.5625rem;display:block; }
#IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KpWOCXOc0VaPTa2SFsKPWqPgTQJWWezM { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.5rem;left:20.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIFv6UWUcc0lEIEvz7D1bmTtDRW9Hvsd { color:#19e3db;display:block;width:25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:41.4375rem;left:4.59375rem;height:1.125rem;font-style:normal;display:block; }
#evhXhUxpZH8rt66xlCD7dh2RcXch6pi7 { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:orbitron;font-size:1.375rem;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:18.25rem;left:35.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nn38zoqroc71migrmhZCEtoEdh30VivU { position:relative;display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU { background-color: transparent; background-image: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row > .video-iframe-container { display: none; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .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); }#nn38zoqroc71migrmhZCEtoEdh30VivU { border-width: 0; border-radius: 0; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#hlRnS1gF57T9uRJNMQG2Mt5G7D4ads4e { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:6.125rem;left:13.96875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACFCz2Q3sGR4HFyQqP1gDlUO0K2APJOf { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:6.125rem;left:12.53125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p85vHn89fu8cHJUAXguODKw0rhoAstKB { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:100031;line-height:1.3;letter-spacing:0;top:6.125rem;left:34.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTDLEsWF0Z4gQz3OnS6OQGUvnOi28V5I { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:6.0625rem;left:47.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kou1EpQPM8TuGio4SDA2fg0gghht1o4W { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:6.25rem;left:0.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LET9VZFEeFve364pOP9CcAO8o9ygAluX { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:6.0625rem;left:31.28125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0MUST7QO5ouUD0OoAve6z2FJOsyEnTW { position:absolute;display:block;z-index:100017;background-color:#ff2d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.75rem;width:4.75rem;top:0.9375rem;left:2.3125rem;display:block; }
#FRcyAFzcnUvo6NoUxsRgypiBqoiLX93q { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:1.4375rem;left:2.9375rem;display:block; }
#ATssnqBPC2BkN4IqRtSTEhUCx8g9a9k8 { position:absolute;display:block;z-index:100019;background-color:#ff2d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.75rem;width:4.75rem;top:0.875rem;left:20.5rem;display:block; }
#TTZim8nKaw7T2WUQAole2UdfgNXMJcLc { position:absolute;display:block;z-index:100021;background-color:#ff2d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.75rem;width:4.75rem;top:0.875rem;left:33.8125rem;display:block; }
#fUE6hNfUMgpPDn9UykFlgQ39PgzH7Jzl { box-sizing:content-box;color:#ffffff;font-size:3.75rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:0.5625rem;left:33.5rem;display:block; }
#KtMuPzgLA5kPqa2mo6KBhypiMhC7g1AQ { position:absolute;display:block;z-index:100019;background-color:#ff2d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.75rem;width:4.75rem;top:1rem;left:14.5rem;display:block; }
#Tpub1S8uQgVZPsnSoiqJtpZ1K1cixicP { box-sizing:content-box;color:#ffffff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:1.1875rem;left:14.5rem;display:block; }
#aOkrFaZ3t5O5nSKAs701ZcrXSJhJNHAS { box-sizing:content-box;color:#ffffff;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:0rem;left:19.625rem;display:block; }
#phWKmWSeU2v7lHN0M1nKn8qoqOiBVxLu { position:absolute;display:block;z-index:100021;background-color:#ff2d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.75rem;width:4.75rem;top:1.0625rem;left:39.25rem;display:block; }
#XO7tqkKW3ELt6UGGpOHlQ4BHT4MaEdgH { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:0.5625rem;left:39rem;display:block; }
#y0mUdn36nExPQ8UaSygz32pghvKTod67 { position:absolute;display:block;z-index:100023;background-color:#ff2d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.75rem;width:4.75rem;top:0.9375rem;left:51.3125rem;display:block; }
#lixKXLU6vUxy3xqDNXMczeiunBukclJU { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:1.5rem;left:51.8125rem;display:block; }
#G3oWZ098Tu9fEWPLZNlNOLlbXmyiGqGp { position:absolute;display:block;z-index:100008;background-color:#d6d6d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.6875rem;top:3.25rem;left:8.6875rem;display:block; }
#mnBwNRe00EeOqe5rikOfUJ8VVwFrXFf4 { position:absolute;display:block;z-index:100012;background-color:#d6d6d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.6875rem;top:3.1875rem;left:27.1875rem;display:block; }
#KaOlNbg1miml7eWygPhpqoHVizaIU56v { position:absolute;display:block;z-index:100016;background-color:#d6d6d6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:4.6875rem;top:3.25rem;left:45.375rem;display:block; }
#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e06d144-30c2-412d-b0e7-d3e55bc5f505/s1bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { color:rgba(255,255,255,0.5);display:block;width:60rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lu69foEpyL2TT36ToksasIVzX5L1bav7 { position:absolute;display:block;z-index:100002;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.3125rem;width:19.0625rem;top:16.3125rem;left:32.625rem;display:block; }
#aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;height:25rem;width:25rem;top:2.5rem;left:29.5625rem;display:block; }
#P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { position:absolute;display:block;z-index:99997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;height:16.375rem;width:16.375rem;top:3.625rem;left:21.25rem;display:block; }
#DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;height:8.0625rem;width:8.0625rem;top:18.125rem;left:51.9375rem;display:block; }
#xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { position:absolute;display:block;z-index:100004;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:5.0625rem;left:22.9375rem;display:block; }
#V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { position:absolute;display:block;z-index:100005;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:25rem;left:58.8125rem;display:block; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .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; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-number { border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:exo;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { 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:rgba(0,0,0,0);background-image:none;display:flex;justify-content:space-between;width:14.25rem;height:5.3125rem;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:18.125rem;left:35.03125rem;z-index:100006; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze { width:auto; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
#WdLM4mH53rbNZJKt8W5TmcpVlcqBq3wU { position:absolute;display:block;z-index:99996;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;height:18.1875rem;width:32.4375rem;top:6.875rem;left:0rem;display:block; }
#ulyaqsoMkeWa12KTMzg2HhKHMTbpGs4D { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:13.1875rem;top:3.625rem;left:46.8125rem;overflow:hidden;display:block; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-form-header { font-size:0.875rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-regular-label { height:auto;display:none;font-family:exo;font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;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; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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.875rem;box-sizing:border-box;height:2.875rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:exo;vertical-align:top; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-text {padding-top: 0; padding-bottom: 0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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.875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:exo;vertical-align:top; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .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.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:exo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-select {padding-top: 0; padding-bottom: 0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .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; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#7064f3;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:7.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:14.1875rem;height:3.4375rem;font-family:exo;overflow:hidden; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .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:exo;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .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; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .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:exo;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-container:first-of-type{padding-top:0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-container:last-of-type{padding-bottom:0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:6.375rem;left:32.625rem;font-size:0.875rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-info-text { display:block;height:auto;font-family:exo;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; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM {display:block;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:6.375rem;left:32.625rem;font-size:0.875rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #zGUVrbKgXKSWLGws5htBcJ1ziVwDunhk { position:relative; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #wdemL9w95ukELhTwXGR4DkMf9DmpHkex { position:relative; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #XMgM9Jg4npCQ2l6RBJRluOCPW02EHnOx { position:relative; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #nOpH7Nt42Bgeq0AnPTGhx3KQXM4uQF9R { position:relative; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #XmahFpvJhihQmmLigWd9uPG9r3d5Sslh { position:relative; }
#LItfuHoSmFTqXKIfc9KnTJ1AAsp5BtoG { position:absolute;display:block;z-index:100005;height:11.25rem;width:20rem;top:17rem;left:15.125rem;display:block; }
#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a8e4730-2c9b-4050-a23c-ac681a7441f6/1a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.adaptive-delivery-prevent-bg, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyload, #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ.lazyloading { background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { background-color: transparent; background-image: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row > .video-iframe-container { display: none; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .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); }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { border-width: 0; border-radius: 0; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.375rem;width:31.25rem;top:5.25rem;left:28.75rem;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:9.5625rem;left:30.59375rem;height:9.5rem;font-style:normal;display:block; }
#u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { position:absolute;display:block;z-index:100007;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:25.875rem;left:4.875rem;display:block; }
#szxylcXwcEkylxb0rhCzgvETbkeNNS3T { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bfe1ef17-a579-4fd8-8e62-46ed8fc5c868/33Mirada_Brochure_ForWebFinal1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;height:25rem;width:25rem;top:3.78125rem;left:0rem;display:block; }#szxylcXwcEkylxb0rhCzgvETbkeNNS3T.adaptive-delivery-prevent-bg, #szxylcXwcEkylxb0rhCzgvETbkeNNS3T.lazyload, #szxylcXwcEkylxb0rhCzgvETbkeNNS3T.lazyloading { background-image: none; }
#m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;height:13.75rem;width:13.75rem;top:4.5rem;left:21.875rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:100008;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:5.4375rem;left:24.5rem;display:block; }
#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/982717dc-f7a0-4c01-8288-9cf5f5a95b81/1b.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.adaptive-delivery-prevent-bg, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyload, #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA.lazyloading { background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { background-color: transparent; background-image: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row > .video-iframe-container { display: none; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .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); }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { border-width: 0; border-radius: 0; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:22.75rem;top:6.4375rem;left:33.625rem;overflow:hidden;display:block; }
#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.375rem;width:31.25rem;top:4.625rem;left:0rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:1.875rem;height:4.75rem;font-style:normal;display:block; }
#vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:13.8125rem;left:1.875rem;height:6rem;font-style:normal;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#19e3db;display:block;width:25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.875rem;height:1.125rem;font-style:normal;display:block; }
#CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { position:absolute;display:block;z-index:100011;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:6.6875rem;left:56rem;display:block; }
#e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:block; }
#qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;height:13.75rem;width:13.75rem;top:7.375rem;left:23.90625rem;display:block; }
#ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { position:absolute;display:block;z-index:100012;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:7.0625rem;left:31.25rem;display:block; }
#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d23dffca-0ef3-4770-98f8-997347d2801b/1c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.adaptive-delivery-prevent-bg, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyload, #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge.lazyloading { background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { background-color: transparent; background-image: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row > .video-iframe-container { display: none; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .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); }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { border-width: 0; border-radius: 0; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.375rem;width:31.25rem;top:5.25rem;left:28.75rem;display:block; }
#ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { color:#19e3db;display:block;width:26.125rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.125rem;left:30.625rem;height:1.125rem;font-style:normal;display:block; }
#nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:30.625rem;height:4.75rem;font-style:normal;display:block; }
#hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:15.375rem;left:30.625rem;height:6rem;font-style:normal;display:block; }
#IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { position:absolute;display:block;z-index:100007;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:5.375rem;left:4.8125rem;display:block; }
#WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/226378a9-81dd-41ea-a8ed-9a393e40649b/567Mirada_Brochure_ForWebFinal49.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:12.8125rem;border-top-right-radius:12.8125rem;border-bottom-left-radius:12.8125rem;border-bottom-right-radius:12.8125rem;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }#WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1.adaptive-delivery-prevent-bg, #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1.lazyload, #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1.lazyloading { background-image: none; }
#bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.2);border-left:0.0625rem solid rgba(255,255,255,0.2);border-right:0.0625rem solid rgba(255,255,255,0.2);border-bottom:0.0625rem solid rgba(255,255,255,0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;height:13.75rem;width:13.75rem;top:16.3125rem;left:20.9375rem;display:block; }
#Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { position:absolute;display:block;z-index:100008;background-color:#19e3db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:0.75rem;width:0.75rem;top:27.78125rem;left:22.6875rem;display:block; }
#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { background-color: transparent; background-image: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row > .video-iframe-container { display: none; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .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); }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { border-width: 0; border-radius: 0; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#MTxg7mk1OTzMBiug4i1b6Th7Fxxk92Dg { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.875rem;width:60rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { position:relative;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color: transparent; background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .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); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container.lazyloading { background-image: none; }#vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.5rem;width:18.125rem;top:0rem;left:0rem;display:block; }
#WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.25rem;height:3.875rem;font-style:normal;display:block; }
#KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:6.25rem;left:1.25rem;height:10.5rem;display:block; }
#swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.5rem;width:18.125rem;top:0rem;left:41.875rem;display:block; }
#LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:6.6875rem;left:43.125rem;height:6rem;display:block; }
#QMgQTs1tCe3RizXWmBw5rO47mfrh8iz1 { background-color:transparent;background-image:none;border-top:0.125rem solid #7064f3;border-left:0.125rem solid #7064f3;border-right:0.125rem solid #7064f3;border-bottom:0.125rem solid #7064f3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:16.0625rem;left:47.9375rem;display:block; }
#OBTCTSawza9St0MaIfdETafqTlMbzs44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.875rem;left:43.125rem;height:1.9375rem;font-style:normal;display:block; }
#V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { position:absolute;display:block;z-index:100008;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.5rem;width:18.125rem;top:0rem;left:20.9375rem;display:block; }
#EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:6.6875rem;left:22.1875rem;height:6rem;display:block; }
#CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.875rem;left:22.1875rem;height:3.875rem;font-style:normal;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:11.75rem;top:1.90625rem;left:26.09375rem;overflow:hidden;display:block; }
#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#3a2d30;display:block;width:19.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#MHKZ6JNpZNrXRyL76SifGsMcoA0tGwHX { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.5625rem;left:47rem;display:block; }
#LdiVcTUsGAssSuz9M0MwpmBOnFMsby6K { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.5625rem;left:51.9375rem;display:block; }
#VNxBNpWTeDAlT8w9377HktLbKNdea9SP { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:1.5625rem;left:56.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:4.375rem;height:2.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:8.1875rem;height:2.5rem;top:1.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:7.75rem;height:2.5rem;top:1.0625rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #Ev85fsMeq1TrvctW5ga4Ek61xH9nGu5u { top:1.0625rem;left:20.25rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcgJV92qGCr61zC992XhGKEOOGPtcRR1 { display:block; }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIpTezg3MClvWxgFbwe4NymgpoN3SHwB { top:4.375rem;left:0rem;width:47.75rem;height:63.647466827503rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOSX12WwOcUHh6BATOMTIf0ss7RzavyF { display:block; }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2RxHzb7zuJgSemNF0DsepcTf0CQzI5N { top:9.6875rem;left:23.875rem;width:22.125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLl4peigtwv7h4Ch6JG4F6b1ba6w5uPL { width:17.875rem;height:4.0625rem;top:29.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipyTw3Bt3EQ39okazrzRiW9QSGDXaI9U { display:block; }
 }@media only screen and (max-width: 763px) { #gDizqKJGJpy0pL3zM60TOKGBz9znkTV7 { top:12.9375rem;left:1.3125rem;width:20.4375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T55PT6B92zTLo7fPkJ37voK8TH3h7L5E { width:15.375rem;height:3.375rem;top:16.875rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZVdOGJEUUUeTP36DsupkdwSe7RaTLE { top:27.125rem;left:3.6875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbHZcLTb6xDPTogF3TeBxItKQF3yylvU { width:2.5625rem;height:2.3125rem;top:22.875rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Fs3Ku3vBKcK7CfeThJ2xuJFqA6Kap4 { width:9.6875rem;height:5.4375rem;top:21.75rem;left:23.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAzxBkMi03dl1uNUBHmw3pCsAseKXtJw { top:27.9375rem;left:24.1875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikspeKiOTeIyUdBkRRbAcAu97VGi5MyT { width:15.625rem;height:3.875rem;top:28rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEEu2Htrv033dZwTgG5fqeO6t8uNP64N { display:block; }
 }@media only screen and (max-width: 763px) { #w04b1JNdBGzKL1IukZ5viMurWcqPaLDO { width:14.5625rem;height:3.25rem;top:14.375rem;left:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4UsrDF6i6eQLSgHiC8E3M6cBqexOPI { width:2.5625rem;height:;top:22.1875rem;left:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltru0bJyvH8qMo4TMpW2PyFPq415rWgT { width:10.5rem;height:;top:21.125rem;left:4.0625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QATzEmRw6vZnZo9PJEUpuzntmbrhaQ06 { width:22.25rem;height:2.3125rem;top:9.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtTGSIEKROvG0TqlaTi0S4BSwczw6ydV { width:22.125rem;height:1.75rem;top:10rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2BxOIsBGm6Lpb5dHTOiPThuRnpF1RPy { width:19.0625rem;height:6.125rem;top:12.9375rem;left:23.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtISAMn3c3BTsgTZ7nUPrUuFZDuMd6ld { width:47.75rem;height:5.5rem;top:2.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCvE2KfvMRXm8dzKK6M4eP5E3kuFT3Qz { width:15.375rem;height:3.375rem;top:18.1875rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT3sSQ12LgcfIz0STO4VBRbwMftyrcWR { width:4.1875rem;height:3.375rem;top:19.5625rem;left:16.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cum7JyFbHmR8SEnwriqn4i7xNGO4LXvg { width:4.1875rem;height:3.375rem;top:20.25rem;left:31.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { top:21.1875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { top:22.25rem;left:10.09375rem;width:27.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { top:25.5625rem;left:0rem;width:47.75rem;height:14rem;font-size:1.1875rem;display:block; }#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #kycVvVTnEJkUph16UTICbTxebTr8l22h { top:4.1875rem;left:0rem;width:31.4375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:13.875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:8.625rem;height:2.8125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #KpWOCXOc0VaPTa2SFsKPWqPgTQJWWezM { top:14.5rem;left:12.875rem;width:34.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIFv6UWUcc0lEIEvz7D1bmTtDRW9Hvsd { top:41.4375rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evhXhUxpZH8rt66xlCD7dh2RcXch6pi7 { width:19.5625rem;height:1.375rem;top:18.25rem;left:28.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlRnS1gF57T9uRJNMQG2Mt5G7D4ads4e { width:17.8125rem;height:2.75rem;top:6.125rem;left:7.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACFCz2Q3sGR4HFyQqP1gDlUO0K2APJOf { width:8.6875rem;height:2.75rem;top:6.125rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p85vHn89fu8cHJUAXguODKw0rhoAstKB { width:15rem;height:2.75rem;top:6.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDLEsWF0Z4gQz3OnS6OQGUvnOi28V5I { width:12.875rem;height:2.75rem;top:6.0625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kou1EpQPM8TuGio4SDA2fg0gghht1o4W { width:7.9375rem;height:2.5rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LET9VZFEeFve364pOP9CcAO8o9ygAluX { width:9.8125rem;height:2.75rem;top:6.0625rem;left:25.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0MUST7QO5ouUD0OoAve6z2FJOsyEnTW { width:4.75rem;height:4.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRcyAFzcnUvo6NoUxsRgypiBqoiLX93q { width:3.6875rem;height:3.6875rem;top:1.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATssnqBPC2BkN4IqRtSTEhUCx8g9a9k8 { width:4.75rem;height:4.75rem;top:0.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZim8nKaw7T2WUQAole2UdfgNXMJcLc { width:4.75rem;height:4.75rem;top:0.875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUE6hNfUMgpPDn9UykFlgQ39PgzH7Jzl { width:5.4375rem;height:5.4375rem;top:0.5625rem;left:27.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtMuPzgLA5kPqa2mo6KBhypiMhC7g1AQ { width:4.75rem;height:4.75rem;top:1rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpub1S8uQgVZPsnSoiqJtpZ1K1cixicP { width:4.75rem;height:4.75rem;top:1.1875rem;left:8.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOkrFaZ3t5O5nSKAs701ZcrXSJhJNHAS { width:6.4375rem;height:6.4375rem;top:0rem;left:13.5rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phWKmWSeU2v7lHN0M1nKn8qoqOiBVxLu { width:4.75rem;height:4.75rem;top:1.0625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO7tqkKW3ELt6UGGpOHlQ4BHT4MaEdgH { width:5.5625rem;height:5.5625rem;top:0.5625rem;left:32.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0mUdn36nExPQ8UaSygz32pghvKTod67 { width:4.75rem;height:4.75rem;top:0.9375rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #lixKXLU6vUxy3xqDNXMczeiunBukclJU { width:3.9375rem;height:3.9375rem;top:1.5rem;left:43.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3oWZ098Tu9fEWPLZNlNOLlbXmyiGqGp { width:4.6875rem;height:0.125rem;top:3.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBwNRe00EeOqe5rikOfUJ8VVwFrXFf4 { width:4.6875rem;height:0.125rem;top:3.1875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaOlNbg1miml7eWygPhpqoHVizaIU56v { width:4.6875rem;height:0.125rem;top:3.25rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { top:16.3125rem;left:26.5rem;width:19.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { top:2.5rem;left:22.625rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { top:3.625rem;left:15.125rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { top:18.125rem;left:39.5625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { top:5.0625rem;left:16.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { top:25rem;left:47rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .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; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .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; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:14.25rem;height:5.3125rem;display:flex;top:18.375rem;left:0rem;z-index:100006; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #WdLM4mH53rbNZJKt8W5TmcpVlcqBq3wU { top:6.875rem;left:0rem;width:32.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulyaqsoMkeWa12KTMzg2HhKHMTbpGs4D { top:3.625rem;left:34.5625rem;width:13.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-text {padding-top: 0; padding-bottom: 0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-select {padding-top: 0; padding-bottom: 0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM  { width:21.875rem;height:auto;top:6.375rem;left:23.375rem; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM {display:block;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM { width:21.875rem;height:auto;top:6.375rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #zGUVrbKgXKSWLGws5htBcJ1ziVwDunhk {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #wdemL9w95ukELhTwXGR4DkMf9DmpHkex {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #XMgM9Jg4npCQ2l6RBJRluOCPW02EHnOx {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #nOpH7Nt42Bgeq0AnPTGhx3KQXM4uQF9R {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #XmahFpvJhihQmmLigWd9uPG9r3d5Sslh {  }
 }@media only screen and (max-width: 763px) { #LItfuHoSmFTqXKIfc9KnTJ1AAsp5BtoG { top:17.625rem;left:9.625rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { top:5.25rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:9.5625rem;left:20.1875rem;width:27.5625rem;height:9.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { top:25.875rem;left:1.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { top:3.75rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { top:4.5rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { top:5.4375rem;left:21.4375rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { top:6.4375rem;left:24.4375rem;width:22.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { top:4.625rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { top:8.4375rem;left:0rem;width:26.375rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:13.8125rem;left:0rem;width:27.5rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:6.5rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { top:6.6875rem;left:46.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { top:7.375rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { top:5.25rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { top:7.125rem;left:21.625rem;width:26.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { top:9.0625rem;left:21.125rem;width:26.625rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { top:15.375rem;left:20.25rem;width:27.5rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { top:5.375rem;left:1.75rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { top:3.3125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { top:16.3125rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { top:27.75rem;left:19.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTxg7mk1OTzMBiug4i1b6Th7Fxxk92Dg { top:0.6875rem;left:0rem;width:47.75rem;height:30.1421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { top:0rem;left:0rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { top:1.875rem;left:0rem;width:15.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { top:6.25rem;left:0rem;width:15.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { top:0rem;left:29.5rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { top:6.6875rem;left:32rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgQTs1tCe3RizXWmBw5rO47mfrh8iz1 { width:10.625rem;height:2.8125rem;top:16.0625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTCTSawza9St0MaIfdETafqTlMbzs44 { display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { top:1.875rem;left:32.8125rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { top:0rem;left:13.625rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { top:6.6875rem;left:16rem;width:15.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { top:1.875rem;left:16rem;width:14.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:1.875rem;left:19.96875rem;width:11.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:2.5rem;left:0rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKZ6JNpZNrXRyL76SifGsMcoA0tGwHX { top:1.5625rem;left:40.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdiVcTUsGAssSuz9M0MwpmBOnFMsby6K { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNxBNpWTeDAlT8w9377HktLbKNdea9SP { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:3.75rem;height:1.875rem;top:0.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:6.875rem;height:1.875rem;top:0.5625rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:6.0625rem;height:1.875rem;top:0.5625rem;left:13.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #Ev85fsMeq1TrvctW5ga4Ek61xH9nGu5u { width:9.1875rem;height:9.1875rem;top:2.4375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcgJV92qGCr61zC992XhGKEOOGPtcRR1 { display:block; }#WcgJV92qGCr61zC992XhGKEOOGPtcRR1 > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIpTezg3MClvWxgFbwe4NymgpoN3SHwB { width:19.9375rem;height:26.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOSX12WwOcUHh6BATOMTIf0ss7RzavyF { display:block; }#uOSX12WwOcUHh6BATOMTIf0ss7RzavyF > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2RxHzb7zuJgSemNF0DsepcTf0CQzI5N { width:19.75rem;height:25.75rem;top:32.75rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #uLl4peigtwv7h4Ch6JG4F6b1ba6w5uPL { width:15.625rem;height:4.0625rem;top:52.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipyTw3Bt3EQ39okazrzRiW9QSGDXaI9U { display:block; }
 }@media only screen and (max-width: 763px) { #gDizqKJGJpy0pL3zM60TOKGBz9znkTV7 { width:20rem;height:20.375rem;top:11.25rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #T55PT6B92zTLo7fPkJ37voK8TH3h7L5E { width:17.3125rem;height:1.5625rem;top:15.1875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #OhZVdOGJEUUUeTP36DsupkdwSe7RaTLE { width:15.625rem;height:0.125rem;top:25.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbHZcLTb6xDPTogF3TeBxItKQF3yylvU { width:2.5625rem;height:2.3125rem;top:45.9375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #J7Fs3Ku3vBKcK7CfeThJ2xuJFqA6Kap4 { width:7.875rem;height:5.6875rem;top:44.25rem;left:4.25rem;text-align:center;text-align-last:center;font-size:4.375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #nAzxBkMi03dl1uNUBHmw3pCsAseKXtJw { width:15.625rem;height:0.125rem;top:51.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikspeKiOTeIyUdBkRRbAcAu97VGi5MyT { width:15.625rem;height:3.875rem;top:26.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEEu2Htrv033dZwTgG5fqeO6t8uNP64N { display:block; }
 }@media only screen and (max-width: 763px) { #w04b1JNdBGzKL1IukZ5viMurWcqPaLDO { width:14.5625rem;height:2.5rem;top:12.6875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4UsrDF6i6eQLSgHiC8E3M6cBqexOPI { width:2.5625rem;height:2.3125rem;top:20.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Ltru0bJyvH8qMo4TMpW2PyFPq415rWgT { width:5.625rem;height:5.8125rem;top:19.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:4.5rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #QATzEmRw6vZnZo9PJEUpuzntmbrhaQ06 { width:20rem;height:2.3125rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtTGSIEKROvG0TqlaTi0S4BSwczw6ydV { width:20rem;height:1.75rem;top:59.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #d2BxOIsBGm6Lpb5dHTOiPThuRnpF1RPy { width:14.5625rem;height:6.25rem;top:32.75rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:2.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #FtISAMn3c3BTsgTZ7nUPrUuFZDuMd6ld { width:20rem;height:8.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCvE2KfvMRXm8dzKK6M4eP5E3kuFT3Qz { width:15.375rem;height:1.5625rem;top:39rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #GT3sSQ12LgcfIz0STO4VBRbwMftyrcWR { width:4.1875rem;height:5.625rem;top:17.25rem;left:12.875rem;text-align:left;text-align-last:left;font-size:3.125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Cum7JyFbHmR8SEnwriqn4i7xNGO4LXvg { width:4.1875rem;height:5.375rem;top:39.5625rem;left:12.875rem;text-align:left;text-align-last:left;font-size:3rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { width:20rem;height:29.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { width:16.8125rem;height:2.5625rem;top:3.78125rem;left:1.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { width:19.0625rem;height:21rem;top:9.625rem;left:0.46875rem;font-size:0.875rem;display:block; }#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #kycVvVTnEJkUph16UTICbTxebTr8l22h { width:20rem;height:23.141153081511rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:2.5625rem;top:6.34375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:14.0625rem;height:2.8125rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #KpWOCXOc0VaPTa2SFsKPWqPgTQJWWezM { width:12.125rem;height:1.125rem;top:7.0625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIFv6UWUcc0lEIEvz7D1bmTtDRW9Hvsd { width:20rem;height:1.125rem;top:38.53125rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #evhXhUxpZH8rt66xlCD7dh2RcXch6pi7 { width:19.5625rem;height:1.1875rem;top:37.34375rem;left:0.4375rem;text-align:right;text-align-last:right;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlRnS1gF57T9uRJNMQG2Mt5G7D4ads4e { width:17.8125rem;height:2.25rem;top:68.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ACFCz2Q3sGR4HFyQqP1gDlUO0K2APJOf { width:15rem;height:2.5rem;top:65rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p85vHn89fu8cHJUAXguODKw0rhoAstKB { width:15rem;height:2.5rem;top:74.625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDLEsWF0Z4gQz3OnS6OQGUvnOi28V5I { width:15rem;height:2.5rem;top:78.375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kou1EpQPM8TuGio4SDA2fg0gghht1o4W { width:17.8125rem;height:1.125rem;top:62.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LET9VZFEeFve364pOP9CcAO8o9ygAluX { width:17.8125rem;height:1.125rem;top:72.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #k0MUST7QO5ouUD0OoAve6z2FJOsyEnTW { width:7.5rem;height:7.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRcyAFzcnUvo6NoUxsRgypiBqoiLX93q { width:5.8125rem;height:5.8125rem;top:2.09375rem;left:7.09375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATssnqBPC2BkN4IqRtSTEhUCx8g9a9k8 { width:7.5rem;height:7.5rem;top:20.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZim8nKaw7T2WUQAole2UdfgNXMJcLc { width:7.5rem;height:7.5rem;top:31.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUE6hNfUMgpPDn9UykFlgQ39PgzH7Jzl { width:6.75rem;height:6.75rem;top:31.5rem;left:6.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtMuPzgLA5kPqa2mo6KBhypiMhC7g1AQ { width:7.5rem;height:7.5rem;top:11.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpub1S8uQgVZPsnSoiqJtpZ1K1cixicP { width:6.1875rem;height:6.1875rem;top:12.03125rem;left:6.90625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOkrFaZ3t5O5nSKAs701ZcrXSJhJNHAS { width:7.6875rem;height:7.6875rem;top:20.375rem;left:6.25rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phWKmWSeU2v7lHN0M1nKn8qoqOiBVxLu { width:7.5rem;height:7.5rem;top:41.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO7tqkKW3ELt6UGGpOHlQ4BHT4MaEdgH { width:6.6875rem;height:6.6875rem;top:42.25rem;left:6.6875rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0mUdn36nExPQ8UaSygz32pghvKTod67 { width:7.5rem;height:7.5rem;top:53.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lixKXLU6vUxy3xqDNXMczeiunBukclJU { width:6.6875rem;height:6.6875rem;top:53.75rem;left:6.75rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3oWZ098Tu9fEWPLZNlNOLlbXmyiGqGp { width:4.6875rem;height:0.125rem;top:10rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBwNRe00EeOqe5rikOfUJ8VVwFrXFf4 { width:4.6875rem;height:0.125rem;top:29.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaOlNbg1miml7eWygPhpqoHVizaIU56v { width:4.6875rem;height:0.125rem;top:51.5rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { width:20rem;height:1.125rem;top:8.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { width:19.875rem;height:19.875rem;top:2.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { width:5.625rem;height:5.625rem;top:1.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { width:8.0625rem;height:8.0625rem;top:16.25rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { width:0.75rem;height:0.75rem;top:4.5625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { width:0.75rem;height:0.75rem;top:22.15625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .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; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 .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; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 { width:14.25rem;height:5.3125rem;display:flex;top:14.625rem;left:0.3125rem;z-index:100006; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k8ZLFTa48ShRmifDrmBn094g2HXDu7Ze {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Uy01OZ9xF55iQubsz0RimalqfmVMF7hf {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #z4Ri1XLFmy0NSeSK1Jiz0yTPiUzPL6Hk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Cg81q7I4mRUPIX04ZVb42OFcoX1VGTn2 {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EsQ2dkR6TpyfkTqolIn3idVVo0VLyEFm {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #JforAdLwp43tNtC51E70lXW0s4OhD9T7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #EPvwqhW8AcTuWZtuzouAQ4W8QbJOEJuV {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #eN6GKZh5c7Bz8ymkAQ1e2RkZGlxGDmAh {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #hLAs31yRzuxTCt52keCDK5cPZTzw2wD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #k4fTxGafLgOOVH8WTn0AFGoiUBG9kknn {  }
 }@media only screen and (max-width: 763px) { #NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #Mr3GDEJdQoFpKNZPeiQ63HkzaqB7b73r {  }
 }@media only screen and (max-width: 763px) { #WdLM4mH53rbNZJKt8W5TmcpVlcqBq3wU { height:11.143786127168rem;width:19.875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulyaqsoMkeWa12KTMzg2HhKHMTbpGs4D { width:5.9375rem;height:6.625rem;top:41.9560546875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-text {padding-top: 0; padding-bottom: 0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-select {padding-top: 0; padding-bottom: 0;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM  { width:17.5rem;height:auto;top:38.2060546875rem;left:0rem;z-index:100000; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM {display:block;}#tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM { width:17.5rem;height:auto;top:38.2060546875rem;left:0rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #zGUVrbKgXKSWLGws5htBcJ1ziVwDunhk {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #wdemL9w95ukELhTwXGR4DkMf9DmpHkex {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #XMgM9Jg4npCQ2l6RBJRluOCPW02EHnOx {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #nOpH7Nt42Bgeq0AnPTGhx3KQXM4uQF9R {  }
 }@media only screen and (max-width: 763px) { #tdOJQBQWRWAdUoFFr4dcAufnrk8ybkXM #XmahFpvJhihQmmLigWd9uPG9r3d5Sslh {  }
 }@media only screen and (max-width: 763px) { #LItfuHoSmFTqXKIfc9KnTJ1AAsp5BtoG { width:20rem;height:11.25rem;top:25.125rem;left:0rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:19.375rem;height:10.3125rem;top:1.375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { width:0.75rem;height:0.75rem;top:8.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { width:16.875rem;height:16.875rem;top:12.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { width:8.75rem;height:8.75rem;top:7.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.75rem;height:0.75rem;top:27.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { width:12.8125rem;height:9.875rem;top:18.3125rem;left:1.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.375rem;height:6.1875rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:18.9375rem;height:7.875rem;top:10.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:19.375rem;height:1.125rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { width:0.75rem;height:0.75rem;top:23.5rem;left:1.875rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { width:15.625rem;height:15.625rem;top:14.6875rem;left:2.125rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { width:6.875rem;height:6.875rem;top:23.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { width:0.75rem;height:0.75rem;top:30rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { width:20rem;height:17rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { width:19.375rem;height:1.125rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { width:19.375rem;height:4.125rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { width:18.9375rem;height:6.5625rem;top:10.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { width:0.75rem;height:0.75rem;top:25.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { width:15rem;height:15rem;top:12.0625rem;left:2.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { width:8.125rem;height:8.125rem;top:22.3125rem;left:4.625rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { width:0.75rem;height:0.75rem;top:18.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTxg7mk1OTzMBiug4i1b6Th7Fxxk92Dg { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");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;display:block; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.adaptive-delivery-prevent-bg, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyload, #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W.lazyloading { background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { background-color: transparent; background-image: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row > .video-iframe-container { display: none; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .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); }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { border-width: 0; border-radius: 0; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrudaNQmhQe2HHGl6zsHlA68RaGPG39g { width:18.125rem;height:17.5rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqvA00rZUatPfrSSCEpsWJXKaKQv7loM { width:14.125rem;height:5.8125rem;top:2.1875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { width:15.625rem;height:10.5rem;top:7.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { width:18.125rem;height:17.5rem;top:37.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { width:15.625rem;height:6rem;top:44.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgQTs1tCe3RizXWmBw5rO47mfrh8iz1 { width:10.625rem;height:2.8125rem;top:53.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTCTSawza9St0MaIfdETafqTlMbzs44 { display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { width:14.125rem;height:1.9375rem;top:39.6875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { width:18.125rem;height:13.5rem;top:22.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { width:15.625rem;height:6rem;top:29.28125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { width:14.125rem;height:3.875rem;top:24.46875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:7.75rem;height:1.625rem;top:2.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:12.5rem;height:1.25rem;top:4.625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHKZ6JNpZNrXRyL76SifGsMcoA0tGwHX { width:3.125rem;height:3.125rem;top:7.125rem;left:4.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdiVcTUsGAssSuz9M0MwpmBOnFMsby6K { width:3.125rem;height:3.125rem;top:7.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNxBNpWTeDAlT8w9377HktLbKNdea9SP { width:3.125rem;height:3.125rem;top:7.125rem;left:12.8125rem;font-size:2.1875rem;display:block; }
 }