.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR { 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; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container { background-color: transparent; background-image: none; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container > .video-iframe-container { display: none; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row > .video-iframe-container { display: none; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .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); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container { border-width: 0; border-radius: 0; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#JQ0FM37TGMHKa4D3qm1NfmlZJuarc2gz { 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; }
#xZIpm4Fvl2tPa7XL600a8ElseTMbH7xH { 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; }
#mNzGpTLhRLqVZSPV3NtXEL7ZHuJtIXGa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V96JOyZbPcieKfhTgu7AAtJ1gmB6wKmB { 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; }
#dX67AL5mXUaAiRF64vqUxpFOZpk49ePi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L8hpr0RduGabb6dSwfnQuxz3ZR4GrsBk { 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; }
#c1SLxK3TAekTRIPF7fc9OMoCPUHxrvi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpFDn4u3d8KhgxE6HzGchQklLWhTex2x { 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; }
#qHSefvnzafaReCOLLTdnClzODwwTFrS9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9517833a-0534-4f3b-9f9b-bf8c49401dcf/metalfloorwithbg22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68.adaptive-delivery-prevent-bg, #CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68.lazyload, #CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68.lazyloading { background-image: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container { background-color: transparent; background-image: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container > .video-iframe-container { display: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row > .video-iframe-container { display: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .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); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container { border-width: 0; border-radius: 0; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#GsxyWFcTx9zqkM5GSOgubSc0qAmBI5rB { color:#0b50f2;display:block;width:53.6875rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.90014375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qKx4MaJygK7S7HTIxyF4eNPVGkJmczlp { color:#001230;display:block;width:53rem;position:absolute;font-family:avenir;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8359375rem;left:0rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vI1mbMDTDqDuqGltVwzeDttolKpRbwBa { color:#001230;display:block;width:52.875rem;position:absolute;font-family:avenir;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.1640625rem;left:0rem;height:6.171875rem;text-align:left;text-align-last:left;display:block; }
#JPfBAssWICQWyTf7CliBHi5XSpTFJO1K { background-color:#001230;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43rem;left:23rem;display:block; }
#eaIiv1n3DEsAqRM6ZmxqimN61qSOpCpe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFQ6pOPPt2fMkTrUN5B4C2tLJkHZSwHT { position:absolute;display:block;z-index:14999;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:24.3125rem;width:69.5625rem;top:18.4375rem;left:-1.9375rem;overflow:hidden;display:block; }
#f1rysJGu9vcz1MV0cNa3cRHvN6pu7Exv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:20.625rem;top:25.5625rem;left:-8.5rem;overflow:hidden;display:block; }
#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1cb30f33-bd0a-44f3-8c8e-42079273c8ea/258904486_e8faf61913804094a1659ecd739bc0a1.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; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW.adaptive-delivery-prevent-bg, #NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW.lazyload, #NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW.lazyloading { background-image: none; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row .container { background-color: transparent; background-image: none; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row .container > .video-iframe-container { display: none; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row > .video-iframe-container { display: none; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .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); }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row .container { border-width: 0; border-radius: 0; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW::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; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ZEiyc4F1rgbW6PBmOScAnIQ2mIBsbrQB { color:#ffffff;display:block;width:12.6233125rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.060302734375rem;left:3.062744140625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4HBKobe2T3u01sUCFEKMASLPpioNreT { position:absolute;display:block;z-index:15011;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:5.84375rem;overflow:hidden;display:block; }
#rSMVoXgqUJIGsOdr1IAkq7VRp9GvbTHq { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.060546875rem;left:21.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtoaNF6F7UT4lEdS28TwTx3DBK8w5llh { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.060546875rem;left:40.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxSMRWB6UsWyNmPb2PNKH11zhToLRPwF { position:absolute;display:block;z-index:15012;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:24.59375rem;overflow:hidden;display:block; }
#zokiOcp1b4EFuvadhnE4ARfz4r3gNHQO { position:absolute;display:block;z-index:15013;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:43.34375rem;overflow:hidden;display:block; }
#xNqSnodT3QltCSJT2kSKmbpUeCHV2ee8 { color:#ffffff;display:block;width:12.6230625rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.123046875rem;left:59.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUkboft8wULBS8svdupDxETn5hqSfWaW { position:absolute;display:block;z-index:15014;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:62.09375rem;overflow:hidden;display:block; }
#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7912e79-07a2-4bfd-9fda-a70c731d4953/top2.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5.adaptive-delivery-prevent-bg, #PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5.lazyload, #PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5.lazyloading { background-image: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container { background-color: transparent; background-image: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container > .video-iframe-container { display: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row > .video-iframe-container { display: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .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); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container { border-width: 0; border-radius: 0; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5::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; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;overflow:visible;position:relative;display:block; }#tpkz632lVhByvCp3oxu08BpEUDJOBoqa { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:avenir;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.06787109375rem;left:42.5rem;height:16.97265625rem;text-align:left;text-align-last:left;display:block; }
#su0uTry93OSbQWnykKv6vbdThz3Sz1t0 { color:#001230;display:block;width:55.5620625rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4648442268372rem;left:9.7178821563719rem;height:3.90014375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mVwN7CDZdHDhfHlt4EcqEpeEFXpexPWR { position:absolute;display:block;z-index:15012;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:30.875rem;width:46.5625rem;top:6.333984375rem;left:-5.4375rem;overflow:hidden;display:block; }
#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/316d1fd7-1eee-466f-abf7-2d393fbf85f2/bottom4.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH.adaptive-delivery-prevent-bg, #qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH.lazyload, #qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH.lazyloading { background-image: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container { background-color: transparent; background-image: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,48,0.97); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container > .video-iframe-container { display: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,48,0.97); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row > .video-iframe-container { display: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .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); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container { border-width: 0; border-radius: 0; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH::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; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;overflow:visible;position:relative;display:block; }#cTohH7cSPQclI6rvncsLfNrGF0MXqktw { color:#ffffff;display:block;width:61.25rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6689453125rem;left:6.875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#Fpo41mrrrrXOlTCprC8o6mU5TDT8UTTF { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.53125rem;left:7.875rem;height:7.1996875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rCzGVk01E82gOoxRKpRrrQLag3U3w0mD { box-sizing:content-box;height:10.1245rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/fc196427-6eb4-4945-a189-93289c36c593/smx2600newreflections.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.6240234375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#rCzGVk01E82gOoxRKpRrrQLag3U3w0mD.adaptive-delivery-prevent-bg, #rCzGVk01E82gOoxRKpRrrQLag3U3w0mD.lazyload, #rCzGVk01E82gOoxRKpRrrQLag3U3w0mD.lazyloading { background-image: none; }
#c4kIUA0LOUZaLBX60JzuSby3Tga7ebFa { box-sizing:content-box;height:18.75rem;width:17.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:14.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#sgAGOPgqGSrS2CoCAUKvv80krLbSvDNO { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.625rem;left:0.625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#A5NDWy4ypJzT4uFTASwZh4gzZk7VKgGv { background-color:#001230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:#ffffff;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:9.75rem;height:2.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:23.65625rem;left:3.875rem;display:block; }
#mdnIUiH2T4dRvrZPlWHIkvhZB5lSS2VA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RC9oIhs8W3kSUw8vr4EL1Af1k3HT3VTN { background-color:#0b50f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #001230;border-left:0.125rem solid #001230;border-right:0.125rem solid #001230;border-bottom:0.125rem solid #001230;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:32.479169845581rem;left:3.875rem;display:block; }
#IwWGpqBQk0Uc5yfoZAKTzraWSq6VzH7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6 { box-sizing:content-box;height:10.125rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/02f30e69-96fc-4113-b235-8b61f7e995ff/360offeringfinalCopyCopy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.625rem;left:19.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6.adaptive-delivery-prevent-bg, #CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6.lazyload, #CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6.lazyloading { background-image: none; }
#f0xTylE7TaE2pp5hm26SMhXleCMCKp3N { box-sizing:content-box;height:18.75rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:14.625rem;left:19.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#XaJfKkWuAmNNOANM5SJQbrVKbcKIvhD3 { background-color:#001230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:#ffffff;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:14.75rem;height:2.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:23.65625rem;left:20.8125rem;display:block; }
#EHCuVpUrub4F9cJwMxt8sD98ggxX6CTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMdeSMPWHQBSt7H8yscTl61e9xRhiTrP { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.625rem;left:19.96875rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#hduif7sJT9mpu9eaf0b6aTeQZvLp2QvF { background-color:#0b50f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #001230;border-left:0.125rem solid #001230;border-right:0.125rem solid #001230;border-bottom:0.125rem solid #001230;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:32.479169845581rem;left:23.3125rem;display:block; }
#Vrd0eFfQTReq1gOJ2kunkOU795N7aecq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RfsZH7lhhKxRFImJkg1TOonTcctwcrDM { box-sizing:content-box;height:10.125rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/2b65a248-faa2-4b18-a7a6-97d2b14b1076/DVF5000AWC.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.625rem;left:38.71875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#RfsZH7lhhKxRFImJkg1TOonTcctwcrDM.adaptive-delivery-prevent-bg, #RfsZH7lhhKxRFImJkg1TOonTcctwcrDM.lazyload, #RfsZH7lhhKxRFImJkg1TOonTcctwcrDM.lazyloading { background-image: none; }
#GtdoRhzGzJg1ZQn8xMTHHndV5B4aBTmP { box-sizing:content-box;height:18.75rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:14.8125rem;left:38.71875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#nTzzaL5C8K1phhAWTV1aQMm4OqsSllcK { background-color:#001230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:#ffffff;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:14.75rem;height:2.0625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:23.65625rem;left:40.09375rem;display:block; }
#cnb2zs0BZiI8qIn1eQTtlGGQIhoL2I76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIZqypn4DZVv9XHAAQ9HFovvZv1aKFzE { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.625rem;left:39.25rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#F2r9xwFs41Jwvn8dQQBGWnFLS7nbao6D { background-color:#0b50f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #001230;border-left:0.125rem solid #001230;border-right:0.125rem solid #001230;border-bottom:0.125rem solid #001230;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:32.479169845581rem;left:42.59375rem;display:block; }
#W2gwQTAeyfFMUWNIFqT6JIVeTIriT4Rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF { box-sizing:content-box;height:10.125rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/873adf39-5b8c-451b-92f5-e48cdcf891bf/worker.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.625rem;left:57.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF.adaptive-delivery-prevent-bg, #VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF.lazyload, #VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF.lazyloading { background-image: none; }
#tkUySSaT638m6kOsgvtyJGHIrE7mdrvC { box-sizing:content-box;height:18.75rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:14.625rem;left:57.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cks0yqXpReSDmHA5iBpnKABLthb4HdnK { background-color:#001230;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:#ffffff;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:14.75rem;height:2.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.65625rem;left:58.90625rem;display:block; }
#dz3oQLMQVfX4UCu0NNZwoZvL8ZZ6ZGPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CL6KxhcHyfFzKV7s6GwEvV9zl4SEA5ap { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:26.625rem;left:58.0625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#fnuOCMCuxtWIRv4CZCznTz2Ay4XShw5D { background-color:#0b50f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #001230;border-left:0.125rem solid #001230;border-right:0.125rem solid #001230;border-bottom:0.125rem solid #001230;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:32.375rem;left:61.375rem;display:block; }
#FnCWvna0XuWpVSLgFFMMZVLzi19gtKQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9be83708-5ef2-409e-bf97-1f97c86ddbee/top3.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe.adaptive-delivery-prevent-bg, #TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe.lazyload, #TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe.lazyloading { background-image: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container { background-color: transparent; background-image: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container > .video-iframe-container { display: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row > .video-iframe-container { display: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .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); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container { border-width: 0; border-radius: 0; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe::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; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container { font-size:0.875rem;font-family:arial;height:116.8125rem;width:75rem;position:relative;display:block; }#k1zzAoa6XSwZ8NDw2ooXMdobZTMA2rrH { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0.1875rem;height:3.8994125rem;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; }
#eVkO4BNyMa2VQMJH3pM0wFuHpJzbnqd5 { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:3.0859375rem;display:block; }
#XBA0KSKeSG3vqUBS8ngnNy7Fsp8wxwTx { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:49.6875rem;width:75rem;top:58.4375rem;left:0rem;overflow:hidden;display:block; }
#i1zhp6xOCxZyBaGVbyPSrys4TicIaVEA { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3984375rem;left:0rem;height:2.2753875rem;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; }
#npQUCPbLXa5fJKgVkTCNFybin5qCEngc { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.0126953125rem;left:0rem;height:10.80078125rem;display:block; }
#VOFndrJHt79acM0J2ylFCgOx7kMroIfS { position:absolute;display:block;z-index:15004;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:21.6875rem;width:50rem;top:15.375rem;left:12.6875rem;overflow:hidden;display:block; }
#mfk921dTBsrvxfpQsUe4oAJVnIEV88Ip { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:49.6875rem;width:75rem;top:58.4375rem;left:0rem;overflow:hidden;display:block; }
#sMnGU1uHWeGrVt4QC99efWmJMJkAeDNn { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:49.8125rem;width:75rem;top:58.25rem;left:0rem;overflow:hidden;display:block; }
#DdmbbtTMQ4L6E5WUfTrR602dl1ZQiFhz { background-color:#001230;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:55.0625rem;left:23.15625rem;display:block; }
#I6JXcNTdVTMwA9s5fRNxwiii4cSFZBu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1cb30f33-bd0a-44f3-8c8e-42079273c8ea/258904486_e8faf61913804094a1659ecd739bc0a1.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; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8.adaptive-delivery-prevent-bg, #iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8.lazyload, #iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8.lazyloading { background-image: none; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row .container { background-color: transparent; background-image: none; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row .container > .video-iframe-container { display: none; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row > .video-iframe-container { display: none; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .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); }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row .container { border-width: 0; border-radius: 0; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8::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; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#m5xqbbnWnqbyJtiBnWKXRZ2Kr9TUs0lX { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.0625rem;left:1.875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OMhRk6PgDh5ZQEHt4B6VA4AzCTZt8BL8 { position:absolute;display:block;z-index:15011;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:7.0625rem;width:7.0625rem;top:15.0625rem;left:6.1875rem;overflow:hidden;display:block; }
#HMBFKsb20GZbhPqR1teONik8vv7w3Tch { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.0625rem;left:19.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4ZwooHxJWmLZenh5WlqEsVNRdiiNR82 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.0625rem;left:39.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XkPnqh1hoPbQz9qwo8DBTnUCi3v0sZIC { position:absolute;display:block;z-index:15012;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:7.0625rem;width:7.0625rem;top:15.0625rem;left:24.9375rem;overflow:hidden;display:block; }
#JHAOTVnROpEZ9fgtyXuS1hrkqcqtoa1A { position:absolute;display:block;z-index:15013;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:7.0625rem;width:7.0625rem;top:15.0625rem;left:43.6875rem;overflow:hidden;display:block; }
#iftW5oqOL2u9fRX9i3UVDKpmGyWVtIWr { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:58.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XELH9nniN4uHZDtmLOfQme2XN8Z1cb3C { position:absolute;display:block;z-index:15014;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:7.0625rem;width:7.0625rem;top:15.0625rem;left:62.4375rem;overflow:hidden;display:block; }
#Jcn7cGFTeWMUWbNnSvpX4O7T8QUbAPbW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ICTZtBvyIiTyasyRQWQvWAhR1XcvMc7c { color:#ffffff;display:block;width:56.9375rem;position:absolute;font-family:avenir;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3359375rem;left:9.03125rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KT1GPi4FraT2eun347O5TIdH5TBWIqED { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e345139-3af1-403a-87fa-a90d0a6dd8d8/2149073299.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED.adaptive-delivery-prevent-bg, #KT1GPi4FraT2eun347O5TIdH5TBWIqED.lazyload, #KT1GPi4FraT2eun347O5TIdH5TBWIqED.lazyloading { background-image: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container { background-color: transparent; background-image: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container > .video-iframe-container { display: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row > .video-iframe-container { display: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .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); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container { border-width: 0; border-radius: 0; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED::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; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ITTKqgpXgTchVG3O55E8CWQuIhwT7i4i { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:7.875rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fRH0TRO4aTmWiT41L0ZvTQl7SacwQtH1 { color:#ffffff;display:block;width:64.125rem;position:absolute;font-family:avenir;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.2109375rem;left:5.4375rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-form-header {  }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-regular-label { height:auto;display:block;font-family:avenir;font-size:0.875rem;font-weight:400;color:#ffffff;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(0,0,0,0.5); }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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:avenir;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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-text {padding-top: 0; padding-bottom: 0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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:avenir;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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-select {padding-top: 0; padding-bottom: 0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-button { background-color:#0b50f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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:avenir;line-height:1.3;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:34.625rem;overflow:hidden;font-style:normal;float:none; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-container:first-of-type{padding-top:0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-container:last-of-type{padding-bottom:0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU  { 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:14.129638671875rem;z-index:15009;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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.875rem;display:block;vertical-align:top; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU {display:block;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU { 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:14.129638671875rem;z-index:15009;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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #xoZ2yFZz5hWGTTxCmqO8TcRiCTuNoFc2 { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #WuaknuTqHTVahwDzLhTgnu311tfFIOVy { position:relative;display:none; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #hdphpv8GZFkuuwWa0IDQq3iRCgQeqa8l { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #eMhsQ2LSwdT5MhSh7gTFePMRyHyU5Wap { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #syngaiWUgMqk9v9QabQrZD2o97Ez8m7J { position:relative;display:none; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #FvsW2Dtm0qHQDRxGrKGgyZHH1rTioEAX { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #en2l011Toh6FKS7qTdfLNZB5repTsiln { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #tIuy2dByQf1Vb74DA7iaqM3WSNHFgzEw { position:relative;display:none; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #Wus4HnXloM3Oty9M2IqiL8QOpXxqwzGC { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #sneAvvIfH4r7t3BnmfoQ0feDoOv37MaF { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #ZJB2iqeiF43UmVVXJ0AlPA1HklETfM30 { position:relative;display:none; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #EMMBcDURDMhHuuI2gkDBaIgPfk6lTTB5 { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #lW4qtrBd4vDTgspbTutsZp7o0vu6CUFi { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #AS3z06qmLneONk9Xr1RKzCUlC6AmawEu { position:relative;display:none; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #HL6mkWFiFRsG3uAopozQKnFNFTl335LT { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #gvXChybN0EOcvfelDnIm7AIctNB0Mtpn { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #eXqkuvb6k7tm2BeqX1U5kAqzAuAzvBMf { position:relative;display:block; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #zROi0mlyTeCaWemm11M5I2AM63fqoCIe { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #GLNSRXX2PDhAHOz15EOcLP64RsBFbfpA { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #kQQwhOaZa25IH7y6buoro9V5CTvdFqur { position:relative;display:block; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #CSm4mHU7bRqPizVm8PoGiBc4HVe3ozTz { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #zpnaRPqJb2yXwyHEoDfI8htF9VVUAQio { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #QWT8GtGotFeGFuhpEldBuRwpzRxShZpV { position:relative;display:block; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #yTLHanIl5iBooLvx3nzM2ib8IHkoawMk { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #JinMUnwTCEowOM7PTXRxGtMmZoqQCTPo { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #g0qoD3qFT1RgIiR9kzDVpBhrp2hUnS3w { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #u8DJc0wwXRv2HEAnikGrosbbA247I0JT { position:relative; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #cJrQKFJM9lHuZlTamNv89uvA0du5SfgR { position:relative;z-index:2; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU #CTgvB3VNyoIhLlUomw3193ZBpClZvt5l { position:relative; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28ca001b-ca8e-47aa-859a-3f4c94c846f7/defenseheaderimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;overflow:visible;position:relative;display:none; }#tTEA3ZGsuhw5khG8eKPHcfQ2cmJ5XP2I { color:#ffffff;display:block;width:53.6875rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.625rem;left:21.3125rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#peIpTpzDDyFKMybbGh2P89zaPa14H7pt { color:#ffffff;display:block;width:53rem;position:absolute;font-family:avenir;font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.8359375rem;left:22rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBT4tpeas5CgMLryHCAuRmB29e9esURh { color:#ffffff;display:block;width:52.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.685546875rem;left:22.125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#sW4JkX4PhCXWKAOsdSVROMo8pZzNLm3C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#001230;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.40625rem;left:32.5rem;display:block; }
#t9MrVTmMmllFXSQuzTN8zdCNQ1ExTbaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ii8RzHN3ctdZyuBfe1yxlrtqVJTvJwnQ { position:absolute;display:block;z-index:14999;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:39.5625rem;width:32.25rem;top:0rem;left:-2.1909957627119rem;overflow:hidden;display:block; }
#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/316d1fd7-1eee-466f-abf7-2d393fbf85f2/bottom4.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid.adaptive-delivery-prevent-bg, #KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid.lazyload, #KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid.lazyloading { background-image: none; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid > .row .container { border-width: 0; border-radius: 0; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid::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; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;overflow:visible;position:relative;display:none; }#qmxuspcGHcEh5TlEzqPMBZOaudbpzfLG { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4345703125rem;left:0rem;height:15.597625rem;text-align:left;text-align-last:left;display:block; }
#SED5d50bcNnbg4pkFq7z9ENPNed6VFON { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0107421875rem;left:0rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRb1lLLGTiyek2XtuINmUS2ik11gdq3o { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.25rem;width:24rem;top:9.96875rem;left:43.1875rem;overflow:hidden;display:block; }
#LznBmMa7d2QfPyTTS3N0JXfU1T8X04dh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.8125rem;width:12.6875rem;top:4.5341796875rem;left:49rem;overflow:hidden;display:block; }
#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1cb30f33-bd0a-44f3-8c8e-42079273c8ea/258904486_e8faf61913804094a1659ecd739bc0a1.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:none; }#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM.adaptive-delivery-prevent-bg, #ceuPzzdPVdHzHW14TbI93rImiJGH3kHM.lazyload, #ceuPzzdPVdHzHW14TbI93rImiJGH3kHM.lazyloading { background-image: none; }#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM > .row .container { border-width: 0; border-radius: 0; }#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM::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; }#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#bTFZdEosueDurPCEggXmcpXgcrrJmM43 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.4736328125rem;left:1.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkvCQFrgis0cEVoeUtDST6OrJDLglCoi { position:absolute;display:block;z-index:15011;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:5.84375rem;overflow:hidden;display:block; }
#v1o0ivxmaGKOE5vXQwUy5QW9F4FDJDIt { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4736328125rem;left:19.09375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qgwSPWTbzTt64T5f8yQaz3Rr7uSv402K { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.4736328125rem;left:38.90625rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlBmT51COQ3BKAkuqxyZURUZC0Sc0CwQ { position:absolute;display:block;z-index:15012;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:24.59375rem;overflow:hidden;display:block; }
#MCH67aqeccQuGDgSgshkeWF6BAtapya0 { position:absolute;display:block;z-index:15013;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:43.34375rem;overflow:hidden;display:block; }
#y6DvUm9mVlFMTB8nhmEtCxyfz4L70BbP { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.4736328125rem;left:58.4375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERpifGwWSMStI2uJsyRnT4FKF5Dn2JOf { position:absolute;display:block;z-index:15014;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:7.0625rem;width:7.0625rem;top:3.0498046875rem;left:62.09375rem;overflow:hidden;display:block; }
#HyWuaTSfd6JlOd8Habop30qG25kCWSyo { border-top:0.625rem solid #ffffff;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; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container { background-color: transparent; background-image: none; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container > .video-iframe-container { display: none; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row > .video-iframe-container { display: none; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .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); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container { border-width: 0; border-radius: 0; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#vQbltpUNmCuZhPw7fcaNWZdhdgoR8WXc { 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; }
#LtT0HV04nU6Ey0MI0yhdTB9cgZcGLgUm { 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.462675rem;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; }
#Mg4AfcfNhofNEMCSEmT6Ai0gWwLZeEUo { 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.462675rem;text-align:center;text-align-last:center;display:block; }
#QUGStNwlSyx7sTUvpqgFOu14vraISezG { 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.462675rem;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) { #IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR { display:block; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ0FM37TGMHKa4D3qm1NfmlZJuarc2gz { top:1.8125rem;left:0rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZIpm4Fvl2tPa7XL600a8ElseTMbH7xH { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNzGpTLhRLqVZSPV3NtXEL7ZHuJtIXGa { display:block; }
 }@media only screen and (max-width: 763px) { #V96JOyZbPcieKfhTgu7AAtJ1gmB6wKmB { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX67AL5mXUaAiRF64vqUxpFOZpk49ePi { display:block; }
 }@media only screen and (max-width: 763px) { #L8hpr0RduGabb6dSwfnQuxz3ZR4GrsBk { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1SLxK3TAekTRIPF7fc9OMoCPUHxrvi9 { display:block; }
 }@media only screen and (max-width: 763px) { #gpFDn4u3d8KhgxE6HzGchQklLWhTex2x { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHSefvnzafaReCOLLTdnClzODwwTFrS9 { display:block; }
 }@media only screen and (max-width: 763px) { #CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 { display:block; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsxyWFcTx9zqkM5GSOgubSc0qAmBI5rB { top:3.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKx4MaJygK7S7HTIxyF4eNPVGkJmczlp { top:7.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI1mbMDTDqDuqGltVwzeDttolKpRbwBa { top:11.125rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPfBAssWICQWyTf7CliBHi5XSpTFJO1K { width:29.0625rem;height:3.4375rem;top:43rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaIiv1n3DEsAqRM6ZmxqimN61qSOpCpe { display:block; }
 }@media only screen and (max-width: 763px) { #hFQ6pOPPt2fMkTrUN5B4C2tLJkHZSwHT { top:18.4375rem;left:0rem;width:47.75rem;height:16.688367370776rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1rysJGu9vcz1MV0cNa3cRHvN6pu7Exv { top:25.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW { display:block; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEiyc4F1rgbW6PBmOScAnIQ2mIBsbrQB { top:13rem;left:0rem;width:12.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4HBKobe2T3u01sUCFEKMASLPpioNreT { top:3rem;left:2.4375rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSMVoXgqUJIGsOdr1IAkq7VRp9GvbTHq { top:13rem;left:11.3125rem;width:12.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtoaNF6F7UT4lEdS28TwTx3DBK8w5llh { top:13rem;left:23.25rem;width:12.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxSMRWB6UsWyNmPb2PNKH11zhToLRPwF { top:3rem;left:14.375rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zokiOcp1b4EFuvadhnE4ARfz4r3gNHQO { top:3rem;left:26.3125rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNqSnodT3QltCSJT2kSKmbpUeCHV2ee8 { top:13.0625rem;left:35.1875rem;width:12.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUkboft8wULBS8svdupDxETn5hqSfWaW { top:3rem;left:38.25rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 { display:block; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpkz632lVhByvCp3oxu08BpEUDJOBoqa { top:12.0625rem;left:19.9375rem;width:27.8125rem;height:16.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0uTry93OSbQWnykKv6vbdThz3Sz1t0 { top:1.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVwN7CDZdHDhfHlt4EcqEpeEFXpexPWR { top:6.3125rem;left:0rem;width:46.5625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH { display:block; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTohH7cSPQclI6rvncsLfNrGF0MXqktw { top:9.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpo41mrrrrXOlTCprC8o6mU5TDT8UTTF { top:1.5rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCzGVk01E82gOoxRKpRrrQLag3U3w0mD { top:14.5625rem;left:0rem;width:17.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4kIUA0LOUZaLBX60JzuSby3Tga7ebFa { top:14.625rem;left:0rem;width:17.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAGOPgqGSrS2CoCAUKvv80krLbSvDNO { top:26.625rem;left:0rem;width:16.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5NDWy4ypJzT4uFTASwZh4gzZk7VKgGv { width:9.75rem;height:2.0625rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdnIUiH2T4dRvrZPlWHIkvhZB5lSS2VA { display:block; }
 }@media only screen and (max-width: 763px) { #RC9oIhs8W3kSUw8vr4EL1Af1k3HT3VTN { width:9.75rem;height:1.875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWGpqBQk0Uc5yfoZAKTzraWSq6VzH7J { display:block; }
 }@media only screen and (max-width: 763px) { #CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6 { top:14.625rem;left:5.8125rem;width:17.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0xTylE7TaE2pp5hm26SMhXleCMCKp3N { top:14.625rem;left:5.8125rem;width:17.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJfKkWuAmNNOANM5SJQbrVKbcKIvhD3 { width:14.75rem;height:2.0625rem;top:23.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHCuVpUrub4F9cJwMxt8sD98ggxX6CTr { display:block; }
 }@media only screen and (max-width: 763px) { #wMdeSMPWHQBSt7H8yscTl61e9xRhiTrP { top:26.625rem;left:6.34375rem;width:16.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hduif7sJT9mpu9eaf0b6aTeQZvLp2QvF { width:9.75rem;height:1.875rem;top:32.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrd0eFfQTReq1gOJ2kunkOU795N7aecq { display:block; }
 }@media only screen and (max-width: 763px) { #RfsZH7lhhKxRFImJkg1TOonTcctwcrDM { top:14.625rem;left:25.09375rem;width:17.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtdoRhzGzJg1ZQn8xMTHHndV5B4aBTmP { top:15.4375rem;left:25.71875rem;width:17.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzzaL5C8K1phhAWTV1aQMm4OqsSllcK { width:14.75rem;height:2.0625rem;top:23.625rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnb2zs0BZiI8qIn1eQTtlGGQIhoL2I76 { display:block; }
 }@media only screen and (max-width: 763px) { #AIZqypn4DZVv9XHAAQ9HFovvZv1aKFzE { top:26.625rem;left:25.625rem;width:16.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2r9xwFs41Jwvn8dQQBGWnFLS7nbao6D { width:9.75rem;height:1.875rem;top:32.4375rem;left:28.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2gwQTAeyfFMUWNIFqT6JIVeTIriT4Rr { display:block; }
 }@media only screen and (max-width: 763px) { #VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF { top:14.625rem;left:30.25rem;width:17.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkUySSaT638m6kOsgvtyJGHIrE7mdrvC { top:14.625rem;left:30.25rem;width:17.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cks0yqXpReSDmHA5iBpnKABLthb4HdnK { width:14.75rem;height:2.0625rem;top:23.625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz3oQLMQVfX4UCu0NNZwoZvL8ZZ6ZGPm { display:block; }
 }@media only screen and (max-width: 763px) { #CL6KxhcHyfFzKV7s6GwEvV9zl4SEA5ap { top:26.625rem;left:31.3125rem;width:16.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuOCMCuxtWIRv4CZCznTz2Ay4XShw5D { width:9.75rem;height:1.875rem;top:32.375rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnCWvna0XuWpVSLgFFMMZVLzi19gtKQg { display:block; }
 }@media only screen and (max-width: 763px) { #TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe { display:block; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1zzAoa6XSwZ8NDw2ooXMdobZTMA2rrH { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkO4BNyMa2VQMJH3pM0wFuHpJzbnqd5 { top:10.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBA0KSKeSG3vqUBS8ngnNy7Fsp8wxwTx { top:58.4375rem;left:0rem;width:47.75rem;height:31.634375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1zhp6xOCxZyBaGVbyPSrys4TicIaVEA { top:5.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #npQUCPbLXa5fJKgVkTCNFybin5qCEngc { top:41rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOFndrJHt79acM0J2ylFCgOx7kMroIfS { top:15.375rem;left:0rem;width:47.75rem;height:20.7115625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfk921dTBsrvxfpQsUe4oAJVnIEV88Ip { top:58.4375rem;left:0rem;width:47.75rem;height:31.634375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMnGU1uHWeGrVt4QC99efWmJMJkAeDNn { top:58.25rem;left:0rem;width:47.75rem;height:31.713958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdmbbtTMQ4L6E5WUfTrR602dl1ZQiFhz { width:29.0625rem;height:3.4375rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6JXcNTdVTMwA9s5fRNxwiii4cSFZBu2 { display:block; }
 }@media only screen and (max-width: 763px) { #iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 { display:block; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5xqbbnWnqbyJtiBnWKXRZ2Kr9TUs0lX { top:23.0625rem;left:0rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMhRk6PgDh5ZQEHt4B6VA4AzCTZt8BL8 { top:15.0625rem;left:2.78125rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMBFKsb20GZbhPqR1teONik8vv7w3Tch { top:23.0625rem;left:5.8125rem;width:18.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ZwooHxJWmLZenh5WlqEsVNRdiiNR82 { top:23.0625rem;left:19.875rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkPnqh1hoPbQz9qwo8DBTnUCi3v0sZIC { top:15.0625rem;left:14.71875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHAOTVnROpEZ9fgtyXuS1hrkqcqtoa1A { top:15.0625rem;left:26.65625rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftW5oqOL2u9fRX9i3UVDKpmGyWVtIWr { top:23.0625rem;left:33.375rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELH9nniN4uHZDtmLOfQme2XN8Z1cb3C { top:15.0625rem;left:38.59375rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcn7cGFTeWMUWbNnSvpX4O7T8QUbAPbW { top:1.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTZtBvyIiTyasyRQWQvWAhR1XcvMc7c { top:6.3125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1GPi4FraT2eun347O5TIdH5TBWIqED { display:block; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITTKqgpXgTchVG3O55E8CWQuIhwT7i4i { top:2.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRH0TRO4aTmWiT41L0ZvTQl7SacwQtH1 { top:6.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-regular-label { display:block;width:35.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-text { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-text {padding-top: 0; padding-bottom: 0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-textarea { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-select { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-select {padding-top: 0; padding-bottom: 0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-button { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-checkbox-label { width:34.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU  { width:35.875rem;height:44.3125rem;top:14.125rem;left:4.686767578125rem; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .radio-container { width:35.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU {display:block;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU { width:35.875rem;height:44.3125rem;top:14.125rem;left:4.686767578125rem; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #xoZ2yFZz5hWGTTxCmqO8TcRiCTuNoFc2 {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #WuaknuTqHTVahwDzLhTgnu311tfFIOVy { display:block; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #hdphpv8GZFkuuwWa0IDQq3iRCgQeqa8l {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #eMhsQ2LSwdT5MhSh7gTFePMRyHyU5Wap {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #syngaiWUgMqk9v9QabQrZD2o97Ez8m7J { display:block; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #FvsW2Dtm0qHQDRxGrKGgyZHH1rTioEAX {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #en2l011Toh6FKS7qTdfLNZB5repTsiln {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #tIuy2dByQf1Vb74DA7iaqM3WSNHFgzEw { display:block; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #Wus4HnXloM3Oty9M2IqiL8QOpXxqwzGC {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #sneAvvIfH4r7t3BnmfoQ0feDoOv37MaF {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #ZJB2iqeiF43UmVVXJ0AlPA1HklETfM30 { display:block; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #EMMBcDURDMhHuuI2gkDBaIgPfk6lTTB5 {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #lW4qtrBd4vDTgspbTutsZp7o0vu6CUFi {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #AS3z06qmLneONk9Xr1RKzCUlC6AmawEu { display:block; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #HL6mkWFiFRsG3uAopozQKnFNFTl335LT {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #gvXChybN0EOcvfelDnIm7AIctNB0Mtpn {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #eXqkuvb6k7tm2BeqX1U5kAqzAuAzvBMf {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #zROi0mlyTeCaWemm11M5I2AM63fqoCIe {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #GLNSRXX2PDhAHOz15EOcLP64RsBFbfpA {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #kQQwhOaZa25IH7y6buoro9V5CTvdFqur {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #CSm4mHU7bRqPizVm8PoGiBc4HVe3ozTz {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #zpnaRPqJb2yXwyHEoDfI8htF9VVUAQio {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #QWT8GtGotFeGFuhpEldBuRwpzRxShZpV {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #yTLHanIl5iBooLvx3nzM2ib8IHkoawMk {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #JinMUnwTCEowOM7PTXRxGtMmZoqQCTPo {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #g0qoD3qFT1RgIiR9kzDVpBhrp2hUnS3w {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #u8DJc0wwXRv2HEAnikGrosbbA247I0JT {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #cJrQKFJM9lHuZlTamNv89uvA0du5SfgR { z-index:2; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #CTgvB3VNyoIhLlUomw3193ZBpClZvt5l {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTEA3ZGsuhw5khG8eKPHcfQ2cmJ5XP2I { top:4.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #peIpTpzDDyFKMybbGh2P89zaPa14H7pt { top:9.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBT4tpeas5CgMLryHCAuRmB29e9esURh { top:12.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW4JkX4PhCXWKAOsdSVROMo8pZzNLm3C { width:34.375rem;height:3.4375rem;top:18.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9MrVTmMmllFXSQuzTN8zdCNQ1ExTbaT { display:block; }
 }@media only screen and (max-width: 763px) { #Ii8RzHN3ctdZyuBfe1yxlrtqVJTvJwnQ { top:0rem;left:0rem;width:32.25rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid { display:block; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmxuspcGHcEh5TlEzqPMBZOaudbpzfLG { top:13.375rem;left:0rem;width:35.125rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SED5d50bcNnbg4pkFq7z9ENPNed6VFON { top:3rem;left:0rem;width:35.375rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRb1lLLGTiyek2XtuINmUS2ik11gdq3o { top:9.9375rem;left:21.8125rem;width:24rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznBmMa7d2QfPyTTS3N0JXfU1T8X04dh { top:4.5rem;left:35.0625rem;width:12.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuPzzdPVdHzHW14TbI93rImiJGH3kHM { display:block; }#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTFZdEosueDurPCEggXmcpXgcrrJmM43 { top:12.4375rem;left:0rem;width:15.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkvCQFrgis0cEVoeUtDST6OrJDLglCoi { top:3rem;left:2.4375rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1o0ivxmaGKOE5vXQwUy5QW9F4FDJDIt { top:12.4375rem;left:5.8125rem;width:18.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgwSPWTbzTt64T5f8yQaz3Rr7uSv402K { top:12.4375rem;left:19.875rem;width:15.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlBmT51COQ3BKAkuqxyZURUZC0Sc0CwQ { top:3rem;left:14.375rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCH67aqeccQuGDgSgshkeWF6BAtapya0 { top:3rem;left:26.3125rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6DvUm9mVlFMTB8nhmEtCxyfz4L70BbP { top:12.4375rem;left:33.375rem;width:14.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpifGwWSMStI2uJsyRnT4FKF5Dn2JOf { top:3rem;left:38.25rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWuaTSfd6JlOd8Habop30qG25kCWSyo { display:block; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQbltpUNmCuZhPw7fcaNWZdhdgoR8WXc { top:2rem;left:0rem;width:12.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtT0HV04nU6Ey0MI0yhdTB9cgZcGLgUm { 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) { #Mg4AfcfNhofNEMCSEmT6Ai0gWwLZeEUo { top:2.0625rem;left:27rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUGStNwlSyx7sTUvpqgFOu14vraISezG { 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) { #IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR { 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; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container { background-color: transparent; background-image: none; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container > .video-iframe-container { display: none; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row > .video-iframe-container { display: none; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .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); }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container { border-width: 0; border-radius: 0; }#IaD1Q9dWtNfheOIx2fdaoOkGZRJZEWbR > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ0FM37TGMHKa4D3qm1NfmlZJuarc2gz { width:13.875rem;height:1.5625rem;top:1.34375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZIpm4Fvl2tPa7XL600a8ElseTMbH7xH { 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) { #mNzGpTLhRLqVZSPV3NtXEL7ZHuJtIXGa { display:block; }
 }@media only screen and (max-width: 763px) { #V96JOyZbPcieKfhTgu7AAtJ1gmB6wKmB { 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) { #dX67AL5mXUaAiRF64vqUxpFOZpk49ePi { display:block; }
 }@media only screen and (max-width: 763px) { #L8hpr0RduGabb6dSwfnQuxz3ZR4GrsBk { 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) { #c1SLxK3TAekTRIPF7fc9OMoCPUHxrvi9 { display:block; }
 }@media only screen and (max-width: 763px) { #gpFDn4u3d8KhgxE6HzGchQklLWhTex2x { 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) { #qHSefvnzafaReCOLLTdnClzODwwTFrS9 { display:block; }
 }@media only screen and (max-width: 763px) { #CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8674f1c9-dd50-4cdf-8829-bb243a8b7ded/brandmetalfloorwithmobile2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68.adaptive-delivery-prevent-bg, #CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68.lazyload, #CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68.lazyloading { background-image: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container { background-color: transparent; background-image: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container > .video-iframe-container { display: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row > .video-iframe-container { display: none; }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .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); }#CQ4dKy55AJasRW5XKGm0yvzQ5if1eJ68 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsxyWFcTx9zqkM5GSOgubSc0qAmBI5rB { width:20rem;height:4rem;top:8.357421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qKx4MaJygK7S7HTIxyF4eNPVGkJmczlp { width:20rem;height:3.9375rem;top:13.056640625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vI1mbMDTDqDuqGltVwzeDttolKpRbwBa { width:20rem;height:10.3984375rem;top:16.61328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPfBAssWICQWyTf7CliBHi5XSpTFJO1K { width:17.625rem;height:2.875rem;top:38.375rem;left:1.1875rem;font-size:1.125rem;background-color:#001230;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eaIiv1n3DEsAqRM6ZmxqimN61qSOpCpe { display:block; }
 }@media only screen and (max-width: 763px) { #hFQ6pOPPt2fMkTrUN5B4C2tLJkHZSwHT { width:20rem;height:7rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1rysJGu9vcz1MV0cNa3cRHvN6pu7Exv { width:4.0625rem;height:4.0625rem;top:19.6875rem;left:7.1875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW { display:block; }#NF3H1zgp7zrlZDiQt4x4oxlwk2OlNmrW > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEiyc4F1rgbW6PBmOScAnIQ2mIBsbrQB { width:12.5625rem;height:2.5996125rem;top:11.099609375rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4HBKobe2T3u01sUCFEKMASLPpioNreT { width:7.0625rem;height:7.0625rem;top:3.162109375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSMVoXgqUJIGsOdr1IAkq7VRp9GvbTHq { width:12.5625rem;height:2.5996125rem;top:24.912109375rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtoaNF6F7UT4lEdS28TwTx3DBK8w5llh { width:12.5625rem;height:1.29980625rem;top:38.51171875rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxSMRWB6UsWyNmPb2PNKH11zhToLRPwF { width:7.0625rem;height:7.0625rem;top:16.287109375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zokiOcp1b4EFuvadhnE4ARfz4r3gNHQO { width:7.0625rem;height:7.0625rem;top:30.57421875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNqSnodT3QltCSJT2kSKmbpUeCHV2ee8 { width:12.5625rem;height:2.5996125rem;top:51.1865234375rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUkboft8wULBS8svdupDxETn5hqSfWaW { width:7.0625rem;height:7.0625rem;top:42.9990234375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7912e79-07a2-4bfd-9fda-a70c731d4953/top2.svg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5.adaptive-delivery-prevent-bg, #PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5.lazyload, #PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5.lazyloading { background-image: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container { background-color: transparent; background-image: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container > .video-iframe-container { display: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row > .video-iframe-container { display: none; }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .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); }#PNXFrA2DWywcDnmVT9QBtwIVgENeCyJ5 > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpkz632lVhByvCp3oxu08BpEUDJOBoqa { width:20rem;height:16.89743125rem;top:9.2255859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #su0uTry93OSbQWnykKv6vbdThz3Sz1t0 { width:20rem;height:7.7988125rem;top:0.64453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVwN7CDZdHDhfHlt4EcqEpeEFXpexPWR { width:20rem;height:13.282674772036rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/316d1fd7-1eee-466f-abf7-2d393fbf85f2/bottom4.svg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH.adaptive-delivery-prevent-bg, #qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH.lazyload, #qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH.lazyloading { background-image: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container { background-color: transparent; background-image: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,48,0.96); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container > .video-iframe-container { display: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,48,0.96); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row > .video-iframe-container { display: none; }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .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); }#qKcos5qrxh6Aq2EsEoV7oIlwMMGugKkH > .row .container { width:20rem;height:106rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTohH7cSPQclI6rvncsLfNrGF0MXqktw { width:20rem;height:5.19921875rem;top:14.3623046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpo41mrrrrXOlTCprC8o6mU5TDT8UTTF { width:20rem;height:9.597625rem;top:2.14453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCzGVk01E82gOoxRKpRrrQLag3U3w0mD { width:17.5rem;height:10.125rem;top:21.5rem;left:1.5rem;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/fc196427-6eb4-4945-a189-93289c36c593/smx2600newreflections.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#rCzGVk01E82gOoxRKpRrrQLag3U3w0mD.adaptive-delivery-prevent-bg, #rCzGVk01E82gOoxRKpRrrQLag3U3w0mD.lazyload, #rCzGVk01E82gOoxRKpRrrQLag3U3w0mD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c4kIUA0LOUZaLBX60JzuSby3Tga7ebFa { width:17.5rem;height:17.625rem;top:21.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAGOPgqGSrS2CoCAUKvv80krLbSvDNO { width:17.5625rem;height:3.8994125rem;top:33.4375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5NDWy4ypJzT4uFTASwZh4gzZk7VKgGv { width:9.75rem;height:2.0625rem;top:30.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdnIUiH2T4dRvrZPlWHIkvhZB5lSS2VA { display:block; }
 }@media only screen and (max-width: 763px) { #RC9oIhs8W3kSUw8vr4EL1Af1k3HT3VTN { width:9.75rem;height:2.0625rem;top:38.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWGpqBQk0Uc5yfoZAKTzraWSq6VzH7J { display:block; }
 }@media only screen and (max-width: 763px) { #CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6 { width:17.5rem;height:10.125rem;top:41.5rem;left:1.25rem;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/02f30e69-96fc-4113-b235-8b61f7e995ff/360offeringfinalCopyCopy.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6.adaptive-delivery-prevent-bg, #CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6.lazyload, #CPUSTHcTDbk4qk9M2KRmbHpbf6tMeSZ6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f0xTylE7TaE2pp5hm26SMhXleCMCKp3N { width:17.5rem;height:18.75rem;top:41.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJfKkWuAmNNOANM5SJQbrVKbcKIvhD3 { width:14.75rem;height:2.0625rem;top:50.53125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHCuVpUrub4F9cJwMxt8sD98ggxX6CTr { display:block; }
 }@media only screen and (max-width: 763px) { #wMdeSMPWHQBSt7H8yscTl61e9xRhiTrP { width:16.4375rem;height:3.8994125rem;top:53.5rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hduif7sJT9mpu9eaf0b6aTeQZvLp2QvF { width:9.75rem;height:1.875rem;top:59.353515625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrd0eFfQTReq1gOJ2kunkOU795N7aecq { display:block; }
 }@media only screen and (max-width: 763px) { #RfsZH7lhhKxRFImJkg1TOonTcctwcrDM { width:17.5rem;height:10.125rem;top:63.3125rem;left:1.25rem;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/2b65a248-faa2-4b18-a7a6-97d2b14b1076/DVF5000AWC.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RfsZH7lhhKxRFImJkg1TOonTcctwcrDM.adaptive-delivery-prevent-bg, #RfsZH7lhhKxRFImJkg1TOonTcctwcrDM.lazyload, #RfsZH7lhhKxRFImJkg1TOonTcctwcrDM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GtdoRhzGzJg1ZQn8xMTHHndV5B4aBTmP { width:17.5rem;height:18.75rem;top:63.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzzaL5C8K1phhAWTV1aQMm4OqsSllcK { width:14.75rem;height:2.0625rem;top:72.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnb2zs0BZiI8qIn1eQTtlGGQIhoL2I76 { display:block; }
 }@media only screen and (max-width: 763px) { #AIZqypn4DZVv9XHAAQ9HFovvZv1aKFzE { width:16.4375rem;height:3.8994125rem;top:75.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2r9xwFs41Jwvn8dQQBGWnFLS7nbao6D { width:9.75rem;height:1.875rem;top:81rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2gwQTAeyfFMUWNIFqT6JIVeTIriT4Rr { display:block; }
 }@media only screen and (max-width: 763px) { #VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF { width:17.5rem;height:10.125rem;top:84.125rem;left:1.25rem;background-color:#0b50f2;background-image:url("https://images.assets-landingi.com/uc/873adf39-5b8c-451b-92f5-e48cdcf891bf/worker.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF.adaptive-delivery-prevent-bg, #VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF.lazyload, #VfWqzmsWmaUxIWB2vsH3PlGTEz8QXalF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tkUySSaT638m6kOsgvtyJGHIrE7mdrvC { width:17.5rem;height:18.75rem;top:84.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cks0yqXpReSDmHA5iBpnKABLthb4HdnK { width:14.75rem;height:2.0625rem;top:93.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz3oQLMQVfX4UCu0NNZwoZvL8ZZ6ZGPm { display:block; }
 }@media only screen and (max-width: 763px) { #CL6KxhcHyfFzKV7s6GwEvV9zl4SEA5ap { width:16.4375rem;height:2.5996125rem;top:96.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnuOCMCuxtWIRv4CZCznTz2Ay4XShw5D { width:9.75rem;height:1.875rem;top:101.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnCWvna0XuWpVSLgFFMMZVLzi19gtKQg { display:block; }
 }@media only screen and (max-width: 763px) { #TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9be83708-5ef2-409e-bf97-1f97c86ddbee/top3.svg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe.adaptive-delivery-prevent-bg, #TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe.lazyload, #TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe.lazyloading { background-image: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container { background-color: transparent; background-image: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container > .video-iframe-container { display: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row > .video-iframe-container { display: none; }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .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); }#TQHqFpVzCu1oAVXv2fXMIpavBo8x6mAe > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1zzAoa6XSwZ8NDw2ooXMdobZTMA2rrH { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVkO4BNyMa2VQMJH3pM0wFuHpJzbnqd5 { width:20rem;height:9.098625rem;top:12.6357421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBA0KSKeSG3vqUBS8ngnNy7Fsp8wxwTx { width:20rem;height:13.3125rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1zhp6xOCxZyBaGVbyPSrys4TicIaVEA { width:20rem;height:3.57421875rem;top:7.3798828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npQUCPbLXa5fJKgVkTCNFybin5qCEngc { width:20rem;height:23.39649375rem;top:34.96875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOFndrJHt79acM0J2ylFCgOx7kMroIfS { width:20rem;height:8.6738125rem;top:24.177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfk921dTBsrvxfpQsUe4oAJVnIEV88Ip { width:20rem;height:13.25rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMnGU1uHWeGrVt4QC99efWmJMJkAeDNn { width:20rem;height:13.28225rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdmbbtTMQ4L6E5WUfTrR602dl1ZQiFhz { width:19rem;height:3.4375rem;top:76.8125rem;left:0.5rem;font-size:1.125rem;background-color:#001230;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I6JXcNTdVTMwA9s5fRNxwiii4cSFZBu2 { display:block; }
 }@media only screen and (max-width: 763px) { #iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 { display:block; }#iS8wpuWJsvfMbzfLFVtTlpFBouuTZfv8 > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5xqbbnWnqbyJtiBnWKXRZ2Kr9TUs0lX { width:12.5625rem;height:1.29980625rem;top:24.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMhRk6PgDh5ZQEHt4B6VA4AzCTZt8BL8 { width:7.0625rem;height:7.0625rem;top:16.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMBFKsb20GZbhPqR1teONik8vv7w3Tch { width:12.5625rem;height:1.29980625rem;top:38.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ZwooHxJWmLZenh5WlqEsVNRdiiNR82 { width:12.5625rem;height:1.29980625rem;top:52.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkPnqh1hoPbQz9qwo8DBTnUCi3v0sZIC { width:7.0625rem;height:7.0625rem;top:30.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHAOTVnROpEZ9fgtyXuS1hrkqcqtoa1A { width:7.0625rem;height:7.0625rem;top:44.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iftW5oqOL2u9fRX9i3UVDKpmGyWVtIWr { width:12.5625rem;height:1.29980625rem;top:68.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XELH9nniN4uHZDtmLOfQme2XN8Z1cb3C { width:7.0625rem;height:7.0625rem;top:60rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcn7cGFTeWMUWbNnSvpX4O7T8QUbAPbW { width:20rem;height:5.19921875rem;top:0.64453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICTZtBvyIiTyasyRQWQvWAhR1XcvMc7c { width:20rem;height:6.499rem;top:7.5498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT1GPi4FraT2eun347O5TIdH5TBWIqED { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e345139-3af1-403a-87fa-a90d0a6dd8d8/2149073299.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED.adaptive-delivery-prevent-bg, #KT1GPi4FraT2eun347O5TIdH5TBWIqED.lazyload, #KT1GPi4FraT2eun347O5TIdH5TBWIqED.lazyloading { background-image: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container { background-color: transparent; background-image: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container > .video-iframe-container { display: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row > .video-iframe-container { display: none; }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .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); }#KT1GPi4FraT2eun347O5TIdH5TBWIqED > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITTKqgpXgTchVG3O55E8CWQuIhwT7i4i { width:20rem;height:5.19921875rem;top:1.421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fRH0TRO4aTmWiT41L0ZvTQl7SacwQtH1 { width:20rem;height:5.19921875rem;top:7.30859375rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU .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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-text {padding-top: 0; padding-bottom: 0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-select {padding-top: 0; padding-bottom: 0;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .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; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU  { width:17.5rem;height:44.3125rem;top:13.7578125rem;left:0rem; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QIdorc4DLZmxZeuMmuihlvksGREmnruU {display:block;}#QIdorc4DLZmxZeuMmuihlvksGREmnruU { width:17.5rem;height:44.3125rem;top:13.7578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #xoZ2yFZz5hWGTTxCmqO8TcRiCTuNoFc2 {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #WuaknuTqHTVahwDzLhTgnu311tfFIOVy { display:none; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #hdphpv8GZFkuuwWa0IDQq3iRCgQeqa8l {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #eMhsQ2LSwdT5MhSh7gTFePMRyHyU5Wap {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #syngaiWUgMqk9v9QabQrZD2o97Ez8m7J { display:none; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #FvsW2Dtm0qHQDRxGrKGgyZHH1rTioEAX {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #en2l011Toh6FKS7qTdfLNZB5repTsiln {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #tIuy2dByQf1Vb74DA7iaqM3WSNHFgzEw { display:none; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #Wus4HnXloM3Oty9M2IqiL8QOpXxqwzGC {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #sneAvvIfH4r7t3BnmfoQ0feDoOv37MaF {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #ZJB2iqeiF43UmVVXJ0AlPA1HklETfM30 { display:none; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #EMMBcDURDMhHuuI2gkDBaIgPfk6lTTB5 {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #lW4qtrBd4vDTgspbTutsZp7o0vu6CUFi {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #AS3z06qmLneONk9Xr1RKzCUlC6AmawEu { display:none; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #HL6mkWFiFRsG3uAopozQKnFNFTl335LT {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #gvXChybN0EOcvfelDnIm7AIctNB0Mtpn {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #eXqkuvb6k7tm2BeqX1U5kAqzAuAzvBMf {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #zROi0mlyTeCaWemm11M5I2AM63fqoCIe {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #GLNSRXX2PDhAHOz15EOcLP64RsBFbfpA {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #kQQwhOaZa25IH7y6buoro9V5CTvdFqur {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #CSm4mHU7bRqPizVm8PoGiBc4HVe3ozTz {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #zpnaRPqJb2yXwyHEoDfI8htF9VVUAQio {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #QWT8GtGotFeGFuhpEldBuRwpzRxShZpV {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #yTLHanIl5iBooLvx3nzM2ib8IHkoawMk {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #JinMUnwTCEowOM7PTXRxGtMmZoqQCTPo {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #g0qoD3qFT1RgIiR9kzDVpBhrp2hUnS3w {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #u8DJc0wwXRv2HEAnikGrosbbA247I0JT {  }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #cJrQKFJM9lHuZlTamNv89uvA0du5SfgR { z-index:2; }
 }@media only screen and (max-width: 763px) { #QIdorc4DLZmxZeuMmuihlvksGREmnruU #CTgvB3VNyoIhLlUomw3193ZBpClZvt5l {  }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTEA3ZGsuhw5khG8eKPHcfQ2cmJ5XP2I { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #peIpTpzDDyFKMybbGh2P89zaPa14H7pt { width:20rem;height:3.73779375rem;top:7.345703125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBT4tpeas5CgMLryHCAuRmB29e9esURh { width:20rem;height:10.390625rem;top:12.509765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW4JkX4PhCXWKAOsdSVROMo8pZzNLm3C { width:19rem;height:3.4375rem;top:33.2421875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9MrVTmMmllFXSQuzTN8zdCNQ1ExTbaT { display:block; }
 }@media only screen and (max-width: 763px) { #Ii8RzHN3ctdZyuBfe1yxlrtqVJTvJwnQ { width:16.875rem;height:20.6875rem;top:12.509765625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7912e79-07a2-4bfd-9fda-a70c731d4953/top2.svg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:none; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid.adaptive-delivery-prevent-bg, #KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid.lazyload, #KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid.lazyloading { background-image: none; }#KXTBpoOoSNVXvDUpiWyPyxyMMS80NAid > .row .container { width:20rem;height:56.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qmxuspcGHcEh5TlEzqPMBZOaudbpzfLG { width:20rem;height:23.3965rem;top:9.7998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SED5d50bcNnbg4pkFq7z9ENPNed6VFON { width:20rem;height:7.7988125rem;top:0.64453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRb1lLLGTiyek2XtuINmUS2ik11gdq3o { width:17rem;height:16.4375rem;top:39.498046875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LznBmMa7d2QfPyTTS3N0JXfU1T8X04dh { width:12.6875rem;height:1.8125rem;top:36.560546875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceuPzzdPVdHzHW14TbI93rImiJGH3kHM { display:none; }#ceuPzzdPVdHzHW14TbI93rImiJGH3kHM > .row .container { width:20rem;height:61.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTFZdEosueDurPCEggXmcpXgcrrJmM43 { width:12.5625rem;height:3.8994125rem;top:11.099609375rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkvCQFrgis0cEVoeUtDST6OrJDLglCoi { width:7.0625rem;height:7.0625rem;top:3.162109375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1o0ivxmaGKOE5vXQwUy5QW9F4FDJDIt { width:12.5625rem;height:3.8994125rem;top:24.912109375rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgwSPWTbzTt64T5f8yQaz3Rr7uSv402K { width:12.5625rem;height:5.19921875rem;top:39.69921875rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlBmT51COQ3BKAkuqxyZURUZC0Sc0CwQ { width:7.0625rem;height:7.0625rem;top:17.037109375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCH67aqeccQuGDgSgshkeWF6BAtapya0 { width:7.0625rem;height:7.0625rem;top:31.51171875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6DvUm9mVlFMTB8nhmEtCxyfz4L70BbP { width:12.5625rem;height:2.5996125rem;top:55.0615234375rem;left:3.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpifGwWSMStI2uJsyRnT4FKF5Dn2JOf { width:7.0625rem;height:7.0625rem;top:46.7861328125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyWuaTSfd6JlOd8Habop30qG25kCWSyo { background-color:#001230;background-image:none;position:relative;z-index:auto;display:block; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container { background-color: transparent; background-image: none; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container > .video-iframe-container { display: none; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row > .video-iframe-container { display: none; }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .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); }#HyWuaTSfd6JlOd8Habop30qG25kCWSyo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQbltpUNmCuZhPw7fcaNWZdhdgoR8WXc { width:12rem;height:1.5rem;top:3.65625rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LtT0HV04nU6Ey0MI0yhdTB9cgZcGLgUm { width:3.0625rem;height:1.462675rem;top:0.734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg4AfcfNhofNEMCSEmT6Ai0gWwLZeEUo { width:8.875rem;height:1.462675rem;top:0.734375rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUGStNwlSyx7sTUvpqgFOu14vraISezG { width:3.9375rem;height:1.462675rem;top:0.734375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }