.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#4b505e;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(0,0,0,0.3);box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#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:6.020833125rem;width:60rem;overflow:visible;position:relative;display:block; }#cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.4375rem;top:0.3125rem;left:0.560302734375rem;overflow:hidden;display:block; }
#UySoBe3lhqENLil346xp44XfFgHsPhTz { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:46.687255859375rem;height:1.05615rem;font-style:normal;display:block; }
#IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { background-color:rgba(0,0,0,0);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:#7ebcbc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1241875rem;height:3.624675rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.56201171875rem;left:45.43701171875rem;display:block; }
#BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xftkeklTI12WNCnVVHC1urRTSVrhbnai { background-color:#7ebcbc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.999267578125rem;left:31.875rem;display:block; }
#T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.125rem;left:16.5625rem;display:block; }
#XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.125rem;left:23.812255859375rem;display:block; }
#Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { background-color:#ffffff;background-image:none;z-index:auto;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; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { background-color: transparent; background-image: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { display: none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .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); }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { border-width: 0; border-radius: 0; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;overflow:visible;position:relative;display:block; }#WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { color:#4b505e;display:block;width:56.874rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7314453125rem;left:1.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1deb6e51-ff86-4ad3-907e-77d5e01a46c3/IMG_3171.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { border-width: 0; border-radius: 0; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:60rem;position:relative;display:block; }#ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { color:#3bc8eb;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:11.69925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { color:#212529;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:17.5625rem;left:10.125rem;height:3.9995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce { color:#212529;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:25.5625rem;left:4.6875rem;height:6.599125rem;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;display:block; }#HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0f315c9e-d811-44fc-805c-470cab1faca8/Green_tick.webp); }
#cK0bIU55qQGaXs5nI4TMT0KdvBgmZpVP { position:absolute;display:block;z-index:15016;border-top:0.125rem solid #7ebcbc;border-left:0.125rem solid #7ebcbc;border-right:0.125rem solid #7ebcbc;border-bottom:0.125rem solid #7ebcbc;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:8.25rem;width:25rem;top:24.625rem;left:30.0625rem;overflow:hidden;display:block; }
#glyUICBAkT7cMoW0HSJXcFQ1BbItT4Wc { background-color:#7ebcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8105625rem;height:3.87305rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:37rem;left:20.625rem;display:block; }
#cPTCz49sS8y4wg2NFRrDTktdFgHUWEOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b505e;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; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { background-color: transparent; background-image: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { display: none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .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); }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { border-width: 0; border-radius: 0; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#u8mFqSrn7054CyH2emhVQFnCqzze88AR { color:#ffffff;display:block;width:20.187375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.9373779296875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.812255859375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { color:#ffffff;display:block;width:19.9985625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.75rem;left:20rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { color:#ffffff;display:block;width:19.936375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.87451171875rem;left:20rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { color:#ffffff;display:block;width:19.9985625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.812255859375rem;left:40rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { color:#ffffff;display:block;width:16.6861875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.934326171875rem;left:41.6552734375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw { position:relative;display:block; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw { background-color: transparent; background-image: none; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .row .container > .video-iframe-container { display: none; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .row > .video-iframe-container { display: none; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .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); }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw { border-width: 0; border-radius: 0; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .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; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:61.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KTVIzg4T028N4TuX1nPsQZdlVOaSRzKg { display:block;width:40.9375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:9.4375rem;height:3.412475rem;text-align:center;text-align-last:center;color:#212529;font-style:normal;display:block; }
#MKJQMMsBVWVplxD3vNBXcMOWkBfezGFm { background-color:#7ebcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8105625rem;height:3.87305rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:54.4375rem;left:20.59375rem;display:block; }
#NQgBgQETk5nwpMdB31xTHsBFUyuRyaGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRU4CF2ne1KHil9XbHFSgzGETErmeykQ { color:#4b505e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.75rem;left:27.999877929688rem;height:1.50024375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h1bvCTTFyWOiyZeTapS0ZiE8CTO92Z89 { color:#000000;display:block;width:29rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.061786651611rem;left:28.061964035034rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ts2NfEfUiG8tTOIFKXWz4IftWPz786F2 { color:#4b505e;display:block;width:28.8115rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:15.75rem;left:27.9375rem;height:1.50035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Prps3U2A2lU4xnQFaQIPtluPEs5aOw4o { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18rem;left:27.9375rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITvMOfMVSK9JCrTG2eRyqZ7xBrmPQWQz { color:#4b505e;display:block;width:28.3745625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:22.8125rem;left:27.8125rem;height:1.50024375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlH8qEJBBglZPe2v5Tsw9tppy42EKe8f { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.874820709229rem;left:27.874643325806rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DPqWTgIoKpgWfTFXiadJnTzVFHgZ7Xcq { position:absolute;display:block;z-index:15010;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:8.875rem;left:25.74951171875rem;display:block; }
#qF6LaOMG54hebCByzeXDI58XHgWVq8rr { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:9.1246337890625rem;left:25.999755859375rem; }
#cJTqCIAFCiLAKhQm6yFvaTEMkpdtFdTO { position:absolute;display:block;z-index:15012;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.875rem;left:25.75rem;display:block; }
#DCXRZtLnROeU3B9MoabCBudmIP8Xepxa { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:16.125rem;left:26rem; }
#FeaH8pmG1AX1kwUuXCE6lFWemI0hNPDg { position:absolute;display:block;z-index:15014;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:22.9375rem;left:25.74951171875rem;display:block; }
#qIEOalcPqoNvGCCgbuURd9lvMQgZ0vfd { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:23.187133789062rem;left:25.999755859375rem; }
#RogNynLAPoUg7rNXTthFZ4ZeLmrdaxD3 { color:#000000;display:block;width:28.7485625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:34.562133789062rem;left:5.8746337890625rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k3QGf4rK4ukTWah8V8pbkVmOCCzIo3mn { color:#4b505e;display:block;width:28.373875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:32.437255859375rem;left:5.8746337890625rem;height:1.50035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfCnq9lt4BFva4hVmvWQX195z2vNq7yW { position:absolute;display:block;z-index:15018;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:32.5625rem;left:3.6871337890625rem;display:block; }
#n05y77TUaG2mHs20nK1mMhNtTKIm0Ep8 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:32.812133789062rem;left:3.9373779296875rem; }
#OHSTTLVdEB8DwgSoT5bZ8uU1VnnaeQwS { position:absolute;display:block;z-index:15022;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:39.3125rem;left:3.6871337890625rem;display:block; }
#CTn36dEIoPzTwiA7z3Ri2RNMvJxN29zC { color:#4b505e;display:block;width:28.373875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:39.124286651611rem;left:5.8123207092285rem;height:1.50035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NgbaBPqx6JtPzcS47cr2lTyDfqICt6TL { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:39.562133789062rem;left:3.9373779296875rem; }
#GnV0siewGXyCllhmBKRunCE9AodP43Ut { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:41.06201171875rem;left:5.8123779296875rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#urMA8IQTCSVZmFQA2A2us93TWqMHmhsB { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:47.43696975708rem;left:5.8744659423828rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWhTHoTeHToGu6eQsqDsR19F6w6qWfXy { color:#4b505e;display:block;width:30.9996875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:45.375rem;left:5.8746337890625rem;height:1.50035625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pn8oqwetpp9wCOVX9VtgANxQtXeL1anU { position:absolute;display:block;z-index:15026;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:45.499633789062rem;left:3.6871337890625rem;display:block; }
#alAq3DQfKrvBToFiDaoXekyXVmp2neJD { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:45.749877929688rem;left:3.9373779296875rem; }
#SBNCapUCwtsRJ8ZWt3PWS3uTPDllyTT9 { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.75rem;top:8.3125rem;left:3.625rem;overflow:hidden;display:block; }
#Pqv66M77GWrLEKczQtuTEWil4bxNy6ly { position:absolute;display:block;z-index:15008;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.75rem;top:31.5625rem;left:37.375rem;overflow:hidden;display:block; }
#sgPIBnlLf1vrO6wGwhWumeiTJFx7aVlw { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:14.4375rem;width:18.75rem;top:8.3125rem;left:3.625rem;overflow:hidden;display:none; }
#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { background-color: transparent; background-image: none; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container > .video-iframe-container { display: none; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row > .video-iframe-container { display: none; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .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); }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { border-width: 0; border-radius: 0; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#o6zFbCuCKI5t4G3TgH41F9aawsHm6ZD3 { color:#4b505e;display:block;width:59.999rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2.84288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMITS19Sp2PSO0z2d5TKq0nvNSBFIhQR { color:#212529;display:block;width:50.999rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.78125rem;left:4.4990234375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmHoPiaXuB0pTD9nrAZd1hoWs9g6d3Ic { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.3125rem;height:22.0985125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ivCSatBy0PhSQhAgA9VWTozXbewSUFRX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.25rem;left:1.3125rem; }
#bEcSQcTho3Rva9lXgVDvomnZBRnbTBlv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3114rem;width:2.3114rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.875rem;left:1.5rem; }
#hNfIcDBE8lMoFpouUBNipzLrsIDUzuE4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3114rem;width:2.3114rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:38.6875rem;left:1.5rem; }
#kRKltEDCi1TADg48kXivTM3uT1KSURuQ { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(75,80,94,0.5) ;height:27.374875rem;width:21.31225rem;top:11.561889648438rem;left:36.624755859375rem;overflow:hidden;display:block; }
#krCM5WOcwX7893mq5c9KFGWcb7ZF6deO { color:#000000;display:block;width:29.87425rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.0625rem;left:4.5rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ARJzBsHtT4Z8xSO7PLdi0GB8dadJO3Un { color:#000000;display:block;width:29.87425rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.5625rem;left:4.5rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8QkG9b7Dwn8gewVydA6pwZI3CwVQJF5 { background-color:#7ebcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8104375rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:41.37451171875rem;left:20.594482421875rem;display:none; }
#MT62gGphJk7fLTMQMIPrsU9bzOMePnfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWcgHcnKhThbT4m1gnplezIXnymHknct { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(75,80,94,0.5) ;height:12.9375rem;width:16.6875rem;top:9.4375rem;left:39.5625rem;overflow:hidden;display:none; }
#NX7nkpHba6xE77i8M9m5JXhQXUJNkR5P { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.3125rem;height:19.4915625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 { 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; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { background-color: transparent; background-image: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container > .video-iframe-container { display: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container { display: none; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .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); }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { border-width: 0; border-radius: 0; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#gevdb6GtFomHysDNXDnlzFedyBVng3Tx { color:#4b505e;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.75rem;left:41.0625rem;height:5.24956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GznlzkSAoEX3AW0OGof6b5E5rrucw5AE { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:15.25rem;left:41.375rem;height:5.24739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdsLip0V87P1tsnAq9pab9sTOe5ezDxZ { color:#000000;display:block;width:16.749rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:25.125rem;left:41.4375rem;height:12.5955rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXa7KfXGk5b8p5qrq6KAyQWie03f4kvz { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3d603fd3-bb74-4cba-8c68-fae3c8a5d937/IMG_1682.webp");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.749375rem;top:2.6620502471924rem;left:20.124880552292rem;display:block; }#hXa7KfXGk5b8p5qrq6KAyQWie03f4kvz.adaptive-delivery-prevent-bg, #hXa7KfXGk5b8p5qrq6KAyQWie03f4kvz.lazyload, #hXa7KfXGk5b8p5qrq6KAyQWie03f4kvz.lazyloading { background-image: none; }
#IZhdZclH7EwtKMWBrhb8zIuo01PqDfDa { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da8e6dff-ac16-48ca-8f7a-20d07dd02387/IMG20220708WA0085.webp");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:16.6875rem;left:0rem;display:block; }#IZhdZclH7EwtKMWBrhb8zIuo01PqDfDa.adaptive-delivery-prevent-bg, #IZhdZclH7EwtKMWBrhb8zIuo01PqDfDa.lazyload, #IZhdZclH7EwtKMWBrhb8zIuo01PqDfDa.lazyloading { background-image: none; }
#cKMGd7cpMPz24PCBDHIEyp4RGaixKZ3z { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c972ab91-5dad-4547-a726-fc7fede29222/IMG_1415.webp");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:16.6875rem;left:20.1875rem;display:block; }#cKMGd7cpMPz24PCBDHIEyp4RGaixKZ3z.adaptive-delivery-prevent-bg, #cKMGd7cpMPz24PCBDHIEyp4RGaixKZ3z.lazyload, #cKMGd7cpMPz24PCBDHIEyp4RGaixKZ3z.lazyloading { background-image: none; }
#lzSCPfpVo2TiBtiILfTVO6n9yduyLksE { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3ac5ba73-f9a5-4ab0-b771-0ad8c14e4a32/DSC_00111.webp");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:30.6875rem;left:0rem;display:block; }#lzSCPfpVo2TiBtiILfTVO6n9yduyLksE.adaptive-delivery-prevent-bg, #lzSCPfpVo2TiBtiILfTVO6n9yduyLksE.lazyload, #lzSCPfpVo2TiBtiILfTVO6n9yduyLksE.lazyloading { background-image: none; }
#UeRSVaPPcTDwEuGOclsnCFJnMk0pdt57 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b02fb2bb-652f-4fc6-98e0-fe90a446842e/IMG_3404.webp");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5619375rem;width:19.7496875rem;top:2.6875rem;left:0rem;display:block; }#UeRSVaPPcTDwEuGOclsnCFJnMk0pdt57.adaptive-delivery-prevent-bg, #UeRSVaPPcTDwEuGOclsnCFJnMk0pdt57.lazyload, #UeRSVaPPcTDwEuGOclsnCFJnMk0pdt57.lazyloading { background-image: none; }
#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { background-color: transparent; background-image: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container > .video-iframe-container { display: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container { display: none; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .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); }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { border-width: 0; border-radius: 0; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#q2qGCehJKQpzR8aTe8qTVUcmArWe2etX { position:absolute;display:block;z-index:15000;background-color:#7ebcbc;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(75,80,94,0.07) ;height:16.3125rem;width:18.75rem;top:6.5rem;left:0.625rem;display:block; }
#lskrImeFKQ4cA5TyyDD0dNvTULzhCaxH { 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:3.75rem;width:3.68696875rem;top:7.4298648834231rem;left:8.1560726165769rem;overflow:hidden;display:block; }
#C5SVkS9K2cLlvVy525ML14tUMakTLCTL { color:#212529;display:block;width:18.749125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.997512817382rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KLJuKTritB9NrSTlG5GWFlG8gF2NmXTG { color:#212529;display:block;width:13.187125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.434480667114rem;left:3.4055385589599rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2vy1eCATJ6KJ9NtNNclaS4GAzKBIzmK { position:absolute;display:block;z-index:15004;background-color:#7ebcbc;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:16.25rem;width:18.75rem;top:6.5rem;left:20.625rem;display:block; }
#nNnQZ84dUFaMCWrZTia23oJkMuoxa9fS { color:#212529;display:block;width:15.8744375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:14.435901641846rem;left:22.061433792114rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFJEtSUhSn9VG6AdEBT69bH9Asodut0W { color:#212529;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12rem;left:20.624109268189rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnKWQ8fCRrT9eKArADIwLcoQ4V1rbSbS { 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:6.4994375rem;width:6.5625rem;top:6.0569953918457rem;left:26.717859268189rem;overflow:hidden;display:block; }
#z89WThqpfJCnJqu2SObNQ6NQt7tSP7op { position:absolute;display:block;z-index:15008;background-color:#7ebcbc;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:16.125rem;width:18.75rem;top:6.5rem;left:40.625rem;display:block; }
#Xsmm4IubXt7NT94bFsgRr4tSygLMuTPa { color:#212529;display:block;width:17.0614375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:14.432704925537rem;left:41.469282150269rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHFybi9nhAhh66o63dtf1ovlrHWJJzho { color:#212529;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.995738983154rem;left:40.624998092651rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSQnGgeA4UTTudegzs9HT2EEzXHGQQSb { position:absolute;display:block;z-index:15009;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:5.68714375rem;width:5.68714375rem;top:6.6244678497312rem;left:47.1546459198rem;overflow:hidden;display:block; }
#KxB2tOKiLCZJsMFeUJHRFAAqTuRpoK9X { color:#212529;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.84288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmh515GSEQ7JaHM708tN6I4LrbA7ZIWc { background-color:rgba(0,0,0,0);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:#7ebcbc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4355625rem;height:3.624025rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.1875rem;left:23.25rem;display:block; }
#lHK7RQkUWBaIis0DNlZrvBfmNp7Zas9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAMe26PV4cRbkHHpSaQWXX5hmE6qnaJf { color:#212529;display:block;width:11.1855625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.1875rem;left:24.375rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf.adaptive-delivery-prevent-bg, #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf.lazyload, #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf.lazyloading { background-image: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { background-color: transparent; background-image: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container > .video-iframe-container { display: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row > .video-iframe-container { display: none; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .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); }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { border-width: 0; border-radius: 0; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#OsAb7xlqfJF8IW2TUtL5hNEVbx5JnWP8 { color:#4b505e;display:block;width:59.99925rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.5615234375rem;left:0rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEN3crFmmh6l74RQrNXAwgf3xgyZdH6N { color:#222222;display:block;width:42.9369375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:8.529296875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzGacUBvqTrrnKVr6rn70li6k2Kbv4Tu { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:10.5625rem;left:3.375rem;overflow:hidden;display:block; }
#oymkfocq47CdfKAppywfTTg4EBZ4OT8S { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:11rem;left:54.625rem;overflow:hidden;display:block; }
#glqWOBelaCrxdswIf6JpTWUoI86Jxarb { color:#85caca;display:block;width:59.998375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14.923583984375rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tkzLtNLgQmGr21wozGHwbhr2KixhzGxL { color:#000000;display:block;width:26.3745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.623046875rem;left:1.185546875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ax7VvCv5D9m28RmUMZVqTcXMJzscDbh8 { color:#7ebcbc;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTteFkymgVt2OFOrEDERFlMdKh3Hp9Ga { color:#222222;display:block;width:21.62475rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.623046875rem;left:34.340942382812rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8ewrOS4g430SS4WvKbOLl7qvoen4WHk { color:#7ebcbc;display:block;width:28.74875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.24951171875rem;left:30.59326171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ilPJPJAUpfRcZWT1CPp0kgKJNShT8T26 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.811525rem;width:9.0616875rem;top:16.486328125rem;left:25.4677734375rem;overflow:hidden;display:block; }
#APpwtPFqBmkIuRCuyTGN3gzU850sEoTT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8123375rem;width:9.0625rem;top:29.9375rem;left:9.8125rem;overflow:hidden;display:block; }
#QgV52E8mS77uJTHLu22ktPtWRtfFgoUl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.811525rem;width:9.0616875rem;top:29.8974609375rem;left:40.6240234375rem;overflow:hidden;display:block; }
#knXP3yIZ2rh3B6mQkeAT15yusg0L2QcE { color:#212529;display:block;width:59.9985625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.7939453125rem;left:0rem;height:1.375125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJ4Tn98OwDcFSC0NxHxen6IdeVXSWMaB { color:#212529;display:block;width:24.5621875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:21.7490234375rem;left:2.2490234375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nuHbqAtmzZXeBqRkMyCIGw0atC5Zlgvg { color:#212529;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:21.6875rem;left:33.5rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b505e;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; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { background-color: transparent; background-image: none; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container > .video-iframe-container { display: none; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row > .video-iframe-container { display: none; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .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); }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { border-width: 0; border-radius: 0; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#OxiRXxxTJqqmASEHiD5bWopMSXSBXhQD { color:#ffffff;display:block;width:27.3111875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.875rem;left:7.499755859375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WntkRLTlK4b6GIi3oyFzrEh5QmK2MKFz { background-color:#7ebcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.4996337890625rem;left:36.562255859375rem;display:block; }
#Wgb3dX6L9Lny7uB3qLX3yMOpuSNcZvX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { 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; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { background-color: transparent; background-image: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { display: none; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .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); }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { border-width: 0; border-radius: 0; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { color:#4b505e;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { color:#212529;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { position:absolute;display:block;z-index:15006;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.75rem;width:24.9375rem;top:11.25rem;left:3.1875rem;overflow:hidden;display:block; }
#zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { color:#4b505e;display:block;width:23.3748125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.75rem;left:33rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WFRn7OEIRXNVzN8NsBtThwDmFXrEu467 { position:absolute;display:block;z-index:15008;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:22.1875rem;left:31.25rem;display:block; }
#R68cCpN1ecZOhH1bouSQifxFWMiTIn36 { position:absolute;display:block;z-index:15012;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:14.6875rem;left:31.25rem;display:block; }
#JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { color:#4b505e;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.125rem;left:33.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GzxeyFi8aABchNMyP4h86kTJqsuc3o1t { position:absolute;display:block;z-index:15020;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:18.4375rem;left:31.25rem;display:block; }
#RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { color:#4b505e;display:block;width:26.9995rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.0625rem;left:33.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JXISdW6tXXOTuqR6yod6F1L872Qcytsq { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:22.4375rem;left:31.5rem; }
#TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:14.9375rem;left:31.5rem; }
#XW6uJwO27WdI1PZSm82nwUg23fDRBHuO { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:18.6875rem;left:31.5rem; }
#gPi9UOVvtrzUpUVMKTFACaX7h6r4eD1S { position:absolute;display:block;z-index:15024;background-color:#4b505e;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.375rem;width:1.375rem;top:25.9375rem;left:31.25rem;display:block; }
#tzeQhqykZp9H416lmDqSZzZkLh1gBcDR { color:#4b505e;display:block;width:26.9995rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.5625rem;left:33.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WBJx0xkA5EQOGBu1BlWFACQ6MZ8TmqaV { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:26.1875rem;left:31.5rem; }
#Wm7y4rVdTPTa3s166fCO5tnuqhhCG01v { background-color:rgba(0,0,0,0);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:#7ebcbc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4355625rem;height:3.624025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.625rem;left:23.3125rem;display:block; }
#nF0p0zqSgUoZqKysoNnDlwyZGLvHftCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2oNhCt5BGJLlfDvghXzv2VwyzKxqCBJ { color:#4b505e;display:block;width:11.1855625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.625rem;left:24.5rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb038ec8-c3a7-4167-86cb-9ddb5d40c130/IMG_1800.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { border-width: 0; border-radius: 0; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#Mp0Bw7OqfrxSsbihzCEifO9dF4GxgoFh { color:#4b505e;display:block;width:28.6246875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:15.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRKvh5PtKy3dtXVCB8BwT50snDuXQwaa { color:#212529;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.75rem;left:13.9375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwLantcz6SsT0oERoG61SSnRz60Obssn { color:#212529;display:block;width:32.937rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.75rem;left:13.5625rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4pOLxtqVEs4CiMhwVD2RuClJL4nqLWN { background-color:rgba(0,0,0,0);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:#535353;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.435875rem;height:3.624675rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:16.5rem;left:12.625rem;display:block; }
#HXH9VJfgeHsGw5IDeQqslu1atBiIRrho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbOaKlTElFTmEUMGEailkr8xiX5KHDeI { color:#212529;display:block;width:11.183625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5rem;left:13.75rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q01pK3QPn7e1bukug9UNUqG7p5ORImws { background-color:#7ebcbc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8105625rem;height:3.87305rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:16.98828125rem;left:28.6875rem;display:block; }
#lfOzvmT7esrfgeOrAsnKxULTI2T1ilX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b505e;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; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { background-color: transparent; background-image: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container > .video-iframe-container { display: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container { display: none; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .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); }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { border-width: 0; border-radius: 0; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#FAOrqGG666uSLJt812kZXZOUDkZWiEkd { color:#ffffff;display:block;width:13.81225rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0001220703125rem;left:2.6220703125rem;height:2.4370625rem;text-align:center;text-align-last:center;display:block; }
#B8thv9z0i5T9qNNTPd9ZIAi2qkbhiXWP { background-color:rgba(0,0,0,0);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:#7ebcbc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.12425rem;height:3.62485625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.75rem;left:43.999877929688rem;display:block; }
#FUCiIp3uNFvVCSEqm3VEObrrLBbJExdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJgzoQBoyhrTUPQ9Mb9kP1zyA5JQPQGe { 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:5.499025rem;width:11.4365rem;top:0.40625rem;left:24.28125rem;overflow:hidden;display:block; }
#gFNP916c81Bip8csOhtGSW4EaBtx1MNF { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8748779296875rem;left:44.81103515625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7ebcbc;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;bottom:0rem;left:0rem;right:0rem;display:none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { border-width: 0; border-radius: 0; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:none; }#BPaXSM80mLLvai9PbFZ9RcrtHRCCCJTT { background-color:#7ebcbc;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;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#hOsbn0MLUlsHOgFyDAlI6vNexiVlwcr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:11.4375rem;height:5.4996293814349rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UySoBe3lhqENLil346xp44XfFgHsPhTz { width:10.875rem;height:1.0625rem;top:3.6875rem;left:36.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:13.0625rem;height:3.5625rem;top:0.5rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:8.0625rem;height:2.1875rem;top:1.9375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:5.5625rem;height:2rem;top:2.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:5.5625rem;height:2rem;top:2.125rem;left:17.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { display:block; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:47.75rem;height:1.1875rem;top:6.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:47.75rem;height:11.6875rem;top:4.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:39.8125rem;height:4rem;top:17.5625rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce { width:16.375rem;height:6.5625rem;top:25.5625rem;left:0rem;font-size:1.0625rem;display:block; }#HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0f315c9e-d811-44fc-805c-470cab1faca8/Green_tick.webp); }
 }@media only screen and (max-width: 763px) { #cK0bIU55qQGaXs5nI4TMT0KdvBgmZpVP { top:24.625rem;left:22.5rem;width:25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glyUICBAkT7cMoW0HSJXcFQ1BbItT4Wc { width:18.75rem;height:3.8125rem;top:37rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPTCz49sS8y4wg2NFRrDTktdFgHUWEOD { display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:block; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:20.125rem;height:1.1875rem;top:2.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:20rem;height:2rem;top:0.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { width:19.9375rem;height:2rem;top:0.75rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { width:19.875rem;height:1.1875rem;top:2.8125rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:19.9375rem;height:2rem;top:0.75rem;left:27.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:16.625rem;height:1.1875rem;top:2.875rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw { display:block; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTVIzg4T028N4TuX1nPsQZdlVOaSRzKg { width:40.9375rem;height:3.375rem;top:2.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKJQMMsBVWVplxD3vNBXcMOWkBfezGFm { width:18.75rem;height:3.8125rem;top:54.4375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQgBgQETk5nwpMdB31xTHsBFUyuRyaGG { display:block; }
 }@media only screen and (max-width: 763px) { #TRU4CF2ne1KHil9XbHFSgzGETErmeykQ { width:29.375rem;height:1.5rem;top:8.75rem;left:18.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1bvCTTFyWOiyZeTapS0ZiE8CTO92Z89 { width:29rem;height:2.625rem;top:11rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts2NfEfUiG8tTOIFKXWz4IftWPz786F2 { width:28.75rem;height:1.5rem;top:15.75rem;left:19rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prps3U2A2lU4xnQFaQIPtluPEs5aOw4o { width:27.875rem;height:2.625rem;top:18rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITvMOfMVSK9JCrTG2eRyqZ7xBrmPQWQz { width:28.3125rem;height:1.5rem;top:22.8125rem;left:19.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlH8qEJBBglZPe2v5Tsw9tppy42EKe8f { width:29.3125rem;height:2.625rem;top:24.8125rem;left:18.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPqWTgIoKpgWfTFXiadJnTzVFHgZ7Xcq { width:1.375rem;height:1.375rem;top:8.875rem;left:19.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF6LaOMG54hebCByzeXDI58XHgWVq8rr { width:0.875rem;height:0.875rem;top:9.0625rem;left:19.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTqCIAFCiLAKhQm6yFvaTEMkpdtFdTO { width:1.3125rem;height:1.3125rem;top:15.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXRZtLnROeU3B9MoabCBudmIP8Xepxa { width:0.8125rem;height:0.8125rem;top:16.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeaH8pmG1AX1kwUuXCE6lFWemI0hNPDg { width:1.375rem;height:1.375rem;top:22.9375rem;left:19.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIEOalcPqoNvGCCgbuURd9lvMQgZ0vfd { width:0.875rem;height:0.875rem;top:23.125rem;left:19.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RogNynLAPoUg7rNXTthFZ4ZeLmrdaxD3 { width:28.6875rem;height:2.5625rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3QGf4rK4ukTWah8V8pbkVmOCCzIo3mn { width:28.3125rem;height:1.5rem;top:32.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfCnq9lt4BFva4hVmvWQX195z2vNq7yW { width:1.375rem;height:1.375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05y77TUaG2mHs20nK1mMhNtTKIm0Ep8 { width:0.875rem;height:0.875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHSTTLVdEB8DwgSoT5bZ8uU1VnnaeQwS { width:1.375rem;height:1.375rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTn36dEIoPzTwiA7z3Ri2RNMvJxN29zC { width:28.3125rem;height:1.5rem;top:39.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgbaBPqx6JtPzcS47cr2lTyDfqICt6TL { width:0.875rem;height:0.875rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnV0siewGXyCllhmBKRunCE9AodP43Ut { width:28.125rem;height:2.5625rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urMA8IQTCSVZmFQA2A2us93TWqMHmhsB { width:28.3125rem;height:2.625rem;top:47.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWhTHoTeHToGu6eQsqDsR19F6w6qWfXy { width:30.9375rem;height:1.5rem;top:45.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8oqwetpp9wCOVX9VtgANxQtXeL1anU { width:1.375rem;height:1.375rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alAq3DQfKrvBToFiDaoXekyXVmp2neJD { width:0.875rem;height:0.875rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBNCapUCwtsRJ8ZWt3PWS3uTPDllyTT9 { width:18.75rem;height:18.75rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqv66M77GWrLEKczQtuTEWil4bxNy6ly { width:18.75rem;height:18.75rem;top:31.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPIBnlLf1vrO6wGwhWumeiTJFx7aVlw { width:18.75rem;height:14.4375rem;top:8.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx { display:block; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6zFbCuCKI5t4G3TgH41F9aawsHm6ZD3 { width:47.75rem;height:2.8125rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMITS19Sp2PSO0z2d5TKq0nvNSBFIhQR { width:47.75rem;height:1.25rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmHoPiaXuB0pTD9nrAZd1hoWs9g6d3Ic { width:25.625rem;height:22.0625rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivCSatBy0PhSQhAgA9VWTozXbewSUFRX { top:9.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEcSQcTho3Rva9lXgVDvomnZBRnbTBlv { top:33.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNfIcDBE8lMoFpouUBNipzLrsIDUzuE4 { top:38.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRKltEDCi1TADg48kXivTM3uT1KSURuQ { width:21.25rem;height:27.294916949172rem;top:11.5rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #krCM5WOcwX7893mq5c9KFGWcb7ZF6deO { width:29.8125rem;height:3.875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJzBsHtT4Z8xSO7PLdi0GB8dadJO3Un { width:29.8125rem;height:2.5625rem;top:38.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8QkG9b7Dwn8gewVydA6pwZI3CwVQJF5 { width:18.75rem;height:3.125rem;top:41.3125rem;left:14.469482421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT62gGphJk7fLTMQMIPrsU9bzOMePnfi { display:block; }
 }@media only screen and (max-width: 763px) { #RWcgHcnKhThbT4m1gnplezIXnymHknct { width:16.6875rem;height:12.9375rem;top:9.4375rem;left:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX7nkpHba6xE77i8M9m5JXhQXUJNkR5P { width:18.1875rem;height:20.4375rem;top:28rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 { display:block; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gevdb6GtFomHysDNXDnlzFedyBVng3Tx { width:17.875rem;height:5.25rem;top:7.75rem;left:29.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GznlzkSAoEX3AW0OGof6b5E5rrucw5AE { width:16.9375rem;height:7rem;top:15.25rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdsLip0V87P1tsnAq9pab9sTOe5ezDxZ { width:16.6875rem;height:14.125rem;top:25.125rem;left:30.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXa7KfXGk5b8p5qrq6KAyQWie03f4kvz { top:2.625rem;left:12.0625rem;width:19.6875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZhdZclH7EwtKMWBrhb8zIuo01PqDfDa { top:16.6875rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKMGd7cpMPz24PCBDHIEyp4RGaixKZ3z { top:16.6875rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzSCPfpVo2TiBtiILfTVO6n9yduyLksE { top:30.6875rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRSVaPPcTDwEuGOclsnCFJnMk0pdt57 { top:2.6875rem;left:0rem;width:19.6875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e { display:block; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2qGCehJKQpzR8aTe8qTVUcmArWe2etX { width:18.75rem;height:16.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lskrImeFKQ4cA5TyyDD0dNvTULzhCaxH { width:3.625rem;height:3.6869718518769rem;top:7.375rem;left:6.0935726165771rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SVkS9K2cLlvVy525ML14tUMakTLCTL { width:18.6875rem;height:1.5625rem;top:11.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLJuKTritB9NrSTlG5GWFlG8gF2NmXTG { width:13.125rem;height:7.1875rem;top:14.375rem;left:1.3430385589599rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2vy1eCATJ6KJ9NtNNclaS4GAzKBIzmK { width:18.75rem;height:16.25rem;top:6.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnQZ84dUFaMCWrZTia23oJkMuoxa9fS { width:15.8125rem;height:7.1875rem;top:14.375rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJEtSUhSn9VG6AdEBT69bH9Asodut0W { width:18.75rem;height:1.5625rem;top:12rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnKWQ8fCRrT9eKArADIwLcoQ4V1rbSbS { width:6.5625rem;height:6.4994375rem;top:6rem;left:20.530359268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #z89WThqpfJCnJqu2SObNQ6NQt7tSP7op { width:18.75rem;height:16.0625rem;top:6.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsmm4IubXt7NT94bFsgRr4tSygLMuTPa { width:17rem;height:7.1875rem;top:14.375rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHFybi9nhAhh66o63dtf1ovlrHWJJzho { width:18.75rem;height:1.5625rem;top:11.9375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQnGgeA4UTTudegzs9HT2EEzXHGQQSb { width:5.625rem;height:5.625rem;top:6.5625rem;left:36.8421459198rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxB2tOKiLCZJsMFeUJHRFAAqTuRpoK9X { width:47.75rem;height:2.8125rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmh515GSEQ7JaHM708tN6I4LrbA7ZIWc { width:13.375rem;height:3.5625rem;top:24.1875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHK7RQkUWBaIis0DNlZrvBfmNp7Zas9o { display:block; }
 }@media only screen and (max-width: 763px) { #QAMe26PV4cRbkHHpSaQWXX5hmE6qnaJf { width:11.125rem;height:1.125rem;top:27.1875rem;left:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf { display:block; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsAb7xlqfJF8IW2TUtL5hNEVbx5JnWP8 { width:47.75rem;height:2.1875rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEN3crFmmh6l74RQrNXAwgf3xgyZdH6N { width:42.875rem;height:3.875rem;top:10rem;left:2.404296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzGacUBvqTrrnKVr6rn70li6k2Kbv4Tu { width:2.8125rem;height:2rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymkfocq47CdfKAppywfTTg4EBZ4OT8S { width:2.8125rem;height:2rem;top:11rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glqWOBelaCrxdswIf6JpTWUoI86Jxarb { width:47.75rem;height:1.25rem;top:14.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkzLtNLgQmGr21wozGHwbhr2KixhzGxL { width:26.3125rem;height:3.875rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax7VvCv5D9m28RmUMZVqTcXMJzscDbh8 { width:28.75rem;height:1.4375rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTteFkymgVt2OFOrEDERFlMdKh3Hp9Ga { width:21.5625rem;height:3.875rem;top:23.5625rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8ewrOS4g430SS4WvKbOLl7qvoen4WHk { width:28.6875rem;height:1.4375rem;top:28.1875rem;left:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPJPJAUpfRcZWT1CPp0kgKJNShT8T26 { top:16.4375rem;left:19.3427734375rem;width:9rem;height:1.7992302598907rem;display:block; }
 }@media only screen and (max-width: 763px) { #APpwtPFqBmkIuRCuyTGN3gzU850sEoTT { top:29.9375rem;left:3.6875rem;width:9.0625rem;height:1.811525rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV52E8mS77uJTHLu22ktPtWRtfFgoUl { top:29.875rem;left:34.4990234375rem;width:9rem;height:1.7992302598907rem;display:block; }
 }@media only screen and (max-width: 763px) { #knXP3yIZ2rh3B6mQkeAT15yusg0L2QcE { width:47.75rem;height:1.375rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4Tn98OwDcFSC0NxHxen6IdeVXSWMaB { width:24.5rem;height:1.25rem;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHbqAtmzZXeBqRkMyCIGw0atC5Zlgvg { width:23.875rem;height:1.25rem;top:21.6875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 { display:block; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxiRXxxTJqqmASEHiD5bWopMSXSBXhQD { width:27.25rem;height:2rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WntkRLTlK4b6GIi3oyFzrEh5QmK2MKFz { width:13.1875rem;height:2.6875rem;top:1.4375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgb3dX6L9Lny7uB3qLX3yMOpuSNcZvX2 { display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:47.75rem;height:2.8125rem;top:3rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:47.75rem;height:2.5625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { width:24.9375rem;height:18.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { width:23.3125rem;height:2rem;top:21.75rem;left:24.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFRn7OEIRXNVzN8NsBtThwDmFXrEu467 { width:1.3125rem;height:1.3125rem;top:22.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R68cCpN1ecZOhH1bouSQifxFWMiTIn36 { width:1.3125rem;height:1.3125rem;top:14.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { width:19.875rem;height:2rem;top:14.125rem;left:27rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxeyFi8aABchNMyP4h86kTJqsuc3o1t { width:1.3125rem;height:1.3125rem;top:18.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { width:26.9375rem;height:2rem;top:18.0625rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXISdW6tXXOTuqR6yod6F1L872Qcytsq { width:0.8125rem;height:0.8125rem;top:22.4375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { width:0.8125rem;height:0.8125rem;top:14.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6uJwO27WdI1PZSm82nwUg23fDRBHuO { width:0.8125rem;height:0.8125rem;top:18.6875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPi9UOVvtrzUpUVMKTFACaX7h6r4eD1S { width:1.3125rem;height:1.3125rem;top:25.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzeQhqykZp9H416lmDqSZzZkLh1gBcDR { width:26.9375rem;height:2rem;top:25.5625rem;left:20.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJx0xkA5EQOGBu1BlWFACQ6MZ8TmqaV { width:0.8125rem;height:0.8125rem;top:26.1875rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7y4rVdTPTa3s166fCO5tnuqhhCG01v { width:13.375rem;height:3.5625rem;top:32.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0p0zqSgUoZqKysoNnDlwyZGLvHftCZ { display:block; }
 }@media only screen and (max-width: 763px) { #g2oNhCt5BGJLlfDvghXzv2VwyzKxqCBJ { width:11.125rem;height:1.125rem;top:35.625rem;left:18.37451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp0Bw7OqfrxSsbihzCEifO9dF4GxgoFh { width:28.5625rem;height:2.4375rem;top:3.375rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKvh5PtKy3dtXVCB8BwT50snDuXQwaa { width:32.1875rem;height:4.5rem;top:5.75rem;left:7.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwLantcz6SsT0oERoG61SSnRz60Obssn { width:32.875rem;height:3.5625rem;top:10.75rem;left:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4pOLxtqVEs4CiMhwVD2RuClJL4nqLWN { width:13.375rem;height:3.5625rem;top:16.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXH9VJfgeHsGw5IDeQqslu1atBiIRrho { display:block; }
 }@media only screen and (max-width: 763px) { #UbOaKlTElFTmEUMGEailkr8xiX5KHDeI { width:11.125rem;height:1.25rem;top:19.5rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q01pK3QPn7e1bukug9UNUqG7p5ORImws { width:18.75rem;height:3.8125rem;top:16.9375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfOzvmT7esrfgeOrAsnKxULTI2T1ilX4 { display:block; }
 }@media only screen and (max-width: 763px) { #dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { display:block; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAOrqGG666uSLJt812kZXZOUDkZWiEkd { top:2rem;left:0rem;width:13.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8thv9z0i5T9qNNTPd9ZIAi2qkbhiXWP { width:13.0625rem;height:3.5625rem;top:0.75rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUCiIp3uNFvVCSEqm3VEObrrLBbJExdS { display:block; }
 }@media only screen and (max-width: 763px) { #zJgzoQBoyhrTUPQ9Mb9kP1zyA5JQPQGe { width:11.375rem;height:5.4699022785281rem;top:0.375rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNP916c81Bip8csOhtGSW4EaBtx1MNF { width:11.5625rem;height:1rem;top:3.8125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr { display:block; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPaXSM80mLLvai9PbFZ9RcrtHRCCCJTT { width:46.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsbn0MLUlsHOgFyDAlI6vNexiVlwcr9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.374755859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrLe2KvDmzcNfyTh1ZJ7ozTn86veWi9 { width:11.4375rem;height:5.3125rem;top:0.0625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UySoBe3lhqENLil346xp44XfFgHsPhTz { width:15.5615rem;height:0;top:14.328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxR3vFlV5h26vTMNms2QVXJ2qRUQQcwP { width:13.9995625rem;height:1.874275rem;top:13.920718193054rem;left:2.9991321563721rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhQnhbG4ndRFuisdlcBosmIOiM6KacfN { display:block; }
 }@media only screen and (max-width: 763px) { #xftkeklTI12WNCnVVHC1urRTSVrhbnai { width:8.125rem;height:2.25rem;top:10.375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8r0DuvI7u6EldV5W4Oz9amhcTEoFrdb { display:block; }
 }@media only screen and (max-width: 763px) { #uEmkSdd5VRmAghyRzzMqBsXGmCcb7epb { width:5.625rem;height:2.0625rem;top:7.5625rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTWitBorn3xNb9zLmfdDBM5mXJHgcMPn { display:block; }
 }@media only screen and (max-width: 763px) { #FvyJAiJk5legsOXDTvlBtCXyf2uZ37Om { width:5.625rem;height:2.0625rem;top:7.5625rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lb0ZsdSnhuiZBGAFB4NGK7ICKaCu9MMT { display:block; }
 }@media only screen and (max-width: 763px) { #AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T { position:relative;z-index:auto;background-color:#626161;background-image:none;display:none; }#AU0FBir0Z1Jso47ZsoPBiO8y3h2Z3r6T > .row .container { width:20rem;height:2.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WuEn5tLZIU6Nyrv3ayTU52LlvpaZfsPy { width:20rem;height:2.2734375rem;top:0.6806640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#e5f2f2;display:block; }
 }@media only screen and (max-width: 763px) { #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1deb6e51-ff86-4ad3-907e-77d5e01a46c3/IMG_3171.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.adaptive-delivery-prevent-bg, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyload, #TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC.lazyloading { background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { background-color: transparent; background-image: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row > .video-iframe-container { display: none; }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .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); }#TMsc7bMTPIyl8PgCZAihw5DFkgSGoJNC > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoscOTRe7LQbvIPE7Uhyqfxc2yIPrsKr { width:17.9375rem;height:9.7485625rem;top:0.8740234375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#e7f7fb;display:block; }
 }@media only screen and (max-width: 763px) { #PZPX4C5TDtw1LgCqZeAsLV9kxkpUAmvq { width:20rem;height:2.598875rem;top:9.123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#4b505e;display:block; }
 }@media only screen and (max-width: 763px) { #HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce { width:15.5rem;height:6.96225rem;top:12.9990234375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4b505e;display:block; }#HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#HCbW2Qs5VwsPWWwK0QLldqcXQbHtOIce li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0f315c9e-d811-44fc-805c-470cab1faca8/Green_tick.webp); }
 }@media only screen and (max-width: 763px) { #cK0bIU55qQGaXs5nI4TMT0KdvBgmZpVP { width:19.75rem;height:6.5rem;top:21.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glyUICBAkT7cMoW0HSJXcFQ1BbItT4Wc { width:18.75rem;height:3.8125rem;top:29.5615234375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPTCz49sS8y4wg2NFRrDTktdFgHUWEOD { display:block; }
 }@media only screen and (max-width: 763px) { #z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd { display:none; }#z0Z5XM10tD19MOeK1v6qOhLIAO9rdVWd > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u8mFqSrn7054CyH2emhVQFnCqzze88AR { width:19.9365rem;height:1.625rem;top:3.6865291595459rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiCeU0SNVwoc4dNqBqGNZAS05Fv833H { width:19.99925rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQGrcwOfM4HN5uuCsT2GM5CrkBJEHh8e { width:19.9991875rem;height:2.4375rem;top:6.1848945617676rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0vd3VTGx6dqK0xyFADWc5FcTAFiUWH6 { width:19.9365rem;height:1.625rem;top:9.3098945617675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6t7Rlor0AHH17VB53Wff1DI1XoH3LUS { width:19.9991875rem;height:2.4375rem;top:11.932781219483rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUt2F7yGb2aKX4RMCOtDew85c5XSMnG5 { width:19.934875rem;height:1.625rem;top:14.994304656983rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw { display:block; }#mRmlRnSvRr0beVq4tdodv6DxT6EFdkAw > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTVIzg4T028N4TuX1nPsQZdlVOaSRzKg { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKJQMMsBVWVplxD3vNBXcMOWkBfezGFm { width:18.75rem;height:3.811525rem;top:55.75rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQgBgQETk5nwpMdB31xTHsBFUyuRyaGG { display:block; }
 }@media only screen and (max-width: 763px) { #TRU4CF2ne1KHil9XbHFSgzGETErmeykQ { width:20rem;height:3.59985625rem;top:23.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h1bvCTTFyWOiyZeTapS0ZiE8CTO92Z89 { width:17.5rem;height:5.19775625rem;top:28.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ts2NfEfUiG8tTOIFKXWz4IftWPz786F2 { width:19.99925rem;height:1.5625rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prps3U2A2lU4xnQFaQIPtluPEs5aOw4o { width:17.5rem;height:2.598875rem;top:39.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITvMOfMVSK9JCrTG2eRyqZ7xBrmPQWQz { width:19.99925rem;height:1.5625rem;top:46.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlH8qEJBBglZPe2v5Tsw9tppy42EKe8f { width:17.5rem;height:5.19775625rem;top:48.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPqWTgIoKpgWfTFXiadJnTzVFHgZ7Xcq { width:1.3125rem;height:1.3125rem;top:21.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF6LaOMG54hebCByzeXDI58XHgWVq8rr { width:0.8125rem;height:0.8125rem;top:21.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTqCIAFCiLAKhQm6yFvaTEMkpdtFdTO { width:1.3125rem;height:1.3125rem;top:34.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXRZtLnROeU3B9MoabCBudmIP8Xepxa { width:0.8125rem;height:0.8125rem;top:35rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeaH8pmG1AX1kwUuXCE6lFWemI0hNPDg { width:1.3125rem;height:1.3125rem;top:43.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIEOalcPqoNvGCCgbuURd9lvMQgZ0vfd { width:0.8125rem;height:0.8125rem;top:43.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RogNynLAPoUg7rNXTthFZ4ZeLmrdaxD3 { width:17.5rem;height:5.19775625rem;top:68rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3QGf4rK4ukTWah8V8pbkVmOCCzIo3mn { width:19.0625rem;height:3.125rem;top:63.875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfCnq9lt4BFva4hVmvWQX195z2vNq7yW { width:1.3125rem;height:1.3125rem;top:61.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n05y77TUaG2mHs20nK1mMhNtTKIm0Ep8 { width:0.8125rem;height:0.8125rem;top:61.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHSTTLVdEB8DwgSoT5bZ8uU1VnnaeQwS { width:1.3125rem;height:1.3125rem;top:74.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTn36dEIoPzTwiA7z3Ri2RNMvJxN29zC { width:19.99925rem;height:1.5625rem;top:77.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgbaBPqx6JtPzcS47cr2lTyDfqICt6TL { width:0.8125rem;height:0.8125rem;top:75.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnV0siewGXyCllhmBKRunCE9AodP43Ut { width:17.5rem;height:3.8983125rem;top:79.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urMA8IQTCSVZmFQA2A2us93TWqMHmhsB { width:17.5rem;height:3.8983125rem;top:90.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWhTHoTeHToGu6eQsqDsR19F6w6qWfXy { width:18.811875rem;height:1.5625rem;top:87.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn8oqwetpp9wCOVX9VtgANxQtXeL1anU { width:1.3125rem;height:1.3125rem;top:85.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alAq3DQfKrvBToFiDaoXekyXVmp2neJD { width:0.8125rem;height:0.8125rem;top:85.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBNCapUCwtsRJ8ZWt3PWS3uTPDllyTT9 { width:13.75rem;height:14.75rem;top:5.537109375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pqv66M77GWrLEKczQtuTEWil4bxNy6ly { width:12.125rem;height:12.75rem;top:58.165687561035rem;left:3.3528644442558rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgPIBnlLf1vrO6wGwhWumeiTJFx7aVlw { width:18.75rem;height:14.4375rem;top:5.2958984375rem;left:0.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx { display:block; }#wU3HTBDfJC0GTkIK1wtwf5wybXOe8eSx > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6zFbCuCKI5t4G3TgH41F9aawsHm6ZD3 { width:20rem;height:2.4375rem;top:1.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMITS19Sp2PSO0z2d5TKq0nvNSBFIhQR { width:20rem;height:2.2753875rem;top:4.748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zmHoPiaXuB0pTD9nrAZd1hoWs9g6d3Ic { width:17.5rem;height:0;top:27.8388671875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivCSatBy0PhSQhAgA9VWTozXbewSUFRX { display:flex;width:2.249025rem;height:2.249025rem;top:24.77734375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bEcSQcTho3Rva9lXgVDvomnZBRnbTBlv { display:flex;width:2.24914375rem;height:2.24914375rem;top:49.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #hNfIcDBE8lMoFpouUBNipzLrsIDUzuE4 { display:flex;width:2.24935rem;height:2.24935rem;top:59.375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #kRKltEDCi1TADg48kXivTM3uT1KSURuQ { width:11.7496875rem;height:15.1871875rem;top:9.1552734375rem;left:3.9152018427849rem;display:none; }
 }@media only screen and (max-width: 763px) { #krCM5WOcwX7893mq5c9KFGWcb7ZF6deO { width:17.5rem;height:5.688475rem;top:52.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJzBsHtT4Z8xSO7PLdi0GB8dadJO3Un { width:17.5rem;height:4.55078125rem;top:62.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8QkG9b7Dwn8gewVydA6pwZI3CwVQJF5 { width:18.75rem;height:3.8125rem;top:56.220703125rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MT62gGphJk7fLTMQMIPrsU9bzOMePnfi { display:block; }
 }@media only screen and (max-width: 763px) { #RWcgHcnKhThbT4m1gnplezIXnymHknct { width:18.75rem;height:14.5rem;top:8.6083984375rem;left:0.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NX7nkpHba6xE77i8M9m5JXhQXUJNkR5P { width:18.2495rem;height:20.47849375rem;top:28.0615234375rem;left:0.8740234375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 { display:block; }#HrDX4qwUTXG5Im61KVEXsKtDJuSOqrw6 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gevdb6GtFomHysDNXDnlzFedyBVng3Tx { width:20rem;height:4.3994125rem;top:1.2890625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GznlzkSAoEX3AW0OGof6b5E5rrucw5AE { width:17.5rem;height:4.78125rem;top:6.498046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OdsLip0V87P1tsnAq9pab9sTOe5ezDxZ { width:19.625rem;height:0;top:11rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #hXa7KfXGk5b8p5qrq6KAyQWie03f4kvz { width:20rem;height:13.5625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZhdZclH7EwtKMWBrhb8zIuo01PqDfDa { width:19.99925rem;height:13.5619375rem;top:26.358075141907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKMGd7cpMPz24PCBDHIEyp4RGaixKZ3z { width:19.99925rem;height:27.6244375rem;top:54.498700141907rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzSCPfpVo2TiBtiILfTVO6n9yduyLksE { width:19.99925rem;height:13.5619375rem;top:40.373990058899rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRSVaPPcTDwEuGOclsnCFJnMk0pdt57 { width:20rem;height:14.0625rem;top:82.622700691225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e { display:block; }#Rtk4MqSTni8UHFQM0uUqrcPbCsoyO79e > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2qGCehJKQpzR8aTe8qTVUcmArWe2etX { width:18.75rem;height:13.875rem;top:5.162109375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lskrImeFKQ4cA5TyyDD0dNvTULzhCaxH { width:3.75rem;height:3.875rem;top:6.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SVkS9K2cLlvVy525ML14tUMakTLCTL { width:18.749rem;height:1.625rem;top:10.9375rem;left:0.6240234375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLJuKTritB9NrSTlG5GWFlG8gF2NmXTG { width:17.5rem;height:4.7973625rem;top:13.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c2vy1eCATJ6KJ9NtNNclaS4GAzKBIzmK { width:18.7491875rem;height:14.8111875rem;top:20.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNnQZ84dUFaMCWrZTia23oJkMuoxa9fS { width:17.5rem;height:4.7973625rem;top:29.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJEtSUhSn9VG6AdEBT69bH9Asodut0W { width:18.7491875rem;height:1.625rem;top:26.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnKWQ8fCRrT9eKArADIwLcoQ4V1rbSbS { width:6.25rem;height:6.25rem;top:20.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z89WThqpfJCnJqu2SObNQ6NQt7tSP7op { width:18.74925rem;height:14.6245625rem;top:36.9365234375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsmm4IubXt7NT94bFsgRr4tSygLMuTPa { width:17.5rem;height:6.3965rem;top:44.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHFybi9nhAhh66o63dtf1ovlrHWJJzho { width:18.7491875rem;height:1.625rem;top:42.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQnGgeA4UTTudegzs9HT2EEzXHGQQSb { width:5.625rem;height:5.625rem;top:36.9365234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxB2tOKiLCZJsMFeUJHRFAAqTuRpoK9X { width:19.99925rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmh515GSEQ7JaHM708tN6I4LrbA7ZIWc { width:13.375rem;height:2.5625rem;top:52.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHK7RQkUWBaIis0DNlZrvBfmNp7Zas9o { display:block; }
 }@media only screen and (max-width: 763px) { #QAMe26PV4cRbkHHpSaQWXX5hmE6qnaJf { width:11.1246875rem;height:1.05590625rem;top:55.4375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf { display:block; }#rxclDFK8RC2PKtsoKADpxL2tbGbqTQWf > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsAb7xlqfJF8IW2TUtL5hNEVbx5JnWP8 { width:20rem;height:1.5625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEN3crFmmh6l74RQrNXAwgf3xgyZdH6N { width:17.5rem;height:9.0960625rem;top:6.841796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzGacUBvqTrrnKVr6rn70li6k2Kbv4Tu { width:2.875rem;height:2.0444444444444rem;top:10.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oymkfocq47CdfKAppywfTTg4EBZ4OT8S { width:2.875rem;height:2.0444444444444rem;top:11rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #glqWOBelaCrxdswIf6JpTWUoI86Jxarb { width:19.999rem;height:1.125rem;top:16.8642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkzLtNLgQmGr21wozGHwbhr2KixhzGxL { width:17.5rem;height:5.19775625rem;top:24.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ax7VvCv5D9m28RmUMZVqTcXMJzscDbh8 { width:19.99925rem;height:1.4619125rem;top:29.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTteFkymgVt2OFOrEDERFlMdKh3Hp9Ga { width:17.5rem;height:5.19775625rem;top:37.0625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8ewrOS4g430SS4WvKbOLl7qvoen4WHk { width:20rem;height:1.4619125rem;top:42.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilPJPJAUpfRcZWT1CPp0kgKJNShT8T26 { width:9.0616875rem;height:1.811525rem;top:18.3740234375rem;left:5.4687497019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #APpwtPFqBmkIuRCuyTGN3gzU850sEoTT { width:9.06175rem;height:1.81206875rem;top:31.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgV52E8mS77uJTHLu22ktPtWRtfFgoUl { width:9.0625rem;height:1.8123375rem;top:44.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knXP3yIZ2rh3B6mQkeAT15yusg0L2QcE { width:19.998375rem;height:1.125rem;top:4.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4Tn98OwDcFSC0NxHxen6IdeVXSWMaB { width:19.998375rem;height:1.125rem;top:22rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHbqAtmzZXeBqRkMyCIGw0atC5Zlgvg { width:19.9985625rem;height:1.125rem;top:35.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 { display:block; }#tgRrGniAm3bAGU0ozp4m7HKf7gs013g4 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxiRXxxTJqqmASEHiD5bWopMSXSBXhQD { width:20rem;height:4.87426875rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WntkRLTlK4b6GIi3oyFzrEh5QmK2MKFz { width:15.624rem;height:3.24805rem;top:6.375rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgb3dX6L9Lny7uB3qLX3yMOpuSNcZvX2 { display:block; }
 }@media only screen and (max-width: 763px) { #tEfUN2eHZ87ytHI707L81aCJXwpRUDgI { display:block; }#tEfUN2eHZ87ytHI707L81aCJXwpRUDgI > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfT0g0ccOPf52xf6A6Ux1n8A9Ly5pMJ8 { width:20rem;height:2.03125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQi1n0AZqyNnMaWmKWKLx0gGw72y37fk { width:17.5rem;height:5.688475rem;top:4.4990234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zIdWOMV3t4SldyQrrpZSELUJ5vGaBJ { width:18.75rem;height:13.75rem;top:11.6572265625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUxkJ0lh04pOqgewfWimdGpxqSoP3Ek { width:13.186875rem;height:1.21875rem;top:27.6875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFRn7OEIRXNVzN8NsBtThwDmFXrEu467 { width:1.375rem;height:1.375rem;top:27.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R68cCpN1ecZOhH1bouSQifxFWMiTIn36 { width:1.375rem;height:1.375rem;top:30.0625rem;left:1.3125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JxPes2vcXrcFlWcGTcSwZpG87EuITTdC { width:13.186875rem;height:1.21875rem;top:30.1875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxeyFi8aABchNMyP4h86kTJqsuc3o1t { width:1.375rem;height:1.375rem;top:32.5625rem;left:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RR8iEazM4ph4PU8WknT07KyEhF1mc2vG { width:13.3121875rem;height:1.21875rem;top:32.6875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXISdW6tXXOTuqR6yod6F1L872Qcytsq { width:0.875rem;height:0.875rem;top:27.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUB5ZUdTWg8IEr8xugLiP8VtpDNVeIQ5 { width:0.875rem;height:0.875rem;top:30.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6uJwO27WdI1PZSm82nwUg23fDRBHuO { width:0.875rem;height:0.875rem;top:32.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPi9UOVvtrzUpUVMKTFACaX7h6r4eD1S { width:1.3125rem;height:1.3125rem;top:35.125rem;left:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tzeQhqykZp9H416lmDqSZzZkLh1gBcDR { width:14.8746875rem;height:1.21875rem;top:35.1875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJx0xkA5EQOGBu1BlWFACQ6MZ8TmqaV { width:0.8125rem;height:0.8125rem;top:35.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm7y4rVdTPTa3s166fCO5tnuqhhCG01v { width:13.435875rem;height:3.624675rem;top:37.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0p0zqSgUoZqKysoNnDlwyZGLvHftCZ { display:block; }
 }@media only screen and (max-width: 763px) { #g2oNhCt5BGJLlfDvghXzv2VwyzKxqCBJ { width:11.3110625rem;height:1.05590625rem;top:40.4375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb038ec8-c3a7-4167-86cb-9ddb5d40c130/IMG_1800.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.adaptive-delivery-prevent-bg, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyload, #ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V.lazyloading { background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { background-color: transparent; background-image: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row > .video-iframe-container { display: none; }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .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); }#ynJGDf4xTHIUaQGdlOiW82QFZSpZap4V > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp0Bw7OqfrxSsbihzCEifO9dF4GxgoFh { width:19.9991875rem;height:4.87426875rem;top:1.4990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKvh5PtKy3dtXVCB8BwT50snDuXQwaa { width:19.9991875rem;height:0;top:6.3736982345581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#4b505e;display:none; }
 }@media only screen and (max-width: 763px) { #FwLantcz6SsT0oERoG61SSnRz60Obssn { width:19.999rem;height:3.8983125rem;top:7.248046875rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#4b505e;display:block; }
 }@media only screen and (max-width: 763px) { #l4pOLxtqVEs4CiMhwVD2RuClJL4nqLWN { width:13.37075rem;height:3.5620125rem;top:12.125rem;left:3.3125rem;color:#4b505e;display:block; }
 }@media only screen and (max-width: 763px) { #HXH9VJfgeHsGw5IDeQqslu1atBiIRrho { display:block; }
 }@media only screen and (max-width: 763px) { #UbOaKlTElFTmEUMGEailkr8xiX5KHDeI { width:11.124rem;height:1.05590625rem;top:15.375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q01pK3QPn7e1bukug9UNUqG7p5ORImws { width:18.75rem;height:3.8125rem;top:17.6796875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfOzvmT7esrfgeOrAsnKxULTI2T1ilX4 { display:block; }
 }@media only screen and (max-width: 763px) { #dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO { display:block; }#dbSRmrdkgaeFRu8nT0ARNNIe5mXp1TKO > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAOrqGG666uSLJt812kZXZOUDkZWiEkd { width:19rem;height:2.598875rem;top:1.412109375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8thv9z0i5T9qNNTPd9ZIAi2qkbhiXWP { width:13.0606875rem;height:3.5612rem;top:12.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUCiIp3uNFvVCSEqm3VEObrrLBbJExdS { display:block; }
 }@media only screen and (max-width: 763px) { #zJgzoQBoyhrTUPQ9Mb9kP1zyA5JQPQGe { width:12.5rem;height:5.9375rem;top:5.53125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNP916c81Bip8csOhtGSW4EaBtx1MNF { width:11.624375rem;height:1.05590625rem;top:15.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#7ebcbc;background-image:none;display:block; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { background-color: transparent; background-image: none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container > .video-iframe-container { display: none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row > .video-iframe-container { display: none; }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .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); }#dD7r87MfV8NDihEBg0QU4hUsU3VBnSVr > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPaXSM80mLLvai9PbFZ9RcrtHRCCCJTT { width:20rem;height:3.125rem;top:0rem;left:0rem;background-color:#7ebcbc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hOsbn0MLUlsHOgFyDAlI6vNexiVlwcr9 { display:block; }
 }