.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;
}
:root { --color-primary-0:227,233,250;--color-primary-1:170,190,241;--color-primary-2:113,146,231;--color-primary-3:0,175,255;--color-primary-4:10,160,217;--color-secondary-0:255,217,217;--color-secondary-1:255,128,128;--color-secondary-2:255,0,0;--color-secondary-3:128,0,0;--color-secondary-4:38,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:transparent;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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { 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; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { background-color: transparent; background-image: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { 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:6.75rem;width:9.625rem;top:0.375rem;left:1rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#007e1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.1875rem;left:43.4375rem;display:block; }
#sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { background-color:#007e1d;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.1875rem;left:26.5rem;display:block; }
#z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/beb0c49c-77aa-4393-aa04-0c35d144a213/AdobeStock_584179923.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.4); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.4); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { border-width: 0; border-radius: 0; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:60rem;height:54.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { color:#ffffff;display:block;width:58.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:10.4990234375rem;left:0.8056640625rem;height:9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IG22060uTPPyGqDx4vpSQ1aFqOO4uXqt { color:#ffffff;display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:22rem;left:1.7421875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t14zwvt71Qe4AaLrguTyFReFDMlhEKDG { background-color:#007e1d;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:42.3125rem;left:30.6875rem;display:block; }
#tqU1XuXl9kVt3FDM8eWrKuLZqXlyJcO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C9w4u8JTnfLqoCzTrITaaTRGUP9WuVA4 { background-color:#007e1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.3125rem;left:7.0625rem;display:block; }
#eKSsJLx5eQoLXrxOhiktUw8hSzWqlJ7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyPEC4abrw9VLeZnWpMlzgsVUTz2IGuU { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:29.375rem;left:3.5859375rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#EyPEC4abrw9VLeZnWpMlzgsVUTz2IGuU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EyPEC4abrw9VLeZnWpMlzgsVUTz2IGuU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_810cf7a65ae89f0e8975d7873bc62e45.svg); }
#GVpmkdaVBDdMoOFlfxOX0dZQfWI9Em0z { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:32.375rem;left:82.34375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { 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; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { border-width: 0; border-radius: 0; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:60rem;position:relative;display:block; }#PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.249875rem;top:14.622938156128rem;left:1.3747863769531rem;display:block; }
#Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:7.9375rem;left:0rem;height:2.95605625rem;text-align:center;text-align-last:center;color:#007e1d;font-style:normal;display:block; }
#hsdXudBs3QJDOAiUCPlPTm5hqbE61iUm { color:#02163c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L4PDKzTC5CAANuITdG21O3rZacyL4Jte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9a9a9;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; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container { background-color: transparent; background-image: none; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container > .video-iframe-container { display: none; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row > .video-iframe-container { display: none; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .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); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container { border-width: 0; border-radius: 0; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#e2Xrw3lSmdfl85fugJetuVkcOdv5zbB4 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;top:3.9375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMOG763ZyBLIFSkyziTw79cUmHIcur68 { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:17rem;left:0.59375rem;height:9.84375rem;text-align:center;text-align-last:center;display:block; }
#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd9b4c9c-ccfe-4022-a019-2e993eb97617/499130519_3969530726628672_2585319612574237746_n.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; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.62); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.62); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { border-width: 0; border-radius: 0; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::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; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { font-size:0.875rem;font-family:arial;height:72.625rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:7.0625rem;left:22.59375rem;display:block; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:35.9375rem;left:0.53125rem;height:21.63575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#Z6DJaa4fB1PP4AWLv8EHWTy5N18lC2Tq { background-color:#007e1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.474625rem;height:2.7265625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:64.5625rem;left:18.60595703125rem;display:block; }
#WnMMIe6axI8VdziBJVGe4cQTQZ1JHCeH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuf3Mulg5OaTVo0ggfqbiEVWotvVfC5T { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:2.125rem;left:0.4375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP { box-sizing:content-box;height:19.6875rem;width:14.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/531b397a-035c-49c9-b362-60b64f7c2792/486633456_1207016661425298_1719747464391997298_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:22.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP.adaptive-delivery-prevent-bg, #zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP.lazyload, #zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP.lazyloading { background-image: none; }
#yLxNpQQNxfkFIQWhoaPw2Sh6sokuTFBc { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:9.1875rem;left:15.5rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUOsOKUBLBva6gOFAUpdynShgZhbOGmU { box-sizing:content-box;height:19.625rem;width:15.0625rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6156daac-ef29-4791-8657-ecce84fcb164/68856292_2358634887718272_780412999545389056_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.8125rem;left:2.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#JUOsOKUBLBva6gOFAUpdynShgZhbOGmU.adaptive-delivery-prevent-bg, #JUOsOKUBLBva6gOFAUpdynShgZhbOGmU.lazyload, #JUOsOKUBLBva6gOFAUpdynShgZhbOGmU.lazyloading { background-image: none; }
#K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k { box-sizing:content-box;height:19.6875rem;width:14.9375rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de45b054-49c2-4329-9a9f-59ddeee96f6c/69361422_2358634824384945_420534180825268224_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.75rem;left:42.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k.adaptive-delivery-prevent-bg, #K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k.lazyload, #K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k.lazyloading { background-image: none; }
#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13f1bcd4-7124-440d-9c85-0acffb0541cc/3ff8b1e75dc24f06a8a16581795fba1b.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; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2.adaptive-delivery-prevent-bg, #ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2.lazyload, #ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2.lazyloading { background-image: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container { background-color: transparent; background-image: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container > .video-iframe-container { display: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row > .video-iframe-container { display: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .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); }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container { border-width: 0; border-radius: 0; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2::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; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container { font-size:0.875rem;font-family:arial;height:68.4375rem;width:60rem;position:relative;display:block; }#CE6EAtBCymfo3V5e5eoof3lAeDUXKylZ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:7.749rem;top:23rem;left:33.875rem;display:block; }
#N5X0mTWnxckeTlRn31rgmKWrzy8PZ91u { background-color:#007e1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:60.9375rem;left:20.59375rem;display:block; }
#a0AVM93RmB0lyax01OQTpHlZRhX3rpcq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biq4bOJER1ppE3AaA6g7Bx2G1wTsvr6a { color:#007e1d;display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.875rem;height:;text-align:center;text-align-last:center;display:block; }
#IXnrlyygRzd7ETdcRxhUtzAZ2yr9D0Zb { color:#070002;display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:34.0625rem;left:0.53125rem;height:23.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IXnrlyygRzd7ETdcRxhUtzAZ2yr9D0Zb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IXnrlyygRzd7ETdcRxhUtzAZ2yr9D0Zb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6751b36c9bc7740dc031f17fbad99862.svg); }
#gQRTmVn9W2GH3h4EzTad5ek3gOfRPTkO { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:18.1875rem;width:24.625rem;top:11.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#pCxvbrrVBmbmTdBdklrEdpbTBgvSkTdT { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:20.9375rem;width:20.9375rem;top:10.0625rem;left:4.25rem;overflow:hidden;display:block; }
#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { 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; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { background-color: transparent; background-image: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { display: none; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .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); }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { border-width: 0; border-radius: 0; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { font-size:0.875rem;font-family:arial;height:97.9375rem;width:60rem;position:relative;display:block; }#VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { color:#070002;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:16.4375rem;left:0rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbswxoBSFG89brSeRdVAKgudLuMIxSlP { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4da11346-3859-4163-838b-cf4392225063/69283771_2358634804384947_4106891167734431744_n.jpeg");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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #070002 ;height:20.6875rem;width:26.625rem;top:23.40625rem;left:2.4375rem;display:block; }#XbswxoBSFG89brSeRdVAKgudLuMIxSlP.adaptive-delivery-prevent-bg, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyload, #XbswxoBSFG89brSeRdVAKgudLuMIxSlP.lazyloading { background-image: none; }
#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/73c699ef-429e-49be-862f-078d64aedcf9/641525974_1500995412027420_7316922076050762316_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;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: 0.0625rem 0.0625rem 0.5rem #070002 ;height:20.625rem;width:26.625rem;top:23.4375rem;left:30.9375rem;display:block; }#rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.adaptive-delivery-prevent-bg, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyload, #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf.lazyloading { background-image: none; }
#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d0d72b7e-30fc-4b29-96d3-0aed0627c328/imgi_112_495150114_3954702478111497_3943059681507417337_n.jpeg");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;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: 0.0625rem 0.0625rem 0.5rem #070002 ;height:20.6875rem;width:26.625rem;top:45.75rem;left:30.9375rem;display:block; }#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.adaptive-delivery-prevent-bg, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyload, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyloading { background-image: none; }
#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aca84aed-d262-4127-b86d-f248008a4c2d/69618742_2358632484385179_1028512687341961216_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;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: 0.0625rem 0.0625rem 0.5rem #070002 ;height:20.6875rem;width:26.625rem;top:45.75rem;left:2.4375rem;display:block; }#GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.adaptive-delivery-prevent-bg, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyload, #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb.lazyloading { background-image: none; }
#EqG51fvWywSePH2wJ3V0af5485x09Lf6 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75f990e3-daf4-4132-890c-47e15130e3ff/imgi_56_497785327_3966347276947017_346335390615856803_n.jpeg");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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #070002 ;height:20.6875rem;width:26.625rem;top:68.3125rem;left:30.9375rem;display:block; }#EqG51fvWywSePH2wJ3V0af5485x09Lf6.adaptive-delivery-prevent-bg, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyload, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyloading { background-image: none; }
#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/564a28f2-6982-4aec-b1e0-c580ed2d0949/imgi_111_494692235_3954709608110784_4324949925553193234_n.jpeg");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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem #070002 ;height:20.6875rem;width:26.625rem;top:68.3125rem;left:2.4375rem;display:block; }#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.adaptive-delivery-prevent-bg, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyload, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyloading { background-image: none; }
#LzZzqpc5QT5HEm06atKq1STWUTBZbO4r { background-color:#007e1d;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:92.0625rem;left:19.8125rem;display:block; }
#NxJAJXzEVWO4XxtL5XpxaEnTk2P40qPH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { 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:12.5rem;width:17.0625rem;top:1.6875rem;left:21.46875rem;overflow:hidden;display:block; }
#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.adaptive-delivery-prevent-bg, #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.lazyload, #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W.lazyloading { background-image: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { background-color: transparent; background-image: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container > .video-iframe-container { display: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container { display: none; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .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); }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { border-width: 0; border-radius: 0; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:block; }#iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { color:#05101c;display:block;width:38.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7924361228943rem;left:10.562410354614rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .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:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .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; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .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:var(--paragraphs-font-family); }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .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; }#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.adaptive-delivery-prevent-bg, #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.lazyload, #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-trigger.lazyloading { background-image: none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { box-sizing:content-box;height:auto;width:54.7480625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:#f3f4f8;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.37451171875rem;left:1.0615234375rem;border-top:0.3125rem solid #05101c;border-left:0.3125rem solid #05101c;border-right:0.3125rem solid #05101c;border-bottom:0.3125rem solid #05101c; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #nQeXfqhX5971SD8y1EQeukBWmOnykB2f { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XKBerg7fqT53KEbXAfECWCniV1UuH7KP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #qQrQuRN39pie6ndFvg8okOdQzbxh4enL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB { display:none; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xbbP5MoufBqz31RkU5lxF70EyP69gg2o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF { display:block;position:relative; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl { display:none; }
#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b65b246-3673-4701-b286-37edcc304c8d/AdobeStock_233494396.jpeg");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; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.adaptive-delivery-prevent-bg, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyload, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyloading { background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { background-color: transparent; background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.8); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.8); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .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); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { border-width: 0; border-radius: 0; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::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; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#dIc825iqpGXrtove54uK7uQVxAz3XX4v { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:12rem;left:37.3408203125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:29.4365rem;width:25.437rem;top:1.5rem;left:33.748046875rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:20.9375rem;left:35.2783203125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:4.625rem;left:43.6845703125rem; }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.5rem;left:0.8125rem;display:block; }
#dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;display:none; }
#anAvlqHanXM9SsdlivCkvu4WRkfHumMX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { background-color: transparent; background-image: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { display: none; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .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); }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { border-width: 0; border-radius: 0; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { position:absolute;display:block;z-index:15013;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:1rem;left:0.6875rem;overflow:hidden;display:block; }
#bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.1875rem;left:3.75rem;overflow:hidden;display:block; }
#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:#007e1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.71875rem;left:44.625rem;display:block; }
#FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryVRnaRApm8LO2yGoeavgPQxzocup3sp { background-color:#007e1d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.763rem;height:2.95030625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.710693359375rem;left:30.059680938721rem;display:block; }
#dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { top:0.375rem;left:0rem;width:9.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:15.625rem;height:4.0625rem;top:2.1875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:15.625rem;height:4.0625rem;top:2.1875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:47.75rem;height:9rem;top:10.4375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG22060uTPPyGqDx4vpSQ1aFqOO4uXqt { top:22rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14zwvt71Qe4AaLrguTyFReFDMlhEKDG { width:22.1875rem;height:5rem;top:42.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqU1XuXl9kVt3FDM8eWrKuLZqXlyJcO9 { display:block; }
 }@media only screen and (max-width: 763px) { #C9w4u8JTnfLqoCzTrITaaTRGUP9WuVA4 { width:22.1875rem;height:5rem;top:42.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSsJLx5eQoLXrxOhiktUw8hSzWqlJ7M { display:block; }
 }@media only screen and (max-width: 763px) { #EyPEC4abrw9VLeZnWpMlzgsVUTz2IGuU { top:29.375rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.25rem;display:block; }#EyPEC4abrw9VLeZnWpMlzgsVUTz2IGuU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_810cf7a65ae89f0e8975d7873bc62e45.svg); }
 }@media only screen and (max-width: 763px) { #GVpmkdaVBDdMoOFlfxOX0dZQfWI9Em0z { top:33rem;left:21.0625rem;width:26.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { top:14.5625rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsdXudBs3QJDOAiUCPlPTm5hqbE61iUm { top:3.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4PDKzTC5CAANuITdG21O3rZacyL4Jte { display:block; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2Xrw3lSmdfl85fugJetuVkcOdv5zbB4 { top:3.9375rem;left:0rem;width:47.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMOG763ZyBLIFSkyziTw79cUmHIcur68 { top:17rem;left:0rem;width:47.75rem;height:9.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:12.5rem;height:0.125rem;top:7.0625rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:47.75rem;height:21.625rem;top:35.9375rem;left:0rem;font-size:1.4375rem;display:block; }#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #Z6DJaa4fB1PP4AWLv8EHWTy5N18lC2Tq { width:20.4375rem;height:2.6875rem;top:64.5625rem;left:12.48095703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMMIe6axI8VdziBJVGe4cQTQZ1JHCeH { display:block; }
 }@media only screen and (max-width: 763px) { #fuf3Mulg5OaTVo0ggfqbiEVWotvVfC5T { top:2.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP { top:12.75rem;left:16.6875rem;width:14.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLxNpQQNxfkFIQWhoaPw2Sh6sokuTFBc { top:9.1875rem;left:9.375rem;width:26.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUOsOKUBLBva6gOFAUpdynShgZhbOGmU { top:12.8125rem;left:0rem;width:15.0625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k { top:12.75rem;left:32.8125rem;width:14.9375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 { display:block; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE6EAtBCymfo3V5e5eoof3lAeDUXKylZ { width:7.6875rem;height:0.0625rem;top:23rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5X0mTWnxckeTlRn31rgmKWrzy8PZ91u { width:18.8125rem;height:4.375rem;top:60.9375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0AVM93RmB0lyax01OQTpHlZRhX3rpcq { display:block; }
 }@media only screen and (max-width: 763px) { #biq4bOJER1ppE3AaA6g7Bx2G1wTsvr6a { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXnrlyygRzd7ETdcRxhUtzAZ2yr9D0Zb { width:47.75rem;height:23.125rem;top:34.0625rem;left:0rem;font-size:1.125rem;display:block; }#IXnrlyygRzd7ETdcRxhUtzAZ2yr9D0Zb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6751b36c9bc7740dc031f17fbad99862.svg); }
 }@media only screen and (max-width: 763px) { #gQRTmVn9W2GH3h4EzTad5ek3gOfRPTkO { top:11.4375rem;left:23.125rem;width:24.625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCxvbrrVBmbmTdBdklrEdpbTBgvSkTdT { top:10.0625rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:47.75rem;height:4.6875rem;top:16.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { top:23.375rem;left:0rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { top:23.4375rem;left:21.125rem;width:26.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { top:45.75rem;left:21.125rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { top:45.75rem;left:0rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { top:68.3125rem;left:21.125rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { top:68.3125rem;left:0rem;width:26.625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzZzqpc5QT5HEm06atKq1STWUTBZbO4r { width:20.375rem;height:4rem;top:92.0625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxJAJXzEVWO4XxtL5XpxaEnTk2P40qPH { display:block; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { top:1.6875rem;left:15.34375rem;width:17.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:38.4375rem;height:3rem;top:1.75rem;left:4.4365234375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #nQeXfqhX5971SD8y1EQeukBWmOnykB2f {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XKBerg7fqT53KEbXAfECWCniV1UuH7KP {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #qQrQuRN39pie6ndFvg8okOdQzbxh4enL {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xbbP5MoufBqz31RkU5lxF70EyP69gg2o {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:18.25rem;height:6.75rem;top:12rem;left:29.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.375rem;height:29.375rem;top:1.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:22.375rem;height:1.75rem;top:20.9375rem;left:25.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:4.625rem;left:37.5595703125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:1.5rem;left:0rem;width:31.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { top:1.125rem;left:0rem;width:31.25rem;height:29.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { top:1rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { top:1.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.75rem;height:2.9375rem;top:0.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.75rem;height:2.9375rem;top:0.6875rem;left:23.934680938721rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LR0FWTih0gzD6c325F3cZaoNgFyunoZz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { background-color: transparent; background-image: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row > .video-iframe-container { display: none; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .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); }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { width:9.3125rem;height:6.5rem;top:1.28125rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:8.75rem;height:3.125rem;top:4.75rem;left:11.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:8.75rem;height:3.125rem;top:1rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MRIyw92DnJqC4SCBZG5DfO56DBUcqA { display:block; }
 }@media only screen and (max-width: 763px) { #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/beb0c49c-77aa-4393-aa04-0c35d144a213/AdobeStock_584179923.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.adaptive-delivery-prevent-bg, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyload, #FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v.lazyloading { background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { background-color: transparent; background-image: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.4); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.4); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row > .video-iframe-container { display: none; }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .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); }#FnEVwOfMcVH3aPFGVhl16FdJ7ADtH46v > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:19.375rem;height:7.3125rem;top:10.7490234375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IG22060uTPPyGqDx4vpSQ1aFqOO4uXqt { width:19rem;height:6rem;top:19.4365234375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t14zwvt71Qe4AaLrguTyFReFDMlhEKDG { width:18.75rem;height:3.75rem;top:46.375rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqU1XuXl9kVt3FDM8eWrKuLZqXlyJcO9 { display:block; }
 }@media only screen and (max-width: 763px) { #C9w4u8JTnfLqoCzTrITaaTRGUP9WuVA4 { width:18.75rem;height:3.75rem;top:50.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKSsJLx5eQoLXrxOhiktUw8hSzWqlJ7M { display:block; }
 }@media only screen and (max-width: 763px) { #EyPEC4abrw9VLeZnWpMlzgsVUTz2IGuU { width:19.1875rem;height:17.4375rem;top:26.875rem;left:0.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#EyPEC4abrw9VLeZnWpMlzgsVUTz2IGuU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_810cf7a65ae89f0e8975d7873bc62e45.svg); }
 }@media only screen and (max-width: 763px) { #GVpmkdaVBDdMoOFlfxOX0dZQfWI9Em0z { width:19.375rem;height:0;top:46.875rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { background-color:#ffffff;background-image:none;display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { background-color: transparent; background-image: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row > .video-iframe-container { display: none; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .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); }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { width:19.0625rem;height:15.75rem;top:9.125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:20rem;height:1.23751875rem;top:4.8111991882324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsdXudBs3QJDOAiUCPlPTm5hqbE61iUm { width:20rem;height:1.462675rem;top:2.4213333129883rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4PDKzTC5CAANuITdG21O3rZacyL4Jte { background-color:#a9a9a9;background-image:none;display:block; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container { background-color: transparent; background-image: none; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container > .video-iframe-container { display: none; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row > .video-iframe-container { display: none; }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .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); }#L4PDKzTC5CAANuITdG21O3rZacyL4Jte > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2Xrw3lSmdfl85fugJetuVkcOdv5zbB4 { width:20rem;height:12.9980625rem;top:2.4375rem;left:0rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #FMOG763ZyBLIFSkyziTw79cUmHIcur68 { width:19.375rem;height:16.5rem;top:17.734375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd9b4c9c-ccfe-4022-a019-2e993eb97617/499130519_3969530726628672_2585319612574237746_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.adaptive-delivery-prevent-bg, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyload, #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4.lazyloading { background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { background-color: transparent; background-image: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.72); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,22,60,0.72); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row > .video-iframe-container { display: none; }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .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); }#w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 > .row .container { width:20rem;height:134.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.7480625rem;height:0.123046875rem;top:10.1875rem;left:6.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:19.1875rem;height:42.333rem;top:16.208984375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;display:block; }#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #Z6DJaa4fB1PP4AWLv8EHWTy5N18lC2Tq { width:18.8735625rem;height:3.2485375rem;top:126.5625rem;left:0.56298828125rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #WnMMIe6axI8VdziBJVGe4cQTQZ1JHCeH { display:block; }
 }@media only screen and (max-width: 763px) { #fuf3Mulg5OaTVo0ggfqbiEVWotvVfC5T { width:18.9980625rem;height:7.3125rem;top:1.123046875rem;left:0.50048828125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP { width:15.0625rem;height:17.8125rem;top:62.875rem;left:2.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/531b397a-035c-49c9-b362-60b64f7c2792/486633456_1207016661425298_1719747464391997298_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP.adaptive-delivery-prevent-bg, #zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP.lazyload, #zhFxFSlNRonTzLNyaFPx5u9ikmHedSFP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yLxNpQQNxfkFIQWhoaPw2Sh6sokuTFBc { width:18.9375rem;height:1.3808625rem;top:12.310546875rem;left:0.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JUOsOKUBLBva6gOFAUpdynShgZhbOGmU { width:15.0625rem;height:19.625rem;top:82.75rem;left:2.46875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6156daac-ef29-4791-8657-ecce84fcb164/68856292_2358634887718272_780412999545389056_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JUOsOKUBLBva6gOFAUpdynShgZhbOGmU.adaptive-delivery-prevent-bg, #JUOsOKUBLBva6gOFAUpdynShgZhbOGmU.lazyload, #JUOsOKUBLBva6gOFAUpdynShgZhbOGmU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k { width:14.9375rem;height:19.6875rem;top:104.375rem;left:2.5625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de45b054-49c2-4329-9a9f-59ddeee96f6c/69361422_2358634824384945_420534180825268224_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k.adaptive-delivery-prevent-bg, #K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k.lazyload, #K3Xm7KyT4ZFflzGpWzaPWgBniuN1Zq7k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13f1bcd4-7124-440d-9c85-0acffb0541cc/3ff8b1e75dc24f06a8a16581795fba1b.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2.adaptive-delivery-prevent-bg, #ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2.lazyload, #ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2.lazyloading { background-image: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container { background-color: transparent; background-image: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container > .video-iframe-container { display: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row > .video-iframe-container { display: none; }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .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); }#ZZvkKIgbpQOVJ6xgXwIrTDRsEu9vIHA2 > .row .container { width:20rem;height:126.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE6EAtBCymfo3V5e5eoof3lAeDUXKylZ { width:7.7480625rem;height:0.25rem;top:12.3125rem;left:6.125rem;background-color:#070002;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) { #N5X0mTWnxckeTlRn31rgmKWrzy8PZ91u { width:18.75rem;height:5rem;top:117.1875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0AVM93RmB0lyax01OQTpHlZRhX3rpcq { display:block; }
 }@media only screen and (max-width: 763px) { #biq4bOJER1ppE3AaA6g7Bx2G1wTsvr6a { width:18.9980625rem;height:10.3984375rem;top:1rem;left:0.50048828125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXnrlyygRzd7ETdcRxhUtzAZ2yr9D0Zb { width:19.375rem;height:60.9560625rem;top:14.125rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:poppins;display:block; }#IXnrlyygRzd7ETdcRxhUtzAZ2yr9D0Zb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6751b36c9bc7740dc031f17fbad99862.svg); }
 }@media only screen and (max-width: 763px) { #gQRTmVn9W2GH3h4EzTad5ek3gOfRPTkO { width:20rem;height:14.7715rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCxvbrrVBmbmTdBdklrEdpbTBgvSkTdT { width:20rem;height:20rem;top:77.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:20rem;height:174rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:19.375rem;height:15.1875rem;top:14.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { width:19.375rem;height:20rem;top:31.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { width:19.375rem;height:20rem;top:53.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { width:19.375rem;height:20rem;top:75.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { width:19.375rem;height:20rem;top:98rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { width:19.375rem;height:20rem;top:141.8125rem;left:0.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75f990e3-daf4-4132-890c-47e15130e3ff/imgi_56_497785327_3966347276947017_346335390615856803_n.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EqG51fvWywSePH2wJ3V0af5485x09Lf6.adaptive-delivery-prevent-bg, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyload, #EqG51fvWywSePH2wJ3V0af5485x09Lf6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { width:19.375rem;height:20rem;top:119.875rem;left:0.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/564a28f2-6982-4aec-b1e0-c580ed2d0949/imgi_111_494692235_3954709608110784_4324949925553193234_n.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.adaptive-delivery-prevent-bg, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyload, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LzZzqpc5QT5HEm06atKq1STWUTBZbO4r { width:18.75rem;height:5rem;top:163.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxJAJXzEVWO4XxtL5XpxaEnTk2P40qPH { display:block; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { width:16.8125rem;height:12.3125rem;top:0.8125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { display:block; }#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:15.1248125rem;height:2.51855625rem;top:1.2500553131104rem;left:2.4370660781861rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 { display:flex;height:auto;width:16.5625rem;top:5.5170402526856rem;left:0.15625011920929rem; }
#XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #B0zAweUua0G8IfclNmu8ZVhH3nwHC0Ee {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s1ueyqzdh0mT2u0SzgK0fiMtTN1yQRJM {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #nQeXfqhX5971SD8y1EQeukBWmOnykB2f {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #uMCvddPcPFIn38nRfiCHovq8wyVcAsWD {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #s0I14qqaM4gOBT9ommwoTDFc4JZVwz0J {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #XKBerg7fqT53KEbXAfECWCniV1UuH7KP {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #qQrQuRN39pie6ndFvg8okOdQzbxh4enL {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #CDIxRSMfBeBXunMXwSx1WtTQLJ3vg3vZ {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #bO5kEo6z5uSraAtd528ySyp0ORNSi9Hl {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #QC3mh38VbdwMu5iHPlzokOKBwaU9InDB {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #xbbP5MoufBqz31RkU5lxF70EyP69gg2o {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #vC3vAK9KuetfFz7pw1U9qcvpM6HHh7QK {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #baIlz5AGswPITGBEHyT8IWTOGVdnBJTF {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #PV1ILfsImd4SAr7kVnKcLLS22Ws5ooRw {  }
 }@media only screen and (max-width: 763px) { #XaJPKMPJdFzWxFNwKXzC8g54MIW1XUr3 #T8sTTFTOBS7EsW9c51RtafIRI80zTyDl {  }
 }@media only screen and (max-width: 763px) { #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b65b246-3673-4701-b286-37edcc304c8d/AdobeStock_233494396.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.adaptive-delivery-prevent-bg, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyload, #B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA.lazyloading { background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { background-color: transparent; background-image: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.89); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,0,2,0.89); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row > .video-iframe-container { display: none; }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .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); }#B5S2ViAFysnHPpT7KOdfyh2idvfX1qQA > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:16.5625rem;height:4.875rem;top:26.685546875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:20rem;height:13.8125rem;top:21.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.8125rem;height:1.375rem;top:32.05810546875rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:4.0625rem;height:4.0625rem;top:22rem;left:7.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { width:20rem;height:17.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKo9eWiz0CvZuHp8WXH2SrNC91a4qVZR { width:20rem;height:17.5rem;top:2.0908203125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #anAvlqHanXM9SsdlivCkvu4WRkfHumMX { position:relative;z-index:auto;display:block; }#anAvlqHanXM9SsdlivCkvu4WRkfHumMX > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { width:3.3125rem;height:3.3125rem;top:3rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { width:3.125rem;height:3.125rem;top:3.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.7724775rem;height:2.96014rem;top:7.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.875rem;height:3.0625rem;top:11.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }