.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s72s54IFNGslH82POPfd6nPAAgn6NBTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row .container { background-color: transparent; background-image: none; }#s72s54IFNGslH82POPfd6nPAAgn6NBTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row .container > .video-iframe-container { display: none; }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row > .video-iframe-container { display: none; }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .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); }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row .container { border-width: 0; border-radius: 0; }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row > .video-iframe-container {  }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#t9WTasxfhgxzXMCv0JEfcBTRAmTg8kKy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:15.3125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#phNLePXh5XSiJ5CrcCtkLhf64uQAzze0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#313131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.56206875rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.5rem;left:50.4375rem;display:block; }
#boLEKHl7BWEfs7V6XztcsxT3FmNqvv7S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KnimD8k7T3X41ZmCvykwLt8udVhf2eUz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#313131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.56206875rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.5rem;left:56rem;display:block; }
#qBfSm3r9M48RcyE89ONCFRwfR1747yPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JLcv79XeKM0OzSXdfMbAFMWnmxiIyRia { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#313131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.49956601858139rem;left:61.562503814698rem;display:block; }
#VXvXk81TXUC2uaWHnkmRoHZto8WlLptX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mhvgX6GrkOzDuLFn2VxPlNqTmrCxMvkx { position:absolute;display:block;z-index:100029;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;height:0.37434875rem;width:0.37434875rem;top:3.125rem;left:65.279949188231rem;display:block; }
#HpQlS7CZ4cAHvZ8eWhNVwV8hde0I2Dwg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#313131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.49913197755814rem;left:69.3750038147rem;display:block; }
#T5Slr3rUOeTSqy15ISm6S14rNDvqrToM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e95939a0-eae1-463f-955c-f73ad71c0dfa/bg.jpg");background-position:bottom 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(248,249,255,0.72); }#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(248,249,255,0.72); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#nNJBeP1UrIvWKXx0yFXDdnM7sJgPnbXw { color:#313131;display:block;width:44.1873125rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:13.125rem;left:15.375rem;height:4.3869375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1F21uaVIyxCknRNz2KolsLcqCgghu4i { position:absolute;display:block;z-index:100030;background-color:#3a84f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:0.125rem;width:10rem;top:17.8125rem;left:32.5625rem;display:block; }
#kdgXVnWA3aPiAV05T3QcA9PuzC0XlTX4 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:45.499125rem;top:61.625rem;left:24.75rem;overflow:hidden;display:block; }
#HgEB28Kl4z0uRn9GdmnoFEslh1Aw2vIg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:18.75rem;top:44.875rem;left:47rem;overflow:hidden;display:block; }
#J12Q0vIO16BdXKHpDc5BCn0d0atpOkyS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:20.999375rem;top:42.9375rem;left:24.75rem;overflow:hidden;display:block; }
#xy3se5hpamI4VoNg9dnte0b4eQPOR093 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:18.75rem;top:29.6875rem;left:4.75rem;overflow:hidden;display:block; }
#RDx0cyzT2OZX21ch91ZQTwfNadDrVpqT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:20rem;top:38.625rem;left:24.75rem;overflow:hidden;display:block; }
#EvCmCe9sNmGUI1i4a2lBMSf6uSCBrVsD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:18.75rem;top:34.3125rem;left:24.75rem;overflow:hidden;display:block; }
#wi0V4auqAw5wgMDbqOPO1BW45xHrwBXi { color:#313131;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:25.311416625976rem;left:4.7493515014649rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row .container { background-color: transparent; background-image: none; }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row .container > .video-iframe-container { display: none; }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row > .video-iframe-container { display: none; }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .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); }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row .container { border-width: 0; border-radius: 0; }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row > .video-iframe-container {  }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row .container { font-size:0.875rem;font-family:arial;height:71.3125rem;width:75rem;position:relative;display:block; }#Wwco939Ef9D8Dte4H2kIcJKHMsOieSOc { color:#313131;display:block;width:41.4995625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:7.2352447509762rem;left:4.75rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UBgavaAgsVX1CumdSk012Vebcd5yJeTI { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:18.75rem;top:11.25rem;left:4.75rem;overflow:hidden;display:block; }
#tcvpBvJihfznqXVfp1uFfXqbR90tXkUh { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:21rem;top:31.25rem;left:36rem;overflow:hidden;display:block; }
#c5hpgceaVRuDiTqnTXlSWuJfKlcLp7sd { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:18.75rem;top:14.4375rem;left:36rem;overflow:hidden;display:block; }
#Uk646UzoCPqFnJpbnkpVULk8gIbqJbR7 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1875rem;width:58.125rem;top:50.125rem;left:4.75rem;overflow:hidden;display:block; }
#uNh4OWihTBn8qRphr8WsRREbKFxw9NeF { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:10rem;top:11.1875rem;left:24.75rem;overflow:hidden;display:block; }
#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9ff;background-image:none;position:relative;display:block; }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row .container { background-color: transparent; background-image: none; }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row .container > .video-iframe-container { display: none; }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row > .video-iframe-container { display: none; }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .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); }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row .container { border-width: 0; border-radius: 0; }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row > .video-iframe-container {  }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:block; }#uA2EPUIkRToJgZKOeTHmW1cH2CAv1ivk { color:#313131;display:block;width:41.4995625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:7.2352447509762rem;left:4.75rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uWS8aWkqZPXyxA76FSausGOFdTISiK8C { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:18.75rem;top:12.4375rem;left:4.75rem;overflow:hidden;display:block; }
#alzSxApIBA3dVm7ddABP3OB1PbCaWCry { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:20.9375rem;top:25.6875rem;left:24.75rem;overflow:hidden;display:block; }
#RzKAmzuwSIcbeTxRd1XguaJGiakb5GTG { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:20rem;top:21.375rem;left:24.75rem;overflow:hidden;display:block; }
#VWlQoB2TPnMOhoAKKNTzuaXDGFAdShvp { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:18.75rem;top:17.0625rem;left:24.75rem;overflow:hidden;display:block; }
#fIaRtHht6x4GSbQ74Iq6woWF2GlM6oTS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:18.75rem;top:27.625rem;left:47.0625rem;overflow:hidden;display:block; }
#TCTb3O9qB5xH6TTyRtoXrs1ws46kkzRP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:45.4375rem;top:44.375rem;left:24.75rem;overflow:hidden;display:block; }
#kO9aoEm5PUvQsuVAinClAf5WlqzqlMT1 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:20rem;top:19.506294250488rem;left:47.061634063721rem;overflow:hidden;display:block; }
#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row .container { background-color: transparent; background-image: none; }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row .container > .video-iframe-container { display: none; }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row > .video-iframe-container { display: none; }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .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); }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row .container { border-width: 0; border-radius: 0; }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row > .video-iframe-container {  }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:block; }#gXlywVuUdBMXBdbQFNyaa8MARUubcTy0 { color:#313131;display:block;width:41.4995625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:7.2352447509762rem;left:4.75rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3yTPT90KZ1uczKpQkFAwToNCMoMJoTl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.5rem;width:18.75rem;top:12.4375rem;left:4.75rem;overflow:hidden;display:block; }
#QCmpPix6TJObayZe0iKUPTGKEhgpxesz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:21rem;top:25.6875rem;left:24.75rem;overflow:hidden;display:block; }
#UCvWvme391MKcTFFE0PgBNxJg9pMZfSN { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:18.75rem;top:21.631944656372rem;left:24.749351501465rem;overflow:hidden;display:block; }
#GMRfg05GJF7UGZQXVTWwiAwwWQkwRviX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:18.75rem;top:27.625rem;left:47.0625rem;overflow:hidden;display:block; }
#Cn05h5NdGqx8H1vgoGT2eUV76umloiIu { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:45.5rem;top:44.375rem;left:24.75rem;overflow:hidden;display:block; }
#pVfhEa74sPyn5vgACo7RiXZfmcG8AGef { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:20rem;top:19.506294250488rem;left:47.061634063721rem;overflow:hidden;display:block; }
#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9ff;background-image:url("https://images.assets-landingi.com/uc/912bd7f5-4902-484f-880b-07f60392f829/Bg_Footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl.adaptive-delivery-prevent-bg, #Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl.lazyload, #Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl.lazyloading { background-image: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container { background-color: transparent; background-image: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container > .video-iframe-container { display: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row > .video-iframe-container { display: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .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); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container { border-width: 0; border-radius: 0; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row > .video-iframe-container {  }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#BsCxT2ZNOf5C2nrJHhIigC2u2vKw11DC { color:#ffffff;display:block;width:42.6855625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:100029;line-height:1.6;letter-spacing:0;top:5.3359375rem;left:32.3134765625rem;height:1.19921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AbxTiy8f6FLrNoEbuwzADHRINUOT7AqW { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:13rem;top:3.66015625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s72s54IFNGslH82POPfd6nPAAgn6NBTR { display:block; }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9WTasxfhgxzXMCv0JEfcBTRAmTg8kKy { top:1.125rem;left:0rem;width:15.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phNLePXh5XSiJ5CrcCtkLhf64uQAzze0 { width:5.5rem;height:3.4375rem;top:0.5rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boLEKHl7BWEfs7V6XztcsxT3FmNqvv7S { display:block; }
 }@media only screen and (max-width: 763px) { #KnimD8k7T3X41ZmCvykwLt8udVhf2eUz { width:5.5rem;height:3.4375rem;top:0.5rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfSm3r9M48RcyE89ONCFRwfR1747yPd { display:block; }
 }@media only screen and (max-width: 763px) { #JLcv79XeKM0OzSXdfMbAFMWnmxiIyRia { width:7.8125rem;height:3.4375rem;top:0.4375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvXk81TXUC2uaWHnkmRoHZto8WlLptX { display:block; }
 }@media only screen and (max-width: 763px) { #mhvgX6GrkOzDuLFn2VxPlNqTmrCxMvkx { top:3.125rem;left:47.4375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpQlS7CZ4cAHvZ8eWhNVwV8hde0I2Dwg { width:5.625rem;height:3.4375rem;top:0.4375rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Slr3rUOeTSqy15ISm6S14rNDvqrToM { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNJBeP1UrIvWKXx0yFXDdnM7sJgPnbXw { top:13.125rem;left:1.75rem;width:44.125rem;height:4.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1F21uaVIyxCknRNz2KolsLcqCgghu4i { top:17.8125rem;left:18.9375rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdgXVnWA3aPiAV05T3QcA9PuzC0XlTX4 { top:61.625rem;left:2.3125rem;width:45.4375rem;height:5.6173813782133rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgEB28Kl4z0uRn9GdmnoFEslh1Aw2vIg { top:44.875rem;left:29rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J12Q0vIO16BdXKHpDc5BCn0d0atpOkyS { top:42.9375rem;left:11.125rem;width:20.9375rem;height:17.448435965356rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy3se5hpamI4VoNg9dnte0b4eQPOR093 { top:29.6875rem;left:0rem;width:18.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDx0cyzT2OZX21ch91ZQTwfNadDrVpqT { top:38.625rem;left:11.125rem;width:20rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvCmCe9sNmGUI1i4a2lBMSf6uSCBrVsD { top:34.3125rem;left:11.125rem;width:18.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi0V4auqAw5wgMDbqOPO1BW45xHrwBXi { top:25.25rem;left:0rem;width:41.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozA3Em2fb90avgvrXlS9l0by3qF6cqEy { display:block; }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wwco939Ef9D8Dte4H2kIcJKHMsOieSOc { top:7.25rem;left:0rem;width:41.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBgavaAgsVX1CumdSk012Vebcd5yJeTI { top:11.25rem;left:0rem;width:18.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcvpBvJihfznqXVfp1uFfXqbR90tXkUh { top:31.25rem;left:22.375rem;width:21rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5hpgceaVRuDiTqnTXlSWuJfKlcLp7sd { top:14.4375rem;left:22.375rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk646UzoCPqFnJpbnkpVULk8gIbqJbR7 { top:50.125rem;left:0rem;width:47.75rem;height:9.1905913978494rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNh4OWihTBn8qRphr8WsRREbKFxw9NeF { top:11.1875rem;left:11.125rem;width:10rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP { display:block; }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA2EPUIkRToJgZKOeTHmW1cH2CAv1ivk { top:7.25rem;left:0rem;width:41.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWS8aWkqZPXyxA76FSausGOFdTISiK8C { top:12.4375rem;left:0rem;width:18.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alzSxApIBA3dVm7ddABP3OB1PbCaWCry { top:25.6875rem;left:11.125rem;width:20.9375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzKAmzuwSIcbeTxRd1XguaJGiakb5GTG { top:21.375rem;left:11.125rem;width:20rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWlQoB2TPnMOhoAKKNTzuaXDGFAdShvp { top:17.0625rem;left:11.125rem;width:18.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIaRtHht6x4GSbQ74Iq6woWF2GlM6oTS { top:27.625rem;left:29rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTb3O9qB5xH6TTyRtoXrs1ws46kkzRP { top:44.375rem;left:2.3125rem;width:45.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO9aoEm5PUvQsuVAinClAf5WlqzqlMT1 { top:19.5rem;left:27.75rem;width:20rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm { display:block; }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXlywVuUdBMXBdbQFNyaa8MARUubcTy0 { top:7.25rem;left:0rem;width:41.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3yTPT90KZ1uczKpQkFAwToNCMoMJoTl { top:12.4375rem;left:0rem;width:18.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCmpPix6TJObayZe0iKUPTGKEhgpxesz { top:25.6875rem;left:0rem;width:21rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvWvme391MKcTFFE0PgBNxJg9pMZfSN { top:21.625rem;left:11.124351501465rem;width:18.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRfg05GJF7UGZQXVTWwiAwwWQkwRviX { top:27.625rem;left:29rem;width:18.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn05h5NdGqx8H1vgoGT2eUV76umloiIu { top:44.375rem;left:2.25rem;width:45.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVfhEa74sPyn5vgACo7RiXZfmcG8AGef { top:19.5rem;left:27.75rem;width:20rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl { display:block; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsCxT2ZNOf5C2nrJHhIigC2u2vKw11DC { top:5.3125rem;left:5.125rem;width:42.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbxTiy8f6FLrNoEbuwzADHRINUOT7AqW { top:3.625rem;left:0rem;width:13rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s72s54IFNGslH82POPfd6nPAAgn6NBTR { position:relative;z-index:auto;display:block; }#s72s54IFNGslH82POPfd6nPAAgn6NBTR > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9WTasxfhgxzXMCv0JEfcBTRAmTg8kKy { width:14.875rem;height:2.1875rem;top:1.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phNLePXh5XSiJ5CrcCtkLhf64uQAzze0 { width:5.5rem;height:3.4375rem;top:4.74975625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boLEKHl7BWEfs7V6XztcsxT3FmNqvv7S { display:block; }
 }@media only screen and (max-width: 763px) { #KnimD8k7T3X41ZmCvykwLt8udVhf2eUz { width:5.5rem;height:3.4375rem;top:9.43725625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfSm3r9M48RcyE89ONCFRwfR1747yPd { display:block; }
 }@media only screen and (max-width: 763px) { #JLcv79XeKM0OzSXdfMbAFMWnmxiIyRia { width:7.8125rem;height:3.4375rem;top:12.874349594116rem;left:6.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvXk81TXUC2uaWHnkmRoHZto8WlLptX { display:block; }
 }@media only screen and (max-width: 763px) { #mhvgX6GrkOzDuLFn2VxPlNqTmrCxMvkx { width:0.37434875rem;height:0.37434875rem;top:6.2792973518369rem;left:12.442491590977rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpQlS7CZ4cAHvZ8eWhNVwV8hde0I2Dwg { width:5.625rem;height:3.4375rem;top:15.529514312744rem;left:7.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Slr3rUOeTSqy15ISm6S14rNDvqrToM { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNJBeP1UrIvWKXx0yFXDdnM7sJgPnbXw { width:20rem;height:2.59874375rem;top:6.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #q1F21uaVIyxCknRNz2KolsLcqCgghu4i { width:10rem;height:0.0625rem;top:9.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdgXVnWA3aPiAV05T3QcA9PuzC0XlTX4 { width:20rem;height:2.4726327632083rem;top:101.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgEB28Kl4z0uRn9GdmnoFEslh1Aw2vIg { width:18.75rem;height:15.625rem;top:84.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J12Q0vIO16BdXKHpDc5BCn0d0atpOkyS { width:20rem;height:16.667162713176rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy3se5hpamI4VoNg9dnte0b4eQPOR093 { width:18.75rem;height:37.5rem;top:19.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDx0cyzT2OZX21ch91ZQTwfNadDrVpqT { width:20rem;height:3.125rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvCmCe9sNmGUI1i4a2lBMSf6uSCBrVsD { width:18.75rem;height:3.125rem;top:57.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi0V4auqAw5wgMDbqOPO1BW45xHrwBXi { width:20rem;height:2.92535rem;top:15rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #ozA3Em2fb90avgvrXlS9l0by3qF6cqEy { display:block; }#ozA3Em2fb90avgvrXlS9l0by3qF6cqEy > .row .container { width:20rem;height:126.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wwco939Ef9D8Dte4H2kIcJKHMsOieSOc { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #UBgavaAgsVX1CumdSk012Vebcd5yJeTI { width:18.75rem;height:37.5rem;top:5.42535rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcvpBvJihfznqXVfp1uFfXqbR90tXkUh { width:20rem;height:16.666666666667rem;top:99.80035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5hpgceaVRuDiTqnTXlSWuJfKlcLp7sd { width:18.75rem;height:15.625rem;top:82.92535rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk646UzoCPqFnJpbnkpVULk8gIbqJbR7 { width:20rem;height:3.8494623655914rem;top:117.7170375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNh4OWihTBn8qRphr8WsRREbKFxw9NeF { width:10rem;height:37.5rem;top:44.17535rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP { display:block; }#ky37qxTl5h8mkDhcbTXWJLxef00ZIgXP > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uA2EPUIkRToJgZKOeTHmW1cH2CAv1ivk { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #uWS8aWkqZPXyxA76FSausGOFdTISiK8C { width:18.75rem;height:37.5rem;top:5.42535rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alzSxApIBA3dVm7ddABP3OB1PbCaWCry { width:20rem;height:16.656716417911rem;top:52.23785rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzKAmzuwSIcbeTxRd1XguaJGiakb5GTG { width:20rem;height:2.4375rem;top:48.55035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWlQoB2TPnMOhoAKKNTzuaXDGFAdShvp { width:18.75rem;height:3.125rem;top:44.17535rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIaRtHht6x4GSbQ74Iq6woWF2GlM6oTS { width:18.75rem;height:15.625rem;top:77.6436625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTb3O9qB5xH6TTyRtoXrs1ws46kkzRP { width:20rem;height:2.4484181568088rem;top:94.5186625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO9aoEm5PUvQsuVAinClAf5WlqzqlMT1 { width:20rem;height:6.25rem;top:70.1436625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm { display:block; }#wqzGzIat31ZpkKbCJ6kTiuCAPe3PbBvm > .row .container { width:20rem;height:121.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXlywVuUdBMXBdbQFNyaa8MARUubcTy0 { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #y3yTPT90KZ1uczKpQkFAwToNCMoMJoTl { width:18.75rem;height:37.5rem;top:5.42535rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCmpPix6TJObayZe0iKUPTGKEhgpxesz { width:20rem;height:16.666666666667rem;top:48.30035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvWvme391MKcTFFE0PgBNxJg9pMZfSN { width:18.75rem;height:2.875rem;top:44.17535rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRfg05GJF7UGZQXVTWwiAwwWQkwRviX { width:18.75rem;height:15.625rem;top:73.7170375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn05h5NdGqx8H1vgoGT2eUV76umloiIu { width:20rem;height:2.4725274725275rem;top:90.5920375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVfhEa74sPyn5vgACo7RiXZfmcG8AGef { width:20rem;height:6.25rem;top:66.2170375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl { background-color:#003459;background-image:url("https://images.assets-landingi.com/uc/912bd7f5-4902-484f-880b-07f60392f829/Bg_Footer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl.adaptive-delivery-prevent-bg, #Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl.lazyload, #Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl.lazyloading { background-image: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container { background-color: transparent; background-image: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container > .video-iframe-container { display: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row > .video-iframe-container { display: none; }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .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); }#Z8KoV9u2oQfz0HcOoPwF0PtmZCWBp3Bl > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsCxT2ZNOf5C2nrJHhIigC2u2vKw11DC { width:20rem;height:2.39800625rem;top:8.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbxTiy8f6FLrNoEbuwzADHRINUOT7AqW { width:12.999125rem;height:2.8125rem;top:4.4375rem;left:3.5rem;display:block; }
 }