.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61d89eb1-4eaa-4e15-b504-9db8de5d3eb1/Group85.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;overflow:visible;position:relative;display:block; }#G849UGRu5eTDVztIPttcVlTDxxdsT9rH { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:19.375rem;left:22.25rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsJpT3TEx0CyGbuEovA17qG2QmQT1uEt { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.6875rem;left:12.75rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xgfkwhu6gPBOk8uHsThizLusTZZpS9Ml { background-color:#2ad2c9;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35rem;left:26.1875rem;display:block; }
#az71tkB35hP5IOF7dmkiMvAUsUlUqZ14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QI6aJBdLmBM0H0yGSmtb1WwOa2EICcNf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:8.875rem;top:1.5rem;left:1.9375rem;overflow:hidden;display:block; }
#rugcAlApIeRWcq4RWMTcN4GZpGmMdVI1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:40.6875rem;left:36.4375rem;overflow:hidden;display:block; }
#PR6wWtURRWt2yLHfg3eGZxcu1CkIdzCb { box-sizing:content-box;height:3.875rem;width:41rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:0.625rem;left:34.0625rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(42,210,201,0.7) ;border-top-right-radius:5.5rem;border-bottom-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-top-left-radius:5.5rem;display:block; }
#h4P8np3kdQTWsRThXu2xFGtMVCG5SFev { color:#ffffff;display:block;width:9rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8125rem;left:44.5625rem;height:1.4624rem;font-style:normal;display:block; }
#mWElo6S2TJhpUZiAJkw2TARJUVEfQtTl { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:37.625rem;height:1.4624rem;font-style:normal;display:block; }
#cIimNLvFdtzB0sKqTC580RbribqkRzFW { box-sizing:content-box;height:3.875rem;width:12.75rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:0.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(42,210,201,0.7) ;border-top-right-radius:5.5rem;border-bottom-right-radius:5.5rem;border-bottom-left-radius:5.5rem;border-top-left-radius:5.5rem;display:block; }
#TTUhg4Cn1sBMTdPo4zbf81sv3QgWrNT5 { background-color:#2ad2c9;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:55.375rem;display:block; }
#CqCUfITR6FcHD7DuCxUW9kvw92llR8tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLBAP4TaPcA8BqnThIoIRd11Xcf0Bnnk { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.6875rem;left:12.75rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row .container { background-color: transparent; background-image: none; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row .container > .video-iframe-container { display: none; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row > .video-iframe-container { display: none; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .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); }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row .container { border-width: 0; border-radius: 0; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#sfSWTnu19aactSXcmhRbZHpHnBvtTf6z { color:#2ad2c9;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.9375rem;left:36.3125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beG72ObPCyudpV6n5Rs74KLF0FfnFIQd { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:36.875rem;width:29.4375rem;top:6.125rem;left:0rem;overflow:hidden;display:block; }
#IG6HQoGNqi8FVKGnzBaCu9vKfb66N1bt { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:22.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#okeUUpHrklEe1uK5isiLz9dGxBFvNtxb { background-color:#2ad2c9;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.3125rem;left:26.15625rem;display:block; }
#ZgU9J4trdp5mmGz6Mu0FeN97PHD53Na4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FP7uCHvn4Q5TnLH5biEBM9zpvOyftTC3 { box-sizing:content-box;height:12.125rem;width:17.875rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:10.25rem;left:32.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2ad2c9;border-left:0.125rem solid #2ad2c9;border-right:0.125rem solid #2ad2c9;border-bottom:0.125rem solid #2ad2c9;display:block; }
#x7dTNKB7SIchUwAMQPcV2PkkaDM5wVMJ { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:34.1875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEiAOMs6cgLEsdMKnbO6E2FPtbmzKrgt { color:#2ad2c9;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.625rem;left:35.625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMbLicNitvLzrF0mEqM6HewfQwnipBGq { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.1875rem;left:32.875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGkm9hDC3wQpwBzMLvbUcr2TTDRq6wPG { box-sizing:content-box;height:12.125rem;width:17.875rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:24.9375rem;left:32rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2ad2c9;border-left:0.125rem solid #2ad2c9;border-right:0.125rem solid #2ad2c9;border-bottom:0.125rem solid #2ad2c9;display:block; }
#EOKfTKk2xkxUl4lLqGBZcWTaZg6WLITa { color:#2ad2c9;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.9375rem;left:55.5rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCAFBwObtRHIv6ICVn4s1MtWwaBzbesp { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5rem;left:54.875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLNtry80vtatiLHxOlKzbd9k86yQRTOZ { box-sizing:content-box;height:12.125rem;width:17.875rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:10.25rem;left:53.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2ad2c9;border-left:0.125rem solid #2ad2c9;border-right:0.125rem solid #2ad2c9;border-bottom:0.125rem solid #2ad2c9;display:block; }
#nl4PTwADBkn92dM3btdTSciIcN15dLKN { color:#2ad2c9;display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.625rem;left:56.125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XeL4dKbqf1xt9NGmiSRLdFQ67XUQNnOy { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.1875rem;left:55.625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8gFJG3NszkdeKiRCsFgkqS5ZGms45bK { box-sizing:content-box;height:12.125rem;width:17.875rem;position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;top:24.9375rem;left:53.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2ad2c9;border-left:0.125rem solid #2ad2c9;border-right:0.125rem solid #2ad2c9;border-bottom:0.125rem solid #2ad2c9;display:block; }
#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/009d4e08-5c43-402e-95ae-6981abef94a2/B9544at_itero_lumina_zoom_background21.jpg");background-position:top left !important;background-repeat: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; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6.adaptive-delivery-prevent-bg, #dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6.lazyload, #dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6.lazyloading { background-image: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container { background-color: transparent; background-image: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container > .video-iframe-container { display: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row > .video-iframe-container { display: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .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); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container { border-width: 0; border-radius: 0; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#CIZ3Tm0uysiKnBAoFsakaZ24m2qdbPi3 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #2ad2c9;border-left:0.125rem solid #2ad2c9;border-right:0.125rem solid #2ad2c9;border-bottom:0.125rem solid #2ad2c9;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.6875rem;width:31.6875rem;top:4.65625rem;left:4.6875rem;overflow:hidden;display:block; }
#w3oyT7kvePl8xbSehTrXPBmk9XTGtB0x { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:39.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvzWcXRNwfxBHTgZzlblNuzaFfKCcE6S { position:absolute;display:block;z-index:15009;background-color:#2ad2c9;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:0.125rem;width:12.5rem;top:8.6875rem;left:48.8125rem;display:block; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-form-header {  }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:26.8125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2ad2c9;border-left:0.0625rem solid #2ad2c9;border-right:0.0625rem solid #2ad2c9;border-bottom:0.0625rem solid #2ad2c9;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:26.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-text {padding-top: 0; padding-bottom: 0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2ad2c9;border-left:0.0625rem solid #2ad2c9;border-right:0.0625rem solid #2ad2c9;border-bottom:0.0625rem solid #2ad2c9;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:26.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .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:26.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-select {padding-top: 0; padding-bottom: 0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-button { border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;background-color:#2ad2c9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:26.8125rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi [class*="-text"]:-moz-placeholder { color:#2ad2c9;font-family:arial;font-size:0.875rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi [class*="-text"]::-moz-placeholder { color:#2ad2c9;font-family:arial;font-size:0.875rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi [class*="-text"]:-ms-input-placeholder { color:#2ad2c9;font-family:arial;font-size:0.875rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi [class*="-text"]::-webkit-input-placeholder { color:#2ad2c9;font-family:arial;font-size:0.875rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.375rem;overflow:hidden;font-style:normal; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .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; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-container:first-of-type{padding-top:0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-container:last-of-type{padding-bottom:0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:10.8125rem;left:40.4375rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.8125rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-info-text { display:block;height:auto;font-family:arial;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; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi {display:block;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:10.8125rem;left:40.4375rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #i1eTs4xwRQJTT8CS4is0CPuurUyTBx0v { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #JFTTTWVEGqs2NfeQ2UuqVxn9mg7dusds { position:relative;display:block; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #C3cu08TbsSbczMz4koowniPkRE975vke { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #cOefaZ8vzWVzg41yMl9MqS1hEziGObsM { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #BmF7PMssmpf7Mc3bXkKbXgD4zFQv6yRE { position:relative;display:block; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #AGa7CFOO5984bOBdsM4hJBNVpXNPl6nV { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #aifTFpmTPpns16UwqpgT4vcWk9Ba2iGH { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #SknVkoMx9pZeS7iGhCIIOpe1wkva5kOt { position:relative;display:block; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #oHHU80bPmXAhIxcDX07e9decI1gB6qbf { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #FakzHLeDc1mtcBCbZTVoWminCOax3See { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #T8UfDyd7slS0Ew7g8HmsanOx2B0U15Xx { position:relative;display:block; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #BRX1bfJ4KbOpODVEaGpeBoQJqfOmO8aB { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #H75RQ6GQ6rNz5AGzlDAkdTvaZgaa5Asm { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #CI7DA84ZVd2ANP0VF2mWs17i3wSDVTcA { position:relative;z-index:2; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #bXKnJaK8NDsxJUAfNz7qKq6EoPqSLx6t { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #hHaNqOZb020TsKZupaLphrK1anDmi65q { position:relative; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #w9Jn7MghTr1NpetDwTQW4D50ZvWQcbmy { position:relative; }
#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row .container { background-color: transparent; background-image: none; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row .container > .video-iframe-container { display: none; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row > .video-iframe-container { display: none; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .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); }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row .container { border-width: 0; border-radius: 0; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#ueHLPPBNF0rmBLEDxywwga2y8hBFkwLp { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(42,210,201,0.5) ;height:7.75rem;width:50.5625rem;top:10.125rem;left:13.625rem;display:block; }
#bHyzuo8TK7b1tmxv7310IkOlTEO3tiGw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:7.8125rem;width:8rem;top:10.0625rem;left:9.375rem;overflow:hidden;display:block; }
#XH1n1AHCcHAcxdMfXKCSzzm1I0SCoQKN { color:#000000;display:block;width:44.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.4375rem;left:18.8125rem;height:5.0625rem;font-style:normal;display:block; }
#b3qfAp1Z2ogxJnMyf7C8780mCnPg8ZL8 { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;border-top:0.25rem solid #2ad2c9;border-left:0.25rem solid #2ad2c9;border-right:0.25rem solid #2ad2c9;border-bottom:0.25rem solid #2ad2c9;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.375rem;width:13.75rem;top:12.0625rem;left:52rem;display:block; }
#cGOTrvM9Lhfz8K0seFoevHRayN6iFPSg { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:55.375rem;height:1.4624rem;font-style:normal;display:block; }
#JqvuPW2QxypivApUSWfp0D2aaDH2MVlt { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(42,210,201,0.5) ;height:14.25rem;width:49.4375rem;top:22.936782836914rem;left:14.6875rem;display:block; }
#U1URRB5OCxp1zWBfX5rdhwe7eB7owSc6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:7.8125rem;width:8rem;top:22.875rem;left:9.3125rem;overflow:hidden;display:block; }
#yS8gAIqdBKEAqIASFx5C96y6HklANdLV { color:#000000;display:block;width:40.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.249816894531rem;left:18.749998092651rem;height:11.8125rem;font-style:normal;display:block; }
#vqAIK3AFDZ2ypzkQAVI8t3HxqxnZO7XB { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:30.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWLdwim7MntBRnOw0Gx2y4iDB9hzhBqT { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;border-top:0.25rem solid #2ad2c9;border-left:0.25rem solid #2ad2c9;border-right:0.25rem solid #2ad2c9;border-bottom:0.25rem solid #2ad2c9;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.375rem;width:13.75rem;top:32.375rem;left:52rem;display:block; }
#L3nXBAyeCSQ9PnLCgfe3gx57zZtvv7Ff { color:#ffffff;display:block;width:9.5623125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.9375rem;left:54.6875rem;height:1.4624rem;font-style:normal;display:block; }
#fsqJSAkMgBEMLT17uVAhVfRpUwqC3aS3 { position:absolute;display:block;z-index:14998;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:40.625rem;width:49.25rem;top:0.125rem;left:11.875rem;overflow:hidden;display:block; }
#uR3kOsSGEZ3VKNXw88KwMDtTne5PTS7x { color:#000000;display:block;width:40.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.249816894531rem;left:18.749998092651rem;height:11.8125rem;font-style:normal;display:none; }
#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3c32bc2a-3437-4ec2-a9e3-a11b1e785b7c/LargeJPGiTero_LUMINA_Background_pattern.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6.adaptive-delivery-prevent-bg, #UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6.lazyload, #UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6.lazyloading { background-image: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container { background-color: transparent; background-image: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container > .video-iframe-container { display: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row > .video-iframe-container { display: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .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); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container { border-width: 0; border-radius: 0; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#T7ecrHUyEI7u2bcaas6ewX9Tf6d7SDHI { color:#ffffff;display:block;width:15.124rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6875rem;left:29.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qz2fKMhx5ILXvq8QH5TMfTgHC2clqEwB { box-sizing:content-box;height:20rem;width:19.6875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002e3c, #000000);background-image: -moz-linear-gradient(180deg, #002e3c, #000000);background-image: -ms-linear-gradient(180deg, #002e3c, #000000);background-image: -o-linear-gradient(180deg, #002e3c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #002e3c, #000000);background-size:auto !important;top:12.625rem;left:2.6875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#rJpGx8ZAdTxursrTySZg0nqhtSsRcZg0 { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:29.25rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eX3pvPC2Oy4cEPAIcvtB2aCyTkfy77CF { color:#2ad2c9;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:6.375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyUL4J78ckDdsTTqMtAx9HATXDv9MbEX { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.25rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oP05Xf3IgUsbACUO04XvBLT03opwyPtp { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:roboto;font-size:4.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.75rem;height:6.09375rem;font-style:normal;display:block; }
#egATuvTitw23dfClPAsIDR2ewgvTpef1 { box-sizing:content-box;height:19.6875rem;width:19.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002e3c, #000000);background-image: -moz-linear-gradient(180deg, #002e3c, #000000);background-image: -ms-linear-gradient(180deg, #002e3c, #000000);background-image: -o-linear-gradient(180deg, #002e3c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #002e3c, #000000);background-size:auto !important;top:12.6875rem;left:28rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#BsSRLEl4wSG5Rt1mQOonBwQDHEklG1tT { color:#ffffff;display:block;width:16rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.6875rem;left:29.5rem;height:11.69924375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDDWxJySSkBllsiQr06IcCTxCmyPRqyu { color:#2ad2c9;display:block;width:15.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14rem;left:30.03125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrJT7QdlRr2uV6PPTPOS1W4biu9GSFEN { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:roboto;font-size:4.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.1875rem;left:27.0625rem;height:6.09375rem;font-style:normal;display:block; }
#uGpOqZ1Sm0deWkkdi1K4H6cfBdovxxSN { box-sizing:content-box;height:19.6875rem;width:19.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002e3c, #000000);background-image: -moz-linear-gradient(180deg, #002e3c, #000000);background-image: -ms-linear-gradient(180deg, #002e3c, #000000);background-image: -o-linear-gradient(180deg, #002e3c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #002e3c, #000000);background-size:auto !important;top:12.6875rem;left:53rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#eAbsd4exovsJar80hGk34npu03vNfJ9h { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.6875rem;left:54.15625rem;height:11.6992125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqeaMcru70zlmK3WdAq3ETTC3HclhNGZ { color:#2ad2c9;display:block;width:15.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.125rem;left:54.875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdTbPdi9sHa4Gy933qnZQg81UOAJiOzb { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:roboto;font-size:4.6875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.1875rem;left:52.0625rem;height:6.09375rem;font-style:normal;display:block; }
#WlMhPQ4amIMyx8KSDA1cMDBizvAC3Cu6 { background-color:#2ad2c9;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.75rem;left:20.21875rem;display:block; }
#gsEQ6XSShUlWwGJiH0Hp5d0uL3yrQzP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPQQB33hioyTerxfonef8iNkssmauwT1 { background-color:#2ad2c9;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.75rem;left:20.21875rem;display:none; }
#O95lW3fmSZiZ2XBCLJ6mS12y7MdHl5mX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d96e322d-d588-4157-865d-070e8f4f5b7d/FullSizeJPGiTeroLuminaTeamsZoombackground2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt.adaptive-delivery-prevent-bg, #i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt.lazyload, #i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt.lazyloading { background-image: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container { background-color: transparent; background-image: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container > .video-iframe-container { display: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row > .video-iframe-container { display: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .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); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container { border-width: 0; border-radius: 0; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#ax60lDs968voVogxMT4vakWAAkgbORK1 { color:#ffffff;display:block;width:15.1243125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9309310913086rem;left:30.060369491577rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b2W0St2fAzkKBXF4gJ1tVD9OogfPk7Uw { background-color:#2ad2c9;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.25rem;left:7.375rem;display:block; }
#aDQlvSDNMH41qtlr3WEtrlKubzc37NLX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2nWUid3ndd5COTkBCi5rrW2UqIETH7g { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.499816894531rem;left:5.1873226165771rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yu8wQv1mkyPSiNgQSlgyJwDaH2ayTTgb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:39.5625rem;top:4.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row .container { background-color: transparent; background-image: none; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row .container > .video-iframe-container { display: none; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row > .video-iframe-container { display: none; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .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); }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row .container { border-width: 0; border-radius: 0; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#y9BgA95az0hRR8bpoSoJwT9HTRllvfT9 { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.96875rem;left:22.375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mOJ5Nz76iOvsl9RAgedCMEsq7inN48Sp { background-color:#2ad2c9;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.875rem;left:26.15625rem;display:block; }
#NrvEyVS7ieBBabUHQvKnGffI85u1o7XA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHwxORD7xg07rDscWicIhOdZ1fFd7n6T { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.96875rem;left:22.375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row .container { background-color: transparent; background-image: none; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row .container > .video-iframe-container { display: none; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row > .video-iframe-container { display: none; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .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); }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row .container { border-width: 0; border-radius: 0; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dHBxz2nS7dn8THKNDelIiUBqOIP1sl2U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.0625rem;top:1.53125rem;left:66.4375rem;overflow:hidden;display:block; }
#MgbTvig5uFc7LOIspWManf1WfZKXT1uE { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.224609375rem;left:1.0625rem;height:1.29980625rem;display:block; }
#ImKSNabPTZhApXPxN0X0ARcbE8wMms7M { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.625rem;top:1.46875rem;left:8.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G849UGRu5eTDVztIPttcVlTDxxdsT9rH { width:30.5625rem;height:5.6875rem;top:19.375rem;left:8.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsJpT3TEx0CyGbuEovA17qG2QmQT1uEt { width:47.75rem;height:4.5rem;top:25.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xgfkwhu6gPBOk8uHsThizLusTZZpS9Ml { width:22.6875rem;height:3.4375rem;top:35rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #az71tkB35hP5IOF7dmkiMvAUsUlUqZ14 { display:block; }
 }@media only screen and (max-width: 763px) { #QI6aJBdLmBM0H0yGSmtb1WwOa2EICcNf { width:8.875rem;height:2.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugcAlApIeRWcq4RWMTcN4GZpGmMdVI1 { width:2.1875rem;height:2.1875rem;top:40.6875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR6wWtURRWt2yLHfg3eGZxcu1CkIdzCb { width:41rem;height:3.875rem;top:0.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4P8np3kdQTWsRThXu2xFGtMVCG5SFev { width:9rem;height:1.4375rem;top:1.8125rem;left:30.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWElo6S2TJhpUZiAJkw2TARJUVEfQtTl { width:4.75rem;height:1.4375rem;top:1.8125rem;left:24rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIimNLvFdtzB0sKqTC580RbribqkRzFW { width:12.75rem;height:3.875rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTUhg4Cn1sBMTdPo4zbf81sv3QgWrNT5 { width:19.125rem;height:2.625rem;top:1.25rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqCUfITR6FcHD7DuCxUW9kvw92llR8tb { display:block; }
 }@media only screen and (max-width: 763px) { #dLBAP4TaPcA8BqnThIoIRd11Xcf0Bnnk { width:20rem;height:7.125rem;top:28.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ { display:block; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfSWTnu19aactSXcmhRbZHpHnBvtTf6z { width:9.75rem;height:3.5625rem;top:11.9375rem;left:22.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beG72ObPCyudpV6n5Rs74KLF0FfnFIQd { width:29.4375rem;height:36.875rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG6HQoGNqi8FVKGnzBaCu9vKfb66N1bt { width:30.5625rem;height:2.4375rem;top:3.125rem;left:8.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okeUUpHrklEe1uK5isiLz9dGxBFvNtxb { width:22.6875rem;height:3.4375rem;top:42.3125rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgU9J4trdp5mmGz6Mu0FeN97PHD53Na4 { display:block; }
 }@media only screen and (max-width: 763px) { #FP7uCHvn4Q5TnLH5biEBM9zpvOyftTC3 { width:17.875rem;height:12.125rem;top:10.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dTNKB7SIchUwAMQPcV2PkkaDM5wVMJ { width:14.0625rem;height:4.375rem;top:16.5rem;left:20.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiAOMs6cgLEsdMKnbO6E2FPtbmzKrgt { width:11.1875rem;height:3.5625rem;top:26.625rem;left:22rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMbLicNitvLzrF0mEqM6HewfQwnipBGq { width:16.6875rem;height:4.375rem;top:31.1875rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGkm9hDC3wQpwBzMLvbUcr2TTDRq6wPG { width:17.875rem;height:12.125rem;top:24.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKfTKk2xkxUl4lLqGBZcWTaZg6WLITa { width:14.3125rem;height:3.5625rem;top:11.9375rem;left:33.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCAFBwObtRHIv6ICVn4s1MtWwaBzbesp { width:15.625rem;height:4.375rem;top:16.5rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLNtry80vtatiLHxOlKzbd9k86yQRTOZ { width:17.875rem;height:12.125rem;top:10.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl4PTwADBkn92dM3btdTSciIcN15dLKN { width:13.125rem;height:3.5625rem;top:26.625rem;left:34.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeL4dKbqf1xt9NGmiSRLdFQ67XUQNnOy { width:14.0625rem;height:4.375rem;top:31.1875rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gFJG3NszkdeKiRCsFgkqS5ZGms45bK { width:17.875rem;height:12.125rem;top:24.9375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 { display:block; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIZ3Tm0uysiKnBAoFsakaZ24m2qdbPi3 { width:31.6875rem;height:31.6875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oyT7kvePl8xbSehTrXPBmk9XTGtB0x { width:30.25rem;height:2.4375rem;top:4.8125rem;left:17.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvzWcXRNwfxBHTgZzlblNuzaFfKCcE6S { top:8.6875rem;left:35.1875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-regular-label { width:26.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-text { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-text {padding-top: 0; padding-bottom: 0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-textarea { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-select { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-select {padding-top: 0; padding-bottom: 0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-button { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi  { width:26.8125rem;height:23.1875rem;top:10.8125rem;left:18.4375rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .radio-container { width:26.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi {display:block;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi { width:26.8125rem;height:23.1875rem;top:10.8125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #i1eTs4xwRQJTT8CS4is0CPuurUyTBx0v {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #JFTTTWVEGqs2NfeQ2UuqVxn9mg7dusds {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #C3cu08TbsSbczMz4koowniPkRE975vke {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #cOefaZ8vzWVzg41yMl9MqS1hEziGObsM {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #BmF7PMssmpf7Mc3bXkKbXgD4zFQv6yRE {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #AGa7CFOO5984bOBdsM4hJBNVpXNPl6nV {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #aifTFpmTPpns16UwqpgT4vcWk9Ba2iGH {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #SknVkoMx9pZeS7iGhCIIOpe1wkva5kOt {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #oHHU80bPmXAhIxcDX07e9decI1gB6qbf {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #FakzHLeDc1mtcBCbZTVoWminCOax3See {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #T8UfDyd7slS0Ew7g8HmsanOx2B0U15Xx {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #BRX1bfJ4KbOpODVEaGpeBoQJqfOmO8aB {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #H75RQ6GQ6rNz5AGzlDAkdTvaZgaa5Asm {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #CI7DA84ZVd2ANP0VF2mWs17i3wSDVTcA {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #bXKnJaK8NDsxJUAfNz7qKq6EoPqSLx6t {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #hHaNqOZb020TsKZupaLphrK1anDmi65q {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #w9Jn7MghTr1NpetDwTQW4D50ZvWQcbmy {  }
 }@media only screen and (max-width: 763px) { #GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT { display:block; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueHLPPBNF0rmBLEDxywwga2y8hBFkwLp { width:47.75rem;height:7.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHyzuo8TK7b1tmxv7310IkOlTEO3tiGw { width:8rem;height:7.8125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH1n1AHCcHAcxdMfXKCSzzm1I0SCoQKN { width:44.125rem;height:5.0625rem;top:11.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3qfAp1Z2ogxJnMyf7C8780mCnPg8ZL8 { width:13.75rem;height:9.375rem;top:12.0625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGOTrvM9Lhfz8K0seFoevHRayN6iFPSg { width:7.5rem;height:1.4375rem;top:18.6875rem;left:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqvuPW2QxypivApUSWfp0D2aaDH2MVlt { width:47.75rem;height:14.25rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1URRB5OCxp1zWBfX5rdhwe7eB7owSc6 { width:8rem;height:7.8125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS8gAIqdBKEAqIASFx5C96y6HklANdLV { width:40.625rem;height:11.8125rem;top:24.1875rem;left:3.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqAIK3AFDZ2ypzkQAVI8t3HxqxnZO7XB { width:15.9375rem;height:2.4375rem;top:4.25rem;left:17.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLdwim7MntBRnOw0Gx2y4iDB9hzhBqT { width:13.75rem;height:9.375rem;top:32.375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3nXBAyeCSQ9PnLCgfe3gx57zZtvv7Ff { width:9.5rem;height:1.4375rem;top:38.9375rem;left:38.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsqJSAkMgBEMLT17uVAhVfRpUwqC3aS3 { width:47.75rem;height:39.38769035533rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR3kOsSGEZ3VKNXw88KwMDtTne5PTS7x { width:18.8125rem;height:21rem;top:46.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 { display:block; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7ecrHUyEI7u2bcaas6ewX9Tf6d7SDHI { width:15.0625rem;height:;top:1.6875rem;left:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz2fKMhx5ILXvq8QH5TMfTgHC2clqEwB { width:19.6875rem;height:20rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJpGx8ZAdTxursrTySZg0nqhtSsRcZg0 { width:16.5rem;height:3.6875rem;top:5.4375rem;left:15.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX3pvPC2Oy4cEPAIcvtB2aCyTkfy77CF { width:12.375rem;height:3.5625rem;top:14.125rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyUL4J78ckDdsTTqMtAx9HATXDv9MbEX { width:18.25rem;height:5.8125rem;top:18.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP05Xf3IgUsbACUO04XvBLT03opwyPtp { width:2.375rem;height:6.0625rem;top:11.125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egATuvTitw23dfClPAsIDR2ewgvTpef1 { width:19.6875rem;height:19.6875rem;top:12.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSRLEl4wSG5Rt1mQOonBwQDHEklG1tT { width:16rem;height:11.6875rem;top:18.6875rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDDWxJySSkBllsiQr06IcCTxCmyPRqyu { width:15.3125rem;height:3.5625rem;top:14rem;left:16.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJT7QdlRr2uV6PPTPOS1W4biu9GSFEN { width:2.375rem;height:6.0625rem;top:11.1875rem;left:15.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGpOqZ1Sm0deWkkdi1K4H6cfBdovxxSN { width:19.6875rem;height:19.6875rem;top:12.6875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAbsd4exovsJar80hGk34npu03vNfJ9h { width:17.375rem;height:11.6875rem;top:18.6875rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqeaMcru70zlmK3WdAq3ETTC3HclhNGZ { width:15.9375rem;height:3.5625rem;top:14.125rem;left:31.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTbPdi9sHa4Gy933qnZQg81UOAJiOzb { width:2.375rem;height:6.0625rem;top:11.1875rem;left:31.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlMhPQ4amIMyx8KSDA1cMDBizvAC3Cu6 { width:34.5625rem;height:3.4375rem;top:36.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsEQ6XSShUlWwGJiH0Hp5d0uL3yrQzP2 { display:block; }
 }@media only screen and (max-width: 763px) { #PPQQB33hioyTerxfonef8iNkssmauwT1 { width:34.5625rem;height:3.4375rem;top:36.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O95lW3fmSZiZ2XBCLJ6mS12y7MdHl5mX { display:block; }
 }@media only screen and (max-width: 763px) { #i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt { display:block; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax60lDs968voVogxMT4vakWAAkgbORK1 { width:15.0625rem;height:2.375rem;top:1.875rem;left:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2W0St2fAzkKBXF4gJ1tVD9OogfPk7Uw { width:22.6875rem;height:3.4375rem;top:18.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQlvSDNMH41qtlr3WEtrlKubzc37NLX { display:block; }
 }@media only screen and (max-width: 763px) { #l2nWUid3ndd5COTkBCi5rrW2UqIETH7g { width:28.1875rem;height:4.6875rem;top:10.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu8wQv1mkyPSiNgQSlgyJwDaH2ayTTgb { width:39.5625rem;height:27.875rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS7fKhSmdLplmQUohiqUULdVAKr0O4Es { display:block; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9BgA95az0hRR8bpoSoJwT9HTRllvfT9 { width:30.25rem;height:;top:5.9375rem;left:8.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOJ5Nz76iOvsl9RAgedCMEsq7inN48Sp { width:22.6875rem;height:3.4375rem;top:15.875rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrvEyVS7ieBBabUHQvKnGffI85u1o7XA { display:block; }
 }@media only screen and (max-width: 763px) { #DHwxORD7xg07rDscWicIhOdZ1fFd7n6T { width:20rem;height:;top:4.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo { display:block; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHBxz2nS7dn8THKNDelIiUBqOIP1sl2U { width:7.0625rem;height:2.6875rem;top:1.5rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgbTvig5uFc7LOIspWManf1WfZKXT1uE { width:6.8125rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImKSNabPTZhApXPxN0X0ARcbE8wMms7M { width:7.625rem;height:2.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61d89eb1-4eaa-4e15-b504-9db8de5d3eb1/Group85.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G849UGRu5eTDVztIPttcVlTDxxdsT9rH { width:20rem;height:6.8246875rem;top:19.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsJpT3TEx0CyGbuEovA17qG2QmQT1uEt { width:20rem;height:0;top:27.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xgfkwhu6gPBOk8uHsThizLusTZZpS9Ml { width:19rem;height:3.4375rem;top:41.4375rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az71tkB35hP5IOF7dmkiMvAUsUlUqZ14 { display:block; }
 }@media only screen and (max-width: 763px) { #QI6aJBdLmBM0H0yGSmtb1WwOa2EICcNf { width:12.4375rem;height:3rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugcAlApIeRWcq4RWMTcN4GZpGmMdVI1 { width:2.1875rem;height:2.1875rem;top:37.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR6wWtURRWt2yLHfg3eGZxcu1CkIdzCb { width:20rem;height:3.875rem;top:45.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4P8np3kdQTWsRThXu2xFGtMVCG5SFev { width:9rem;height:0;top:46.375rem;left:10.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWElo6S2TJhpUZiAJkw2TARJUVEfQtTl { width:4.75rem;height:0;top:46.375rem;left:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIimNLvFdtzB0sKqTC580RbribqkRzFW { width:12.75rem;height:3.875rem;top:40.0625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTUhg4Cn1sBMTdPo4zbf81sv3QgWrNT5 { width:19.125rem;height:2.625rem;top:45.8125rem;left:0.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqCUfITR6FcHD7DuCxUW9kvw92llR8tb { display:block; }
 }@media only screen and (max-width: 763px) { #dLBAP4TaPcA8BqnThIoIRd11Xcf0Bnnk { width:20rem;height:7.1484375rem;top:28.1875rem;left:0rem;font-size:1.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ { display:block; }#Q2Th6Q8y5teCTOTbrr7O7g0Funs86GbJ > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfSWTnu19aactSXcmhRbZHpHnBvtTf6z { width:10.1875rem;height:3.57421875rem;top:19.8125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beG72ObPCyudpV6n5Rs74KLF0FfnFIQd { width:20rem;height:25.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG6HQoGNqi8FVKGnzBaCu9vKfb66N1bt { width:16.9375rem;height:4.875rem;top:2.69921875rem;left:1.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okeUUpHrklEe1uK5isiLz9dGxBFvNtxb { width:19rem;height:3.4375rem;top:79.625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgU9J4trdp5mmGz6Mu0FeN97PHD53Na4 { display:block; }
 }@media only screen and (max-width: 763px) { #FP7uCHvn4Q5TnLH5biEBM9zpvOyftTC3 { width:17.875rem;height:12.125rem;top:18.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7dTNKB7SIchUwAMQPcV2PkkaDM5wVMJ { width:14.0625rem;height:4.38720625rem;top:24.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiAOMs6cgLEsdMKnbO6E2FPtbmzKrgt { width:11.1875rem;height:3.57421875rem;top:50.625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMbLicNitvLzrF0mEqM6HewfQwnipBGq { width:16.6875rem;height:4.38720625rem;top:55.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGkm9hDC3wQpwBzMLvbUcr2TTDRq6wPG { width:17.875rem;height:12.125rem;top:48.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKfTKk2xkxUl4lLqGBZcWTaZg6WLITa { width:14.3125rem;height:3.57421875rem;top:35.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCAFBwObtRHIv6ICVn4s1MtWwaBzbesp { width:15.625rem;height:4.38720625rem;top:40rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLNtry80vtatiLHxOlKzbd9k86yQRTOZ { width:17.875rem;height:12.125rem;top:33.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl4PTwADBkn92dM3btdTSciIcN15dLKN { width:13.125rem;height:3.57421875rem;top:65.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeL4dKbqf1xt9NGmiSRLdFQ67XUQNnOy { width:14.0625rem;height:4.38720625rem;top:70.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gFJG3NszkdeKiRCsFgkqS5ZGms45bK { width:17.875rem;height:12.125rem;top:64.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/009d4e08-5c43-402e-95ae-6981abef94a2/B9544at_itero_lumina_zoom_background21.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6.adaptive-delivery-prevent-bg, #dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6.lazyload, #dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6.lazyloading { background-image: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container { background-color: transparent; background-image: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container > .video-iframe-container { display: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row > .video-iframe-container { display: none; }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .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); }#dWrcN4gkilJbdx74ZSV4D3mqimFUZZh6 > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CIZ3Tm0uysiKnBAoFsakaZ24m2qdbPi3 { width:19.75rem;height:19.8125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3oyT7kvePl8xbSehTrXPBmk9XTGtB0x { width:18.75rem;height:4.875rem;top:2.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvzWcXRNwfxBHTgZzlblNuzaFfKCcE6S { width:12.5rem;height:0.125rem;top:8.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-text {padding-top: 0; padding-bottom: 0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-select {padding-top: 0; padding-bottom: 0;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi  { width:17.5rem;height:auto;top:33.5rem;left:0rem; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi {display:block;}#V7q3uORTlryVD7qHwQCAksmJiAyXKgsi { width:17.5rem;height:auto;top:33.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #i1eTs4xwRQJTT8CS4is0CPuurUyTBx0v {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #JFTTTWVEGqs2NfeQ2UuqVxn9mg7dusds {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #C3cu08TbsSbczMz4koowniPkRE975vke {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #cOefaZ8vzWVzg41yMl9MqS1hEziGObsM {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #BmF7PMssmpf7Mc3bXkKbXgD4zFQv6yRE {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #AGa7CFOO5984bOBdsM4hJBNVpXNPl6nV {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #aifTFpmTPpns16UwqpgT4vcWk9Ba2iGH {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #SknVkoMx9pZeS7iGhCIIOpe1wkva5kOt {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #oHHU80bPmXAhIxcDX07e9decI1gB6qbf {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #FakzHLeDc1mtcBCbZTVoWminCOax3See {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #T8UfDyd7slS0Ew7g8HmsanOx2B0U15Xx {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #BRX1bfJ4KbOpODVEaGpeBoQJqfOmO8aB {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #H75RQ6GQ6rNz5AGzlDAkdTvaZgaa5Asm {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #CI7DA84ZVd2ANP0VF2mWs17i3wSDVTcA {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #bXKnJaK8NDsxJUAfNz7qKq6EoPqSLx6t {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #hHaNqOZb020TsKZupaLphrK1anDmi65q {  }
 }@media only screen and (max-width: 763px) { #V7q3uORTlryVD7qHwQCAksmJiAyXKgsi #w9Jn7MghTr1NpetDwTQW4D50ZvWQcbmy {  }
 }@media only screen and (max-width: 763px) { #GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT { display:block; }#GGpsCVbm3wmbrL2AVT0JXbhzF7V1IMmT > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueHLPPBNF0rmBLEDxywwga2y8hBFkwLp { width:20rem;height:13.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHyzuo8TK7b1tmxv7310IkOlTEO3tiGw { width:8rem;height:7.8125rem;top:9.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH1n1AHCcHAcxdMfXKCSzzm1I0SCoQKN { width:18.8125rem;height:9rem;top:18.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3qfAp1Z2ogxJnMyf7C8780mCnPg8ZL8 { width:13.75rem;height:9.375rem;top:24.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGOTrvM9Lhfz8K0seFoevHRayN6iFPSg { width:12.5rem;height:1.29980625rem;top:31.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqvuPW2QxypivApUSWfp0D2aaDH2MVlt { width:20rem;height:27.25rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1URRB5OCxp1zWBfX5rdhwe7eB7owSc6 { width:8rem;height:7.8125rem;top:37rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS8gAIqdBKEAqIASFx5C96y6HklANdLV { width:18.8125rem;height:0;top:46.375rem;left:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vqAIK3AFDZ2ypzkQAVI8t3HxqxnZO7XB { width:20rem;height:2.76220625rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLdwim7MntBRnOw0Gx2y4iDB9hzhBqT { width:13.75rem;height:9.375rem;top:63.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3nXBAyeCSQ9PnLCgfe3gx57zZtvv7Ff { width:8.0625rem;height:1.29980625rem;top:70.5625rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsqJSAkMgBEMLT17uVAhVfRpUwqC3aS3 { width:20rem;height:16.4970625rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR3kOsSGEZ3VKNXw88KwMDtTne5PTS7x { width:18.8125rem;height:21rem;top:45.9375rem;left:0.59375rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3c32bc2a-3437-4ec2-a9e3-a11b1e785b7c/LargeJPGiTero_LUMINA_Background_pattern.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6.adaptive-delivery-prevent-bg, #UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6.lazyload, #UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6.lazyloading { background-image: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container { background-color: transparent; background-image: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container > .video-iframe-container { display: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row > .video-iframe-container { display: none; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .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); }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container { border-width: 0; border-radius: 0; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiHc2ATeQ7b0wyKH84Tk4xXSVDNrT1f6 > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7ecrHUyEI7u2bcaas6ewX9Tf6d7SDHI { width:15.0625rem;height:2.03125rem;top:1.787109375rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz2fKMhx5ILXvq8QH5TMfTgHC2clqEwB { width:19.6875rem;height:14.875rem;top:11.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJpGx8ZAdTxursrTySZg0nqhtSsRcZg0 { width:16.5rem;height:3.73730625rem;top:4.380859375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX3pvPC2Oy4cEPAIcvtB2aCyTkfy77CF { width:12.375rem;height:3.57421875rem;top:13.25rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vyUL4J78ckDdsTTqMtAx9HATXDv9MbEX { width:18.25rem;height:5.8496125rem;top:17.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP05Xf3IgUsbACUO04XvBLT03opwyPtp { width:1.5rem;height:3.73730625rem;top:9.8125rem;left:8.8125rem;font-size:2.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #egATuvTitw23dfClPAsIDR2ewgvTpef1 { width:19.6875rem;height:19.6875rem;top:30.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSRLEl4wSG5Rt1mQOonBwQDHEklG1tT { width:16rem;height:11.69924375rem;top:36.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDDWxJySSkBllsiQr06IcCTxCmyPRqyu { width:15.3125rem;height:3.57421875rem;top:31.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #JrJT7QdlRr2uV6PPTPOS1W4biu9GSFEN { width:1.6875rem;height:3.73730625rem;top:28.25rem;left:8.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGpOqZ1Sm0deWkkdi1K4H6cfBdovxxSN { width:19.6875rem;height:19.6875rem;top:53.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAbsd4exovsJar80hGk34npu03vNfJ9h { width:17.375rem;height:11.6992125rem;top:59.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqeaMcru70zlmK3WdAq3ETTC3HclhNGZ { width:15.9375rem;height:3.57421875rem;top:55.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdTbPdi9sHa4Gy933qnZQg81UOAJiOzb { width:1.75rem;height:3.73730625rem;top:51.8125rem;left:8.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlMhPQ4amIMyx8KSDA1cMDBizvAC3Cu6 { width:19rem;height:3.4375rem;top:92.724609375rem;left:0.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsEQ6XSShUlWwGJiH0Hp5d0uL3yrQzP2 { display:block; }
 }@media only screen and (max-width: 763px) { #PPQQB33hioyTerxfonef8iNkssmauwT1 { width:19rem;height:3.9375rem;top:77.787109375rem;left:0.5rem;font-size:1.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #O95lW3fmSZiZ2XBCLJ6mS12y7MdHl5mX { display:block; }
 }@media only screen and (max-width: 763px) { #i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d96e322d-d588-4157-865d-070e8f4f5b7d/FullSizeJPGiTeroLuminaTeamsZoombackground2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt.adaptive-delivery-prevent-bg, #i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt.lazyload, #i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt.lazyloading { background-image: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container { background-color: transparent; background-image: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container > .video-iframe-container { display: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row > .video-iframe-container { display: none; }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .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); }#i4FpxWMV5wKRt48JX6GvHZQqqxldDyRt > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax60lDs968voVogxMT4vakWAAkgbORK1 { width:11.75rem;height:2.03125rem;top:2.6875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2W0St2fAzkKBXF4gJ1tVD9OogfPk7Uw { width:19rem;height:3.4375rem;top:16.875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQlvSDNMH41qtlr3WEtrlKubzc37NLX { display:block; }
 }@media only screen and (max-width: 763px) { #l2nWUid3ndd5COTkBCi5rrW2UqIETH7g { width:20rem;height:7.03125rem;top:7.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu8wQv1mkyPSiNgQSlgyJwDaH2ayTTgb { width:20rem;height:14.0913125rem;top:11.5625rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #nS7fKhSmdLplmQUohiqUULdVAKr0O4Es { display:block; }#nS7fKhSmdLplmQUohiqUULdVAKr0O4Es > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9BgA95az0hRR8bpoSoJwT9HTRllvfT9 { width:20rem;height:0;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOJ5Nz76iOvsl9RAgedCMEsq7inN48Sp { width:19rem;height:3.4375rem;top:15.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrvEyVS7ieBBabUHQvKnGffI85u1o7XA { display:block; }
 }@media only screen and (max-width: 763px) { #DHwxORD7xg07rDscWicIhOdZ1fFd7n6T { width:20rem;height:;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo { display:block; }#tPEeaKw46pqTVKo0KFfvM3Ce7yJqv9Mo > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHBxz2nS7dn8THKNDelIiUBqOIP1sl2U { width:7.3125rem;height:2.9375rem;top:1.6875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgbTvig5uFc7LOIspWManf1WfZKXT1uE { width:6.8125rem;height:1.29980625rem;top:7.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImKSNabPTZhApXPxN0X0ARcbE8wMms7M { width:7.625rem;height:2.8125rem;top:6.8125rem;left:9.9375rem;display:block; }
 }