.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28b6ad;background-image:none;position:relative;display:block; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { background-color: transparent; background-image: none; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container > .video-iframe-container { display: none; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row > .video-iframe-container { display: none; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .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); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { border-width: 0; border-radius: 0; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#HgoOin8Eim5MaHs9FCGdI60DAhTOQf0b { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:7.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { background-color:transparent;background-image:url("https://images.assets-landingi.com/WK00EihH/BN_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0rem solid #0e9ae5;position:relative;display:block; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.adaptive-delivery-prevent-bg, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyload, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyloading { background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { background-color: transparent; background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .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); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { border-width: 0; border-radius: 0; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;overflow:visible;position:relative;display:block; }#MJRcvEogDeApsBpWm05fy2NqcQ0yRVoT { position:absolute;display:block;z-index:100001;background-color:#28b6ad;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:20.375rem;left:56.875rem;display:block; }
#ZkKKppNSQA852w2C2MwJT6SQ6hUyyUNU { color:#676867;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.5rem;left:29.875rem;height:8.2871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#RxSBn2ngNRc0dW7Xahu0HuBvLEixGnrN { color:#676867;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:22.8671875rem;left:30rem;height:4.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#BcqgZbUDGaRGafu0o2ZRk8XbKsJHp6m2 { z-index:100001;top:31.8125rem;left:42.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #39c5bc, #28b6ad);background-image: -moz-linear-gradient(45deg, #39c5bc, #28b6ad);background-image: -ms-linear-gradient(45deg, #39c5bc, #28b6ad);background-image: -o-linear-gradient(45deg, #39c5bc, #28b6ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#39c5bc', endColorstr='#28b6ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#39c5bc', endColorstr='#28b6ad' );";background-image: linear-gradient(45deg, #39c5bc, #28b6ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MoCSdCiVR1EoS1LaUMesGZTgnrx8Jnlp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RmpFqyOVON9kFK7NNWczSFhafFNIH52l { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5625rem;width:60rem;display:none; }
#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row .container { background-color: transparent; background-image: none; }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row .container > .video-iframe-container { display: none; }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row > .video-iframe-container { display: none; }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .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); }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row .container { border-width: 0; border-radius: 0; }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#H5PUXgLnKnMsQL5cd0X8DlTnKJqoRcw7 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.93047142028806rem;left:17.031251907349rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3pGWCKlY/_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:60rem;overflow:visible;position:relative;display:block; }#eyBiko5JVB10Fcp2SdG9KhgpZsP2CBcc { position:absolute;display:block;z-index:100001;background-color:#2c2d2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:3.125rem;top:4.5rem;left:1.5625rem;display:block; }
#thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { color:#000000;display:block;width:30.125rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.75rem;left:0.9375rem;height:3.81875rem;font-style:normal;display:block; }
#hF00vTVOITqGttTzWASnoh2EMBbSoMmW { color:#515151;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:36.25rem;left:34.625rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DI8yfaqmoiaVX0aTX3I7HLbBizNVD5ZO { position:absolute;display:block;z-index:99999;background-color:#40d0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15rem;width:28.75rem;top:30.25rem;left:29.25rem;display:block; }
#NH2D2ESHcOTH9vonL1WGZvKX6QVqi4oi { color:#515151;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.625rem;left:7.25rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2SENWhTt93hww4ptwv9gC7G755I2UZ4 { position:absolute;display:block;z-index:100000;background-color:rgba(64,208,196,0.97);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.5625rem;width:28.75rem;top:10.9375rem;left:1.625rem;display:block; }
#H0CH8b6PKV2onIM8WclDBbwneD6INqJ7 { color:#515151;display:block;width:22.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:11.9375rem;left:7.1875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dz9WB4vSTMwt6MIg5QHT4MzC7mK0GDOS { color:#515151;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:31.25rem;left:34.6875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uiWo8rwqsEKrShQ7yoZyhP5uNuOGxvfB { color:#515151;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:21.8125rem;left:7rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LF1LvF7GxVTl26lkqhlvOQ4QxTRvbT1M { color:#515151;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:41.6875rem;left:34.8125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJBwaF7koawT7KybLLRZbJsTXnCcnFvO { z-index:100001;top:47.248046875rem;left:38.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #12cc94;border-left:0.125rem solid #12cc94;border-right:0.125rem solid #12cc94;border-bottom:0.125rem solid #12cc94;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#12cc94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ENTtxTqqqKAoIFEUguhpZs2erdmDp43R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JStItRZvJQrNqkVufXu1eGLwfZXSJUDG { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:4.25rem;top:29.9375rem;left:29.9375rem;overflow:hidden;display:block; }
#pPH2LyMnEHwyyW74CTOiQLziRARiwMIM { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:4.25rem;top:20.5625rem;left:2.0625rem;overflow:hidden;display:block; }
#TToKd9zbf6RG0ghTAl39TOAdFgkBehvs { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:4.125rem;top:15.25rem;left:2.125rem;overflow:hidden;display:block; }
#pTXlGbJyfr1zVhuCzt7e0xU2kTXNeH1d { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:4.4375rem;top:39.3125rem;left:29.9375rem;overflow:hidden;display:block; }
#F3RlekrneCbiAgHxX7uAae5QA7x7canJ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:4.1875rem;top:34.8125rem;left:29.9375rem;overflow:hidden;display:block; }
#hMmdwfRhb9DmoPrC2VewINmp78VDgJ2r { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:4.1875rem;top:10.3125rem;left:2.125rem;overflow:hidden;display:block; }
#aBTT8umOSyJXSnb95bNmbPFvvzUPJLcg { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.0625rem;width:21.0625rem;top:8.875rem;left:34.1875rem;overflow:hidden;display:block; }
#NV1i1KSK0sfWOohTTCeWDrFudUiM6VVh { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:20.5rem;top:30.25rem;left:5.75rem;overflow:hidden;display:block; }
#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.adaptive-delivery-prevent-bg, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyload, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyloading { background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { background-color: transparent; background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .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); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { border-width: 0; border-radius: 0; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-form-header {  }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.375rem;box-sizing:border-box;height:1.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;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.875rem;margin-bottom:0.25rem;margin-left:0.9375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.4375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.9375rem;overflow:hidden;font-style:normal; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container:first-of-type{padding-top:0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container:last-of-type{padding-bottom:0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr  { background-color:rgba(0,0,0,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:14.162109375rem;left:38.124348640442rem; }#BkUFyrvtSnruQphaS54TAoqdUebncNXr .adaptive-delivery-prevent-bg, #BkUFyrvtSnruQphaS54TAoqdUebncNXr .lazyload, #BkUFyrvtSnruQphaS54TAoqdUebncNXr .lazyloading { background-image: none; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr {display:block;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr { background-color:rgba(0,0,0,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:14.162109375rem;left:38.124348640442rem; }#BkUFyrvtSnruQphaS54TAoqdUebncNXr.adaptive-delivery-prevent-bg, #BkUFyrvtSnruQphaS54TAoqdUebncNXr.lazyload, #BkUFyrvtSnruQphaS54TAoqdUebncNXr.lazyloading { background-image: none; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #qVgsEXeVT8k9ZrnPSvDgZwxc1XhzGGUz { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #JQmRzxirRkQZlpnTWwDTS0xPATTLKUTG { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #lrosxrm5PVBeThyQMNQNxep4QaUnArXz { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XQsADoxLsnJncyHW1HMORNA7IS0PbrH6 { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #aBAecfmgpkQkwtqfDiLaTbArvdqmTSTq { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #KEyQKaoT1pKelBqPFWl3sgJFgKaoUcvp { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #CTLlGpfFFIGPcdXbcFagw0nGvJbgyGhi { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #Gp4VTrqbdNd1PF9G9AOmDvTshMEogZk4 { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #lLZeU0qTsLaOhIhivqeOo1cMZyHAyva0 { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf .container-column{width:50%;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr #nELLsxCe0F3Z2qZxA3azhBieeaUQ6buN { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #GGzQ8170fmFmIMC9l9qsnvqd8BH2M1Fl { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #vv6I28syAQGyIQHLzcuKsW1UVtmcKKHh { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #vP0J4rzDyWDmWbRwOHCsGVg1f91CapvN { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #wKU835SDQySp4ZwFSqrNq3Ipt6P8gAVw { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #AoUgPlwkZH4sxUA2nRsm4gauyRqmhXxS { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #zOqRoqL900AUPUA0gB4gxGadS1pIlbsm { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #kGcqtGE8h1l67vlTHkHUiSWiZ3A8NXLO { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #z95XMXEHxxbgi6TnryaTXX4q9ZtNNBnS { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #kMUKKhDmTp8xHQuCCgpT78dgQzOUyRmF { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #fAqRXNBWPv48P2Uwfn6vQkOBeEbrbura { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #LNvZ4SAiFTOCCSTZVVWTiGpixsm49BSG { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #v5Ik768OTZWGCvoyMVUIism2sSEhdEuX { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #m9tSv1IotkXZrnk7V3nnoL4Qbk1eZNfo { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #pKy9zsJEZmnJOknB1VxHTaJTpfgW7h1o { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #IhKSiZZvxKbRaIbS7GQvIh0u9rA87BOQ { position:relative; }
#XatWwyFsTU5QeQIi9J3IzJFBLtFUibo9 { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:2.503137588501rem;left:9.02499961853rem;height:2.275rem;display:none; }
#XFxlZkcpqEnymEJXUrZEIZanyVUbUJJB { color:#70ac70;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:2;letter-spacing:0;top:5.434371471405rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nhdXHHqpJW1gpISJwLzfU9Z3RunEHwVe { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:18rem;left:3.5625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#euUnhlByLDe763CqeFfkINs0Xb0Or8W7 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:17.375rem;left:0rem;display:block; }
#bGe4oN2FsOokTTdeLuH38WEJnkvQAXTe { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:14.162496089935rem;left:2.125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#tVk6CTSh4XNBNNgkKmtTLvSiMpz85KuI { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:26.75rem;left:0rem;display:block; }
#rTaaloiF7nIrtePOXucQNxkItyEVibmd { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:27.375rem;left:3.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h8cIDCd73pOTW7vdJQGgf6tUD4GtZfWX { box-sizing:content-box;color:#fbfdff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:22.3125rem;left:0rem;display:block; }
#RiOxdhp8up2v0XTOQJ1lIMxTINESsoTu { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:30.8125rem;left:0rem;display:block; }
#phiyhr0iWKZ7sgzNfgniti6emnWJ5KFA { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:23rem;left:3.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n5q8ylyCXLoRfznVdyA1uT1kIzutfkvd { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:31.5rem;left:3.75rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IWC7Rc0RZyTVdSP0n5Qk679LMKvvDSat { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:10.125rem;top:17.5rem;left:24.9375rem;overflow:hidden;display:block; }
#hvWiR9N0l61phTPcS5qUEXD0XIw3MF8S { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:2.0609354972839rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#mXtWerCdoMeGNKRMfGwD7HxzBN0C8bux { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:2.059371471405rem;left:25.687501907349rem;display:block; }
#e31OpgG7oqBnNGime79H572G8SA87Tx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TrHpg7mp/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4.adaptive-delivery-prevent-bg, #e31OpgG7oqBnNGime79H572G8SA87Tx4.lazyload, #e31OpgG7oqBnNGime79H572G8SA87Tx4.lazyloading { background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { background-color: transparent; background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .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); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { border-width: 0; border-radius: 0; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#F5FhQiyDmzHicakfZ65XQHyt9lTrFZBA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:32.4375rem;display:none; }
#DnaXalxtJqIGzfbg0w1OJeL1FneBo4Rw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:34.125rem;display:none; }
#PvHCizHfXmLDMwmON7VEMe4Zx3luHIXH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:34.125rem;display:none; }
#eQNofJBoLSG0mCKJtULyMy8OwzpgWr1T { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:34.25rem;display:none; }
#k4ppHDc6hZTUDzpVbpUXCRzefBT5GtxK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0;top:34.874998092651rem;left:0rem;overflow:hidden;display:block; }
#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB.adaptive-delivery-prevent-bg, #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB.lazyload, #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB.lazyloading { background-image: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { background-color: transparent; background-image: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container > .video-iframe-container { display: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row > .video-iframe-container { display: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .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); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { border-width: 0; border-radius: 0; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#HiHZXClF7RXCnhkEtxP2V1T9QZFMwlRg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:6.9375rem;left:14.3125rem;overflow:hidden;display:block; }
#ba8RpDeU82IWFoTqUhONGIqvf3pcDdrA { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:13.4375rem;left:10.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfSQi95TKCanW7Xd93LdVQO15TCiqT5U { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:9.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOv34E5TxymqJSwzD8imVWJcDdi6uv7n { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:18.666667938233rem;left:15.6875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a1pJQqFTnsyIAcnp3nZNqx50h3LnMXZW { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:13.186458587646rem;left:16.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NJEENh9A0u4KIbBLvIVT0AmUOIfQERG6 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4rem;top:6.6875rem;left:20.3125rem;overflow:hidden;display:none; }
#rOSnnRRhqrfikv8uSTdXxblmrUgtJemT { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:18.625rem;left:24.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jr0TEV1W0mcAk6quv0iWowEehUSg4WSg { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:13.0625rem;left:25.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJTaRati9R4nhMzCmSrKmVSvLSQlC7mX { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:3.3125rem;top:6.5625rem;left:29.875rem;overflow:hidden;display:block; }
#d5PvVwgP4OCTIWyoLRCfOOi7rTxBZrpA { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:18.5625rem;left:40.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qutbNdVwN4WOsVLBFT1AXqDnfMhzulJT { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:13.0625rem;left:41.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdQDwQwXE6K1msE6TzWGVhWqhzPFA7cS { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:6.5625rem;left:45.1875rem;overflow:hidden;display:block; }
#hmieMToW0ZyuuguJ2C9RnLCEATuN7TEy { position:absolute;display:block;z-index:100025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9.09375rem;left:14.941665649414rem;display:none; }
#ZDrk97WVlZL5yPlkrDHydfaW6shaNHAU { position:absolute;display:block;z-index:100026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9rem;left:24rem;display:block; }
#EGpA9C7td0MmfenF9bTTBUw7VmqFMlg6 { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9rem;left:39rem;display:block; }
#B0qNDuLWXbztU1fEfJTGkQ50luh3nrzM { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9.09375rem;left:44.972915649414rem;display:none; }
#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { background-color: transparent; background-image: none; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container > .video-iframe-container { display: none; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row > .video-iframe-container { display: none; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .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); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { border-width: 0; border-radius: 0; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#EOlg3PbKSTrubbKwktTRGZFeahkNMpBp { position:absolute;display:block;z-index:100032;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:59.8125rem;top:0rem;left:0.09375rem;display:block; }
#umKRSCVvmyfqNgeHuBLGK2ZvRuyffmcx { box-sizing:content-box;color:#00acf8;font-size:5.6875rem;font-weight:400;line-height:1;height:8.1875rem;width:8.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:1.8125rem;left:25.906250953674rem;display:block; }
#vLn05Ssn7Tt8BWMfc0pZXeUQr6imsr3p { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100034;line-height:.9;letter-spacing:0;top:2.234375rem;left:0rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfc;background-image:none;position:relative;display:block; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { background-color: transparent; background-image: none; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container > .video-iframe-container { display: none; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row > .video-iframe-container { display: none; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .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); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { border-width: 0; border-radius: 0; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#TexPZCeVwtkuObcBUcd755uPQvL97nBW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:13.75rem;top:0.6875rem;left:15.625000953674rem;overflow:hidden;display:block; }
#F16yrcDLRztTNlubCLJNJRmiUUfLO8NK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:14.9375rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#yKsSIhiQC6LdmVPMUFWF7FlKycvUgi20 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:14.875rem;top:1.03125rem;left:30.000000953674rem;overflow:hidden;display:block; }
#HhS0pbRmxNgqJ7kMvUTvbiJVy9dXu6yw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:14.5rem;top:1.03125rem;left:45.250000953674rem;overflow:hidden;display:block; }
#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row .container { background-color: transparent; background-image: none; }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row .container > .video-iframe-container { display: none; }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row > .video-iframe-container { display: none; }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .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); }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row .container { border-width: 0; border-radius: 0; }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#o3paNyHMUQIADrxbmxXWCBa3I8N7sXdD { position:absolute;display:block;z-index:100032;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:59.8125rem;top:0rem;left:0.09375rem;display:block; }
#e5qp8soiCEDPvwxTNzXsSoD7Dc5aXHhO { box-sizing:content-box;color:#00acf8;font-size:5.6875rem;font-weight:400;line-height:1;height:8.1875rem;width:8.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:1.8125rem;left:25.906250953674rem;display:block; }
#pCH4qCINTqFV1V9zdeWatoZA8vFeTLEu { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100034;line-height:.9;letter-spacing:0;top:2.234375rem;left:0rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.adaptive-delivery-prevent-bg, #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.lazyload, #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.lazyloading { background-image: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { background-color: transparent; background-image: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container > .video-iframe-container { display: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container { display: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .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); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { border-width: 0; border-radius: 0; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#ZnIXvT9Cld4NCD2y6XWu0ERfCodSsIyJ { color:#222222;display:block;width:39.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:5rem;left:10.25rem;height:3.9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HVfT8cuqfMKbP2gT9xZb0lTtQAUdPIm0 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.8125rem;top:5.9375rem;left:3.4375rem;overflow:hidden;display:block; }
#RfDvKMZARQDSX92Zx11vuqnS7osN34Bi { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.8125rem;top:5.9375rem;left:54.625rem;overflow:hidden;display:block; }
#LVkBtNNXQDODS07FUbTh6cHKtCbsC2J1 { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:10.8125rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d2F0guTTXDfZEWI1xW1u8iTiqhfh0CX6 { position:absolute;display:block;z-index:100008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:59.875rem;top:16.250003814698rem;left:0rem;display:block; }
#QV7lsDMMXTTfIFOwrTsARl77hhRwA2fi { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVW3MCuVv82PqWnTCoebZ5rnNHCvscyT { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:21.4375rem;left:0.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LyT7uN6eQlzaT4VE0D3uHbAimRkBgByu { color:#222222;display:block;width:24.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:32.25rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRhPJqe7mhbSeIHsfWO3kzSxu4pb5DOT { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:21.4375rem;left:30rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iEXfeUtZ1aFoQ2TAv0pBXJ4BQSmQqf9d { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:0.125rem;top:10.8125rem;left:30rem;display:block; }
#fofl9TohunTdsvNRMpl96MiIlzBLzQDw { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100003;line-height:2;letter-spacing:0;top:0rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VkL3FT8X20qFKbapev5BoCTZVrThz9SO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(23,153,235,0.1);background-image:none;position:relative;display:block; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { background-color: transparent; background-image: none; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container > .video-iframe-container { display: none; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row > .video-iframe-container { display: none; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .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); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { border-width: 0; border-radius: 0; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd.adaptive-delivery-prevent-bg, #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd.lazyload, #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd.lazyloading { background-image: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { background-color: transparent; background-image: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container > .video-iframe-container { display: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row > .video-iframe-container { display: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .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); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { border-width: 0; border-radius: 0; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#RcSx6FHzT3cm3tzsTTA1DcWBmLCiZii2 { position:absolute;display:block;z-index:100008;background-color:#1799eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:5.9375rem;left:29.125rem;display:block; }
#KmsxGTMfUUsHXUq8cfM1Gwd4Exh5orD6 { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:19rem;height:3.81875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVcezJEkRJIfCQXuKiiIJtAKf4EoLBA6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZdQshpHtGxEeS7FtpgW52EDt5XebITH { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:5.9375rem;left:29.125rem;display:block; }
#bOdmqRhAgMmMm8yL9VCbOkQ7wsrtve1E { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:6.9375rem;top:23.0625rem;left:38.1875rem;overflow:hidden;display:block; }
#pwTmyMmKe3kTuQyEnOcyiamHfKLg3oW1 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:23rem;left:46.3125rem;overflow:hidden;display:block; }
#XCeQxAuLhS8dI5TE4t5A3IILCXK75pvL { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:22.9375rem;left:51.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B { display:block; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HgoOin8Eim5MaHs9FCGdI60DAhTOQf0b { width:7.8125rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { display:block; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { background-color: transparent; background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .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); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { border-width: 0; border-radius: 0; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/WK00EihH/BN_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0rem solid #0e9ae5;height:20.5625rem;position:relative;display:block; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container.adaptive-delivery-prevent-bg, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container.lazyload, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 959px) { #MJRcvEogDeApsBpWm05fy2NqcQ0yRVoT { width:3.125rem;height:0.125rem;top:20.375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZkKKppNSQA852w2C2MwJT6SQ6hUyyUNU { width:30.125rem;height:8.2871125rem;top:0rem;left:17.625rem;font-size:3.1875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 959px) { #RxSBn2ngNRc0dW7Xahu0HuBvLEixGnrN { width:30rem;height:4.5996125rem;top:15.8369140625rem;left:17.75rem;font-size:1.4375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 959px) { #BcqgZbUDGaRGafu0o2ZRk8XbKsJHp6m2 { top:10.6240234375rem;left:28.625rem;width:17.3125rem;height:3.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 959px) { #MoCSdCiVR1EoS1LaUMesGZTgnrx8Jnlp { display:block; }
 }@media only screen and (max-width: 959px) { #RmpFqyOVON9kFK7NNWczSFhafFNIH52l { top:0rem;left:0rem;width:47.75rem;height:20.1875rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI { display:block; }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #H5PUXgLnKnMsQL5cd0X8DlTnKJqoRcw7 { width:25.9375rem;height:2.7625rem;top:0.875rem;left:10.906251907349rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eyBiko5JVB10Fcp2SdG9KhgpZsP2CBcc { width:3.125rem;height:0.125rem;top:8.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:30.125rem;height:2.7625rem;top:9.75rem;left:1.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hF00vTVOITqGttTzWASnoh2EMBbSoMmW { width:17rem;height:2.6rem;top:44.375rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DI8yfaqmoiaVX0aTX3I7HLbBizNVD5ZO { width:24.5625rem;height:18.4375rem;top:36.4375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NH2D2ESHcOTH9vonL1WGZvKX6QVqi4oi { width:18.1875rem;height:2.6rem;top:22.793750000186rem;left:7.8750003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #l2SENWhTt93hww4ptwv9gC7G755I2UZ4 { width:24.8125rem;height:20.5rem;top:13.843750476837rem;left:1.9062501192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #H0CH8b6PKV2onIM8WclDBbwneD6INqJ7 { width:15.375rem;height:2.6rem;top:16.687501144596rem;left:7.8750003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dz9WB4vSTMwt6MIg5QHT4MzC7mK0GDOS { width:16.6875rem;height:2.6rem;top:38.6875rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #uiWo8rwqsEKrShQ7yoZyhP5uNuOGxvfB { width:16.6875rem;height:2.6rem;top:29.325000000186rem;left:7.8750003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LF1LvF7GxVTl26lkqhlvOQ4QxTRvbT1M { width:17.875rem;height:1.3rem;top:49.9375rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LJBwaF7koawT7KybLLRZbJsTXnCcnFvO { top:55.497653961182rem;left:34.562502264976rem;width:11.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ENTtxTqqqKAoIFEUguhpZs2erdmDp43R { display:block; }
 }@media only screen and (max-width: 959px) { #JStItRZvJQrNqkVufXu1eGLwfZXSJUDG { width:4.25rem;height:6.1875rem;top:36.875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pPH2LyMnEHwyyW74CTOiQLziRARiwMIM { width:4.25rem;height:6.0625rem;top:27.593751144596rem;left:1.9062501192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #TToKd9zbf6RG0ghTAl39TOAdFgkBehvs { width:4.125rem;height:6.375rem;top:20.906251144596rem;left:2.1867188215256rem;display:block; }
 }@media only screen and (max-width: 959px) { #pTXlGbJyfr1zVhuCzt7e0xU2kTXNeH1d { width:4.4375rem;height:6.3125rem;top:47.4375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #F3RlekrneCbiAgHxX7uAae5QA7x7canJ { width:4.1875rem;height:5.9375rem;top:42.6875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hMmdwfRhb9DmoPrC2VewINmp78VDgJ2r { width:4.1875rem;height:6.125rem;top:14.925000381656rem;left:2.1554688215256rem;display:block; }
 }@media only screen and (max-width: 959px) { #aBTT8umOSyJXSnb95bNmbPFvvzUPJLcg { width:21.0625rem;height:21.0625rem;top:10.261714935302rem;left:26.687500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #NV1i1KSK0sfWOohTTCeWDrFudUiM6VVh { width:20.5rem;height:20.5rem;top:37.874215602875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.adaptive-delivery-prevent-bg, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyload, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyloading { background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { background-color: transparent; background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .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); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { width:47.75rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-regular-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-textarea { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-button { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr  { width:17.625rem;height:auto;top:12.587499976158rem;left:27.625000357628rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .radio-container { width:17.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr {display:block;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr { width:17.625rem;height:auto;top:12.587499976158rem;left:27.625000357628rem; }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #qVgsEXeVT8k9ZrnPSvDgZwxc1XhzGGUz {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #JQmRzxirRkQZlpnTWwDTS0xPATTLKUTG {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lrosxrm5PVBeThyQMNQNxep4QaUnArXz {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XQsADoxLsnJncyHW1HMORNA7IS0PbrH6 {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #aBAecfmgpkQkwtqfDiLaTbArvdqmTSTq {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #KEyQKaoT1pKelBqPFWl3sgJFgKaoUcvp {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #CTLlGpfFFIGPcdXbcFagw0nGvJbgyGhi {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #Gp4VTrqbdNd1PF9G9AOmDvTshMEogZk4 {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lLZeU0qTsLaOhIhivqeOo1cMZyHAyva0 {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf {  }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf .container-column{width:50%;} }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #nELLsxCe0F3Z2qZxA3azhBieeaUQ6buN {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #GGzQ8170fmFmIMC9l9qsnvqd8BH2M1Fl {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vv6I28syAQGyIQHLzcuKsW1UVtmcKKHh {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vP0J4rzDyWDmWbRwOHCsGVg1f91CapvN {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #wKU835SDQySp4ZwFSqrNq3Ipt6P8gAVw {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #AoUgPlwkZH4sxUA2nRsm4gauyRqmhXxS {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #zOqRoqL900AUPUA0gB4gxGadS1pIlbsm {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kGcqtGE8h1l67vlTHkHUiSWiZ3A8NXLO {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #z95XMXEHxxbgi6TnryaTXX4q9ZtNNBnS {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kMUKKhDmTp8xHQuCCgpT78dgQzOUyRmF {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #fAqRXNBWPv48P2Uwfn6vQkOBeEbrbura {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #LNvZ4SAiFTOCCSTZVVWTiGpixsm49BSG {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #v5Ik768OTZWGCvoyMVUIism2sSEhdEuX {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #m9tSv1IotkXZrnk7V3nnoL4Qbk1eZNfo {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #pKy9zsJEZmnJOknB1VxHTaJTpfgW7h1o {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #IhKSiZZvxKbRaIbS7GQvIh0u9rA87BOQ {  }
 }@media only screen and (max-width: 959px) { #XatWwyFsTU5QeQIi9J3IzJFBLtFUibo9 { width:20.5625rem;height:1.86875rem;top:10.036719322204rem;left:27.187500357628rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XFxlZkcpqEnymEJXUrZEIZanyVUbUJJB { width:25.875rem;height:2.5rem;top:5.4374998807907rem;left:10.937500357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nhdXHHqpJW1gpISJwLzfU9Z3RunEHwVe { width:15.625rem;height:2.625rem;top:15.75rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #euUnhlByLDe763CqeFfkINs0Xb0Or8W7 { width:3.125rem;height:3.125rem;top:15.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bGe4oN2FsOokTTdeLuH38WEJnkvQAXTe { width:20.375rem;height:3.8984375rem;top:10.724218845367rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #tVk6CTSh4XNBNNgkKmtTLvSiMpz85KuI { width:3.125rem;height:3.125rem;top:23.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rTaaloiF7nIrtePOXucQNxkItyEVibmd { width:15.625rem;height:1.5rem;top:24.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #h8cIDCd73pOTW7vdJQGgf6tUD4GtZfWX { width:3.125rem;height:3.125rem;top:19.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RiOxdhp8up2v0XTOQJ1lIMxTINESsoTu { width:3.125rem;height:3.125rem;top:26.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #phiyhr0iWKZ7sgzNfgniti6emnWJ5KFA { width:15.625rem;height:1.5rem;top:20.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #n5q8ylyCXLoRfznVdyA1uT1kIzutfkvd { width:15.625rem;height:1.5rem;top:28.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #IWC7Rc0RZyTVdSP0n5Qk679LMKvvDSat { width:7.6875rem;height:13.6875rem;top:15.750000953674rem;left:20.031250357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #hvWiR9N0l61phTPcS5qUEXD0XIw3MF8S { width:47.75rem;height:2.925rem;top:1.9750032424927rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mXtWerCdoMeGNKRMfGwD7HxzBN0C8bux { width:6.25rem;height:0.0625rem;top:1.3125028610229rem;left:19.562500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4.adaptive-delivery-prevent-bg, #e31OpgG7oqBnNGime79H572G8SA87Tx4.lazyload, #e31OpgG7oqBnNGime79H572G8SA87Tx4.lazyloading { background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { background-color: transparent; background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .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); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:47.75rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #F5FhQiyDmzHicakfZ65XQHyt9lTrFZBA { top:0rem;left:7.6562501788137rem;width:32.4375rem;height:5.875rem;z-index:100028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #DnaXalxtJqIGzfbg0w1OJeL1FneBo4Rw { top:42.346877098084rem;left:6.8125001788137rem;width:34.125rem;height:16.75rem;z-index:100029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #PvHCizHfXmLDMwmON7VEMe4Zx3luHIXH { top:24.979167938233rem;left:6.8125001788137rem;width:34.125rem;height:16.625rem;z-index:100030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #eQNofJBoLSG0mCKJtULyMy8OwzpgWr1T { top:7.1906253695487rem;left:6.7500001788137rem;width:34.25rem;height:16.8125rem;z-index:100031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #k4ppHDc6hZTUDzpVbpUXCRzefBT5GtxK { width:0;height:;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB { display:block; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HiHZXClF7RXCnhkEtxP2V1T9QZFMwlRg { width:4.3125rem;height:4.3125rem;top:5.0625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ba8RpDeU82IWFoTqUhONGIqvf3pcDdrA { width:11.875rem;height:1.94921875rem;top:11.5625rem;left:7.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #nfSQi95TKCanW7Xd93LdVQO15TCiqT5U { width:10.4375rem;height:5.84765625rem;top:17.0625rem;left:7.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lOv34E5TxymqJSwzD8imVWJcDdi6uv7n { width:12rem;height:1.94921875rem;top:18.686459541321rem;left:11.875000178814rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #a1pJQqFTnsyIAcnp3nZNqx50h3LnMXZW { width:11.875rem;height:1.94921875rem;top:13.187500953674rem;left:12.562501132488rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #NJEENh9A0u4KIbBLvIVT0AmUOIfQERG6 { width:4rem;height:4.3125rem;top:6.6854162216188rem;left:16.500001132488rem;display:none; }
 }@media only screen and (max-width: 959px) { #rOSnnRRhqrfikv8uSTdXxblmrUgtJemT { width:8.0625rem;height:3.8984375rem;top:17.125rem;left:20rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jr0TEV1W0mcAk6quv0iWowEehUSg4WSg { width:11.875rem;height:1.94921875rem;top:11.5625rem;left:18.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #MJTaRati9R4nhMzCmSrKmVSvLSQlC7mX { width:3.3125rem;height:4.3125rem;top:5.0625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #d5PvVwgP4OCTIWyoLRCfOOi7rTxBZrpA { width:10.75rem;height:2.03125rem;top:17rem;left:31.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qutbNdVwN4WOsVLBFT1AXqDnfMhzulJT { width:11.875rem;height:1.94921875rem;top:11.5rem;left:30.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #MdQDwQwXE6K1msE6TzWGVhWqhzPFA7cS { width:4.3125rem;height:4.3125rem;top:5.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hmieMToW0ZyuuguJ2C9RnLCEATuN7TEy { width:0.0625rem;height:7.25rem;top:7.4375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZDrk97WVlZL5yPlkrDHydfaW6shaNHAU { width:0.0625rem;height:7.25rem;top:9rem;left:17.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #EGpA9C7td0MmfenF9bTTBUw7VmqFMlg6 { width:0.0625rem;height:7.25rem;top:7.5rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #B0qNDuLWXbztU1fEfJTGkQ50luh3nrzM { width:0.0625rem;height:7.25rem;top:7.5rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NCNBHlHQdkhON35icIHgR8mrOg4ezwwI { display:block; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EOlg3PbKSTrubbKwktTRGZFeahkNMpBp { width:47.75rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #umKRSCVvmyfqNgeHuBLGK2ZvRuyffmcx { width:8.1875rem;height:8.1875rem;top:1.8125rem;left:19.781250953674rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vLn05Ssn7Tt8BWMfc0pZXeUQr6imsr3p { width:47.75rem;height:1.4625rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk { display:block; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TexPZCeVwtkuObcBUcd755uPQvL97nBW { width:10.6875rem;height:13.6875rem;top:0.75rem;left:11.937500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #F16yrcDLRztTNlubCLJNJRmiUUfLO8NK { width:10.75rem;height:12.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yKsSIhiQC6LdmVPMUFWF7FlKycvUgi20 { width:11.75rem;height:13.375rem;top:1rem;left:23.953299614134rem;display:block; }
 }@media only screen and (max-width: 959px) { #HhS0pbRmxNgqJ7kMvUTvbiJVy9dXu6yw { width:11.5rem;height:14.4375rem;top:0rem;left:35.812502264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 { display:block; }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o3paNyHMUQIADrxbmxXWCBa3I8N7sXdD { width:47.75rem;height:6.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #e5qp8soiCEDPvwxTNzXsSoD7Dc5aXHhO { width:8.1875rem;height:8.1875rem;top:1.8125rem;left:19.781250953674rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pCH4qCINTqFV1V9zdeWatoZA8vFeTLEu { width:47.75rem;height:1.4625rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle { display:block; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { width:47.75rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZnIXvT9Cld4NCD2y6XWu0ERfCodSsIyJ { width:39.5625rem;height:3.9rem;top:5rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HVfT8cuqfMKbP2gT9xZb0lTtQAUdPIm0 { width:2.8125rem;height:2rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RfDvKMZARQDSX92Zx11vuqnS7osN34Bi { width:2.8125rem;height:2rem;top:5.9375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LVkBtNNXQDODS07FUbTh6cHKtCbsC2J1 { width:47.75rem;height:1rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #d2F0guTTXDfZEWI1xW1u8iTiqhfh0CX6 { width:47.625rem;height:9.5rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QV7lsDMMXTTfIFOwrTsARl77hhRwA2fi { width:28.75rem;height:2.6rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MVW3MCuVv82PqWnTCoebZ5rnNHCvscyT { width:28.75rem;height:1.3rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LyT7uN6eQlzaT4VE0D3uHbAimRkBgByu { width:24.25rem;height:2.6rem;top:15.625rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FRhPJqe7mhbSeIHsfWO3kzSxu4pb5DOT { width:28.75rem;height:1.3rem;top:19.5rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iEXfeUtZ1aFoQ2TAv0pBXJ4BQSmQqf9d { width:0.125rem;height:7.5rem;top:8.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fofl9TohunTdsvNRMpl96MiIlzBLzQDw { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VkL3FT8X20qFKbapev5BoCTZVrThz9SO { display:block; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd { display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RcSx6FHzT3cm3tzsTTA1DcWBmLCiZii2 { width:3.125rem;height:0.125rem;top:2.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KmsxGTMfUUsHXUq8cfM1Gwd4Exh5orD6 { width:47.75rem;height:2.84375rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LVcezJEkRJIfCQXuKiiIJtAKf4EoLBA6 { width:47.75rem;height:1.3rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VZdQshpHtGxEeS7FtpgW52EDt5XebITH { width:3.125rem;height:0.125rem;top:2.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bOdmqRhAgMmMm8yL9VCbOkQ7wsrtve1E { width:6.9375rem;height:3.8125rem;top:11.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pwTmyMmKe3kTuQyEnOcyiamHfKLg3oW1 { width:4rem;height:4rem;top:11.0625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #XCeQxAuLhS8dI5TE4t5A3IILCXK75pvL { width:4.0625rem;height:4.0625rem;top:11rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B { display:block; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgoOin8Eim5MaHs9FCGdI60DAhTOQf0b { width:2.625rem;height:1.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/acXJrfbb/01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.adaptive-delivery-prevent-bg, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyload, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyloading { background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { background-color: transparent; background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .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); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJRcvEogDeApsBpWm05fy2NqcQ0yRVoT { width:3.125rem;height:0.125rem;top:4.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkKKppNSQA852w2C2MwJT6SQ6hUyyUNU { width:20rem;height:4.875rem;top:6.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#140e38;display:block; }
 }@media only screen and (max-width: 763px) { #RxSBn2ngNRc0dW7Xahu0HuBvLEixGnrN { width:19.1875rem;height:2.798825rem;top:13.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BcqgZbUDGaRGafu0o2ZRk8XbKsJHp6m2 { top:18.7998046875rem;left:1.34375rem;width:17.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoCSdCiVR1EoS1LaUMesGZTgnrx8Jnlp { display:block; }
 }@media only screen and (max-width: 763px) { #RmpFqyOVON9kFK7NNWczSFhafFNIH52l { width:20rem;height:8.3125rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI { display:block; }#JaKhTX5hiqQM6iKNAnGqUSXxgloSTShI > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5PUXgLnKnMsQL5cd0X8DlTnKJqoRcw7 { width:20rem;height:2.03125rem;top:2.15625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3pGWCKlY/_.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyBiko5JVB10Fcp2SdG9KhgpZsP2CBcc { width:3.125rem;height:0.125rem;top:2.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:20rem;height:2.4375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF00vTVOITqGttTzWASnoh2EMBbSoMmW { width:15.3125rem;height:2.6rem;top:60.4375rem;left:4.0624998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI8yfaqmoiaVX0aTX3I7HLbBizNVD5ZO { width:18.25rem;height:10.6875rem;top:53.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH2D2ESHcOTH9vonL1WGZvKX6QVqi4oi { width:15.1875rem;height:2.6rem;top:28.5rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2SENWhTt93hww4ptwv9gC7G755I2UZ4 { width:17.5rem;height:10.6875rem;top:24.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0CH8b6PKV2onIM8WclDBbwneD6INqJ7 { width:15rem;height:2.6rem;top:25.375rem;left:3.6249998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz9WB4vSTMwt6MIg5QHT4MzC7mK0GDOS { width:14.125rem;height:2.6rem;top:57.25rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiWo8rwqsEKrShQ7yoZyhP5uNuOGxvfB { width:15.0625rem;height:2.6rem;top:31.625rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF1LvF7GxVTl26lkqhlvOQ4QxTRvbT1M { width:11.625rem;height:1.3rem;top:55.125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJBwaF7koawT7KybLLRZbJsTXnCcnFvO { top:68.031244277956rem;left:3.7499998807907rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENTtxTqqqKAoIFEUguhpZs2erdmDp43R { display:block; }
 }@media only screen and (max-width: 763px) { #JStItRZvJQrNqkVufXu1eGLwfZXSJUDG { width:2.1875rem;height:3.125rem;top:54.187501907349rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPH2LyMnEHwyyW74CTOiQLziRARiwMIM { width:2.1875rem;height:3.0625rem;top:31.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToKd9zbf6RG0ghTAl39TOAdFgkBehvs { width:2.1875rem;height:3.3125rem;top:27.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXlGbJyfr1zVhuCzt7e0xU2kTXNeH1d { width:2.1875rem;height:3.0625rem;top:60.206251144409rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RlekrneCbiAgHxX7uAae5QA7x7canJ { width:2.1875rem;height:3.0625rem;top:57.437505722046rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMmdwfRhb9DmoPrC2VewINmp78VDgJ2r { width:2.1875rem;height:3.1875rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBTT8umOSyJXSnb95bNmbPFvvzUPJLcg { width:14.5rem;height:14.5rem;top:9.274218559265rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1i1KSK0sfWOohTTCeWDrFudUiM6VVh { width:14.5rem;height:14.5rem;top:36.999218940735rem;left:2.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.adaptive-delivery-prevent-bg, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyload, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyloading { background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { background-color: transparent; background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .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); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr  { width:17.5rem;height:auto;top:60.900000572204rem;left:0rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr {display:block;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr { width:17.5rem;height:auto;top:60.900000572204rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #qVgsEXeVT8k9ZrnPSvDgZwxc1XhzGGUz {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #JQmRzxirRkQZlpnTWwDTS0xPATTLKUTG {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lrosxrm5PVBeThyQMNQNxep4QaUnArXz {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XQsADoxLsnJncyHW1HMORNA7IS0PbrH6 {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #aBAecfmgpkQkwtqfDiLaTbArvdqmTSTq {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #KEyQKaoT1pKelBqPFWl3sgJFgKaoUcvp {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #CTLlGpfFFIGPcdXbcFagw0nGvJbgyGhi {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #Gp4VTrqbdNd1PF9G9AOmDvTshMEogZk4 {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lLZeU0qTsLaOhIhivqeOo1cMZyHAyva0 {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf {  }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #nELLsxCe0F3Z2qZxA3azhBieeaUQ6buN {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #GGzQ8170fmFmIMC9l9qsnvqd8BH2M1Fl {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vv6I28syAQGyIQHLzcuKsW1UVtmcKKHh {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vP0J4rzDyWDmWbRwOHCsGVg1f91CapvN {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #wKU835SDQySp4ZwFSqrNq3Ipt6P8gAVw {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #AoUgPlwkZH4sxUA2nRsm4gauyRqmhXxS {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #zOqRoqL900AUPUA0gB4gxGadS1pIlbsm {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kGcqtGE8h1l67vlTHkHUiSWiZ3A8NXLO {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #z95XMXEHxxbgi6TnryaTXX4q9ZtNNBnS {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kMUKKhDmTp8xHQuCCgpT78dgQzOUyRmF {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #fAqRXNBWPv48P2Uwfn6vQkOBeEbrbura {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #LNvZ4SAiFTOCCSTZVVWTiGpixsm49BSG {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #v5Ik768OTZWGCvoyMVUIism2sSEhdEuX {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #m9tSv1IotkXZrnk7V3nnoL4Qbk1eZNfo {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #pKy9zsJEZmnJOknB1VxHTaJTpfgW7h1o {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #IhKSiZZvxKbRaIbS7GQvIh0u9rA87BOQ {  }
 }@media only screen and (max-width: 763px) { #XatWwyFsTU5QeQIi9J3IzJFBLtFUibo9 { width:13.625rem;height:4.548825rem;top:55.467185974121rem;left:3.1875001192093rem;font-size:1.75rem;z-index:100021;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFxlZkcpqEnymEJXUrZEIZanyVUbUJJB { width:20rem;height:5rem;top:8.77968788147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhdXHHqpJW1gpISJwLzfU9Z3RunEHwVe { width:15.625rem;height:3rem;top:21.625rem;left:4.2499998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euUnhlByLDe763CqeFfkINs0Xb0Or8W7 { width:3.125rem;height:3.125rem;top:21.5625rem;left:1.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGe4oN2FsOokTTdeLuH38WEJnkvQAXTe { width:20rem;height:3.8984375rem;top:17.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVk6CTSh4XNBNNgkKmtTLvSiMpz85KuI { width:3.125rem;height:3.125rem;top:24.75rem;left:1.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTaaloiF7nIrtePOXucQNxkItyEVibmd { width:15.625rem;height:1.5rem;top:28.6875rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8cIDCd73pOTW7vdJQGgf6tUD4GtZfWX { width:3.125rem;height:3.125rem;top:27.875rem;left:1.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiOxdhp8up2v0XTOQJ1lIMxTINESsoTu { width:3.125rem;height:3.125rem;top:31rem;left:1.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phiyhr0iWKZ7sgzNfgniti6emnWJ5KFA { width:15.625rem;height:1.5rem;top:25.5625rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5q8ylyCXLoRfznVdyA1uT1kIzutfkvd { width:15.625rem;height:1.5rem;top:31.8125rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IWC7Rc0RZyTVdSP0n5Qk679LMKvvDSat { width:7rem;height:12.5625rem;top:38.875001907349rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvWiR9N0l61phTPcS5qUEXD0XIw3MF8S { width:20rem;height:5.2rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXtWerCdoMeGNKRMfGwD7HxzBN0C8bux { width:6.25rem;height:0.0625rem;top:2.125rem;left:5.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4.adaptive-delivery-prevent-bg, #e31OpgG7oqBnNGime79H572G8SA87Tx4.lazyload, #e31OpgG7oqBnNGime79H572G8SA87Tx4.lazyloading { background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { background-color: transparent; background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .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); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5FhQiyDmzHicakfZ65XQHyt9lTrFZBA { width:20rem;height:3.621875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnaXalxtJqIGzfbg0w1OJeL1FneBo4Rw { width:20rem;height:9.81684981685rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvHCizHfXmLDMwmON7VEMe4Zx3luHIXH { width:20rem;height:9.74358974359rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQNofJBoLSG0mCKJtULyMy8OwzpgWr1T { width:20rem;height:9.75rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4ppHDc6hZTUDzpVbpUXCRzefBT5GtxK { width:0;height:;top:39.128875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB { display:block; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiHZXClF7RXCnhkEtxP2V1T9QZFMwlRg { width:4.3125rem;height:4.3125rem;top:4.5000016689301rem;left:8.093750834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8RpDeU82IWFoTqUhONGIqvf3pcDdrA { width:11.875rem;height:1.95rem;top:11.187500953674rem;left:4.0625003576279rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfSQi95TKCanW7Xd93LdVQO15TCiqT5U { width:13.25rem;height:3.8984375rem;top:14rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOv34E5TxymqJSwzD8imVWJcDdi6uv7n { width:13.25rem;height:1.94921875rem;top:30.562500953674rem;left:3.3750001192093rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a1pJQqFTnsyIAcnp3nZNqx50h3LnMXZW { width:11.875rem;height:1.94921875rem;top:28.125000953674rem;left:4.0625003576279rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NJEENh9A0u4KIbBLvIVT0AmUOIfQERG6 { width:4rem;height:4.3125rem;top:21.937500953674rem;left:8.000000834465rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOSnnRRhqrfikv8uSTdXxblmrUgtJemT { width:13.625rem;height:1.94921875rem;top:28.6875rem;left:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0TEV1W0mcAk6quv0iWowEehUSg4WSg { width:11.875rem;height:1.94921875rem;top:25.875rem;left:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJTaRati9R4nhMzCmSrKmVSvLSQlC7mX { width:3.3125rem;height:4.3125rem;top:19.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PvVwgP4OCTIWyoLRCfOOi7rTxBZrpA { width:13.25rem;height:2.03125rem;top:42.9375rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qutbNdVwN4WOsVLBFT1AXqDnfMhzulJT { width:11.875rem;height:1.94921875rem;top:40.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdQDwQwXE6K1msE6TzWGVhWqhzPFA7cS { width:4.3125rem;height:4.3125rem;top:33.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmieMToW0ZyuuguJ2C9RnLCEATuN7TEy { width:6.25rem;height:0.0625rem;top:18.750001907349rem;left:6.8750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDrk97WVlZL5yPlkrDHydfaW6shaNHAU { width:6.25rem;height:0.0625rem;top:33.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGpA9C7td0MmfenF9bTTBUw7VmqFMlg6 { width:6.25rem;height:0.0625rem;top:31.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qNDuLWXbztU1fEfJTGkQ50luh3nrzM { width:6.25rem;height:0.0625rem;top:45.8125rem;left:6.625rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #NCNBHlHQdkhON35icIHgR8mrOg4ezwwI { display:block; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOlg3PbKSTrubbKwktTRGZFeahkNMpBp { width:20rem;height:6.25rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umKRSCVvmyfqNgeHuBLGK2ZvRuyffmcx { width:8.1875rem;height:8.1875rem;top:4.75rem;left:5.875rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLn05Ssn7Tt8BWMfc0pZXeUQr6imsr3p { width:16.311875rem;height:1.7875rem;top:5.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk { display:block; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TexPZCeVwtkuObcBUcd755uPQvL97nBW { width:13.75rem;height:17.625rem;top:20.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F16yrcDLRztTNlubCLJNJRmiUUfLO8NK { width:14.9375rem;height:17.9375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKsSIhiQC6LdmVPMUFWF7FlKycvUgi20 { width:14.875rem;height:16.9375rem;top:39.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhS0pbRmxNgqJ7kMvUTvbiJVy9dXu6yw { width:14.5rem;height:18.125rem;top:57.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 { display:block; }#DpTyPPe127KnzIovkyz1AgGhmbH6JKG0 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3paNyHMUQIADrxbmxXWCBa3I8N7sXdD { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5qp8soiCEDPvwxTNzXsSoD7Dc5aXHhO { width:8.1875rem;height:8.1875rem;top:1.5rem;left:5.90625rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCH4qCINTqFV1V9zdeWatoZA8vFeTLEu { width:16.311875rem;height:3.575rem;top:2.2311201095581rem;left:1.8437500596046rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle { display:block; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnIXvT9Cld4NCD2y6XWu0ERfCodSsIyJ { width:20rem;height:6.499rem;top:10.686849355698rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVfT8cuqfMKbP2gT9xZb0lTtQAUdPIm0 { width:2.875rem;height:2rem;top:7.4370670318606rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfDvKMZARQDSX92Zx11vuqnS7osN34Bi { width:2.875rem;height:2rem;top:18.186850309372rem;left:17.121312201023rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVkBtNNXQDODS07FUbTh6cHKtCbsC2J1 { width:20rem;height:1.25rem;top:20.874567747116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2F0guTTXDfZEWI1xW1u8iTiqhfh0CX6 { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV7lsDMMXTTfIFOwrTsARl77hhRwA2fi { width:20rem;height:2.6rem;top:26.749132871627rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVW3MCuVv82PqWnTCoebZ5rnNHCvscyT { width:20rem;height:1.3rem;top:31.810982465744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyT7uN6eQlzaT4VE0D3uHbAimRkBgByu { width:20rem;height:2.6rem;top:35.999352216721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRhPJqe7mhbSeIHsfWO3kzSxu4pb5DOT { width:20rem;height:1.3rem;top:41.062283277512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEXfeUtZ1aFoQ2TAv0pBXJ4BQSmQqf9d { width:0.125rem;height:7.5rem;top:10.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fofl9TohunTdsvNRMpl96MiIlzBLzQDw { width:20rem;height:2.75rem;top:45.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkL3FT8X20qFKbapev5BoCTZVrThz9SO { display:block; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd { display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcSx6FHzT3cm3tzsTTA1DcWBmLCiZii2 { width:3.125rem;height:0.125rem;top:3.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmsxGTMfUUsHXUq8cfM1Gwd4Exh5orD6 { width:17rem;height:2.4375rem;top:3.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVcezJEkRJIfCQXuKiiIJtAKf4EoLBA6 { width:17rem;height:1.21875rem;top:6.875rem;left:1.5000001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZdQshpHtGxEeS7FtpgW52EDt5XebITH { width:3.125rem;height:0.125rem;top:1.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdmqRhAgMmMm8yL9VCbOkQ7wsrtve1E { width:4.875rem;height:2.625rem;top:10.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTmyMmKe3kTuQyEnOcyiamHfKLg3oW1 { width:3.125rem;height:3.125rem;top:10.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCeQxAuLhS8dI5TE4t5A3IILCXK75pvL { width:3.125rem;height:3.125rem;top:10.25rem;left:12.5625rem;display:block; }
 }