.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); }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row .container { background-color: transparent; background-image: none; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row .container > .video-iframe-container { display: none; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row > .video-iframe-container { display: none; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .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); }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row .container { border-width: 0; border-radius: 0; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#KXfr4c9EV7kTE24Coa5KMyy3M9BfUM6x { position:absolute;display:block;z-index:15010;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:8.1875rem;width:10.25rem;top:0rem;left:0.84375rem;overflow:hidden;display:block; }
#kva9FGh76UiiqtuoPeEKHJeEDtxbKQL0 { background-color:#d10100;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.25rem 0rem #070002 ;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.860375rem;height:3.29785rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5380859375rem;left:21.5693359375rem;display:block; }
#uXc6KAyMZ1KRTnRw24qv29EUR7r2FI1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgQncC0qiDx2APMl7Hg0yBei8T8ZpNRF { background-color:#1c8200;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.25rem 0rem #070002 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.860375rem;height:3.2973625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5390625rem;left:40.9375rem;display:block; }
#Zm0JeJMaQQWhuVHPfX6kDctZSa86w8RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/25da9d33-6040-48ad-8eba-f55f5ad4b5e0/43738022_734390936926558_8970978253640564736_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.33); }#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(7,0,2,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:#ffffff;display:block;width:41.6873125rem;position:absolute;font-family:poppins;font-size:4.375rem;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:16.311849594116rem;left:9.1558189392087rem;height:17.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:#ffffff;display:block;width:30.374875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;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:36.062286376953rem;left:14.811740875244rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TN0Hrv2b142hOW1u47sRnToPr6z0SovT { position:absolute;display:block;z-index:15009;background-color:#0ca90c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem dotted #ce0d0d;border-left:0.3125rem dotted #ce0d0d;border-right:0.3125rem dotted #ce0d0d;border-bottom:0.3125rem dotted #ce0d0d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:15.5rem;top:33.5625rem;left:9.125rem;display:none; }
#QkHUIWdJuXLsOVVThSDXsTKRyvL4fgET { 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:2.1875rem;width:2.1875rem;top:13.40625rem;left:36.3125rem;overflow:hidden;display:none; }
#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3clRIjdr/1000_F_182366847_GsTu5BiwW1IZHiO5T6fVqdckMX4jK8yR_removebg_preview.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4.adaptive-delivery-prevent-bg, #KA3iLi5heP3TSkc2do8CktliFpf2eJL4.lazyload, #KA3iLi5heP3TSkc2do8CktliFpf2eJL4.lazyloading { background-image: none; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container { background-color: transparent; background-image: none; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container > .video-iframe-container { display: none; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row > .video-iframe-container { display: none; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .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); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container { border-width: 0; border-radius: 0; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4::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; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#xsr68TFtURIrEtAsmpQ9CTpJTlzgBC0T { 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:11.3125rem;width:60rem;display:none; }
#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { 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; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { background-color: transparent; background-image: none; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container > .video-iframe-container { display: none; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row > .video-iframe-container { display: none; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .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); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { border-width: 0; border-radius: 0; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#scXlMo1kS7lPMENvJFNyex3eAys6qZi5 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.75rem;left:0rem;display:block; }
#Ksta5saxXtrfN59D4F6qVr1qTtiPC2kb { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.625rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTvkdp9UBJsVGk6s0vwQ2nbkQ6MIenu8 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:23.25rem;left:1.125rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MqpSNL4uX3UdIzTblI6mB84FW0Mm0K55 { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #070002;top:2.8748922348023rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u43OgWw20Ace11qn3K597JTTG2KdXMJ9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:16rem;left:5.6875rem; }
#ATKrs9Dy8RaEetIyclP3byKB20pxGpU8 { position:absolute;display:block;z-index:15026;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.56241125rem;width:1.06223125rem;top:17.9375rem;left:5.6875rem;display:block; }
#ZxG8MN6de63frptmImdrPD8PpvDpsXqh { position:absolute;display:block;z-index:15007;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:16.5rem;left:7.5rem;display:block; }
#zh1mdvTu7pJaEbZ5zQkIXJET554qXNRi { position:absolute;display:block;z-index:15003;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:30rem;left:0.1875rem;display:block; }
#QpDMwtXPUpG3Cm2elvApgVdEazhgXaeP { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.75rem;left:15.5625rem;display:block; }
#nPr3I2OCTRm09QtTgc24cA4RP0BebqGv { position:absolute;display:block;z-index:15010;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:30rem;left:15.75rem;display:block; }
#gd0m1lv3S8zxFhuwBZBiMVsJxBG7MyGo { color:#333333;display:block;width:12.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:23.25rem;left:16.4375rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rLMeVa0Msiwyd3Tn7QUwK1xnIZM9grxp { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWImNpS1EVkXAaV8xV62V8cHkOSw7UAO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:16rem;left:21.25rem; }
#AriwyTDix3gmsQoTRXf67BAmEZbI6Dzi { position:absolute;display:block;z-index:15033;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:18rem;left:21.25rem;display:block; }
#ZNGKc5o6pOG48Z912T9dZlAIoi8KI9iq { position:absolute;display:block;z-index:15014;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.5rem;left:23.0625rem;display:block; }
#HLq3qwLkHcHHxa86F4VSIAwB8Pvx1M5X { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.75rem;left:45.625rem;display:block; }
#wJhLUofN72sFnN2llyQNSzKEeFrhtrcZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:16rem;left:51.3125rem; }
#dOU1nbai5XGHrZfRsc8nAeC4Ele3rbvR { position:absolute;display:block;z-index:15021;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.5rem;left:53.125rem;display:block; }
#zv3V31QAyT9er7x9h9iIUTa7V10e0lQn { position:absolute;display:block;z-index:15040;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:17.9375rem;left:51.3125rem;display:block; }
#VKhKgSGNh8t000Fvk1zIW29ZcU0KMCaP { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:13.75rem;left:30.5625rem;display:block; }
#yA9KTAxl0IgzIRAiHmdwRCX3y504DNeV { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.625rem;left:46rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsv01i5e4JD3efernm7ybb0PAdQgXlXb { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.625rem;left:30.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7Ol3TJttxHyHW3iZ0DSpzhBDwLgw5Xr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:16rem;left:35.75rem; }
#MzzLMPDshNLv4rcBXJPeitt9N9q3a8ik { position:absolute;display:block;z-index:15047;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:18.25rem;left:35.75rem;display:block; }
#d99kNPRml4B6RWw0p9uaGwGn948b5l6X { position:absolute;display:block;z-index:15028;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:16.5rem;left:37.5625rem;display:block; }
#JbFfEURO7qHv5BAZFzUTBnUF882kLZmn { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:23.25rem;left:46.75rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5wUFFNB4hwy8n6UqCLHWXbq6zQBMNHs { position:absolute;display:block;z-index:15017;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:30rem;left:45.8125rem;display:block; }
#uGhSD851VlJioiXvedCUH67XiZu7efUw { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#URKChZpCI8T3ZdIzvhMOfL6HMcTtQlO9 { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#lFrHNBu9f9VK5oTz0BRJlmOaaDPeQhHI { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KTBXIuVDvZIhvI9T2nCaXx1Tay4EsxZW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#yTioDTsUNAoxkNwkBMTTtiKn80zX9nBV { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BOBfDpssLSv8w2yozzDikOsEQ6deWhIq { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#IWwTTGNdD7JiVHl3J8rgmukP9TnkHHJB { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#SL8n8FXARJvIxIMlZh3KC5XxdbKlGmpw { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#JJLLTvBAusFcm8x9RNrOvpSsBvFgD9It { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#B7uE9yAp7C55A4IaZMg2XK9aOgW720zy { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vtizbEMa2n95QqHdtQUZZzeoVfhzXKMr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#mmWzFC0wCzzHGwC0JGoLqMt6gT3PgkmX { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yOapVP7k3JMCz3DoRgKD1NRbPSnyZWEM { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#QDSXzqcfddNreIuKsd1uTy5gnF97z2WF { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#EwQQ9awXviFqf4e2aLgBRG2KUcwpsLKh { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#mSv64FbvcwesVaaodLSqKL4c8Kf6E55J { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#eMswA1L69HsNs9JBfPgsi2AECfrod20q { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BXb6wFm61Tq30CDr4V0T0NKlhV02GMP1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#JNe9EaZEZdNyA31TFhCcv1yFOTXLZZCu { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UsvMNFw7GBG6TnrJsnhNnWzuXdPhQOlU { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#S7ByOsCmuLI5PIOMKPKX6fNEO25sI8VZ { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#LpedldwDB0V9WZbkKM3lGbgnpVe5cbAv { color:#1c8200;display:block;width:49.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #070002;top:6.4843759536744rem;left:5.3125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flkbsmcynwHVkwXMHNTiwlkiR8mRG1Dd { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:23.25rem;left:31.6875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdGoPqrubk4mCKsXAUXhtu0lbNOBDU8c { position:absolute;display:block;z-index:15024;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:30rem;left:30.6875rem;display:block; }
#R42ZcQxrf2f8fD3e9BnfgqNThuhDRb7Q { background-color:#d10100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.867675rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.18408203125rem;left:20rem;display:block; }
#WEkG85RUkvqsxwBDJqsafBaD3kddU3nr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { color:#d10100;display:block;width:32.25rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem #070002;top:4.375rem;left:0.625rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { color:#1c8200;display:block;width:29.874rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:12rem;left:0.6875rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRDKBfhIWupLESwBQwehkpkHmwJuv8wy { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a17185db-f113-4a29-8794-4ee3b5736d88/imgi_33_IMG_20191202_1741311.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:49.875rem;width:25.6875rem;top:7.875rem;left:33.4384765625rem;display:block; }#NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.adaptive-delivery-prevent-bg, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyload, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyloading { background-image: none; }
#EyviZrXfBxTBOg5vueO4m5N1ttdiA7lC { background-color:#1c8200;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.7959rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.8740234375rem;left:0.625rem;display:block; }
#ntRTABzsgxsr5FT9PWXCKNvUssRRmsXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQBKJWxwkRQclADQBivlnTxmO5s3ghVD { color:#1c8200;display:block;width:29.874rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:20.625rem;left:0.6875rem;height:10.7495rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lQBKJWxwkRQclADQBivlnTxmO5s3ghVD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lQBKJWxwkRQclADQBivlnTxmO5s3ghVD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e8a23fe51d99e74c96be94f2b137075.svg); }
#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R { 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; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row .container { background-color: transparent; background-image: none; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row .container > .video-iframe-container { display: none; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row > .video-iframe-container { display: none; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .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); }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row .container { border-width: 0; border-radius: 0; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;position:relative;display:block; }#FihXoM7yVCHlvOLoNLI1H5nS5Es56x38 { color:#d10100;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #070002;top:3.0625rem;left:0.25rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tg8bwSyfsGTDSGnFgMeOeBqB5oRmp1k0 { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #ffffff;top:9.93701171875rem;left:0.25rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3d816d9e-6599-4c08-8af7-c5d3b899adef/Residential0401.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.4375rem;width:29.4375rem;top:29.37451171875rem;left:30.2490234375rem;display:block; }#Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM.adaptive-delivery-prevent-bg, #Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM.lazyload, #Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM.lazyloading { background-image: none; }
#oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df0e7d9e-8404-49d7-9d14-ff81b910caf5/01After.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:19.875rem;width:29.4375rem;top:6.6875rem;left:30.2490234375rem;display:block; }#oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH.adaptive-delivery-prevent-bg, #oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH.lazyload, #oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH.lazyloading { background-image: none; }
#sDGdr0r319ftROJd8MLozXq0W7eA7Iuy { background-color:#d10100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41rem;left:0.25rem;display:block; }
#vliSN6wiFHztXgXagUSeNSpCtQ38bJWp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pg3tGhGiR7nWMh1I7eh8lV42oo6Omazh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:25rem;top:12.5625rem;left:0rem;overflow:hidden;display:none; }
#Fh9TNgZKAxVb4M4TUuc59qLS9tdFPCqE { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #ffffff;top:21.2490234375rem;left:0.25rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tzkD3x0u3qHgPHBGqVDP4qViapae7bGM { color:#070002;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:31.2490234375rem;left:0.25rem;height:7.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tzkD3x0u3qHgPHBGqVDP4qViapae7bGM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tzkD3x0u3qHgPHBGqVDP4qViapae7bGM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca1d0e482ce057f320163d4c561926f6.svg); }
#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d71ea84d-a411-4161-8fb0-3d1da53bfbc2/1ee1f8_29477d687af14631a28a7f8803d810e2_mv2_d_3036_4048_s_4_2.jpg");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; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.adaptive-delivery-prevent-bg, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyload, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyloading { background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { background-color: transparent; background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .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); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { border-width: 0; border-radius: 0; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo::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; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#ZARnTkDrXz2rCdXV5ubUyf97WvwLB8bO { position:absolute;display:block;z-index:15010;height:11.25rem;width:57.25rem;top:6.875rem;left:1.375rem;display:block; }
#XcMhBECQ9hnkIuizUuQ05Ab0BvRDLoX3 { color:#ffffff;display:block;width:31.499rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.50390625rem;left:14.25rem;height:3.25rem;font-style:normal;display:block; }
#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3clRIjdr/1000_F_182366847_GsTu5BiwW1IZHiO5T6fVqdckMX4jK8yR_removebg_preview.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6.adaptive-delivery-prevent-bg, #U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6.lazyload, #U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6.lazyloading { background-image: none; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container { background-color: transparent; background-image: none; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container > .video-iframe-container { display: none; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row > .video-iframe-container { display: none; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .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); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container { border-width: 0; border-radius: 0; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#So8fpxulqDHd3ATBtQIyMw2Tmck7XmER { 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:11.3125rem;width:60rem;display:none; }
#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;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; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row .container { background-color: transparent; background-image: none; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row .container > .video-iframe-container { display: none; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row > .video-iframe-container { display: none; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .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); }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row .container { border-width: 0; border-radius: 0; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #008d3e);background-image: -moz-linear-gradient(top, #ffffff, #008d3e);background-image: -ms-linear-gradient(top, #ffffff, #008d3e);background-image: -o-linear-gradient(top, #ffffff, #008d3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );";background-image: linear-gradient(to bottom, #ffffff, #008d3e);background-size:contain !important;color:#070002;padding-top:0.975625rem;padding-right:0.86125rem;padding-bottom:0.975625rem;padding-left:0.86125rem;display:block;align-items:center;width:5.165625rem;min-width:5.165625rem;height:5.243125rem;position:relative;font-family:"open sans";font-size:3.9025rem;font-weight:700;line-height:83.89px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.61rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.8875rem;height:2.0725rem;position:relative;font-family:"open sans";font-size:1.463125rem;font-weight:400;line-height:33.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:32.874875rem;height:9.6875rem;padding-top:1.219375rem;padding-right:1.23rem;padding-bottom:1.219375rem;padding-left:1.23rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.7490234375rem;left:12.331817626953rem;z-index:5000; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #qfTPb58sIfzcw9ZUP9cbT0G0KkDxxsEV { display:flex;position:relative;top:0rem;left:0rem; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #gNamtqlmXEAao0cAlEfcurAClAceFwvF { width:auto; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #yWmUcmTpHGZUgmpwXA8MZQE60QVlUao9 {  }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #khUQWkwSdNmZbSnKq1feS8zmCWEzGwSA { display:flex;position:relative;top:0rem;left:0rem; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #rNuraiWz7ChfgRE6NXno19ZlSIlRyXIU {  }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #cBTQFF4kRxrN0PAIFwexzVPBxkhETooi {  }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #TVAdqw2rF8vTdZISrI59nM61BmLtIpk6 { display:flex;position:relative;top:0rem;left:0rem; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #JaSWmrdeXDgsiU5B1MMBmfLDdmfwDPVZ {  }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #tl3oHbESe4eXhHxGneqa4GX6VuNoNwiK {  }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #R1QNspQKLpV5Z4tBd0sRomyQGlVv6DAK { display:flex;position:relative;top:0rem;left:0rem; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #vDbQhnz6AumEAnAKls61KOXk0M8A7TXr {  }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #BtPKW1L6CzEpEUAc8qkXoEBRggUVTDfk {  }
#x1gPkgXWnkQ61ZowQ0TFyAlUn6TPb8kQ { color:#ed1720;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4370651245117rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#SQFVVHWbua5MTpOD3TqplKd79ZFgtxkm { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.7490234375rem;left:0rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lrh1tTXINkXkPEoPVkOAboSMKTM1TH8t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:35.437284469604rem;left:18.561744689941rem; }
#HwXF1XbKbvy5c3XFsl9fNi4adseBBGB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:35.437284469604rem;left:38.124458312988rem; }
#JGmTgvVX8Gtq0Ckbt1KTJs4de9MAD2hN { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:31.6240234375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3zyPxRUZVWNr0H7aJmvJbQ7aPTzXuvA { background-color:#1c8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.43701171875rem;left:22.8125rem;display:block; }
#z2KdT2xrI7gsTUOn1dVT1hsXN3MLAcaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq { 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; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container { background-color: transparent; background-image: none; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container > .video-iframe-container { display: none; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row > .video-iframe-container { display: none; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .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); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container { border-width: 0; border-radius: 0; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container { font-size:0.875rem;font-family:arial;height:73.6875rem;width:60rem;position:relative;display:block; }#b1homsowWH6ed54GFxnh5ovttey6y3WG { color:#070002;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.953125rem;left:1.8115234375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aVoeJTczta0TyRn3mP5uXNdLM9T1fsHR { color:#070002;display:block;width:13.0610625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:47.453125rem;left:1.81201171875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gJGgR3TkWnlipntaaNc58iGXy0QNyt6L { color:#d10100;display:block;width:58.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0.9375rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzP96QqZXBtnbDs8Tc4lukP0NBUlhOEQ { color:#070002;display:block;width:13.0610625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.375rem;left:1.81298828125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RF0fXoKBhU97fabGvb9sZ8eQQwIigmDd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lHgoLh2dFyJh9zPZb7PvXeJmS5DXFdGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qtAlnCdsaeGvwNTVtJq96PkgsLk8zRTk { color:#1c8200;display:block;width:30.12425rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:24.125rem;left:28.0625rem;height:9.375rem;display:block; }
#RdZTlGcnkL0tIzrdo4HWuhn0UCEtGRfF { color:#1c8200;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:35.875rem;left:28.125rem;height:7.03125rem;display:block; }
#Na5zABX6hFiOncfCTdR1rA48lHq9Hyyd { color:#1c8200;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:46.375rem;left:28.125rem;height:7.03125rem;display:block; }
#lufGLiTTbd89rm7xnZbXHMMTo1zNB4ts { color:#070002;display:block;width:13.0610625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:59.1875rem;left:1.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPrwQfLE1iU0FfIf7msTZTQICpMLobV6 { color:#1c8200;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:58.125rem;left:28.125rem;height:7.03125rem;display:block; }
#Vxv8kmidnWVqT8fHyoJOsW0g2hZcObbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TvnpGat7KfG7wc48OX4LkQAWlrGUcN5d { position:absolute;display:block;z-index:15011;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:10.125rem;width:12.375rem;top:1.34228515625rem;left:23.8125rem;overflow:hidden;display:block; }
#rC92ED6J0S3cpElExvopg0g8hXLZCTub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c8200;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");background-position:top 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; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub.adaptive-delivery-prevent-bg, #rC92ED6J0S3cpElExvopg0g8hXLZCTub.lazyload, #rC92ED6J0S3cpElExvopg0g8hXLZCTub.lazyloading { background-image: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { background-color: transparent; background-image: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container > .video-iframe-container { display: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row > .video-iframe-container { display: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .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); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { border-width: 0; border-radius: 0; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#b4ZX8VOD3TGUFSiAPa6Q5SJb4ts0JarK { color:#ffffff;display:block;width:38.499625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7924361228943rem;left:10.562410354614rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:poppins; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger.adaptive-delivery-prevent-bg, #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger.lazyload, #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger.lazyloading { background-image: none; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 { box-sizing:content-box;height:auto;width:57.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5rem;left:0.18798828125rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw { display:block;position:relative; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ { display:block;position:relative; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z { display:none; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #po71mliXukKPqmAbBg5B671B0A9msemS { display:block;position:relative; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cAh0dwecxrONic0kIxy03565CQexySni { display:none; }
#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR { 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; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { background-color: transparent; background-image: none; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container > .video-iframe-container { display: none; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row > .video-iframe-container { display: none; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .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); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { border-width: 0; border-radius: 0; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#lrFtsdB8cO8uXnuQpI7nc6xhGxqN9Oau { color:#d10100;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;top:0.87158203125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq { 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; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { background-color: transparent; background-image: none; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container > .video-iframe-container { display: none; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row > .video-iframe-container { display: none; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .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); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { border-width: 0; border-radius: 0; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ceb72aa7-fc88-4c13-a0f2-25d0befe3b98/263177092_310710837730128_4431809219984703455_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.adaptive-delivery-prevent-bg, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyload, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyloading { background-image: none; }
#DScxwVnsTca9OhgPU8TacNfzEqnLd4ga { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69df3ffa-fddc-468e-aaa9-fbdcdbf9949f/264088686_310710831063462_3652667310819090953_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.adaptive-delivery-prevent-bg, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyload, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyloading { background-image: none; }
#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy { 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; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { background-color: transparent; background-image: none; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container > .video-iframe-container { display: none; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row > .video-iframe-container { display: none; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .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); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { border-width: 0; border-radius: 0; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a0214f44-a9c2-4b25-a8cb-cd10f4300bfe/264842579_310710827730129_2418967135922451075_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.adaptive-delivery-prevent-bg, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyload, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyloading { background-image: none; }
#wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4851d82-1fa8-4b89-b3ac-b3a198cc0588/472606393_1132017278932809_1419783130226109549_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.adaptive-delivery-prevent-bg, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyload, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyloading { background-image: none; }
#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw { 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; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { background-color: transparent; background-image: none; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container > .video-iframe-container { display: none; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row > .video-iframe-container { display: none; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .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); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { border-width: 0; border-radius: 0; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fefca0ea-11ae-44c9-b345-7d6a48601ed2/260447843_310710834396795_4286322731930314991_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.adaptive-delivery-prevent-bg, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyload, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyloading { background-image: none; }
#a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2b63736-880e-4488-9ccd-31abaca0784c/imgi_6_PXL_20221119_015642352MP1scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.adaptive-delivery-prevent-bg, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyload, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyloading { background-image: none; }
#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn { 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; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { background-color: transparent; background-image: none; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container > .video-iframe-container { display: none; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row > .video-iframe-container { display: none; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .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); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { border-width: 0; border-radius: 0; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#LJ4azLgH3T3DfPAysQOGyPNT4oFtg0tQ { background-color:#d10100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:22.8125rem;display:block; }
#CzBHkcQVvoZ4URKdRcEiu5RtpmcbOHss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62348052-8f27-4bc9-bab8-4153836b0ebf/1ee1f8_eba09c14692040c88b960572c1202ecd_mv2_d_4048_3036_s_4_2.jpg");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; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.adaptive-delivery-prevent-bg, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyload, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyloading { background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { background-color: transparent; background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.41); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.41); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .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); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { border-width: 0; border-radius: 0; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp::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; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#CWOoadgx6Sg2qWiAsazkl5Jl5XcrScoq { display:block;width:21.62325rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:6.125rem;left:37rem;height:6.17513125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#daTNqFsBPmNOhXmyB2IJKaPCa4QOX93D { color:#ffffff;display:block;width:21.311875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:14.9375rem;left:37.1875rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vnLv7dxtJNQTHhiT0HLA4ekJ6J6Bvcrb { position:absolute;display:block;z-index:15019;height:17.3125rem;width:30.9375rem;top:2.71875rem;left:2.1875rem;display:block; }
#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;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;z-index:auto;display:block; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { background-color: transparent; background-image: none; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container > .video-iframe-container { display: none; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row > .video-iframe-container { display: none; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .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); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { border-width: 0; border-radius: 0; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#CAXrOsRQcziTcwTMT2yguVFscTUITorm { background-color:#1c8200;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: 0.25rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.28125rem;left:50.125rem;display:block; }
#z9Jnhihsls6sQL92TA7tO7nbFpILonwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H26rr1h2Kl2C8vHXHsow72bBAMP7BocT { background-color:#d10100;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.3125rem;left:39.625rem;display:block; }
#EcGiMwxQkarcDyPiI1x8EeEAI3UAN5cZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDxThZA86tt1Bsd36bLOKvaLSKa6p3pw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:0.25rem;left:2.875rem;overflow:hidden;display:none; }
#aESNTivwo2rCcCTrdo3x2yfVHQrUVLMh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#cwHnGKVCaUkxlQfcS89UXosJmkIvmooq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:0.21875rem;left:3.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztyhfRnIMmVb20GTan4U9PCQGX0278t4 { display:block; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXfr4c9EV7kTE24Coa5KMyy3M9BfUM6x { top:0rem;left:0rem;width:10.25rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kva9FGh76UiiqtuoPeEKHJeEDtxbKQL0 { width:16.8125rem;height:3.25rem;top:2.5rem;left:15.4443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXc6KAyMZ1KRTnRw24qv29EUR7r2FI1V { display:block; }
 }@media only screen and (max-width: 763px) { #LgQncC0qiDx2APMl7Hg0yBei8T8ZpNRF { width:16.8125rem;height:3.25rem;top:2.5rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0JeJMaQQWhuVHPfX6kDctZSa86w8RD { 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) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:41.625rem;height:17rem;top:16.25rem;left:3.030818939209rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:30.3125rem;height:5.5625rem;top:36rem;left:8.6867408752444rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0Hrv2b142hOW1u47sRnToPr6z0SovT { top:33.5625rem;left:3rem;width:15.5rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkHUIWdJuXLsOVVThSDXsTKRyvL4fgET { width:2.1875rem;height:2.1875rem;top:13.375rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KA3iLi5heP3TSkc2do8CktliFpf2eJL4 { display:block; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsr68TFtURIrEtAsmpQ9CTpJTlzgBC0T { width:47.75rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { display:block; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scXlMo1kS7lPMENvJFNyex3eAys6qZi5 { width:13.4375rem;height:15.9375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksta5saxXtrfN59D4F6qVr1qTtiPC2kb { width:13.125rem;height:3.1875rem;top:19.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvkdp9UBJsVGk6s0vwQ2nbkQ6MIenu8 { width:11.625rem;height:4.1875rem;top:23.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqpSNL4uX3UdIzTblI6mB84FW0Mm0K55 { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u43OgWw20Ace11qn3K597JTTG2KdXMJ9 { width:2.5rem;height:2.5rem;top:16rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKrs9Dy8RaEetIyclP3byKB20pxGpU8 { width:1rem;height:0.5rem;top:17.9375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxG8MN6de63frptmImdrPD8PpvDpsXqh { width:1.3125rem;height:1.3125rem;top:16.5rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh1mdvTu7pJaEbZ5zQkIXJET554qXNRi { width:13.5rem;height:0.0625rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpDMwtXPUpG3Cm2elvApgVdEazhgXaeP { width:13.4375rem;height:15.9375rem;top:13.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPr3I2OCTRm09QtTgc24cA4RP0BebqGv { width:13.5rem;height:0.0625rem;top:30rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0m1lv3S8zxFhuwBZBiMVsJxBG7MyGo { width:12.0625rem;height:5.5625rem;top:23.25rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLMeVa0Msiwyd3Tn7QUwK1xnIZM9grxp { width:13.125rem;height:3.1875rem;top:19.6875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWImNpS1EVkXAaV8xV62V8cHkOSw7UAO { width:2.5rem;height:2.5rem;top:16rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AriwyTDix3gmsQoTRXf67BAmEZbI6Dzi { width:1rem;height:0.5rem;top:18rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNGKc5o6pOG48Z912T9dZlAIoi8KI9iq { width:1.3125rem;height:1.3125rem;top:16.5rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLq3qwLkHcHHxa86F4VSIAwB8Pvx1M5X { width:13.4375rem;height:15.9375rem;top:13.75rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhLUofN72sFnN2llyQNSzKEeFrhtrcZ { width:2.5rem;height:2.5rem;top:16rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOU1nbai5XGHrZfRsc8nAeC4Ele3rbvR { width:1.3125rem;height:1.3125rem;top:16.5rem;left:42.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv3V31QAyT9er7x9h9iIUTa7V10e0lQn { width:1rem;height:0.5rem;top:17.9375rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhKgSGNh8t000Fvk1zIW29ZcU0KMCaP { width:13.4375rem;height:15.9375rem;top:13.75rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9KTAxl0IgzIRAiHmdwRCX3y504DNeV { width:13.125rem;height:3.1875rem;top:19.625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsv01i5e4JD3efernm7ybb0PAdQgXlXb { width:13.125rem;height:3.1875rem;top:19.625rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Ol3TJttxHyHW3iZ0DSpzhBDwLgw5Xr { width:2.5rem;height:2.5rem;top:16rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzzLMPDshNLv4rcBXJPeitt9N9q3a8ik { width:1rem;height:0.5rem;top:18.25rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d99kNPRml4B6RWw0p9uaGwGn948b5l6X { width:1.3125rem;height:1.3125rem;top:16.5rem;left:29.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbFfEURO7qHv5BAZFzUTBnUF882kLZmn { width:11.5625rem;height:5.5625rem;top:23.25rem;left:36.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wUFFNB4hwy8n6UqCLHWXbq6zQBMNHs { width:13.5rem;height:0.0625rem;top:30rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGhSD851VlJioiXvedCUH67XiZu7efUw { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #URKChZpCI8T3ZdIzvhMOfL6HMcTtQlO9 { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFrHNBu9f9VK5oTz0BRJlmOaaDPeQhHI { width:13.125rem;height:3.875rem;top:54.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTBXIuVDvZIhvI9T2nCaXx1Tay4EsxZW { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTioDTsUNAoxkNwkBMTTtiKn80zX9nBV { width:14.875rem;height:6.75rem;top:59.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOBfDpssLSv8w2yozzDikOsEQ6deWhIq { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWwTTGNdD7JiVHl3J8rgmukP9TnkHHJB { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL8n8FXARJvIxIMlZh3KC5XxdbKlGmpw { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJLLTvBAusFcm8x9RNrOvpSsBvFgD9It { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7uE9yAp7C55A4IaZMg2XK9aOgW720zy { width:13.125rem;height:3.875rem;top:33.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtizbEMa2n95QqHdtQUZZzeoVfhzXKMr { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmWzFC0wCzzHGwC0JGoLqMt6gT3PgkmX { width:14.875rem;height:6.75rem;top:38.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOapVP7k3JMCz3DoRgKD1NRbPSnyZWEM { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDSXzqcfddNreIuKsd1uTy5gnF97z2WF { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwQQ9awXviFqf4e2aLgBRG2KUcwpsLKh { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSv64FbvcwesVaaodLSqKL4c8Kf6E55J { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMswA1L69HsNs9JBfPgsi2AECfrod20q { width:13.125rem;height:3.875rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXb6wFm61Tq30CDr4V0T0NKlhV02GMP1 { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNe9EaZEZdNyA31TFhCcv1yFOTXLZZCu { width:14.875rem;height:5.0625rem;top:46.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsvMNFw7GBG6TnrJsnhNnWzuXdPhQOlU { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7ByOsCmuLI5PIOMKPKX6fNEO25sI8VZ { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpedldwDB0V9WZbkKM3lGbgnpVe5cbAv { width:47.75rem;height:5.0625rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flkbsmcynwHVkwXMHNTiwlkiR8mRG1Dd { width:11.625rem;height:5.5625rem;top:23.25rem;left:24.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdGoPqrubk4mCKsXAUXhtu0lbNOBDU8c { width:13.5rem;height:0.0625rem;top:30rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42ZcQxrf2f8fD3e9BnfgqNThuhDRb7Q { width:20rem;height:2.8125rem;top:33.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkG85RUkvqsxwBDJqsafBaD3kddU3nr { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:32.25rem;height:5.6875rem;top:4.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:29.8125rem;height:7.125rem;top:12rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy { width:25.6875rem;height:49.875rem;top:7.875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyviZrXfBxTBOg5vueO4m5N1ttdiA7lC { width:19.0625rem;height:2.75rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRTABzsgxsr5FT9PWXCKNvUssRRmsXm { display:block; }
 }@media only screen and (max-width: 763px) { #lQBKJWxwkRQclADQBivlnTxmO5s3ghVD { width:29.8125rem;height:10.6875rem;top:20.625rem;left:0rem;font-size:1.1875rem;display:block; }#lQBKJWxwkRQclADQBivlnTxmO5s3ghVD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e8a23fe51d99e74c96be94f2b137075.svg); }
 }@media only screen and (max-width: 763px) { #ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R { display:block; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FihXoM7yVCHlvOLoNLI1H5nS5Es56x38 { width:32.3125rem;height:6.1875rem;top:3.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8bwSyfsGTDSGnFgMeOeBqB5oRmp1k0 { width:25.9375rem;height:10.125rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM { width:29.4375rem;height:23.4375rem;top:29.3125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH { width:29.4375rem;height:19.875rem;top:6.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDGdr0r319ftROJd8MLozXq0W7eA7Iuy { width:19.0625rem;height:2.8125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vliSN6wiFHztXgXagUSeNSpCtQ38bJWp { display:block; }
 }@media only screen and (max-width: 763px) { #pg3tGhGiR7nWMh1I7eh8lV42oo6Omazh { top:12.5625rem;left:0rem;width:25rem;height:3.56228125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9TNgZKAxVb4M4TUuc59qLS9tdFPCqE { width:25.9375rem;height:8.4375rem;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzkD3x0u3qHgPHBGqVDP4qViapae7bGM { width:25.9375rem;height:7.6875rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }#tzkD3x0u3qHgPHBGqVDP4qViapae7bGM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca1d0e482ce057f320163d4c561926f6.svg); }
 }@media only screen and (max-width: 763px) { #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo { display:block; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZARnTkDrXz2rCdXV5ubUyf97WvwLB8bO { top:6.875rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMhBECQ9hnkIuizUuQ05Ab0BvRDLoX3 { width:31.4375rem;height:3.25rem;top:1.5rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 { display:block; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So8fpxulqDHd3ATBtQIyMw2Tmck7XmER { width:47.75rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 { display:block; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s { display:flex;width:18rem;height:5.0625rem;top:5.875rem;left:21.15625rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #qfTPb58sIfzcw9ZUP9cbT0G0KkDxxsEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #gNamtqlmXEAao0cAlEfcurAClAceFwvF {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #yWmUcmTpHGZUgmpwXA8MZQE60QVlUao9 {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #khUQWkwSdNmZbSnKq1feS8zmCWEzGwSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #rNuraiWz7ChfgRE6NXno19ZlSIlRyXIU {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #cBTQFF4kRxrN0PAIFwexzVPBxkhETooi {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #TVAdqw2rF8vTdZISrI59nM61BmLtIpk6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #JaSWmrdeXDgsiU5B1MMBmfLDdmfwDPVZ {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #tl3oHbESe4eXhHxGneqa4GX6VuNoNwiK {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #R1QNspQKLpV5Z4tBd0sRomyQGlVv6DAK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #vDbQhnz6AumEAnAKls61KOXk0M8A7TXr {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #BtPKW1L6CzEpEUAc8qkXoEBRggUVTDfk {  }
 }@media only screen and (max-width: 763px) { #x1gPkgXWnkQ61ZowQ0TFyAlUn6TPb8kQ { top:2.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQFVVHWbua5MTpOD3TqplKd79ZFgtxkm { top:7.6875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrh1tTXINkXkPEoPVkOAboSMKTM1TH8t { top:35.375rem;left:12.436744689941rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwXF1XbKbvy5c3XFsl9fNi4adseBBGB2 { top:35.375rem;left:31.999458312988rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGmTgvVX8Gtq0Ckbt1KTJs4de9MAD2hN { top:31.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3zyPxRUZVWNr0H7aJmvJbQ7aPTzXuvA { width:14.375rem;height:3.125rem;top:35.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KdT2xrI7gsTUOn1dVT1hsXN3MLAcaS { display:block; }
 }@media only screen and (max-width: 763px) { #ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq { display:block; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1homsowWH6ed54GFxnh5ovttey6y3WG { top:36.9375rem;left:0rem;width:13.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVoeJTczta0TyRn3mP5uXNdLM9T1fsHR { top:47.4375rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJGgR3TkWnlipntaaNc58iGXy0QNyt6L { top:13.5rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzP96QqZXBtnbDs8Tc4lukP0NBUlhOEQ { top:26.375rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF0fXoKBhU97fabGvb9sZ8eQQwIigmDd { display:none; }
 }@media only screen and (max-width: 763px) { #lHgoLh2dFyJh9zPZb7PvXeJmS5DXFdGA { display:none; }
 }@media only screen and (max-width: 763px) { #qtAlnCdsaeGvwNTVtJq96PkgsLk8zRTk { top:24.125rem;left:17.6875rem;width:30.0625rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdZTlGcnkL0tIzrdo4HWuhn0UCEtGRfF { top:35.875rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na5zABX6hFiOncfCTdR1rA48lHq9Hyyd { top:46.375rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lufGLiTTbd89rm7xnZbXHMMTo1zNB4ts { top:59.1875rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrwQfLE1iU0FfIf7msTZTQICpMLobV6 { top:58.125rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxv8kmidnWVqT8fHyoJOsW0g2hZcObbX { display:none; }
 }@media only screen and (max-width: 763px) { #TvnpGat7KfG7wc48OX4LkQAWlrGUcN5d { top:1.3125rem;left:17.6875rem;width:12.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC92ED6J0S3cpElExvopg0g8hXLZCTub { display:block; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4ZX8VOD3TGUFSiAPa6Q5SJb4ts0JarK { width:38.4375rem;height:6rem;top:1.75rem;left:4.4374103546142rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR { display:block; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrFtsdB8cO8uXnuQpI7nc6xhGxqN9Oau { top:0.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq { display:block; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy { display:block; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw { display:block; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn { display:block; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJ4azLgH3T3DfPAysQOGyPNT4oFtg0tQ { width:14.375rem;height:3.125rem;top:0.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzBHkcQVvoZ4URKdRcEiu5RtpmcbOHss { display:block; }
 }@media only screen and (max-width: 763px) { #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp { display:block; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWOoadgx6Sg2qWiAsazkl5Jl5XcrScoq { width:21.5625rem;height:6.125rem;top:6.125rem;left:26.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daTNqFsBPmNOhXmyB2IJKaPCa4QOX93D { top:14.9375rem;left:26.5rem;width:21.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnLv7dxtJNQTHhiT0HLA4ekJ6J6Bvcrb { top:2.6875rem;left:0rem;width:30.9375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcg62zTnatdfGILtPDsmatSHoFNTtS4 { display:block; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAXrOsRQcziTcwTMT2yguVFscTUITorm { width:9.1875rem;height:2.3125rem;top:0.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Jnhihsls6sQL92TA7tO7nbFpILonwc { display:block; }
 }@media only screen and (max-width: 763px) { #H26rr1h2Kl2C8vHXHsow72bBAMP7BocT { width:9.1875rem;height:2.3125rem;top:0.3125rem;left:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcGiMwxQkarcDyPiI1x8EeEAI3UAN5cZ { display:block; }
 }@media only screen and (max-width: 763px) { #FDxThZA86tt1Bsd36bLOKvaLSKa6p3pw { top:0.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aESNTivwo2rCcCTrdo3x2yfVHQrUVLMh { top:0.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwHnGKVCaUkxlQfcS89UXosJmkIvmooq { top:0.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ztyhfRnIMmVb20GTan4U9PCQGX0278t4 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ztyhfRnIMmVb20GTan4U9PCQGX0278t4 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXfr4c9EV7kTE24Coa5KMyy3M9BfUM6x { width:7.125rem;height:5.625rem;top:0.96875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kva9FGh76UiiqtuoPeEKHJeEDtxbKQL0 { width:9.5rem;height:1.6875rem;top:2.125rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXc6KAyMZ1KRTnRw24qv29EUR7r2FI1V { display:block; }
 }@media only screen and (max-width: 763px) { #LgQncC0qiDx2APMl7Hg0yBei8T8ZpNRF { width:9.5rem;height:1.6875rem;top:4.4375rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0JeJMaQQWhuVHPfX6kDctZSa86w8RD { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc031a4a-f414-4e52-8614-c309ab4a3cce/43738022_734390936926558_8970978253640564736_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.45); }#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(7,0,2,0.45); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:18.75rem;height:6.8246875rem;top:11.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:19.3125rem;height:5.8496125rem;top:19.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0Hrv2b142hOW1u47sRnToPr6z0SovT { width:14.75rem;height:3.25rem;top:69.9375rem;left:2.3125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #QkHUIWdJuXLsOVVThSDXsTKRyvL4fgET { width:2.125rem;height:2.125rem;top:18.3125rem;left:17.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #KA3iLi5heP3TSkc2do8CktliFpf2eJL4 { background-color:#ffffff;background-image:none;display:block; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container { background-color: transparent; background-image: none; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container > .video-iframe-container { display: none; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row > .video-iframe-container { display: none; }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .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); }#KA3iLi5heP3TSkc2do8CktliFpf2eJL4 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsr68TFtURIrEtAsmpQ9CTpJTlzgBC0T { top:0.5rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { display:block; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { border-width: 0; border-radius: 0; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { width:20rem;height:110.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scXlMo1kS7lPMENvJFNyex3eAys6qZi5 { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ksta5saxXtrfN59D4F6qVr1qTtiPC2kb { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTvkdp9UBJsVGk6s0vwQ2nbkQ6MIenu8 { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqpSNL4uX3UdIzTblI6mB84FW0Mm0K55 { width:18.9995625rem;height:7.875rem;top:1.1241493225098rem;left:0.49913203716278rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u43OgWw20Ace11qn3K597JTTG2KdXMJ9 { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATKrs9Dy8RaEetIyclP3byKB20pxGpU8 { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxG8MN6de63frptmImdrPD8PpvDpsXqh { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh1mdvTu7pJaEbZ5zQkIXJET554qXNRi { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpDMwtXPUpG3Cm2elvApgVdEazhgXaeP { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPr3I2OCTRm09QtTgc24cA4RP0BebqGv { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gd0m1lv3S8zxFhuwBZBiMVsJxBG7MyGo { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLMeVa0Msiwyd3Tn7QUwK1xnIZM9grxp { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWImNpS1EVkXAaV8xV62V8cHkOSw7UAO { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AriwyTDix3gmsQoTRXf67BAmEZbI6Dzi { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNGKc5o6pOG48Z912T9dZlAIoi8KI9iq { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLq3qwLkHcHHxa86F4VSIAwB8Pvx1M5X { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJhLUofN72sFnN2llyQNSzKEeFrhtrcZ { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOU1nbai5XGHrZfRsc8nAeC4Ele3rbvR { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv3V31QAyT9er7x9h9iIUTa7V10e0lQn { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKhKgSGNh8t000Fvk1zIW29ZcU0KMCaP { width:16.5625rem;height:18.75rem;top:68.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9KTAxl0IgzIRAiHmdwRCX3y504DNeV { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsv01i5e4JD3efernm7ybb0PAdQgXlXb { width:13.125rem;height:3.8997375rem;top:75.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Ol3TJttxHyHW3iZ0DSpzhBDwLgw5Xr { width:3.9999125rem;height:3.9999125rem;top:70.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzzLMPDshNLv4rcBXJPeitt9N9q3a8ik { width:1.31214375rem;height:0.625rem;top:73.8125rem;left:7.4375rem;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d99kNPRml4B6RWw0p9uaGwGn948b5l6X { width:1.68723125rem;height:1.68723125rem;top:72.9375rem;left:11rem;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JbFfEURO7qHv5BAZFzUTBnUF882kLZmn { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5wUFFNB4hwy8n6UqCLHWXbq6zQBMNHs { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGhSD851VlJioiXvedCUH67XiZu7efUw { width:16.5625rem;height:18.75rem;top:89.875rem;left:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #URKChZpCI8T3ZdIzvhMOfL6HMcTtQlO9 { width:1.31214375rem;height:0.625rem;top:95.125rem;left:7.375rem;z-index:15054;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lFrHNBu9f9VK5oTz0BRJlmOaaDPeQhHI { width:13.125rem;height:3.8997375rem;top:96.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #KTBXIuVDvZIhvI9T2nCaXx1Tay4EsxZW { width:3.9999125rem;height:3.9999125rem;top:91.6875rem;left:7.9375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #yTioDTsUNAoxkNwkBMTTtiKn80zX9nBV { width:14.9374375rem;height:6.798825rem;top:100.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #BOBfDpssLSv8w2yozzDikOsEQ6deWhIq { width:1.68723125rem;height:1.68723125rem;top:94.25rem;left:10.9375rem;z-index:15035;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IWwTTGNdD7JiVHl3J8rgmukP9TnkHHJB { width:16.6860625rem;height:0.12402375rem;top:108.9384765625rem;left:1.65673828125rem;z-index:15031;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SL8n8FXARJvIxIMlZh3KC5XxdbKlGmpw { width:16.5625rem;height:18.75rem;top:47.1875rem;left:1.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #JJLLTvBAusFcm8x9RNrOvpSsBvFgD9It { width:1.31214375rem;height:0.625rem;top:52.4375rem;left:7.4375rem;z-index:15061;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #B7uE9yAp7C55A4IaZMg2XK9aOgW720zy { width:13.125rem;height:3.8997375rem;top:53.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #vtizbEMa2n95QqHdtQUZZzeoVfhzXKMr { width:3.9999125rem;height:3.9999125rem;top:49rem;left:8rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mmWzFC0wCzzHGwC0JGoLqMt6gT3PgkmX { width:14.9374375rem;height:6.7988125rem;top:58.125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #yOapVP7k3JMCz3DoRgKD1NRbPSnyZWEM { width:1.68723125rem;height:1.68723125rem;top:51.5625rem;left:11rem;z-index:15042;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QDSXzqcfddNreIuKsd1uTy5gnF97z2WF { width:16.68725rem;height:0.12473375rem;top:66.1875rem;left:1.6875rem;z-index:15038;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EwQQ9awXviFqf4e2aLgBRG2KUcwpsLKh { width:16.5625rem;height:18.75rem;top:25.9375rem;left:1.5625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #mSv64FbvcwesVaaodLSqKL4c8Kf6E55J { width:1.31214375rem;height:0.625rem;top:31.1875rem;left:7.4375rem;z-index:15068;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eMswA1L69HsNs9JBfPgsi2AECfrod20q { width:13.125rem;height:3.8997375rem;top:32.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #BXb6wFm61Tq30CDr4V0T0NKlhV02GMP1 { width:3.9999125rem;height:3.9999125rem;top:27.75rem;left:8rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #JNe9EaZEZdNyA31TFhCcv1yFOTXLZZCu { width:14.9374375rem;height:5.09911875rem;top:36.875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #UsvMNFw7GBG6TnrJsnhNnWzuXdPhQOlU { width:1.68723125rem;height:1.68723125rem;top:30.3125rem;left:11rem;z-index:15049;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S7ByOsCmuLI5PIOMKPKX6fNEO25sI8VZ { width:16.68725rem;height:0.12473375rem;top:44.9375rem;left:1.6875rem;z-index:15045;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LpedldwDB0V9WZbkKM3lGbgnpVe5cbAv { width:19.4360625rem;height:13.5rem;top:10.5rem;left:0.28173828125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #flkbsmcynwHVkwXMHNTiwlkiR8mRG1Dd { width:14.9374375rem;height:6.7988125rem;top:79.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdGoPqrubk4mCKsXAUXhtu0lbNOBDU8c { width:16.68725rem;height:0.12473375rem;top:87.5625rem;left:1.625rem;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R42ZcQxrf2f8fD3e9BnfgqNThuhDRb7Q { width:14.375rem;height:3.125rem;top:59.375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkG85RUkvqsxwBDJqsafBaD3kddU3nr { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:19.125rem;height:8.043625rem;top:1.2490234375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2.0625rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:18.75rem;height:8.4375rem;top:11.06005859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy { width:20rem;height:36.875rem;top:34.5615234375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a17185db-f113-4a29-8794-4ee3b5736d88/imgi_33_IMG_20191202_1741311.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.adaptive-delivery-prevent-bg, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyload, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EyviZrXfBxTBOg5vueO4m5N1ttdiA7lC { width:19.0625rem;height:2.8125rem;top:72.43603515625rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRTABzsgxsr5FT9PWXCKNvUssRRmsXm { display:block; }
 }@media only screen and (max-width: 763px) { #lQBKJWxwkRQclADQBivlnTxmO5s3ghVD { width:18.75rem;height:12.0488125rem;top:20.8076171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }#lQBKJWxwkRQclADQBivlnTxmO5s3ghVD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e8a23fe51d99e74c96be94f2b137075.svg); }
 }@media only screen and (max-width: 763px) { #ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R { display:block; }#ixAPFUJdFfMFb84XRN2DZHpVqR0xEB8R > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FihXoM7yVCHlvOLoNLI1H5nS5Es56x38 { width:19rem;height:4.125rem;top:1.1865234375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8bwSyfsGTDSGnFgMeOeBqB5oRmp1k0 { width:19.375rem;height:10.5rem;top:26.56005859375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM { width:19.74775rem;height:19.0625rem;top:6.3113040924075rem;left:0.12586808204651rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3d816d9e-6599-4c08-8af7-c5d3b899adef/Residential0401.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM.adaptive-delivery-prevent-bg, #Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM.lazyload, #Vw0sIUBuI1rgLQcNxzo3rg4y7pPXT0SM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH { width:19.7480625rem;height:19.8735625rem;top:60.3125rem;left:0.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df0e7d9e-8404-49d7-9d14-ff81b910caf5/01After.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH.adaptive-delivery-prevent-bg, #oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH.lazyload, #oGUZAqyigWszFgBmoCwdgFhZpHCtR4uH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sDGdr0r319ftROJd8MLozXq0W7eA7Iuy { width:15.4921875rem;height:2.9921875rem;top:81.875rem;left:2.25390625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vliSN6wiFHztXgXagUSeNSpCtQ38bJWp { display:block; }
 }@media only screen and (max-width: 763px) { #pg3tGhGiR7nWMh1I7eh8lV42oo6Omazh { width:20rem;height:2.84939375rem;top:82.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fh9TNgZKAxVb4M4TUuc59qLS9tdFPCqE { width:19.375rem;height:9rem;top:38.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tzkD3x0u3qHgPHBGqVDP4qViapae7bGM { width:19.375rem;height:9.9375rem;top:49.0546875rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#tzkD3x0u3qHgPHBGqVDP4qViapae7bGM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ca1d0e482ce057f320163d4c561926f6.svg); }
 }@media only screen and (max-width: 763px) { #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d71ea84d-a411-4161-8fb0-3d1da53bfbc2/1ee1f8_29477d687af14631a28a7f8803d810e2_mv2_d_3036_4048_s_4_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.adaptive-delivery-prevent-bg, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyload, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyloading { background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { background-color: transparent; background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .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); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZARnTkDrXz2rCdXV5ubUyf97WvwLB8bO { width:20rem;height:11.25rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMhBECQ9hnkIuizUuQ05Ab0BvRDLoX3 { width:20rem;height:1.86903125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container { background-color: transparent; background-image: none; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container > .video-iframe-container { display: none; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row > .video-iframe-container { display: none; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .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); }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container { border-width: 0; border-radius: 0; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U91pMTUEVCdk2h7sefTeW5EnRyuzUEA6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So8fpxulqDHd3ATBtQIyMw2Tmck7XmER { top:0.375rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 { display:block; }#R4PSIhWC0HRmMxIUmFdrwTeOLLLVF9z8 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-text.counter-number { padding-top:0.494375rem;padding-right:0.429375rem;padding-bottom:0.494375rem;padding-left:0.429375rem;width:2.57625rem;min-width:2.57625rem;height:2.65625rem;font-size:1.976875rem;line-height:42.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.435625rem;height:1.05rem;font-size:0.74125rem;line-height:16.8px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s { display:flex;width:17.625rem;height:4.9375rem;top:24.624566555023rem;left:0rem;padding-top:1.205rem;padding-right:1.2075rem;padding-bottom:1.205rem;padding-left:1.2075rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #qfTPb58sIfzcw9ZUP9cbT0G0KkDxxsEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #gNamtqlmXEAao0cAlEfcurAClAceFwvF {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #yWmUcmTpHGZUgmpwXA8MZQE60QVlUao9 {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #khUQWkwSdNmZbSnKq1feS8zmCWEzGwSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #rNuraiWz7ChfgRE6NXno19ZlSIlRyXIU {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #cBTQFF4kRxrN0PAIFwexzVPBxkhETooi {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #TVAdqw2rF8vTdZISrI59nM61BmLtIpk6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #JaSWmrdeXDgsiU5B1MMBmfLDdmfwDPVZ {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #tl3oHbESe4eXhHxGneqa4GX6VuNoNwiK {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #R1QNspQKLpV5Z4tBd0sRomyQGlVv6DAK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #vDbQhnz6AumEAnAKls61KOXk0M8A7TXr {  }
 }@media only screen and (max-width: 763px) { #tbDP1sh1hQVqFXKGr5NM3A0J6N4g7V8s #BtPKW1L6CzEpEUAc8qkXoEBRggUVTDfk {  }
 }@media only screen and (max-width: 763px) { #x1gPkgXWnkQ61ZowQ0TFyAlUn6TPb8kQ { width:20rem;height:4.875rem;top:1.1241321563721rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQFVVHWbua5MTpOD3TqplKd79ZFgtxkm { width:18.2498125rem;height:16.40625rem;top:6.8809690475462rem;left:0.87456607818606rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrh1tTXINkXkPEoPVkOAboSMKTM1TH8t { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:17.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwXF1XbKbvy5c3XFsl9fNi4adseBBGB2 { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGmTgvVX8Gtq0Ckbt1KTJs4de9MAD2hN { width:20rem;height:1.462675rem;top:33.875rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C3zyPxRUZVWNr0H7aJmvJbQ7aPTzXuvA { width:19.0625rem;height:2.9848625rem;top:37.24853515625rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KdT2xrI7gsTUOn1dVT1hsXN3MLAcaS { display:block; }
 }@media only screen and (max-width: 763px) { #ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq { background-color:#ffffff;background-image:none;display:block; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container { background-color: transparent; background-image: none; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container > .video-iframe-container { display: none; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row > .video-iframe-container { display: none; }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .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); }#ghDOv5UnOGXTtm0nKOL2g9hFVtIVBvaq > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1homsowWH6ed54GFxnh5ovttey6y3WG { width:10.562rem;height:3.73730625rem;top:36.5rem;left:4.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVoeJTczta0TyRn3mP5uXNdLM9T1fsHR { width:13.75rem;height:3.73730625rem;top:54.4375rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJGgR3TkWnlipntaaNc58iGXy0QNyt6L { width:19.0625rem;height:4.875rem;top:11.25rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzP96QqZXBtnbDs8Tc4lukP0NBUlhOEQ { width:13.061rem;height:3.73730625rem;top:19.1875rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RF0fXoKBhU97fabGvb9sZ8eQQwIigmDd { display:flex;top:49.1875rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #lHgoLh2dFyJh9zPZb7PvXeJmS5DXFdGA { display:flex;top:31.375rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #qtAlnCdsaeGvwNTVtJq96PkgsLk8zRTk { width:18.125rem;height:6.75rem;top:23.4375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdZTlGcnkL0tIzrdo4HWuhn0UCEtGRfF { width:18.125rem;height:6.75rem;top:41rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na5zABX6hFiOncfCTdR1rA48lHq9Hyyd { width:18.125rem;height:6.75rem;top:58.875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lufGLiTTbd89rm7xnZbXHMMTo1zNB4ts { width:13rem;height:3.73730625rem;top:72.875rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPrwQfLE1iU0FfIf7msTZTQICpMLobV6 { width:19.375rem;height:5.0625rem;top:77.25rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vxv8kmidnWVqT8fHyoJOsW0g2hZcObbX { display:flex;top:67.9375rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #TvnpGat7KfG7wc48OX4LkQAWlrGUcN5d { width:10.375rem;height:8.4375rem;top:0.68505859375rem;left:4.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rC92ED6J0S3cpElExvopg0g8hXLZCTub { display:block; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4ZX8VOD3TGUFSiAPa6Q5SJb4ts0JarK { width:17rem;height:7.55566875rem;top:1.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 { display:flex;height:auto;width:17.5rem;top:10.82421875rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR { display:block; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrFtsdB8cO8uXnuQpI7nc6xhGxqN9Oau { width:20rem;height:5.0371125rem;top:1.23095703125rem;left:0rem;font-size:1.9375rem;font-family:raleway;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq { display:block; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM { width:20rem;height:12.5rem;top:13.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ceb72aa7-fc88-4c13-a0f2-25d0befe3b98/263177092_310710837730128_4431809219984703455_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.adaptive-delivery-prevent-bg, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyload, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga { width:20rem;height:12.5rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69df3ffa-fddc-468e-aaa9-fbdcdbf9949f/264088686_310710831063462_3652667310819090953_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.adaptive-delivery-prevent-bg, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyload, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy { display:block; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O { width:20rem;height:12.5rem;top:14.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a0214f44-a9c2-4b25-a8cb-cd10f4300bfe/264842579_310710827730129_2418967135922451075_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.adaptive-delivery-prevent-bg, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyload, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ { width:20rem;height:12.5rem;top:0.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4851d82-1fa8-4b89-b3ac-b3a198cc0588/472606393_1132017278932809_1419783130226109549_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.adaptive-delivery-prevent-bg, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyload, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw { display:block; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp { width:20rem;height:12.5rem;top:13.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fefca0ea-11ae-44c9-b345-7d6a48601ed2/260447843_310710834396795_4286322731930314991_n.jpg");background-position:bottom 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;display:block; }#ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.adaptive-delivery-prevent-bg, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyload, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL { width:20rem;height:12.5rem;top:0.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2b63736-880e-4488-9ccd-31abaca0784c/imgi_6_PXL_20221119_015642352MP1scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.adaptive-delivery-prevent-bg, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyload, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn { display:block; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJ4azLgH3T3DfPAysQOGyPNT4oFtg0tQ { width:14.375rem;height:3.125rem;top:1.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzBHkcQVvoZ4URKdRcEiu5RtpmcbOHss { display:block; }
 }@media only screen and (max-width: 763px) { #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62348052-8f27-4bc9-bab8-4153836b0ebf/1ee1f8_eba09c14692040c88b960572c1202ecd_mv2_d_4048_3036_s_4_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.adaptive-delivery-prevent-bg, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyload, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyloading { background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { background-color: transparent; background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.5); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.5); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .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); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWOoadgx6Sg2qWiAsazkl5Jl5XcrScoq { width:16.75rem;height:4.875rem;top:1.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #daTNqFsBPmNOhXmyB2IJKaPCa4QOX93D { width:20rem;height:1.625rem;top:6.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #vnLv7dxtJNQTHhiT0HLA4ekJ6J6Bvcrb { width:20rem;height:17.3125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcg62zTnatdfGILtPDsmatSHoFNTtS4 { position:relative;z-index:auto;display:block; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAXrOsRQcziTcwTMT2yguVFscTUITorm { width:8.75rem;height:2.25rem;top:3.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Jnhihsls6sQL92TA7tO7nbFpILonwc { display:block; }
 }@media only screen and (max-width: 763px) { #H26rr1h2Kl2C8vHXHsow72bBAMP7BocT { width:8.75rem;height:2.24935rem;top:1rem;left:9.125rem;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EcGiMwxQkarcDyPiI1x8EeEAI3UAN5cZ { display:block; }
 }@media only screen and (max-width: 763px) { #FDxThZA86tt1Bsd36bLOKvaLSKa6p3pw { width:2.1875rem;height:2.1875rem;top:1.125rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aESNTivwo2rCcCTrdo3x2yfVHQrUVLMh { width:2.5rem;height:2.5rem;top:0.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwHnGKVCaUkxlQfcS89UXosJmkIvmooq { width:2.4375rem;height:2.4375rem;top:3.6875rem;left:2.1875rem;display:block; }
 }