.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#1e2154;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:relative;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:12.5625rem;top:1.53125rem;left:23.71875rem;overflow:hidden;display:block; }
#ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.09375rem;left:0.625rem;display:block; }
#GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usdXUDGDfi3MkNE86hBrocywv9ed7xwv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.09375rem;left:10.9375rem;display:block; }
#howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.09375rem;left:52.5rem;display:block; }
#PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.125rem;left:42.1875rem;display:block; }
#GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd5af304-c840-46e4-a620-09df1c6422ed/blur2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:38.25rem;top:3.25rem;left:10.875rem;overflow:hidden;display:block; }
#oDkkLXPy9yGrm9MlR07Ted8pTuaqkdcb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:29.6875rem;top:4.40625rem;left:15.3125rem;overflow:hidden;display:block; }
#zMU2MPWqJQaTgTX11hkuyFJukKS73FXk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:8.25rem;top:13.625rem;left:42.0625rem;overflow:hidden;display:block; }
#m2BOz4XnUXi7AGbD3iPukQTnHPzOTiWU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:7.3125rem;top:14.0625rem;left:42.46875rem;overflow:hidden;display:block; }
#XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { position:absolute;display:block;z-index:14999;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;box-shadow: none;height:19.375rem;width:54.875rem;top:21.21875rem;left:2.5625rem;display:block; }
#mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:12.9375rem;height:2.6rem;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:15005;line-height:1.5;letter-spacing:0;top:31.3125rem;left:7.4375rem;height:;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:15006;line-height:1.5;letter-spacing:0;top:31.3125rem;left:30.625rem;height:;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); }
#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { background-color:#7064f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.03125rem;left:14.8125rem;display:block; }
#IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { background-color:transparent;background-image:none;border-top:0.125rem solid #7064f3;border-left:0.125rem solid #7064f3;border-right:0.125rem solid #7064f3;border-bottom:0.125rem solid #7064f3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.03125rem;left:33.25rem;display:block; }
#sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.375rem;top:8.25rem;left:4.875rem;overflow:hidden;display:block; }
#OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:19.375rem;width:31.25rem;top:5.25rem;left:28.75rem;display:block; }
#nRTxUUmhpDQueJiNzkaPhJQ2JDkhWt6q { color:#19e3db;display:block;width:27rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:30.625rem;height:1.1375rem;font-style:normal;display:block; }
#UVzfHbU1ESVGIxZaUVOlwaiwkDTIMQbF { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:30.625rem;height:2.4rem;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:15004;line-height:1.5;letter-spacing:0;top:15.375rem;left:30.625rem;height:1.5rem;font-style:normal;display:block; }
#J2sZN4RwbTsHpF4TDHnQnFfwPwnUz9wT { background-color:#7064f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.375rem;left:30.625rem;display:block; }
#UyBCc2JTDEU5Wcl3SUKF0xzVzQEHDRp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:0.75rem;width:0.75rem;top:25.875rem;left:4.875rem;display:block; }
#szxylcXwcEkylxb0rhCzgvETbkeNNS3T { position:absolute;display:block;z-index:14999;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;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:13.75rem;width:13.75rem;top:4.5rem;left:21.875rem;display:block; }
#hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { position:absolute;display:block;z-index:15008;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;box-shadow: none;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:14.5625rem;top:4.9375rem;left:38.96875rem;overflow:hidden;display:block; }
#DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:19.375rem;width:31.25rem;top:4.625rem;left:0rem;display:block; }
#MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.4375rem;left:1.875rem;height:2.4rem;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:15009;line-height:1.5;letter-spacing:0;top:14.75rem;left:1.875rem;height:1.5rem;font-style:normal;display:block; }
#coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { background-color:#7064f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.75rem;left:1.875rem;display:block; }
#s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { color:#19e3db;display:block;width:25rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.875rem;height:1.1375rem;font-style:normal;display:block; }
#CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:0.75rem;width:0.75rem;top:6.6875rem;left:56rem;display:block; }
#e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { position:absolute;display:block;z-index:14998;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;box-shadow: none;height:26.25rem;width:26.25rem;top:1.90625rem;left:32.625rem;display:block; }
#qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { position:absolute;display:block;z-index:14999;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;box-shadow: none;height:13.75rem;width:13.75rem;top:7.375rem;left:23.90625rem;display:block; }
#ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { position:absolute;display:block;z-index:15012;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;box-shadow: none;height:0.75rem;width:0.75rem;top:7.0625rem;left:31.25rem;display:block; }
#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d23dffca-0ef3-4770-98f8-997347d2801b/1c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:15001;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;box-shadow: none;height:19.375rem;width:31.25rem;top:5.25rem;left:28.75rem;display:block; }
#ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { color:#19e3db;display:block;width:26.125rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:30.625rem;height:1.1375rem;font-style:normal;display:block; }
#nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:30.625rem;height:2.4rem;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:15004;line-height:1.5;letter-spacing:0;top:15.375rem;left:30.625rem;height:1.5rem;font-style:normal;display:block; }
#BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { background-color:#7064f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.375rem;left:30.625rem;display:block; }
#Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvOiLzyW1ONNwWIq5iAywJybXEaIovzm { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:0.75rem;width:0.75rem;top:5.375rem;left:4.8125rem;display:block; }
#WWfFeTUSyDGT9kvLy8ekTyVIdVxUIeZ1 { position:absolute;display:block;z-index:14999;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;box-shadow: none;height:25rem;width:25rem;top:3.34375rem;left:0rem;display:block; }
#bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:13.75rem;width:13.75rem;top:16.3125rem;left:20.9375rem;display:block; }
#Qdx3aM8kgIx7swHuek2FSXZKSyH10czp { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:0.75rem;width:0.75rem;top:27.78125rem;left:22.6875rem;display:block; }
#FnOlhUEmpZxio9MLE4e5nJz4d7CKZQFT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:14.25rem;top:6.78125rem;left:5.5rem;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { color:#ffffff;display:block;width:60rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:2.4rem;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;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:15000;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;box-shadow: none;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:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.25rem;height:1.95rem;font-style:normal;display:block; }
#KWhTobNMRmgGbQIa4nVJxmKcXL3FbZAp { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.6875rem;left:1.25rem;height:1.5rem;display:block; }
#GemdrZHVlTrQ9prZq7V3XhVczawVMsw6 { background-color:transparent;background-image:none;border-top:0.125rem solid #7064f3;border-left:0.125rem solid #7064f3;border-right:0.125rem solid #7064f3;border-bottom:0.125rem solid #7064f3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:16.03125rem;left:6.0625rem;display:block; }
#PvB1n85qJ0vDtvTtii8NmzDy6AJRTXMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { position:absolute;display:block;z-index:15004;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;box-shadow: none;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:15006;line-height:1.5;letter-spacing:0;top:6.6875rem;left:43.125rem;height:1.5rem;display:block; }
#QMgQTs1tCe3RizXWmBw5rO47mfrh8iz1 { background-color:transparent;background-image:none;border-top:0.125rem solid #7064f3;border-left:0.125rem solid #7064f3;border-right:0.125rem solid #7064f3;border-bottom:0.125rem solid #7064f3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.0625rem;left:47.9375rem;display:block; }
#OBTCTSawza9St0MaIfdETafqTlMbzs44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.875rem;left:43.125rem;height:1.95rem;font-style:normal;display:block; }
#V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { position:absolute;display:block;z-index:15008;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;box-shadow: none;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:15010;line-height:1.5;letter-spacing:0;top:6.6875rem;left:22.1875rem;height:1.5rem;display:block; }
#bvZLM1kn2mTDUrTOTLvPu2BdSesgqfWI { background-color:transparent;background-image:none;border-top:0.125rem solid #7064f3;border-left:0.125rem solid #7064f3;border-right:0.125rem solid #7064f3;border-bottom:0.125rem solid #7064f3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:15.9375rem;left:27rem;display:block; }
#ap79z6a94d5mMnXPmHQXAixudmJQyigQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.875rem;left:22.1875rem;height:1.95rem;font-style:normal;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.625rem;left:0rem;height:4.8rem;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:block;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #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:#7064f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:14.1875rem;height:3.4375rem;font-family:exo;overflow:hidden; }
#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:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.1875rem;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:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.1875rem;left:30rem;font-size:0.875rem; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 { position:relative; }
#zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE { position:relative;display:none; }
#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:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:13.1875rem;top:4.4375rem;left:46.1875rem;overflow:hidden;display:block; }
#oDm3DkaBOHs04yBsqsrmg5tpnRN8c5lk { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:5.625rem;width:5.625rem;top:6.875rem;left:54.25rem;display:block; }
#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container { background-color: transparent; background-image: none; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container > .video-iframe-container { display: none; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row > .video-iframe-container { display: none; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .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); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container { border-width: 0; border-radius: 0; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#HmkJ7pbLWvTX5gXRDoS8xzkA1vtbT9LJ { position:absolute;display:block;z-index:15012;background-color:#a73231;background-image:url("https://images.assets-landingi.com/GdjYYpkL/team.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:30rem;top:0rem;left:0.05859375rem;display:block; }#HmkJ7pbLWvTX5gXRDoS8xzkA1vtbT9LJ.adaptive-delivery-prevent-bg, #HmkJ7pbLWvTX5gXRDoS8xzkA1vtbT9LJ.lazyload, #HmkJ7pbLWvTX5gXRDoS8xzkA1vtbT9LJ.lazyloading { background-image: none; }
#zZpdT3Qx2gwyG5c7sBqo3suoW3ny9Vwk { position:absolute;display:block;z-index:15013;background-color:#8328fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:30rem;top:0rem;left:30rem;display:block; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-form-header {  }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22.5rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);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:22.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-text {padding-top: 0; padding-bottom: 0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.7);border-left:0.0625rem solid rgba(255,255,255,0.7);border-right:0.0625rem solid rgba(255,255,255,0.7);border-bottom:0.0625rem solid rgba(255,255,255,0.7);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:22.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .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:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-select {padding-top: 0; padding-bottom: 0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .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; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#142c4f;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:8.9375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#f2f9ff;width:14.125rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"source sans pro";font-size:0.9375rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.3125rem;overflow:hidden;font-style:normal; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .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; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-container:first-of-type{padding-top:0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-container:last-of-type{padding-bottom:0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:32.5rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx {display:block;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:32.5rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #Grar2ssoaP8i2oeShRZd76brdfOTlPKy { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #T6lAR25B3z8d4JRpocnfIz4zr0StLftC { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #rr7qeMB8pIqODUP6gwfTsfZH3E0xFACb { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #AdICJJTcFDm9e6dAQbyoWTq6uF9TWE51 { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #yiVCOJPOvyQWgkglK9a18CNwFtZGRzbg { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #SA3kLxM1q8cNllZJroVakFBn7Lkv3G7G { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #rEqCdOxCRteJJPiXnWTDdJr6RWQRQ8dn { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #iT5ViT1NOhcGa1HEkMqCN3lWikQ8UoGU { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #uDMF0IIZ8tu3WGUqQv4udkLvInrJVSWw { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #alOFOX3TxZnlV2UI9VJ3iRFodBd7OcRm { position:relative; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #Oz56K8OagiFm8toGkC6rRoMgO5HfQcyt { position:relative; }
#I7WwrWh51GtUAUu853To1ndTDkMozaKt { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.25rem;left:33.75rem;height:5.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dGqs2fIeqq2OLsaeBWuccn6WMty3imC7 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:9.1875rem;left:33.75rem;height:1.7rem;text-align:left;text-align-last:left;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:12.5625rem;top:2.3125rem;left:23.71875rem;overflow:hidden;display:block; }
#OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.3rem;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:15006;top:1.875rem;left:48.4375rem; }
#iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { 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:15007;top:1.875rem;left:52.75rem; }
#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:15008;top:1.875rem;left:57.5rem; }
@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:1.5rem;left:17.59375rem;width:12.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:4.375rem;height:2.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:5.625rem;height:2.5rem;top:1.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:6.875rem;height:2.5rem;top:1.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.6875rem;height:2.5rem;top:1.125rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { 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) { #Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { top:3.25rem;left:4.75rem;width:38.25rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDkkLXPy9yGrm9MlR07Ted8pTuaqkdcb { top:4.375rem;left:9.1875rem;width:29.6875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMU2MPWqJQaTgTX11hkuyFJukKS73FXk { top:13.625rem;left:35.9375rem;width:8.25rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BOz4XnUXi7AGbD3iPukQTnHPzOTiWU { top:14.0625rem;left:36.34375rem;width:7.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { top:21.1875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { top:26.9375rem;left:6.8125rem;width:27.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTWascFJ6MLch7XgTPu3PpvKHQeSni { top:31.25rem;left:1.3125rem;width:19.75rem;height:;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:31.25rem;left:24.500001907349rem;width:19.75rem;height:;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) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:14.0625rem;height:2.8125rem;top:2rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { width:14.0625rem;height:2.8125rem;top:2rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { 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:8.25rem;left:1.8125rem;width:15.375rem;height:15.5625rem;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:9.0625rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { top:15.375rem;left:20.25rem;width:27.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sZN4RwbTsHpF4TDHnQnFfwPwnUz9wT { width:14.0625rem;height:2.8125rem;top:23.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBCc2JTDEU5Wcl3SUKF0xzVzQEHDRp1 { 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) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { top:4.9375rem;left:29.78125rem;width:14.5625rem;height:20.3125rem;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:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { top:14.75rem;left:0rem;width:27.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:14.0625rem;height:2.8125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { display:block; }
 }@media only screen and (max-width: 763px) { #WFiNN6IqnI4g2o00wiArtiBXm2uSkPSe { top:6.5rem;left:0rem;width:25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6AZ27DhHhtyPTvUxOtFlu1RDqDtZ8f { top:6.6875rem;left:46.8125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { top:1.875rem;left:21.375rem;width:26.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { top:7.375rem;left:10rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { top:7.0625rem;left:23.875rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { top:5.25rem;left:0rem;width:31.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaQIzvWakxC6LzReT26aGOMKpTXW8uQ { top:7.125rem;left:21.625rem;width:26.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTnlFOsmdbVDcw6BXfxNqTLsVlHI5Cu { top:9.0625rem;left:21.125rem;width:26.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { top:15.375rem;left:20.25rem;width:27.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { width:14.0625rem;height:2.8125rem;top:23.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { 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:6.75rem;left:2.4375rem;width:14.25rem;height:17.25rem;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.625rem;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:6.6875rem;left:0rem;width:15.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GemdrZHVlTrQ9prZq7V3XhVczawVMsw6 { width:10.625rem;height:2.8125rem;top:16rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvB1n85qJ0vDtvTtii8NmzDy6AJRTXMi { display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { top:0rem;left:29.5rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { top:6.6875rem;left:32rem;width:15.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgQTs1tCe3RizXWmBw5rO47mfrh8iz1 { width:10.625rem;height:2.8125rem;top:16.0625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTCTSawza9St0MaIfdETafqTlMbzs44 { display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { top:1.875rem;left:32.812501907349rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { top:0rem;left:13.625rem;width:18.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { top:6.6875rem;left:16.000001907349rem;width:15.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvZLM1kn2mTDUrTOTLvPu2BdSesgqfWI { width:10.625rem;height:2.8125rem;top:15.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap79z6a94d5mMnXPmHQXAixudmJQyigQ { display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { top:1.875rem;left:16.000001907349rem;width:14.125rem;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:8.625rem;left:0rem;width:32.5rem;height:4.75rem;font-size:1.625rem;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;display:block; }
#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:auto;top:4.1875rem;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:auto;top:4.1875rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE { display:none; }
 }@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) { #CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 { display:block; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmkJ7pbLWvTX5gXRDoS8xzkA1vtbT9LJ { top:0rem;left:0rem;width:30rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZpdT3Qx2gwyG5c7sBqo3suoW3ny9Vwk { top:0rem;left:17.75rem;width:30rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-regular-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-text { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-text {padding-top: 0; padding-bottom: 0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-textarea { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-select { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-select {padding-top: 0; padding-bottom: 0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-checkbox-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx  { width:23.0625rem;height:auto;top:12.125rem;left:22.1875rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .radio-container { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx {display:block;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx { width:23.0625rem;height:auto;top:12.125rem;left:22.1875rem; }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #Grar2ssoaP8i2oeShRZd76brdfOTlPKy {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #T6lAR25B3z8d4JRpocnfIz4zr0StLftC {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #rr7qeMB8pIqODUP6gwfTsfZH3E0xFACb {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #AdICJJTcFDm9e6dAQbyoWTq6uF9TWE51 {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #yiVCOJPOvyQWgkglK9a18CNwFtZGRzbg {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #SA3kLxM1q8cNllZJroVakFBn7Lkv3G7G {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #rEqCdOxCRteJJPiXnWTDdJr6RWQRQ8dn {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #iT5ViT1NOhcGa1HEkMqCN3lWikQ8UoGU {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #uDMF0IIZ8tu3WGUqQv4udkLvInrJVSWw {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #alOFOX3TxZnlV2UI9VJ3iRFodBd7OcRm {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #Oz56K8OagiFm8toGkC6rRoMgO5HfQcyt {  }
 }@media only screen and (max-width: 763px) { #I7WwrWh51GtUAUu853To1ndTDkMozaKt { top:4.25rem;left:25.5rem;width:22.25rem;height:5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqs2fIeqq2OLsaeBWuccn6WMty3imC7 { top:9.1875rem;left:23.375rem;width:24.375rem;height:1.6875rem;font-size:1.0625rem;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:2.3125rem;left:17.59375rem;width:12.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { top:2.5rem;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; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:2.5rem;height:2.5rem;top:1.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKtGJNBzR0Wile7l8ZMLDKGEHWRz3Nlt { width:12.5625rem;height:1.625rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFxD32VP1pxGCszK0WtUTvsNItmPSLf { width:3.75rem;height:1.875rem;top:3.4375rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRUUUQUSZTQwPNsEFqlMzFgZNQibmqxr { display:block; }
 }@media only screen and (max-width: 763px) { #usdXUDGDfi3MkNE86hBrocywv9ed7xwv { width:4.6875rem;height:1.875rem;top:3.4375rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #howJyQ2h1mDlCfDpC2Oo0yMQyoVCH68f { display:block; }
 }@media only screen and (max-width: 763px) { #Md0d0WO40pbWs2iJh3GdQG7go1gCMnpx { width:5.9375rem;height:1.875rem;top:3.4375rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF3TxUDacT4vG7GKPB3kTiLgrxlshtTU { display:block; }
 }@media only screen and (max-width: 763px) { #Dw05RatqCDX2e77r2M2OoXmr1VhTbv36 { width:4.0625rem;height:1.875rem;top:3.4375rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTBzVhb2JnTOhXvKdHZiIWrmtEwzNti { display:block; }
 }@media only screen and (max-width: 763px) { #XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS { display:block; }#XrHhGBwbUb11nGbixvdB9Z3rFwq6b8AS > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ix4JXw5Ao5e6VLE77xL4gLvds0ySUzns { width:20rem;height:11.6338125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDkkLXPy9yGrm9MlR07Ted8pTuaqkdcb { width:15.5625rem;height:9.5625rem;top:27.44140625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMU2MPWqJQaTgTX11hkuyFJukKS73FXk { width:4.375rem;height:8.75rem;top:31.8046875rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BOz4XnUXi7AGbD3iPukQTnHPzOTiWU { width:3.875rem;height:8.1875rem;top:32.0546875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkNTWTdfl99Ab2LnWhosB4DdrnvKn53U { width:20rem;height:31.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHEUN1sZPM1PZfaugAmyTfm7fH79s64F { width:16.8125rem;height:2.6rem;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:5.5625rem;top:9.40625rem;left:0.46875rem;font-size:0.875rem;display:block; }#vyRTWascFJ6MLch7XgTPu3PpvKHQeSni li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3db4ba29-ada4-4847-a85e-83b96821d87a/bullet.png); }
 }@media only screen and (max-width: 763px) { #thKcfeyo4HtDV5LR2vT7QcJCattO9zU3 { width:19.0625rem;height:6.875rem;top:16.94140625rem;left:0.46875rem;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) { #nn38zoqroc71migrmhZCEtoEdh30VivU { display:block; }#nn38zoqroc71migrmhZCEtoEdh30VivU > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTqKJWt9lVRXQzASKm8vECmTkqSZ3LX { width:14.0625rem;height:2.8125rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFRQ9bddsA16gWsLmq3qeNN7ygEMrLd { display:block; }
 }@media only screen and (max-width: 763px) { #qKHL4W2KKzG0yBM89JdoGdJ7NuUHyDeL { width:14.0625rem;height:2.8125rem;top:4.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgOpoVwZOZV8lzlBmrGWCldVrvWy0D3u { display:block; }
 }@media only screen and (max-width: 763px) { #VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ { display:block; }#VBIZ4XaICi6yMLCQhcED62w4o4JUXTsZ > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXZTssvy1xfoAAidERni5qhxfrfas7hK { width:9.375rem;height:9.4375rem;top:19.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN8efVmy4zqxevsdOsOm6lIq8vtm33R { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14998;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.3rem;top:3.375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41Ns1i3wZeT5QbsaXL2vrefWKKBRna8 { width:18.9375rem;height:6.5625rem;top:10.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2sZN4RwbTsHpF4TDHnQnFfwPwnUz9wT { width:12.5rem;height:2.8125rem;top:18.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBCc2JTDEU5Wcl3SUKF0xzVzQEHDRp1 { display:block; }
 }@media only screen and (max-width: 763px) { #u1sadMQP5EZu4oOqmFflwZfFkFo9qza4 { width:0.75rem;height:0.75rem;top:8.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxylcXwcEkylxb0rhCzgvETbkeNNS3T { width:16.875rem;height:16.875rem;top:12.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Luqu0DkcZTpTO0KWrc9FnyovFM4VvF { width:8.75rem;height:8.75rem;top:7.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTqxVPfRfykSPb2yVaaFsx0p4Pennv8 { width:0.75rem;height:0.75rem;top:27.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3z1mLKvnb11pCddEfnBLODA9bUH7gA { display:block; }#rO3z1mLKvnb11pCddEfnBLODA9bUH7gA > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAEQfzE0ExOxvcVSWcSTKOggXii0pBFn { width:7.5rem;height:10.375rem;top:19.4375rem;left:12.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #DyyoNggH1UN25r0T4xOZnl4hZUZX4FhQ { width:20rem;height:25.75rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MJaxdfFZhfMcooJeVgbg1EeQ1GKCMShc { width:19.375rem;height:6.3rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vARZTOcyZShxkadl4Jt8HcoHTZlFkaP7 { width:18.9375rem;height:6.5625rem;top:10.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQZmNBWsPHDfqPHa7p2T7yTFc4doTU1 { width:12.5rem;height:2.8125rem;top:18.3125rem;left:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #s8l2MVa3AtdMgMqekvOTlhxditZDzKH0 { 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:14996;display:block; }
 }@media only screen and (max-width: 763px) { #e4Z7UPbxf3og1EIfi9ue1m95tWa8SuDz { width:15.625rem;height:15.625rem;top:14.6875rem;left:2.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #qG9O3JuO9RVtsSOTaABa9CTHELve0Bv9 { width:6.875rem;height:6.875rem;top:23.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ44iXGpLVSO2gVoJZBdKB1hODl0lH4q { width:0.75rem;height:0.75rem;top:30rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc3B11TEs9Eh9QsefxBtXLo3izQzGge { display:block; }#eVc3B11TEs9Eh9QsefxBtXLo3izQzGge > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZ9OgxSGI5V6A6IAViTuqdJE6GuCuBaB { width:20rem;height:25.75rem;top:0rem;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:6.3rem;top:3.4375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXNyTxTSGII3ankwIa6DMgiR5VzW3p1 { width:18.9375rem;height:6.5625rem;top:10.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxQ3fmitNOpUkoacg0xqT4ChgqZ0VmPU { width:12.5rem;height:2.8125rem;top:18.1875rem;left:0.625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ioi9T11E7QErPFhRrzUzF9ggDI5NudBD { 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:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bXSpocLPvTyQQ2Soue2bNtVBM8tOxIWb { width:8.125rem;height:8.125rem;top:22.3125rem;left:4.625rem;z-index:14998;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:8.75rem;height:10.5rem;top:20rem;left:11.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ExDfy9sf2TuZmduySMwkkdneasmJZkSK { display:block; }#ExDfy9sf2TuZmduySMwkkdneasmJZkSK > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wN1GBkANTOUIS2eAPD9Pwc9vTmtrgG1l { width:20rem;height:2.4rem;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/uc/ac15fd1d-98db-4006-963b-3c3cc33e4373/blogbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ef1Wnl1dSG8XypCeoKlQJaFTVBMAPu6W > .row .container { width:20rem;height:66.0625rem;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:3.9rem;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.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GemdrZHVlTrQ9prZq7V3XhVczawVMsw6 { width:10.625rem;height:2.8125rem;top:17.28125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvB1n85qJ0vDtvTtii8NmzDy6AJRTXMi { display:block; }
 }@media only screen and (max-width: 763px) { #swbBW1kIeE1TFhFe71iQPAV44lpE4t3U { width:18.125rem;height:17.5rem;top:43.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbDdNBraDukNUho90Q7VJwXPhyrGKSa { width:15.625rem;height:7.5rem;top:50.53125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgQTs1tCe3RizXWmBw5rO47mfrh8iz1 { width:10.625rem;height:2.8125rem;top:59.90625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTCTSawza9St0MaIfdETafqTlMbzs44 { display:block; }
 }@media only screen and (max-width: 763px) { #Z5ezeBUOhlCUIENt1e7o3nhQaK7VptWU { width:14.125rem;height:3.9rem;top:45.71875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zBGe6qyaiApKwD1PXX7otGrMA5yKTR { width:18.125rem;height:17.5rem;top:22.59375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbsGXEeoVGRhhXvePX3F3rDVxBUqTzm { width:15.625rem;height:7.5rem;top:29.28125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvZLM1kn2mTDUrTOTLvPu2BdSesgqfWI { width:10.625rem;height:2.8125rem;top:38.53125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap79z6a94d5mMnXPmHQXAixudmJQyigQ { display:block; }
 }@media only screen and (max-width: 763px) { #CEeqrJSFqeBWE8ew6EFLVwH0hQDARTpd { width:14.125rem;height:3.9rem;top:24.46875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enmT6hJXdRA7MLVdlm4y94sT2mKKh41l { display:block; }#enmT6hJXdRA7MLVdlm4y94sT2mKKh41l > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqP8QT1sc5I9vrnTC7XxWo7DcO8XgCL5 { width:20rem;height:3.9rem;top:3.125rem;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;display:block; }
#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:15000; }
#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:15000; }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #m7S0Sb6xkpUEfAIepVsneo0sbvW5oXV2 {  }
 }@media only screen and (max-width: 763px) { #zxufItuwhS1iVvrJOaXDpy55MZtPW1ux #BCS93go8bFNkm72F024P155JbmuNp0yE { display:none; }
 }@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:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container { background-color: transparent; background-image: none; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container > .video-iframe-container { display: none; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row > .video-iframe-container { display: none; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .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); }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container { border-width: 0; border-radius: 0; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNbqlr8s07TSSCMscRz4rmPMdlS7rlB1 > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmkJ7pbLWvTX5gXRDoS8xzkA1vtbT9LJ { width:20rem;height:18.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZpdT3Qx2gwyG5c7sBqo3suoW3ny9Vwk { width:20rem;height:27.25rem;top:21.0654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-text {padding-top: 0; padding-bottom: 0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-select {padding-top: 0; padding-bottom: 0;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-input-button { width:11rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx  { width:17.5rem;height:auto;top:30.3701171875rem;left:0rem; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx {display:block;}#yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx { width:17.5rem;height:auto;top:30.3701171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #Grar2ssoaP8i2oeShRZd76brdfOTlPKy {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #T6lAR25B3z8d4JRpocnfIz4zr0StLftC {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #rr7qeMB8pIqODUP6gwfTsfZH3E0xFACb {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #AdICJJTcFDm9e6dAQbyoWTq6uF9TWE51 {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #yiVCOJPOvyQWgkglK9a18CNwFtZGRzbg {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #SA3kLxM1q8cNllZJroVakFBn7Lkv3G7G {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #rEqCdOxCRteJJPiXnWTDdJr6RWQRQ8dn {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #iT5ViT1NOhcGa1HEkMqCN3lWikQ8UoGU {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #uDMF0IIZ8tu3WGUqQv4udkLvInrJVSWw {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #alOFOX3TxZnlV2UI9VJ3iRFodBd7OcRm {  }
 }@media only screen and (max-width: 763px) { #yfZnqQ9kVodo0GLJHzXKQztbraCFtwRx #Oz56K8OagiFm8toGkC6rRoMgO5HfQcyt {  }
 }@media only screen and (max-width: 763px) { #I7WwrWh51GtUAUu853To1ndTDkMozaKt { width:20rem;height:4.8rem;top:22.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGqs2fIeqq2OLsaeBWuccn6WMty3imC7 { width:20rem;height:1.6rem;top:28.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:12.5625rem;height:1.625rem;top:2.1875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXCqblWFQnbeCupk3KTvFudGJsEQAJR { width:12.5rem;height:1.3rem;top:4.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0WA7EnC3Ho1DTs02gCCsQskUKptQqb { width:1.875rem;height:1.875rem;top:7.1123046875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJP4TtfgLtFNwxk9lWsVUZW3ta7r8Vpv { width:1.875rem;height:1.875rem;top:7.2373046875rem;left:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcPDxkDHy1tolWn7EUWqOsXPJo7IzHu { width:1.875rem;height:1.875rem;top:7.2373046875rem;left:12.1875rem;font-size:1.3125rem;display:block; }
 }