.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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: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:4.8125rem;width:16.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { background-color:#ffffff;background-image:none;border-top:0.1875rem solid #0100fe;border-left:0.1875rem solid #0100fe;border-right:0.1875rem solid #0100fe;border-bottom:0.1875rem solid #0100fe;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0100fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1rem;left:46.125rem;display:block; }
#sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { background-color:#0100fe;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.96875rem;left:31.75rem;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/f0a0a3c4-b4f5-48ad-bcd1-a4c09a11b903/AdobeStock_956833996.jpeg");background-position:bottom center !important;background-repeat: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(0,0,0,0.65); }#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(0,0,0,0.65); }#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:55.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { color:#ffffff;display:block;width:31.687rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:22.0625rem;left:0.125rem;height:10.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vd5b0woCSw49wch0U7poluBQzRDfdbnN { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.625rem;left:0.125rem;height:4.875rem;font-style:normal;display:block; }
#SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:34.5rem;width:26.375rem;top:11.875rem;left:33.6875rem;display:block; }
#CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { color:#141535;display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5rem;left:35.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-form-header {  }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;color:#000000;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0100fe;background-image:none;border-top:0.3125rem solid #5d92ff;border-left:0.3125rem solid #0e9ae5;border-right:0.3125rem solid #0e9ae5;border-bottom:0.3125rem solid #0e9ae5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:5rem;font-family:"open sans";overflow:hidden;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:first-of-type{padding-top:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-container:last-of-type{padding-bottom:0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.996337890625rem;left:34.530029296875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.5rem;left:34.625rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv { position:relative;display:block; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK { position:relative; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw { position:relative; }
#yyelvddoDsQKQHyshzZU9PEQDE7kSleo { background-color:#0100fe;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.75rem;left:15.75rem;display:block; }
#pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0ioyXDXb12979hTka81pkyG9eLhyoMV { background-color:#0100fe;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.75rem;left:0.125rem;display:block; }
#WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.124511875rem;width:7.749rem;top:21.4375rem;left:0.125rem;display:block; }
#Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:23.3125rem;top:11.875rem;left:0.125rem;overflow:hidden;display:block; }
#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.94);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; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { background-color: transparent; background-image: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .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); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { border-width: 0; border-radius: 0; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#chSHpTTgBVyLLwCTscEJy2ai2PmF5sJt { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0100fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:13.9375rem;left:0rem;display:block; }
#TkC31ThbME2An9czvFLai862kMK36lV9 { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/02ea8755-aff1-45ca-95bf-95eaf1610ef8/240_F_169381270_tNbcAN7bUF4bgo1AvOp3h0ITn1ZUwZhg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:9.25rem;left:8.375rem;display:block; }#TkC31ThbME2An9czvFLai862kMK36lV9.adaptive-delivery-prevent-bg, #TkC31ThbME2An9czvFLai862kMK36lV9.lazyload, #TkC31ThbME2An9czvFLai862kMK36lV9.lazyloading { background-image: none; }
#yxlWOmT9V58lZLRMt8UqHSPmyAiHBMz8 { display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.4375rem;left:1.3125rem;height:7.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbeTnSC0Gv3vl2ysRBqRfTMvqav4enGQ { display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#hraMETCyzteNseEVyInSh8sSl2zTiER4 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0100fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:13.9375rem;left:33.625rem;display:block; }
#wkJnhsQ72R30wt51DkcbzriwVZkcDHqR { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c78ca9cf-d5f6-40b2-ad0e-97f9a9b3979b/AdobeStock_396164991.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:9.25rem;left:42rem;display:block; }#wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.adaptive-delivery-prevent-bg, #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.lazyload, #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.lazyloading { background-image: none; }
#T2lGLOK5sQUNFwyr5ZT3lOqcXmDIZS6T { display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.4375rem;left:34.1240234375rem;height:7.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eaam9pS3TDKLJP1IPpKSnLeeIDzFsddJ { display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.8125rem;left:33.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#D0uRPcen0uQ2PpvpFommbOTgtSEb6pff { display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8117008209229rem;left:0rem;height:;text-align:center;text-align-last:center;color:#0100fe;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EDedwnGsFWlFWrAEcmGNGFOT4oGQUT9t { background-color:#f1dc38;background-image:none;border-top:0.25rem solid #0100fe;border-left:0.25rem solid #0100fe;border-right:0.25rem solid #0100fe;border-bottom:0.25rem solid #0100fe;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#001928;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.73258rem;height:3.73259875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.623045921326rem;left:20.593481063842rem;display:block; }
#Lg4qeSVWizdPgbadMBsX8tqBZfNCvO8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nfELdwVJn44odfFnpsHCFtr6rHsesRnO { 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; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row .container { background-color: transparent; background-image: none; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row .container > .video-iframe-container { display: none; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row > .video-iframe-container { display: none; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .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); }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row .container { border-width: 0; border-radius: 0; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row .container { font-size:0.875rem;font-family:arial;height:41.2777775rem;width:60rem;position:relative;display:block; }#VBH0TgCnw4iSRp3L5sUM5IDtJTL6c44D { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.5rem;top:12.625rem;left:0rem;display:block; }
#T2SAh5K4OaDcK1xRXy4dcsr18DknRUfL { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.562282562256rem;left:0.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzg8ful6Sr8NsESahXPnhbPHvoV2PwzH { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.125rem;left:1.125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHess49IcrcUquAeGK1ZlzUsefMDNznJ { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z27QKTqa7r4LsTckD7cXpz7uMJvoAokW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:14.875rem;left:5.687255859375rem; }
#T0RNLgdtPUktaLzA50HiyCd67ZppUZM9 { position:absolute;display:block;z-index:15026;background-color:#f1dc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.56241125rem;width:1.06223125rem;top:16.8125rem;left:5.6875rem;display:block; }
#TiHmPcgDCJcE8NvNyC9qQ6DwGJ94tFM6 { position:absolute;display:block;z-index:15007;background-color:#f1dc38;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:15.375rem;left:7.5rem;display:block; }
#W2x5VyTRAi9TLT8mRgKn89bfMynssxLQ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.5rem;top:12.6875rem;left:15.5625rem;display:block; }
#EH3TDwEGaphpulrHICf9KAV8mGxE5qgd { position:absolute;display:block;z-index:15010;background-color:#0100fe;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:13.5623125rem;top:29.131946563721rem;left:15.7177734375rem;display:block; }
#vDqXHOI04TdCXW8mN0u3uF6fOGRcACvi { color:#333333;display:block;width:12.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.125rem;left:16.4375rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rg5nygrc6fp6ZfSDv1csTs53hRxsAayo { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5625rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mObdvdTKA3TzRtQ95nWOWxwTDMIFKJ38 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:14.875rem;left:21.25rem; }
#IE7hdO61Irv4WbtMhpxQgodzLa53avMK { position:absolute;display:block;z-index:15033;background-color:#f1dc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:16.875rem;left:21.25rem;display:block; }
#GpF1GJcBSJ1rIQUWKOErH4PhPTxmyGw3 { position:absolute;display:block;z-index:15014;background-color:#f1dc38;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.4375rem;left:23.0625rem;display:block; }
#OyW18ylaJSo6Qxa7W6n3pcxUwzTVID7H { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.499875rem;top:12.624240875244rem;left:30.575630187988rem;display:block; }
#uAs1mKhVEgyNmTNNq2p1DJQOr55X77Wk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:14.875rem;left:36.25rem; }
#WHRT49X3Mn1h5G9FsWkHPiQaifynNV2Z { position:absolute;display:block;z-index:15021;background-color:#f1dc38;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.4375rem;left:38.125rem;display:block; }
#lFPrBR5HPyoq9N1diqMEO3yNNLk1coJk { position:absolute;display:block;z-index:15040;background-color:#f1dc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:16.875rem;left:36.3125rem;display:block; }
#vsKpBr6K4XhruMSyhDHzLQOSXJ8sR4Fb { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.5rem;top:12.6875rem;left:45.5625rem;display:block; }
#xn90sPrGIZzJz20fFogmosJoeWVrXwWt { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.5625rem;left:31rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJa46og1A8EQe2BEcxaMIgwOwvNTPM9A { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.5625rem;left:45.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hicv9h8eSFeC8QL10C0fXzkAGpgpWLO0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:14.875rem;left:51.25rem; }
#WO9xwcS2zaSlA6pgle4suDTTzeydsW39 { position:absolute;display:block;z-index:15047;background-color:#f1dc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:16.875rem;left:51.25rem;display:block; }
#byx3BDfdbWXLTM7u60VaT3PLuzNkylkP { position:absolute;display:block;z-index:15028;background-color:#f1dc38;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:15.4375rem;left:53.0625rem;display:block; }
#c7f8qZ1214eZHXzytAqyRc8KIdCeVnFH { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:22.1875rem;left:31.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cR8leWcRiZ3WtZWU6rGoHEBDLtRl2Idw { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:22.1875rem;left:46.6875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfhKspgp7MqnZ0pZ8MSqfbHO3Lmu4Hlf { position:absolute;display:block;z-index:15017;background-color:#0100fe;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:13.5623125rem;top:29.131946563721rem;left:30.7177734375rem;display:block; }
#k0l8H3aSS3nnZy7J5xT9shu3n7oA9x4m { position:absolute;display:block;z-index:15024;background-color:#0100fe;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:13.5623125rem;top:29.1943359375rem;left:45.718315124512rem;display:block; }
#Z6DJaa4fB1PP4AWLv8EHWTy5N18lC2Tq { background-color:#0100fe;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.62255859375rem;left:21.09375rem;display:block; }
#WnMMIe6axI8VdziBJVGe4cQTQZ1JHCeH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdhCr0KHAT8TGNFl0iW5WRlkozMviuef { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:4.810791015625rem;left:9.6875rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfDT4ihBC2sJDi8QNPgvSxXaeQIu1qvU { position:absolute;display:block;z-index:15004;background-color:#0100fe;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.124240625rem;width:13.56175rem;top:29.132488250733rem;left:0rem;display:block; }
#b6xHSTm5opvzMhepDzqlyE0Oflb52S2u { color:#000000;display:block;width:44.9365rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.549480438233rem;left:7.5314674377444rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d560a946-1e6f-49d7-917d-19c39f732d94/AdobeStock_235395112.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; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.adaptive-delivery-prevent-bg, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyload, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyloading { background-image: none; }#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.68); }#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.68); }#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::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; }#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:45.5rem;width:60rem;position:relative;display:block; }#PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.25rem;top:13.3125rem;left:1.375rem;display:block; }
#Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.75rem;left:1.375rem;height:1.23779375rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#XVogEu937uioXMRMZkw35esbK4IahoBf { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.375rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;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/9f74d321-f557-4ed2-afd8-c8897b3e44b3/297246307_544065850843286_7461112866924480336_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(1,0,254,0.86); }#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(1,0,254,0.86); }#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:58rem;width:60rem;position:relative;display:block; }#haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:7.75rem;top:1.75rem;left:34.5625rem;display:block; }
#rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:34.56231880188rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { color:#ffffff;display:block;width:25.43725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:11.171431541443rem;left:34.56231880188rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:20.875rem;width:15.625rem;top:5.91064453125rem;left:16.746826171875rem;overflow:hidden;display:block; }
#Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:20.875rem;width:15.625rem;top:5.912109375rem;left:0rem;overflow:hidden;display:block; }
#g09McViFsRFvezBhQNpuVAfH04GazIPs { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #141535;border-left:0.1875rem solid #141535;border-right:0.1875rem solid #141535;border-bottom:0.1875rem solid #141535;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#141535;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7204375rem;height:2.90869375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.74560546875rem;left:34.561767578125rem;display:block; }
#xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whbZu8LDNStMt0mztySkh2DTFTmm5iiU { color:#ffffff;display:block;width:25.43725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:27.186167240143rem;left:34.56231880188rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
#F15VbPxe4Fmm1cFREV01OtMNXApkKzp4 { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:20.875rem;width:15.625rem;top:30.79345703125rem;left:16.746826171875rem;overflow:hidden;display:block; }
#pkJTVPb4AKwCgFoWEodqrUNZ9IFCPoko { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:20.875rem;width:15.625rem;top:30.79345703125rem;left:0rem;overflow:hidden;display:block; }
#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { 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; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { background-color: transparent; background-image: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { display: none; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .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); }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { border-width: 0; border-radius: 0; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#X1fshgXUt24fMUcNvH8CitCovQzOg9ls { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:30.3125rem;top:4.718017578125rem;left:0rem;overflow:hidden;display:block; }
#BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { color:#0100fe;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9374084472656rem;left:33.749998092651rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { position:absolute;display:block;z-index:15004;background-color:#0100fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24991125rem;width:4.6875rem;top:8.77912902832rem;left:33.749998092651rem;display:block; }
#VnvHB3zI54u6enLat4d6ESII6vH7ayEi { color:#4a4849;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.2685546875rem;left:33.748779296875rem;height:22.09664375rem;display:block; }
#FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { background-color:#0100fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f1dc38;border-left:0.25rem solid #f1dc38;border-right:0.25rem solid #f1dc38;border-bottom:0.25rem solid #f1dc38;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.531rem;height:3.4682625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.701171875rem;left:33.748779296875rem;display:block; }
#FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF1VZnbtT73A8964gKfGO7POadVWXxrl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0100fe;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; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { background-color: transparent; background-image: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container { display: none; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .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); }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { border-width: 0; border-radius: 0; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #313131 ;height:0.375rem;width:46rem;top:31.875rem;left:6.6875rem;display:block; }
#m2IqstKzCx5cayAieiVJetZgNwIO5rqn { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #313131 ;height:1.5625rem;width:1.5625rem;top:30.9375rem;left:6.375rem;display:block; }
#dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #313131 ;height:2.3125rem;width:2.3125rem;top:30.9375rem;left:51.75rem;display:block; }
#lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #313131;top:34.9365234375rem;left:25.3125rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { color:#ffffff;display:block;width:11.4999375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #313131;top:34.9375rem;left:47.125rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #313131;top:17.3125rem;left:0.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { color:#ffffff;display:block;width:13.0624375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #313131;top:34.9375rem;left:2.25rem;height:3.736325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #313131 ;height:2.31079375rem;width:2.31079375rem;top:30.906982421875rem;left:28.5302734375rem;display:block; }
#QuBZviPAAkiVga395eWrCuyeKNTHSAQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.3125rem;left:5.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #313131); }
#TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.12426875rem;width:6.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.311767578125rem;left:26.937255859375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #313131); }
#ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.124825rem;width:6.124825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.3125rem;left:49.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #313131); }
#fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#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:11.74925rem;width:39.375rem;top:2.967529296875rem;left:9.998779296875rem;overflow:hidden;display:block; }
#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { 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; }#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:104rem;width:60rem;position:relative;display:block; }#VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { color:#0100fe;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { color:#232b3e;display:block;width:18.87475rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.4375rem;left:20.5625rem;height:2.923825rem;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/b620272e-9d5b-4dc6-af3c-8a5f1d67298a/528175905_768049905780196_2902736707844846702_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 rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:12.0625rem;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/73bcbf5a-40c2-4cd4-be98-a011aa2c112b/528734593_768049902446863_4873881840432081125_n.jpg");background-position:top 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 rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:12.0625rem;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/e0f4a908-2be1-498c-babe-38bbbcf19687/519406530_748687424383111_1990765675217645424_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 rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:34.375rem;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/87dcde1b-3d64-49f9-8d36-f2fce16a0615/516585838_748687361049784_5867987256800996453_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 rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:34.375rem;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/8f0e6433-6535-4410-8fb7-e50461069597/534813486_778431061408747_978968024198755780_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 rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:56.9375rem;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/a6a4f132-6437-4fde-9f4d-52ce39215fe7/534993249_778431051408748_3667258518424432145_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 rgba(0,0,0,0.5) ;height:20.6875rem;width:26.625rem;top:56.9375rem;left:2.4375rem;display:block; }#Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.adaptive-delivery-prevent-bg, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyload, #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW.lazyloading { background-image: none; }
#RTWZwyo9mX6AJ3akoI7dp1kPkFlPJwvw { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/feba8fb4-46cd-4bcd-86c0-85dc102132f4/480124671_638382392080282_6878791572163304311_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 rgba(0,0,0,0.5) ;height:20.68725rem;width:26.62475rem;top:79.874267578125rem;left:2.435302734375rem;display:block; }#RTWZwyo9mX6AJ3akoI7dp1kPkFlPJwvw.adaptive-delivery-prevent-bg, #RTWZwyo9mX6AJ3akoI7dp1kPkFlPJwvw.lazyload, #RTWZwyo9mX6AJ3akoI7dp1kPkFlPJwvw.lazyloading { background-image: none; }
#tzweXcAQZOCbTKXlq1MXmCLqoFI9MkXH { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6672b4a5-6200-48de-be06-2f7d5ad5b708/477776621_638382368746951_4747102618083238645_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 rgba(0,0,0,0.5) ;height:20.68725rem;width:26.62475rem;top:79.951171875rem;left:30.936279296875rem;display:block; }#tzweXcAQZOCbTKXlq1MXmCLqoFI9MkXH.adaptive-delivery-prevent-bg, #tzweXcAQZOCbTKXlq1MXmCLqoFI9MkXH.lazyload, #tzweXcAQZOCbTKXlq1MXmCLqoFI9MkXH.lazyloading { background-image: none; }
#tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0100fe;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.25rem;width:60rem;position:relative;display:block; }#iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { color:#ffffff;display:block;width:38.499625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #4a4849;top:1.7924361228943rem;left:10.562410354614rem;height:6.011725rem;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:#ffffff;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:poppins; }
#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:poppins; }
#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:57.1228125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.25rem;left:0rem; }
#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/46a88ba6-376c-41d6-a54b-67a540291f6d/AdobeStock_505427351.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(0,0,0,0.5); }#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(0,0,0,0.5); }#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:#000000;display:block;width:17.24975rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:6.4990234375rem;left:38.092041015625rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.4375rem;width:25.4375rem;top:1.0625rem;left:34rem;display:block; }
#h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:27.1875rem;left:35.9375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { color:#000000;display:block;width:15.062125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:11.463955879211rem;left:39.18678855896rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
#hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.75rem;left:44.6875rem; }
#GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { position:absolute;display:block;z-index:15009;height:29.4375rem;width:31.25rem;top:1.15625rem;left:0.99964332580569rem;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:#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;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.125rem;left:3.5625rem;overflow:hidden;display:block; }
#J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { background-color:#f1dc38;background-image:none;border-top:0.125rem solid #5069ab;border-left:0.125rem solid #5069ab;border-right:0.125rem solid #5069ab;border-bottom:0.125rem solid #5069ab;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#0100fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.65625rem;left:45rem;display:block; }
#FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryVRnaRApm8LO2yGoeavgPQxzocup3sp { background-color:#0100fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f1dc38;border-left:0.25rem solid #f1dc38;border-right:0.25rem solid #f1dc38;border-bottom:0.25rem solid #f1dc38;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.65607452392575rem;left:30.499376296997rem;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:0rem;left:0rem;width:16.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:13.875rem;height:3.0625rem;top:1rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:13.875rem;height:3.0625rem;top:0.9375rem;left:25.625rem;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:31.625rem;height:10.0625rem;top:22.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:25rem;height:4.8125rem;top:33.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:26.3125rem;height:34.4375rem;top:11.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:21.875rem;height:2.5625rem;top:13.5rem;left:25.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { width:22.0625rem;height:auto;top:14.9375rem;left:23.1875rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { width:22rem;height:26.25rem;top:17.5rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw {  }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:13.8125rem;height:3rem;top:42.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.8125rem;height:3rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.6875rem;height:0.0625rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { top:11.875rem;left:0rem;width:23.25rem;height:6.8567889583579rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl { display:block; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chSHpTTgBVyLLwCTscEJy2ai2PmF5sJt { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkC31ThbME2An9czvFLai862kMK36lV9 { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxlWOmT9V58lZLRMt8UqHSPmyAiHBMz8 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbeTnSC0Gv3vl2ysRBqRfTMvqav4enGQ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraMETCyzteNseEVyInSh8sSl2zTiER4 { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lGLOK5sQUNFwyr5ZT3lOqcXmDIZS6T { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaam9pS3TDKLJP1IPpKSnLeeIDzFsddJ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0uRPcen0uQ2PpvpFommbOTgtSEb6pff { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDedwnGsFWlFWrAEcmGNGFOT4oGQUT9t { width:18.6875rem;height:3.6875rem;top:33.5625rem;left:14.468481063842rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lg4qeSVWizdPgbadMBsX8tqBZfNCvO8w { display:block; }
 }@media only screen and (max-width: 763px) { #nfELdwVJn44odfFnpsHCFtr6rHsesRnO { display:block; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBH0TgCnw4iSRp3L5sUM5IDtJTL6c44D { width:13.5rem;height:16.25rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SAh5K4OaDcK1xRXy4dcsr18DknRUfL { width:13.125rem;height:3.1875rem;top:18.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzg8ful6Sr8NsESahXPnhbPHvoV2PwzH { width:11.625rem;height:5.5625rem;top:22.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHess49IcrcUquAeGK1ZlzUsefMDNznJ { width:47.75rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z27QKTqa7r4LsTckD7cXpz7uMJvoAokW { width:2.5rem;height:2.5rem;top:14.875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RNLgdtPUktaLzA50HiyCd67ZppUZM9 { width:1rem;height:0.5rem;top:16.8125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiHmPcgDCJcE8NvNyC9qQ6DwGJ94tFM6 { width:1.3125rem;height:1.3125rem;top:15.375rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2x5VyTRAi9TLT8mRgKn89bfMynssxLQ { width:13.5rem;height:16.25rem;top:12.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH3TDwEGaphpulrHICf9KAV8mGxE5qgd { width:13.5rem;height:0.0625rem;top:29.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDqXHOI04TdCXW8mN0u3uF6fOGRcACvi { width:12.0625rem;height:7rem;top:22.0625rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg5nygrc6fp6ZfSDv1csTs53hRxsAayo { width:13.125rem;height:3.1875rem;top:18.5rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mObdvdTKA3TzRtQ95nWOWxwTDMIFKJ38 { width:2.5rem;height:2.5rem;top:14.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7hdO61Irv4WbtMhpxQgodzLa53avMK { width:1rem;height:0.5rem;top:16.875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpF1GJcBSJ1rIQUWKOErH4PhPTxmyGw3 { width:1.3125rem;height:1.3125rem;top:15.4375rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyW18ylaJSo6Qxa7W6n3pcxUwzTVID7H { width:13.4375rem;height:16.25rem;top:12.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAs1mKhVEgyNmTNNq2p1DJQOr55X77Wk { width:2.5rem;height:2.5rem;top:14.875rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHRT49X3Mn1h5G9FsWkHPiQaifynNV2Z { width:1.3125rem;height:1.3125rem;top:15.4375rem;left:30.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFPrBR5HPyoq9N1diqMEO3yNNLk1coJk { width:1rem;height:0.5rem;top:16.875rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsKpBr6K4XhruMSyhDHzLQOSXJ8sR4Fb { width:13.5rem;height:16.25rem;top:12.6875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn90sPrGIZzJz20fFogmosJoeWVrXwWt { width:13.125rem;height:3.1875rem;top:18.5rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJa46og1A8EQe2BEcxaMIgwOwvNTPM9A { width:13.125rem;height:3.1875rem;top:18.5rem;left:34.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hicv9h8eSFeC8QL10C0fXzkAGpgpWLO0 { width:2.5rem;height:2.5rem;top:14.875rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO9xwcS2zaSlA6pgle4suDTTzeydsW39 { width:1rem;height:0.5rem;top:16.875rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byx3BDfdbWXLTM7u60VaT3PLuzNkylkP { width:1.3125rem;height:1.3125rem;top:15.4375rem;left:42.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7f8qZ1214eZHXzytAqyRc8KIdCeVnFH { width:11.5625rem;height:5.5625rem;top:22.1875rem;left:24.093017578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8leWcRiZ3WtZWU6rGoHEBDLtRl2Idw { width:11.5625rem;height:5.5625rem;top:22.1875rem;left:35.96826171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfhKspgp7MqnZ0pZ8MSqfbHO3Lmu4Hlf { width:13.5rem;height:0.0625rem;top:29.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0l8H3aSS3nnZy7J5xT9shu3n7oA9x4m { width:13.5rem;height:0.0625rem;top:29.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6DJaa4fB1PP4AWLv8EHWTy5N18lC2Tq { width:17.8125rem;height:3.25rem;top:35.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMMIe6axI8VdziBJVGe4cQTQZ1JHCeH { display:block; }
 }@media only screen and (max-width: 763px) { #gdhCr0KHAT8TGNFl0iW5WRlkozMviuef { width:40.625rem;height:4.1875rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfDT4ihBC2sJDi8QNPgvSxXaeQIu1qvU { width:13.5rem;height:0.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6xHSTm5opvzMhepDzqlyE0Oflb52S2u { width:44.875rem;height:1.375rem;top:31.5rem;left:0rem;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:13.3125rem;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) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:34.125rem;height:5.5rem;top:4.6875rem;left:0rem;font-size:1.5625rem;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:7.75rem;height:0.125rem;top:1.75rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:25.3125rem;height:;top:2.1875rem;left:22.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:25.375rem;height:14.9375rem;top:11.125rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:15.625rem;height:20.875rem;top:5.875rem;left:10.621826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { width:15.625rem;height:20.875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.6875rem;height:2.875rem;top:51.6875rem;left:28.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #whbZu8LDNStMt0mztySkh2DTFTmm5iiU { width:25.375rem;height:;top:27.125rem;left:22.375rem;font-size:1rem;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
 }@media only screen and (max-width: 763px) { #F15VbPxe4Fmm1cFREV01OtMNXApkKzp4 { width:15.625rem;height:20.875rem;top:30.75rem;left:10.621826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkJTVPb4AKwCgFoWEodqrUNZ9IFCPoko { width:15.625rem;height:20.875rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { top:4.6875rem;left:0rem;width:30.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { top:1.875rem;left:21.5rem;width:26.25rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { top:8.75rem;left:24.562498092651rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { top:10.25rem;left:21.375rem;width:26.375rem;height:22.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.5rem;height:3.4375rem;top:33.6875rem;left:24.561279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { top:31.875rem;left:0.5625rem;width:45.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { top:30.9375rem;left:0.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { top:30.9375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { top:34.875rem;left:19.1875rem;width:9.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { top:34.9375rem;left:36.3125rem;width:11.4375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { top:17.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { top:34.9375rem;left:0rem;width:13rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { top:30.875rem;left:22.4052734375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { top:23.3125rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { top:23.25rem;left:20.812255859375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { top:23.3125rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:none; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:none; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { top:2.9375rem;left:3.873779296875rem;width:39.375rem;height:11.74925rem;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:3.0625rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:18.8125rem;height:2.875rem;top:6.375rem;left:14.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { top:12.0625rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { top:12.0625rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { top:34.375rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { top:34.375rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { top:56.9375rem;left:21.1875rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { top:56.9375rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWZwyo9mX6AJ3akoI7dp1kPkFlPJwvw { top:79.8125rem;left:0rem;width:26.5625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzweXcAQZOCbTKXlq1MXmCLqoFI9MkXH { top:79.9375rem;left:21.1875rem;width:26.5625rem;height:20.625rem;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:6rem;top:1.75rem;left:4.4374103546142rem;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:17.1875rem;height:3.25rem;top:6.4375rem;left:30.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:25.4375rem;height:29.4375rem;top:1.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:21.5625rem;height:1.375rem;top:27.1875rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:15rem;height:;top:11.4375rem;left:32.75rem;font-size:1.125rem;display:block; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { top:1.75rem;left:38.5625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqgoBIv9iXgz1MOZq69NVWM5f8BiCuku { top:1.125rem;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.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.875rem;height:3.0625rem;top:0.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNTTQsWXkU4F0FAbtHknipFHo1tpv5bl { display:block; }
 }@media only screen and (max-width: 763px) { #ryVRnaRApm8LO2yGoeavgPQxzocup3sp { width:13.75rem;height:3.0625rem;top:0.625rem;left:24.374376296997rem;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;display:block; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz { border-width: 0; border-radius: 0; }#LR0FWTih0gzD6c325F3cZaoNgFyunoZz > .row .container { width:20rem;height:10.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBgNdNp494Qb1gCIKdQGmON0R10tgKTg { width:16.93725rem;height:4.6875rem;top:0rem;left:1.529541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGcAQJm332rzyuBTSOx35y8IDGmMqOGk { width:16.875rem;height:2.4375rem;top:7.6873779296875rem;left:1.5616122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgpa3XtnO6ITvIG8no7vJl0U5aEDBKwX { display:block; }
 }@media only screen and (max-width: 763px) { #uamnvJVBd89zpgucm6LdJHT7S05SnpJ2 { width:16.875rem;height:2.4374125rem;top:4.9375rem;left:1.5616122484207rem;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/1c17834a-d77a-4874-9211-9786214ee11c/placeholder1024x1024.png");background-position:center left !important;background-repeat: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: #0100fe; }#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: #0100fe; }#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:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6wUPfP2WC6xcMcJ4QmlpwGvRncRMLdx { width:20rem;height:6.75rem;top:11.98974609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vd5b0woCSw49wch0U7poluBQzRDfdbnN { width:20rem;height:0;top:22.723720550537rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIAL3rEnmUAgKR1wLELPnMzCxPNinTQB { width:19.75rem;height:33.6875rem;top:19.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvgecHHT5KpFH6oq6bJeDhAqcwB1nKP { width:20rem;height:4.5rem;top:20.452880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ  { width:17.5rem;height:auto;top:25.25rem;left:0rem; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ {display:block;}#WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ { width:17.5rem;height:auto;top:25.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #oAEoCwpKy6MuRKaxEV64cA26A10Hppaq {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MeQrfo8DTGoRGKWAlx2LGl3dsABOtkMu {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #qa0ciCw3UTnEWTfSDEE7Zh7INImn4N4G {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #MDamiXzkHT8GXslQ5FUxzBtDyVSDEMHT {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #o306TZQyrc7MkyUG3arS1UBxrZNSgLAS {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #tgcRWKK4TwSUq32rBDuDZ8hnmpS3F5Xy {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #POWmPGx86FZaIon67XmJHUeuXn3LMC0a {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #cSUHZoEuvvoIBKaiBbtOhnZVKycCcGUL {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #DhtMsKA8STkSRbUz9Q2UE25XbwMiTCes {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Tiqx8q9UoxpeSVXDT7J9b6QupaqaU16I {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #zlDSDwBwaDPQ5srW3bH5mKWPrnV5sfMv {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #Ks7mpmCPSH0mZRfFU9CxNP6ODVZZZ7mM {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #FJKRzcf1wfXkyxBu0mUfRQ8qyTmzTfpK {  }
 }@media only screen and (max-width: 763px) { #WVHJIzKw2kU8qLXbUmGr4w2zaz3oyqnQ #voyy6fTReT6loS0XIsEmfcBuuLGkBDZw {  }
 }@media only screen and (max-width: 763px) { #yyelvddoDsQKQHyshzZU9PEQDE7kSleo { width:13.8125rem;height:3rem;top:42.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMrCtcV2t9myOHK3IesdaJ5TkmHD44l6 { display:block; }
 }@media only screen and (max-width: 763px) { #T0ioyXDXb12979hTka81pkyG9eLhyoMV { width:13.8125rem;height:3rem;top:42.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJM1WI0a4qDOvMdCZ1Ccx9ZgDxtPofMe { display:block; }
 }@media only screen and (max-width: 763px) { #qDi0s0pC0QxBR2zLgvP4vG5lhFJSJU35 { width:7.75rem;height:0.125rem;top:11.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy2BkiTDUm38ewWrSr8Hpgt2Qr3075Jh { width:20rem;height:5.8983130824584rem;top:11.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl { background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { background-color: transparent; background-image: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row > .video-iframe-container { display: none; }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .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); }#IOB09XnnAPQXJTPzqmF9RqinS3RWhJJl > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chSHpTTgBVyLLwCTscEJy2ai2PmF5sJt { width:18.75rem;height:16.8125rem;top:14.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkC31ThbME2An9czvFLai862kMK36lV9 { width:6.25rem;height:6.25rem;top:33rem;left:6.625rem;z-index:15008;border-top:0.25rem solid #c8c8c8;border-left:0.25rem solid #c8c8c8;border-right:0.25rem solid #c8c8c8;border-bottom:0.25rem solid #c8c8c8;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74bca351-c5db-48e7-8547-4ef7d1ce8160/AdobeStock_39616499.jpeg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TkC31ThbME2An9czvFLai862kMK36lV9.adaptive-delivery-prevent-bg, #TkC31ThbME2An9czvFLai862kMK36lV9.lazyload, #TkC31ThbME2An9czvFLai862kMK36lV9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yxlWOmT9V58lZLRMt8UqHSPmyAiHBMz8 { width:17.5rem;height:9.84375rem;top:20.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zbeTnSC0Gv3vl2ysRBqRfTMvqav4enGQ { width:17.5rem;height:1.7871125rem;top:18.18603515625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hraMETCyzteNseEVyInSh8sSl2zTiER4 { width:18.875rem;height:16.8125rem;top:36.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR { width:6.25rem;height:6.25rem;top:10.5rem;left:6.75rem;border-top:0.25rem solid #c8c8c8;border-left:0.25rem solid #c8c8c8;border-right:0.25rem solid #c8c8c8;border-bottom:0.25rem solid #c8c8c8;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02ea8755-aff1-45ca-95bf-95eaf1610ef8/240_F_169381270_tNbcAN7bUF4bgo1AvOp3h0ITn1ZUwZhg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.adaptive-delivery-prevent-bg, #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.lazyload, #wkJnhsQ72R30wt51DkcbzriwVZkcDHqR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T2lGLOK5sQUNFwyr5ZT3lOqcXmDIZS6T { width:18.0615rem;height:9.1875rem;top:43.49853515625rem;left:0.968017578125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Eaam9pS3TDKLJP1IPpKSnLeeIDzFsddJ { width:18.4375rem;height:1.7871125rem;top:40.687255859375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0uRPcen0uQ2PpvpFommbOTgtSEb6pff { width:20rem;height:7.7988125rem;top:1.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDedwnGsFWlFWrAEcmGNGFOT4oGQUT9t { width:15.838875rem;height:2.90185625rem;top:56.1865234375rem;left:2.032470703125rem;font-size:1.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Lg4qeSVWizdPgbadMBsX8tqBZfNCvO8w { display:block; }
 }@media only screen and (max-width: 763px) { #nfELdwVJn44odfFnpsHCFtr6rHsesRnO { display:block; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO { border-width: 0; border-radius: 0; }#nfELdwVJn44odfFnpsHCFtr6rHsesRnO > .row .container { width:20rem;height:114.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBH0TgCnw4iSRp3L5sUM5IDtJTL6c44D { width:16.5625rem;height:18.75rem;top:24.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SAh5K4OaDcK1xRXy4dcsr18DknRUfL { width:13.125rem;height:3.898925rem;top:31.5625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzg8ful6Sr8NsESahXPnhbPHvoV2PwzH { width:13.936875rem;height:6.796875rem;top:35.4375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHess49IcrcUquAeGK1ZlzUsefMDNznJ { width:18.4995rem;height:7.875rem;top:2.435546875rem;left:0.7490234375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z27QKTqa7r4LsTckD7cXpz7uMJvoAokW { width:3.9999125rem;height:3.9999125rem;top:26.5625rem;left:7.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RNLgdtPUktaLzA50HiyCd67ZppUZM9 { width:1.3125rem;height:0.625rem;top:29.875rem;left:7.25rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TiHmPcgDCJcE8NvNyC9qQ6DwGJ94tFM6 { width:1.6875rem;height:1.6875rem;top:28.6875rem;left:11.1875rem;background-color:#000000;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) { #W2x5VyTRAi9TLT8mRgKn89bfMynssxLQ { width:16.5625rem;height:18.75rem;top:45.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH3TDwEGaphpulrHICf9KAV8mGxE5qgd { width:16.6875rem;height:0.12473375rem;top:64.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDqXHOI04TdCXW8mN0u3uF6fOGRcACvi { width:13.87475rem;height:8.496125rem;top:55.875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg5nygrc6fp6ZfSDv1csTs53hRxsAayo { width:13.125rem;height:3.898925rem;top:51.5625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mObdvdTKA3TzRtQ95nWOWxwTDMIFKJ38 { width:4rem;height:4rem;top:47.375rem;left:7.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7hdO61Irv4WbtMhpxQgodzLa53avMK { width:1.3125rem;height:0.625rem;top:50.1875rem;left:7.25rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GpF1GJcBSJ1rIQUWKOErH4PhPTxmyGw3 { width:1.6875rem;height:1.6875rem;top:48.5rem;left:11.1875rem;background-color:#000000;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) { #OyW18ylaJSo6Qxa7W6n3pcxUwzTVID7H { width:16.5625rem;height:18.75rem;top:66.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAs1mKhVEgyNmTNNq2p1DJQOr55X77Wk { width:4rem;height:4rem;top:68.25rem;left:7.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHRT49X3Mn1h5G9FsWkHPiQaifynNV2Z { width:1.6875rem;height:1.6875rem;top:70.625rem;left:11.125rem;background-color:#000000;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) { #lFPrBR5HPyoq9N1diqMEO3yNNLk1coJk { width:1.3125rem;height:0.5625rem;top:70.875rem;left:7.3125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vsKpBr6K4XhruMSyhDHzLQOSXJ8sR4Fb { width:16.5625rem;height:18.75rem;top:87.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn90sPrGIZzJz20fFogmosJoeWVrXwWt { width:13.125rem;height:3.898925rem;top:72.25rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJa46og1A8EQe2BEcxaMIgwOwvNTPM9A { width:13.125rem;height:3.898925rem;top:94rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hicv9h8eSFeC8QL10C0fXzkAGpgpWLO0 { width:3.9999125rem;height:3.9999125rem;top:89.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO9xwcS2zaSlA6pgle4suDTTzeydsW39 { width:1.31214375rem;height:0.625rem;top:92.6875rem;left:7.4375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #byx3BDfdbWXLTM7u60VaT3PLuzNkylkP { width:1.68723125rem;height:1.68723125rem;top:91.8125rem;left:11.0625rem;background-color:#000000;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) { #c7f8qZ1214eZHXzytAqyRc8KIdCeVnFH { width:14.437125rem;height:6.796875rem;top:76.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8leWcRiZ3WtZWU6rGoHEBDLtRl2Idw { width:14.9374375rem;height:6.796875rem;top:98.375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfhKspgp7MqnZ0pZ8MSqfbHO3Lmu4Hlf { width:16.6875rem;height:0.12473375rem;top:85.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0l8H3aSS3nnZy7J5xT9shu3n7oA9x4m { width:16.68725rem;height:0.12473375rem;top:106.4375rem;left:1.6875rem;background-color:#0100fe;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) { #Z6DJaa4fB1PP4AWLv8EHWTy5N18lC2Tq { width:16.2098525rem;height:3.27264rem;top:108.1875rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMMIe6axI8VdziBJVGe4cQTQZ1JHCeH { display:block; }
 }@media only screen and (max-width: 763px) { #gdhCr0KHAT8TGNFl0iW5WRlkozMviuef { width:18.8115rem;height:11.15625rem;top:12.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EfDT4ihBC2sJDi8QNPgvSxXaeQIu1qvU { width:16.6875rem;height:0.125rem;top:43.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6xHSTm5opvzMhepDzqlyE0Oflb52S2u { width:18.8733125rem;height:0;top:34.140625rem;left:1.12548828125rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:poppins;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d560a946-1e6f-49d7-917d-19c39f732d94/AdobeStock_235395112.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.adaptive-delivery-prevent-bg, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyload, #rHzaTtW0OyANPHDgc0Tv4ENZsXmA0ANG.lazyloading { background-image: none; }#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.59); }#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.59); }#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:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiAiE4ykJqH0RPoiOVH3MFKdeGIruU5e { width:20rem;height:10.875rem;top:9.04980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1yCkuUg8HtHVaAbxbqMUICbIPohtEK { width:20rem;height:1.23779375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVogEu937uioXMRMZkw35esbK4IahoBf { width:20rem;height:4.0625rem;top:3.73730625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rc1axC3bwXhooZNfiMDw9uVBxz0GZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7228adf7-3a31-4265-a11e-e6861e8ce3f3/glenncarstenspetersP1qyEf1g0HUphoto1497091071254cc9b2ba7c48a.preview.enhance_100.mirror.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: #0100fe; }#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: #0100fe; }#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:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haFOcEdC2KK7KUaGg9Lb87uvlUVOn16y { width:7.7499375rem;height:0.12473375rem;top:8.4303970336912rem;left:6.1243780851364rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJH5TFcrmQWvHqQTI1xA65kR82vDkt8 { width:20rem;height:6.3369375rem;top:1.2495555877686rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCpgTURytgZ9w5caftXJdQl7vOHrSk5 { width:20rem;height:16.875rem;top:24.186798095703rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #Jwy8UKeHykpQStUNlnkikLG2Jq4CFA2Z { width:9.5rem;height:12.6875rem;top:10.185546875rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4a6ihbZ28L9NyFmNKpKV7ETJN0SvBuC { width:9.4995rem;height:12.68675rem;top:10.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g09McViFsRFvezBhQNpuVAfH04GazIPs { width:13.75rem;height:2.9375rem;top:82.748577117919rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT8MQuGlZsgJ21ccT3mpa8TExW8gbP3N { display:block; }
 }@media only screen and (max-width: 763px) { #whbZu8LDNStMt0mztySkh2DTFTmm5iiU { width:20rem;height:25.9375rem;top:41.998291015625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-family:poppins;display:block; }#whbZu8LDNStMt0mztySkh2DTFTmm5iiU li:before{  }
 }@media only screen and (max-width: 763px) { #F15VbPxe4Fmm1cFREV01OtMNXApkKzp4 { width:9.375rem;height:12.6875rem;top:68.30810546875rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkJTVPb4AKwCgFoWEodqrUNZ9IFCPoko { width:9.375rem;height:12.6875rem;top:68.309326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x { display:block; }#rG3P3NACDXLc6s083Rt56oNq1ZzNeS0x > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1fshgXUt24fMUcNvH8CitCovQzOg9ls { width:20rem;height:20rem;top:1.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDSgPHmKVnR1hrtZXQhoPk2UhMh018cn { width:18.4985625rem;height:7.5556875rem;top:22.8125rem;left:0.75rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOwDcqgcyuPVe4QSmeK6IUGKh7IA3e3n { width:4.6875rem;height:0.24902375rem;top:30.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnvHB3zI54u6enLat4d6ESII6vH7ayEi { width:17.9989375rem;height:26.8125rem;top:31.9375rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FywTWS0bXrTTwOtC2QRhzhbVShJG94GE { width:16.531rem;height:3.4682625rem;top:60.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiIlWdamTxP8es9nB0NtRNwFWI2fnLa { display:block; }
 }@media only screen and (max-width: 763px) { #rF1VZnbtT73A8964gKfGO7POadVWXxrl { display:block; }#rF1VZnbtT73A8964gKfGO7POadVWXxrl > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGHQnT4gZdRdduTp0NS6mOKmzTMWKse { width:0.3125rem;height:30.9375rem;top:18.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2IqstKzCx5cayAieiVJetZgNwIO5rqn { width:1.25rem;height:1.25rem;top:17.6875rem;left:9rem;border-top:0.3125rem solid #ff0000;border-left:0.3125rem solid #ff0000;border-right:0.3125rem solid #ff0000;border-bottom:0.3125rem solid #ff0000;display:none; }
 }@media only screen and (max-width: 763px) { #dEyQcsQBq40KBsf3cHJ2277DcXwlIBr9 { width:1.625rem;height:1.625rem;top:37.1875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGxJz1wvSwd1ZzRpCocgOnHUkFK3NTfr { width:10.5624375rem;height:3.736325rem;top:40.562249183655rem;left:4.7181285619736rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoatDiqHJSfdhG7ZRTQ97sqz1eLqXzyG { width:13.75rem;height:3.736325rem;top:55.186876773834rem;left:3.1249998807907rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiwMQ4OqlMq1S1frUdJ282EHLuMKNRqt { width:19.0625rem;height:4.875rem;top:11.25rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOFKMNEhNXCu0GFUyb92SGAwN4rToR13 { width:13.0624375rem;height:3.736325rem;top:24.124018192291rem;left:3.4685724973679rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qi5ZVtCdwnH4AcuBnBH7S3Sq9uBih73O { width:2.3125rem;height:2.3125rem;top:48.1875rem;left:8.75rem;background-color:#00ff31;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QuBZviPAAkiVga395eWrCuyeKNTHSAQm { display:flex;width:6.124825rem;height:6.124825rem;top:17.929244041443rem;left:6.9371446371081rem; }
 }@media only screen and (max-width: 763px) { #TiE2ynTaDl2PQggyWwcDB34gLg2wRzk8 { display:flex;width:6.124825rem;height:6.124825rem;top:34.3125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #ZJKkqBU6vca4T3Rgeha6cgnswRF6Plao { display:flex;width:6.125rem;height:6.125rem;top:49.0625rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fJpmXF6CkaCVwGUxNiSLTDX60xHmrMnl { display:flex;top:43.264823913574rem;left:7.8124994039538rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #pSlsNiCbNLZb2G7qEVkytCLCVJVT8Zc6 { display:flex;top:29.15615940094rem;left:7.8124994039538rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #ksF4sf9qQl7qwtRECbx21rVtGslOwOwJ { width:20rem;height:7.06175rem;top:2.459716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB { display:block; }#HNK74aM9wzDKDuDL9TBMOGOAE1BTlVDB > .row .container { width:20rem;height:190.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfo69LuFnI5KXIgzpMoNe2PNzgt4cWt { width:20rem;height:4.875rem;top:1.4990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzQv7vTVvNk7f3RMDX2tIFShhwn3G6om { width:12.8125rem;height:2.4375rem;top:7.1240234375rem;left:2.874755859375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbswxoBSFG89brSeRdVAKgudLuMIxSlP { width:20rem;height:20.68725rem;top:10.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3l0RdbgQyyrIncyCUPkTKTP0U11Qrf { width:20rem;height:20.68725rem;top:32.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX { width:20rem;height:20.68725rem;top:77.935791015625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e0f4a908-2be1-498c-babe-38bbbcf19687/519406530_748687424383111_1990765675217645424_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.adaptive-delivery-prevent-bg, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyload, #mp66BRDCXWTMs9wiQcLiqDV5b6VK9IBX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GkOyeg3RtnHx8Im59kxxOTTs1kkkGCsb { width:20rem;height:20.68725rem;top:55.37353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG51fvWywSePH2wJ3V0af5485x09Lf6 { width:20rem;height:20.68725rem;top:123.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1gUqFi6dblBkcvHiusEFfpJpKSfvFW { width:20rem;height:20.68725rem;top:100.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWZwyo9mX6AJ3akoI7dp1kPkFlPJwvw { width:20rem;height:20.625rem;top:145.81176757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzweXcAQZOCbTKXlq1MXmCLqoFI9MkXH { width:20rem;height:20.625rem;top:167.93701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMP1THU4wSiUoJxzX2fGLXbgGEKTTD2W { background-color:#0100fe;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;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 { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXVmuCRGMtg5TQuIwQnL4BwGd4CTOZCg { width:15.125rem;height:10.07424375rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #4a4849;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:17.5rem;top:11.89697265625rem;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:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIc825iqpGXrtove54uK7uQVxAz3XX4v { width:16.25rem;height:3.298825rem;top:24.875265836716rem;left:1.8749998807907rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CxMuutiPeSHRfxemfJRRiLrwPlLrt04V { width:18.75rem;height:14.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4TGLgKvSFoCApt0GmZL8BXTmIrTJpHh { width:17.6873125rem;height:1.375rem;top:29.87393450737rem;left:1.1558948755264rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXLuby5WISFLGV1lSdw5ruVdr96cLZM { width:15.0625rem;height:0;top:29.96875rem;left:2.46875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }#FuXLuby5WISFLGV1lSdw5ruVdr96cLZM li:before{  }
 }@media only screen and (max-width: 763px) { #hDIVazNhOXlIfbmmxvBhcUCbChQbweGX { width:4.0625rem;height:4.0625rem;top:20.812776565552rem;left:7.9687494039538rem;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:1.2158203125rem;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:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJUBwMGwPofG8zukIpl9ZAAo45rO9ay0 { width:3.31176875rem;height:3.31176875rem;top:1.717529296875rem;left:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXwlkuXME7hgIZBiw2KdRCxexoyQT1J { width:3.125rem;height:3.125rem;top:1.810302734375rem;left:10.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4KEd0TQOgsJtqqV0odesVSeVMG3kpw0 { width:13.7724775rem;height:2.96014rem;top:5.999755859375rem;left:3.0615234375rem;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:9.9365234375rem;left:3.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6QSrTbnkBiCT5Pgwt4BM0rpExxcGPQ { display:block; }
 }