.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:transparent;background-image:url("https://images.assets-landingi.com/uc/069469e5-5574-4aab-afc6-6f79c6e020ad/newpattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#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); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG { 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; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container { background-color: transparent; background-image: none; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container > .video-iframe-container { display: none; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row > .video-iframe-container { display: none; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .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); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container { border-width: 0; border-radius: 0; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#UXSdRalPJs34UTTRf1luaRLtp5ctc8TS { 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; }
#ROdn47E1xhPEpu5CB4USNZWBTukeWQJt { 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; }
#psVOySsJTaH68gpRFKr5sFz2xcODF2ZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pK2omOFhpiGePi6C6eUBZplWU8rB6rOU { 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; }
#hhGXn2sC8xge3xJSUtC5abWt5pvLO9bF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQDDipcdpvcxzihh84ccT4ymlC7f19tQ { 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; }
#MxUut8do2LlMy6sM6ZbUA7rL6Ueap6ny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcrDk1QGAuci2NNW9QU1MKoTPZUNy2FT { 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; }
#ug39ltqUpK9MQUIvXMmUkeNg9SLuxnMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgsK06DRVz3caVq8DEGziQadfLN9ilh6 { background-color:#0b50f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;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;overflow:hidden;position:absolute;width:15.375rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.375rem;left:59.625rem;display:block; }
#AaGIUEwNFBmLBzocczJylqlfq9vqBZVP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AafuGi2xB79oZThnP0O5VU6l9OBrx91c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbc26957-f982-44a9-9895-999d071df1f0/newbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c.adaptive-delivery-prevent-bg, #AafuGi2xB79oZThnP0O5VU6l9OBrx91c.lazyload, #AafuGi2xB79oZThnP0O5VU6l9OBrx91c.lazyloading { background-image: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container { background-color: transparent; background-image: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container > .video-iframe-container { display: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row > .video-iframe-container { display: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .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); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container { border-width: 0; border-radius: 0; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#z2ksxEID7y8m6fPXt2EhyMtDlqrTXZSE { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:avenir;font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.1171875rem;left:7.4375rem;height:6.625rem;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; }
#QvGIuoTJNXnaWMEDbaZGvBdUDCOq2zeF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.875rem;left:-0.09375rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEndHIGThQWTuLDoaFZfkTxtnWq87uGv { background-color:#ffffff;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:avenir;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4980625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:53.16796875rem;left:27.25rem;display:block; }
#bxTKIfkzmForO6xEvxmuTkXOeoRryGGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HuJT8IgO0P5wKr4P9yVgZAXJI4T6lF3Q { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:avenir;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:10.0625rem;left:18.21875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OLgS93sa5uxOyPqOO7bcSlmiu6T7vHt7 { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.625rem;left:31.8125rem;height:8.4375rem;display:block; }#OLgS93sa5uxOyPqOO7bcSlmiu6T7vHt7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OLgS93sa5uxOyPqOO7bcSlmiu6T7vHt7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d22a2fc2feffd919d9e65a17c91f884062ac45d.svg); }
#bwrasKeZMgxpGdtaJI8wA20cdhVHBfAW { 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:31.9375rem;width:42.5rem;top:28.25rem;left:-9.375rem;overflow:hidden;display:block; }
#ZDGxQCHNqy4OEmWletwt91ksQ0pt34DK { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.625rem;left:31.75rem;height:10.78125rem;display:block; }#ZDGxQCHNqy4OEmWletwt91ksQ0pt34DK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZDGxQCHNqy4OEmWletwt91ksQ0pt34DK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a246841b150cf3b8587ba8eec708b178f46fd288.svg); }
#DmSIxglwNaKfIRPn5vNFGMgEnM33wN4q { 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:41.6875rem;width:75rem;top:14.8125rem;left:-9.375rem;overflow:hidden;display:block; }
#ELvBqXBtzisS1oU188cEbZoruivqEQ8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9be83708-5ef2-409e-bf97-1f97c86ddbee/top3.svg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T.adaptive-delivery-prevent-bg, #ELvBqXBtzisS1oU188cEbZoruivqEQ8T.lazyload, #ELvBqXBtzisS1oU188cEbZoruivqEQ8T.lazyloading { background-image: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container { background-color: transparent; background-image: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container > .video-iframe-container { display: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row > .video-iframe-container { display: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .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); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container { border-width: 0; border-radius: 0; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container { font-size:0.875rem;font-family:arial;height:75.875rem;width:75rem;position:relative;display:block; }#RI5K2vH2TUoBPoMVFhQlLmnaazIHTqsx { 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:;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; }
#nLJZTFfcKR0fmdnL6lStwBMrv6km06JQ { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:6.5rem;display:block; }
#QDdQfdsoikWJTXh83IT731FEA9e79dTu { position:absolute;display:block;z-index:15003;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:38.5625rem;width:58.375rem;top:36.6240234375rem;left:8.5rem;overflow:hidden;display:block; }
#PnQEtN3eZmUp4kMhywlCflo1IcDS6kSM { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3984375rem;left:0rem;height:2.92480625rem;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; }
#lqQ0rG825e6wklVPoEFr7u3Ukwtmx0n2 { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.9990234375rem;left:0rem;height:13rem;display:block; }
#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container { background-color: transparent; background-image: none; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container > .video-iframe-container { display: none; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row > .video-iframe-container { display: none; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .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); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container { border-width: 0; border-radius: 0; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#UE1nSqdkabOg3Ey25FGfarEUzJNsmaJo { 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:3rem;left:0rem;height:3.90014375rem;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; }
#C4BCNI37CoOB3qmadGa3GWhPlTsUynud { color:#000000;display:block;width:37.5rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:37.5rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#UJrZywlmBA9NkkNqzcptVc1TAqHPyQO9 { position:absolute;display:block;z-index:14999;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:29.0625rem;width:43.625rem;top:14.6875rem;left:-8.4716796875rem;overflow:hidden;display:block; }
#iqwm9yXhKw9zkraC9cHAASl8p1cCQvoJ { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8984375rem;left:0.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRu1f1U0yUIxpkcaQgram2Lf3oZu5hLu { color:#000000;display:block;width:34.375rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.125rem;left:37.5rem;height:13rem;display:block; }
#TwO9xtl0XDlx2OOhwL1lKIDyWf7seX0Q { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:avenir;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:23.5rem;left:37.5rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW { position:relative;display:block; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW { background-color: transparent; background-image: none; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container > .video-iframe-container { display: none; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row > .video-iframe-container { display: none; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .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); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW { border-width: 0; border-radius: 0; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NH95qVHiN2xEgUItWIydpJqRRyGnuiDt { box-sizing:content-box;height:0.125rem;width:6.625rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;top:20.25rem;left:9.1875rem;display:block; }
#mXh59I8IWuJEmJkN56TNi4NuqcylzsI6 { position:absolute;display:block;z-index:15028;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:9.8125rem;width:12.625rem;top:7.4375rem;left:6.1875rem;overflow:hidden;display:block; }
#qnoAwmI5pEQ14sh2WvFDd7Q6NkgqErvL { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:17.25rem;left:4.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPaOoTqNhGk5pg64xxq9WGiLPnF0ZxaT { box-sizing:content-box;height:0.12402375rem;width:6.624rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:20.25rem;left:34.1875rem;display:block; }
#l6qXLF9QqFBTFaGMcNTgNMvwke4wZXkZ { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:17.559814453125rem;left:29.4677734375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNtF6Ep8H9DlpyVxkcWsulgnzOFucpob { position:absolute;display:block;z-index:15029;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:10.5rem;width:11.75rem;top:7.0625rem;left:31.625rem;overflow:hidden;display:block; }
#LToTDUDDOUhxNZbZa8CNnnf4E0Vbvt9U { box-sizing:content-box;height:0.12402375rem;width:6.624rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:20.875rem;left:59.1875rem;display:block; }
#fTJlIiUd3JDivCnJHngdBoLgT5kvDbkF { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.4375rem;left:54.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqMDy4C9H2l3BZxnAvzRaTrG3NR8RpsZ { position:absolute;display:block;z-index:15030;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:9.0625rem;width:13.25rem;top:8.4375rem;left:55.875rem;overflow:hidden;display:block; }
#Qz56B2yaiiZbU8wRPPT6L501FhvKLxU9 { box-sizing:content-box;height:14.0625rem;width:0.125rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:7.6875rem;left:24.9375rem;display:block; }
#wtCprtzmWME4ZIclJIl8VAxVNKnvwzVR { box-sizing:content-box;height:14.0625rem;width:0.125rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:7.6875rem;left:49.9375rem;display:block; }
#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws { position:relative;display:block; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws { background-color: transparent; background-image: none; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container > .video-iframe-container { display: none; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row > .video-iframe-container { display: none; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .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); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws { border-width: 0; border-radius: 0; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nKIv8obzPP67dAoQdTnLQ2noQ5VppLtn { box-sizing:content-box;height:0.12402375rem;width:6.624rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:15.5625rem;left:16.875rem;display:block; }
#O9PFtxi9hiabyFcwSmAMuI0uDG79oG1Q { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12.0625rem;left:12.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTrfTemlGTsi2saqh7iwiETWwqe1tg6L { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.3125rem;top:3.125rem;left:14.0625rem;overflow:hidden;display:block; }
#WIBOF8RvUzoQE5C2uGumtTfWMqnuXyPH { box-sizing:content-box;height:0.12402375rem;width:6.624rem;position:absolute;display:block;z-index:15045;background-color:#e3e3e3;background-image:none;top:15.5625rem;left:54.25rem;display:block; }
#dGnDGKONPH4IO04T5tiBGVCa7F8rmWbD { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:12.0625rem;left:49.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mn9SQkpB6GIx4uXH2cDfFN5Rhx1rtcHC { position:absolute;display:block;z-index:15032;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:12.0625rem;width:10.4375rem;top:1.6875rem;left:52.3427734375rem;overflow:hidden;display:block; }
#nsu0ZQg8Hbbg1x703lufwgsgbhHBzwEs { color:#ffffff;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.72412109375rem;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; }
#o571fZv8a8XuBl1kSHl3VVMbLL7bLQNW { box-sizing:content-box;height:14.0625rem;width:0.125rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:0.5615234375rem;left:37.437744140625rem;display:block; }
#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/732171af-3929-4833-9d43-2f6ca1d29705/_DSC4337blackandblue.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL.adaptive-delivery-prevent-bg, #p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL.lazyload, #p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL.lazyloading { background-image: none; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row .container { background-color: transparent; background-image: none; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row .container > .video-iframe-container { display: none; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row > .video-iframe-container { display: none; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .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); }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row .container { border-width: 0; border-radius: 0; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL::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; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row .container { font-size:0.875rem;font-family:avenir;height:45.75rem;width:75rem;overflow:visible;position:relative;display:block; }#TKGDyuFsgqFeUgLIBTvWBmwqE5MD9l41 { color:#ffffff;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:2.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KADUkuoTJz9Np8HIutmMoP1F6IGQOm6F { position:absolute;display:block;z-index:14999;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:29.0625rem;width:43.625rem;top:12.03125rem;left:-8.375rem;overflow:hidden;display:block; }
#GP2e4TKM6STHt0xEpZI3rSnNLBdyUU2M { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:avenir;font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:14.84375rem;left:39.25rem;height:9.4863125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlTxBbsKdpRLvtfMP5DrzwQMU5MI08a2 { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.21875rem;left:37.4375rem;height:13.9375rem;display:block; }#xlTxBbsKdpRLvtfMP5DrzwQMU5MI08a2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xlTxBbsKdpRLvtfMP5DrzwQMU5MI08a2 li:before{  }
#thayJnSLwz8eeR52qX86IwKnowlXo3uE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b37442ca-99f3-4d6b-abac-fbc352b82967/top4.svg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE.adaptive-delivery-prevent-bg, #thayJnSLwz8eeR52qX86IwKnowlXo3uE.lazyload, #thayJnSLwz8eeR52qX86IwKnowlXo3uE.lazyloading { background-image: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container { background-color: transparent; background-image: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container > .video-iframe-container { display: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row > .video-iframe-container { display: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .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); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container { border-width: 0; border-radius: 0; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#EazS2n9AzuF47GHfAtTDt18zZf8ykOmt { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:avenir;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18.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; }
#XVSnxzAmT94B1vSllozPQMNzmFlbIs2W { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.46875rem;left:0rem;height:3.25rem;display:block; }
#VMIyKKlEqIBwGBFOPcsWnfiTFlNldWIb { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:avenir;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-form-header {  }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-regular-label { height:auto;display:block;font-family:avenir;font-size:0.875rem;font-weight:400;color:#ffffff;width:28.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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:28.5rem;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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-text {padding-top: 0; padding-bottom: 0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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:28.5rem;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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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:28.5rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-select {padding-top: 0; padding-bottom: 0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:28.5rem;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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:avenir;font-size:0.875rem;font-weight:400;font-style:normal; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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:27.3125rem;overflow:hidden;font-style:normal;float:none; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-container:first-of-type{padding-top:0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-container:last-of-type{padding-bottom:0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN  { background-color:#001230;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:40.75rem;top:8.37890625rem;z-index:15007;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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.5rem;display:block;vertical-align:top; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN {display:block;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN { background-color:#001230;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:40.75rem;top:8.37890625rem;z-index:15007;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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #oD96fME8q5fBk155MkZmDkAsl1qIFSWu { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #ftTkz4dMqPobaioXDVDw0mVGHaZ5k4oZ { position:relative;display:none; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #Dhy9kPQZF6lgnLBL7kwlRlssq7G7PPOm { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #uNr4e8c9VxQbfzhiycqa9tkIOMQngEWE { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #s9o0UfzxVtPhtbL6hheGib3xItE60qBv { position:relative;display:none; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #eI5tvPapDn6MsdxK7efKAgBcsCIAhF6m { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #qbgEpw3UySX5ZcP29TcXGKHALASL8XRp { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #QuG6xFmfJpcQ2eDGo31kKaI2cGgfpIXi { position:relative;display:none; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #bxCCNJkeVJGnZWDcOJvLDgykJhu50bHy { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #KCypczSFSSOVnmo6qpzmQEmfBKDudUkJ { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #crfgGVz6Z5VWdd0qk6Ds5273QybqETXB { position:relative;display:none; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #VRk6HcT4Csk5l6GLVGfPZSQ20feVXghM { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #RsqoZ2RZamHH60EvZROsCG2UuSsdeaqk { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #hntbvlZpKHVv9dwe9p8hlCA38dRmub4c { position:relative;display:none; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #HIgpVOuIrcrgla7JQKvQvUhbU9I2wkUa { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #aZp8wyrsTpnqfTSAEswfTJ0Tc5RfhRO3 { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #zST0IAT2JSB1QIeFRc30zTETay2XQAlM { position:relative;z-index:2; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #uHTlKZ4hUWeruciV79gALyRmqPs90tn5 { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #PeqqpTtNSo38kwKLk9q46KuLXcaKE7Ch { position:relative; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #IBGChnAA4Evpr5kBCR6xkMFEwu3t6gZc { position:relative; }
#PTnFP7DO3TS5yJKaM3sz5BEObCzt4RWE { position:absolute;display:block;z-index:15000;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:28.875rem;width:43.3125rem;top:21.6875rem;left:-6.2388629171461rem;overflow:hidden;display:block; }
#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b { border-top:0.625rem solid #0b50f2;border-left:0;border-right:0;border-bottom:0;background-color:#001230;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container { background-color: transparent; background-image: none; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container > .video-iframe-container { display: none; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row > .video-iframe-container { display: none; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .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); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container { border-width: 0; border-radius: 0; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#WMoLrhEiUZPAXBgopEHVetIO89cZ1JaS { 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; }
#HIZZtu5Re8xtBL6TximPfHPtrFZZLgCw { 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; }
#pQKi9OWqLhIX8JiShRreDoCDdi2LuRGJ { 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; }
#TH864lCrTVTawNSZ4DIIPITvVEzpisSv { 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) { #eW5yIgbpLxcBfnNBsXqEGKln0fQybusG { display:block; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXSdRalPJs34UTTRf1luaRLtp5ctc8TS { top:1.8125rem;left:0rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROdn47E1xhPEpu5CB4USNZWBTukeWQJt { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psVOySsJTaH68gpRFKr5sFz2xcODF2ZX { display:block; }
 }@media only screen and (max-width: 763px) { #pK2omOFhpiGePi6C6eUBZplWU8rB6rOU { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhGXn2sC8xge3xJSUtC5abWt5pvLO9bF { display:block; }
 }@media only screen and (max-width: 763px) { #eQDDipcdpvcxzihh84ccT4ymlC7f19tQ { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxUut8do2LlMy6sM6ZbUA7rL6Ueap6ny { display:block; }
 }@media only screen and (max-width: 763px) { #UcrDk1QGAuci2NNW9QU1MKoTPZUNy2FT { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug39ltqUpK9MQUIvXMmUkeNg9SLuxnMM { display:block; }
 }@media only screen and (max-width: 763px) { #zgsK06DRVz3caVq8DEGziQadfLN9ilh6 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaGIUEwNFBmLBzocczJylqlfq9vqBZVP { display:block; }
 }@media only screen and (max-width: 763px) { #AafuGi2xB79oZThnP0O5VU6l9OBrx91c { display:block; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2ksxEID7y8m6fPXt2EhyMtDlqrTXZSE { top:2.0625rem;left:0rem;width:47.75rem;height:6.625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvGIuoTJNXnaWMEDbaZGvBdUDCOq2zeF { top:15.875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEndHIGThQWTuLDoaFZfkTxtnWq87uGv { width:20.4375rem;height:3.4375rem;top:53.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTKIfkzmForO6xEvxmuTkXOeoRryGGE { display:block; }
 }@media only screen and (max-width: 763px) { #HuJT8IgO0P5wKr4P9yVgZAXJI4T6lF3Q { top:10.0625rem;left:4.59375rem;width:38.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLgS93sa5uxOyPqOO7bcSlmiu6T7vHt7 { top:26.625rem;left:4.5625rem;width:43.1875rem;height:8.4375rem;font-size:1.5625rem;display:block; }#OLgS93sa5uxOyPqOO7bcSlmiu6T7vHt7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d22a2fc2feffd919d9e65a17c91f884062ac45d.svg); }
 }@media only screen and (max-width: 763px) { #bwrasKeZMgxpGdtaJI8wA20cdhVHBfAW { top:28.25rem;left:0rem;width:42.5rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDGxQCHNqy4OEmWletwt91ksQ0pt34DK { top:35.625rem;left:4.5rem;width:43.25rem;height:10.75rem;font-size:1.5625rem;display:block; }#ZDGxQCHNqy4OEmWletwt91ksQ0pt34DK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a246841b150cf3b8587ba8eec708b178f46fd288.svg); }
 }@media only screen and (max-width: 763px) { #DmSIxglwNaKfIRPn5vNFGMgEnM33wN4q { top:14.8125rem;left:0rem;width:47.75rem;height:26.540723333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELvBqXBtzisS1oU188cEbZoruivqEQ8T { display:block; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI5K2vH2TUoBPoMVFhQlLmnaazIHTqsx { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLJZTFfcKR0fmdnL6lStwBMrv6km06JQ { top:13rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDdQfdsoikWJTXh83IT731FEA9e79dTu { top:36.5625rem;left:0rem;width:47.75rem;height:31.543629550321rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQEtN3eZmUp4kMhywlCflo1IcDS6kSM { top:5.375rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQ0rG825e6wklVPoEFr7u3Ukwtmx0n2 { top:20.9375rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL7bzDJOmICwT6NHrTsicD8e6TItGEKt { display:block; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE1nSqdkabOg3Ey25FGfarEUzJNsmaJo { top:3rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4BCNI37CoOB3qmadGa3GWhPlTsUynud { top:14.25rem;left:10.25rem;width:37.5rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrZywlmBA9NkkNqzcptVc1TAqHPyQO9 { top:14.6875rem;left:0rem;width:43.625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqwm9yXhKw9zkraC9cHAASl8p1cCQvoJ { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRu1f1U0yUIxpkcaQgram2Lf3oZu5hLu { top:27.125rem;left:13.375rem;width:34.375rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwO9xtl0XDlx2OOhwL1lKIDyWf7seX0Q { top:23.5rem;left:18.6875rem;width:29.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW { display:block; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NH95qVHiN2xEgUItWIydpJqRRyGnuiDt { top:20.25rem;left:4.625rem;width:6.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXh59I8IWuJEmJkN56TNi4NuqcylzsI6 { top:7.4375rem;left:1.625rem;width:12.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnoAwmI5pEQ14sh2WvFDd7Q6NkgqErvL { top:17.25rem;left:0rem;width:16.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPaOoTqNhGk5pg64xxq9WGiLPnF0ZxaT { top:20.25rem;left:20.5rem;width:6.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6qXLF9QqFBTFaGMcNTgNMvwke4wZXkZ { top:17.5rem;left:15.6875rem;width:16rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNtF6Ep8H9DlpyVxkcWsulgnzOFucpob { top:7.0625rem;left:17.9375rem;width:11.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LToTDUDDOUhxNZbZa8CNnnf4E0Vbvt9U { top:20.875rem;left:36.375rem;width:6.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJlIiUd3JDivCnJHngdBoLgT5kvDbkF { top:17.4375rem;left:31.5625rem;width:16.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqMDy4C9H2l3BZxnAvzRaTrG3NR8RpsZ { top:8.4375rem;left:33.0625rem;width:13.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz56B2yaiiZbU8wRPPT6L501FhvKLxU9 { top:7.6875rem;left:15.75rem;width:0.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtCprtzmWME4ZIclJIl8VAxVNKnvwzVR { top:7.6875rem;left:31.625rem;width:0.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws { display:block; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKIv8obzPP67dAoQdTnLQ2noQ5VppLtn { top:15.5625rem;left:10.0625rem;width:6.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9PFtxi9hiabyFcwSmAMuI0uDG79oG1Q { top:12.0625rem;left:5.375rem;width:16.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrfTemlGTsi2saqh7iwiETWwqe1tg6L { top:3.125rem;left:7.25rem;width:9.3125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIBOF8RvUzoQE5C2uGumtTfWMqnuXyPH { top:15.5625rem;left:33.8125rem;width:6.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGnDGKONPH4IO04T5tiBGVCa7F8rmWbD { top:12rem;left:29.124267578125rem;width:16rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9SQkpB6GIx4uXH2cDfFN5Rhx1rtcHC { top:1.6875rem;left:31.9052734375rem;width:10.4375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu0ZQg8Hbbg1x703lufwgsgbhHBzwEs { top:19.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o571fZv8a8XuBl1kSHl3VVMbLL7bLQNW { top:0.5rem;left:23.75rem;width:0.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL { display:block; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKGDyuFsgqFeUgLIBTvWBmwqE5MD9l41 { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KADUkuoTJz9Np8HIutmMoP1F6IGQOm6F { top:12rem;left:0rem;width:43.625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP2e4TKM6STHt0xEpZI3rSnNLBdyUU2M { top:14.8125rem;left:25.625rem;width:21.875rem;height:9.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlTxBbsKdpRLvtfMP5DrzwQMU5MI08a2 { top:27.1875rem;left:10.1875rem;width:37.5625rem;height:13.9375rem;font-size:1.25rem;display:block; }#xlTxBbsKdpRLvtfMP5DrzwQMU5MI08a2 li:before{  }
 }@media only screen and (max-width: 763px) { #thayJnSLwz8eeR52qX86IwKnowlXo3uE { display:block; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EazS2n9AzuF47GHfAtTDt18zZf8ykOmt { top:1.5625rem;left:0rem;width:38.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVSnxzAmT94B1vSllozPQMNzmFlbIs2W { top:15.4375rem;left:0rem;width:37.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMIyKKlEqIBwGBFOPcsWnfiTFlNldWIb { top:7.5rem;left:0rem;width:33.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-regular-label { display:block;width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-text { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-text {padding-top: 0; padding-bottom: 0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-textarea { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-select { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-select {padding-top: 0; padding-bottom: 0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-button { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-checkbox-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN  { width:28.5rem;height:33.3125rem;top:8.375rem;left:16.75rem; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .radio-container { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN {display:block;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN { width:28.5rem;height:33.3125rem;top:8.375rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #oD96fME8q5fBk155MkZmDkAsl1qIFSWu {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #ftTkz4dMqPobaioXDVDw0mVGHaZ5k4oZ { display:block; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #Dhy9kPQZF6lgnLBL7kwlRlssq7G7PPOm {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #uNr4e8c9VxQbfzhiycqa9tkIOMQngEWE {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #s9o0UfzxVtPhtbL6hheGib3xItE60qBv { display:block; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #eI5tvPapDn6MsdxK7efKAgBcsCIAhF6m {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #qbgEpw3UySX5ZcP29TcXGKHALASL8XRp {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #QuG6xFmfJpcQ2eDGo31kKaI2cGgfpIXi { display:block; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #bxCCNJkeVJGnZWDcOJvLDgykJhu50bHy {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #KCypczSFSSOVnmo6qpzmQEmfBKDudUkJ {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #crfgGVz6Z5VWdd0qk6Ds5273QybqETXB { display:block; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #VRk6HcT4Csk5l6GLVGfPZSQ20feVXghM {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #RsqoZ2RZamHH60EvZROsCG2UuSsdeaqk {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #hntbvlZpKHVv9dwe9p8hlCA38dRmub4c { display:block; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #HIgpVOuIrcrgla7JQKvQvUhbU9I2wkUa {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #aZp8wyrsTpnqfTSAEswfTJ0Tc5RfhRO3 {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #zST0IAT2JSB1QIeFRc30zTETay2XQAlM { z-index:2; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #uHTlKZ4hUWeruciV79gALyRmqPs90tn5 {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #PeqqpTtNSo38kwKLk9q46KuLXcaKE7Ch {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #IBGChnAA4Evpr5kBCR6xkMFEwu3t6gZc {  }
 }@media only screen and (max-width: 763px) { #PTnFP7DO3TS5yJKaM3sz5BEObCzt4RWE { top:21.6875rem;left:0rem;width:43.3125rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFBt3iPI9eNTmJAJ68n3icoyAnceX42b { display:block; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMoLrhEiUZPAXBgopEHVetIO89cZ1JaS { top:2rem;left:0rem;width:12.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIZZtu5Re8xtBL6TximPfHPtrFZZLgCw { 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) { #pQKi9OWqLhIX8JiShRreDoCDdi2LuRGJ { top:2.0625rem;left:27rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH864lCrTVTawNSZ4DIIPITvVEzpisSv { 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;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #eW5yIgbpLxcBfnNBsXqEGKln0fQybusG { 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; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container { background-color: transparent; background-image: none; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container > .video-iframe-container { display: none; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row > .video-iframe-container { display: none; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .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); }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container { border-width: 0; border-radius: 0; }#eW5yIgbpLxcBfnNBsXqEGKln0fQybusG > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXSdRalPJs34UTTRf1luaRLtp5ctc8TS { width:13.875rem;height:1.5625rem;top:1.34375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROdn47E1xhPEpu5CB4USNZWBTukeWQJt { 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) { #psVOySsJTaH68gpRFKr5sFz2xcODF2ZX { display:block; }
 }@media only screen and (max-width: 763px) { #pK2omOFhpiGePi6C6eUBZplWU8rB6rOU { 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) { #hhGXn2sC8xge3xJSUtC5abWt5pvLO9bF { display:block; }
 }@media only screen and (max-width: 763px) { #eQDDipcdpvcxzihh84ccT4ymlC7f19tQ { 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) { #MxUut8do2LlMy6sM6ZbUA7rL6Ueap6ny { display:block; }
 }@media only screen and (max-width: 763px) { #UcrDk1QGAuci2NNW9QU1MKoTPZUNy2FT { 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) { #ug39ltqUpK9MQUIvXMmUkeNg9SLuxnMM { display:block; }
 }@media only screen and (max-width: 763px) { #zgsK06DRVz3caVq8DEGziQadfLN9ilh6 { width:8.4375rem;height:1.875rem;top:1.1875rem;left:11.5625rem;font-size:0.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaGIUEwNFBmLBzocczJylqlfq9vqBZVP { display:block; }
 }@media only screen and (max-width: 763px) { #AafuGi2xB79oZThnP0O5VU6l9OBrx91c { background-color:#001230;background-image:url("https://images.assets-landingi.com/uc/fbc26957-f982-44a9-9895-999d071df1f0/newbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c.adaptive-delivery-prevent-bg, #AafuGi2xB79oZThnP0O5VU6l9OBrx91c.lazyload, #AafuGi2xB79oZThnP0O5VU6l9OBrx91c.lazyloading { background-image: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container { background-color: transparent; background-image: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container > .video-iframe-container { display: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row > .video-iframe-container { display: none; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .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); }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container { border-width: 0; border-radius: 0; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AafuGi2xB79oZThnP0O5VU6l9OBrx91c > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2ksxEID7y8m6fPXt2EhyMtDlqrTXZSE { width:20rem;height:5.25rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvGIuoTJNXnaWMEDbaZGvBdUDCOq2zeF { width:20rem;height:7.7988125rem;top:12.6630859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEndHIGThQWTuLDoaFZfkTxtnWq87uGv { width:17.5rem;height:3.4375rem;top:53.802734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTKIfkzmForO6xEvxmuTkXOeoRryGGE { display:block; }
 }@media only screen and (max-width: 763px) { #HuJT8IgO0P5wKr4P9yVgZAXJI4T6lF3Q { width:20rem;height:2.5rem;top:8.1162109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLgS93sa5uxOyPqOO7bcSlmiu6T7vHt7 { width:20rem;height:5.51171875rem;top:21.650390625rem;left:0rem;font-size:1rem;display:block; }#OLgS93sa5uxOyPqOO7bcSlmiu6T7vHt7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d22a2fc2feffd919d9e65a17c91f884062ac45d.svg); }
 }@media only screen and (max-width: 763px) { #bwrasKeZMgxpGdtaJI8wA20cdhVHBfAW { width:20rem;height:15.375rem;top:32.267578125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZDGxQCHNqy4OEmWletwt91ksQ0pt34DK { width:20rem;height:8.4238125rem;top:44.267578125rem;left:0rem;font-size:1rem;display:block; }#ZDGxQCHNqy4OEmWletwt91ksQ0pt34DK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a246841b150cf3b8587ba8eec708b178f46fd288.svg); }
 }@media only screen and (max-width: 763px) { #DmSIxglwNaKfIRPn5vNFGMgEnM33wN4q { width:19.625rem;height:10.9375rem;top:28.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ELvBqXBtzisS1oU188cEbZoruivqEQ8T { 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; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T.adaptive-delivery-prevent-bg, #ELvBqXBtzisS1oU188cEbZoruivqEQ8T.lazyload, #ELvBqXBtzisS1oU188cEbZoruivqEQ8T.lazyloading { background-image: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container { background-color: transparent; background-image: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container > .video-iframe-container { display: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row > .video-iframe-container { display: none; }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .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); }#ELvBqXBtzisS1oU188cEbZoruivqEQ8T > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI5K2vH2TUoBPoMVFhQlLmnaazIHTqsx { width:20rem;height:6.82325rem;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) { #nLJZTFfcKR0fmdnL6lStwBMrv6km06JQ { width:20rem;height:12.9980625rem;top:13.6982421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDdQfdsoikWJTXh83IT731FEA9e79dTu { width:20rem;height:13.3125rem;top:28.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQEtN3eZmUp4kMhywlCflo1IcDS6kSM { width:20rem;height:3.57421875rem;top:9.0048828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqQ0rG825e6wklVPoEFr7u3Ukwtmx0n2 { width:20rem;height:28.59574375rem;top:42.28125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL7bzDJOmICwT6NHrTsicD8e6TItGEKt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c74d7bb7-0fff-4344-ba6a-c0ea0c6ee0b0/bottom2.svg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt.adaptive-delivery-prevent-bg, #VL7bzDJOmICwT6NHrTsicD8e6TItGEKt.lazyload, #VL7bzDJOmICwT6NHrTsicD8e6TItGEKt.lazyloading { background-image: none; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container { background-color: transparent; background-image: none; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container > .video-iframe-container { display: none; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row > .video-iframe-container { display: none; }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .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); }#VL7bzDJOmICwT6NHrTsicD8e6TItGEKt > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UE1nSqdkabOg3Ey25FGfarEUzJNsmaJo { 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) { #C4BCNI37CoOB3qmadGa3GWhPlTsUynud { width:20rem;height:9.099375rem;top:11.1357421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrZywlmBA9NkkNqzcptVc1TAqHPyQO9 { width:20rem;height:13.3125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqwm9yXhKw9zkraC9cHAASl8p1cCQvoJ { width:18rem;height:3.57421875rem;top:6.5625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRu1f1U0yUIxpkcaQgram2Lf3oZu5hLu { width:20rem;height:12.9980375rem;top:39.34765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwO9xtl0XDlx2OOhwL1lKIDyWf7seX0Q { width:20rem;height:1.7871125rem;top:35.8720703125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/069469e5-5574-4aab-afc6-6f79c6e020ad/newpattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW.adaptive-delivery-prevent-bg, #i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW.lazyload, #i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW.lazyloading { background-image: none; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container { background-color: transparent; background-image: none; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container > .video-iframe-container { display: none; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .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); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row > .video-iframe-container { display: none; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .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); }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container { border-width: 0; border-radius: 0; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW::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; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3n78UPa5mHlCG0r7DosmbOBfoS5JiUW > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NH95qVHiN2xEgUItWIydpJqRRyGnuiDt { width:6.625rem;height:0.125rem;top:11.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXh59I8IWuJEmJkN56TNi4NuqcylzsI6 { width:11.5rem;height:8.9375rem;top:2.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnoAwmI5pEQ14sh2WvFDd7Q6NkgqErvL { width:16.0625rem;height:1.625rem;top:10.3125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPaOoTqNhGk5pg64xxq9WGiLPnF0ZxaT { width:6.5625rem;height:0.125rem;top:25.375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6qXLF9QqFBTFaGMcNTgNMvwke4wZXkZ { width:16.0625rem;height:1.625rem;top:23.8125rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNtF6Ep8H9DlpyVxkcWsulgnzOFucpob { width:9.9375rem;height:8.9375rem;top:14.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LToTDUDDOUhxNZbZa8CNnnf4E0Vbvt9U { width:8.75rem;height:0.125rem;top:39rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJlIiUd3JDivCnJHngdBoLgT5kvDbkF { width:16.0625rem;height:1.625rem;top:35.8125rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqMDy4C9H2l3BZxnAvzRaTrG3NR8RpsZ { width:12.3125rem;height:8.4375rem;top:28.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz56B2yaiiZbU8wRPPT6L501FhvKLxU9 { width:0.125rem;height:14.0625rem;top:7.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtCprtzmWME4ZIclJIl8VAxVNKnvwzVR { width:0.125rem;height:14.0625rem;top:7.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/069469e5-5574-4aab-afc6-6f79c6e020ad/newpattern.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws.adaptive-delivery-prevent-bg, #O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws.lazyload, #O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws.lazyloading { background-image: none; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container { background-color: transparent; background-image: none; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,80,242,0.9); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container > .video-iframe-container { display: none; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .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); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row > .video-iframe-container { display: none; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .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); }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container { border-width: 0; border-radius: 0; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws::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; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2ElOVWDSrbMqto6OqMtTUcGuXmJTOws > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKIv8obzPP67dAoQdTnLQ2noQ5VppLtn { width:9.375rem;height:0.125rem;top:10.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9PFtxi9hiabyFcwSmAMuI0uDG79oG1Q { width:16.0625rem;height:1.625rem;top:9.0625rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrfTemlGTsi2saqh7iwiETWwqe1tg6L { width:9.3125rem;height:8.9375rem;top:0.8125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIBOF8RvUzoQE5C2uGumtTfWMqnuXyPH { width:6.5625rem;height:0.0625rem;top:25.2109375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGnDGKONPH4IO04T5tiBGVCa7F8rmWbD { width:16.0625rem;height:1.625rem;top:23.5859375rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn9SQkpB6GIx4uXH2cDfFN5Rhx1rtcHC { width:10.4375rem;height:12.125rem;top:13.9609375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsu0ZQg8Hbbg1x703lufwgsgbhHBzwEs { width:20rem;height:2.2744125rem;top:26.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o571fZv8a8XuBl1kSHl3VVMbLL7bLQNW { width:0.125rem;height:14.0625rem;top:0.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL { display:block; }#p0bhyXcgz1vVqA8HP74SChWw1CT2gcpL > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKGDyuFsgqFeUgLIBTvWBmwqE5MD9l41 { width:20rem;height:9.097625rem;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) { #KADUkuoTJz9Np8HIutmMoP1F6IGQOm6F { width:20rem;height:13.3125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP2e4TKM6STHt0xEpZI3rSnNLBdyUU2M { width:20rem;height:6.1875rem;top:27.544921875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlTxBbsKdpRLvtfMP5DrzwQMU5MI08a2 { width:20rem;height:17.8349375rem;top:35.5400390625rem;left:0rem;font-size:1rem;display:block; }#xlTxBbsKdpRLvtfMP5DrzwQMU5MI08a2 li:before{  }
 }@media only screen and (max-width: 763px) { #thayJnSLwz8eeR52qX86IwKnowlXo3uE { 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; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE.adaptive-delivery-prevent-bg, #thayJnSLwz8eeR52qX86IwKnowlXo3uE.lazyload, #thayJnSLwz8eeR52qX86IwKnowlXo3uE.lazyloading { background-image: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container { background-color: transparent; background-image: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container > .video-iframe-container { display: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row > .video-iframe-container { display: none; }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .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); }#thayJnSLwz8eeR52qX86IwKnowlXo3uE > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EazS2n9AzuF47GHfAtTDt18zZf8ykOmt { 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) { #XVSnxzAmT94B1vSllozPQMNzmFlbIs2W { width:20rem;height:3.8994125rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMIyKKlEqIBwGBFOPcsWnfiTFlNldWIb { width:20rem;height:3.57421875rem;top:6.88671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-regular-label { display:block;width:16.6875rem;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; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-text {padding-top: 0; padding-bottom: 0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-select {padding-top: 0; padding-bottom: 0;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN  { width:16.6875rem;height:auto;top:32.7900390625rem;left:0.40625rem;background-color:#001230;background-image:none; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN {display:block;}#dKfrq14v1dfL0OmKusnZwNfatGoIcJuN { width:16.6875rem;height:auto;top:32.7900390625rem;left:0.40625rem;background-color:#001230;background-image:none; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #oD96fME8q5fBk155MkZmDkAsl1qIFSWu {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #ftTkz4dMqPobaioXDVDw0mVGHaZ5k4oZ { display:none; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #Dhy9kPQZF6lgnLBL7kwlRlssq7G7PPOm {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #uNr4e8c9VxQbfzhiycqa9tkIOMQngEWE {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #s9o0UfzxVtPhtbL6hheGib3xItE60qBv { display:none; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #eI5tvPapDn6MsdxK7efKAgBcsCIAhF6m {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #qbgEpw3UySX5ZcP29TcXGKHALASL8XRp {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #QuG6xFmfJpcQ2eDGo31kKaI2cGgfpIXi { display:none; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #bxCCNJkeVJGnZWDcOJvLDgykJhu50bHy {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #KCypczSFSSOVnmo6qpzmQEmfBKDudUkJ {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #crfgGVz6Z5VWdd0qk6Ds5273QybqETXB { display:none; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #VRk6HcT4Csk5l6GLVGfPZSQ20feVXghM {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #RsqoZ2RZamHH60EvZROsCG2UuSsdeaqk {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #hntbvlZpKHVv9dwe9p8hlCA38dRmub4c { display:none; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #HIgpVOuIrcrgla7JQKvQvUhbU9I2wkUa {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #aZp8wyrsTpnqfTSAEswfTJ0Tc5RfhRO3 {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #zST0IAT2JSB1QIeFRc30zTETay2XQAlM { z-index:2; }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #uHTlKZ4hUWeruciV79gALyRmqPs90tn5 {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #PeqqpTtNSo38kwKLk9q46KuLXcaKE7Ch {  }
 }@media only screen and (max-width: 763px) { #dKfrq14v1dfL0OmKusnZwNfatGoIcJuN #IBGChnAA4Evpr5kBCR6xkMFEwu3t6gZc {  }
 }@media only screen and (max-width: 763px) { #PTnFP7DO3TS5yJKaM3sz5BEObCzt4RWE { width:19.75rem;height:13.125rem;top:18.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFBt3iPI9eNTmJAJ68n3icoyAnceX42b { background-color:#001230;background-image:none;position:relative;z-index:auto;display:block; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container { background-color: transparent; background-image: none; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container > .video-iframe-container { display: none; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row > .video-iframe-container { display: none; }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .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); }#bFBt3iPI9eNTmJAJ68n3icoyAnceX42b > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMoLrhEiUZPAXBgopEHVetIO89cZ1JaS { width:12rem;height:1.5rem;top:3.65625rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HIZZtu5Re8xtBL6TximPfHPtrFZZLgCw { width:3.0625rem;height:1.462675rem;top:0.734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQKi9OWqLhIX8JiShRreDoCDdi2LuRGJ { 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) { #TH864lCrTVTawNSZ4DIIPITvVEzpisSv { width:3.9375rem;height:1.462675rem;top:0.734375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }