.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9cdf47f2-ac3e-434a-8aed-00a06b1e1959/Untitleddesign20250922T195419543.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Ff9ewG0dN1GACBO2Vitzw9CO922fxJ4O { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:17.6875rem;top:1.5625rem;left:2.625rem;overflow:hidden;display:block; }
#n8TSiVF32OhsrRPClWz1Vgt3fORiXJ7h { position:absolute;display:block;z-index:15037;height:8.1875rem;width:14.875rem;top:49.375rem;left:55.4375rem;display:block; }
#c4mT75M8AZsGafAPg9SWRpgzyb0TuMK7 { background-color:rgba(119,188,67,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3rem;left:59.75rem;display:block; }
#BitUt2kmyOB6SDyg3T68DipRhSIk5ic0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycXy1q4fhsolS7vbIlA1NcUCPSTt3GTh { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:17.875rem;left:0rem;height:2.3056625rem;font-style:normal;display:block; }
#y8HIdIbtidRugyPEUeFaJz9wVVE1TwlT { color:#77bc43;display:block;width:51.375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64);top:26.75rem;left:0rem;height:2.6806625rem;font-style:normal;display:block; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-form-header { font-size:0.875rem; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:21.75rem;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; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-text { 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;border-right:0;border-bottom:0;border-left:0;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:21.75rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-textarea { 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;border-right:0;border-bottom:0;border-left: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:21.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .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;border-right:0;border-bottom:0;border-left:0;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:21.75rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-checkbox { width:1rem;height:1rem;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; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-button { 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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:21.75rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal;float:none; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .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; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-container:first-of-type{padding-top:0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-container:last-of-type{padding-bottom:0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ  { background-color:#77bc43;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.75rem;top:23.0625rem;z-index:15013;font-size:0.875rem;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0.25rem; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.75rem;display:block;vertical-align:top; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ {display:block;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ { background-color:#77bc43;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.75rem;top:23.0625rem;z-index:15013;font-size:0.875rem;position:absolute;border-top-right-radius:0.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0.25rem; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #mN4KsKtqsLNRSOPfUAtwemZCQKrymJQo { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Hu3hcdwk24JlHbBc0N3nTWH1IOlD5hIB { position:relative;display:none; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #HykSHCfVfXUvT53XTWAoWSPZ5fARCnsA { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Uq6hWnLxW1wRp1MwQ920i8GCwlrVvXsi { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #KuwfiWHVoSX7WCZUZIIVxSlI2NW17lDk { position:relative;display:none; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Dz01DdNeTi8TCRkBXq1hH7CHaNCFTMIg { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #xmkENusnkAH0KAszTUy46XleTHL76pKC { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #BAx7ZTppDvWQK7ObPErLFM77z4MCQcHc { position:relative;display:none; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #PUgKnv7q8HZPtKFaMeZiOkaaI1GGCEt0 { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #hELyUlgPb9E7Tor2u0OJUvPAbRWAMVth { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #b1ZAlRgVxPow4PVkwzTks4zTo0pzBh5w { position:relative;display:none; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #gv6flqAD0f76LMFHcffCIWdK05IXX9Cg { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #p2C8E0MBcxtw4ng4PGRUJNkuXvLZ1AIB { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Z4ZdfehvxOtFxcBHQRlsJp8NgKoOoLTK { position:relative;display:none; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #prDKkMXK3tFqc3CWozPaH0QXCzpezkGU { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #OngdSmPtSazexmX61OGlZSBNdihtf3Xh { position:relative; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #E8xnZPA62TaIATJMdC6v093ybnUyC8f4 { position:relative; }
#gmok4l0CrHMwEUX7ZMa7XdVcdmATJS49 { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:17.875rem;left:51.59375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCgMlLwUDy9P0sdGJ7mKkuIO8ks5K7Ff { box-sizing:content-box;height:6.75rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#77bc43;background-image:none;top:17.1875rem;left:50.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1.25rem;display:block; }
#QBfz0pcKmwXgKNW5hblsQqb8G1VZcluC { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:20.375rem;left:0rem;height:6.4121125rem;font-style:normal;display:block; }
#xhtD5bIutHP9JHIqNTipwgzWoFtObn0i { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:32.75rem;left:3.4375rem;height:6.5rem;font-style:normal;display:block; }
#sBIl681wyOdwxZlFB11TVTpnMB05dQt9 { box-sizing:content-box;height:7.25rem;width:2.625rem;position:absolute;display:block;z-index:15040;background-color:#77bc43;background-image:none;top:32.25rem;left:0rem;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;display:block; }
#HMUybQ4clQcsAtJcKGb1itAuXoDlRX38 { box-sizing:content-box;height:7.25rem;width:42.3125rem;position:absolute;display:block;z-index:15041;background-color:rgba(0,0,0,0);background-image:none;top:32.25rem;left:2.625rem;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;display:block; }
#nGK9VBeNNJEqyNatNP7sE7MNW8ho8GMX { color:#77bc43;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:59.16015625rem;left:52.75rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HsCeCgn1bKNwSZfuaqptXKPDUc1yHt8F { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/7a3a170c-79e1-484f-86e1-67ae54e0c5b5/e12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.82) ;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:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:11.9375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:50.75rem;left:2.625rem;display:block; }#HsCeCgn1bKNwSZfuaqptXKPDUc1yHt8F.adaptive-delivery-prevent-bg, #HsCeCgn1bKNwSZfuaqptXKPDUc1yHt8F.lazyload, #HsCeCgn1bKNwSZfuaqptXKPDUc1yHt8F.lazyloading { background-image: none; }
#DKIWZAnkR8K4RGwzNerpfzgnWwx8MV7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVkTw3FRUt3yMX4NL0knq091xF3lh6LF { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/b83ea3b7-8bc8-4e0e-bc18-92b73a5795e3/e14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.82) ;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:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:11.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.75rem;left:18.125rem;display:block; }#tVkTw3FRUt3yMX4NL0knq091xF3lh6LF.adaptive-delivery-prevent-bg, #tVkTw3FRUt3yMX4NL0knq091xF3lh6LF.lazyload, #tVkTw3FRUt3yMX4NL0knq091xF3lh6LF.lazyloading { background-image: none; }
#mq9XfiS6f6AcdQqTmgegOSlUqkIZRGZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUxesOhHsq37lci2eM8TaM8seeN8OT6S { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/ca9bad78-f9be-4cc3-88d3-5aae69d8f104/e13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.82) ;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:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:11.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:50.75rem;left:33.3125rem;display:block; }#BUxesOhHsq37lci2eM8TaM8seeN8OT6S.adaptive-delivery-prevent-bg, #BUxesOhHsq37lci2eM8TaM8seeN8OT6S.lazyload, #BUxesOhHsq37lci2eM8TaM8seeN8OT6S.lazyloading { background-image: none; }
#frn6hhqTdJ53z4d2ZgJISG9u3yAK4Mxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w2Jq2CDJDpp9ogys6JralNZgfnHo4xgi { color:#77bc43;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:41.625rem;left:0rem;height:4.95605625rem;font-style:normal;display:block; }
#N9EPmwrEJlaygUS4f2yHh2lA0gvWLHJs { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:45.0625rem;left:0rem;height:3.16796875rem;display:block; }
#rew8oSiR166v271aOr25IuTactI0FkNc { box-sizing:content-box;height:4.6875rem;width:0.1875rem;position:absolute;display:block;z-index:15022;background-color:#77bc43;background-image:none;top:42.875rem;left:18.0625rem;display:block; }
#b7ohUAEXKfvVI9VJIQauLTWI4L6avIKH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:42.875rem;left:19.375rem;height:1.54296875rem;font-style:normal;display:block; }
#TehzyQk2M5y3Sy6wcKd5BXhn21rH7QRo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:44.4375rem;left:19.375rem;height:1.54296875rem;font-style:normal;display:block; }
#aqnPFwMLmwvSq7ICliBF3nRryM3TiAhP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46rem;left:19.375rem;height:1.54296875rem;font-style:normal;display:block; }
#q299tOdwVd6NTEPnMpD1wiGzh7VQQUe9 { color:#77bc43;display:block;width:51.375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.64);top:26.75rem;left:0rem;height:2.6806625rem;font-style:normal;display:none; }
#uAFW9qbTHIqgkuHdrfUO6QIxRMRSd1Ok { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ { 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; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row .container { background-color: transparent; background-image: none; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row .container > .video-iframe-container { display: none; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row > .video-iframe-container { display: none; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .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); }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row .container { border-width: 0; border-radius: 0; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#VRTr9UTTdTQzN8rANDCXEhZpdDqiS8Tq { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:16.75rem;top:2.46875rem;left:1.3125rem;overflow:hidden;display:block; }
#qi2nPqqQ2py5LOWQJBPJIwxXRJyeDkzp { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.78515625rem;left:24.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJQzuvtNiACZTLCRIg4e1JRD0S4P83b7 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.72265625rem;left:22.0625rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#gJpA05rHXq0yKU5sTiOdBS0K5tFTkgeT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:16.75rem;top:2.5rem;left:58.25rem;overflow:hidden;display:block; }
#Jty8SVmzzHI5200fXQnzwTq8t26PfwHT { position:absolute;display:block;z-index:15002;height:20.9375rem;width:37.375rem;top:18.53125rem;left:18.8125rem;display:block; }
#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row .container { background-color: transparent; background-image: none; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row .container > .video-iframe-container { display: none; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row > .video-iframe-container { display: none; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .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); }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row .container { border-width: 0; border-radius: 0; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:75rem;position:relative;display:block; }#wx0Btz2pZ1whFuoFTnqSdwdQofoSHknd { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:8.6875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#JR96c5IO2IEP3m5XIR50D8zOZzuemFo7 { color:#77bc43;display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:7.25rem;left:13.125rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gkcDvZGg5xlfIafxEfB2hlZDc9cXfgBm { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.75rem;left:20.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afWdNTJBkCp3OzDy2Z1vRX3q07AQZUzP { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/b3cf50e3-80a3-4edb-aa60-82264e071cdb/e51.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.82) ;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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:20.5rem;left:5rem;display:block; }#afWdNTJBkCp3OzDy2Z1vRX3q07AQZUzP.adaptive-delivery-prevent-bg, #afWdNTJBkCp3OzDy2Z1vRX3q07AQZUzP.lazyload, #afWdNTJBkCp3OzDy2Z1vRX3q07AQZUzP.lazyloading { background-image: none; }
#EJRTe0AsS61eqNbETeOQS90ZFV0R452H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BB2qcXT1VrK6Kz0JaHlOBLarRy7xTqmq { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/32ab4617-7015-413c-b903-a7f2d4917273/e52.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.82) ;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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:20.5rem;left:22rem;display:block; }#BB2qcXT1VrK6Kz0JaHlOBLarRy7xTqmq.adaptive-delivery-prevent-bg, #BB2qcXT1VrK6Kz0JaHlOBLarRy7xTqmq.lazyload, #BB2qcXT1VrK6Kz0JaHlOBLarRy7xTqmq.lazyloading { background-image: none; }
#AbFxbbGr9L8aFDgCm289wryXUmV4iL3a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mv4lTfImxvcRFTEh5KmKEDJt6NAzwtCH { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/baecbf31-ba74-4016-a511-cd1b3f28f3ef/e53.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.82) ;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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:20.5rem;left:39.1875rem;display:block; }#Mv4lTfImxvcRFTEh5KmKEDJt6NAzwtCH.adaptive-delivery-prevent-bg, #Mv4lTfImxvcRFTEh5KmKEDJt6NAzwtCH.lazyload, #Mv4lTfImxvcRFTEh5KmKEDJt6NAzwtCH.lazyloading { background-image: none; }
#zxWbGTCQfxW8HG6WFGwrHP9Q971MTVXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BibS0ehO29kJQACOwWgN1uPTPBVdUOcv { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/ca3087f2-f37c-4e66-8c26-01849d5e51a3/e54.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.82) ;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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:13.75rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:20.5rem;left:56.375rem;display:block; }#BibS0ehO29kJQACOwWgN1uPTPBVdUOcv.adaptive-delivery-prevent-bg, #BibS0ehO29kJQACOwWgN1uPTPBVdUOcv.lazyload, #BibS0ehO29kJQACOwWgN1uPTPBVdUOcv.lazyloading { background-image: none; }
#ScBXIOSXFih24sAh4LHkZNPdVclftpTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EliMvU2Al4F8vszFaSSlbyIcV1XGfRtH { box-sizing:content-box;height:4.0625rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:#77bc43;background-image:none;top:35.0625rem;left:11.6875rem;display:block; }
#osEISZGPt2qAdSO8ZLkSpPmDE3tQWQ7M { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:39.875rem;left:5.625rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#xdNiLlB9QB7ttQFGvkewBcmMiwtoEnA1 { box-sizing:content-box;height:14.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:39.125rem;left:4.875rem;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;display:block; }
#mzhiXBTeTVxokfhVA3OPV7oupQDo0mrX { box-sizing:content-box;height:4.0625rem;width:0.125rem;position:absolute;display:block;z-index:15056;background-color:#77bc43;background-image:none;top:35.0625rem;left:28.875rem;display:block; }
#nIVbu5uK8CzOJbE651bAaskEBALPHXVx { box-sizing:content-box;height:14.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:39.125rem;left:22.0625rem;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;display:block; }
#G5nEKAbb1v7AlsssT1y7Sv7rdtQZOtzO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:39.875rem;left:22.75rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#Ebv3ERXI6iFWcZ3T20bGE1TnFpebcf8R { box-sizing:content-box;height:4.0625rem;width:0.125rem;position:absolute;display:block;z-index:15059;background-color:#77bc43;background-image:none;top:35.0625rem;left:46.0625rem;display:block; }
#am6r7ZE1exPWtoelro7qxk6HCNhdh8qy { box-sizing:content-box;height:14.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:39.125rem;left:39.25rem;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;display:block; }
#ftu8anPoX8Bw3bO8vIKaTErVozzD6Sq9 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:39.875rem;left:39.6875rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#eANS1eZxWs3VicWseAzCRD8BwDlyaT0P { box-sizing:content-box;height:4.0625rem;width:0.125rem;position:absolute;display:block;z-index:15062;background-color:#77bc43;background-image:none;top:35.0625rem;left:63.25rem;display:block; }
#NuynT1i7PafACp6GAesxGFpBtUJ2CDfR { box-sizing:content-box;height:14.1875rem;width:13.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:39.125rem;left:56.4375rem;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;display:block; }
#la2GPcO7Czhq2biRU0mC74LnwITRggsr { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:39.875rem;left:56.875rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#XAk4CD1os92PXKDh7PQvRpNDUf5B472N { background-color:#f37d07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:56.5rem;left:20rem;display:block; }
#RTvdUHe4IW51PrfdKgvkMOr1Jo6UVCqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nRvu7Z7RmeMUztl66rEeb7cHcBnquRm5 { background-color:rgba(119,188,67,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:56.5rem;left:39.75rem;display:block; }
#Wsak3GHPfluNJM4q0xWJXTWOQanRJopq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZRhObl4nwekyWh8AWKN0q9TITEB5eT5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.375rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:30.875rem;left:8.1875rem;display:block; }
#rW5n48piCh1BqKbDITNNTw7d2cQelUob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVJeRH5egwKw9oqiTWGHBD7G7RRrA9uU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:30.875rem;left:25.1875rem;display:block; }
#C3JHhUVsPEapMAawLtBCyFFOvzyrp5NC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psR2URMy2McLQwyc3skneoOeaciQtDqs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.375rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:30.875rem;left:42.375rem;display:block; }
#WkAcoC5J5vSimovc1rAF1qbNs753v4tQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXXJ9Su8fJT5SO4szBnVZJ7FMfum3rtJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:30.875rem;left:59.5625rem;display:block; }
#Mm19nXyE5RV5ObUuVE2c3AEevLEQiXNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP { 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; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row .container { background-color: transparent; background-image: none; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row .container > .video-iframe-container { display: none; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row > .video-iframe-container { display: none; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .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); }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row .container { border-width: 0; border-radius: 0; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row .container { font-size:0.875rem;font-family:arial;height:77.625rem;width:75rem;position:relative;display:block; }#K4AnMWml5paNFqQeWncI3FaN2WRpfXMg { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:8.65625rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#XnX9TA1NHUJ1TOiTRWkWZyuSLKMI514W { box-sizing:content-box;height:38.875rem;width:32.9375rem;position:absolute;display:block;z-index:15003;background-color:#77bc43;background-image:none;top:35.25rem;left:33rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;box-shadow: none;display:block; }
#kmtCG2gJW0MCIg1Asxg4a6mifLf4ES66 { position:absolute;display:block;z-index:15004;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:42.3125rem;width:42.3125rem;top:35.3125rem;left:7.5625rem;overflow:hidden;display:block; }
#U80Bd9cNXa8AfcOwHaT9LzCxVFPaRHs8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19.0625rem;top:11.75rem;left:48.375rem;overflow:hidden;display:block; }
#sMNBiakU1ORhhgFVZRD5VnxuzeFOhTin { box-sizing:content-box;height:13.3125rem;width:48.6875rem;position:absolute;display:block;z-index:15004;background-color:#dadada;background-image:none;top:14.375rem;left:7.5625rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;border-top:0.1875rem solid #77bc43;border-left:0.1875rem solid #77bc43;border-right:0.1875rem solid #77bc43;border-bottom:0.1875rem solid #77bc43;display:block; }
#DFqQ9SoCXwaw1kbmaKnbi94cOQLkhcPc { color:#000000;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.380859375rem;left:9.84375rem;height:7.79883125rem;display:block; }
#BTqi2EvvFUC8Uho5k4cWBIpXou0dBEk1 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.5625rem;left:33rem;height:2.03125rem;font-style:normal;display:block; }
#aKVtd5dorawICaiex3nPQDK6MieU3OLd { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.0625rem;left:37.5rem;height:2.5996125rem;display:block; }
#wsPeFdduOCqNhsb90NyE2Hk5MqJuVIqB { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:37rem;left:37.5rem;height:1.54296875rem;font-style:normal;display:block; }
#htgpWcHPRpw2wQW8lGlsMycxZxsmbE1o { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.875rem;left:37.5625rem;height:2.5996125rem;display:block; }
#HwMWU3yUyWLQGdXsZXr4DGvDmRQeS7A6 { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.75rem;left:37.5625rem;height:1.54296875rem;font-style:normal;display:block; }
#q8nzieHiRU8gW8zdnqdQpSlHbyZLozta { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:50.9375rem;left:37.5625rem;height:1.54296875rem;font-style:normal;display:block; }
#RchA7XEzroSqdnGC6EangDK1iBXbD2pJ { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:53.0625rem;left:37.5625rem;height:2.5996125rem;display:block; }
#EBxUv2r9fT3TmT46uZRayTXGrzrzGFBh { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:57.75rem;left:37.375rem;height:1.54296875rem;font-style:normal;display:block; }
#os9nX9ys8JcBtg9Ip5LXz5bmrLGD7hLT { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:59.875rem;left:37.375rem;height:3.8994125rem;display:block; }
#iMOJFLRiXeba1vLOZO86gf6ZNNAFzFsM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:36.5rem;left:33.5rem;overflow:hidden;display:block; }
#SeJ3SKqkCZvmzKXbXufTsTkvUCXWQiik { position:absolute;display:block;z-index:15017;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.0625rem;width:4.0625rem;top:43.125rem;left:33.5625rem;overflow:hidden;display:block; }
#BKSd40yk1y5qIQh1aE38ofNvKgAwpTug { position:absolute;display:block;z-index:15018;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.0625rem;width:4.0625rem;top:50.125rem;left:33.5625rem;overflow:hidden;display:block; }
#ouNc4ShUie97eV6wk725Qxb7eTNBkV5n { position:absolute;display:block;z-index:15019;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.0625rem;width:4.0625rem;top:57.125rem;left:33.375rem;overflow:hidden;display:block; }
#Ol7nGxa43K9KeAXq2iTmIfZfsbbPvo6s { position:absolute;display:block;z-index:15021;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.0625rem;width:4.0625rem;top:64.75rem;left:33.5625rem;overflow:hidden;display:block; }
#p1LSEyKx2xhAZMLE542VcT2PdbmA76Um { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:65.5625rem;left:37.5625rem;height:1.54296875rem;font-style:normal;display:block; }
#DDbTtDwdad2FubJqg5mh13XgRlTf0mOz { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:67.6875rem;left:37.5625rem;height:2.5996125rem;display:block; }
#zIst8bcPCeTpwctW8tgAXhOZ98Aqk8l5 { 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:65.6875rem;width:52.5rem;top:9.5625rem;left:3.34375rem;overflow:hidden;display:block; }
#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/95798e3c-9b5b-422f-b825-1dee494a42cc/Untitleddesign20250922T225936529.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB.adaptive-delivery-prevent-bg, #zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB.lazyload, #zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB.lazyloading { background-image: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container { background-color: transparent; background-image: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container > .video-iframe-container { display: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row > .video-iframe-container { display: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .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); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container { border-width: 0; border-radius: 0; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:75rem;position:relative;display:block; }#sTEbFv0pz1LgEIDvLNP99wNByFJxxDR6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:24.875rem;width:19.8125rem;top:4.1875rem;left:55.0625rem;overflow:hidden;display:block; }
#ZdkOfGD4IpWR7vKdSg6tXWSJ599B4Cih { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#Py0BUUWXkBQOsbkXAxMCoatxTatAykn3 { color:#ffffff;display:block;width:46.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:6.49903125rem;display:block; }
#xEGZ8QSJTwS5DVSSJEGUR43APfWNyowu { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.375rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#l2xlfJRTgFlfho5TH8moZ0nJhpiPtSDT { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.625rem;left:0rem;height:5.82421875rem;display:block; }#l2xlfJRTgFlfho5TH8moZ0nJhpiPtSDT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l2xlfJRTgFlfho5TH8moZ0nJhpiPtSDT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
#pU7P2ewur0FXLeACtHNo2CCunZyXdUGH { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:23.6875rem;height:4.5244125rem;display:block; }#pU7P2ewur0FXLeACtHNo2CCunZyXdUGH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pU7P2ewur0FXLeACtHNo2CCunZyXdUGH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
#Akp8MQkfNqhr0eS6GDTSc7HvrWiGWknw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5) ;height:22.875rem;width:30.5625rem;top:34.75rem;left:0rem;overflow:hidden;display:block; }
#bWdMiWs4IfIk49vyOPLaM0yMclooDtX4 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34rem;left:33.4375rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#mnT7uGiqEXkft1k5SELsz129aUb57k06 { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.8125rem;left:33.4375rem;height:3.8994125rem;display:block; }
#VKTwOvRTDhiRI5mv9tDkiPHxBKNcWtG5 { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.5625rem;left:33.4375rem;height:2.03125rem;font-style:normal;display:block; }
#kxSSUBnpWaozpkGvSlw2EclPOFGBDXe7 { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:47.375rem;left:38.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#WIkQQnV082OBSOB0htx4XUNBQybJWGxe { 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:5rem;width:5rem;top:47.5rem;left:33.4375rem;overflow:hidden;display:block; }
#htnSWwvPQCDP3xqXDZZhodqD0EToZspo { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:47.4375rem;left:51.9375rem;height:5.19921875rem;display:block; }
#cFrOuWsMBCN5OBTVyIVcKhnoHkhonsWp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:46.75rem;left:46.1875rem;overflow:hidden;display:block; }
#WWpPQDLxKiToSQh9DdoGAhFD4rTDaXvW { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:47.375rem;left:66.375rem;height:5.19921875rem;display:block; }
#qmrGqA6zw8gTBBihuwNNCZD9MuTOFyRr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:47.5rem;left:60.875rem;overflow:hidden;display:block; }
#L12RExDiUCIobx36hKQHAEUBeFyJ7mtx { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:54.5rem;left:38.9375rem;height:6.499rem;display:block; }
#DaJb78VvXeKWnzKCZrrOtF8RxSbxoMyf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:54.625rem;left:33.4375rem;overflow:hidden;display:block; }
#qMTs0ln5V6GV9T3K6L6CHB4fSbdk4vnb { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:54.5rem;left:51.9375rem;height:6.499rem;display:block; }
#m5Lvb1y2AD5KJNdf2cTFB8QGPw6PuETz { position:absolute;display:block;z-index:15017;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:5rem;width:5rem;top:54.5rem;left:47rem;overflow:hidden;display:block; }
#wzkFJmLDflwPoIwdSAfvqtBmMGG65GzS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:54.9677734375rem;left:60.875rem;overflow:hidden;display:block; }
#xUSTvP5W0tNIZDxGJAGktLHnQFK5A11f { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:54.5rem;left:66.375rem;height:6.499rem;display:block; }
#J5s02LROINPNd158oKRMe2JzSp9L12lE { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:62.4375rem;left:51.875rem;height:5.19921875rem;display:block; }
#qI37S0yuhkvVzuiONhsFmZOb1iPrQeym { position:absolute;display:block;z-index:15019;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.75rem;width:4.75rem;top:62.4375rem;left:46.9375rem;overflow:hidden;display:block; }
#fMZMpwZPZgMBm1OsPgcqHkJxd0A4e6rW { background-color:#f37d07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:65.5625rem;left:0.8125rem;display:block; }
#iK36zXMMpXkII9XSkZZgLodMVxNuTwz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTXomR4kEwpy6hVg2ANIglZ1dFCKFPJ5 { background-color:rgba(119,188,67,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:65.5625rem;left:20.5625rem;display:block; }
#ItGC8eSHoBkmWqxxEJm7HhqqhmtrUfGd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#77bc43;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; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row .container { background-color: transparent; background-image: none; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row .container > .video-iframe-container { display: none; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row > .video-iframe-container { display: none; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .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); }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row .container { border-width: 0; border-radius: 0; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#VR8QBCaernwxbeJ6cOP96EC039L46L23 { color:#ffffff;display:block;width:69.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.875rem;left:2.6875rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxAdEFPEdhzmowTGdAZebXs5vLV4Sw9c { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:23rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#owv5UVUgBvZQv8wm7lCQ3pXmPDhqmiqa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:7.25rem;left:4.1875rem;overflow:hidden;display:block; }
#isxMFb6rkoIAxsX71qh8OENnX5osZS1A { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.25rem;left:11.125rem;height:1.3808625rem;font-style:normal;display:block; }
#b7mr5vDGohLAfv8FpDPmTFtwkJxHTaqX { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.125rem;left:11.125rem;height:6.499rem;display:block; }
#WTTT1hCtF3OVU7AFDmqKzcZC27fQoTDg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:7.25rem;left:26.9375rem;overflow:hidden;display:block; }
#k7ggbGXGFRaogx68fcBuJRNcGfzG0AVF { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.0625rem;left:34.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#H162gz6UMnXTTgSs64haddaMAwmTNhQa { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8.9375rem;left:34.5625rem;height:6.499rem;display:block; }
#fgLu4eIKNVWU3POHauDlBvTMGlu9d99q { 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:7.0625rem;width:7.0625rem;top:7.375rem;left:51.3125rem;overflow:hidden;display:block; }
#zvaONguZyh2tEneo8m5Iy1UMdoAK113N { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.1875rem;left:58.9375rem;height:1.3808625rem;font-style:normal;display:block; }
#nOmz0JyZDdJIImMLv0okkFpvGBH8dX5l { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.0625rem;left:58.9375rem;height:6.499rem;display:block; }
#Oe3isTx1d8grRysBfoHAE5TldQs7Xi9e { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:18.4375rem;left:18.5rem;overflow:hidden;display:block; }
#quciRgfXA1InTL0rHF64J8vKd3DvPV1t { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.375rem;left:26.9375rem;height:1.3808625rem;font-style:normal;display:block; }
#R6GcWmft8J9pIfgtpAWOel72tT2NKbBX { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.25rem;left:26.9375rem;height:6.499rem;display:block; }
#obW5pRb2zJkaFse3bBdlQ4s5fJzPmUZ6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:18.4375rem;left:44.625rem;overflow:hidden;display:block; }
#DzHSIahHLMoTeLpTNLs9aTnJK3NcT3sm { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.375rem;left:52rem;height:1.3808625rem;font-style:normal;display:block; }
#la7tCznZto0uJKWkaevpX7LHfziRJNTt { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.25rem;left:52rem;height:6.499rem;display:block; }
#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/143a5b75-93e8-4963-b5a7-657489aaf53a/Untitleddesign20250923T164509963.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd.adaptive-delivery-prevent-bg, #mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd.lazyload, #mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd.lazyloading { background-image: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container { background-color: transparent; background-image: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container > .video-iframe-container { display: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row > .video-iframe-container { display: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .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); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container { border-width: 0; border-radius: 0; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;position:relative;display:block; }#R5cv8gt7B6lID99leqAykT63o3OH6Pn7 { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#bSuAlCdsl05cVP8dI5xx3RFkBmET9TUH { position:absolute;display:block;z-index:15004;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:33.9375rem;width:33.9375rem;top:4.6875rem;left:40.9375rem;overflow:hidden;display:block; }
#FGES327au9ZvtpKuupgQkgx2e6tShltz { color:#77bc43;display:block;width:48.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:1.70605625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#N3GFvw5PFQqS5ntInny8RNL3dmE4IeDr { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:9.0986375rem;display:block; }
#nFgDzGH2RSqXpMPg0sXOZn4oADknWOwS { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#kSTaMJMifCBhvJ8HmGqJ3sXDy5c4KDO7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:27.3125rem;left:0rem;overflow:hidden;display:block; }
#sJuTa2Nt93UdTRZfpl5ZzoDi7qtQdTbW { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.9375rem;left:5.9375rem;height:1.54296875rem;font-style:italic;display:block; }
#xEDFR5lVD87eQLya30o51AqklZRObtBU { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.5rem;left:5.9375rem;height:3.8994125rem;display:block; }
#r9IN45k5HrOXRqZTbixo0dDa7LrMLRs7 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.5rem;left:28rem;height:3.8994125rem;display:block; }
#uTzVCSIpf6p7TX7mkwBCc7s0l1X6ET9s { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:27.25rem;left:22.0625rem;overflow:hidden;display:block; }
#UcLm2s8QmlOLMO2BSWd9MlVneU2x2r2k { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27.9375rem;left:28rem;height:1.54296875rem;font-style:italic;display:block; }
#RTDlfpvJBXD8D9fB7AQP8PEs5mCAT5iT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:36.375rem;left:0.40625rem;overflow:hidden;display:block; }
#rSwlDDsxPmRXvZZTuvSIAoB69xfsXpym { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:37.9375rem;left:5.9375rem;height:2.5996125rem;display:block; }
#hUEKLsieLVV6mDIZWEIXFufoATv0TOxW { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.375rem;left:5.9375rem;height:1.54296875rem;font-style:italic;display:block; }
#VUeuGkuwJSoakbvFZEvKatDiRXPeiIxh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:35.21875rem;left:21.3125rem;overflow:hidden;display:block; }
#IqIaVoNTzQ7nMXh0EDWohexhEPb9exGI { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:36.125rem;left:28.1875rem;height:1.54296875rem;font-style:italic;display:block; }
#rsg6JnatogSGmpoH4wSyAfne0QzbmW48 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.6875rem;left:28.1875rem;height:3.8994125rem;display:block; }
#nANAxrUAhKIV49dWmq8QlZqSBy2Id8s5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:44.5rem;left:0.5rem;overflow:hidden;display:block; }
#sB7XXdfcouJo2TAgytr066b78R9EBd5s { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:46.0625rem;left:6rem;height:3.8994125rem;display:block; }
#mCTMNA7al2w8e3qF5EOwFJcu0p3dlRuF { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:44.5rem;left:6rem;height:1.54296875rem;font-style:italic;display:block; }
#mRdle7My96Hd32ixftLMmS1RQDmG5Bb3 { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.4375rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#VECHrNlpn7HkMUR7gXKMJ7HLsrBoOpko { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:55.6513671875rem;left:0rem;height:3.8994125rem;display:block; }
#F1HCnZ5GB7RZl57e8A3S9U1JTUyDzoF5 { position:absolute;display:block;z-index:15002;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:31.625rem;width:31.625rem;top:30.35546875rem;left:43.375rem;overflow:hidden;display:block; }
#t3xSNa0KmQAVkrHz3p3sqdxeK5ARAArC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:35.21875rem;left:21.3125rem;overflow:hidden;display:none; }
#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn { position:relative;display:block; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn { background-color: transparent; background-image: none; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row .container > .video-iframe-container { display: none; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row > .video-iframe-container { display: none; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .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); }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn { border-width: 0; border-radius: 0; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QNuRiGDTX5FU3XiHMpFdoahsq1Vpo6zQ { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:32.6875rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#Ln8x63gosWCnsqB5J3lr88sD6bOm4llt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(0,0,0,0.5) ;height:40.625rem;width:27.0625rem;top:3.5rem;left:1.1875rem;overflow:hidden;display:block; }
#cmJnTdJUovMU0wxGzmkDFQLJHolrcyVB { color:#77bc43;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.5625rem;left:32.6875rem;height:3.4121125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#m3FBeXMHr4hx3EgENz3G3odV85L0TZpG { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:32.6875rem;height:3.8994125rem;display:block; }
#zK5clPoXdv0ThtS31nOQiRlCFdEEeNwc { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19rem;left:32.6875rem;height:2.03125rem;font-style:normal;display:block; }
#F5vIfd2MBzUVQ6arwFcIR0ptGiTKhG6T { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:23.25rem;left:35.5625rem;overflow:hidden;display:block; }
#K0H6oboqzfZoAiuaNHXVhL3hp5V4CChi { color:#77bc43;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29.8125rem;left:31.75rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hey437eIqK4dfEL0WFNLc6GcMHLhgZQb { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.5rem;left:32.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#S4hS2kBTWd3OGTUC0vmFVkPsD0ngSRRG { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:33.5rem;left:48.375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#lRPVs17LtW1yOCul4XaT07Bl86RP6Ub0 { color:#77bc43;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:29.875rem;left:48.375rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Sd8JzdHTZe11yTBkyzHEeLT9J89uXCKl { position:absolute;display:block;z-index:15037;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.5625rem;width:6.5625rem;top:23.25rem;left:51.1875rem;overflow:hidden;display:block; }
#qr1SXIi4brhHhXTfEl0ZiOVhiMT3UtF4 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:33.5rem;left:63.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#SiJiQOQ4WQ2RbbPsT6qTmEfm8ki1DiE1 { color:#77bc43;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:29.8125rem;left:63.8125rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Hve41UPzdwGqnUUmBWqx01zfIho6Z0yn { position:absolute;display:block;z-index:15040;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.5625rem;width:6.5625rem;top:23.25rem;left:65.6875rem;overflow:hidden;display:block; }
#LoCkQOJwFc333UTGK390LtEAIz8Q0kKV { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:40.875rem;left:32.6875rem;height:2.03125rem;font-style:normal;display:block; }
#R6rQgi8HoVxbtMFfvPKavXtqZ5ebCb85 { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:44.125rem;left:32.6875rem;height:3.8994125rem;display:block; }
#daHqf9TTU3FHgBipw6dylncenA9GTeBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#77bc43;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; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row .container { background-color: transparent; background-image: none; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row .container > .video-iframe-container { display: none; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row > .video-iframe-container { display: none; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .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); }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row .container { border-width: 0; border-radius: 0; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#afhtsI8DpRg0AzC6Ie16cvEb9632Aw3L { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:10.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#bnn8tsqfBDTZDoNAFhOalNskLFpWwtD9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.375rem 1.375rem rgba(0,0,0,0.5) ;height:18.3125rem;width:18.3125rem;top:6rem;left:53.5625rem;overflow:hidden;display:block; }
#ARxhw2mO12uoFbI4XBBx0KaxFSqPtTsT { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqz3y9XUX1riPWrMN7ryTsVcGvF035Hx { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.125rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yeebCNgnf1l2Ta4V5t31bVlexJOUG9X8 { color:#000000;display:block;width:41.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.0625rem;left:3.125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZEPtoguW6yuuT8pbnmQly50ZJnBMnM12 { background-color:#f37d07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.5625rem;left:17.8125rem;display:block; }
#aduS56Un69fPUf6sKwSmFkc4U1xBAe0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7WE8r6NkCqVTLy3Bkv0sm80HGeudKfN { background-color:rgba(99,101,102,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.5625rem;left:37.5625rem;display:block; }
#M7PvFJuMnDtmEMs2gtggUTqWJnyHCMgG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqC5zZNqgLy4brB2ZUrnw5i0EOIiLQmr { box-sizing:content-box;height:14.125rem;width:42.9375rem;position:absolute;display:block;z-index:15001;background-color:#dadada;background-image:none;top:7.177734375rem;left:1.90625rem;box-shadow: 0.125rem 0.375rem 1.375rem rgba(0,0,0,0.5) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #77bc43;border-left:0.0625rem solid #77bc43;border-right:0.0625rem solid #77bc43;border-bottom:0.0625rem solid #77bc43;display:block; }
#PEZcTm3qTrPscMTtSmfirwQRacT85qbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1dda907b-9dd8-4bb6-8107-dba33011e628/Untitleddesign74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu.adaptive-delivery-prevent-bg, #PEZcTm3qTrPscMTtSmfirwQRacT85qbu.lazyload, #PEZcTm3qTrPscMTtSmfirwQRacT85qbu.lazyloading { background-image: none; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row .container { background-color: transparent; background-image: none; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row .container > .video-iframe-container { display: none; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row > .video-iframe-container { display: none; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .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); }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row .container { border-width: 0; border-radius: 0; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;position:relative;display:block; }#vK6Z0TDAVmQp6uJcwmAE4y1zP5OXBNCC { color:#ffffff;display:block;width:52rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:11.5rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSaQ7lHRRHfiNfbWzU4tNVgwfOvhTiX1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:53rem;left:29.125rem;height:3.25rem;font-style:normal;display:block; }
#O3qZXuUIi3FqNHPIC4pABedEkmqoNGd7 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:55.375rem;left:29.125rem;height:9.09864375rem;display:block; }
#QeIo9mv14PIBnhsnpGd2bwMUgAJRo8qG { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:55.375rem;left:36.8125rem;height:9.09864375rem;display:block; }
#SI5k9JzvckVrJyC8NIpDrlZ7I2vp3a4K { position:absolute;display:block;z-index:15004;height:21.75rem;width:38.75rem;top:11.1875rem;left:18.125rem;display:block; }
#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f { position:relative;display:block; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f { background-color: transparent; background-image: none; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row .container > .video-iframe-container { display: none; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row > .video-iframe-container { display: none; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .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); }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f { border-width: 0; border-radius: 0; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VXeD1Q1uLTfbbHXglnxFvEk8w3QQ3Vd3 { color:#000000;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.3125rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#btm7lWL6iOwgcnF6H1Dy9ZpcLk4Q6PAT { color:#77bc43;display:block;width:36.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:7.8125rem;left:19.09375rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tQUk3oRpTKwEEGmcZB6w2g0rLlCBCRfR { color:#000000;display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.375rem;left:17.90625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rz7MikzDgpdBkbgPAA0wqVeXg4sMbk8q { background-color:#f37d07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.5rem;left:20rem;display:block; }
#nQGJ07p5kcA93805gU8qOIZg2L1Trco1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxqPT1oLT2Jb3mcrT80LdxZSTEORaiIk { background-color:rgba(119,188,67,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.5rem;left:39.75rem;display:block; }
#TX9XztsDuv7n0E29wnXU3G4G69WyIQbX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6ILhOgPIfTr0GhowLqBlywqXP5NKR0H { position:absolute;display:block;z-index:15003;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.5rem;width:20.125rem;top:21rem;left:27.4375rem;overflow:hidden;display:block; }
#a0oZRkHOsmIP8JHeKZQkucXTfiBs5pHf { color:#000000;display:block;width:50.375rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.375rem;left:12.3125rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff9ewG0dN1GACBO2Vitzw9CO922fxJ4O { top:1.5625rem;left:0rem;width:17.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8TSiVF32OhsrRPClWz1Vgt3fORiXJ7h { top:49.375rem;left:32.875rem;width:14.875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4mT75M8AZsGafAPg9SWRpgzyb0TuMK7 { width:15.25rem;height:2.875rem;top:3rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BitUt2kmyOB6SDyg3T68DipRhSIk5ic0 { display:block; }
 }@media only screen and (max-width: 763px) { #ycXy1q4fhsolS7vbIlA1NcUCPSTt3GTh { top:17.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8HIdIbtidRugyPEUeFaJz9wVVE1TwlT { top:26.75rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-regular-label { display:block;width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-text { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-textarea { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-select { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-button { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ  { width:21.75rem;height:auto;top:23.0625rem;left:23.5rem; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .radio-container { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ {display:block;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ { width:21.75rem;height:auto;top:23.0625rem;left:23.5rem; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #mN4KsKtqsLNRSOPfUAtwemZCQKrymJQo {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Hu3hcdwk24JlHbBc0N3nTWH1IOlD5hIB { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #HykSHCfVfXUvT53XTWAoWSPZ5fARCnsA {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Uq6hWnLxW1wRp1MwQ920i8GCwlrVvXsi {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #KuwfiWHVoSX7WCZUZIIVxSlI2NW17lDk { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Dz01DdNeTi8TCRkBXq1hH7CHaNCFTMIg {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #xmkENusnkAH0KAszTUy46XleTHL76pKC {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #BAx7ZTppDvWQK7ObPErLFM77z4MCQcHc { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #PUgKnv7q8HZPtKFaMeZiOkaaI1GGCEt0 {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #hELyUlgPb9E7Tor2u0OJUvPAbRWAMVth {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #b1ZAlRgVxPow4PVkwzTks4zTo0pzBh5w { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #gv6flqAD0f76LMFHcffCIWdK05IXX9Cg {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #p2C8E0MBcxtw4ng4PGRUJNkuXvLZ1AIB {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Z4ZdfehvxOtFxcBHQRlsJp8NgKoOoLTK { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #prDKkMXK3tFqc3CWozPaH0QXCzpezkGU {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #OngdSmPtSazexmX61OGlZSBNdihtf3Xh {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #E8xnZPA62TaIATJMdC6v093ybnUyC8f4 {  }
 }@media only screen and (max-width: 763px) { #gmok4l0CrHMwEUX7ZMa7XdVcdmATJS49 { top:17.875rem;left:25.1875rem;width:22.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCgMlLwUDy9P0sdGJ7mKkuIO8ks5K7Ff { top:17.1875rem;left:23.5rem;width:24.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBfz0pcKmwXgKNW5hblsQqb8G1VZcluC { top:20.375rem;left:0rem;width:47.75rem;height:6.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhtD5bIutHP9JHIqNTipwgzWoFtObn0i { top:32.75rem;left:0rem;width:41.3125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBIl681wyOdwxZlFB11TVTpnMB05dQt9 { top:32.25rem;left:0rem;width:2.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMUybQ4clQcsAtJcKGb1itAuXoDlRX38 { top:32.25rem;left:0rem;width:42.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGK9VBeNNJEqyNatNP7sE7MNW8ho8GMX { top:59.125rem;left:27.5rem;width:20.25rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsCeCgn1bKNwSZfuaqptXKPDUc1yHt8F { width:11.9375rem;height:11.9375rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKIWZAnkR8K4RGwzNerpfzgnWwx8MV7h { display:block; }
 }@media only screen and (max-width: 763px) { #tVkTw3FRUt3yMX4NL0knq091xF3lh6LF { width:11.9375rem;height:11.9375rem;top:50.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq9XfiS6f6AcdQqTmgegOSlUqkIZRGZv { display:block; }
 }@media only screen and (max-width: 763px) { #BUxesOhHsq37lci2eM8TaM8seeN8OT6S { width:11.9375rem;height:11.9375rem;top:50.75rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frn6hhqTdJ53z4d2ZgJISG9u3yAK4Mxo { display:block; }
 }@media only screen and (max-width: 763px) { #w2Jq2CDJDpp9ogys6JralNZgfnHo4xgi { top:41.625rem;left:0rem;width:16.4375rem;height:4.9375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9EPmwrEJlaygUS4f2yHh2lA0gvWLHJs { top:45.0625rem;left:0rem;width:19.125rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rew8oSiR166v271aOr25IuTactI0FkNc { top:42.875rem;left:4.4375rem;width:0.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ohUAEXKfvVI9VJIQauLTWI4L6avIKH { top:42.875rem;left:5.75rem;width:12.5rem;height:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehzyQk2M5y3Sy6wcKd5BXhn21rH7QRo { top:44.4375rem;left:5.75rem;width:12.5rem;height:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqnPFwMLmwvSq7ICliBF3nRryM3TiAhP { top:46rem;left:5.75rem;width:12.5rem;height:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q299tOdwVd6NTEPnMpD1wiGzh7VQQUe9 { top:26.875rem;left:0rem;width:20rem;height:7.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAFW9qbTHIqgkuHdrfUO6QIxRMRSd1Ok { display:none; }
 }@media only screen and (max-width: 763px) { #KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ { display:block; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRTr9UTTdTQzN8rANDCXEhZpdDqiS8Tq { top:2.4375rem;left:0rem;width:16.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi2nPqqQ2py5LOWQJBPJIwxXRJyeDkzp { top:4.75rem;left:11.3125rem;width:25.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQzuvtNiACZTLCRIg4e1JRD0S4P83b7 { top:7.6875rem;left:8.4375rem;width:30.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJpA05rHXq0yKU5sTiOdBS0K5tFTkgeT { top:2.5rem;left:31rem;width:16.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jty8SVmzzHI5200fXQnzwTq8t26PfwHT { top:18.5rem;left:5.1875rem;width:37.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6IXCpKLrCAkRgPbJftgfGtASNLypeBr { display:block; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0Btz2pZ1whFuoFTnqSdwdQofoSHknd { top:3rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR96c5IO2IEP3m5XIR50D8zOZzuemFo7 { top:7.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkcDvZGg5xlfIafxEfB2hlZDc9cXfgBm { top:15.75rem;left:6.53125rem;width:34.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afWdNTJBkCp3OzDy2Z1vRX3q07AQZUzP { width:13.75rem;height:13.75rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRTe0AsS61eqNbETeOQS90ZFV0R452H { display:block; }
 }@media only screen and (max-width: 763px) { #BB2qcXT1VrK6Kz0JaHlOBLarRy7xTqmq { width:13.75rem;height:13.75rem;top:20.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFxbbGr9L8aFDgCm289wryXUmV4iL3a { display:block; }
 }@media only screen and (max-width: 763px) { #Mv4lTfImxvcRFTEh5KmKEDJt6NAzwtCH { width:13.75rem;height:13.75rem;top:20.5rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWbGTCQfxW8HG6WFGwrHP9Q971MTVXV { display:block; }
 }@media only screen and (max-width: 763px) { #BibS0ehO29kJQACOwWgN1uPTPBVdUOcv { width:13.75rem;height:13.75rem;top:20.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBXIOSXFih24sAh4LHkZNPdVclftpTC { display:block; }
 }@media only screen and (max-width: 763px) { #EliMvU2Al4F8vszFaSSlbyIcV1XGfRtH { top:35.0625rem;left:0rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osEISZGPt2qAdSO8ZLkSpPmDE3tQWQ7M { top:39.875rem;left:0rem;width:12.5rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNiLlB9QB7ttQFGvkewBcmMiwtoEnA1 { top:39.125rem;left:0rem;width:13.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzhiXBTeTVxokfhVA3OPV7oupQDo0mrX { top:35.0625rem;left:15.25rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVbu5uK8CzOJbE651bAaskEBALPHXVx { top:39.125rem;left:8.4375rem;width:13.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5nEKAbb1v7AlsssT1y7Sv7rdtQZOtzO { top:39.875rem;left:9.125rem;width:12.5rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebv3ERXI6iFWcZ3T20bGE1TnFpebcf8R { top:35.0625rem;left:32.4375rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am6r7ZE1exPWtoelro7qxk6HCNhdh8qy { top:39.125rem;left:25.625rem;width:13.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftu8anPoX8Bw3bO8vIKaTErVozzD6Sq9 { top:39.875rem;left:26.0625rem;width:13.0625rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eANS1eZxWs3VicWseAzCRD8BwDlyaT0P { top:35.0625rem;left:47.625rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuynT1i7PafACp6GAesxGFpBtUJ2CDfR { top:39.125rem;left:33.8125rem;width:13.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #la2GPcO7Czhq2biRU0mC74LnwITRggsr { top:39.875rem;left:34.6875rem;width:13.0625rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAk4CD1os92PXKDh7PQvRpNDUf5B472N { width:17.375rem;height:2.875rem;top:56.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvdUHe4IW51PrfdKgvkMOr1Jo6UVCqx { display:block; }
 }@media only screen and (max-width: 763px) { #nRvu7Z7RmeMUztl66rEeb7cHcBnquRm5 { width:15.25rem;height:2.875rem;top:56.5rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsak3GHPfluNJM4q0xWJXTWOQanRJopq { display:block; }
 }@media only screen and (max-width: 763px) { #gZRhObl4nwekyWh8AWKN0q9TITEB5eT5 { width:7.375rem;height:2.375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW5n48piCh1BqKbDITNNTw7d2cQelUob { display:block; }
 }@media only screen and (max-width: 763px) { #LVJeRH5egwKw9oqiTWGHBD7G7RRrA9uU { width:7.375rem;height:2.375rem;top:30.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3JHhUVsPEapMAawLtBCyFFOvzyrp5NC { display:block; }
 }@media only screen and (max-width: 763px) { #psR2URMy2McLQwyc3skneoOeaciQtDqs { width:7.375rem;height:2.375rem;top:30.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAcoC5J5vSimovc1rAF1qbNs753v4tQ { display:block; }
 }@media only screen and (max-width: 763px) { #TXXJ9Su8fJT5SO4szBnVZJ7FMfum3rtJ { width:7.375rem;height:2.375rem;top:30.875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm19nXyE5RV5ObUuVE2c3AEevLEQiXNl { display:block; }
 }@media only screen and (max-width: 763px) { #xbRPKdcO6QuaS3C0zooqSGa6siEuaseP { display:block; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4AnMWml5paNFqQeWncI3FaN2WRpfXMg { top:4.875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnX9TA1NHUJ1TOiTRWkWZyuSLKMI514W { top:35.25rem;left:14.8125rem;width:32.9375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmtCG2gJW0MCIg1Asxg4a6mifLf4ES66 { top:35.3125rem;left:0rem;width:42.3125rem;height:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U80Bd9cNXa8AfcOwHaT9LzCxVFPaRHs8 { top:11.75rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMNBiakU1ORhhgFVZRD5VnxuzeFOhTin { top:14.375rem;left:0rem;width:47.375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFqQ9SoCXwaw1kbmaKnbi94cOQLkhcPc { top:17.375rem;left:0rem;width:37.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqi2EvvFUC8Uho5k4cWBIpXou0dBEk1 { top:32.5625rem;left:19.375rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKVtd5dorawICaiex3nPQDK6MieU3OLd { top:39.0625rem;left:22.25rem;width:25.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPeFdduOCqNhsb90NyE2Hk5MqJuVIqB { top:37rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgpWcHPRpw2wQW8lGlsMycxZxsmbE1o { top:45.875rem;left:22.25rem;width:25.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwMWU3yUyWLQGdXsZXr4DGvDmRQeS7A6 { top:43.75rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8nzieHiRU8gW8zdnqdQpSlHbyZLozta { top:50.9375rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RchA7XEzroSqdnGC6EangDK1iBXbD2pJ { top:53.0625rem;left:22.25rem;width:25.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBxUv2r9fT3TmT46uZRayTXGrzrzGFBh { top:57.75rem;left:19.5625rem;width:28.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9nX9ys8JcBtg9Ip5LXz5bmrLGD7hLT { top:59.875rem;left:22.25rem;width:25.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMOJFLRiXeba1vLOZO86gf6ZNNAFzFsM { top:36.5rem;left:19.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeJ3SKqkCZvmzKXbXufTsTkvUCXWQiik { top:43.125rem;left:19.9375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSd40yk1y5qIQh1aE38ofNvKgAwpTug { top:50.125rem;left:19.9375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouNc4ShUie97eV6wk725Qxb7eTNBkV5n { top:57.125rem;left:19.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7nGxa43K9KeAXq2iTmIfZfsbbPvo6s { top:64.75rem;left:19.9375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1LSEyKx2xhAZMLE542VcT2PdbmA76Um { top:65.5625rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDbTtDwdad2FubJqg5mh13XgRlTf0mOz { top:67.6875rem;left:22.25rem;width:25.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIst8bcPCeTpwctW8tgAXhOZ98Aqk8l5 { top:9.5625rem;left:0rem;width:47.75rem;height:59.744345238095rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB { display:block; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTEbFv0pz1LgEIDvLNP99wNByFJxxDR6 { top:4.1875rem;left:27.9375rem;width:19.8125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkOfGD4IpWR7vKdSg6tXWSJ599B4Cih { top:5.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py0BUUWXkBQOsbkXAxMCoatxTatAykn3 { top:10.875rem;left:0rem;width:46.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEGZ8QSJTwS5DVSSJEGUR43APfWNyowu { top:19.375rem;left:0rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xlfJRTgFlfho5TH8moZ0nJhpiPtSDT { top:22.625rem;left:0rem;width:21.5rem;height:5.8125rem;font-size:1rem;display:block; }#l2xlfJRTgFlfho5TH8moZ0nJhpiPtSDT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #pU7P2ewur0FXLeACtHNo2CCunZyXdUGH { top:22.625rem;left:10.0625rem;width:21.9375rem;height:4.5rem;font-size:1rem;display:block; }#pU7P2ewur0FXLeACtHNo2CCunZyXdUGH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #Akp8MQkfNqhr0eS6GDTSc7HvrWiGWknw { top:34.75rem;left:0rem;width:30.5625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdMiWs4IfIk49vyOPLaM0yMclooDtX4 { top:34rem;left:17.1875rem;width:30.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnT7uGiqEXkft1k5SELsz129aUb57k06 { top:37.8125rem;left:13.25rem;width:34.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTwOvRTDhiRI5mv9tDkiPHxBKNcWtG5 { top:43.5625rem;left:19.8125rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxSSUBnpWaozpkGvSlw2EclPOFGBDXe7 { top:47.375rem;left:25.3125rem;width:7.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIkQQnV082OBSOB0htx4XUNBQybJWGxe { top:47.5rem;left:19.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htnSWwvPQCDP3xqXDZZhodqD0EToZspo { top:47.4375rem;left:38.3125rem;width:6.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFrOuWsMBCN5OBTVyIVcKhnoHkhonsWp { top:46.75rem;left:32.5625rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWpPQDLxKiToSQh9DdoGAhFD4rTDaXvW { top:47.375rem;left:40.5rem;width:7.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmrGqA6zw8gTBBihuwNNCZD9MuTOFyRr { top:47.5rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L12RExDiUCIobx36hKQHAEUBeFyJ7mtx { top:54.5rem;left:25.3125rem;width:7.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaJb78VvXeKWnzKCZrrOtF8RxSbxoMyf { top:54.625rem;left:19.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMTs0ln5V6GV9T3K6L6CHB4fSbdk4vnb { top:54.5rem;left:38.3125rem;width:7.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5Lvb1y2AD5KJNdf2cTFB8QGPw6PuETz { top:54.5rem;left:33.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzkFJmLDflwPoIwdSAfvqtBmMGG65GzS { top:54.9375rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUSTvP5W0tNIZDxGJAGktLHnQFK5A11f { top:54.5rem;left:39.125rem;width:8.625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5s02LROINPNd158oKRMe2JzSp9L12lE { top:62.4375rem;left:33rem;width:10.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI37S0yuhkvVzuiONhsFmZOb1iPrQeym { top:62.4375rem;left:33.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMZMpwZPZgMBm1OsPgcqHkJxd0A4e6rW { width:17.375rem;height:2.875rem;top:65.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK36zXMMpXkII9XSkZZgLodMVxNuTwz3 { display:block; }
 }@media only screen and (max-width: 763px) { #RTXomR4kEwpy6hVg2ANIglZ1dFCKFPJ5 { width:15.25rem;height:2.875rem;top:65.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItGC8eSHoBkmWqxxEJm7HhqqhmtrUfGd { display:block; }
 }@media only screen and (max-width: 763px) { #a6vXZsmx1srVcJAlne3EJUuWbJpkol5f { display:block; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VR8QBCaernwxbeJ6cOP96EC039L46L23 { top:29.875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxAdEFPEdhzmowTGdAZebXs5vLV4Sw9c { top:1.8125rem;left:9.375rem;width:30.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owv5UVUgBvZQv8wm7lCQ3pXmPDhqmiqa { top:7.25rem;left:0rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isxMFb6rkoIAxsX71qh8OENnX5osZS1A { top:7.25rem;left:0rem;width:11.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7mr5vDGohLAfv8FpDPmTFtwkJxHTaqX { top:9.125rem;left:0rem;width:7.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTT1hCtF3OVU7AFDmqKzcZC27fQoTDg { top:7.25rem;left:13.3125rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ggbGXGFRaogx68fcBuJRNcGfzG0AVF { top:7.0625rem;left:20.9375rem;width:13.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H162gz6UMnXTTgSs64haddaMAwmTNhQa { top:8.9375rem;left:20.9375rem;width:10.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgLu4eIKNVWU3POHauDlBvTMGlu9d99q { top:7.375rem;left:37.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvaONguZyh2tEneo8m5Iy1UMdoAK113N { top:7.1875rem;left:34.375rem;width:13.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOmz0JyZDdJIImMLv0okkFpvGBH8dX5l { top:9.0625rem;left:37.0625rem;width:10.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3isTx1d8grRysBfoHAE5TldQs7Xi9e { top:18.4375rem;left:4.875rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #quciRgfXA1InTL0rHF64J8vKd3DvPV1t { top:18.375rem;left:13.3125rem;width:15.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6GcWmft8J9pIfgtpAWOel72tT2NKbBX { top:20.25rem;left:13.3125rem;width:11.3125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obW5pRb2zJkaFse3bBdlQ4s5fJzPmUZ6 { top:18.4375rem;left:31rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzHSIahHLMoTeLpTNLs9aTnJK3NcT3sm { top:18.375rem;left:36.625rem;width:11.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7tCznZto0uJKWkaevpX7LHfziRJNTt { top:20.25rem;left:36.4375rem;width:11.3125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd { display:block; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5cv8gt7B6lID99leqAykT63o3OH6Pn7 { top:4.6875rem;left:0rem;width:36.9375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSuAlCdsl05cVP8dI5xx3RFkBmET9TUH { top:4.6875rem;left:13.0625rem;width:33.9375rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGES327au9ZvtpKuupgQkgx2e6tShltz { top:7.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3GFvw5PFQqS5ntInny8RNL3dmE4IeDr { top:11.75rem;left:0rem;width:38.0625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgDzGH2RSqXpMPg0sXOZn4oADknWOwS { top:22.9375rem;left:0rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSTaMJMifCBhvJ8HmGqJ3sXDy5c4KDO7 { top:27.3125rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJuTa2Nt93UdTRZfpl5ZzoDi7qtQdTbW { top:27.9375rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDFR5lVD87eQLya30o51AqklZRObtBU { top:29.5rem;left:0rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9IN45k5HrOXRqZTbixo0dDa7LrMLRs7 { top:29.5rem;left:14.375rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzVCSIpf6p7TX7mkwBCc7s0l1X6ET9s { top:27.25rem;left:8.4375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLm2s8QmlOLMO2BSWd9MlVneU2x2r2k { top:27.9375rem;left:14.375rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDlfpvJBXD8D9fB7AQP8PEs5mCAT5iT { top:36.375rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSwlDDsxPmRXvZZTuvSIAoB69xfsXpym { top:37.9375rem;left:0rem;width:14.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUEKLsieLVV6mDIZWEIXFufoATv0TOxW { top:36.375rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUeuGkuwJSoakbvFZEvKatDiRXPeiIxh { top:35.1875rem;left:7.6875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqIaVoNTzQ7nMXh0EDWohexhEPb9exGI { top:36.125rem;left:14.5625rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsg6JnatogSGmpoH4wSyAfne0QzbmW48 { top:37.6875rem;left:14.5625rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nANAxrUAhKIV49dWmq8QlZqSBy2Id8s5 { top:44.5rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB7XXdfcouJo2TAgytr066b78R9EBd5s { top:46.0625rem;left:0rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTMNA7al2w8e3qF5EOwFJcu0p3dlRuF { top:44.5rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRdle7My96Hd32ixftLMmS1RQDmG5Bb3 { top:52.4375rem;left:0rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VECHrNlpn7HkMUR7gXKMJ7HLsrBoOpko { top:55.625rem;left:0rem;width:38.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1HCnZ5GB7RZl57e8A3S9U1JTUyDzoF5 { top:30.3125rem;left:16.125rem;width:31.625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xSNa0KmQAVkrHz3p3sqdxeK5ARAArC { top:35.1875rem;left:7.6875rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGlQSFyeqPXEKynmDIyCrazZuc34MRsn { display:block; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNuRiGDTX5FU3XiHMpFdoahsq1Vpo6zQ { top:3.5rem;left:18.125rem;width:29.625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8x63gosWCnsqB5J3lr88sD6bOm4llt { top:3.5rem;left:0rem;width:27.0625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJnTdJUovMU0wxGzmkDFQLJHolrcyVB { top:6.5625rem;left:19.0625rem;width:24.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3FBeXMHr4hx3EgENz3G3odV85L0TZpG { top:11.4375rem;left:6.3125rem;width:41.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK5clPoXdv0ThtS31nOQiRlCFdEEeNwc { top:19rem;left:19.0625rem;width:26.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vIfd2MBzUVQ6arwFcIR0ptGiTKhG6T { top:23.25rem;left:21.9375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0H6oboqzfZoAiuaNHXVhL3hp5V4CChi { top:29.8125rem;left:18.125rem;width:14.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hey437eIqK4dfEL0WFNLc6GcMHLhgZQb { top:33.5rem;left:18.875rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4hS2kBTWd3OGTUC0vmFVkPsD0ngSRRG { top:33.5rem;left:34.75rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRPVs17LtW1yOCul4XaT07Bl86RP6Ub0 { top:29.875rem;left:34.75rem;width:12.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8JzdHTZe11yTBkyzHEeLT9J89uXCKl { top:23.25rem;left:37.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1SXIi4brhHhXTfEl0ZiOVhiMT3UtF4 { top:33.5rem;left:36.1875rem;width:11.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiJiQOQ4WQ2RbbPsT6qTmEfm8ki1DiE1 { top:29.8125rem;left:37rem;width:10.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hve41UPzdwGqnUUmBWqx01zfIho6Z0yn { top:23.25rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoCkQOJwFc333UTGK390LtEAIz8Q0kKV { top:40.875rem;left:19.0625rem;width:26.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6rQgi8HoVxbtMFfvPKavXtqZ5ebCb85 { top:44.125rem;left:6.3125rem;width:41.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHqf9TTU3FHgBipw6dylncenA9GTeBF { display:block; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afhtsI8DpRg0AzC6Ie16cvEb9632Aw3L { top:1.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnn8tsqfBDTZDoNAFhOalNskLFpWwtD9 { top:6rem;left:29.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARxhw2mO12uoFbI4XBBx0KaxFSqPtTsT { top:8.5625rem;left:0rem;width:34.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqz3y9XUX1riPWrMN7ryTsVcGvF035Hx { top:12.6875rem;left:0rem;width:34.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeebCNgnf1l2Ta4V5t31bVlexJOUG9X8 { top:15.0625rem;left:0rem;width:41.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPtoguW6yuuT8pbnmQly50ZJnBMnM12 { width:17.375rem;height:2.875rem;top:26.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduS56Un69fPUf6sKwSmFkc4U1xBAe0P { display:block; }
 }@media only screen and (max-width: 763px) { #v7WE8r6NkCqVTLy3Bkv0sm80HGeudKfN { width:15.25rem;height:2.875rem;top:26.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7PvFJuMnDtmEMs2gtggUTqWJnyHCMgG { display:block; }
 }@media only screen and (max-width: 763px) { #uqC5zZNqgLy4brB2ZUrnw5i0EOIiLQmr { top:7.125rem;left:0rem;width:42.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZcTm3qTrPscMTtSmfirwQRacT85qbu { display:block; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK6Z0TDAVmQp6uJcwmAE4y1zP5OXBNCC { top:5.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSaQ7lHRRHfiNfbWzU4tNVgwfOvhTiX1 { top:53rem;left:15.5rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qZXuUIi3FqNHPIC4pABedEkmqoNGd7 { top:55.375rem;left:15.5rem;width:9.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeIo9mv14PIBnhsnpGd2bwMUgAJRo8qG { top:55.375rem;left:23.1875rem;width:9.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI5k9JzvckVrJyC8NIpDrlZ7I2vp3a4K { top:11.1875rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f { display:block; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXeD1Q1uLTfbbHXglnxFvEk8w3QQ3Vd3 { top:2.4375rem;left:7.6875rem;width:32.375rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btm7lWL6iOwgcnF6H1Dy9ZpcLk4Q6PAT { top:7.8125rem;left:5.46875rem;width:36.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQUk3oRpTKwEEGmcZB6w2g0rLlCBCRfR { top:13.375rem;left:4.28125rem;width:39.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz7MikzDgpdBkbgPAA0wqVeXg4sMbk8q { width:17.375rem;height:2.875rem;top:16.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQGJ07p5kcA93805gU8qOIZg2L1Trco1 { display:block; }
 }@media only screen and (max-width: 763px) { #CxqPT1oLT2Jb3mcrT80LdxZSTEORaiIk { width:15.25rem;height:2.875rem;top:16.5rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX9XztsDuv7n0E29wnXU3G4G69WyIQbX { display:block; }
 }@media only screen and (max-width: 763px) { #i6ILhOgPIfTr0GhowLqBlywqXP5NKR0H { top:21rem;left:13.8125rem;width:20.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0oZRkHOsmIP8JHeKZQkucXTfiBs5pHf { top:29.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/44562582-74cb-49df-95fb-a27b2ee62b80/Untitleddesign20251019T130056056.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:175.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ff9ewG0dN1GACBO2Vitzw9CO922fxJ4O { width:17.6875rem;height:5.75rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8TSiVF32OhsrRPClWz1Vgt3fORiXJ7h { width:14.875rem;height:8.1875rem;top:14.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4mT75M8AZsGafAPg9SWRpgzyb0TuMK7 { width:15.25rem;height:2.875rem;top:8.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BitUt2kmyOB6SDyg3T68DipRhSIk5ic0 { display:block; }
 }@media only screen and (max-width: 763px) { #ycXy1q4fhsolS7vbIlA1NcUCPSTt3GTh { width:20rem;height:3.5996125rem;top:26.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8HIdIbtidRugyPEUeFaJz9wVVE1TwlT { width:20rem;height:0;top:31.874025rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ  { width:17.5rem;height:auto;top:97.8125rem;left:0rem; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ {display:block;}#iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ { width:17.5rem;height:auto;top:97.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #mN4KsKtqsLNRSOPfUAtwemZCQKrymJQo {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Hu3hcdwk24JlHbBc0N3nTWH1IOlD5hIB { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #HykSHCfVfXUvT53XTWAoWSPZ5fARCnsA {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Uq6hWnLxW1wRp1MwQ920i8GCwlrVvXsi {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #KuwfiWHVoSX7WCZUZIIVxSlI2NW17lDk { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Dz01DdNeTi8TCRkBXq1hH7CHaNCFTMIg {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #xmkENusnkAH0KAszTUy46XleTHL76pKC {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #BAx7ZTppDvWQK7ObPErLFM77z4MCQcHc { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #PUgKnv7q8HZPtKFaMeZiOkaaI1GGCEt0 {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #hELyUlgPb9E7Tor2u0OJUvPAbRWAMVth {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #b1ZAlRgVxPow4PVkwzTks4zTo0pzBh5w { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #gv6flqAD0f76LMFHcffCIWdK05IXX9Cg {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #p2C8E0MBcxtw4ng4PGRUJNkuXvLZ1AIB {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #Z4ZdfehvxOtFxcBHQRlsJp8NgKoOoLTK { display:block; }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #prDKkMXK3tFqc3CWozPaH0QXCzpezkGU {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #OngdSmPtSazexmX61OGlZSBNdihtf3Xh {  }
 }@media only screen and (max-width: 763px) { #iDqlqcC4H94qiKVD7rTp6PxTpTn9bMnZ #E8xnZPA62TaIATJMdC6v093ybnUyC8f4 {  }
 }@media only screen and (max-width: 763px) { #gmok4l0CrHMwEUX7ZMa7XdVcdmATJS49 { width:20rem;height:5.84765625rem;top:91.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCgMlLwUDy9P0sdGJ7mKkuIO8ks5K7Ff { width:20rem;height:7.125rem;top:91.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBfz0pcKmwXgKNW5hblsQqb8G1VZcluC { width:20rem;height:7.42383125rem;top:30.125rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhtD5bIutHP9JHIqNTipwgzWoFtObn0i { width:16.6875rem;height:17.875rem;top:47.625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBIl681wyOdwxZlFB11TVTpnMB05dQt9 { width:1.375rem;height:18.625rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMUybQ4clQcsAtJcKGb1itAuXoDlRX38 { width:19.75rem;height:18.625rem;top:47.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nGK9VBeNNJEqyNatNP7sE7MNW8ho8GMX { width:20rem;height:4.2246125rem;top:84.087890625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HsCeCgn1bKNwSZfuaqptXKPDUc1yHt8F { width:11.9375rem;height:11.9375rem;top:130.9375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKIWZAnkR8K4RGwzNerpfzgnWwx8MV7h { display:block; }
 }@media only screen and (max-width: 763px) { #tVkTw3FRUt3yMX4NL0knq091xF3lh6LF { width:11.9375rem;height:11.9375rem;top:145.8125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq9XfiS6f6AcdQqTmgegOSlUqkIZRGZv { display:block; }
 }@media only screen and (max-width: 763px) { #BUxesOhHsq37lci2eM8TaM8seeN8OT6S { width:11.9375rem;height:11.9375rem;top:160.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frn6hhqTdJ53z4d2ZgJISG9u3yAK4Mxo { display:block; }
 }@media only screen and (max-width: 763px) { #w2Jq2CDJDpp9ogys6JralNZgfnHo4xgi { width:16.4375rem;height:4.7119125rem;top:68.0625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9EPmwrEJlaygUS4f2yHh2lA0gvWLHJs { width:19.125rem;height:2.92480625rem;top:71.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rew8oSiR166v271aOr25IuTactI0FkNc { width:0.1875rem;height:4.6875rem;top:42.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7ohUAEXKfvVI9VJIQauLTWI4L6avIKH { width:12.5rem;height:1.8681625rem;top:76.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehzyQk2M5y3Sy6wcKd5BXhn21rH7QRo { width:14.5rem;height:1.8681625rem;top:78.1796875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqnPFwMLmwvSq7ICliBF3nRryM3TiAhP { width:14.75rem;height:1.8681625rem;top:80.046875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q299tOdwVd6NTEPnMpD1wiGzh7VQQUe9 { width:20rem;height:7.3125rem;top:37.5rem;left:0rem;font-size:1.875rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAFW9qbTHIqgkuHdrfUO6QIxRMRSd1Ok { top:75.1875rem;left:0rem;width:4.6875rem;height:0.3125rem;z-index:15049;background-color:#77bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ { display:block; }#KoOJ0ps9y7dDmVCxwOURQmztz3OnBolQ > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRTr9UTTdTQzN8rANDCXEhZpdDqiS8Tq { width:16.75rem;height:12.375rem;top:11.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi2nPqqQ2py5LOWQJBPJIwxXRJyeDkzp { width:20rem;height:2.4375rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQzuvtNiACZTLCRIg4e1JRD0S4P83b7 { width:20rem;height:3.736325rem;top:5.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJpA05rHXq0yKU5sTiOdBS0K5tFTkgeT { width:16.75rem;height:12.3125rem;top:25.78125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jty8SVmzzHI5200fXQnzwTq8t26PfwHT { width:20rem;height:20.9375rem;top:40.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6IXCpKLrCAkRgPbJftgfGtASNLypeBr { display:block; }#a6IXCpKLrCAkRgPbJftgfGtASNLypeBr > .row .container { width:20rem;height:157.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx0Btz2pZ1whFuoFTnqSdwdQofoSHknd { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR96c5IO2IEP3m5XIR50D8zOZzuemFo7 { width:20rem;height:10.2363125rem;top:8.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkcDvZGg5xlfIafxEfB2hlZDc9cXfgBm { width:20rem;height:3.57421875rem;top:20.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afWdNTJBkCp3OzDy2Z1vRX3q07AQZUzP { width:13.75rem;height:13.75rem;top:26.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJRTe0AsS61eqNbETeOQS90ZFV0R452H { display:block; }
 }@media only screen and (max-width: 763px) { #BB2qcXT1VrK6Kz0JaHlOBLarRy7xTqmq { width:13.75rem;height:13.75rem;top:56.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFxbbGr9L8aFDgCm289wryXUmV4iL3a { display:block; }
 }@media only screen and (max-width: 763px) { #Mv4lTfImxvcRFTEh5KmKEDJt6NAzwtCH { width:13.75rem;height:13.75rem;top:85.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWbGTCQfxW8HG6WFGwrHP9Q971MTVXV { display:block; }
 }@media only screen and (max-width: 763px) { #BibS0ehO29kJQACOwWgN1uPTPBVdUOcv { width:13.75rem;height:13.75rem;top:115.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBXIOSXFih24sAh4LHkZNPdVclftpTC { display:block; }
 }@media only screen and (max-width: 763px) { #EliMvU2Al4F8vszFaSSlbyIcV1XGfRtH { width:0.125rem;height:1.875rem;top:41.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osEISZGPt2qAdSO8ZLkSpPmDE3tQWQ7M { width:17.625rem;height:9.098625rem;top:44.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNiLlB9QB7ttQFGvkewBcmMiwtoEnA1 { width:18.3125rem;height:10.3125rem;top:43.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzhiXBTeTVxokfhVA3OPV7oupQDo0mrX { width:0.125rem;height:1.875rem;top:70.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIVbu5uK8CzOJbE651bAaskEBALPHXVx { width:18.3125rem;height:10.75rem;top:72.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5nEKAbb1v7AlsssT1y7Sv7rdtQZOtzO { width:17.625rem;height:9.098625rem;top:73.375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebv3ERXI6iFWcZ3T20bGE1TnFpebcf8R { width:0.125rem;height:1.875rem;top:100.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am6r7ZE1exPWtoelro7qxk6HCNhdh8qy { width:18.3125rem;height:10.75rem;top:102.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftu8anPoX8Bw3bO8vIKaTErVozzD6Sq9 { width:17.625rem;height:9.098625rem;top:103.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eANS1eZxWs3VicWseAzCRD8BwDlyaT0P { width:0.125rem;height:1.875rem;top:129.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuynT1i7PafACp6GAesxGFpBtUJ2CDfR { width:18.3125rem;height:11.625rem;top:131.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #la2GPcO7Czhq2biRU0mC74LnwITRggsr { width:17.625rem;height:10.3984375rem;top:132.4375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAk4CD1os92PXKDh7PQvRpNDUf5B472N { width:17.375rem;height:2.875rem;top:147.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvdUHe4IW51PrfdKgvkMOr1Jo6UVCqx { display:block; }
 }@media only screen and (max-width: 763px) { #nRvu7Z7RmeMUztl66rEeb7cHcBnquRm5 { width:15.25rem;height:2.875rem;top:151.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsak3GHPfluNJM4q0xWJXTWOQanRJopq { display:block; }
 }@media only screen and (max-width: 763px) { #gZRhObl4nwekyWh8AWKN0q9TITEB5eT5 { width:7.375rem;height:2.375rem;top:37.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW5n48piCh1BqKbDITNNTw7d2cQelUob { display:block; }
 }@media only screen and (max-width: 763px) { #LVJeRH5egwKw9oqiTWGHBD7G7RRrA9uU { width:7.375rem;height:2.375rem;top:66.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3JHhUVsPEapMAawLtBCyFFOvzyrp5NC { display:block; }
 }@media only screen and (max-width: 763px) { #psR2URMy2McLQwyc3skneoOeaciQtDqs { width:7.375rem;height:2.375rem;top:96.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAcoC5J5vSimovc1rAF1qbNs753v4tQ { display:block; }
 }@media only screen and (max-width: 763px) { #TXXJ9Su8fJT5SO4szBnVZJ7FMfum3rtJ { width:7.375rem;height:2.375rem;top:126rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm19nXyE5RV5ObUuVE2c3AEevLEQiXNl { display:block; }
 }@media only screen and (max-width: 763px) { #xbRPKdcO6QuaS3C0zooqSGa6siEuaseP { display:block; }#xbRPKdcO6QuaS3C0zooqSGa6siEuaseP > .row .container { width:20rem;height:103rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4AnMWml5paNFqQeWncI3FaN2WRpfXMg { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnX9TA1NHUJ1TOiTRWkWZyuSLKMI514W { width:20rem;height:49.5625rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmtCG2gJW0MCIg1Asxg4a6mifLf4ES66 { width:20rem;height:20rem;top:36.047875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U80Bd9cNXa8AfcOwHaT9LzCxVFPaRHs8 { width:16.5625rem;height:16.5625rem;top:13.2353515625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMNBiakU1ORhhgFVZRD5VnxuzeFOhTin { width:19.625rem;height:19.125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFqQ9SoCXwaw1kbmaKnbi94cOQLkhcPc { width:18.25rem;height:12.998025rem;top:30.9375rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTqi2EvvFUC8Uho5k4cWBIpXou0dBEk1 { width:20rem;height:2.03125rem;top:49.0478515625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKVtd5dorawICaiex3nPQDK6MieU3OLd { width:18.1875rem;height:3.8994125rem;top:56.89453125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPeFdduOCqNhsb90NyE2Hk5MqJuVIqB { width:13.125rem;height:3.0859375rem;top:53.42578125rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htgpWcHPRpw2wQW8lGlsMycxZxsmbE1o { width:18.1875rem;height:3.8994125rem;top:65.802734375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwMWU3yUyWLQGdXsZXr4DGvDmRQeS7A6 { width:10.625rem;height:1.54296875rem;top:63rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8nzieHiRU8gW8zdnqdQpSlHbyZLozta { width:14.9375rem;height:3.0859375rem;top:71.61328125rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RchA7XEzroSqdnGC6EangDK1iBXbD2pJ { width:18.1875rem;height:3.8994125rem;top:75.1875rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBxUv2r9fT3TmT46uZRayTXGrzrzGFBh { width:14.5625rem;height:3.0859375rem;top:81.23828125rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9nX9ys8JcBtg9Ip5LXz5bmrLGD7hLT { width:18.1875rem;height:5.19921875rem;top:84.8125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMOJFLRiXeba1vLOZO86gf6ZNNAFzFsM { width:4.0625rem;height:4.0625rem;top:52.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeJ3SKqkCZvmzKXbXufTsTkvUCXWQiik { width:4.0625rem;height:4.0625rem;top:61.740234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSd40yk1y5qIQh1aE38ofNvKgAwpTug { width:4.0625rem;height:4.0625rem;top:71.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouNc4ShUie97eV6wk725Qxb7eTNBkV5n { width:4.0625rem;height:4.0625rem;top:80.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7nGxa43K9KeAXq2iTmIfZfsbbPvo6s { width:4.0625rem;height:4.0625rem;top:91.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1LSEyKx2xhAZMLE542VcT2PdbmA76Um { width:14.3125rem;height:3.0859375rem;top:91.92578125rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDbTtDwdad2FubJqg5mh13XgRlTf0mOz { width:18.1875rem;height:3.8994125rem;top:95.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIst8bcPCeTpwctW8tgAXhOZ98Aqk8l5 { width:20rem;height:25.0234375rem;top:36.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d508a2cb-a09c-4a3e-8844-80e0596e7f6b/Untitleddesign20251019T134503703.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB.adaptive-delivery-prevent-bg, #zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB.lazyload, #zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB.lazyloading { background-image: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container { background-color: transparent; background-image: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container > .video-iframe-container { display: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row > .video-iframe-container { display: none; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .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); }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPLT6CCLUwdOie9OhIcTloGdr0MZkgnB > .row .container { width:20rem;height:175.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTEbFv0pz1LgEIDvLNP99wNByFJxxDR6 { width:19.8125rem;height:24.875rem;top:47.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkOfGD4IpWR7vKdSg6tXWSJ599B4Cih { width:20rem;height:5.19921875rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py0BUUWXkBQOsbkXAxMCoatxTatAykn3 { width:20rem;height:14.29780625rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEGZ8QSJTwS5DVSSJEGUR43APfWNyowu { width:20rem;height:2.03125rem;top:25.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xlfJRTgFlfho5TH8moZ0nJhpiPtSDT { width:20rem;height:7.124rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }#l2xlfJRTgFlfho5TH8moZ0nJhpiPtSDT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #pU7P2ewur0FXLeACtHNo2CCunZyXdUGH { width:20rem;height:7.124rem;top:36.8125rem;left:0rem;font-size:1rem;display:block; }#pU7P2ewur0FXLeACtHNo2CCunZyXdUGH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #Akp8MQkfNqhr0eS6GDTSc7HvrWiGWknw { width:20rem;height:14.969325153374rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWdMiWs4IfIk49vyOPLaM0yMclooDtX4 { width:20rem;height:5.19921875rem;top:91.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnT7uGiqEXkft1k5SELsz129aUb57k06 { width:20rem;height:6.499rem;top:98.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTwOvRTDhiRI5mv9tDkiPHxBKNcWtG5 { width:20rem;height:4.0625rem;top:106.875rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxSSUBnpWaozpkGvSlw2EclPOFGBDXe7 { width:7.25rem;height:5.19921875rem;top:117.3125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIkQQnV082OBSOB0htx4XUNBQybJWGxe { width:5rem;height:5rem;top:111.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htnSWwvPQCDP3xqXDZZhodqD0EToZspo { width:6.1875rem;height:5.19921875rem;top:117.3125rem;left:11.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFrOuWsMBCN5OBTVyIVcKhnoHkhonsWp { width:6.5rem;height:6.5rem;top:110.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWpPQDLxKiToSQh9DdoGAhFD4rTDaXvW { width:7.25rem;height:5.19921875rem;top:129.3125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmrGqA6zw8gTBBihuwNNCZD9MuTOFyRr { width:5rem;height:5rem;top:123.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L12RExDiUCIobx36hKQHAEUBeFyJ7mtx { width:7.25rem;height:6.499rem;top:129.3125rem;left:11.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaJb78VvXeKWnzKCZrrOtF8RxSbxoMyf { width:5rem;height:5rem;top:123.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMTs0ln5V6GV9T3K6L6CHB4fSbdk4vnb { width:7.25rem;height:6.499rem;top:142.8125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5Lvb1y2AD5KJNdf2cTFB8QGPw6PuETz { width:5rem;height:5rem;top:137.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzkFJmLDflwPoIwdSAfvqtBmMGG65GzS { width:5.5625rem;height:5.5625rem;top:136.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUSTvP5W0tNIZDxGJAGktLHnQFK5A11f { width:8.625rem;height:6.499rem;top:142.8125rem;left:10.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5s02LROINPNd158oKRMe2JzSp9L12lE { width:10.125rem;height:5.19921875rem;top:155.6875rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qI37S0yuhkvVzuiONhsFmZOb1iPrQeym { width:4.75rem;height:4.75rem;top:150.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMZMpwZPZgMBm1OsPgcqHkJxd0A4e6rW { width:17.375rem;height:2.875rem;top:164.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK36zXMMpXkII9XSkZZgLodMVxNuTwz3 { display:block; }
 }@media only screen and (max-width: 763px) { #RTXomR4kEwpy6hVg2ANIglZ1dFCKFPJ5 { width:15.25rem;height:2.875rem;top:168.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItGC8eSHoBkmWqxxEJm7HhqqhmtrUfGd { display:block; }
 }@media only screen and (max-width: 763px) { #a6vXZsmx1srVcJAlne3EJUuWbJpkol5f { display:block; }#a6vXZsmx1srVcJAlne3EJUuWbJpkol5f > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VR8QBCaernwxbeJ6cOP96EC039L46L23 { width:20rem;height:27.293rem;top:66.619140625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxAdEFPEdhzmowTGdAZebXs5vLV4Sw9c { width:20rem;height:2.5996125rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #owv5UVUgBvZQv8wm7lCQ3pXmPDhqmiqa { width:8.25rem;height:8.25rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isxMFb6rkoIAxsX71qh8OENnX5osZS1A { width:10.9375rem;height:1.3808625rem;top:8.4375rem;left:7.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7mr5vDGohLAfv8FpDPmTFtwkJxHTaqX { width:7.9375rem;height:6.499rem;top:10.25rem;left:7.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTTT1hCtF3OVU7AFDmqKzcZC27fQoTDg { width:7.0625rem;height:7.0625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ggbGXGFRaogx68fcBuJRNcGfzG0AVF { width:12.125rem;height:1.3808625rem;top:19.625rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H162gz6UMnXTTgSs64haddaMAwmTNhQa { width:10.6875rem;height:6.499rem;top:21.5625rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgLu4eIKNVWU3POHauDlBvTMGlu9d99q { width:7.0625rem;height:7.0625rem;top:31.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvaONguZyh2tEneo8m5Iy1UMdoAK113N { width:10.1875rem;height:1.3808625rem;top:30.5625rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOmz0JyZDdJIImMLv0okkFpvGBH8dX5l { width:10.6875rem;height:6.499rem;top:32.4375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3isTx1d8grRysBfoHAE5TldQs7Xi9e { width:7.6875rem;height:7.6875rem;top:42.423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quciRgfXA1InTL0rHF64J8vKd3DvPV1t { width:10.4375rem;height:2.76171875rem;top:41.611328125rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6GcWmft8J9pIfgtpAWOel72tT2NKbBX { width:11.3125rem;height:6.499rem;top:45.1171875rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obW5pRb2zJkaFse3bBdlQ4s5fJzPmUZ6 { width:7.375rem;height:7.375rem;top:54.115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzHSIahHLMoTeLpTNLs9aTnJK3NcT3sm { width:11.125rem;height:1.3808625rem;top:54.115234375rem;left:7.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7tCznZto0uJKWkaevpX7LHfziRJNTt { width:11.3125rem;height:6.499rem;top:56.0625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a19c098-a537-40cc-ad4c-d6c13133c97d/Untitleddesign20251002T200549358.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd.adaptive-delivery-prevent-bg, #mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd.lazyload, #mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd.lazyloading { background-image: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container { background-color: transparent; background-image: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container > .video-iframe-container { display: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row > .video-iframe-container { display: none; }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .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); }#mhBxEUtFmNCtUNCJgtvkwxpRTL9gf0dd > .row .container { width:20rem;height:135.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5cv8gt7B6lID99leqAykT63o3OH6Pn7 { width:20rem;height:2.5996125rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSuAlCdsl05cVP8dI5xx3RFkBmET9TUH { width:20rem;height:20rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGES327au9ZvtpKuupgQkgx2e6tShltz { width:20rem;height:3.4121125rem;top:5.349609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3GFvw5PFQqS5ntInny8RNL3dmE4IeDr { width:20rem;height:15.59765625rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFgDzGH2RSqXpMPg0sXOZn4oADknWOwS { width:20rem;height:4.0625rem;top:50.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSTaMJMifCBhvJ8HmGqJ3sXDy5c4KDO7 { width:5.9375rem;height:5.9375rem;top:56.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJuTa2Nt93UdTRZfpl5ZzoDi7qtQdTbW { width:11.25rem;height:3.0859375rem;top:56.4375rem;left:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEDFR5lVD87eQLya30o51AqklZRObtBU { width:13.125rem;height:3.8994125rem;top:59.5rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9IN45k5HrOXRqZTbixo0dDa7LrMLRs7 { width:12.6875rem;height:3.8994125rem;top:67.6875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzVCSIpf6p7TX7mkwBCc7s0l1X6ET9s { width:5.6875rem;height:5.6875rem;top:65.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLm2s8QmlOLMO2BSWd9MlVneU2x2r2k { width:10.6875rem;height:1.54296875rem;top:66rem;left:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDlfpvJBXD8D9fB7AQP8PEs5mCAT5iT { width:5.125rem;height:5.125rem;top:74.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSwlDDsxPmRXvZZTuvSIAoB69xfsXpym { width:12.125rem;height:3.8994125rem;top:76.6875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUEKLsieLVV6mDIZWEIXFufoATv0TOxW { width:11.75rem;height:3.0859375rem;top:73.625rem;left:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUeuGkuwJSoakbvFZEvKatDiRXPeiIxh { width:7.4375rem;height:7.4375rem;top:82.6875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqIaVoNTzQ7nMXh0EDWohexhEPb9exGI { width:11.0625rem;height:3.0859375rem;top:82.5625rem;left:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsg6JnatogSGmpoH4wSyAfne0QzbmW48 { width:12.6875rem;height:3.8994125rem;top:85.9375rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nANAxrUAhKIV49dWmq8QlZqSBy2Id8s5 { width:5.125rem;height:5.125rem;top:92.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB7XXdfcouJo2TAgytr066b78R9EBd5s { width:12.9375rem;height:3.8994125rem;top:94.5625rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTMNA7al2w8e3qF5EOwFJcu0p3dlRuF { width:11.75rem;height:3.0859375rem;top:91.5rem;left:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRdle7My96Hd32ixftLMmS1RQDmG5Bb3 { width:20rem;height:2.03125rem;top:102.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VECHrNlpn7HkMUR7gXKMJ7HLsrBoOpko { width:20rem;height:6.499rem;top:106.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1HCnZ5GB7RZl57e8A3S9U1JTUyDzoF5 { width:20rem;height:20rem;top:112.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xSNa0KmQAVkrHz3p3sqdxeK5ARAArC { width:5.25rem;height:5.25rem;top:82.5625rem;left:0.9375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iGlQSFyeqPXEKynmDIyCrazZuc34MRsn { display:block; }#iGlQSFyeqPXEKynmDIyCrazZuc34MRsn > .row .container { width:20rem;height:128.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNuRiGDTX5FU3XiHMpFdoahsq1Vpo6zQ { width:20rem;height:5.19921875rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8x63gosWCnsqB5J3lr88sD6bOm4llt { width:20rem;height:30.0224375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJnTdJUovMU0wxGzmkDFQLJHolrcyVB { width:20rem;height:3.4121125rem;top:9.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3FBeXMHr4hx3EgENz3G3odV85L0TZpG { width:20rem;height:7.7988125rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK5clPoXdv0ThtS31nOQiRlCFdEEeNwc { width:20rem;height:4.0625rem;top:59.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vIfd2MBzUVQ6arwFcIR0ptGiTKhG6T { width:6.5625rem;height:6.5625rem;top:65.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0H6oboqzfZoAiuaNHXVhL3hp5V4CChi { width:14.25rem;height:3.0859375rem;top:72.5rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hey437eIqK4dfEL0WFNLc6GcMHLhgZQb { width:12.6875rem;height:3.8994125rem;top:75.5859375rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4hS2kBTWd3OGTUC0vmFVkPsD0ngSRRG { width:12.6875rem;height:3.8994125rem;top:92.6484375rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRPVs17LtW1yOCul4XaT07Bl86RP6Ub0 { width:12.625rem;height:3.0859375rem;top:89.5625rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8JzdHTZe11yTBkyzHEeLT9J89uXCKl { width:6.5625rem;height:6.5625rem;top:82rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1SXIi4brhHhXTfEl0ZiOVhiMT3UtF4 { width:11.5625rem;height:3.8994125rem;top:109.4609375rem;left:4.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiJiQOQ4WQ2RbbPsT6qTmEfm8ki1DiE1 { width:10.75rem;height:3.0859375rem;top:106.375rem;left:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hve41UPzdwGqnUUmBWqx01zfIho6Z0yn { width:6.5625rem;height:6.5625rem;top:98.6875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoCkQOJwFc333UTGK390LtEAIz8Q0kKV { width:20rem;height:2.03125rem;top:116.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6rQgi8HoVxbtMFfvPKavXtqZ5ebCb85 { width:20rem;height:6.499rem;top:119.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHqf9TTU3FHgBipw6dylncenA9GTeBF { display:block; }#daHqf9TTU3FHgBipw6dylncenA9GTeBF > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afhtsI8DpRg0AzC6Ie16cvEb9632Aw3L { width:20rem;height:2.5996125rem;top:3.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnn8tsqfBDTZDoNAFhOalNskLFpWwtD9 { width:18.3125rem;height:18.3125rem;top:31.0625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARxhw2mO12uoFbI4XBBx0KaxFSqPtTsT { width:16.6875rem;height:4.38574375rem;top:10.875rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqz3y9XUX1riPWrMN7ryTsVcGvF035Hx { width:20rem;height:2.35546875rem;top:15.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeebCNgnf1l2Ta4V5t31bVlexJOUG9X8 { width:20rem;height:8.7715rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPtoguW6yuuT8pbnmQly50ZJnBMnM12 { width:17.375rem;height:2.875rem;top:53rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduS56Un69fPUf6sKwSmFkc4U1xBAe0P { display:block; }
 }@media only screen and (max-width: 763px) { #v7WE8r6NkCqVTLy3Bkv0sm80HGeudKfN { width:15.25rem;height:2.875rem;top:57.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7PvFJuMnDtmEMs2gtggUTqWJnyHCMgG { display:block; }
 }@media only screen and (max-width: 763px) { #uqC5zZNqgLy4brB2ZUrnw5i0EOIiLQmr { width:19.875rem;height:19.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZcTm3qTrPscMTtSmfirwQRacT85qbu { display:block; }#PEZcTm3qTrPscMTtSmfirwQRacT85qbu > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK6Z0TDAVmQp6uJcwmAE4y1zP5OXBNCC { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSaQ7lHRRHfiNfbWzU4tNVgwfOvhTiX1 { width:12.5rem;height:3.25rem;top:54.375rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3qZXuUIi3FqNHPIC4pABedEkmqoNGd7 { width:9.125rem;height:9.09864375rem;top:56.6875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeIo9mv14PIBnhsnpGd2bwMUgAJRo8qG { width:7rem;height:9.09864375rem;top:56.6875rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI5k9JzvckVrJyC8NIpDrlZ7I2vp3a4K { width:20rem;height:21.75rem;top:10.297875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f { display:block; }#s4lE9UbXhLxuT78ZhACxJUwTvwFbny9f > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXeD1Q1uLTfbbHXglnxFvEk8w3QQ3Vd3 { width:20rem;height:7.066375rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btm7lWL6iOwgcnF6H1Dy9ZpcLk4Q6PAT { width:20rem;height:6.499rem;top:9.5654375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQUk3oRpTKwEEGmcZB6w2g0rLlCBCRfR { width:20rem;height:3.0859375rem;top:17.3135rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz7MikzDgpdBkbgPAA0wqVeXg4sMbk8q { width:17.375rem;height:2.875rem;top:21.6494375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQGJ07p5kcA93805gU8qOIZg2L1Trco1 { display:block; }
 }@media only screen and (max-width: 763px) { #CxqPT1oLT2Jb3mcrT80LdxZSTEORaiIk { width:15.25rem;height:2.875rem;top:25.7744375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX9XztsDuv7n0E29wnXU3G4G69WyIQbX { display:block; }
 }@media only screen and (max-width: 763px) { #i6ILhOgPIfTr0GhowLqBlywqXP5NKR0H { width:20rem;height:6.4596273291925rem;top:29.8994375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0oZRkHOsmIP8JHeKZQkucXTfiBs5pHf { width:20rem;height:4.0625rem;top:37.6084375rem;left:0rem;font-size:0.625rem;display:block; }
 }