.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:206,220,252;--color-primary-1:109,150,247;--color-primary-2:11,80,242;--color-primary-3:7,48,145;--color-primary-4:0,18,48;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Avenir";--paragraphs-font-family:"Avenir"; }@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:rgba(var(--color-tertiary-0),1);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); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #0b50f2;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;z-index:auto;display:block; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container { background-color: transparent; background-image: none; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container > .video-iframe-container { display: none; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row > .video-iframe-container { display: none; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .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); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container { border-width: 0; border-radius: 0; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#ngQV7uxuZGGRBBF1RohcPysXJBu2AvDm { 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:1.875rem;width:15rem;top:1.84375rem;left:0rem;overflow:hidden;display:block; }
#ZrM0Am4Nm362TubJnluIFnnyFmK3sFyT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9375rem;left:21.6875rem;display:none; }
#hA0T21o5wDZW1uDTd0bBGCsb6Zovt5pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNGJ45Iw2uWpXcpU9TR4wBEBORKhlDS6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9375rem;left:31rem;display:none; }
#vrXllkOaLuu1arrVCGDZGBtwBbWZdJL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fB68KO9vDNcnZTBH5VxcU7xiOrhUL8Pz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.9375rem;left:49.25rem;display:none; }
#pE1qiC3wGmDKGqVJmQOgPhektEEAeqmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TA8MQS7QW2xwOllgDwNstMqsbv8IWuM7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.9375rem;left:40.25rem;display:none; }
#Dk8DIQlyqzpGJNN3RP3Mvg3dg8x8gqdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C72AS8qWghGrp5oI86ppP27pyF0Q4lhW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.21875rem;left:58.125rem;display:block; }
#yWoGFOVwIDcig6q2hdmfdaKtKWAbGITy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/276df571-8c11-4706-be03-a7e1bffe63a2/DNsolutionspodiumssilvernew.jpg");background-position:top center !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; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL.adaptive-delivery-prevent-bg, #DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL.lazyload, #DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL.lazyloading { background-image: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container { background-color: transparent; background-image: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container > .video-iframe-container { display: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row > .video-iframe-container { display: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .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); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container { border-width: 0; border-radius: 0; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#TMUNgAappLKHl3ykZ8ROlgyBBPXa3i59 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.871337890625rem;left:9.375rem;display:block; }
#afIs1lRBMBzMEpRIOnKbquheLnlUx4C5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atJsZpi31RagW6LfepgQSrDzZxsHk5hE { color:rgba(var(--color-primary-4),1);display:block;width:36.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:26.6875rem;left:0rem;height:22.74045rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uUMFDRK9yzmVdoLE7i6gnLLhIcMoHEgL { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:21.375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcE4NVnQNSvPTpsiZIHLMWrFBsfrkp7o { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:3.13671875rem;left:0rem;height:8.0005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wswd1N9EXFqTZ7XWZoihVECodNnT14WH { box-sizing:content-box;height:29.625rem;width:57rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;top:20.3857421875rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;display:block; }
#aTSGyXRff2fmHcSE5bF6SwZnRNlmHQJ8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.375rem;width:46.125rem;top:12.94921875rem;left:37.855263157895rem;overflow:hidden;display:block; }
#KMRa8cOewSEbk1x6s2x4S4aTZLirfbKw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:35.25rem;top:18.6064453125rem;left:-15.23828125rem;overflow:hidden;display:none; }
#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b37442ca-99f3-4d6b-abac-fbc352b82967/top4.svg");background-position:bottom center !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; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb.adaptive-delivery-prevent-bg, #wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb.lazyload, #wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb.lazyloading { background-image: none; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row .container { background-color: transparent; background-image: none; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row .container > .video-iframe-container { display: none; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row > .video-iframe-container { display: none; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .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); }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row .container { border-width: 0; border-radius: 0; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:75rem;position:relative;display:block; }#IPVuWwX2El4wvRAm2agyFGQPvzIKKdlm { box-sizing:content-box;height:36.25rem;width:17.1875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:17.3125rem;left:0.8125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;display:block; }
#Qnw2WbPRgeJsudF8OvzBI1n0T4oTbfJH { color:rgba(var(--color-primary-4),1);display:block;width:15.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:40.186767578125rem;left:1.436767578125rem;height:;display:block; }#Qnw2WbPRgeJsudF8OvzBI1n0T4oTbfJH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qnw2WbPRgeJsudF8OvzBI1n0T4oTbfJH li:before{  }
#ynbxFTP7Vi6SRXDu91KwaDJkDDhc2Kbg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:35.4375rem;left:1.625rem;height:1.7858875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WPdr5yDDoIwrcqP7cwEaQJBGFfXf5k20 { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.1875rem;width:17.1875rem;top:17.3125rem;left:0.8125rem;overflow:hidden;display:block; }
#ZyVhHDT3NL2vURt6u8XHs6HwTTRfZIVu { box-sizing:content-box;height:36.25rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:17.3125rem;left:19.5625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;display:block; }
#XEGlIr2TgcmWXywUNOH0Ck1fA2n7Gd7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.4375rem;left:19.875rem;height:3.571775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PITvkzESsnC1XdTDn1nRVRCtrTdGNdUH { color:rgba(var(--color-primary-4),1);display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:40.186767578125rem;left:20.5615234375rem;height:9.619125rem;display:block; }#PITvkzESsnC1XdTDn1nRVRCtrTdGNdUH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PITvkzESsnC1XdTDn1nRVRCtrTdGNdUH li:before{  }
#NgZ4fNWPTJQmzamvClXSVnMZMJuKMBHs { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.1875rem;width:17.1875rem;top:17.3125rem;left:19.5625rem;overflow:hidden;display:block; }
#m1sMav7eTSdM3kyrbPTF6XfOLOVQZaNo { box-sizing:content-box;height:36.25rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:17.3125rem;left:38.3125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;display:block; }
#iICQLTAAmEfcLfN0zWgSNx5Gpu3yJAbT { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.1875rem;width:17.1875rem;top:17.3125rem;left:38.3125rem;overflow:hidden;display:block; }
#wVGixh4giDZSqK1vARGREPIeqKs2PNOf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.4375rem;left:39.5rem;height:3.571775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G7nvvofkMaEHHvaEcZbVDErfv5O4Ow4V { color:rgba(var(--color-primary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:40.030517578125rem;left:39.53125rem;height:11.1181875rem;display:block; }#G7nvvofkMaEHHvaEcZbVDErfv5O4Ow4V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G7nvvofkMaEHHvaEcZbVDErfv5O4Ow4V li:before{  }
#CK5b0EBZImhvsEM55696T3RT8IW9XXUp { box-sizing:content-box;height:36.25rem;width:17.1875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:17.3125rem;left:57.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;display:block; }
#EExca2LUro9gC3EfISp5Iw2ZSJmfGhD5 { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.1875rem;width:17.1875rem;top:17.3125rem;left:57.0625rem;overflow:hidden;display:block; }
#ILLCDDrUpkvHNJZIse20t8SZ1KgITKMZ { color:rgba(var(--color-primary-4),1);display:block;width:15.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:40.186767578125rem;left:58.092041015625rem;height:11.1181875rem;display:block; }#ILLCDDrUpkvHNJZIse20t8SZ1KgITKMZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ILLCDDrUpkvHNJZIse20t8SZ1KgITKMZ li:before{  }
#ZSQ10w7rSk0GFvWbCGAERMUXHg5RnBIV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.43701171875rem;left:59.6240234375rem;height:1.7858875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vc0ku7R2TE2KnSmBnGbdc3TDbtgQ3JDo { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.875rem;left:0rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iFHwDOaJZvT2kSu1ccRtWnwq2l5tuD9B { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.75rem;height:3.75rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:58rem;left:26.125rem;display:block; }
#UOMWToCL1heyXtrTseEpMxnLLExiG8E6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fae2e003-cad6-42d1-b369-e4f9ed50f405/DVF5000GEN2interior2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI.adaptive-delivery-prevent-bg, #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI.lazyload, #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI.lazyloading { background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { background-color: transparent; background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.8); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .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); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { border-width: 0; border-radius: 0; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:39.125rem;left:44.125rem;display:block; }
#D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.5625rem;left:0rem;height:5.99609375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:15.25rem;left:2.375rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b1ace246ee2f2f8a6cad6f66573e4319ee0aaea.svg); }
#WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:30rem;left:0rem;height:5.9961rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:39.0625rem;left:1rem;height:5.9961rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2.634765625rem;left:0rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IkJsrRqikXvotIsJWRxSSXhal4vPRTrr { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:27.125rem;left:2.0625rem;height:;text-align:left;text-align-last:left;display:block; }#IkJsrRqikXvotIsJWRxSSXhal4vPRTrr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IkJsrRqikXvotIsJWRxSSXhal4vPRTrr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b01380c5123f1fe22df60e8d1a5b69a4dc987d22.svg); }
#Tw01U9XtimBbqfkSi8SC8WyaWFQRiy6b { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:36.875rem;left:2.8125rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#Tw01U9XtimBbqfkSi8SC8WyaWFQRiy6b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tw01U9XtimBbqfkSi8SC8WyaWFQRiy6b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e74afedf2c3ab5fcbd866cb1e30a3045e663ec9.svg); }
#v4d7QSJ9RVWshMEcs09rwamPOxtJdyXt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.625rem;width:36.75rem;top:15.25rem;left:38.25rem;display:block; }
#UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d7912e79-07a2-4bfd-9fda-a70c731d4953/top2.svg");background-position:center !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:none; }#UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu.adaptive-delivery-prevent-bg, #UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu.lazyload, #UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu.lazyloading { background-image: none; }#UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu > .row .container { border-width: 0; border-radius: 0; }#UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:none; }#U6IVhBGBqKwTuuGwrtSKQXfsVZVyDdhh { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.912109375rem;left:0rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NUwaM0tHaWacf9DTTmQmpgdyygOLUnBe { color:rgba(var(--color-primary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:14.287109375rem;left:10.46875rem;height:5.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f { position:relative;display:none; }#B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f { border-width: 0; border-radius: 0; }#B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#TWFc09Xccpl9LyTMKuFCMW7qEq9gwchX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:2.5;letter-spacing:0;top:0rem;left:6.25rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKduKh5Irg4EhTN7NoABuJzpKqJyX54c { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#gXJrQ5kJxNQe0kc6pDtp4P6qB41uTDWM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7490234375rem;left:31.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#SONumS17xaC6ouZcEqNvUIIwPgN2WhXr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:2.5;letter-spacing:0;top:0rem;left:31.25rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moiQcInIlWdAlM80dVPWfJ60vEHVtKtA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.7490234375rem;left:55.59375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#MaBpTgEQ5apW6HmNNupoDheg6ML8Ithx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:2.5;letter-spacing:0;top:0rem;left:55.28125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IemiIXLTcWfC13BIgezDglbETpafTPaH { position:absolute;display:block;z-index:14986;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:11.375rem;width:17.1875rem;top:5.921875rem;left:53.90625rem;overflow:hidden;display:block; }
#TVTqFqrw3aQFiybh1vd3bGXBm6vDQaGo { position:absolute;display:block;z-index:14987;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:11.375rem;width:17.0625rem;top:5.921875rem;left:28.90625rem;overflow:hidden;display:block; }
#Lm2x71cVfBpCNIibhq2liXHsFL02lmJH { position:absolute;display:block;z-index:14988;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:11.375rem;width:17.0625rem;top:5.921875rem;left:3.90625rem;overflow:hidden;display:block; }
#eF5F4yV5zuzHrMWoLReTZwQPll6CK4LW { box-sizing:content-box;height:2.875rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/b37442ca-99f3-4d6b-abac-fbc352b82967/top4.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:3.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#eF5F4yV5zuzHrMWoLReTZwQPll6CK4LW.adaptive-delivery-prevent-bg, #eF5F4yV5zuzHrMWoLReTZwQPll6CK4LW.lazyload, #eF5F4yV5zuzHrMWoLReTZwQPll6CK4LW.lazyloading { background-image: none; }
#qQURXeRK5udohFK172uTsEeRVb3ozNNc { box-sizing:content-box;height:15.8125rem;width:21.875rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;top:1.28125rem;left:1.4375rem;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#g1cda9hhDTb2FhgxxfUarv3XhFa2t1hW { box-sizing:content-box;height:15.8125rem;width:21.875rem;position:absolute;display:block;z-index:14987;background-color:transparent;background-image:none;top:1.28125rem;left:26.4375rem;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ixqqXAUuMhy7dPlrd5M9qsEUWwcaErtc { box-sizing:content-box;height:2.875rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/9be83708-5ef2-409e-bf97-1f97c86ddbee/top3.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:28.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#ixqqXAUuMhy7dPlrd5M9qsEUWwcaErtc.adaptive-delivery-prevent-bg, #ixqqXAUuMhy7dPlrd5M9qsEUWwcaErtc.lazyload, #ixqqXAUuMhy7dPlrd5M9qsEUWwcaErtc.lazyloading { background-image: none; }
#K9e8Sw0trQINCowphZ8tx9gfMfxqnAKc { box-sizing:content-box;height:15.8125rem;width:21.875rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;top:1.28125rem;left:51.4375rem;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#cO0NQqcaFEZJQAHNKtP4gMrh7dmAey94 { box-sizing:content-box;height:2.875rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/d7912e79-07a2-4bfd-9fda-a70c731d4953/top2.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:53.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#cO0NQqcaFEZJQAHNKtP4gMrh7dmAey94.adaptive-delivery-prevent-bg, #cO0NQqcaFEZJQAHNKtP4gMrh7dmAey94.lazyload, #cO0NQqcaFEZJQAHNKtP4gMrh7dmAey94.lazyloading { background-image: none; }
#UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw { position:relative;display:none; }#UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw { border-width: 0; border-radius: 0; }#UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v7UJx7KtKuKOnc3f2eJwXlgeTUb9HJNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:2.5;letter-spacing:0;top:0rem;left:4.78125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrfhNgko1t3L3iVpWMGaioKRfTgSXToy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:6.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#IHxEwmy6zsJmVDa1p0UTAKSnSxPmS0C6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:31.25rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#AhTG7MQuyITw9NZID67nc2FyeWuh6hLw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:2.5;letter-spacing:0;top:0rem;left:31.25rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ScTGn9uL0TKolJyKTNNvOxDCwrrsWeJb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:55.84375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#BbLuTbPivf0fGT2AtpfsLQkPHQsUr65T { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:2.5;letter-spacing:0;top:0rem;left:55.28125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6RxqUp3RZiReBRy3BzgurybZDigBRHD { position:absolute;display:block;z-index:14997;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:11.375rem;width:17.0625rem;top:5.921875rem;left:3.90625rem;overflow:hidden;display:block; }
#fNTW4i8MgTMMOPXSOAn7c1KhFKy4GhS4 { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:17.0625rem;top:5.921875rem;left:28.90625rem;overflow:hidden;display:block; }
#nDiu0toJR58tuRZotiFTAIBDB4TeaHTl { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:17.0625rem;top:5.921875rem;left:54.3125rem;overflow:hidden;display:block; }
#vyCrfO5ohRF6u4NstikX6VaKJTMHbfi9 { box-sizing:content-box;height:2.875rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/5117b47c-838f-44d3-a1e8-fe00db2a3679/top1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:3.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#vyCrfO5ohRF6u4NstikX6VaKJTMHbfi9.adaptive-delivery-prevent-bg, #vyCrfO5ohRF6u4NstikX6VaKJTMHbfi9.lazyload, #vyCrfO5ohRF6u4NstikX6VaKJTMHbfi9.lazyloading { background-image: none; }
#EDuZKzki5NhbGpZAztuvTzaO5k2ML1w6 { box-sizing:content-box;height:15.8125rem;width:21.875rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:1.40625rem;left:1.4375rem;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#UnowFGA7E6BKvEQy2aWh0B4coFIb4lwJ { box-sizing:content-box;height:15.8125rem;width:21.875rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image:none;top:1.40625rem;left:26.4375rem;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#RmVXzh1DCdFFaSPEfAeeydkBAb55zA7Q { box-sizing:content-box;height:2.875rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/53d64ebb-58e9-4968-975b-394d771d1cae/bottom3.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:28.125rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#RmVXzh1DCdFFaSPEfAeeydkBAb55zA7Q.adaptive-delivery-prevent-bg, #RmVXzh1DCdFFaSPEfAeeydkBAb55zA7Q.lazyload, #RmVXzh1DCdFFaSPEfAeeydkBAb55zA7Q.lazyloading { background-image: none; }
#JsSRGJ2VawDfI6QVlaHMqCreoCq7T2ZZ { box-sizing:content-box;height:2.875rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/c74d7bb7-0fff-4344-ba6a-c0ea0c6ee0b0/bottom2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:53.46875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }#JsSRGJ2VawDfI6QVlaHMqCreoCq7T2ZZ.adaptive-delivery-prevent-bg, #JsSRGJ2VawDfI6QVlaHMqCreoCq7T2ZZ.lazyload, #JsSRGJ2VawDfI6QVlaHMqCreoCq7T2ZZ.lazyloading { background-image: none; }
#FOXNwvmqvRaDc36i0xeUnEEIxdlR03SM { box-sizing:content-box;height:15.8125rem;width:21.875rem;position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;top:1.40625rem;left:51.78125rem;border-top:0.125rem solid #7c848c;border-left:0.125rem solid #7c848c;border-right:0.125rem solid #7c848c;border-bottom:0.125rem solid #7c848c;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#nedlDrUTImikSNapuTENVZRZrHHhM8kp { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9be83708-5ef2-409e-bf97-1f97c86ddbee/top3.svg");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; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp.adaptive-delivery-prevent-bg, #nedlDrUTImikSNapuTENVZRZrHHhM8kp.lazyload, #nedlDrUTImikSNapuTENVZRZrHHhM8kp.lazyloading { background-image: none; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row .container { background-color: transparent; background-image: none; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row .container > .video-iframe-container { display: none; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row > .video-iframe-container { display: none; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .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); }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row .container { border-width: 0; border-radius: 0; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:123.25rem;width:75rem;overflow:visible;position:relative;display:block; }#EvLKxyqGa3BbDR8cIhdsoIK7oGk2KouD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.375rem;width:24.375rem;top:19.8125rem;left:0rem;overflow:hidden;display:block; }
#I9Q2IspRgV52xlVEJUNLcQLGzyWNGsiX { color:#404d64;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:27.25rem;left:27rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rEI8XTxNkTXnIdt3BzKmU0rzlAkhkEUr { color:#404d64;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:27.25rem;left:41.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fu1I5aJiqbMMVzJJecTMiHmzvyAOgoWe { box-sizing:content-box;height:22.0625rem;width:57.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:21.125rem;left:17.0625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#saThnfF7fFRE8XWubaOZoDG1P3teUNSy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23rem;left:28.375rem;height:1.86889375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o96MHxyIWZr5WSpWT2nNgN2MHhnl8RTW { box-sizing:content-box;height:3.125rem;width:11.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:22.375rem;left:26.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kw2pDhLRG6vNqBqLTOTlA8TrlLabpd1N { box-sizing:content-box;height:3.125rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:22.375rem;left:40.1875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I3qPUnEfHgoobGTnvOzQW0PLihTfXM8n { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23rem;left:41.9375rem;height:1.86889375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gLmFgnFf7KvVio5uLyHlfhuGW0dflaTA { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.911376953125rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V82FJnO5KFO1mmKaT3LWei8prreleznK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.437rem;height:4.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:49.061279296875rem;left:22.281494140625rem;display:block; }
#HRkCPU1IqOc1DRfgmRmHzhMVZcdK2Jqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zK9yXLxdMoGt8AnsQuUdUGGedyP1vTU5 { color:rgba(var(--color-primary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:8.69140625rem;left:14.6240234375rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oMG8642MvKg67Ik5rV1tVidDPVSnmbIK { color:#404d64;display:block;width:43.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:13.441162109375rem;left:12.93701171875rem;height:3.3764625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qxXLr08QD6m2ngFED6CQP9m2CZtvlN8w { color:#404d64;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:29.5rem;left:27rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kJKuDcv8SGmnqE7XDMdsAL1mOeCmN2AN { color:#404d64;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:29.5rem;left:41.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pXybpzf1u7llbkLCHT9WSwUc3g34VdOy { color:#404d64;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:31.5625rem;left:27rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yAT7JdO1NN7cL10a5OXFx1xktsn5gv88 { color:#404d64;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:31.5625rem;left:41.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JkXPyPVKwg9dH7TnSsbwi93Z5SaNiDMs { color:#404d64;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:33.5625rem;left:27rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sB1R9IwTiXaTJnQUTHvSZyuPe3zCk4xG { color:#404d64;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:33.5625rem;left:41.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Xdhs68LLHnhImCqlaIUMn1D2JlciECpw { color:#404d64;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:35.8125rem;left:27rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uyt324FZhSI5p3mCScKGRom4O2bLdXTF { color:#404d64;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:35.8125rem;left:41.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dAR6cBaJ6wlAcDuy7dW3VOJBrzgRpbRi { color:#404d64;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:37.875rem;left:27rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t4bq0GqqcWbU5hoVNMzMOkfpChlJocDH { color:#404d64;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:37.875rem;left:41.6875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#crAEv89udptUUUMoOtaRMa8GUaM4FwXD { color:#404d64;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:39.9375rem;left:27rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f3AIBTpJWmVbZKrVZDHuEdcHF4FJXgEx { color:#404d64;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:39.9375rem;left:41.6875rem;height:1.499025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gNEkxvpxDTvROG9xGAxbQPkqCiwTQM3l { position:absolute;display:block;z-index:15037;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:29.812rem;width:57.24975rem;top:69.99755859375rem;left:8.87451171875rem;overflow:hidden;display:block; }
#IQvTESgDDcDMdyLleTqW0FDZNV81siuE { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:59.185791015625rem;left:0rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qLygMt214Ca5o09ToAePG7J5EK5x2Dbo { color:rgba(var(--color-primary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:103.18603515625rem;left:15rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hyIWOIbEaJQIFSL0SK8GwTd7znSqFZB0 { color:#404d64;display:block;width:60.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:108.25rem;left:7.0625rem;height:11.81761875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69825ffa-2733-4736-bc2c-00717852a375/DVF5000GEN2interior.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi.adaptive-delivery-prevent-bg, #ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi.lazyload, #ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi.lazyloading { background-image: none; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row .container { background-color: transparent; background-image: none; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,8,8,0.8); }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row .container > .video-iframe-container { display: none; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,8,8,0.8); }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row > .video-iframe-container { display: none; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .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); }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row .container { border-width: 0; border-radius: 0; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:16.875rem;left:3.155517578125rem;height:6.1853rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28rem;left:4.6875rem;display:block; }
#KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sT1eqfBNHWIXBAUkl59P0NvXKmQLzNxA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.6875rem;width:44.5rem;top:7.625rem;left:37.4375rem;overflow:hidden;display:block; }
#Vcrungfitv3ET4zte4D0MdV0flbhLLTP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d7912e79-07a2-4bfd-9fda-a70c731d4953/top2.svg");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:none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP.adaptive-delivery-prevent-bg, #Vcrungfitv3ET4zte4D0MdV0flbhLLTP.lazyload, #Vcrungfitv3ET4zte4D0MdV0flbhLLTP.lazyloading { background-image: none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { border-width: 0; border-radius: 0; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:62.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#eDqlcewnmlsTNu3XVl6laJ2is1duOW0t { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:14.3994375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DChgGP7ruxWH1QDQFUhbFOtbCagQEyQl { color:rgba(var(--color-primary-4),1);display:block;width:70.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:17.76171875rem;left:2.28125rem;height:8.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KUhsuNb6LAqNN94zpW2eTBiv2DI1wSiv { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:28.6875rem;left:0.5625rem;overflow:hidden;display:block; }
#M67TWaTIXxpEZwDf7thScu6WH0rBBPS5 { box-sizing:content-box;height:23.75rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.6875rem;left:0.5625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#q3EEqs17pRIUVgJBMLITAfNlag4x3KBg { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:28.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#C1HvrnHxxGy1AkGUfqdKmBH3bCFKIK2O { box-sizing:content-box;height:23.75rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.6875rem;left:38.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#p7FwAW5BolaTCGnTDAAPBghSJOfB2k8Z { box-sizing:content-box;height:23.75rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.6875rem;left:19.375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#qkucDHcBuJMdbISwDmDpMXB2KSgO7gGg { position:absolute;display:block;z-index:15009;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:28.6875rem;left:19.375rem;overflow:hidden;display:block; }
#SvxrHstFhbGkzgh0T08WeBNTTxJWVRtw { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:2.8;letter-spacing:0;top:46.3125rem;left:0.625rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ftNi1rPd2W26Mo8JEBiUuI5S3sLiKPtL { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:2.8;letter-spacing:0;top:46.3125rem;left:38.125rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gF5yE2xoQ84iQwocVCXXu0Jadwh8pTgV { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:2.8;letter-spacing:0;top:46.3125rem;left:19.4375rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LSR0CC8RkIMBAWowFmoxi6LXDC759dmf { box-sizing:content-box;height:23.75rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:28.8125rem;left:56.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);display:block; }
#nXc7xWSnkDCRyn0yMkvV3GZMP6nDqyzN { position:absolute;display:block;z-index:15010;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:28.6875rem;left:56.8125rem;overflow:hidden;display:block; }
#dxbglxLSOVrhfWUrF9Meb8HtIf7IfFJw { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15010;line-height:2.8;letter-spacing:0;top:46.3125rem;left:56.875rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QN5WfwJFloAPXfIrmwc3JRLcNcP8VmLd { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:50.75rem;left:5.28125rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rMdt3RdBTKTo8RcI7oNLk1BhWcPnu5TP { box-sizing:content-box;height:2rem;width:9.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.75rem;left:4.875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sZyn7qCEvNTDmRlvxoEVgbTEvIHh9o58 { box-sizing:content-box;height:2rem;width:10.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.75rem;left:41.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gGq6CNM0naSzBHqiMFzoaP62vV9qKzRC { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:50.75rem;left:44.25rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aCFbV76Ne82IXVsLru1rz3LXZviSeWXy { box-sizing:content-box;height:2rem;width:10.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.75rem;left:23.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Si0vKRvHCwQCT4vuv1PQ4wEPSDnJQkhL { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:2;letter-spacing:0;top:50.75rem;left:24.3125rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aEdK5xTZtPN0fx73E9Ac7zwSAkFmyu0f { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:2;letter-spacing:0;top:50.75rem;left:61.71875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RmCpEQQrsGDIXTBcMiT0Doh3v06XpWPp { box-sizing:content-box;height:2rem;width:10.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.75rem;left:60.5625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb755cb2-c125-4195-83f8-5233ccdac0b4/whiteobjectwithbluebackgroundwithreflectionlightit.jpg");background-position:center !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:none; }#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr.adaptive-delivery-prevent-bg, #mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr.lazyload, #mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr.lazyloading { background-image: none; }#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr > .row .container { border-width: 0; border-radius: 0; }#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#kgq9J4T4L2lSw9DIB6CzyZECTl3pgm7p { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:1.06640625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tTVSRRU5C2A4hp01C2ldDSlUTFUrVzWI { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:6.3880195617675rem;left:4.71875rem;height:4.2016625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c5Q35KSzo7kg5E0RSiJr3CHGnVLeSEKT { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.457038879394rem;left:23.4375rem;display:block; }
#haOA8JERGNmsB1PQuDsmkgKMOk9prd6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqQWHUAhrK85xkvtia5qQ1XTdp2Dns32 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:54.6875rem;top:10.4296875rem;left:10.15625rem;overflow:hidden;display:block; }
#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1dba8021-560d-475b-b295-db87d69113b6/DVF5000AWCreflection2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU.adaptive-delivery-prevent-bg, #A5dDOPud18IRdAlbpMTklRoQKT6JUCPU.lazyload, #A5dDOPud18IRdAlbpMTklRoQKT6JUCPU.lazyloading { background-image: none; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row .container { background-color: transparent; background-image: none; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,72,0.8); }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row .container > .video-iframe-container { display: none; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,72,0.8); }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row > .video-iframe-container { display: none; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .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); }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row .container { border-width: 0; border-radius: 0; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:69.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-form-header {  }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:35.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:35.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-textarea { background-color:#ffffff;background-image:none;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;width:35.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:35.875rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-button { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:35.875rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:34.625rem;overflow:hidden;font-style:normal;float:none; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .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; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-container:first-of-type{padding-top:0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-container:last-of-type{padding-bottom:0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3  { background-color:rgba(121,163,220,0.37);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:18.311767578125rem;top:20.496826171875rem;z-index:15008;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.875rem;display:block;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 {display:block;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 { background-color:rgba(121,163,220,0.37);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:18.311767578125rem;top:20.496826171875rem;z-index:15008;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #RinubNNXpr4GZK8bkdaKRFzKyHgCCVHL { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #F4tUuQDFZoHtAUQSXE1uwUK7kRQ5JFb1 { position:relative;display:none; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #TkvILtGhfFPH64MTNW2K2qCTHa6g0E0l { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #dB4gasd55CS7MXM11som7dMTqD8Bi3zp { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #KZWPforJMrXLXT8R6X3gZkIySQCzkG5f { position:relative;display:none; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #S1t4BbTObseI5O6KJ60VmJAWlwWBNObH { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #wOKVBwOyThHby7C4URXLS4rPgDLMTm43 { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #oPyVZQi6d9ZmrXeSeW1GN6b3o5ZqIuxM { position:relative;display:none; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #BGO4bDrRmiBNI4LrSiVXCTRt1BofQm8O { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #WTirkNXXGFzfSvTw6XR3eOCdCtx9HUwa { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #WqMH98IJJcyV9xgcrWgQNP0PlTp7ITWE { position:relative;display:none; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #Wfr3rKcD2o8mt3EEX1pJWOX8uHK6Jnov { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #zUACGwSWkkn2wLKVZWs0MpM101CzsKAZ { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #d2IERnW2J7taSiTvBM1VafzdTtag9fsa { position:relative;display:none; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #VwAitIETbkGWeR2QdKgeOnTqGTNIRoN5 { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #bIyODXGFqESgvNirBULebKFmhvhNf5LZ { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #pXG10K148xZlikF9i0mzZ9R9V2KwvaAe { position:relative;display:block; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #b37lwaX9TkyilxWqh9ubL6QsfVJrKa4x { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #uxF7PIg8bi45H0rbMIGLsnI2QocpHZTk { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #nA1ToH8RfepDuzLpKgZrD30oT4p0LiUG { position:relative;display:block; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #cCtplTvqT5ETPvVZDetNFRpHhQlo2AkR { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #fsqQT8HswTT9bKxsJ3pwEEmwul855fFT { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #tEn7MZSkvKTdQDyoN5acnRzLxdOsv5Q5 { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #MASWcUHQ7zwA2CISL3O6yt4G2TWBTTh3 { position:relative; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #bXlExWEaJLXKwqX3zWI60pFyrUWd3Ju9 { position:relative;z-index:2; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #ppWcnrDKKmEGdr7RKG7pqTBTW2tzZuGi { position:relative; }
#Zqf2dlcLHacViLt6cGQ95CPd7ErJ6WfP { color:rgba(var(--color-tertiary-0),1);display:block;width:71.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:2.380859375rem;left:1.84375rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DbNhBhATEIeDRazTnaodpnsdNfHgKwkI { color:rgba(var(--color-tertiary-0),1);display:block;width:70.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:10.260009765625rem;left:2.279052734375rem;height:7.69530625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s { border-top:0.625rem solid #0b50f2;border-left:0;border-right:0;border-bottom:0;background-color:#001230;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;z-index:auto;display:block; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container { background-color: transparent; background-image: none; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container > .video-iframe-container { display: none; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row > .video-iframe-container { display: none; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .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); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container { border-width: 0; border-radius: 0; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#qexk0q5gDowKQ1MlLwvylVLz9vx9szVd { 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:1.5625rem;width:12.5625rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#mRpfswOKOf9gT7avRszpVoyuguDL5pvA { color:#001230;display:block;width:3.0625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:26.3125rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D4cDtJkXXanlwK4KpNoTAewo9idDG7Xc { color:#001230;display:block;width:8.875rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:40.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#xcZiVaP8ZpiON6es9w658PL2htQIPUMZ { color:#001230;display:block;width:4.5625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:60.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP { display:block; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngQV7uxuZGGRBBF1RohcPysXJBu2AvDm { top:1.8125rem;left:0rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrM0Am4Nm362TubJnluIFnnyFmK3sFyT { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0T21o5wDZW1uDTd0bBGCsb6Zovt5pM { display:block; }
 }@media only screen and (max-width: 763px) { #kNGJ45Iw2uWpXcpU9TR4wBEBORKhlDS6 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrXllkOaLuu1arrVCGDZGBtwBbWZdJL6 { display:block; }
 }@media only screen and (max-width: 763px) { #fB68KO9vDNcnZTBH5VxcU7xiOrhUL8Pz { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1qiC3wGmDKGqVJmQOgPhektEEAeqmA { display:block; }
 }@media only screen and (max-width: 763px) { #TA8MQS7QW2xwOllgDwNstMqsbv8IWuM7 { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk8DIQlyqzpGJNN3RP3Mvg3dg8x8gqdq { display:block; }
 }@media only screen and (max-width: 763px) { #C72AS8qWghGrp5oI86ppP27pyF0Q4lhW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWoGFOVwIDcig6q2hdmfdaKtKWAbGITy { display:block; }
 }@media only screen and (max-width: 763px) { #DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL { display:block; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMUNgAappLKHl3ykZ8ROlgyBBPXa3i59 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afIs1lRBMBzMEpRIOnKbquheLnlUx4C5 { display:block; }
 }@media only screen and (max-width: 763px) { #atJsZpi31RagW6LfepgQSrDzZxsHk5hE { top:26.625rem;left:0rem;width:36.6875rem;height:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUMFDRK9yzmVdoLE7i6gnLLhIcMoHEgL { top:21.3125rem;left:0rem;width:37.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcE4NVnQNSvPTpsiZIHLMWrFBsfrkp7o { top:3.125rem;left:0rem;width:47.75rem;height:8rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wswd1N9EXFqTZ7XWZoihVECodNnT14WH { top:20.375rem;left:0rem;width:47.625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSGyXRff2fmHcSE5bF6SwZnRNlmHQJ8 { top:12.9375rem;left:1.625rem;width:46.125rem;height:49.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRa8cOewSEbk1x6s2x4S4aTZLirfbKw { top:18.5625rem;left:0rem;width:33.6875rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb { display:block; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPVuWwX2El4wvRAm2agyFGQPvzIKKdlm { top:17.3125rem;left:0rem;width:17.1875rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnw2WbPRgeJsudF8OvzBI1n0T4oTbfJH { top:40.125rem;left:0rem;width:15.8125rem;height:;font-size:1rem;display:block; }#Qnw2WbPRgeJsudF8OvzBI1n0T4oTbfJH li:before{  }
 }@media only screen and (max-width: 763px) { #ynbxFTP7Vi6SRXDu91KwaDJkDDhc2Kbg { top:35.4375rem;left:0rem;width:15.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPdr5yDDoIwrcqP7cwEaQJBGFfXf5k20 { top:17.3125rem;left:0rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVhHDT3NL2vURt6u8XHs6HwTTRfZIVu { top:17.3125rem;left:6.4375rem;width:17.1875rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGlIr2TgcmWXywUNOH0Ck1fA2n7Gd7Q { top:35.4375rem;left:10.75rem;width:16.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITvkzESsnC1XdTDn1nRVRCtrTdGNdUH { top:40.125rem;left:8.8125rem;width:15.0625rem;height:;font-size:1rem;display:block; }#PITvkzESsnC1XdTDn1nRVRCtrTdGNdUH li:before{  }
 }@media only screen and (max-width: 763px) { #NgZ4fNWPTJQmzamvClXSVnMZMJuKMBHs { top:17.3125rem;left:6.4375rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1sMav7eTSdM3kyrbPTF6XfOLOVQZaNo { top:17.3125rem;left:18.375rem;width:17.1875rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iICQLTAAmEfcLfN0zWgSNx5Gpu3yJAbT { top:17.3125rem;left:18.375rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVGixh4giDZSqK1vARGREPIeqKs2PNOf { top:35.4375rem;left:23.875rem;width:15.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7nvvofkMaEHHvaEcZbVDErfv5O4Ow4V { top:40rem;left:21.125rem;width:14.6875rem;height:;font-size:1rem;display:block; }#G7nvvofkMaEHHvaEcZbVDErfv5O4Ow4V li:before{  }
 }@media only screen and (max-width: 763px) { #CK5b0EBZImhvsEM55696T3RT8IW9XXUp { top:17.3125rem;left:30.3125rem;width:17.1875rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EExca2LUro9gC3EfISp5Iw2ZSJmfGhD5 { top:17.3125rem;left:30.3125rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILLCDDrUpkvHNJZIse20t8SZ1KgITKMZ { top:40.125rem;left:32.75rem;width:15rem;height:;font-size:1rem;display:block; }#ILLCDDrUpkvHNJZIse20t8SZ1KgITKMZ li:before{  }
 }@media only screen and (max-width: 763px) { #ZSQ10w7rSk0GFvWbCGAERMUXHg5RnBIV { top:35.375rem;left:35.75rem;width:11.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0ku7R2TE2KnSmBnGbdc3TDbtgQ3JDo { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFHwDOaJZvT2kSu1ccRtWnwq2l5tuD9B { width:22.6875rem;height:3.75rem;top:58rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOMWToCL1heyXtrTseEpMxnLLExiG8E6 { display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:25rem;height:4.375rem;top:39.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { top:18.5625rem;left:0rem;width:34.8125rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { top:15.25rem;left:0rem;width:33.5625rem;height:2.25rem;font-size:1.875rem;display:block; }#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b1ace246ee2f2f8a6cad6f66573e4319ee0aaea.svg); }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { top:30rem;left:0rem;width:34.25rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { top:39.0625rem;left:0rem;width:33.875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkJsrRqikXvotIsJWRxSSXhal4vPRTrr { top:27.125rem;left:0rem;width:29.75rem;height:;font-size:1.875rem;display:block; }#IkJsrRqikXvotIsJWRxSSXhal4vPRTrr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b01380c5123f1fe22df60e8d1a5b69a4dc987d22.svg); }
 }@media only screen and (max-width: 763px) { #Tw01U9XtimBbqfkSi8SC8WyaWFQRiy6b { top:36.875rem;left:0rem;width:29.75rem;height:;font-size:1.875rem;display:block; }#Tw01U9XtimBbqfkSi8SC8WyaWFQRiy6b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e74afedf2c3ab5fcbd866cb1e30a3045e663ec9.svg); }
 }@media only screen and (max-width: 763px) { #v4d7QSJ9RVWshMEcs09rwamPOxtJdyXt { top:15.25rem;left:11rem;width:36.6875rem;height:20.590343680483rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu { display:block; }#UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6IVhBGBqKwTuuGwrtSKQXfsVZVyDdhh { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUwaM0tHaWacf9DTTmQmpgdyygOLUnBe { top:14.25rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f { display:block; }#B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWFc09Xccpl9LyTMKuFCMW7qEq9gwchX { top:0rem;left:1.6875rem;width:12.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKduKh5Irg4EhTN7NoABuJzpKqJyX54c { top:3.75rem;left:1.6875rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJrQ5kJxNQe0kc6pDtp4P6qB41uTDWM { top:3.6875rem;left:17.5625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SONumS17xaC6ouZcEqNvUIIwPgN2WhXr { top:0rem;left:17.5625rem;width:12.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moiQcInIlWdAlM80dVPWfJ60vEHVtKtA { top:3.6875rem;left:32.78125rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBpTgEQ5apW6HmNNupoDheg6ML8Ithx { top:0rem;left:32.46875rem;width:14.4375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IemiIXLTcWfC13BIgezDglbETpafTPaH { top:5.875rem;left:30.4375rem;width:17.1875rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTqFqrw3aQFiybh1vd3bGXBm6vDQaGo { top:5.875rem;left:14.5625rem;width:17.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm2x71cVfBpCNIibhq2liXHsFL02lmJH { top:5.875rem;left:0rem;width:17.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF5F4yV5zuzHrMWoLReTZwQPll6CK4LW { top:0rem;left:0rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQURXeRK5udohFK172uTsEeRVb3ozNNc { top:1.25rem;left:0rem;width:21.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1cda9hhDTb2FhgxxfUarv3XhFa2t1hW { top:1.25rem;left:9.625rem;width:21.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixqqXAUuMhy7dPlrd5M9qsEUWwcaErtc { top:0rem;left:13rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9e8Sw0trQINCowphZ8tx9gfMfxqnAKc { top:1.25rem;left:25.5rem;width:21.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0NQqcaFEZJQAHNKtP4gMrh7dmAey94 { top:0rem;left:28.875rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw { display:block; }#UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7UJx7KtKuKOnc3f2eJwXlgeTUb9HJNZ { top:0rem;left:0.21875rem;width:15.4375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrfhNgko1t3L3iVpWMGaioKRfTgSXToy { top:3.8125rem;left:1.6875rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHxEwmy6zsJmVDa1p0UTAKSnSxPmS0C6 { top:3.75rem;left:17.5625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTG7MQuyITw9NZID67nc2FyeWuh6hLw { top:0rem;left:17.5625rem;width:12.5rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTGn9uL0TKolJyKTNNvOxDCwrrsWeJb { top:3.75rem;left:33.03125rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbLuTbPivf0fGT2AtpfsLQkPHQsUr65T { top:0rem;left:32.46875rem;width:14.4375rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6RxqUp3RZiReBRy3BzgurybZDigBRHD { top:5.875rem;left:0rem;width:17.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTW4i8MgTMMOPXSOAn7c1KhFKy4GhS4 { top:5.875rem;left:14.5625rem;width:17.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDiu0toJR58tuRZotiFTAIBDB4TeaHTl { top:5.875rem;left:30.4375rem;width:17.0625rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyCrfO5ohRF6u4NstikX6VaKJTMHbfi9 { top:0rem;left:0rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDuZKzki5NhbGpZAztuvTzaO5k2ML1w6 { top:1.375rem;left:0rem;width:21.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnowFGA7E6BKvEQy2aWh0B4coFIb4lwJ { top:1.375rem;left:9.625rem;width:21.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmVXzh1DCdFFaSPEfAeeydkBAb55zA7Q { top:0rem;left:13rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsSRGJ2VawDfI6QVlaHMqCreoCq7T2ZZ { top:0rem;left:28.875rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOXNwvmqvRaDc36i0xeUnEEIxdlR03SM { top:1.375rem;left:25.5rem;width:21.875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nedlDrUTImikSNapuTENVZRZrHHhM8kp { display:none; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EvLKxyqGa3BbDR8cIhdsoIK7oGk2KouD { top:19.8125rem;left:0rem;width:24.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Q2IspRgV52xlVEJUNLcQLGzyWNGsiX { top:27.25rem;left:13.375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEI8XTxNkTXnIdt3BzKmU0rzlAkhkEUr { top:27.25rem;left:14.4375rem;width:33.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu1I5aJiqbMMVzJJecTMiHmzvyAOgoWe { top:21.125rem;left:0rem;width:47.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saThnfF7fFRE8XWubaOZoDG1P3teUNSy { top:23rem;left:14.75rem;width:8rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o96MHxyIWZr5WSpWT2nNgN2MHhnl8RTW { top:22.375rem;left:13.25rem;width:11rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw2pDhLRG6vNqBqLTOTlA8TrlLabpd1N { top:22.375rem;left:26.5625rem;width:20rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3qPUnEfHgoobGTnvOzQW0PLihTfXM8n { top:23rem;left:28.3125rem;width:16.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLmFgnFf7KvVio5uLyHlfhuGW0dflaTA { top:2.875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #V82FJnO5KFO1mmKaT3LWei8prreleznK { width:30.375rem;height:4.375rem;top:49rem;left:8.656494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRkCPU1IqOc1DRfgmRmHzhMVZcdK2Jqg { display:block; }
 }@media only screen and (max-width: 763px) { #zK9yXLxdMoGt8AnsQuUdUGGedyP1vTU5 { top:8.6875rem;left:0.9990234375rem;width:40rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMG8642MvKg67Ik5rV1tVidDPVSnmbIK { top:13.4375rem;left:0rem;width:43.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxXLr08QD6m2ngFED6CQP9m2CZtvlN8w { top:29.5rem;left:13.375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJKuDcv8SGmnqE7XDMdsAL1mOeCmN2AN { top:29.5rem;left:14.4375rem;width:33.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXybpzf1u7llbkLCHT9WSwUc3g34VdOy { top:31.5625rem;left:13.375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAT7JdO1NN7cL10a5OXFx1xktsn5gv88 { top:31.5625rem;left:14.4375rem;width:33.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkXPyPVKwg9dH7TnSsbwi93Z5SaNiDMs { top:33.5625rem;left:13.375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB1R9IwTiXaTJnQUTHvSZyuPe3zCk4xG { top:33.5625rem;left:14.4375rem;width:33.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdhs68LLHnhImCqlaIUMn1D2JlciECpw { top:35.8125rem;left:13.375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyt324FZhSI5p3mCScKGRom4O2bLdXTF { top:35.8125rem;left:14.4375rem;width:33.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAR6cBaJ6wlAcDuy7dW3VOJBrzgRpbRi { top:37.875rem;left:13.375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4bq0GqqcWbU5hoVNMzMOkfpChlJocDH { top:37.875rem;left:14.4375rem;width:33.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crAEv89udptUUUMoOtaRMa8GUaM4FwXD { top:39.9375rem;left:13.375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3AIBTpJWmVbZKrVZDHuEdcHF4FJXgEx { top:39.9375rem;left:14.4375rem;width:33.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNEkxvpxDTvROG9xGAxbQPkqCiwTQM3l { top:69.9375rem;left:0rem;width:47.75rem;height:24.865139149079rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQvTESgDDcDMdyLleTqW0FDZNV81siuE { top:59.125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLygMt214Ca5o09ToAePG7J5EK5x2Dbo { top:103.125rem;left:1.375rem;width:45rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyIWOIbEaJQIFSL0SK8GwTd7znSqFZB0 { top:108.25rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi { display:block; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { top:4.125rem;left:0rem;width:37.5rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { top:16.875rem;left:0rem;width:31.125rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:28.125rem;height:4.375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #sT1eqfBNHWIXBAUkl59P0NvXKmQLzNxA { top:7.625rem;left:0rem;width:44.5rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDqlcewnmlsTNu3XVl6laJ2is1duOW0t { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DChgGP7ruxWH1QDQFUhbFOtbCagQEyQl { top:17.75rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUhsuNb6LAqNN94zpW2eTBiv2DI1wSiv { top:28.6875rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M67TWaTIXxpEZwDf7thScu6WH0rBBPS5 { top:28.6875rem;left:0rem;width:17.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3EEqs17pRIUVgJBMLITAfNlag4x3KBg { top:28.6875rem;left:24.4375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1HvrnHxxGy1AkGUfqdKmBH3bCFKIK2O { top:28.6875rem;left:24.4375rem;width:17.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FwAW5BolaTCGnTDAAPBghSJOfB2k8Z { top:28.6875rem;left:5.75rem;width:17.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkucDHcBuJMdbISwDmDpMXB2KSgO7gGg { top:28.6875rem;left:5.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvxrHstFhbGkzgh0T08WeBNTTxJWVRtw { top:46.3125rem;left:0rem;width:17.5625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftNi1rPd2W26Mo8JEBiUuI5S3sLiKPtL { top:46.3125rem;left:24.5rem;width:17.5625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF5yE2xoQ84iQwocVCXXu0Jadwh8pTgV { top:46.3125rem;left:5.8125rem;width:17.5625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSR0CC8RkIMBAWowFmoxi6LXDC759dmf { top:28.8125rem;left:30rem;width:17.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXc7xWSnkDCRyn0yMkvV3GZMP6nDqyzN { top:28.6875rem;left:30rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxbglxLSOVrhfWUrF9Meb8HtIf7IfFJw { top:46.3125rem;left:30.1875rem;width:17.5625rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN5WfwJFloAPXfIrmwc3JRLcNcP8VmLd { top:50.75rem;left:0rem;width:8.3125rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMdt3RdBTKTo8RcI7oNLk1BhWcPnu5TP { top:50.75rem;left:0rem;width:9.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZyn7qCEvNTDmRlvxoEVgbTEvIHh9o58 { top:50.75rem;left:28.1875rem;width:10.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGq6CNM0naSzBHqiMFzoaP62vV9qKzRC { top:50.75rem;left:30.625rem;width:5.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCFbV76Ne82IXVsLru1rz3LXZviSeWXy { top:50.75rem;left:9.5rem;width:10.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si0vKRvHCwQCT4vuv1PQ4wEPSDnJQkhL { top:50.75rem;left:10.6875rem;width:7.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEdK5xTZtPN0fx73E9Ac7zwSAkFmyu0f { top:50.75rem;left:39.8125rem;width:7.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmCpEQQrsGDIXTBcMiT0Doh3v06XpWPp { top:50.75rem;left:37.5rem;width:10.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr { display:block; }#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgq9J4T4L2lSw9DIB6CzyZECTl3pgm7p { top:1.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVSRRU5C2A4hp01C2ldDSlUTFUrVzWI { top:6.375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5Q35KSzo7kg5E0RSiJr3CHGnVLeSEKT { width:28.125rem;height:4.375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haOA8JERGNmsB1PQuDsmkgKMOk9prd6q { display:block; }
 }@media only screen and (max-width: 763px) { #CqQWHUAhrK85xkvtia5qQ1XTdp2Dns32 { top:10.375rem;left:0rem;width:47.75rem;height:17.899428571429rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5dDOPud18IRdAlbpMTklRoQKT6JUCPU { display:block; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-regular-label { display:block;width:35.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-text { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-textarea { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-select { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-button { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-checkbox-label { width:34.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3  { width:35.875rem;height:auto;top:20.4375rem;left:4.686767578125rem; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .radio-container { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 {display:block;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 { width:35.875rem;height:auto;top:20.4375rem;left:4.686767578125rem; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #RinubNNXpr4GZK8bkdaKRFzKyHgCCVHL {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #F4tUuQDFZoHtAUQSXE1uwUK7kRQ5JFb1 { display:block; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #TkvILtGhfFPH64MTNW2K2qCTHa6g0E0l {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #dB4gasd55CS7MXM11som7dMTqD8Bi3zp {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #KZWPforJMrXLXT8R6X3gZkIySQCzkG5f { display:block; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #S1t4BbTObseI5O6KJ60VmJAWlwWBNObH {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #wOKVBwOyThHby7C4URXLS4rPgDLMTm43 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #oPyVZQi6d9ZmrXeSeW1GN6b3o5ZqIuxM { display:block; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #BGO4bDrRmiBNI4LrSiVXCTRt1BofQm8O {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #WTirkNXXGFzfSvTw6XR3eOCdCtx9HUwa {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #WqMH98IJJcyV9xgcrWgQNP0PlTp7ITWE { display:block; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #Wfr3rKcD2o8mt3EEX1pJWOX8uHK6Jnov {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #zUACGwSWkkn2wLKVZWs0MpM101CzsKAZ {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #d2IERnW2J7taSiTvBM1VafzdTtag9fsa { display:block; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #VwAitIETbkGWeR2QdKgeOnTqGTNIRoN5 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #bIyODXGFqESgvNirBULebKFmhvhNf5LZ {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #pXG10K148xZlikF9i0mzZ9R9V2KwvaAe {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #b37lwaX9TkyilxWqh9ubL6QsfVJrKa4x {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #uxF7PIg8bi45H0rbMIGLsnI2QocpHZTk {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #nA1ToH8RfepDuzLpKgZrD30oT4p0LiUG {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #cCtplTvqT5ETPvVZDetNFRpHhQlo2AkR {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #fsqQT8HswTT9bKxsJ3pwEEmwul855fFT {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #tEn7MZSkvKTdQDyoN5acnRzLxdOsv5Q5 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #MASWcUHQ7zwA2CISL3O6yt4G2TWBTTh3 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #bXlExWEaJLXKwqX3zWI60pFyrUWd3Ju9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #ppWcnrDKKmEGdr7RKG7pqTBTW2tzZuGi {  }
 }@media only screen and (max-width: 763px) { #Zqf2dlcLHacViLt6cGQ95CPd7ErJ6WfP { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbNhBhATEIeDRazTnaodpnsdNfHgKwkI { top:10.25rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzkV7utvs5E44EkhR4xo81qHK9bGDe9s { display:block; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qexk0q5gDowKQ1MlLwvylVLz9vx9szVd { top:2rem;left:0rem;width:12.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRpfswOKOf9gT7avRszpVoyuguDL5pvA { top:2.0625rem;left:12.6875rem;width:3.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4cDtJkXXanlwK4KpNoTAewo9idDG7Xc { top:2.0625rem;left:27rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZiVaP8ZpiON6es9w658PL2htQIPUMZ { top:2.0625rem;left:43.1875rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #0b50f2;display:block; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container { background-color: transparent; background-image: none; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container > .video-iframe-container { display: none; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row > .video-iframe-container { display: none; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .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); }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container { border-width: 0; border-radius: 0; }#wLub5XakcdgfLsfkD7bMJvFDqVaaeNwP > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngQV7uxuZGGRBBF1RohcPysXJBu2AvDm { width:13.875rem;height:1.5625rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrM0Am4Nm362TubJnluIFnnyFmK3sFyT { width:4.6875rem;height:2.1875rem;top:0.7880859375rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA0T21o5wDZW1uDTd0bBGCsb6Zovt5pM { display:block; }
 }@media only screen and (max-width: 763px) { #kNGJ45Iw2uWpXcpU9TR4wBEBORKhlDS6 { width:8.125rem;height:3.75rem;top:1.9375rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrXllkOaLuu1arrVCGDZGBtwBbWZdJL6 { display:block; }
 }@media only screen and (max-width: 763px) { #fB68KO9vDNcnZTBH5VxcU7xiOrhUL8Pz { width:8.125rem;height:3.75rem;top:1.9375rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pE1qiC3wGmDKGqVJmQOgPhektEEAeqmA { display:block; }
 }@media only screen and (max-width: 763px) { #TA8MQS7QW2xwOllgDwNstMqsbv8IWuM7 { width:8.125rem;height:3.75rem;top:1.9375rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dk8DIQlyqzpGJNN3RP3Mvg3dg8x8gqdq { display:block; }
 }@media only screen and (max-width: 763px) { #C72AS8qWghGrp5oI86ppP27pyF0Q4lhW { width:16.875rem;height:3.125rem;top:5.21875rem;left:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWoGFOVwIDcig6q2hdmfdaKtKWAbGITy { display:block; }
 }@media only screen and (max-width: 763px) { #DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9a7f569a-fa55-47ad-a304-3834bf7f2117/mobiledisplay6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL.adaptive-delivery-prevent-bg, #DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL.lazyload, #DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL.lazyloading { background-image: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container { background-color: transparent; background-image: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container > .video-iframe-container { display: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row > .video-iframe-container { display: none; }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .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); }#DFspMNDo2k1f3ahmT3B4BZDTZME0EUmL > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMUNgAappLKHl3ykZ8ROlgyBBPXa3i59 { width:18.75rem;height:3.75rem;top:59.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afIs1lRBMBzMEpRIOnKbquheLnlUx4C5 { display:block; }
 }@media only screen and (max-width: 763px) { #atJsZpi31RagW6LfepgQSrDzZxsHk5hE { width:18.5625rem;height:22.39060625rem;top:19.9912109375rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUMFDRK9yzmVdoLE7i6gnLLhIcMoHEgL { width:20rem;height:6rem;top:13.05078125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xcE4NVnQNSvPTpsiZIHLMWrFBsfrkp7o { width:20rem;height:8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wswd1N9EXFqTZ7XWZoihVECodNnT14WH { width:19.875rem;height:38.5rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSGyXRff2fmHcSE5bF6SwZnRNlmHQJ8 { width:8.8125rem;height:9.4375rem;top:36.771484375rem;left:0.849609375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KMRa8cOewSEbk1x6s2x4S4aTZLirfbKw { width:20rem;height:21.125rem;top:43.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb { display:block; }#wzeFlDgFdXQBf5UdahcRBIo2x9MV9bWb > .row .container { width:20rem;height:160.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPVuWwX2El4wvRAm2agyFGQPvzIKKdlm { width:17.1875rem;height:32.375rem;top:11.296875rem;left:1.25rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Qnw2WbPRgeJsudF8OvzBI1n0T4oTbfJH { width:15.875rem;height:9.625rem;top:32.8583984375rem;left:2.03125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Qnw2WbPRgeJsudF8OvzBI1n0T4oTbfJH li:before{  }
 }@media only screen and (max-width: 763px) { #ynbxFTP7Vi6SRXDu91KwaDJkDDhc2Kbg { width:17.25rem;height:1.7871125rem;top:29.421875rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPdr5yDDoIwrcqP7cwEaQJBGFfXf5k20 { width:17.3125rem;height:17.3125rem;top:11.296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVhHDT3NL2vURt6u8XHs6HwTTRfZIVu { width:17.1875rem;height:33.875rem;top:45.171875rem;left:1.25rem;z-index:14998;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XEGlIr2TgcmWXywUNOH0Ck1fA2n7Gd7Q { width:17.4375rem;height:1.7871125rem;top:63.296875rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PITvkzESsnC1XdTDn1nRVRCtrTdGNdUH { width:15.125rem;height:9.625rem;top:67.5458984375rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#PITvkzESsnC1XdTDn1nRVRCtrTdGNdUH li:before{  }
 }@media only screen and (max-width: 763px) { #NgZ4fNWPTJQmzamvClXSVnMZMJuKMBHs { width:17.3125rem;height:17.3125rem;top:45.171875rem;left:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #m1sMav7eTSdM3kyrbPTF6XfOLOVQZaNo { width:17.1875rem;height:35.6875rem;top:81.0625rem;left:1.25rem;z-index:14994;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iICQLTAAmEfcLfN0zWgSNx5Gpu3yJAbT { width:17.3125rem;height:17.3125rem;top:81.0625rem;left:1.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #wVGixh4giDZSqK1vARGREPIeqKs2PNOf { width:17.3125rem;height:3.57421875rem;top:99.125rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7nvvofkMaEHHvaEcZbVDErfv5O4Ow4V { width:14.6875rem;height:11.125rem;top:103.75rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#G7nvvofkMaEHHvaEcZbVDErfv5O4Ow4V li:before{  }
 }@media only screen and (max-width: 763px) { #CK5b0EBZImhvsEM55696T3RT8IW9XXUp { width:17.1875rem;height:33.375rem;top:119rem;left:1.25rem;z-index:14996;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EExca2LUro9gC3EfISp5Iw2ZSJmfGhD5 { width:17.3125rem;height:17.3125rem;top:119rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ILLCDDrUpkvHNJZIse20t8SZ1KgITKMZ { width:15.0625rem;height:11.125rem;top:140.125rem;left:2.46875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ILLCDDrUpkvHNJZIse20t8SZ1KgITKMZ li:before{  }
 }@media only screen and (max-width: 763px) { #ZSQ10w7rSk0GFvWbCGAERMUXHg5RnBIV { width:17.4375rem;height:1.7871125rem;top:137.125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0ku7R2TE2KnSmBnGbdc3TDbtgQ3JDo { width:18.4375rem;height:8.796875rem;top:1.25rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iFHwDOaJZvT2kSu1ccRtWnwq2l5tuD9B { width:18.75rem;height:3.75rem;top:154.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOMWToCL1heyXtrTseEpMxnLLExiG8E6 { display:block; }
 }@media only screen and (max-width: 763px) { #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bcaa6bb-0836-477b-a4f0-06f333fe3092/DVF5000internalscaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI.adaptive-delivery-prevent-bg, #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI.lazyload, #dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI.lazyloading { background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { background-color: transparent; background-image: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,48,0.9); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,48,0.9); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row > .video-iframe-container { display: none; }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .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); }#dVJ3QLTUX5HxMtvouoorM4ETd7QLXpJI > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jf67uk3HMsFrVFrcGaWTdTBELyPVsAW9 { width:18.75rem;height:3.75rem;top:72.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1QAslpUlOsHTRxTV1G5pLdSrsra5E3V { display:block; }
 }@media only screen and (max-width: 763px) { #WbWkByhgv5DKzsudJJ0OPsoplw6Equp3 { width:18.75rem;height:12rem;top:13.3125rem;left:0.625rem;font-size:1rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbz13sdZQiFcASqJ63XIIVZnnpulUZtp { width:20rem;height:3.298825rem;top:10.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }#lbz13sdZQiFcASqJ63XIIVZnnpulUZtp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b1ace246ee2f2f8a6cad6f66573e4319ee0aaea.svg); }
 }@media only screen and (max-width: 763px) { #WLyTqTOeVHyWqnf1ChPxvF3Ce0lgppnR { width:18.75rem;height:10.5rem;top:28.5625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3y0pGhxnOT9tPFqLy0Wisw9Kru15VKf { width:18.75rem;height:12rem;top:44.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1xLSREzxKy8F4vF7b5E9HnwHP1l3IX3 { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkJsrRqikXvotIsJWRxSSXhal4vPRTrr { width:18.9375rem;height:1.6494125rem;top:27rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }#IkJsrRqikXvotIsJWRxSSXhal4vPRTrr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b01380c5123f1fe22df60e8d1a5b69a4dc987d22.svg); }
 }@media only screen and (max-width: 763px) { #Tw01U9XtimBbqfkSi8SC8WyaWFQRiy6b { width:20rem;height:3.298825rem;top:41.0625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#Tw01U9XtimBbqfkSi8SC8WyaWFQRiy6b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e74afedf2c3ab5fcbd866cb1e30a3045e663ec9.svg); }
 }@media only screen and (max-width: 763px) { #v4d7QSJ9RVWshMEcs09rwamPOxtJdyXt { height:11.2216875rem;width:20rem;top:58.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu { display:none; }#UOrrVMos1OvvMgr18lBBRzHT0Qb4lRSu > .row .container { width:20rem;height:16.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U6IVhBGBqKwTuuGwrtSKQXfsVZVyDdhh { width:20rem;height:6.597625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NUwaM0tHaWacf9DTTmQmpgdyygOLUnBe { width:20rem;height:6.32425rem;top:9.0966875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f { display:none; }#B7erTHwylEFTrzrQitfmH5W5MrsUEZ2f > .row .container { width:20rem;height:53.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWFc09Xccpl9LyTMKuFCMW7qEq9gwchX { width:12.5rem;height:3.125rem;top:-0.030517578125rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKduKh5Irg4EhTN7NoABuJzpKqJyX54c { width:12.5rem;height:2.923825rem;top:3.719482421875rem;left:4.813232421875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJrQ5kJxNQe0kc6pDtp4P6qB41uTDWM { width:12.5rem;height:2.923825rem;top:21.03076171875rem;left:4.813232421875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SONumS17xaC6ouZcEqNvUIIwPgN2WhXr { width:12.5rem;height:3.125rem;top:17.281982421875rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moiQcInIlWdAlM80dVPWfJ60vEHVtKtA { width:13.8125rem;height:2.923825rem;top:38.34326171875rem;left:4.156494140625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBpTgEQ5apW6HmNNupoDheg6ML8Ithx { width:14.4375rem;height:3.125rem;top:34.594482421875rem;left:3.40576171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IemiIXLTcWfC13BIgezDglbETpafTPaH { width:17.1875rem;height:11.375rem;top:40.51611328125rem;left:2.469482421875rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #TVTqFqrw3aQFiybh1vd3bGXBm6vDQaGo { width:17.0625rem;height:11.375rem;top:23.20361328125rem;left:2.469482421875rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #Lm2x71cVfBpCNIibhq2liXHsFL02lmJH { width:17.0625rem;height:11.375rem;top:5.89111328125rem;left:2.469482421875rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #eF5F4yV5zuzHrMWoLReTZwQPll6CK4LW { width:18.75rem;height:2.875rem;top:-0.030517578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQURXeRK5udohFK172uTsEeRVb3ozNNc { width:19.75rem;height:15.8125rem;top:1.25rem;left:0rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #g1cda9hhDTb2FhgxxfUarv3XhFa2t1hW { width:19.75rem;height:15.8125rem;top:18.5625rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #ixqqXAUuMhy7dPlrd5M9qsEUWwcaErtc { width:18.75rem;height:2.875rem;top:17.281982421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9e8Sw0trQINCowphZ8tx9gfMfxqnAKc { width:19.75rem;height:15.8125rem;top:35.875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #cO0NQqcaFEZJQAHNKtP4gMrh7dmAey94 { width:18.75rem;height:2.875rem;top:34.594482421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw { display:none; }#UKSR7kKmQOzQXNOBicWXZBPSta0lVWnw > .row .container { width:20rem;height:53.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v7UJx7KtKuKOnc3f2eJwXlgeTUb9HJNZ { width:15.4375rem;height:3.125rem;top:-0.15625rem;left:2.9052734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrfhNgko1t3L3iVpWMGaioKRfTgSXToy { width:12.5rem;height:2.923825rem;top:3.656005859375rem;left:4.813232421875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHxEwmy6zsJmVDa1p0UTAKSnSxPmS0C6 { width:12.5rem;height:2.923825rem;top:20.96728515625rem;left:4.813232421875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTG7MQuyITw9NZID67nc2FyeWuh6hLw { width:12.5rem;height:3.125rem;top:17.15625rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScTGn9uL0TKolJyKTNNvOxDCwrrsWeJb { width:13.3125rem;height:2.923825rem;top:38.27978515625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbLuTbPivf0fGT2AtpfsLQkPHQsUr65T { width:14.4375rem;height:3.125rem;top:34.46875rem;left:3.062744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6RxqUp3RZiReBRy3BzgurybZDigBRHD { width:17.0625rem;height:11.375rem;top:5.765380859375rem;left:2.469482421875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #fNTW4i8MgTMMOPXSOAn7c1KhFKy4GhS4 { width:17.0625rem;height:11.375rem;top:23.077880859375rem;left:2.469482421875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #nDiu0toJR58tuRZotiFTAIBDB4TeaHTl { width:17.0625rem;height:11.375rem;top:40.390380859375rem;left:2.530517578125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #vyCrfO5ohRF6u4NstikX6VaKJTMHbfi9 { width:18.75rem;height:2.875rem;top:-0.15625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDuZKzki5NhbGpZAztuvTzaO5k2ML1w6 { width:19.75rem;height:15.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnowFGA7E6BKvEQy2aWh0B4coFIb4lwJ { width:19.75rem;height:15.8125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmVXzh1DCdFFaSPEfAeeydkBAb55zA7Q { width:18.75rem;height:2.875rem;top:17.15625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsSRGJ2VawDfI6QVlaHMqCreoCq7T2ZZ { width:18.75rem;height:2.875rem;top:34.46875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOXNwvmqvRaDc36i0xeUnEEIxdlR03SM { width:19.75rem;height:15.8125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nedlDrUTImikSNapuTENVZRZrHHhM8kp { display:block; }#nedlDrUTImikSNapuTENVZRZrHHhM8kp > .row .container { width:20rem;height:138.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvLKxyqGa3BbDR8cIhdsoIK7oGk2KouD { width:20rem;height:20rem;top:20.8359375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #I9Q2IspRgV52xlVEJUNLcQLGzyWNGsiX { width:17.5rem;height:1.5rem;top:46.125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rEI8XTxNkTXnIdt3BzKmU0rzlAkhkEUr { width:17.5rem;height:1.5rem;top:47.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fu1I5aJiqbMMVzJJecTMiHmzvyAOgoWe { width:19.75rem;height:53.5625rem;top:20.8359375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #saThnfF7fFRE8XWubaOZoDG1P3teUNSy { width:8.0625rem;height:1.7871125rem;top:42.375rem;left:5.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o96MHxyIWZr5WSpWT2nNgN2MHhnl8RTW { width:11.0625rem;height:3.125rem;top:41.7060546875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw2pDhLRG6vNqBqLTOTlA8TrlLabpd1N { width:17.5rem;height:3.125rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3qPUnEfHgoobGTnvOzQW0PLihTfXM8n { width:19.75rem;height:2.75rem;top:37.8125rem;left:0.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #gLmFgnFf7KvVio5uLyHlfhuGW0dflaTA { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V82FJnO5KFO1mmKaT3LWei8prreleznK { width:18.75rem;height:4.375rem;top:75.9609375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRkCPU1IqOc1DRfgmRmHzhMVZcdK2Jqg { display:block; }
 }@media only screen and (max-width: 763px) { #zK9yXLxdMoGt8AnsQuUdUGGedyP1vTU5 { width:20rem;height:3rem;top:6.8984375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oMG8642MvKg67Ik5rV1tVidDPVSnmbIK { width:20rem;height:8.4375rem;top:11.1484375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxXLr08QD6m2ngFED6CQP9m2CZtvlN8w { width:13.3125rem;height:1.5rem;top:49.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kJKuDcv8SGmnqE7XDMdsAL1mOeCmN2AN { width:13.3125rem;height:1.5rem;top:51rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXybpzf1u7llbkLCHT9WSwUc3g34VdOy { width:13.3125rem;height:1.5rem;top:53.3125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yAT7JdO1NN7cL10a5OXFx1xktsn5gv88 { width:15.875rem;height:1.5rem;top:54.8125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JkXPyPVKwg9dH7TnSsbwi93Z5SaNiDMs { width:13.3125rem;height:1.5rem;top:56.875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sB1R9IwTiXaTJnQUTHvSZyuPe3zCk4xG { width:18.875rem;height:1.5rem;top:58.375rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xdhs68LLHnhImCqlaIUMn1D2JlciECpw { width:13.3125rem;height:1.5rem;top:60.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uyt324FZhSI5p3mCScKGRom4O2bLdXTF { width:18.875rem;height:1.5rem;top:62rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dAR6cBaJ6wlAcDuy7dW3VOJBrzgRpbRi { width:13.3125rem;height:1.5rem;top:64.1875rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4bq0GqqcWbU5hoVNMzMOkfpChlJocDH { width:17.8125rem;height:1.5rem;top:65.625rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #crAEv89udptUUUMoOtaRMa8GUaM4FwXD { width:13.3125rem;height:1.5rem;top:67.9375rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f3AIBTpJWmVbZKrVZDHuEdcHF4FJXgEx { width:17.875rem;height:3rem;top:69.375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gNEkxvpxDTvROG9xGAxbQPkqCiwTQM3l { width:20rem;height:10.4140625rem;top:90.2451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQvTESgDDcDMdyLleTqW0FDZNV81siuE { width:20rem;height:6.597625rem;top:81.8984375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qLygMt214Ca5o09ToAePG7J5EK5x2Dbo { width:20rem;height:4.5rem;top:102.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hyIWOIbEaJQIFSL0SK8GwTd7znSqFZB0 { width:20rem;height:28.6875rem;top:107.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi { display:block; }#ikRTGW9oXpTo0U15qk5v1EWRg0SSJ0fi > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaTDewOZA6M7w98nc2myJLuv0R4zsbu6 { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WX5FaVq9JFNRhBoUZRtzMndQn7dvgr03 { width:18.4375rem;height:7.5rem;top:7.29785rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlvP8ZtiKhaUdFDJRAZ34P36RilWqpoM { width:18.75rem;height:3.75rem;top:16.04785rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8RLJazUv36vn7lE62m0KeJ3c5RwsJw { display:block; }
 }@media only screen and (max-width: 763px) { #sT1eqfBNHWIXBAUkl59P0NvXKmQLzNxA { width:20rem;height:11.25rem;top:21.04785rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:20rem;height:150.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDqlcewnmlsTNu3XVl6laJ2is1duOW0t { width:20rem;height:10.996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DChgGP7ruxWH1QDQFUhbFOtbCagQEyQl { width:20rem;height:15.39353125rem;top:13.496125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUhsuNb6LAqNN94zpW2eTBiv2DI1wSiv { width:17.5rem;height:17.5rem;top:30.1386875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M67TWaTIXxpEZwDf7thScu6WH0rBBPS5 { width:17.5rem;height:23.75rem;top:30.1386875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3EEqs17pRIUVgJBMLITAfNlag4x3KBg { width:17.5rem;height:17.5rem;top:80.7636875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1HvrnHxxGy1AkGUfqdKmBH3bCFKIK2O { width:17.5rem;height:23.75rem;top:80.7636875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7FwAW5BolaTCGnTDAAPBghSJOfB2k8Z { width:17.5rem;height:23.75rem;top:55.4511875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkucDHcBuJMdbISwDmDpMXB2KSgO7gGg { width:17.5rem;height:17.5rem;top:55.4511875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvxrHstFhbGkzgh0T08WeBNTTxJWVRtw { width:17.5625rem;height:4.54980625rem;top:47.7636875rem;left:1.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftNi1rPd2W26Mo8JEBiUuI5S3sLiKPtL { width:17.5625rem;height:4.54980625rem;top:98.3886875rem;left:1.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gF5yE2xoQ84iQwocVCXXu0Jadwh8pTgV { width:17.5625rem;height:4.54980625rem;top:73.0761875rem;left:1.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSR0CC8RkIMBAWowFmoxi6LXDC759dmf { width:17.5rem;height:23.75rem;top:124.9511875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXc7xWSnkDCRyn0yMkvV3GZMP6nDqyzN { width:17.5rem;height:17.5rem;top:106.0761875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxbglxLSOVrhfWUrF9Meb8HtIf7IfFJw { width:17.5625rem;height:4.54980625rem;top:142.4511875rem;left:1.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QN5WfwJFloAPXfIrmwc3JRLcNcP8VmLd { width:10rem;height:2rem;top:52.2011875rem;left:5.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMdt3RdBTKTo8RcI7oNLk1BhWcPnu5TP { width:9.0625rem;height:2rem;top:52.2011875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZyn7qCEvNTDmRlvxoEVgbTEvIHh9o58 { width:10.25rem;height:2rem;top:102.8261875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGq6CNM0naSzBHqiMFzoaP62vV9qKzRC { width:14.8125rem;height:2rem;top:102.8261875rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCFbV76Ne82IXVsLru1rz3LXZviSeWXy { width:10.25rem;height:2rem;top:77.5136875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si0vKRvHCwQCT4vuv1PQ4wEPSDnJQkhL { width:14.8125rem;height:2rem;top:77.5136875rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEdK5xTZtPN0fx73E9Ac7zwSAkFmyu0f { width:14.8125rem;height:2rem;top:146.8886875rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmCpEQQrsGDIXTBcMiT0Doh3v06XpWPp { width:10.25rem;height:2rem;top:146.8886875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr { display:none; }#mrX5A5e4BThNNZXibPIOfmxaP7TaTBvr > .row .container { width:20rem;height:43.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgq9J4T4L2lSw9DIB6CzyZECTl3pgm7p { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTVSRRU5C2A4hp01C2ldDSlUTFUrVzWI { width:18.4375rem;height:10.5rem;top:7.29785rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5Q35KSzo7kg5E0RSiJr3CHGnVLeSEKT { width:18.75rem;height:3.75rem;top:38.074949609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #haOA8JERGNmsB1PQuDsmkgKMOk9prd6q { display:block; }
 }@media only screen and (max-width: 763px) { #CqQWHUAhrK85xkvtia5qQ1XTdp2Dns32 { width:20rem;height:7.4970625rem;top:19.04785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5dDOPud18IRdAlbpMTklRoQKT6JUCPU { display:block; }#A5dDOPud18IRdAlbpMTklRoQKT6JUCPU > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3  { width:17.5rem;height:58.5341875rem;top:29.719725rem;left:0rem; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 {display:block;}#v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 { width:17.5rem;height:58.5341875rem;top:29.719725rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #RinubNNXpr4GZK8bkdaKRFzKyHgCCVHL {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #F4tUuQDFZoHtAUQSXE1uwUK7kRQ5JFb1 { display:none; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #TkvILtGhfFPH64MTNW2K2qCTHa6g0E0l {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #dB4gasd55CS7MXM11som7dMTqD8Bi3zp {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #KZWPforJMrXLXT8R6X3gZkIySQCzkG5f { display:none; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #S1t4BbTObseI5O6KJ60VmJAWlwWBNObH {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #wOKVBwOyThHby7C4URXLS4rPgDLMTm43 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #oPyVZQi6d9ZmrXeSeW1GN6b3o5ZqIuxM { display:none; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #BGO4bDrRmiBNI4LrSiVXCTRt1BofQm8O {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #WTirkNXXGFzfSvTw6XR3eOCdCtx9HUwa {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #WqMH98IJJcyV9xgcrWgQNP0PlTp7ITWE { display:none; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #Wfr3rKcD2o8mt3EEX1pJWOX8uHK6Jnov {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #zUACGwSWkkn2wLKVZWs0MpM101CzsKAZ {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #d2IERnW2J7taSiTvBM1VafzdTtag9fsa { display:none; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #VwAitIETbkGWeR2QdKgeOnTqGTNIRoN5 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #bIyODXGFqESgvNirBULebKFmhvhNf5LZ {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #pXG10K148xZlikF9i0mzZ9R9V2KwvaAe {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #b37lwaX9TkyilxWqh9ubL6QsfVJrKa4x {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #uxF7PIg8bi45H0rbMIGLsnI2QocpHZTk {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #nA1ToH8RfepDuzLpKgZrD30oT4p0LiUG {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #cCtplTvqT5ETPvVZDetNFRpHhQlo2AkR {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #fsqQT8HswTT9bKxsJ3pwEEmwul855fFT {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #tEn7MZSkvKTdQDyoN5acnRzLxdOsv5Q5 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #MASWcUHQ7zwA2CISL3O6yt4G2TWBTTh3 {  }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #bXlExWEaJLXKwqX3zWI60pFyrUWd3Ju9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #v1kEBBwhhQr2ZZe4prRIp6VAuEZ9wVs3 #ppWcnrDKKmEGdr7RKG7pqTBTW2tzZuGi {  }
 }@media only screen and (max-width: 763px) { #Zqf2dlcLHacViLt6cGQ95CPd7ErJ6WfP { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbNhBhATEIeDRazTnaodpnsdNfHgKwkI { width:20rem;height:21.17284375rem;top:7.29785rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzkV7utvs5E44EkhR4xo81qHK9bGDe9s { background-color:#001230;background-image:none;position:relative;z-index:auto;display:block; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container { background-color: transparent; background-image: none; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container > .video-iframe-container { display: none; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row > .video-iframe-container { display: none; }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .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); }#hzkV7utvs5E44EkhR4xo81qHK9bGDe9s > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qexk0q5gDowKQ1MlLwvylVLz9vx9szVd { width:12rem;height:1.5rem;top:1.25rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mRpfswOKOf9gT7avRszpVoyuguDL5pvA { width:3.0625rem;height:1.4619125rem;top:4rem;left:8.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4cDtJkXXanlwK4KpNoTAewo9idDG7Xc { width:8.875rem;height:1.4619125rem;top:6.7109375rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcZiVaP8ZpiON6es9w658PL2htQIPUMZ { width:3.9375rem;height:1.4619125rem;top:9.421875rem;left:8rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }