.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:url("https://images.assets-landingi.com/DhKJMMfI/AdobeStock_123604771.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:13.1875rem;top:0.40625rem;left:23.0625rem;overflow:hidden;display:block; }
#AOeQSf460Wl1uwuxSo5AFg7FonfmI7DU { z-index:100001;top:1.25rem;left:49.78125rem;background-color:#67c9d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.625rem rgba(103,201,208,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UHWIQPJolPSvaIye9yaePTZZ4hSLdV7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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; }#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:10.9375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;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:9rem;left:0rem;height:1.94921875rem;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.5rem;left:20.46875rem;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.6875rem;left:17.4375rem;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.8125rem;left:9.125rem;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.3125rem;left:39.812496185302rem;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:6.84375rem;left:10.8125rem;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:25.1875rem;left:46.6875rem;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:19rem;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:17.6875rem;left:20.5rem;z-index:100006; }
#NNWD4nzNqmx1RHXMl3Bzan91F1co15k7 #f9MNuJfgZolH3X5AdHewLpZgI3afitFi { display:flex;position:relative;top:0rem;left:0rem; }
#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 {  }
#aF4FKi1FwyiU0HAuCNSUJCLKHNJXgEbn { 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:100003;line-height:1.3;letter-spacing:0;top:24.05078125rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWfTTtOiMTVKPXyxEtILOtO7UkC5CFS4 { z-index:100002;top:28.65625rem;left:23.40625rem;background-color:#67c9d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.25rem 0.625rem rgba(103,201,208,0.6) ;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:2.125rem;font-weight:400;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:13.1875rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tt1EuggHk1yEOcZvnaTLoDOyTBSawWJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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; }#Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.0625rem;width:39.5rem;top:6.5625rem;left:7.875rem;overflow:hidden;display:block; }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { position:relative;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { 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 { border-width: 0; border-radius: 0; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/thPIIKTf/AdobeStock_123604771_t_o_ultron.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container.adaptive-delivery-prevent-bg, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container.lazyload, #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container.lazyloading { background-image: none; }#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:20.78125rem;left:2.5625rem;display:block; }
#mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { color:#ffffff;display:block;width:35rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.3125rem;left:7.4375rem;height:5.19921875rem;font-style:normal;display:block; }
#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:31rem;left:7.4375rem;height:5.125rem;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); }
#thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:31rem;left:28.125rem;height:5.125rem;text-align:left;text-align-last:left;display:block; }#thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
#Su4TrsQdIw8fEN5BcgoI7oyBdqQbqHGe { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:7.875rem;top:8.78125rem;left:42.4375rem;overflow:hidden;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; }#oXZTssvy1xfoAAidERni5qhxfrfas7hK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.8125rem;width:22.6875rem;top:2.46875rem;left:1.21875rem;overflow:hidden;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; }
#nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { color:#67c9d0;display:block;width:27rem;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.13671875rem;font-style:normal;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:9.037109375rem;left:30.59375rem;height:3.5996125rem;font-style:normal;display:block; }
#l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { 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:14.5rem;left:30.625rem;height:4.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: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:3.34375rem;left:0rem;display:block; }
#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; }#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:1.5rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:1.875rem;height:3.5996125rem;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.9375rem;left:1.875rem;height:4.5rem;font-style:normal;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#67c9d0;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.13671875rem;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; }
#wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.8125rem;width:22.625rem;top:3.21875rem;left:34.5rem;overflow:hidden;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:#67c9d0;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.13671875rem;font-style:normal;display:block; }
#nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:30.625rem;height:3.5996125rem;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:13.8125rem;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: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:3.34375rem;left:0rem;display:block; }
#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; }
#FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.625rem;width:22.4375rem;top:3.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { position:relative;display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK { 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 { border-width: 0; border-radius: 0; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .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:8.75rem;width:60rem;position:relative;display:block; }#wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { color:#ffffff;display:block;width:60rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:5.4375rem;left:0rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;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:14.125rem;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:2rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;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:5.4375rem;left:1.25rem;height:7.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:5.4375rem;left:43.125rem;height:9rem;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.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;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:5.4375rem;left:22.1875rem;height:7.5rem;display:block; }
#CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { color:#ffffff;display:block;width:13.0625rem;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:23.46875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8d03ab3-39d6-4e3f-b058-9a7d22888268/formbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.adaptive-delivery-prevent-bg, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyload, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyloading { background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { background-color: transparent; background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .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); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { border-width: 0; border-radius: 0; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:exo;font-size:1.8125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:7.6748046875rem;left:1.0625rem;height:6.52441875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-form-header { font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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:#67c9d0;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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:exo;font-size:1.125rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container:first-of-type{padding-top:0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-container:last-of-type{padding-bottom:0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { 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:100006;position:absolute;top:4.4375rem;left:30rem;font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { 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:100006;position:absolute;top:4.4375rem;left:30rem;font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #CwO1hpvQOPwxHHA2funq2U2JELsXBI6i { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #tkVQmwOccg0TbrutGFumhVhV2zeDkIuK { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #r57AEom0GbWdAmGrgaJmlnySdXwpoGhK { position:relative;z-index:2; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iDuikichCTzmRhFHskGoJ4QhqMtkoxLH { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 { position:relative; }
#ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.625rem;width:13.1875rem;top:4.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { position:absolute;display:block;z-index:100001;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:5.625rem;width:5.625rem;top:6.875rem;left:54.25rem;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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:5.6875rem;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:3.75rem;width:13.6875rem;top:0.96875rem;left:23.15625rem;overflow:hidden;display:block; }
#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.25rem;height:1.29980625rem;font-style:normal;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:1.875rem;left:48.4375rem; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; }#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:1.875rem;left:52.5rem; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; }#PBqFix5Z8hPzcVnFu9XR0q3MvBbSS2gW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.48046875rem;left:1.25rem;height:1.29980625rem;font-style:normal;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) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { top:0.375rem;left:16.9375rem;width:13.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOeQSf460Wl1uwuxSo5AFg7FonfmI7DU { top:1.25rem;left:38.5625rem;width:9.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWIQPJolPSvaIye9yaePTZZ4hSLdV7s { 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) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { top:10.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { top:9rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu69foEpyL2TT36ToksasIVzX5L1bav7 { top:16.5rem;left:14.34375rem;width:19.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWQNPTsPpNVkhXpgogxRJXohnrm6T93P { top:2.6875rem;left:11.3125rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6v0HVIhFuCFa0kAVvcHfaW0OiI6GcGL { top:3.8125rem;left:3rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNF0Kn2d60VaKQ6zpnbNayxU7FMD1Trg { top:18.3125rem;left:33.687496185302rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPfc68dww4zpOWSbtumoTCiLmhmrn8Pw { top:6.8125rem;left:4.6875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04dk3GQIOtI05TJiLfTvi9CmBMTM8PQ { top:25.1875rem;left:40.5625rem;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:19rem;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; }
 }@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) { #aF4FKi1FwyiU0HAuCNSUJCLKHNJXgEbn { top:24rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWfTTtOiMTVKPXyxEtILOtO7UkC5CFS4 { top:28.625rem;left:17.28125rem;width:13.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1EuggHk1yEOcZvnaTLoDOyTBSawWJ5 { 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) { #Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { top:6.5625rem;left:1.75rem;width:39.5rem;height:29.0625rem;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:20.75rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { top:23.3125rem;left:1.3125rem;width:35rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { top:31rem;left:1.3125rem;width:19.75rem;height:5.125rem;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) { #thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { top:31rem;left:22rem;width:19.75rem;height:5.125rem;font-size:0.875rem;display:block; }#thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 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) { #Su4TrsQdIw8fEN5BcgoI7oyBdqQbqHGe { width:7.875rem;height:14.0625rem;top:8.75rem;left:36.3125rem;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) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { top:2.4375rem;left:0rem;width:22.6875rem;height:24.8125rem;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) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { top:7.125rem;left:20.75rem;width:27rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { top:9rem;left:20.1875rem;width:27.5625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:14.5rem;left:20.25rem;width:27.5rem;height:4.5rem;font-size:0.875rem;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.3125rem;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) { #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:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:13.9375rem;left:0rem;width:27.5rem;height:4.5rem;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) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { top:3.1875rem;left:25.125rem;width:22.625rem;height:24.8125rem;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:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { top:13.8125rem;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) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { top:3.3125rem;left:0rem;width:22.4375rem;height:24.625rem;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) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { top:5.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;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:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { top:5.4375rem;left:0rem;width:15.625rem;height:9rem;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:5.4375rem;left:32rem;width:15.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { top:1.875rem;left:33.5rem;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:5.4375rem;left:16rem;width:15.625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { top:1.875rem;left:17.28125rem;width:13.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { top:7.625rem;left:0rem;width:32.5rem;height:6.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { width:21.875rem;height:9.3125rem;top:4.4375rem;left:23.375rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { width:21.875rem;height:9.3125rem;top:4.4375rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #CwO1hpvQOPwxHHA2funq2U2JELsXBI6i {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #tkVQmwOccg0TbrutGFumhVhV2zeDkIuK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #r57AEom0GbWdAmGrgaJmlnySdXwpoGhK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iDuikichCTzmRhFHskGoJ4QhqMtkoxLH {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 {  }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { top:4.4375rem;left:34.5625rem;width:13.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { top:6.875rem;left:42rem;width:5.625rem;height:5.625rem;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:0.9375rem;left:17.03125rem;width:13.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:1.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:2.5rem;height:2.5rem;top:1.875rem;left:42.3125rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PBqFix5Z8hPzcVnFu9XR0q3MvBbSS2gW { top:3.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/thPIIKTf/AdobeStock_123604771_t_o_ultron.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/thPIIKTf/AdobeStock_123604771_t_o_ultron.jpeg");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; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR.adaptive-delivery-prevent-bg, #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR.lazyload, #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR.lazyloading { background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:15.875rem;height:4.5625rem;top:3.40625rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AOeQSf460Wl1uwuxSo5AFg7FonfmI7DU { top:1.5rem;left:13.25rem;width:4.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWIQPJolPSvaIye9yaePTZZ4hSLdV7s { display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/DhKJMMfI/AdobeStock_123604771.jpeg");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:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TL7Env5HBeok0bEE0S9Kg6109vtrGtgg { width:20rem;height:2.6rem;top:10.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54CiSTTUPlDQTTIfwWs1zWiILwb18Ot { width:20rem;height:1.1375rem;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:19rem;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; }
 }@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) { #aF4FKi1FwyiU0HAuCNSUJCLKHNJXgEbn { width:20rem;height:1.13671875rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWfTTtOiMTVKPXyxEtILOtO7UkC5CFS4 { top:28.26171875rem;left:6rem;width:8rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1EuggHk1yEOcZvnaTLoDOyTBSawWJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { width:19.125rem;height:14.0625rem;top:0rem;left:0.875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { background-color:transparent;background-image:url("https://images.assets-landingi.com/thPIIKTf/AdobeStock_123604771_t_o_ultron.jpeg");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; }#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 { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { width:20rem;height:22.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { width:16.8125rem;height:10.3984375rem;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:4.5625rem;top:14.1796875rem;left:0.9375rem;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) { #thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { width:19.0625rem;height:4.5625rem;top:19.1171875rem;left:0.9375rem;font-size:0.875rem;display:block; }#thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 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) { #Su4TrsQdIw8fEN5BcgoI7oyBdqQbqHGe { width:5.0625rem;height:9.3125rem;top:14.1796875rem;left:14.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/thPIIKTf/AdobeStock_123604771_t_o_ultron.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { width:10.5625rem;height:11.5625rem;top:16.75rem;left:4.71875rem;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) { #nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { width:19.375rem;height:6.2988125rem;top:3.375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:18.9375rem;height:3.9375rem;top:10.375rem;left:0.625rem;font-size:0.875rem;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 { background-color:transparent;background-image:url("https://images.assets-landingi.com/thPIIKTf/AdobeStock_123604771_t_o_ultron.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 { width:20rem;height:33rem;position:relative;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:8.3984375rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:18.9375rem;height:5.25rem;top:11.8359375rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { width:19.375rem;height:1.1375rem;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) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { width:11.875rem;height:13.0625rem;top:16.03125rem;left:4.03125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { background-color:transparent;background-image:url("https://images.assets-landingi.com/DhKJMMfI/AdobeStock_123604771.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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 { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { width:20rem;height:25.75rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { width:19.375rem;height:1.1375rem;top:1.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { width:19.375rem;height:8.3984375rem;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:12.0625rem;left:0.53125rem;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) { #FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { width:11.1875rem;height:12.25rem;top:18.1875rem;left:4.40625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DhKJMMfI/AdobeStock_123604771.jpeg");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; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK.adaptive-delivery-prevent-bg, #ExDfy9sf2TuZmduySMwkkdneasmJZkSK.lazyload, #ExDfy9sf2TuZmduySMwkkdneasmJZkSK.lazyloading { background-image: none; }#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 { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/DhKJMMfI/AdobeStock_123604771.jpeg");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:58.5625rem;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:1.94921875rem;top:3.125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { width:15.625rem;height:7.5rem;top:7.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { width:18.125rem;height:17.5rem;top:40.03125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { width:15.625rem;height:9rem;top:45.78125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { width:14.125rem;height:1.94921875rem;top:41.46875rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { width:18.125rem;height:17.5rem;top:20.71875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { width:15.625rem;height:7.5rem;top:27.03125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { width:14.125rem;height:1.94921875rem;top:23.21875rem;left:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { background-color:transparent;background-image:url("https://images.assets-landingi.com/DhKJMMfI/AdobeStock_123604771.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.adaptive-delivery-prevent-bg, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyload, #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l.lazyloading { background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { background-color: transparent; background-image: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row > .video-iframe-container { display: none; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .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); }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { width:20rem;height:7.796875rem;top:1.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .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; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:6.125rem;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux  { width:17.5rem;height:auto;top:8.25rem;left:0rem;z-index:100000; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux {display:block;}#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux { width:17.5rem;height:auto;top:8.25rem;left:0rem;z-index:100000; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #CwO1hpvQOPwxHHA2funq2U2JELsXBI6i {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #tkVQmwOccg0TbrutGFumhVhV2zeDkIuK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #r57AEom0GbWdAmGrgaJmlnySdXwpoGhK {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #iDuikichCTzmRhFHskGoJ4QhqMtkoxLH {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #bcpmReLNO6TxQnwQu4knmC6PNmvvwQ9M {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #HzRkvSALagO4t15cs2MsPv1AGKBFaDX8 {  }
 }@media only screen and (max-width: 763px) { #ToWJu2VfBtOhrEv5Ao1eXEEBRQ3l5mXk { width:6.25rem;height:6.875rem;top:13.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { width:5.625rem;height:5.625rem;top:15.5625rem;left:13.1875rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { background-color:rgba(255,255,255,0.1);background-image:url("https://images.assets-landingi.com/DhKJMMfI/AdobeStock_123604771.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf.adaptive-delivery-prevent-bg, #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf.lazyload, #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf.lazyloading { background-image: none; }#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 { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:10.5rem;height:2.9375rem;top:1.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:11rem;height:1.29980625rem;top:5.1474609375rem;left:9rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.5rem;height:1.5rem;top:7.7490234375rem;left:7.1875rem;font-size:1rem;display:block; }
#rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.5rem;height:1.5rem;top:7.7490234375rem;left:10.5rem;font-size:1rem;display:block; }
#ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PBqFix5Z8hPzcVnFu9XR0q3MvBbSS2gW { width:9.25rem;height:1.29980625rem;top:5.1474609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }