.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { background-color: transparent; background-image: none; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container > .video-iframe-container { display: none; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row > .video-iframe-container { display: none; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .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); }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { border-width: 0; border-radius: 0; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#fc5rT3Pobu6NMyyH297x3voG6eWzuAIx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.125rem;left:55.9375rem;display:block; }
#vOIJSeqFn8pcwqE9xorDCvwxZ8qeWe9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muSVB3BvsSu5lwGKNeroR4hXXAHaDGuE { position:absolute;display:block;z-index:15001;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.375rem;width:12.6875rem;top:1.9375rem;left:1.78125rem;overflow:hidden;display:block; }
#Lz8LulfcI4OssWAF1TmeByPT6rMPOS9y { background-color:#007396;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.53125rem;left:61.9375rem;display:block; }
#UsTyPEAiX6eoo0Q28B7CidBTfqWtxlT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.1);background-image:url("https://images.assets-landingi.com/uc/c3578c23-f060-4c57-bd4d-6eac7faa17b4/website_header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#PZAhtOAUvSVCH0kcNHKFzWH1tl1GQuCF { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:5.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.875rem rgba(0,0,0,0.5);top:5.125rem;left:23.0625rem;height:6.9873125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k14l78H7okLDPTaq70dDAPTNw5Xn2MN2 { background-color:#007396;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.5rem;left:26rem;display:block; }
#N6oQVGoFpa2lBLF28mnIgUTWpfTEm8Tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKpQTbDmOIymNAV85e5om7NE2Do8VxXZ { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.875rem rgba(0,0,0,0.5);top:13.5625rem;left:20rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { background-color: transparent; background-image: none; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container > .video-iframe-container { display: none; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row > .video-iframe-container { display: none; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .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); }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { border-width: 0; border-radius: 0; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#cUSNTaO758932iK7KCQnghA1qLEsplte { position:absolute;display:block;z-index:15001;background-color:rgba(0,129,167,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;height:28.3125rem;width:23.5625rem;top:11.1875rem;left:0rem;display:block; }
#vL5Orr52m7fBGqQKZSOcZMlVnvL9GlFg { color:#585858;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:16.8125rem;left:2.4375rem;height:13.994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ycbm4UXSFCCoi28pnZyzFp8qLZNwPIET { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:35.3125rem;left:2.4375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGscCklud3SrdTQdNmJg6zOuAVJ0Ku7W { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:18.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lPe5KxmV1uQGqnm1ebS2w2QvmrFamyuU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.9375rem;left:2.375rem; }
#HLQXX6PrWGAFsBgunPkRJd8A2MEZZdrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.9375rem;left:4rem; }
#a2ai5IZf3JDM96VuaMwJDf68cxiDXZxB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.9375rem;left:5.625rem; }
#z51guQM5keM0Ggl3xfDOC5XShQLAUxzN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.9375rem;left:7.3125rem; }
#NdgwaqHnmdDDpw21DkLtMgUf2cH4JXKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.9375rem;left:8.9375rem; }
#XDL5Hp1AQbIAaoVcp0HTgKfOmwWQKOHV { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(0,115,150,0.26);background-image:none;top:33.8125rem;left:2.40625rem;display:block; }
#tNlTGy5VLuTB6aSuv3zwXhaUMJDdfbTH { position:absolute;display:block;z-index:15010;background-color:rgba(0,129,167,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:28.3125rem;width:23.5625rem;top:11.1875rem;left:25.625rem;display:block; }
#PTDR9uS0g5ZKC6S0F0T1h2fooh7ZsTnU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13.9375rem;left:28rem; }
#s5OhbTDv5vIa7mqtfrHhI0yQwobKgEO7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13.9375rem;left:29.625rem; }
#ahxvNevtvRMcfcz6gWHBeaQEdyV5APzG { color:#585858;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.8125rem;left:28.0625rem;height:13.994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTiDcRIIOorvgvnmTMWtkkbkIUTrB1Nf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:13.9375rem;left:31.25rem; }
#ezKfmPG9iuKmLaCBePZxarykFgbhnyWm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:13.9375rem;left:32.9375rem; }
#qUEamtImPT6vbL6SO6MN0MTc7d7Uz0Jz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:13.9375rem;left:34.5625rem; }
#PcnH8E9kruEg6rrPGugO4LX4m7SeXtz5 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.6;letter-spacing:0;top:35.3125rem;left:27.6875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrMRvTXQDmTdclxwZi18yWIuw7IAGgVG { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(0,115,150,0.26);background-image:none;top:33.8125rem;left:28.03125rem;display:block; }
#qDKxb5LPXpspk3uAUhgaAxXguglR6Kxk { position:absolute;display:block;z-index:15019;background-color:rgba(0,129,167,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.2) ;height:28.3125rem;width:23.5625rem;top:11.1875rem;left:51.4375rem;display:block; }
#EPLdKPD4cnsTBW6Bdzw5IWdHVB9ZnuOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:13.9375rem;left:53.8125rem; }
#RXtaJVveNJNx8qbLHMUdceVZuLMJdZTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:13.9375rem;left:55.4375rem; }
#VNZFRhmwSDIyOt3uHl2BHmLoTWNeH9DX { color:#585858;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:16.8125rem;left:53.875rem;height:15.3935625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kC2ZOoHTCoEyq0rdl7UoeKVwOctQm1Zu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:13.9375rem;left:57.0625rem; }
#Cyqs6UQiP03hkfNM8UhaJn4OlinuQkZ5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:13.9375rem;left:58.75rem; }
#TyST4NEmmicquwUMTkC0VOmsgPJkGou3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:13.9375rem;left:60.375rem; }
#qJii2SHrGh6SkbVEoSAQRmZG0WELHqVA { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15055;line-height:1.6;letter-spacing:0;top:35.3125rem;left:53.8125rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QsBgIb199SmbSCkGG77F1EdIVQJZLStQ { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15057;background-color:rgba(0,115,150,0.26);background-image:none;top:33.8125rem;left:53.84375rem;display:block; }
#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#404040;background-image:url("https://images.assets-landingi.com/uc/045704bf-4a5f-4e73-93cd-ecbee2ec467e/footerbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb.adaptive-delivery-prevent-bg, #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb.lazyload, #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb.lazyloading { background-image: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { background-color: transparent; background-image: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container > .video-iframe-container { display: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row > .video-iframe-container { display: none; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .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); }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { border-width: 0; border-radius: 0; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#Vcr1DpxJO6vbAIQ0Q0UgL1AfA40Lu8tc { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:16.96875rem;left:1.75rem;height:1.225rem;font-style:normal;display:block; }
#ewM2zl3x4MTIbK7XuifthCWOirzAiBz0 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.48046875rem;left:29.96875rem;height:1.225rem;font-style:normal;display:block; }
#lmcqi1qEES7E52vIEAshI9T39gbk6Ibm { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.48046875rem;left:47.6875rem;height:1.225rem;font-style:normal;display:block; }
#yDc0uTXAgabWy952xBcOPLOcDtSwFdsz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.3115234375rem;left:45.625rem; }
#MQ1cl6gloLJnaOI4C37aqxlTWRcIMu61 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7.3740234375rem;left:28rem; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:7.1552734375rem;left:64.625rem; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Issn5n1SyGe44BUeRJVARWuopNa2TPiO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:7.2177734375rem;left:68.1875rem; }
#Issn5n1SyGe44BUeRJVARWuopNa2TPiO > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#c6I5nOUGiVEX341NnA4uAeeo69ToAIOc { position:absolute;display:block;z-index:15033;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.875rem;width:21.625rem;top:6.25rem;left:0.875rem;overflow:hidden;display:block; }
#JK4MfADcJgFvVaDcMWTJFii7mAql7Rvm { position:absolute;display:block;z-index:15034;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.125rem;width:14.4375rem;top:2.875rem;left:1.875rem;overflow:hidden;display:block; }
#me4eG66WerP77tPQTN9TJBfMdQoEvHrh { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:16.96875rem;left:21.375rem;height:1.225rem;font-style:normal;display:block; }
#wrgu3LhXHRa0DRegL0mWKrKh8tySZgW2 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:14.0185546875rem;left:62.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy { display:block; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc5rT3Pobu6NMyyH297x3voG6eWzuAIx { width:11.5625rem;height:1.875rem;top:1.125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOIJSeqFn8pcwqE9xorDCvwxZ8qeWe9Z { display:block; }
 }@media only screen and (max-width: 763px) { #muSVB3BvsSu5lwGKNeroR4hXXAHaDGuE { top:1.9375rem;left:0rem;width:12.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8LulfcI4OssWAF1TmeByPT6rMPOS9y { width:11.4375rem;height:3.1875rem;top:1.5rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsTyPEAiX6eoo0Q28B7CidBTfqWtxlT6 { 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) { #PZAhtOAUvSVCH0kcNHKFzWH1tl1GQuCF { top:5.125rem;left:9.4375rem;width:28.9375rem;height:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k14l78H7okLDPTaq70dDAPTNw5Xn2MN2 { width:23rem;height:3.1875rem;top:21.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6oQVGoFpa2lBLF28mnIgUTWpfTEm8Tx { display:block; }
 }@media only screen and (max-width: 763px) { #RKpQTbDmOIymNAV85e5om7NE2Do8VxXZ { top:13.5625rem;left:6.375rem;width:35.0625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ { display:block; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUSNTaO758932iK7KCQnghA1qLEsplte { width:23.5625rem;height:28.3125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL5Orr52m7fBGqQKZSOcZMlVnvL9GlFg { width:18.6875rem;height:13.9375rem;top:16.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbm4UXSFCCoi28pnZyzFp8qLZNwPIET { width:9.875rem;height:1.75rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGscCklud3SrdTQdNmJg6zOuAVJ0Ku7W { width:37.5rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPe5KxmV1uQGqnm1ebS2w2QvmrFamyuU { top:13.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLQXX6PrWGAFsBgunPkRJd8A2MEZZdrl { top:13.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ai5IZf3JDM96VuaMwJDf68cxiDXZxB { top:13.9375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z51guQM5keM0Ggl3xfDOC5XShQLAUxzN { top:13.9375rem;left:0.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdgwaqHnmdDDpw21DkLtMgUf2cH4JXKl { top:13.9375rem;left:2.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDL5Hp1AQbIAaoVcp0HTgKfOmwWQKOHV { top:33.8125rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNlTGy5VLuTB6aSuv3zwXhaUMJDdfbTH { width:23.5625rem;height:28.3125rem;top:11.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDR9uS0g5ZKC6S0F0T1h2fooh7ZsTnU { top:13.9375rem;left:21.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5OhbTDv5vIa7mqtfrHhI0yQwobKgEO7 { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahxvNevtvRMcfcz6gWHBeaQEdyV5APzG { width:19.25rem;height:13.9375rem;top:16.8125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiDcRIIOorvgvnmTMWtkkbkIUTrB1Nf { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezKfmPG9iuKmLaCBePZxarykFgbhnyWm { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUEamtImPT6vbL6SO6MN0MTc7d7Uz0Jz { top:13.9375rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcnH8E9kruEg6rrPGugO4LX4m7SeXtz5 { width:9.875rem;height:1.75rem;top:35.3125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMRvTXQDmTdclxwZi18yWIuw7IAGgVG { top:33.8125rem;left:5.125rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDKxb5LPXpspk3uAUhgaAxXguglR6Kxk { width:23.5625rem;height:28.3125rem;top:11.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLdKPD4cnsTBW6Bdzw5IWdHVB9ZnuOZ { top:13.9375rem;left:33.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXtaJVveNJNx8qbLHMUdceVZuLMJdZTP { top:13.9375rem;left:35rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNZFRhmwSDIyOt3uHl2BHmLoTWNeH9DX { width:20rem;height:15.375rem;top:16.8125rem;left:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2ZOoHTCoEyq0rdl7UoeKVwOctQm1Zu { top:13.9375rem;left:36.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyqs6UQiP03hkfNM8UhaJn4OlinuQkZ5 { top:13.9375rem;left:38.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyST4NEmmicquwUMTkC0VOmsgPJkGou3 { top:13.9375rem;left:39.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJii2SHrGh6SkbVEoSAQRmZG0WELHqVA { width:9.875rem;height:1.75rem;top:35.3125rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBgIb199SmbSCkGG77F1EdIVQJZLStQ { top:33.8125rem;left:29rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb { display:block; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vcr1DpxJO6vbAIQ0Q0UgL1AfA40Lu8tc { top:16.9375rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewM2zl3x4MTIbK7XuifthCWOirzAiBz0 { top:7.4375rem;left:16.34375rem;width:13.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcqi1qEES7E52vIEAshI9T39gbk6Ibm { top:7.4375rem;left:34.0625rem;width:12.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDc0uTXAgabWy952xBcOPLOcDtSwFdsz { top:7.25rem;left:32rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1cl6gloLJnaOI4C37aqxlTWRcIMu61 { top:7.3125rem;left:14.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 { top:7.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Issn5n1SyGe44BUeRJVARWuopNa2TPiO { top:7.1875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#Issn5n1SyGe44BUeRJVARWuopNa2TPiO > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #c6I5nOUGiVEX341NnA4uAeeo69ToAIOc { top:6.25rem;left:0rem;width:21.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK4MfADcJgFvVaDcMWTJFii7mAql7Rvm { top:2.875rem;left:0rem;width:14.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4eG66WerP77tPQTN9TJBfMdQoEvHrh { top:16.9375rem;left:7.75rem;width:37.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrgu3LhXHRa0DRegL0mWKrKh8tySZgW2 { top:14rem;left:40.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy { display:block; }#dDaP5SWQPBF3UHEvOsOJV5JBdDcer2Uy > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc5rT3Pobu6NMyyH297x3voG6eWzuAIx { width:9.0625rem;height:1.125rem;top:1.5625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOIJSeqFn8pcwqE9xorDCvwxZ8qeWe9Z { display:block; }
 }@media only screen and (max-width: 763px) { #muSVB3BvsSu5lwGKNeroR4hXXAHaDGuE { width:11rem;height:1.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8LulfcI4OssWAF1TmeByPT6rMPOS9y { width:8.75rem;height:1.75rem;top:1.1875rem;left:10.838524247492rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsTyPEAiX6eoo0Q28B7CidBTfqWtxlT6 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3578c23-f060-4c57-bd4d-6eac7faa17b4/website_header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZAhtOAUvSVCH0kcNHKFzWH1tl1GQuCF { width:11rem;height:2.5996125rem;top:2.625rem;left:4.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k14l78H7okLDPTaq70dDAPTNw5Xn2MN2 { width:19rem;height:3.1875rem;top:10.5rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6oQVGoFpa2lBLF28mnIgUTWpfTEm8Tx { display:block; }
 }@media only screen and (max-width: 763px) { #RKpQTbDmOIymNAV85e5om7NE2Do8VxXZ { width:20rem;height:2.5996125rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ { display:block; }#Ds9AiLwsbTwUodvGvL6ch3tXaXJb0iGQ > .row .container { width:20rem;height:102.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUSNTaO758932iK7KCQnghA1qLEsplte { width:19.125rem;height:27rem;top:7.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL5Orr52m7fBGqQKZSOcZMlVnvL9GlFg { width:17.3125rem;height:16.5rem;top:12rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbm4UXSFCCoi28pnZyzFp8qLZNwPIET { width:11.125rem;height:1.6rem;top:31.4375rem;left:1.34375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGscCklud3SrdTQdNmJg6zOuAVJ0Ku7W { width:20rem;height:2.03125rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPe5KxmV1uQGqnm1ebS2w2QvmrFamyuU { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #HLQXX6PrWGAFsBgunPkRJd8A2MEZZdrl { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #a2ai5IZf3JDM96VuaMwJDf68cxiDXZxB { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #z51guQM5keM0Ggl3xfDOC5XShQLAUxzN { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #NdgwaqHnmdDDpw21DkLtMgUf2cH4JXKl { display:flex;width:1.625rem;height:1.625rem;top:9.3125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #XDL5Hp1AQbIAaoVcp0HTgKfOmwWQKOHV { width:17.4375rem;height:0.1875rem;top:29.9697265625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNlTGy5VLuTB6aSuv3zwXhaUMJDdfbTH { width:19rem;height:29.5625rem;top:36.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDR9uS0g5ZKC6S0F0T1h2fooh7ZsTnU { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #s5OhbTDv5vIa7mqtfrHhI0yQwobKgEO7 { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #ahxvNevtvRMcfcz6gWHBeaQEdyV5APzG { width:17.1875rem;height:18rem;top:41rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTiDcRIIOorvgvnmTMWtkkbkIUTrB1Nf { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #ezKfmPG9iuKmLaCBePZxarykFgbhnyWm { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #qUEamtImPT6vbL6SO6MN0MTc7d7Uz0Jz { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #PcnH8E9kruEg6rrPGugO4LX4m7SeXtz5 { width:9.875rem;height:1.6rem;top:62.3125rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrMRvTXQDmTdclxwZi18yWIuw7IAGgVG { width:17.5rem;height:0.1875rem;top:60.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDKxb5LPXpspk3uAUhgaAxXguglR6Kxk { width:18.9375rem;height:32rem;top:67.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLdKPD4cnsTBW6Bdzw5IWdHVB9ZnuOZ { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RXtaJVveNJNx8qbLHMUdceVZuLMJdZTP { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #VNZFRhmwSDIyOt3uHl2BHmLoTWNeH9DX { width:17.4375rem;height:21rem;top:71.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2ZOoHTCoEyq0rdl7UoeKVwOctQm1Zu { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #Cyqs6UQiP03hkfNM8UhaJn4OlinuQkZ5 { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #TyST4NEmmicquwUMTkC0VOmsgPJkGou3 { display:flex;width:1.625rem;height:1.625rem;top:69.1875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #qJii2SHrGh6SkbVEoSAQRmZG0WELHqVA { width:9.875rem;height:1.6rem;top:96.0322265625rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsBgIb199SmbSCkGG77F1EdIVQJZLStQ { width:17.5rem;height:0.1875rem;top:94.2197265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb { display:block; }#ZQom8HBpRiQvtBb2Frdk3Qi0VWy5Slyb > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vcr1DpxJO6vbAIQ0Q0UgL1AfA40Lu8tc { width:14.625rem;height:1.225rem;top:32.8125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewM2zl3x4MTIbK7XuifthCWOirzAiBz0 { width:15.0625rem;height:1.4rem;top:14.73046875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcqi1qEES7E52vIEAshI9T39gbk6Ibm { width:14.25rem;height:1.4rem;top:12.1875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDc0uTXAgabWy952xBcOPLOcDtSwFdsz { width:1.5625rem;height:1.5625rem;top:12.10546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1cl6gloLJnaOI4C37aqxlTWRcIMu61 { width:1.5625rem;height:1.5625rem;top:14.6484375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 { width:1.875rem;height:1.875rem;top:28.53125rem;left:6.4375rem;display:block; }
#FAzix8Tm9VyBI75JTr8GWQ2ba6nS4Oi2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Issn5n1SyGe44BUeRJVARWuopNa2TPiO { width:2.1875rem;height:2.1875rem;top:28.375rem;left:11.4375rem;display:block; }
#Issn5n1SyGe44BUeRJVARWuopNa2TPiO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #c6I5nOUGiVEX341NnA4uAeeo69ToAIOc { width:17.625rem;height:2.9375rem;top:6.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK4MfADcJgFvVaDcMWTJFii7mAql7Rvm { width:10.75rem;height:1.5rem;top:3.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4eG66WerP77tPQTN9TJBfMdQoEvHrh { width:20rem;height:2.45rem;top:35.7080078125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrgu3LhXHRa0DRegL0mWKrKh8tySZgW2 { width:7.125rem;height:7.125rem;top:19.3447265625rem;left:6.4375rem;display:block; }
 }