.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row .container { background-color: transparent; background-image: none; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row .container > .video-iframe-container { display: none; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row > .video-iframe-container { display: none; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .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); }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row .container { border-width: 0; border-radius: 0; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#XZ6vTiOpfT7diMQQVqX9fQPBlhc6Tvtu { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:61.9375rem;display:block; }
#weDv9XZ3NL8nCt2ew9P49qGiPTUa06SE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwtkX262MLeKsBNWbhCSfEHX5fZySXll { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:45.9375rem;display:block; }
#KtZMSEDE0tuDT3vKL15zlFNewi2XBEfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5d6IKp5odP5QO91uUwE9bgyhVXW2hFq { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.6865234375rem;left:63.625rem;display:block; }
#MRKeCbRGmauuh0vcJnTDkJIHrWCc2bvg { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#Fb4beI9qeH5BApmwN1qfB45GT7a6T00b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nu71q8HEhEQ56ehpRxmdCPVBsXihcUwt { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#heh33PFOlDxTu7XLHWE15F2rtaRTWD5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQEdvH045eSTRqr2y7TLHt1x0bGTNOOz { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#LOm8UrsshGiAHNQsXCPLwUyN7M5H5eTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPphO7sc8uyALKrP55iTEA30cBTAU8wg { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.75rem;height:1.13671875rem;font-style:normal;display:block; }
#RJ8mJ2skCqKDGy5a5lFaK7xTcnDaNXng { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:36rem;height:1.13671875rem;font-style:normal;display:block; }
#utdq2Fv5lLQTLAynXbOwb8ScAJb7Zvc6 { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5rem;left:21.0625rem;display:block; }
#snQg4Msc9Uople7T6UvHrGMiyF78ratC { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5rem;left:34.4375rem;display:block; }
#vigGTyW5QBZnmnFo2q8SyDSWgElhwlK4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#cxrsvg4KTaRmos5QTlTP1xB9dsHD6UPU { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:57.375rem;display:block; }
#ezXqCRigeLXqi7H7KpkEMfkuhsW17TbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzkCOh1hFlkdnI2qUoyGyWrvvpBOk8Ol { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:block; }
#SufaPUrh9pViFhuladi5l94vM4ZTeTPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBiEW0ss89rxCZBztb5USEflr85ioSNm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:20.1875rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y { position:relative;display:none; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y { border-width: 0; border-radius: 0; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#en79BuMoC6hoKAzQzNG1u0126lV0JHRb { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5625rem;left:25.71875rem;display:none; }
#ZFrVGAIfCP5M5kIaLzRqxrEmAubLRkUc { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:27.40625rem;height:1.1363625rem;font-style:normal;display:none; }
#pLKLJANHRFT89NJIXNiaUCmNyM9Av5oK { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5625rem;left:39.09375rem;display:none; }
#iRDAARxNnWzhar4EbCEt4nvodHnQXIJR { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.65625rem;height:1.1363625rem;font-style:normal;display:none; }
#i8qDRbd1LmssohcAtDyM8km9DR7UrMKT { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:53.937141418457rem;display:none; }
#LoLabnoiKXNU5mT0JDNSVCeeE7hf8tiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sAbP12OG5U6IsGdWUTfA5xW9gieo7k8p { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#Hyqdc5SaTyb6v8OtHDvObhylnTnrtBDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xgz7Tqr0xXLsq49gzp6wF7pWK9ZLdATX { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:none; }
#kydGTnPt43qcGWPblgmwNo6BgunWgcWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNvPVTDtWlGbI2dc82mIQJ33mTSr0IpZ { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:none; }
#ZEs8h7CRlco8lEqgtnKeARP4t01uLRL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzEX93cvu7TM8CZBHXqRoIvX0piIdwl2 { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:none; }
#H6IB1s1bKHGJmi6OmDmTEcv1mwAtHGGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izoVMnX05vDD084iWTTx63tTeQc0xTMO { 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-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:61.9375rem;display:none; }
#I5z1c2MfRHqW64e1zbphhDy8ZkqhVrBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xb02FQ2pEGnwDtqgRKKhingmUpyOKg0z { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:20.1875rem;top:1.75rem;left:7.03125rem;overflow:hidden;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b3;background-image:url("https://images.assets-landingi.com/OH2epGiB/Mask_Group_6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#NeTThwk8OOzx4zV2e1ZPV59lrcdrq4pT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.3125rem;top:27.1875rem;left:0rem;overflow:hidden;display:block; }
#w6JQeBDWh29EsH3GXr95LXgQA5bkwws7 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.609196662903rem;left:1.9353694915771rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#aEgWuh4xGV5QhtA4O3cQwRJnaxC8w9yQ { color:#ffffff;display:block;width:34.8748125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:32.187499046326rem;left:0rem;height:5.625rem;display:block; }
#Ai66LiREplzzBsqyQcrqs96T4WsAGNFn { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:13.625rem;left:32.8125rem;display:block; }
#HP6GCmZscVzpSZWUcDXbs9hwyKVCHKKm { color:#ffffff;display:block;width:40.8123125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8897371292112rem;left:17.74857711792rem;height:4.548825rem;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; }
#dLJr5hx3pSmeJDUnK2nA2XSTFH4t02ng { color:#ffffff;display:block;width:36.312125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.873934745789rem;left:19.343036651611rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZB5OOEtnwdRIVnyJ0DeE7mKBKK9QaTv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.31214375rem;top:27.125rem;left:40.125rem;overflow:hidden;display:block; }
#IKwFt1SnGi9RT5yTKEbnZA00iET0xoPB { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.320311427116rem;left:42.059658050537rem;height:1.4619125rem;text-align:left;text-align-last:left;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; }
#qV0akcC2pKOnlp25xVO7BJdXhU8AEw4T { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:32.186612010002rem;left:40.125175476074rem;height:11.25rem;display:block; }
#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row .container { background-color: transparent; background-image: none; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row .container > .video-iframe-container { display: none; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row > .video-iframe-container { display: none; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .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); }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row .container { border-width: 0; border-radius: 0; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#CT1X7KI3DIGR7Kks1taHRPKMZU07lZX4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.31214375rem;top:4.6244678497314rem;left:0rem;overflow:hidden;display:block; }
#W5v3TElqkC5RLy2Ibewor3FJXcGdHCe0 { color:#ffffff;display:block;width:34.8739375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.8783721923825rem;left:0rem;height:11.25rem;display:block; }
#ZVqxNTE8A4BtW10sZkSvbvJW6CP2nl5D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.31036875rem;top:4.6244678497314rem;left:40.125175476074rem;overflow:hidden;display:block; }
#yGSZgqsRKURsgaKw4A7nBBURouuGkrLu { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.078125rem;left:42.059658050537rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#o5y9d5iwOhdL10Vk1rbMmyTQdsp9zTyF { color:#ffffff;display:block;width:34.8739375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.8783721923825rem;left:40.125175476074rem;height:5.625rem;display:block; }
#EVo5HrGvNBEgTxLvqTwvZ5cM7BLB1H5Q { color:#ffffff;display:block;width:34.12375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3678970336914rem;left:1.9353694915771rem;height:4.38574375rem;text-align:left;text-align-last:left;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; }
#OvE8VkI8S7snSIEHE1hZ4E1gt5Wtnsn3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.31125625rem;top:25.784801483154rem;left:0rem;overflow:hidden;display:block; }
#xe7TTXltZxaeXkW4soEIqZPmJ7rR18CR { color:#ffffff;display:block;width:27.1244375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.238456726074rem;left:1.9353694915771rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#prwcXwEVbtE8DzEbTD37AXO7eHVWBk8J { color:#ffffff;display:block;width:34.8739375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:30.783912658691rem;left:0rem;height:7.03125rem;display:block; }
#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b3;background-image:url("https://images.assets-landingi.com/A4qUTa1N/Mask_Group_8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI.adaptive-delivery-prevent-bg, #JecXNuPCoud9aXJJT3IKrSmStBWIEdoI.lazyload, #JecXNuPCoud9aXJJT3IKrSmStBWIEdoI.lazyloading { background-image: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container { background-color: transparent; background-image: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container > .video-iframe-container { display: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row > .video-iframe-container { display: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .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); }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container { border-width: 0; border-radius: 0; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#UrDBgDR69kwBDU54Bbab9LpqkNWnclkJ { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.8515625rem;left:46.5625rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#CZE1Sw53oJDbGEiTDdI3QgcyZSf3OmuQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:14.875rem;top:9.375rem;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) { #uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E { display:block; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZ6vTiOpfT7diMQQVqX9fQPBlhc6Tvtu { width:3.9375rem;height:1.75rem;top:1.375rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weDv9XZ3NL8nCt2ew9P49qGiPTUa06SE { display:block; }
 }@media only screen and (max-width: 763px) { #gwtkX262MLeKsBNWbhCSfEHX5fZySXll { width:11.0625rem;height:1.75rem;top:1.375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZMSEDE0tuDT3vKL15zlFNewi2XBEfp { display:block; }
 }@media only screen and (max-width: 763px) { #g5d6IKp5odP5QO91uUwE9bgyhVXW2hFq { top:2.625rem;left:47.125rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRKeCbRGmauuh0vcJnTDkJIHrWCc2bvg { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fb4beI9qeH5BApmwN1qfB45GT7a6T00b { display:block; }
 }@media only screen and (max-width: 763px) { #Nu71q8HEhEQ56ehpRxmdCPVBsXihcUwt { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #heh33PFOlDxTu7XLHWE15F2rtaRTWD5D { display:block; }
 }@media only screen and (max-width: 763px) { #pQEdvH045eSTRqr2y7TLHt1x0bGTNOOz { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOm8UrsshGiAHNQsXCPLwUyN7M5H5eTi { display:block; }
 }@media only screen and (max-width: 763px) { #QPphO7sc8uyALKrP55iTEA30cBTAU8wg { top:1.6875rem;left:9.125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ8mJ2skCqKDGy5a5lFaK7xTcnDaNXng { top:1.6875rem;left:22.375rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utdq2Fv5lLQTLAynXbOwb8ScAJb7Zvc6 { top:1.5rem;left:7.4375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQg4Msc9Uople7T6UvHrGMiyF78ratC { top:1.5rem;left:20.8125rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigGTyW5QBZnmnFo2q8SyDSWgElhwlK4 { display:none; }
 }@media only screen and (max-width: 763px) { #cxrsvg4KTaRmos5QTlTP1xB9dsHD6UPU { width:4.5625rem;height:1.75rem;top:1.375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezXqCRigeLXqi7H7KpkEMfkuhsW17TbL { display:block; }
 }@media only screen and (max-width: 763px) { #TzkCOh1hFlkdnI2qUoyGyWrvvpBOk8Ol { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SufaPUrh9pViFhuladi5l94vM4ZTeTPK { display:block; }
 }@media only screen and (max-width: 763px) { #iBiEW0ss89rxCZBztb5USEflr85ioSNm { top:0.875rem;left:0rem;width:20.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y { display:none; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #en79BuMoC6hoKAzQzNG1u0126lV0JHRb { top:1.5625rem;left:12.09375rem;width:1.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFrVGAIfCP5M5kIaLzRqxrEmAubLRkUc { top:1.75rem;left:13.78125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLKLJANHRFT89NJIXNiaUCmNyM9Av5oK { top:1.5625rem;left:25.46875rem;width:1.5rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRDAARxNnWzhar4EbCEt4nvodHnQXIJR { top:1.75rem;left:27.03125rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8qDRbd1LmssohcAtDyM8km9DR7UrMKT { width:5.1875rem;height:1.75rem;top:1.25rem;left:40.312141418457rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoLabnoiKXNU5mT0JDNSVCeeE7hf8tiD { display:block; }
 }@media only screen and (max-width: 763px) { #sAbP12OG5U6IsGdWUTfA5xW9gieo7k8p { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hyqdc5SaTyb6v8OtHDvObhylnTnrtBDq { display:block; }
 }@media only screen and (max-width: 763px) { #xgz7Tqr0xXLsq49gzp6wF7pWK9ZLdATX { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kydGTnPt43qcGWPblgmwNo6BgunWgcWM { display:block; }
 }@media only screen and (max-width: 763px) { #MNvPVTDtWlGbI2dc82mIQJ33mTSr0IpZ { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEs8h7CRlco8lEqgtnKeARP4t01uLRL8 { display:block; }
 }@media only screen and (max-width: 763px) { #RzEX93cvu7TM8CZBHXqRoIvX0piIdwl2 { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6IB1s1bKHGJmi6OmDmTEcv1mwAtHGGD { display:block; }
 }@media only screen and (max-width: 763px) { #izoVMnX05vDD084iWTTx63tTeQc0xTMO { width:3.9375rem;height:1.75rem;top:1.375rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5z1c2MfRHqW64e1zbphhDy8ZkqhVrBJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xb02FQ2pEGnwDtqgRKKhingmUpyOKg0z { top:2.375rem;left:0rem;width:20.1875rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeTThwk8OOzx4zV2e1ZPV59lrcdrq4pT { top:27.1875rem;left:0rem;width:1.25rem;height:3.5723982223746rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JQeBDWh29EsH3GXr95LXgQA5bkwws7 { top:27.5625rem;left:0rem;width:30.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgWuh4xGV5QhtA4O3cQwRJnaxC8w9yQ { top:32.125rem;left:0rem;width:34.8125rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai66LiREplzzBsqyQcrqs96T4WsAGNFn { top:13.625rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP6GCmZscVzpSZWUcDXbs9hwyKVCHKKm { top:7.875rem;left:4.123046875rem;width:40.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJr5hx3pSmeJDUnK2nA2XSTFH4t02ng { top:14.8125rem;left:5.7180366516113rem;width:36.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZB5OOEtnwdRIVnyJ0DeE7mKBKK9QaTv { top:27.125rem;left:26.5rem;width:1.25rem;height:3.5723982223746rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKwFt1SnGi9RT5yTKEbnZA00iET0xoPB { top:28.3125rem;left:16.8125rem;width:30.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV0akcC2pKOnlp25xVO7BJdXhU8AEw4T { top:32.125rem;left:12.9375rem;width:33.9375rem;height:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV { display:block; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT1X7KI3DIGR7Kks1taHRPKMZU07lZX4 { top:4.5625rem;left:0rem;width:1.25rem;height:3.5748161352901rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5v3TElqkC5RLy2Ibewor3FJXcGdHCe0 { top:9.875rem;left:0rem;width:34.8125rem;height:10.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqxNTE8A4BtW10sZkSvbvJW6CP2nl5D { top:4.5625rem;left:26.500175476074rem;width:1.25rem;height:3.5796617935538rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGSZgqsRKURsgaKw4A7nBBURouuGkrLu { top:5.0625rem;left:18.375rem;width:29.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5y9d5iwOhdL10Vk1rbMmyTQdsp9zTyF { top:9.875rem;left:12.9375rem;width:34.8125rem;height:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVo5HrGvNBEgTxLvqTwvZ5cM7BLB1H5Q { top:4.3125rem;left:0rem;width:34.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvE8VkI8S7snSIEHE1hZ4E1gt5Wtnsn3 { top:25.75rem;left:0rem;width:1.25rem;height:3.5772373234633rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe7TTXltZxaeXkW4soEIqZPmJ7rR18CR { top:26.1875rem;left:0rem;width:27.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prwcXwEVbtE8DzEbTD37AXO7eHVWBk8J { top:30.75rem;left:0rem;width:34.8125rem;height:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JecXNuPCoud9aXJJT3IKrSmStBWIEdoI { display:block; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrDBgDR69kwBDU54Bbab9LpqkNWnclkJ { top:10.8125rem;left:19.3125rem;width:28.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZE1Sw53oJDbGEiTDdI3QgcyZSf3OmuQ { top:9.375rem;left:0rem;width:14.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E { position:relative;z-index:auto;display:none; }#uENCAqPoXKM1lTvXGQWCf8KMreoEKz2E > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XZ6vTiOpfT7diMQQVqX9fQPBlhc6Tvtu { width:7.8125rem;height:2.5rem;top:8.9364347457888rem;left:10.780361711979rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weDv9XZ3NL8nCt2ew9P49qGiPTUa06SE { display:block; }
 }@media only screen and (max-width: 763px) { #gwtkX262MLeKsBNWbhCSfEHX5fZySXll { width:8.75rem;height:1.749825rem;top:9.3119668960569rem;left:2.0916193127632rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtZMSEDE0tuDT3vKL15zlFNewi2XBEfp { display:block; }
 }@media only screen and (max-width: 763px) { #g5d6IKp5odP5QO91uUwE9bgyhVXW2hFq { width:0.625rem;height:0.625rem;top:2.625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRKeCbRGmauuh0vcJnTDkJIHrWCc2bvg { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Fb4beI9qeH5BApmwN1qfB45GT7a6T00b { display:block; }
 }@media only screen and (max-width: 763px) { #Nu71q8HEhEQ56ehpRxmdCPVBsXihcUwt { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #heh33PFOlDxTu7XLHWE15F2rtaRTWD5D { display:block; }
 }@media only screen and (max-width: 763px) { #pQEdvH045eSTRqr2y7TLHt1x0bGTNOOz { width:6.25rem;height:2.5rem;top:8.4375rem;left:11.249999582768rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #LOm8UrsshGiAHNQsXCPLwUyN7M5H5eTi { display:block; }
 }@media only screen and (max-width: 763px) { #QPphO7sc8uyALKrP55iTEA30cBTAU8wg { width:10.9375rem;height:1.1363625rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJ8mJ2skCqKDGy5a5lFaK7xTcnDaNXng { width:8.8125rem;height:1.1363625rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utdq2Fv5lLQTLAynXbOwb8ScAJb7Zvc6 { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQg4Msc9Uople7T6UvHrGMiyF78ratC { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vigGTyW5QBZnmnFo2q8SyDSWgElhwlK4 { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cxrsvg4KTaRmos5QTlTP1xB9dsHD6UPU { width:4.5625rem;height:1.75rem;top:1.375rem;left:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezXqCRigeLXqi7H7KpkEMfkuhsW17TbL { display:block; }
 }@media only screen and (max-width: 763px) { #TzkCOh1hFlkdnI2qUoyGyWrvvpBOk8Ol { width:9.125rem;height:1.75rem;top:21.312144756317rem;left:5.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SufaPUrh9pViFhuladi5l94vM4ZTeTPK { display:block; }
 }@media only screen and (max-width: 763px) { #iBiEW0ss89rxCZBztb5USEflr85ioSNm { width:20rem;height:2.7244582043344rem;top:24.312144756317rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container { background-color: transparent; background-image: none; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container > .video-iframe-container { display: none; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row > .video-iframe-container { display: none; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .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); }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container { border-width: 0; border-radius: 0; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMwcoyNPX3pyZ8Dg3wJa4MP6WPxTML8y > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #en79BuMoC6hoKAzQzNG1u0126lV0JHRb { width:1.49946875rem;height:1.49946875rem;top:3.8725128173828rem;left:4.6866121888161rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZFrVGAIfCP5M5kIaLzRqxrEmAubLRkUc { width:10.9375rem;height:1.13671875rem;top:5.8124980926514rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #pLKLJANHRFT89NJIXNiaUCmNyM9Av5oK { width:1.49946875rem;height:1.49946875rem;top:3.9018096923828rem;left:14.810013353824rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iRDAARxNnWzhar4EbCEt4nvodHnQXIJR { width:8.812125rem;height:1.13671875rem;top:5.8124980926514rem;left:11.187854349613rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #i8qDRbd1LmssohcAtDyM8km9DR7UrMKT { width:11.3115rem;height:1.749025rem;top:8.716796875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LoLabnoiKXNU5mT0JDNSVCeeE7hf8tiD { display:block; }
 }@media only screen and (max-width: 763px) { #sAbP12OG5U6IsGdWUTfA5xW9gieo7k8p { width:6.25rem;height:2.5rem;top:10.4658203125rem;left:2.5302734375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Hyqdc5SaTyb6v8OtHDvObhylnTnrtBDq { display:block; }
 }@media only screen and (max-width: 763px) { #xgz7Tqr0xXLsq49gzp6wF7pWK9ZLdATX { width:9.125rem;height:1.75rem;top:8.8125rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #kydGTnPt43qcGWPblgmwNo6BgunWgcWM { display:block; }
 }@media only screen and (max-width: 763px) { #MNvPVTDtWlGbI2dc82mIQJ33mTSr0IpZ { width:9.125rem;height:1.75rem;top:9.4375rem;left:9.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ZEs8h7CRlco8lEqgtnKeARP4t01uLRL8 { display:block; }
 }@media only screen and (max-width: 763px) { #RzEX93cvu7TM8CZBHXqRoIvX0piIdwl2 { width:9.125rem;height:1.75rem;top:8.7158203125rem;left:10.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #H6IB1s1bKHGJmi6OmDmTEcv1mwAtHGGD { display:block; }
 }@media only screen and (max-width: 763px) { #izoVMnX05vDD084iWTTx63tTeQc0xTMO { width:7.8125rem;height:2.5rem;top:10.4658203125rem;left:10.5595703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #I5z1c2MfRHqW64e1zbphhDy8ZkqhVrBJ { display:block; }
 }@media only screen and (max-width: 763px) { #Xb02FQ2pEGnwDtqgRKKhingmUpyOKg0z { width:20rem;height:2.72363125rem;top:0.625rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#0075b3;background-image:url("https://images.assets-landingi.com/OH2epGiB/Mask_Group_6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeTThwk8OOzx4zV2e1ZPV59lrcdrq4pT { width:1.3125rem;height:3.75rem;top:39.125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6JQeBDWh29EsH3GXr95LXgQA5bkwws7 { width:20rem;height:5.84765625rem;top:22.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEgWuh4xGV5QhtA4O3cQwRJnaxC8w9yQ { width:20rem;height:9.84375rem;top:29.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai66LiREplzzBsqyQcrqs96T4WsAGNFn { width:6.25rem;height:0.125rem;top:12.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP6GCmZscVzpSZWUcDXbs9hwyKVCHKKm { width:20rem;height:7.796875rem;top:4.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLJr5hx3pSmeJDUnK2nA2XSTFH4t02ng { width:20rem;height:6.375rem;top:13.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rZB5OOEtnwdRIVnyJ0DeE7mKBKK9QaTv { width:1.25rem;height:3.5723982223746rem;top:62.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKwFt1SnGi9RT5yTKEbnZA00iET0xoPB { width:20rem;height:2.923825rem;top:41.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qV0akcC2pKOnlp25xVO7BJdXhU8AEw4T { width:20rem;height:16.875rem;top:45.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV { display:block; }#BXrBZ3Dp2ok6x6wK4BJ4N4IKuBhc6RZV > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CT1X7KI3DIGR7Kks1taHRPKMZU07lZX4 { width:1.25rem;height:3.5748161352901rem;top:4.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5v3TElqkC5RLy2Ibewor3FJXcGdHCe0 { width:20rem;height:19.6875rem;top:12rem;left:0rem;font-size:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqxNTE8A4BtW10sZkSvbvJW6CP2nl5D { width:1.25rem;height:3.5796617935538rem;top:4.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGSZgqsRKURsgaKw4A7nBBURouuGkrLu { width:20rem;height:4.38574375rem;top:33.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o5y9d5iwOhdL10Vk1rbMmyTQdsp9zTyF { width:20rem;height:11.25rem;top:39.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVo5HrGvNBEgTxLvqTwvZ5cM7BLB1H5Q { width:20rem;height:7.3095625rem;top:3.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OvE8VkI8S7snSIEHE1hZ4E1gt5Wtnsn3 { width:1.25rem;height:3.5772373234633rem;top:25.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xe7TTXltZxaeXkW4soEIqZPmJ7rR18CR { width:20rem;height:2.923825rem;top:52.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #prwcXwEVbtE8DzEbTD37AXO7eHVWBk8J { width:20rem;height:11.25rem;top:56.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JecXNuPCoud9aXJJT3IKrSmStBWIEdoI { background-color:transparent;background-image:url("https://images.assets-landingi.com/wMiagwsm/footer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI.adaptive-delivery-prevent-bg, #JecXNuPCoud9aXJJT3IKrSmStBWIEdoI.lazyload, #JecXNuPCoud9aXJJT3IKrSmStBWIEdoI.lazyloading { background-image: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container { background-color: transparent; background-image: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container > .video-iframe-container { display: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row > .video-iframe-container { display: none; }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .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); }#JecXNuPCoud9aXJJT3IKrSmStBWIEdoI > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrDBgDR69kwBDU54Bbab9LpqkNWnclkJ { width:20rem;height:2.92383125rem;top:8.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZE1Sw53oJDbGEiTDdI3QgcyZSf3OmuQ { width:10.8125rem;height:2.375rem;top:3.5478515625rem;left:4.59375rem;display:block; }
 }