.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); }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq { 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; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row .container { background-color: transparent; background-image: none; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row .container > .video-iframe-container { display: none; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row > .video-iframe-container { display: none; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .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); }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row .container { border-width: 0; border-radius: 0; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#yxdKgbPXtOTI421qVzbLPDmQwOadNuGh { 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:4.5rem;width:13.6875rem;top:1.21875rem;left:1.3125rem;overflow:hidden;display:block; }
#vsd1Q6A8L2nms0rtcAC4qGc3nIWHd0iA { 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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.03125rem;left:57rem;display:block; }
#uZPOiKxEhVs6Q0ya3xL2H7EyrV0T8gml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f652424-638a-40a9-873d-20ae59c28773/BusinessmanNADDNAFadegreen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:67.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-form-header { font-size:0.875rem; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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) ; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-container:first-of-type{padding-top:0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-container:last-of-type{padding-bottom:0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK  { 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:43.25rem;top:31.625rem;z-index:15009;font-size:0.875rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.75rem;display:block;vertical-align:top; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .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; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK {display:block;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK { 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:43.25rem;top:31.625rem;z-index:15009;font-size:0.875rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #pnprTc8BFTalb00cvRTwx1z4WO5HC7kf { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #laWGAO4UDPs4e3ipNTwWLtuqKbOPFzTK { position:relative;display:none; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #ZRndfWX1kh1ToxJTTrZ4p2qkd11qxgWi { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #rJxUgoASFIlivpPF9wkB80zzIaW3iseU { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #tkCBOcNt7lEKQCtf6T2ySEiG8Jtr7dAA { position:relative;display:none; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #kafFB5Z75uUIlzreT78HcxVMBcrTtwPH { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #dM73HZxtR2AphicVnXmThN3un22XdTFA { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #f44TGqdxbvrMZf53Up6dwyPVOuuucRKC { position:relative;display:none; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #roX2DZfGMe7uQn8QGUyQ4X29flQV2Frb { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #FRZkphzD5JI6e2uawrTlQlM3tZfupanw { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #Ls2SLTNoJpXBqbPfo12qHvIcTtXQlrBk { position:relative;display:none; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #uktlBcbzO9W9wTlcUvfS2AgOaJXDixhT { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #sonfWdphARGaM7TQUtQqkaKE9Ul0hIny { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #TQ1VaRKrya7Qo7bI7ZD1ZyfiCTIGofLU { position:relative;display:none; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #XC3CyRvBGEP5sTvZpUeSQsOr4nzNMBTM { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #U3o4136DR4rBCfHVn8nG3bEpxzoH9dr5 { position:relative; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #VdaSvUtdrA3tTXJHIIaGyTEmnzXMT4Td { position:relative; }
#aTXM6WZbL3acW0KtsecHGszIVmJgHFCD { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.6875rem;left:45.5625rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7g6rVgTsCq6T8xmpwQsoATvEqrTmscw { box-sizing:content-box;height:6.75rem;width:24.25rem;position:absolute;display:block;z-index:15019;background-color:#77bc43;background-image:none;top:24.875rem;left:43.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vNRHaendacnnXRN0LVFpS9cqSkyBexQW { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:7.375rem;font-style:normal;display:block; }
#GEsRxTmTFeZqQh0xMcHrUKBch0boyDmE { color:#77bc43;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:9.125rem;left:0.875rem;height:6.75rem;font-style:normal;display:block; }
#KWuMvBXiymvotxMhz8ylzrSWuzo9vuge { box-sizing:content-box;height:6.125rem;width:44.5625rem;position:absolute;display:block;z-index:15022;background-color:#000000;background-image:none;top:9.625rem;left:0rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: 0.25rem 0.3125rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
#psLxtOeqEDyT8LpTTo6tOI3IzOmC8oel { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.125rem;left:1.375rem;height:18.681625rem;font-style:normal;display:block; }
#wTwneNhGyGGUQKtGbi9uTccHt6UvGxwQ { box-sizing:content-box;height:21.0625rem;width:31.1875rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0.57);background-image:none;top:20.125rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
#mKAk8ebUyDHXc3TPalEQ17CJhlCJeh3h { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:57.4375rem;left:1.4375rem;height:6.75rem;font-style:normal;display:block; }
#XGpPDH4hndH9I982GmkL4mhmMoHuel8l { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:62.625rem;left:1.4375rem;height:3.16796875rem;font-style:normal;display:block; }
#IXPe3agmoxMHerweBIF6QH4H1aErP19V { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:montserrat;font-size:4.5rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:48.8125rem;left:1rem;height:5.3994125rem;font-style:normal;display:block; }
#p5mv2TGMIhDTQF1xbaghndxMsBDpKWag { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:53.375rem;left:1.125rem;height:2.4375rem;font-style:normal;display:block; }
#bGK8qtUQqqdWw2DPr0ALAWORf4R20bcz { box-sizing:content-box;height:13.1875rem;width:35rem;position:absolute;display:block;z-index:15008;background-color:rgba(243,125,7,0.74);background-image:none;top:43.0625rem;left:0rem;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.25rem solid #000000;border-left:0.25rem solid #000000;border-right:0.25rem solid #000000;border-bottom:0.25rem solid #000000;display:block; }
#ySqFtelSnZ2Kpz1woR6iR7G4Xb2dcOPA { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:7.375rem;font-style:normal;display:none; }
#CTTAkD5q3CHc7i0hX1EKDAIUhyUSo6v2 { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:7.375rem;font-style:normal;display:none; }
#kyshXmKfuyhyHXO2AV8GBVkDAZkAcd3g { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:7.375rem;font-style:normal;display:none; }
#P5oaD7RgKgkvCdy6BE4s5ozNXAKh2GzQ { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.375rem;left:0.875rem;height:4.95605625rem;font-style:normal;display:block; }
#MTEBnhfvwEkoJXwpqKIcgD62p3WHehwL { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:44.75rem;left:17.375rem;height:3.16796875rem;display:block; }
#kOBEb3Pz9Qk7kU0ImezkgnpPwcM07nIS { box-sizing:content-box;height:0.3125rem;width:35.4375rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:48.375rem;left:0rem;display:block; }
#NwcMursoV9p4KachPoWvLV4LAW5gpHEH { position:relative;display:block; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH { background-color: transparent; background-image: none; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .row .container > .video-iframe-container { display: none; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .row > .video-iframe-container { display: none; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .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); }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH { border-width: 0; border-radius: 0; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .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; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .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:55.625rem;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; }#IdI2KCmBWIfps9x0B5dIXsCnTcodBybC { 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:12.3125rem;width:16.75rem;top:2.15234375rem;left:55rem;overflow:hidden;display:block; }
#rtw9b5qDs7Fv6Oc7hC0xJ78nEiBNbOHK { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.9375rem;left:24.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnV6qXdlX7bibHpB2813vQ6XsgxXMZ32 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:22.0625rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#GlCdfnP1QsAs76FViem1MPEFbLRberp7 { position:absolute;display:block;z-index:15039;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.12109375rem;left:2.4375rem;overflow:hidden;display:block; }
#PuxusM51yOwrWIoCEocMDtgc5XTZTkuN { position:absolute;display:block;z-index:15003;height:20.9375rem;width:37.375rem;top:19.0625rem;left:18.8125rem;display:block; }
#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv { 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; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row .container { background-color: transparent; background-image: none; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row .container > .video-iframe-container { display: none; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row > .video-iframe-container { display: none; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .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); }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row .container { border-width: 0; border-radius: 0; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#QiPuZlVMxab1CvRM9dz6TcEcEh5zUoOA { 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:4rem;left:8.65625rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#DUWnIrDibd2NICOcQWJf8hUvhbxblsNM { box-sizing:content-box;height:38.875rem;width:32.9375rem;position:absolute;display:block;z-index:15003;background-color:#77bc43;background-image:none;top:36.125rem;left:32.9375rem;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; }
#SMgBA8SxOz4GnsJKCxIAOwJmc8d0H4a1 { 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:36.1875rem;left:7.5rem;overflow:hidden;display:block; }
#lGrRZGUZGvSf2lPOcPBEbwF06n37K79y { 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:12.625rem;left:48.3125rem;overflow:hidden;display:block; }
#aEXowpggzOtvIKu8gVeeuPV1obL9V4dE { box-sizing:content-box;height:14.125rem;width:48.6875rem;position:absolute;display:block;z-index:15004;background-color:#dadada;background-image:none;top:14.4375rem;left:7.5rem;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; }
#wAD8ciXS7nIBoCK2EVU7RwmlMtNxVQ3T { 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:33.4375rem;left:32.9375rem;height:2.03125rem;font-style:normal;display:block; }
#H7o9RxsoBqIu6RGmAiTgxJzDvgha35DZ { 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.9375rem;left:37.4375rem;height:2.5996125rem;display:block; }
#eMOV46NTz2QUb1WITrBW0nZ0NaBTaF8c { 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:37.875rem;left:37.4375rem;height:1.54296875rem;font-style:normal;display:block; }
#aIshFx0heGMBXqT91pLRW1ZZX2wkgPds { 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:46.375rem;left:37.5rem;height:3.8994125rem;display:block; }
#oVeVwJCtotUfe2frv9HG5qOwNc74z52M { 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:44.25rem;left:37.5rem;height:1.54296875rem;font-style:normal;display:block; }
#hqBOgIiWCFw0uI6Wo3UadEpOpFwu15GB { 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:52.0625rem;left:37.5rem;height:1.54296875rem;font-style:normal;display:block; }
#tTdScUlfLT0EWC677vTPUc9G3Laq0mLD { 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:54.1875rem;left:37.5rem;height:3.8994125rem;display:block; }
#VKFDdreF00i4dRq0U2tcPbyhqwN2NtWh { 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:59.4375rem;left:37.3125rem;height:1.54296875rem;font-style:normal;display:block; }
#HfkQO2riKipWXWa6199T0wmfxpyQlFbu { 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:61.5625rem;left:37.3125rem;height:5.19921875rem;display:block; }
#E4TDmya6KHhGAbBuaIe70gSw0X83NkTk { 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:37.375rem;left:33.4375rem;overflow:hidden;display:block; }
#ZD8ZWQ74TNeMhc1UxMrd30n96JB9hD7H { 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.625rem;left:33.5rem;overflow:hidden;display:block; }
#dZJi9aA1bmu9L0hkoLrFHZLSsdeahcbd { 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:51.25rem;left:33.5rem;overflow:hidden;display:block; }
#SNFv5LXx6IMW8TZT5XVL3XJs6RiMGopf { 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:58.8125rem;left:33.3125rem;overflow:hidden;display:block; }
#l9GfwrRJ2Fr34QpSRZtNIxpW6TDor1TS { 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:66.6875rem;left:33.5rem;overflow:hidden;display:block; }
#hWd6r7fIsLHphEG36WExlav54aQURfGp { 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:67.5rem;left:37.5rem;height:1.54296875rem;font-style:normal;display:block; }
#pB2UOZiZLRhQsLoebK6GTAdMky1q1Oog { 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:69.625rem;left:37.5rem;height:2.5996125rem;display:block; }
#ycAD48k8Av7E3sTq2gI194gm9tfqHaTS { 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:10.4375rem;left:3.3125rem;overflow:hidden;display:block; }
#IiTukTCOhCMEbhQiPITURJa0l5kRyd8L { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0859375rem;left:10.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#f9TAxf1MVDh21bitlIIvkSAs4WgX8vry { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:17.8125rem;left:9.5rem;overflow:hidden;display:block; }
#POTAc723pwpnpf4RBn8TCN6SnGRkw0xE { color:#000000;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.375rem;left:12.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#k5Py93ZQ3hO7ADRyeBJRZmMNa5UkVTZv { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:20.9375rem;left:9.5rem;overflow:hidden;display:block; }
#nT8UzMBIKu5dX1NIdyBW4TGfKThUTiDk { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.375rem;left:12.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#NM0QBedFtk6keTXKNzEhW8sNFWTSsLVO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:24.4375rem;left:9.5rem;overflow:hidden;display:block; }
#P8DLLeRWPccfSWExiwcT6eZ2Rcbn92Qa { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.1875rem;left:12.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#PfxSfcWBlLW28T1aGIz2fBo5M8Zwreg2 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.2568359375rem;left:30.625rem;height:7.7988125rem;display:block; }
#qRnqkheRzsW7UPL3rx9dkVJRzGOrwCzI { box-sizing:content-box;height:8.75rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:#77bc43;background-image:none;top:17.625rem;left:28.6875rem;display:block; }
#wxUK1riMUwo75MXlO5gG95yhnMl8zcpW { 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; }
#oqVyART53OWq9QLyZV6bmllCauEO4os8 { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5625rem;left:9.5rem;height:1.54296875rem;font-style:normal;display:block; }
#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs { 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; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row .container { background-color: transparent; background-image: none; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row .container > .video-iframe-container { display: none; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row > .video-iframe-container { display: none; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .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); }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row .container { border-width: 0; border-radius: 0; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:block; }#JRrC3IfBswvH2Qw23FKrtTIGv9CK2ntn { color:#ffffff;display:block;width:73.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:0.75rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#QxavHXghsZfM3wWZ1C5lKxQzozCqNKGH { color:#77bc43;display:block;width:51.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5625rem;left:11.65625rem;height:9.2578125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AXLQvMfa7mHmewxTwF9J5mzCZ8tW1RO4 { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:23.25rem;left:21.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKg9k2GGdwkncTX8WtVHkDwOFWwAEBee { color:#77bc43;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.6875rem;left:22.375rem;height:1.54296875rem;font-style:italic;display:block; }
#Uchz6pXhKCwNDEEMI3P3DhZGeZMBQbEo { color:#d81b1b;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:28.6875rem;left:46.125rem;height:1.54296875rem;font-style:italic;display:block; }
#D5KPBeogeAbcZ2GAXD82qhzccapQAW7L { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:32.1875rem;left:22.375rem;height:2.5996125rem;display:block; }
#z5DdPvWl3L3QQ84XvgsZE4IsbbuXWHdR { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:32.8125rem;left:10.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#aCw8EfSqzS9Ev5HJIF9wGS2eaVDZl0uA { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:32.1875rem;left:46.125rem;height:1.29980625rem;display:block; }
#kNpfl6H7knvVEQxXWycaisLrmHlV6Lg6 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:37rem;left:10.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#yT9OPzrvca2GqcJVSP4TFLbezBPdhm3m { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:36.375rem;left:22.375rem;height:2.5996125rem;display:block; }
#VR6beJDMaicDNgqmBHinAdmlsDV0T41T { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:36.375rem;left:46.125rem;height:1.29980625rem;display:block; }
#VTiQ7v0GxqO3sPRy3zm8DLh7A4VoFO8q { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:41.0625rem;left:10.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#Vaa1hMucT67DTfPGT4O69qctAe4RFlCI { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:40.4375rem;left:22.375rem;height:2.5996125rem;display:block; }
#KpeCtsUNzO9aD4U2nXrcyl3tV7FMdqq3 { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:40.4375rem;left:46.125rem;height:1.29980625rem;display:block; }
#VxWHID8bHJcS1PTsX48RX0PeizwKX1HQ { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:45.25rem;left:10.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#W2rORhqNsJmkvVO1ONrLOR11Rf72g5u1 { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:44.625rem;left:22.375rem;height:2.5996125rem;display:block; }
#PKSmdMeMm6A72XhMR60l5ensFFKls4pT { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:44.625rem;left:46.125rem;height:2.5996125rem;display:block; }
#uZHfBv39IGoDa3i1Bvpz5knP197cT8Wt { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:49.5rem;left:10.4375rem;height:2.76171875rem;font-style:normal;display:block; }
#KR603Is7I38TTXV3zDkD9uK6sQplWqMm { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:48.875rem;left:22.375rem;height:2.5996125rem;display:block; }
#RNfVisoVROsLuay9wG3vm0XToIKdqOtQ { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:48.875rem;left:46.125rem;height:2.5996125rem;display:block; }
#BRtreN7LKI4zK7MJZwTbedAUXRKrJ1ho { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15048;background-color:#77bc43;background-image:none;top:35.5625rem;left:22.375rem;display:block; }
#RpTQ1C5rxzxXmF9OEa0Gan3Q3lKwuGif { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15049;background-color:#77bc43;background-image:none;top:39.5rem;left:22.375rem;display:block; }
#QAqoJhSZIl6Tk1BeinAJcr5T6ttC9PHh { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15050;background-color:#77bc43;background-image:none;top:43.5625rem;left:22.375rem;display:block; }
#AGoxwEZWWIi6xwQsvQoLGzZeZT13dy4u { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15051;background-color:#77bc43;background-image:none;top:48rem;left:22.375rem;display:block; }
#HgV4OoQJun9dXDL9hmmTMvhMGis47T0i { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15052;background-color:#77bc43;background-image:none;top:52.25rem;left:22.375rem;display:block; }
#gPMT0l4gqMpKOd6eLDRcGe922XfFpv1V { box-sizing:content-box;height:0.1875rem;width:4.6875rem;position:absolute;display:block;z-index:15049;background-color:#77bc43;background-image:none;top:30.25rem;left:22.375rem;display:block; }
#FBzWDDh375Hb8sMHZuCm91n35N2LRObw { box-sizing:content-box;height:0.1875rem;width:4.6875rem;position:absolute;display:block;z-index:15050;background-color:#d81b1b;background-image:none;top:30.25rem;left:46.125rem;display:block; }
#bDEiM4fggAgaPQqWlKlXzwS0fGEAK4ku { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15049;background-color:#d81b1b;background-image:none;top:35.5625rem;left:46.125rem;display:block; }
#woJixmDVhlSRxyM54y42H69tQ4e4sQ3M { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15050;background-color:#d81b1b;background-image:none;top:39.5rem;left:46.125rem;display:block; }
#FdATK24HybG6BvnbqCGsrbJUyyXIPLuh { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15051;background-color:#d81b1b;background-image:none;top:43.5625rem;left:46.125rem;display:block; }
#wV8EJnUbCzlXK2KX6SStozlXRuMeRpb0 { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15052;background-color:#d81b1b;background-image:none;top:48rem;left:46.125rem;display:block; }
#L2Wbgfoo4L8fasVHieXXaq7mVRE2p2cv { box-sizing:content-box;height:0.25rem;width:18rem;position:absolute;display:block;z-index:15053;background-color:#d81b1b;background-image:none;top:52.25rem;left:46.125rem;display:block; }
#yk8tMlcTSDsT7O1TtsEQsLR1rtER7aUW { 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:26.75rem;width:51.4375rem;top:55.96875rem;left:0rem;overflow:hidden;display:block; }
#gRyT5BwCn5Td8AlK5McdwOwSnCcTzgZs { color:#77bc43;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.6875rem;left:22.375rem;height:1.54296875rem;font-style:italic;display:none; }
#RGf1ElG8oErclt0PR3DLRJduT3FZzDc3 { color:#d81b1b;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:28.6875rem;left:46.125rem;height:1.54296875rem;font-style:italic;display:none; }
#iSsBEJ1MoU6TeEF40BCUs605BOTq9rFl { color:#77bc43;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.6875rem;left:22.375rem;height:1.54296875rem;font-style:italic;display:none; }
#cSLAcCBaJMTXfZUcAozIzkm3lupk8z6l { color:#d81b1b;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:28.6875rem;left:46.125rem;height:1.54296875rem;font-style:italic;display:none; }
#EdFe7wxJM3FiWAakZVDo3FhbkEyRumla { color:#77bc43;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.6875rem;left:22.375rem;height:1.54296875rem;font-style:italic;display:none; }
#DO5a6SkwD80aOqUOfttDQXeOR6mQWmo3 { color:#d81b1b;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:28.6875rem;left:46.125rem;height:1.54296875rem;font-style:italic;display:none; }
#oxpxnTbaar7mwXW1zsiEK9B31v1SprJ5 { color:#77bc43;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.6875rem;left:22.375rem;height:1.54296875rem;font-style:italic;display:none; }
#cEFGJZIQhHgwGxt6TDTnxg0MnNAgGiMP { 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:15012;text-align:center;text-align-last:center;top:49.875rem;left:51.8125rem;display:none; }
#q4P5lRBJuhZgndqbeVHha8exBMPHvuH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmTVPSoIFbPTmLT2llIGUrw5UwTqdTkC { 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:15013;text-align:center;text-align-last:center;top:49.875rem;left:32.0625rem;display:none; }
#Ie9TIg8pdizwkvRoWEXpAOl8P4THq1bP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce { 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; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row .container { background-color: transparent; background-image: none; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row .container > .video-iframe-container { display: none; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row > .video-iframe-container { display: none; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .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); }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row .container { border-width: 0; border-radius: 0; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#VEvTJgwsD6Zz3fFMlHmrSFiSXBrbCKkV { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.03125rem;height:2.1933625rem;font-style:normal;display:block; }
#UT89WVhAJUE9ffUrpnMzsBiyJ3TUzxv8 { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:15.875rem;height:2.1933625rem;font-style:normal;display:block; }
#alARttGFbct92gVKghZ7w90sTpwV49SE { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:22rem;height:2.1933625rem;font-style:normal;display:block; }
#tKrV1RUtuMQMnw2Bd5ECSTguoerczhhJ { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:26.03125rem;height:2.1933625rem;font-style:normal;display:none; }
#iQNDonLWbwP7BsszED3Uvd8dr4H6GtMH { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:15.875rem;height:2.1933625rem;font-style:normal;display:none; }
#of7sO7k4EEv3ofNhIe8vyWklTdwlc8y2 { 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; }
#JLDHnwurI2SgqTSyaolWH8Tp7gTBL6xu { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:22rem;height:2.1933625rem;font-style:normal;display:none; }
#VX4nXJuOAe2lnxLGDf93eGaXJT4WM91w { 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; }
#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX { 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; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX.adaptive-delivery-prevent-bg, #kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX.lazyload, #kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX.lazyloading { background-image: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container { background-color: transparent; background-image: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container > .video-iframe-container { display: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row > .video-iframe-container { display: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .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); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container { border-width: 0; border-radius: 0; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#QfksXQ3BavAQrmTHIMD34eeaVgWTLT8Q { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.59375rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#J9Boow1wMdvAzJ7O8L70ekJk60T4fGvq { 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.0234375rem;left:1.59375rem;height:1.70605625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MDMJ0BJhD20V0SU33rJb3twkhtVihQ4G { 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:11.4375rem;left:1.59375rem;height:9.0986375rem;display:block; }
#xAStQ955X2BxX2TD2PLufFHgQiQmqN7X { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.875rem #77bc43 ;height:37.625rem;width:24.8125rem;top:3.9375rem;left:47.623046875rem;overflow:hidden;display:block; }
#B6fznm4cVKiMr8QDsn7O46XwCFPZcq0e { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.625rem;height:2.03125rem;font-style:normal;display:block; }
#HSH8tWz98LgCKJXmc5viPgcMv0wGD65Z { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:28.1875rem;left:1.625rem;overflow:hidden;display:block; }
#OJMTuJfAsd9zTNF4CSGcQ6DxNclxdXXt { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:28.8125rem;left:7.5625rem;height:1.54296875rem;font-style:italic;display:block; }
#kROfuSzVs6TLTGW4yA5CTovJ73n2JcvZ { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:30.375rem;left:7.5625rem;height:3.8994125rem;display:block; }
#FelZAlNmoimMMFFcLpSpqIEmNXL3V8Z0 { 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:5.125rem;width:5.125rem;top:37.25rem;left:2rem;overflow:hidden;display:block; }
#yzPnzFnVuw38weO9EV00Ph9SWKv0XDXo { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:37.25rem;left:7.5625rem;height:1.54296875rem;font-style:italic;display:block; }
#BL5BK56u1eZ1VGohECMyahB0pKFOUmOg { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:38.8125rem;left:7.5625rem;height:2.5996125rem;display:block; }
#ih3pIovwLWJ6IvoFTniXx5L2M6cVMzrx { position:absolute;display:block;z-index:15039;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.75rem;left:2.03125rem;overflow:hidden;display:block; }
#scNih2MbGfbNwIUJ4PaQ2T6Q1Cs5t19P { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:44.75rem;left:7.625rem;height:1.54296875rem;font-style:italic;display:block; }
#WUCErenhXr9vlf2XuBWfbM2QKaaSS41k { position:absolute;display:block;z-index:15039;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:36.125rem;left:22.9375rem;overflow:hidden;display:block; }
#hHsS4vxZfzAO9vDx1W8T2KQLlfeS2fWm { 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:5.9375rem;width:5.9375rem;top:28.125rem;left:23.6875rem;overflow:hidden;display:block; }
#bzczVRL4xmIzA3H2Seas4c8d6O4ziior { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:46.3125rem;left:7.5625rem;height:3.8994125rem;display:block; }
#oI3depUIDP1dzi1vqoeQxCiu2WiOKLdU { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:30.375rem;left:29.625rem;height:3.8994125rem;display:block; }
#iPzTzpgcfc9dcXqUBod2hlwkfRIqBNfQ { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:28.8125rem;left:29.625rem;height:1.54296875rem;font-style:italic;display:block; }
#OK5kA1kE1056qEKPSAdbAsrOd21vi35n { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:37rem;left:29.8125rem;height:1.54296875rem;font-style:italic;display:block; }
#flAu0CvfVRCPpLsgHbxiSaQzDInrNu9i { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:38.5625rem;left:29.8125rem;height:3.8994125rem;display:block; }
#K3rTqtxXu0hSErIX3J9hib5wNhG0AWyo { 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:15013;text-align:center;text-align-last:center;top:49.875rem;left:32.0625rem;display:block; }
#IsbIPo3bHQaOLtKWGBiu77bEa9h8ily0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ut1L90o16KHa4rPBgBgnLed3TT7AB0m1 { 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:15012;text-align:center;text-align-last:center;top:49.875rem;left:51.8125rem;display:block; }
#TvTUQLlB4f3sb1tULl0gsm5mmXT6FVmH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHcKbPRLVJXEmNqffp2ZlqCs2ZCXXVd1 { position:absolute;display:block;z-index:15039;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:36.125rem;left:22.9375rem;overflow:hidden;display:none; }
#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM { position:relative;display:block; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM { background-color: transparent; background-image: none; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .row .container > .video-iframe-container { display: none; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .row > .video-iframe-container { display: none; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .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); }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM { border-width: 0; border-radius: 0; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .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:48.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cTmbG836WtwXGfk6IuSTKRCB9Fl7TGPP { position:absolute;display:block;z-index:15002;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;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:13.9375rem;width:13.9375rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#dW8e7rF5hTp4ZJX7KauES4WkRJXSsFuO { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;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:13.9375rem;width:13.9375rem;top:13.1875rem;left:10.9375rem;overflow:hidden;display:block; }
#zcKqq87f4bSrnTiM1qIg8y7ay6s4dWaz { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;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:13.9375rem;width:13.9375rem;top:20.9375rem;left:0.875rem;overflow:hidden;display:block; }
#QC6sSPupEkf4VDH2w87yToK6ote5LX7p { position:absolute;display:block;z-index:14999;border-top:0.125rem solid #77bc43;border-left:0.125rem solid #77bc43;border-right:0.125rem solid #77bc43;border-bottom:0.125rem solid #77bc43;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:13.9375rem;width:13.9375rem;top:29.875rem;left:10.9375rem;overflow:hidden;display:block; }
#OPHxTlJWxQuzDgHnsDX1eyzIHFrbzqC7 { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:28rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#g6Mxute1foxmSkzgTzvR2iu9EEplzsJ7 { color:#77bc43;display:block;width:46.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.22265625rem;left:28rem;height:5.1181625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ve1ucar74ifQASrrqNgQ75bwyos3tiuD { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:14.0625rem;left:28rem;height:2.03125rem;font-style:normal;display:block; }
#R8RAT10tPcTOgFG6fRAcsuDEsZQTvUz8 { color:#000000;display:block;width:40.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.1875rem;left:28rem;height:9.3613125rem;display:block; }#R8RAT10tPcTOgFG6fRAcsuDEsZQTvUz8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R8RAT10tPcTOgFG6fRAcsuDEsZQTvUz8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
#HbGKNiOszOCv5KIC6bCTTNPAA3lO7ynC { color:#000000;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:30.5625rem;left:28rem;height:2.03125rem;font-style:normal;display:block; }
#R57QF12R9hatqk1L1nq3gJQ8ragAJTp0 { color:#000000;display:block;width:21.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.0625rem;left:28rem;height:;display:block; }#R57QF12R9hatqk1L1nq3gJQ8ragAJTp0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R57QF12R9hatqk1L1nq3gJQ8ragAJTp0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
#Zsz4HGx3F9MVdnv2TCTif0BpfizOwIa8 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34.0625rem;left:51.6875rem;height:;display:block; }#Zsz4HGx3F9MVdnv2TCTif0BpfizOwIa8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zsz4HGx3F9MVdnv2TCTif0BpfizOwIa8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
#hnng5L7dm7447hDx5RtTNIc5MCi47WEH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8d8a06f3-8ec6-4fdb-8f8d-fb7c3bcecdd1/Untitleddesign20250928T122137801.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; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH.adaptive-delivery-prevent-bg, #hnng5L7dm7447hDx5RtTNIc5MCi47WEH.lazyload, #hnng5L7dm7447hDx5RtTNIc5MCi47WEH.lazyloading { background-image: none; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container { background-color: transparent; background-image: none; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container > .video-iframe-container { display: none; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row > .video-iframe-container { display: none; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .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); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container { border-width: 0; border-radius: 0; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:block; }#RwVOHdbz8KoNKo3b50COJoUtkCQU5F6q { color:#ffffff;display:block;width:42.875rem;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.3125rem;left:16.0625rem;height:6.173825rem;text-align:center;text-align-last:center;display:block; }
#AZUP4cKunWUnmiGzwXu8NX2t2H6FTdf2 { color:#77bc43;display:block;width:46.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:10.41015625rem;left:14.1875rem;height:5.1181625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Be26gq9OkT2SUFTBDDgukrz8KLhNXQfp { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:19rem;left:18.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlMspop76KrxLNN4hlg6unC8QnllTLgg { position:absolute;display:block;z-index:15048;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:24rem;left:14.84375rem;overflow:hidden;display:block; }
#TGAJOzLIohJywVDTuHGTPtJouguJTBnF { color:#77bc43;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:30.625rem;left:11.25rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ux4d4rWLHbanpFVgZ1zvJzGIS4eqAvKN { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:34rem;left:10rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#qUC2UxFD8PrNFsVAT0Sc66MQOK6d5FCh { position:absolute;display:block;z-index:15051;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:24.40625rem;left:34.9375rem;overflow:hidden;display:block; }
#vBQRquILwQhkxsbfyNXuLSPRoC1QVKqZ { color:#77bc43;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:30.625rem;left:29.34375rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pUdmbVdIaEErGL2Hp8TlOtFxdGF9lK3E { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:34rem;left:30.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#BOHcTcE4RlkJFy4rfubmW8hVCEbykCZh { position:absolute;display:block;z-index:15054;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:25.34375rem;left:53.875rem;overflow:hidden;display:block; }
#d4hLlncn48iz655bo8iutPyk1u1dcZbb { position:absolute;display:block;z-index:15054;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.0625rem;width:8.0625rem;top:41.125rem;left:42.6875rem;overflow:hidden;display:block; }
#VFJsT98aihmJbsrz50n1phI948PE5NxF { position:absolute;display:block;z-index:15051;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:41.75rem;left:24.875rem;overflow:hidden;display:block; }
#UXqv5vtBzh9DSubLWbCIGEMBN3lTWlnW { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:34rem;left:49.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#T0goGNEZtkid65G5f028rQCInH4CJy3D { color:#77bc43;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:30.625rem;left:48.3125rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Sp97GLeqQbvegE4pxLODo7y863Du5q1c { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:51.8125rem;left:20.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#TIBRd9LyGJRhiJBsd8mw99qU1NHZRM5x { color:#77bc43;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:48.4375rem;left:21.3125rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mmnyp1w29vxNt4zMzCLtHcMgIpl96ZDi { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:51.875rem;left:39.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#fsdd3wFSgyao1afpcs2bDDbksO2S7IKR { color:#77bc43;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:48.5rem;left:40.5625rem;height:3.0859375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SHHIcfCwggK0apl8yMKdzXk9omMgrtRH { 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:15015;text-align:center;text-align-last:center;top:60.3125rem;left:20rem;display:block; }
#vya9cuV1LPNwQdpesIpLx75fNC7aIyxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XxA6iHRuIMkGiatBKyxHCXQVtensXevT { 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:15014;text-align:center;text-align-last:center;top:60.3125rem;left:39.75rem;display:block; }
#n83uHElbf4ZPUOnh7Fi0lkAKZT2TuIrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bM9oevQ5TViDeQkMneSburFSxB8RZncG { 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:42.1875rem;width:75rem;display:none; }
#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv { 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; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row .container { background-color: transparent; background-image: none; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row .container > .video-iframe-container { display: none; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row > .video-iframe-container { display: none; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .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); }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row .container { border-width: 0; border-radius: 0; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#oMU81znx2T3xPB9r965rbWTS482zk9be { 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; }
#pPIbe55ZCG4WgvSxu5CQVuEEVFDmPcHO { 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; }
#pa8FIsbASVQnDBHta8JC40mO6ylOidpW { 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; }
#UP29WboNkk9ISELCKyJAtvofgTrAgXib { 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; }
#ObuQrosKHQaVyGkS22hICRhqgs2avKbF { 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; }
#nLAq6pOJDBoACRM4JBOGr5NAibtN7kBt { 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; }
#HXbDuTpVOpvk8ln832R4qDnpmnU5wlay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPgNZWskr3Wx3b7qgT0n0FMMdvs6drhZ { 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; }
#XhAbrd1TNESyy3apuTliqoZVkL97sNtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDIuIMtTw43CSV5akFX37yfzTeBGDFks { 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; }
#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D { 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; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D.adaptive-delivery-prevent-bg, #ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D.lazyload, #ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D.lazyloading { background-image: none; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row .container { background-color: transparent; background-image: none; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row .container > .video-iframe-container { display: none; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row > .video-iframe-container { display: none; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .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); }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row .container { border-width: 0; border-radius: 0; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;position:relative;display:block; }#OSbr1ZSStuRoaP4WO42lZ9tMkUpWqtJF { 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; }
#gRPNq7oUZSAtRikZpZ6n7ZrpX4OKGW9E { 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:52.25rem;left:29.125rem;height:3.25rem;font-style:normal;display:block; }
#b57HqifNfml4gog4Q34QpSw9h13xPdoh { 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:54.625rem;left:29.125rem;height:9.09864375rem;display:block; }
#dmSgupefnZ68bOFdFfkFCuNsK9sv7PsC { 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:54.625rem;left:36.8125rem;height:9.09864375rem;display:block; }
#k4TXbZzSQdEZliv7B1OLesL6NXb40A7A { position:absolute;display:block;z-index:15004;height:21.75rem;width:38.75rem;top:11.1875rem;left:18.125rem;display:block; }
#WtE1vvur3h8Ni250LH79BF2pQVBiOopq { position:relative;display:block; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq { background-color: transparent; background-image: none; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .row .container > .video-iframe-container { display: none; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .row > .video-iframe-container { display: none; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .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); }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq { border-width: 0; border-radius: 0; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .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; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .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; }#DNNTSRaixVrNUezQhZchO5kln6oPc1wl { 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; }
#gkTELiKgrlSqnsKChBOIbiKJupozuW6D { 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; }
#J4dS6kisipM8LgkMS7dCaKmSTXkfBa75 { 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; }
#xxZ1MZ3uV6BfR7TnmUP4XsvsRahlodLk { 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; }
#E2bliR9wwWJuWNbGM3e68K14bQBRTfyd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWon1UE2qTnAsJactHyzvwBgXic0BuUh { 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; }
#Xwxyub4qCStf9GP7OCDoRbD9LQtxTZNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChrWdTnrad42TMIl30eLWDPrwOGHV6Lb { 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; }
#tooaBg5sEFqz1MMsqMHXkxoiL9b4BBlE { 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) { #V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq { display:block; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxdKgbPXtOTI421qVzbLPDmQwOadNuGh { top:1.1875rem;left:0rem;width:13.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsd1Q6A8L2nms0rtcAC4qGc3nIWHd0iA { width:15.6875rem;height:2.875rem;top:2rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZPOiKxEhVs6Q0ya3xL2H7EyrV0T8gml { 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) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-regular-label { display:block;width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-text { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-textarea { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-select { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-button { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK  { width:21.75rem;height:auto;top:31.625rem;left:23.5rem; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .radio-container { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK {display:block;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK { width:21.75rem;height:auto;top:31.625rem;left:23.5rem; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #pnprTc8BFTalb00cvRTwx1z4WO5HC7kf {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #laWGAO4UDPs4e3ipNTwWLtuqKbOPFzTK { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #ZRndfWX1kh1ToxJTTrZ4p2qkd11qxgWi {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #rJxUgoASFIlivpPF9wkB80zzIaW3iseU {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #tkCBOcNt7lEKQCtf6T2ySEiG8Jtr7dAA { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #kafFB5Z75uUIlzreT78HcxVMBcrTtwPH {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #dM73HZxtR2AphicVnXmThN3un22XdTFA {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #f44TGqdxbvrMZf53Up6dwyPVOuuucRKC { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #roX2DZfGMe7uQn8QGUyQ4X29flQV2Frb {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #FRZkphzD5JI6e2uawrTlQlM3tZfupanw {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #Ls2SLTNoJpXBqbPfo12qHvIcTtXQlrBk { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #uktlBcbzO9W9wTlcUvfS2AgOaJXDixhT {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #sonfWdphARGaM7TQUtQqkaKE9Ul0hIny {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #TQ1VaRKrya7Qo7bI7ZD1ZyfiCTIGofLU { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #XC3CyRvBGEP5sTvZpUeSQsOr4nzNMBTM {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #U3o4136DR4rBCfHVn8nG3bEpxzoH9dr5 {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #VdaSvUtdrA3tTXJHIIaGyTEmnzXMT4Td {  }
 }@media only screen and (max-width: 763px) { #aTXM6WZbL3acW0KtsecHGszIVmJgHFCD { top:25.6875rem;left:28.125rem;width:19.625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7g6rVgTsCq6T8xmpwQsoATvEqrTmscw { top:24.875rem;left:23.5rem;width:24.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNRHaendacnnXRN0LVFpS9cqSkyBexQW { top:2rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsRxTmTFeZqQh0xMcHrUKBch0boyDmE { top:9.125rem;left:0rem;width:43.125rem;height:6.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWuMvBXiymvotxMhz8ylzrSWuzo9vuge { top:9.625rem;left:0rem;width:44.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psLxtOeqEDyT8LpTTo6tOI3IzOmC8oel { top:21.125rem;left:0rem;width:28.8125rem;height:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwneNhGyGGUQKtGbi9uTccHt6UvGxwQ { top:20.125rem;left:0rem;width:31.1875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKAk8ebUyDHXc3TPalEQ17CJhlCJeh3h { top:57.4375rem;left:0rem;width:24.0625rem;height:6.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGpPDH4hndH9I982GmkL4mhmMoHuel8l { top:62.625rem;left:0rem;width:28.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXPe3agmoxMHerweBIF6QH4H1aErP19V { top:48.8125rem;left:0rem;width:33.4375rem;height:5.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mv2TGMIhDTQF1xbaghndxMsBDpKWag { top:53.375rem;left:0rem;width:42.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGK8qtUQqqdWw2DPr0ALAWORf4R20bcz { top:43.0625rem;left:0rem;width:35rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySqFtelSnZ2Kpz1woR6iR7G4Xb2dcOPA { top:11rem;left:0rem;width:14.0625rem;height:1.4375rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTTAkD5q3CHc7i0hX1EKDAIUhyUSo6v2 { top:13.625rem;left:0rem;width:6.6875rem;height:1.4375rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyshXmKfuyhyHXO2AV8GBVkDAZkAcd3g { top:15.25rem;left:0rem;width:14.0625rem;height:1.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5oaD7RgKgkvCdy6BE4s5ozNXAKh2GzQ { top:43.375rem;left:0rem;width:16.4375rem;height:4.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEBnhfvwEkoJXwpqKIcgD62p3WHehwL { top:44.75rem;left:3.75rem;width:19.125rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOBEb3Pz9Qk7kU0ImezkgnpPwcM07nIS { top:48.375rem;left:0rem;width:35.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcMursoV9p4KachPoWvLV4LAW5gpHEH { display:block; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdI2KCmBWIfps9x0B5dIXsCnTcodBybC { top:2.125rem;left:31rem;width:16.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtw9b5qDs7Fv6Oc7hC0xJ78nEiBNbOHK { top:4.9375rem;left:11.3125rem;width:25.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnV6qXdlX7bibHpB2813vQ6XsgxXMZ32 { top:7.375rem;left:8.4375rem;width:30.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlCdfnP1QsAs76FViem1MPEFbLRberp7 { top:2.0625rem;left:0rem;width:16.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuxusM51yOwrWIoCEocMDtgc5XTZTkuN { top:19.0625rem;left:5.1875rem;width:37.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv { display:block; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiPuZlVMxab1CvRM9dz6TcEcEh5zUoOA { top:4rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUWnIrDibd2NICOcQWJf8hUvhbxblsNM { top:36.125rem;left:14.8125rem;width:32.9375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgBA8SxOz4GnsJKCxIAOwJmc8d0H4a1 { top:36.1875rem;left:0rem;width:42.3125rem;height:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGrRZGUZGvSf2lPOcPBEbwF06n37K79y { top:12.625rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEXowpggzOtvIKu8gVeeuPV1obL9V4dE { top:14.4375rem;left:0rem;width:47.375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAD8ciXS7nIBoCK2EVU7RwmlMtNxVQ3T { top:33.4375rem;left:19.3125rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7o9RxsoBqIu6RGmAiTgxJzDvgha35DZ { top:39.9375rem;left:22.25rem;width:25.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMOV46NTz2QUb1WITrBW0nZ0NaBTaF8c { top:37.875rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIshFx0heGMBXqT91pLRW1ZZX2wkgPds { top:46.375rem;left:22.25rem;width:25.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVeVwJCtotUfe2frv9HG5qOwNc74z52M { top:44.25rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqBOgIiWCFw0uI6Wo3UadEpOpFwu15GB { top:52.0625rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdScUlfLT0EWC677vTPUc9G3Laq0mLD { top:54.1875rem;left:22.25rem;width:25.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKFDdreF00i4dRq0U2tcPbyhqwN2NtWh { top:59.4375rem;left:19.5625rem;width:28.1875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfkQO2riKipWXWa6199T0wmfxpyQlFbu { top:61.5625rem;left:22.25rem;width:25.5rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TDmya6KHhGAbBuaIe70gSw0X83NkTk { top:37.375rem;left:19.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8ZWQ74TNeMhc1UxMrd30n96JB9hD7H { top:43.625rem;left:19.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJi9aA1bmu9L0hkoLrFHZLSsdeahcbd { top:51.25rem;left:19.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNFv5LXx6IMW8TZT5XVL3XJs6RiMGopf { top:58.8125rem;left:19.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9GfwrRJ2Fr34QpSRZtNIxpW6TDor1TS { top:66.6875rem;left:19.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWd6r7fIsLHphEG36WExlav54aQURfGp { top:67.5rem;left:22.375rem;width:25.375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB2UOZiZLRhQsLoebK6GTAdMky1q1Oog { top:69.625rem;left:22.25rem;width:25.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycAD48k8Av7E3sTq2gI194gm9tfqHaTS { top:10.4375rem;left:0rem;width:47.75rem;height:59.744345238095rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiTukTCOhCMEbhQiPITURJa0l5kRyd8L { top:7.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9TAxf1MVDh21bitlIIvkSAs4WgX8vry { top:17.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTAc723pwpnpf4RBn8TCN6SnGRkw0xE { top:18.375rem;left:0rem;width:12.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Py93ZQ3hO7ADRyeBJRZmMNa5UkVTZv { top:20.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT8UzMBIKu5dX1NIdyBW4TGfKThUTiDk { top:21.375rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM0QBedFtk6keTXKNzEhW8sNFWTSsLVO { top:24.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DLLeRWPccfSWExiwcT6eZ2Rcbn92Qa { top:24.1875rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfxSfcWBlLW28T1aGIz2fBo5M8Zwreg2 { top:18.25rem;left:17rem;width:17.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRnqkheRzsW7UPL3rx9dkVJRzGOrwCzI { top:17.625rem;left:15.0625rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUK1riMUwo75MXlO5gG95yhnMl8zcpW { display:none; }
 }@media only screen and (max-width: 763px) { #oqVyART53OWq9QLyZV6bmllCauEO4os8 { top:15.5625rem;left:0rem;width:25.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs { display:block; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRrC3IfBswvH2Qw23FKrtTIGv9CK2ntn { top:4.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxavHXghsZfM3wWZ1C5lKxQzozCqNKGH { top:9.5625rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXLQvMfa7mHmewxTwF9J5mzCZ8tW1RO4 { top:23.25rem;left:7.5625rem;width:32.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKg9k2GGdwkncTX8WtVHkDwOFWwAEBee { top:28.6875rem;left:8.75rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uchz6pXhKCwNDEEMI3P3DhZGeZMBQbEo { top:28.6875rem;left:32.5rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5KPBeogeAbcZ2GAXD82qhzccapQAW7L { top:32.1875rem;left:8.75rem;width:16.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5DdPvWl3L3QQ84XvgsZE4IsbbuXWHdR { top:32.8125rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCw8EfSqzS9Ev5HJIF9wGS2eaVDZl0uA { top:32.1875rem;left:29.3125rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNpfl6H7knvVEQxXWycaisLrmHlV6Lg6 { top:37rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT9OPzrvca2GqcJVSP4TFLbezBPdhm3m { top:36.375rem;left:8.75rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR6beJDMaicDNgqmBHinAdmlsDV0T41T { top:36.375rem;left:30rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiQ7v0GxqO3sPRy3zm8DLh7A4VoFO8q { top:41.0625rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vaa1hMucT67DTfPGT4O69qctAe4RFlCI { top:40.4375rem;left:8.75rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpeCtsUNzO9aD4U2nXrcyl3tV7FMdqq3 { top:40.4375rem;left:29.375rem;width:18.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxWHID8bHJcS1PTsX48RX0PeizwKX1HQ { top:45.25rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rORhqNsJmkvVO1ONrLOR11Rf72g5u1 { top:44.625rem;left:8.75rem;width:17.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSmdMeMm6A72XhMR60l5ensFFKls4pT { top:44.625rem;left:29.375rem;width:18.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZHfBv39IGoDa3i1Bvpz5knP197cT8Wt { top:49.5rem;left:0rem;width:10.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR603Is7I38TTXV3zDkD9uK6sQplWqMm { top:48.875rem;left:8.75rem;width:16.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfVisoVROsLuay9wG3vm0XToIKdqOtQ { top:48.875rem;left:30.6875rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRtreN7LKI4zK7MJZwTbedAUXRKrJ1ho { top:35.5625rem;left:8.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTQ1C5rxzxXmF9OEa0Gan3Q3lKwuGif { top:39.5rem;left:8.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAqoJhSZIl6Tk1BeinAJcr5T6ttC9PHh { top:43.5625rem;left:8.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGoxwEZWWIi6xwQsvQoLGzZeZT13dy4u { top:48rem;left:8.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgV4OoQJun9dXDL9hmmTMvhMGis47T0i { top:52.25rem;left:8.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPMT0l4gqMpKOd6eLDRcGe922XfFpv1V { top:30.25rem;left:8.75rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBzWDDh375Hb8sMHZuCm91n35N2LRObw { top:30.25rem;left:32.5rem;width:4.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDEiM4fggAgaPQqWlKlXzwS0fGEAK4ku { top:35.5625rem;left:29.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woJixmDVhlSRxyM54y42H69tQ4e4sQ3M { top:39.5rem;left:29.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdATK24HybG6BvnbqCGsrbJUyyXIPLuh { top:43.5625rem;left:29.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV8EJnUbCzlXK2KX6SStozlXRuMeRpb0 { top:48rem;left:29.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Wbgfoo4L8fasVHieXXaq7mVRE2p2cv { top:52.25rem;left:29.75rem;width:18rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk8tMlcTSDsT7O1TtsEQsLR1rtER7aUW { top:55.9375rem;left:0rem;width:47.75rem;height:24.832320777643rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyT5BwCn5Td8AlK5McdwOwSnCcTzgZs { top:28.6875rem;left:8.75rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGf1ElG8oErclt0PR3DLRJduT3FZzDc3 { top:28.6875rem;left:32.5rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSsBEJ1MoU6TeEF40BCUs605BOTq9rFl { top:28.6875rem;left:8.75rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSLAcCBaJMTXfZUcAozIzkm3lupk8z6l { top:28.6875rem;left:32.5rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdFe7wxJM3FiWAakZVDo3FhbkEyRumla { top:28.6875rem;left:8.75rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DO5a6SkwD80aOqUOfttDQXeOR6mQWmo3 { top:28.6875rem;left:32.5rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxpxnTbaar7mwXW1zsiEK9B31v1SprJ5 { top:28.6875rem;left:8.75rem;width:10.5625rem;height:1.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEFGJZIQhHgwGxt6TDTnxg0MnNAgGiMP { width:15.25rem;height:2.875rem;top:49.875rem;left:32.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4P5lRBJuhZgndqbeVHha8exBMPHvuH3 { display:block; }
 }@media only screen and (max-width: 763px) { #WmTVPSoIFbPTmLT2llIGUrw5UwTqdTkC { width:17.375rem;height:2.875rem;top:49.875rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ie9TIg8pdizwkvRoWEXpAOl8P4THq1bP { display:block; }
 }@media only screen and (max-width: 763px) { #uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce { display:block; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvTJgwsD6Zz3fFMlHmrSFiSXBrbCKkV { top:2.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT89WVhAJUE9ffUrpnMzsBiyJ3TUzxv8 { top:7.0625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alARttGFbct92gVKghZ7w90sTpwV49SE { top:12.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKrV1RUtuMQMnw2Bd5ECSTguoerczhhJ { top:12.4375rem;left:0rem;width:20rem;height:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQNDonLWbwP7BsszED3Uvd8dr4H6GtMH { top:26.6875rem;left:0rem;width:20rem;height:10.9375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #of7sO7k4EEv3ofNhIe8vyWklTdwlc8y2 { display:none; }
 }@media only screen and (max-width: 763px) { #JLDHnwurI2SgqTSyaolWH8Tp7gTBL6xu { top:47.4375rem;left:0rem;width:20rem;height:8.75rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VX4nXJuOAe2lnxLGDf93eGaXJT4WM91w { display:none; }
 }@media only screen and (max-width: 763px) { #kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX { display:block; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfksXQ3BavAQrmTHIMD34eeaVgWTLT8Q { top:3.9375rem;left:0rem;width:34.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Boow1wMdvAzJ7O8L70ekJk60T4fGvq { top:7rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDMJ0BJhD20V0SU33rJb3twkhtVihQ4G { top:11.4375rem;left:0rem;width:38.0625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAStQ955X2BxX2TD2PLufFHgQiQmqN7X { top:3.9375rem;left:22.9375rem;width:24.8125rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fznm4cVKiMr8QDsn7O46XwCFPZcq0e { top:23.8125rem;left:0rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSH8tWz98LgCKJXmc5viPgcMv0wGD65Z { top:28.1875rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJMTuJfAsd9zTNF4CSGcQ6DxNclxdXXt { top:28.8125rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kROfuSzVs6TLTGW4yA5CTovJ73n2JcvZ { top:30.375rem;left:0rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FelZAlNmoimMMFFcLpSpqIEmNXL3V8Z0 { top:37.25rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzPnzFnVuw38weO9EV00Ph9SWKv0XDXo { top:37.25rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL5BK56u1eZ1VGohECMyahB0pKFOUmOg { top:38.8125rem;left:0rem;width:14.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih3pIovwLWJ6IvoFTniXx5L2M6cVMzrx { top:44.75rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scNih2MbGfbNwIUJ4PaQ2T6Q1Cs5t19P { top:44.75rem;left:0rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUCErenhXr9vlf2XuBWfbM2QKaaSS41k { top:36.125rem;left:9.3125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHsS4vxZfzAO9vDx1W8T2KQLlfeS2fWm { top:28.125rem;left:10.0625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzczVRL4xmIzA3H2Seas4c8d6O4ziior { top:46.3125rem;left:0rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI3depUIDP1dzi1vqoeQxCiu2WiOKLdU { top:30.375rem;left:16rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzTzpgcfc9dcXqUBod2hlwkfRIqBNfQ { top:28.8125rem;left:16rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK5kA1kE1056qEKPSAdbAsrOd21vi35n { top:37rem;left:16.1875rem;width:16.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAu0CvfVRCPpLsgHbxiSaQzDInrNu9i { top:38.5625rem;left:16.1875rem;width:12.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3rTqtxXu0hSErIX3J9hib5wNhG0AWyo { width:17.375rem;height:2.875rem;top:49.875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsbIPo3bHQaOLtKWGBiu77bEa9h8ily0 { display:block; }
 }@media only screen and (max-width: 763px) { #ut1L90o16KHa4rPBgBgnLed3TT7AB0m1 { width:15.25rem;height:2.875rem;top:49.875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTUQLlB4f3sb1tULl0gsm5mmXT6FVmH { display:block; }
 }@media only screen and (max-width: 763px) { #iHcKbPRLVJXEmNqffp2ZlqCs2ZCXXVd1 { top:36.125rem;left:9.3125rem;width:7.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM { display:block; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTmbG836WtwXGfk6IuSTKRCB9Fl7TGPP { top:3.4375rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW8e7rF5hTp4ZJX7KauES4WkRJXSsFuO { top:13.1875rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKqq87f4bSrnTiM1qIg8y7ay6s4dWaz { top:20.9375rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC6sSPupEkf4VDH2w87yToK6ote5LX7p { top:29.875rem;left:0rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPHxTlJWxQuzDgHnsDX1eyzIHFrbzqC7 { top:3.4375rem;left:0.75rem;width:47rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Mxute1foxmSkzgTzvR2iu9EEplzsJ7 { top:7.1875rem;left:1.125rem;width:46.625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve1ucar74ifQASrrqNgQ75bwyos3tiuD { top:14.0625rem;left:14.375rem;width:24.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8RAT10tPcTOgFG6fRAcsuDEsZQTvUz8 { top:17.1875rem;left:7.25rem;width:40.5rem;height:9.3125rem;font-size:1rem;display:block; }#R8RAT10tPcTOgFG6fRAcsuDEsZQTvUz8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #HbGKNiOszOCv5KIC6bCTTNPAA3lO7ynC { top:30.5625rem;left:8.875rem;width:38.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57QF12R9hatqk1L1nq3gJQ8ragAJTp0 { top:34.0625rem;left:14.375rem;width:21.5rem;height:;font-size:1rem;display:block; }#R57QF12R9hatqk1L1nq3gJQ8ragAJTp0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #Zsz4HGx3F9MVdnv2TCTif0BpfizOwIa8 { top:34.0625rem;left:25.8125rem;width:21.9375rem;height:;font-size:1rem;display:block; }#Zsz4HGx3F9MVdnv2TCTif0BpfizOwIa8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #hnng5L7dm7447hDx5RtTNIc5MCi47WEH { display:block; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwVOHdbz8KoNKo3b50COJoUtkCQU5F6q { top:3.3125rem;left:2.4375rem;width:42.875rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZUP4cKunWUnmiGzwXu8NX2t2H6FTdf2 { top:10.375rem;left:0.5625rem;width:46.625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be26gq9OkT2SUFTBDDgukrz8KLhNXQfp { top:19rem;left:4.4375rem;width:38.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlMspop76KrxLNN4hlg6unC8QnllTLgg { top:24rem;left:1.21875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGAJOzLIohJywVDTuHGTPtJouguJTBnF { top:30.625rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux4d4rWLHbanpFVgZ1zvJzGIS4eqAvKN { top:34rem;left:0rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUC2UxFD8PrNFsVAT0Sc66MQOK6d5FCh { top:24.375rem;left:21.3125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBQRquILwQhkxsbfyNXuLSPRoC1QVKqZ { top:30.625rem;left:15.71875rem;width:16.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUdmbVdIaEErGL2Hp8TlOtFxdGF9lK3E { top:34rem;left:16.6875rem;width:14.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHcTcE4RlkJFy4rfubmW8hVCEbykCZh { top:25.3125rem;left:40.25rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4hLlncn48iz655bo8iutPyk1u1dcZbb { top:41.125rem;left:29.0625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJsT98aihmJbsrz50n1phI948PE5NxF { top:41.75rem;left:11.25rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXqv5vtBzh9DSubLWbCIGEMBN3lTWlnW { top:34rem;left:33.375rem;width:14.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0goGNEZtkid65G5f028rQCInH4CJy3D { top:30.625rem;left:31.4375rem;width:16.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp97GLeqQbvegE4pxLODo7y863Du5q1c { top:51.8125rem;left:6.4375rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBRd9LyGJRhiJBsd8mw99qU1NHZRM5x { top:48.4375rem;left:7.6875rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmnyp1w29vxNt4zMzCLtHcMgIpl96ZDi { top:51.875rem;left:25.6875rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdd3wFSgyao1afpcs2bDDbksO2S7IKR { top:48.5rem;left:26.9375rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHHIcfCwggK0apl8yMKdzXk9omMgrtRH { width:17.375rem;height:2.875rem;top:60.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vya9cuV1LPNwQdpesIpLx75fNC7aIyxh { display:block; }
 }@media only screen and (max-width: 763px) { #XxA6iHRuIMkGiatBKyxHCXQVtensXevT { width:15.25rem;height:2.875rem;top:60.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n83uHElbf4ZPUOnh7Fi0lkAKZT2TuIrd { display:block; }
 }@media only screen and (max-width: 763px) { #bM9oevQ5TViDeQkMneSburFSxB8RZncG { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv { display:block; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMU81znx2T3xPB9r965rbWTS482zk9be { top:1.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPIbe55ZCG4WgvSxu5CQVuEEVFDmPcHO { top:6rem;left:29.4375rem;width:18.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8FIsbASVQnDBHta8JC40mO6ylOidpW { top:8.5625rem;left:0rem;width:34.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP29WboNkk9ISELCKyJAtvofgTrAgXib { top:12.6875rem;left:0rem;width:34.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObuQrosKHQaVyGkS22hICRhqgs2avKbF { top:15.0625rem;left:0rem;width:41.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLAq6pOJDBoACRM4JBOGr5NAibtN7kBt { width:17.375rem;height:2.875rem;top:26.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXbDuTpVOpvk8ln832R4qDnpmnU5wlay { display:block; }
 }@media only screen and (max-width: 763px) { #sPgNZWskr3Wx3b7qgT0n0FMMdvs6drhZ { width:15.25rem;height:2.875rem;top:26.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhAbrd1TNESyy3apuTliqoZVkL97sNtd { display:block; }
 }@media only screen and (max-width: 763px) { #bDIuIMtTw43CSV5akFX37yfzTeBGDFks { top:7.125rem;left:0rem;width:42.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D { display:block; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSbr1ZSStuRoaP4WO42lZ9tMkUpWqtJF { top:5.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRPNq7oUZSAtRikZpZ6n7ZrpX4OKGW9E { top:52.25rem;left:15.5rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b57HqifNfml4gog4Q34QpSw9h13xPdoh { top:54.625rem;left:15.5rem;width:9.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmSgupefnZ68bOFdFfkFCuNsK9sv7PsC { top:54.625rem;left:23.1875rem;width:9.125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4TXbZzSQdEZliv7B1OLesL6NXb40A7A { top:11.1875rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtE1vvur3h8Ni250LH79BF2pQVBiOopq { display:block; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNNTSRaixVrNUezQhZchO5kln6oPc1wl { 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) { #gkTELiKgrlSqnsKChBOIbiKJupozuW6D { top:7.8125rem;left:5.46875rem;width:36.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dS6kisipM8LgkMS7dCaKmSTXkfBa75 { 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) { #xxZ1MZ3uV6BfR7TnmUP4XsvsRahlodLk { width:17.375rem;height:2.875rem;top:16.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2bliR9wwWJuWNbGM3e68K14bQBRTfyd { display:block; }
 }@media only screen and (max-width: 763px) { #AWon1UE2qTnAsJactHyzvwBgXic0BuUh { width:15.25rem;height:2.875rem;top:16.5rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwxyub4qCStf9GP7OCDoRbD9LQtxTZNh { display:block; }
 }@media only screen and (max-width: 763px) { #ChrWdTnrad42TMIl30eLWDPrwOGHV6Lb { top:21rem;left:13.8125rem;width:20.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tooaBg5sEFqz1MMsqMHXkxoiL9b4BBlE { 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) { #V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq { display:block; }#V5MTJV6mtRduNhyVROb9zz3vrmwNKpWq > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxdKgbPXtOTI421qVzbLPDmQwOadNuGh { width:13.6875rem;height:4.5rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsd1Q6A8L2nms0rtcAC4qGc3nIWHd0iA { width:15.6875rem;height:2.875rem;top:7rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZPOiKxEhVs6Q0ya3xL2H7EyrV0T8gml { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/11647938-efe4-4abe-8ca5-483e8f26952d/Untitleddesign20251020T215502308.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-text {padding-top: 0; padding-bottom: 0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-select {padding-top: 0; padding-bottom: 0;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK  { width:17.5rem;height:auto;top:57.875rem;left:0rem; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK {display:block;}#qUcIWINmaVyswMf4acHZ9zltIoO1xiiK { width:17.5rem;height:auto;top:57.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #pnprTc8BFTalb00cvRTwx1z4WO5HC7kf {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #laWGAO4UDPs4e3ipNTwWLtuqKbOPFzTK { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #ZRndfWX1kh1ToxJTTrZ4p2qkd11qxgWi {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #rJxUgoASFIlivpPF9wkB80zzIaW3iseU {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #tkCBOcNt7lEKQCtf6T2ySEiG8Jtr7dAA { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #kafFB5Z75uUIlzreT78HcxVMBcrTtwPH {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #dM73HZxtR2AphicVnXmThN3un22XdTFA {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #f44TGqdxbvrMZf53Up6dwyPVOuuucRKC { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #roX2DZfGMe7uQn8QGUyQ4X29flQV2Frb {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #FRZkphzD5JI6e2uawrTlQlM3tZfupanw {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #Ls2SLTNoJpXBqbPfo12qHvIcTtXQlrBk { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #uktlBcbzO9W9wTlcUvfS2AgOaJXDixhT {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #sonfWdphARGaM7TQUtQqkaKE9Ul0hIny {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #TQ1VaRKrya7Qo7bI7ZD1ZyfiCTIGofLU { display:block; }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #XC3CyRvBGEP5sTvZpUeSQsOr4nzNMBTM {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #U3o4136DR4rBCfHVn8nG3bEpxzoH9dr5 {  }
 }@media only screen and (max-width: 763px) { #qUcIWINmaVyswMf4acHZ9zltIoO1xiiK #VdaSvUtdrA3tTXJHIIaGyTEmnzXMT4Td {  }
 }@media only screen and (max-width: 763px) { #aTXM6WZbL3acW0KtsecHGszIVmJgHFCD { width:19.625rem;height:5.1181625rem;top:51.9375rem;left:0.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7g6rVgTsCq6T8xmpwQsoATvEqrTmscw { width:20rem;height:6.75rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNRHaendacnnXRN0LVFpS9cqSkyBexQW { width:14.0625rem;height:0;top:2.625rem;left:2.96875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GEsRxTmTFeZqQh0xMcHrUKBch0boyDmE { width:18.5rem;height:2.8496125rem;top:9.0625rem;left:0.8125rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWuMvBXiymvotxMhz8ylzrSWuzo9vuge { width:18.75rem;height:3.1875rem;top:9.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psLxtOeqEDyT8LpTTo6tOI3IzOmC8oel { width:18.5rem;height:15.1894375rem;top:15.5625rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTwneNhGyGGUQKtGbi9uTccHt6UvGxwQ { width:20rem;height:18.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKAk8ebUyDHXc3TPalEQ17CJhlCJeh3h { width:17.125rem;height:4.5rem;top:44.125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGpPDH4hndH9I982GmkL4mhmMoHuel8l { width:18.9375rem;height:2.5996125rem;top:47.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXPe3agmoxMHerweBIF6QH4H1aErP19V { width:18.375rem;height:3rem;top:38.625rem;left:0.8125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5mv2TGMIhDTQF1xbaghndxMsBDpKWag { width:20rem;height:1.3808625rem;top:41.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGK8qtUQqqdWw2DPr0ALAWORf4R20bcz { width:19.5rem;height:9.0625rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySqFtelSnZ2Kpz1woR6iR7G4Xb2dcOPA { width:16.125rem;height:2.3125rem;top:1.6875rem;left:0.8125rem;font-size:2.3125rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #CTTAkD5q3CHc7i0hX1EKDAIUhyUSo6v2 { width:17.875rem;height:4.25rem;top:3.375rem;left:0.625rem;font-size:4.25rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #kyshXmKfuyhyHXO2AV8GBVkDAZkAcd3g { width:18.1875rem;height:2rem;top:7.0625rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #P5oaD7RgKgkvCdy6BE4s5ozNXAKh2GzQ { width:16.4375rem;height:3.0058625rem;top:34.5rem;left:0.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEBnhfvwEkoJXwpqKIcgD62p3WHehwL { width:8.75rem;height:1.54296875rem;top:35.5rem;left:11rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kOBEb3Pz9Qk7kU0ImezkgnpPwcM07nIS { width:20rem;height:0.3125rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcMursoV9p4KachPoWvLV4LAW5gpHEH { display:block; }#NwcMursoV9p4KachPoWvLV4LAW5gpHEH > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdI2KCmBWIfps9x0B5dIXsCnTcodBybC { width:16.75rem;height:12.3125rem;top:27.359375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtw9b5qDs7Fv6Oc7hC0xJ78nEiBNbOHK { width:20rem;height:2.4375rem;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnV6qXdlX7bibHpB2813vQ6XsgxXMZ32 { width:20rem;height:3.736325rem;top:5.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlCdfnP1QsAs76FViem1MPEFbLRberp7 { width:16.75rem;height:12.375rem;top:12.1728515625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuxusM51yOwrWIoCEocMDtgc5XTZTkuN { width:20rem;height:20.9375rem;top:42.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv { display:block; }#BS6mRvSaPT4lG7Tv7k4lefGGqxzaDAiv > .row .container { width:20rem;height:133.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiPuZlVMxab1CvRM9dz6TcEcEh5zUoOA { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUWnIrDibd2NICOcQWJf8hUvhbxblsNM { width:20rem;height:51.375rem;top:78.908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgBA8SxOz4GnsJKCxIAOwJmc8d0H4a1 { width:20rem;height:20rem;top:45.09575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGrRZGUZGvSf2lPOcPBEbwF06n37K79y { width:19.0625rem;height:19.0625rem;top:21.376953125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEXowpggzOtvIKu8gVeeuPV1obL9V4dE { width:19.625rem;height:32.4375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAD8ciXS7nIBoCK2EVU7RwmlMtNxVQ3T { width:20rem;height:2.03125rem;top:76.283203125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7o9RxsoBqIu6RGmAiTgxJzDvgha35DZ { width:16.125rem;height:3.65625rem;top:84.376953125rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMOV46NTz2QUb1WITrBW0nZ0NaBTaF8c { width:15.1875rem;height:2.76171875rem;top:81.095703125rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIshFx0heGMBXqT91pLRW1ZZX2wkgPds { width:16.125rem;height:4.875rem;top:93.0390625rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVeVwJCtotUfe2frv9HG5qOwNc74z52M { width:11.4375rem;height:1.3808625rem;top:90.3173828125rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqBOgIiWCFw0uI6Wo3UadEpOpFwu15GB { width:13.125rem;height:2.76171875rem;top:99.4375rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdScUlfLT0EWC677vTPUc9G3Laq0mLD { width:16.125rem;height:4.875rem;top:102.75rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKFDdreF00i4dRq0U2tcPbyhqwN2NtWh { width:14rem;height:2.76171875rem;top:109.125rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfkQO2riKipWXWa6199T0wmfxpyQlFbu { width:16.125rem;height:6.09375rem;top:112.5rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TDmya6KHhGAbBuaIe70gSw0X83NkTk { width:4.0625rem;height:4.0625rem;top:80.314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8ZWQ74TNeMhc1UxMrd30n96JB9hD7H { width:4.0625rem;height:4.0625rem;top:88.9765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZJi9aA1bmu9L0hkoLrFHZLSsdeahcbd { width:4.0625rem;height:4.0625rem;top:98.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNFv5LXx6IMW8TZT5XVL3XJs6RiMGopf { width:4.0625rem;height:4.0625rem;top:108.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9GfwrRJ2Fr34QpSRZtNIxpW6TDor1TS { width:4.0625rem;height:4.0625rem;top:119.533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWd6r7fIsLHphEG36WExlav54aQURfGp { width:13.75rem;height:2.76171875rem;top:120.18359375rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB2UOZiZLRhQsLoebK6GTAdMky1q1Oog { width:16.125rem;height:3.8994125rem;top:123.595703125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycAD48k8Av7E3sTq2gI194gm9tfqHaTS { width:20rem;height:25.0234375rem;top:61.697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiTukTCOhCMEbhQiPITURJa0l5kRyd8L { width:20rem;height:7.7988125rem;top:9.0478515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9TAxf1MVDh21bitlIIvkSAs4WgX8vry { width:2.125rem;height:2.125rem;top:45.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTAc723pwpnpf4RBn8TCN6SnGRkw0xE { width:12.875rem;height:1.29980625rem;top:46.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Py93ZQ3hO7ADRyeBJRZmMNa5UkVTZv { width:2.125rem;height:2.125rem;top:49rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT8UzMBIKu5dX1NIdyBW4TGfKThUTiDk { width:15.6875rem;height:1.29980625rem;top:49.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM0QBedFtk6keTXKNzEhW8sNFWTSsLVO { width:2.125rem;height:2.125rem;top:52.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DLLeRWPccfSWExiwcT6eZ2Rcbn92Qa { width:15.3125rem;height:2.5996125rem;top:52.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfxSfcWBlLW28T1aGIz2fBo5M8Zwreg2 { width:17.1875rem;height:7.7988125rem;top:58.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRnqkheRzsW7UPL3rx9dkVJRzGOrwCzI { width:0.125rem;height:8.75rem;top:26.53325rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxUK1riMUwo75MXlO5gG95yhnMl8zcpW { top:56.4375rem;left:7rem;width:6.25rem;height:0.1875rem;z-index:15031;background-color:#77bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oqVyART53OWq9QLyZV6bmllCauEO4os8 { width:17.0625rem;height:2.923825rem;top:41.4521484375rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs { display:block; }#vc4Ck843M5lUt0Eo56FTJ6c1Th1mbWIs > .row .container { width:20rem;height:122.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRrC3IfBswvH2Qw23FKrtTIGv9CK2ntn { width:20rem;height:7.7988125rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxavHXghsZfM3wWZ1C5lKxQzozCqNKGH { width:20rem;height:20.05859375rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXLQvMfa7mHmewxTwF9J5mzCZ8tW1RO4 { width:20rem;height:4.0625rem;top:32.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKg9k2GGdwkncTX8WtVHkDwOFWwAEBee { width:10.5625rem;height:1.21875rem;top:45.4375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uchz6pXhKCwNDEEMI3P3DhZGeZMBQbEo { width:10.5625rem;height:1.21875rem;top:49.625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5KPBeogeAbcZ2GAXD82qhzccapQAW7L { width:16.875rem;height:2.5996125rem;top:42.3857421875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5DdPvWl3L3QQ84XvgsZE4IsbbuXWHdR { width:10.3125rem;height:1.4619125rem;top:39.66796875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCw8EfSqzS9Ev5HJIF9wGS2eaVDZl0uA { width:18.4375rem;height:1.29980625rem;top:47.6875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNpfl6H7knvVEQxXWycaisLrmHlV6Lg6 { width:10.3125rem;height:1.4619125rem;top:53.3974609375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT9OPzrvca2GqcJVSP4TFLbezBPdhm3m { width:17.375rem;height:2.5996125rem;top:56.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR6beJDMaicDNgqmBHinAdmlsDV0T41T { width:17.75rem;height:1.29980625rem;top:61.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiQ7v0GxqO3sPRy3zm8DLh7A4VoFO8q { width:10.3125rem;height:1.4619125rem;top:67rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vaa1hMucT67DTfPGT4O69qctAe4RFlCI { width:18.1875rem;height:2.5996125rem;top:69.625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpeCtsUNzO9aD4U2nXrcyl3tV7FMdqq3 { width:18.375rem;height:1.29980625rem;top:75.0625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxWHID8bHJcS1PTsX48RX0PeizwKX1HQ { width:10.3125rem;height:1.4619125rem;top:80.4375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rORhqNsJmkvVO1ONrLOR11Rf72g5u1 { width:17.6875rem;height:2.5996125rem;top:83rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSmdMeMm6A72XhMR60l5ensFFKls4pT { width:18.375rem;height:2.5996125rem;top:88.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZHfBv39IGoDa3i1Bvpz5knP197cT8Wt { width:12.375rem;height:1.4619125rem;top:94.9375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR603Is7I38TTXV3zDkD9uK6sQplWqMm { width:16.3125rem;height:2.5996125rem;top:97.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfVisoVROsLuay9wG3vm0XToIKdqOtQ { width:17.0625rem;height:2.5996125rem;top:103rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRtreN7LKI4zK7MJZwTbedAUXRKrJ1ho { width:18rem;height:0.25rem;top:45.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpTQ1C5rxzxXmF9OEa0Gan3Q3lKwuGif { width:18rem;height:0.25rem;top:59rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAqoJhSZIl6Tk1BeinAJcr5T6ttC9PHh { width:18rem;height:0.25rem;top:72.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGoxwEZWWIi6xwQsvQoLGzZeZT13dy4u { width:18rem;height:0.25rem;top:85.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgV4OoQJun9dXDL9hmmTMvhMGis47T0i { width:18rem;height:0.25rem;top:100.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPMT0l4gqMpKOd6eLDRcGe922XfFpv1V { width:4.6875rem;height:0.1875rem;top:36.8125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBzWDDh375Hb8sMHZuCm91n35N2LRObw { width:4.6875rem;height:0.1875rem;top:38.25rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDEiM4fggAgaPQqWlKlXzwS0fGEAK4ku { width:18rem;height:0.25rem;top:49.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woJixmDVhlSRxyM54y42H69tQ4e4sQ3M { width:18rem;height:0.25rem;top:63rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdATK24HybG6BvnbqCGsrbJUyyXIPLuh { width:18rem;height:0.25rem;top:76.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV8EJnUbCzlXK2KX6SStozlXRuMeRpb0 { width:18rem;height:0.25rem;top:91.099609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Wbgfoo4L8fasVHieXXaq7mVRE2p2cv { width:18rem;height:0.25rem;top:105.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk8tMlcTSDsT7O1TtsEQsLR1rtER7aUW { width:20rem;height:10.400972053463rem;top:104.9747rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRyT5BwCn5Td8AlK5McdwOwSnCcTzgZs { width:10.5625rem;height:1.21875rem;top:59.25rem;left:1rem;font-size:0.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #RGf1ElG8oErclt0PR3DLRJduT3FZzDc3 { width:10.5625rem;height:1.21875rem;top:63.25rem;left:1rem;font-size:0.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iSsBEJ1MoU6TeEF40BCUs605BOTq9rFl { width:10.5625rem;height:1.21875rem;top:72.625rem;left:1rem;font-size:0.9375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #cSLAcCBaJMTXfZUcAozIzkm3lupk8z6l { width:10.5625rem;height:1.21875rem;top:76.8125rem;left:1rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #EdFe7wxJM3FiWAakZVDo3FhbkEyRumla { width:10.5625rem;height:1.21875rem;top:86rem;left:1rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #DO5a6SkwD80aOqUOfttDQXeOR6mQWmo3 { width:10.5625rem;height:1.21875rem;top:91.349609375rem;left:1rem;font-size:0.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #oxpxnTbaar7mwXW1zsiEK9B31v1SprJ5 { width:10.5625rem;height:1.21875rem;top:100.4375rem;left:1rem;font-size:0.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #cEFGJZIQhHgwGxt6TDTnxg0MnNAgGiMP { width:15.25rem;height:2.875rem;top:115.375rem;left:2.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #q4P5lRBJuhZgndqbeVHha8exBMPHvuH3 { display:block; }
 }@media only screen and (max-width: 763px) { #WmTVPSoIFbPTmLT2llIGUrw5UwTqdTkC { width:17.375rem;height:2.875rem;top:111.6875rem;left:1.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Ie9TIg8pdizwkvRoWEXpAOl8P4THq1bP { display:block; }
 }@media only screen and (max-width: 763px) { #uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce { display:block; }#uR2cQKUhTGv1V6Koc9ybEPJscTiNxcce > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvTJgwsD6Zz3fFMlHmrSFiSXBrbCKkV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UT89WVhAJUE9ffUrpnMzsBiyJ3TUzxv8 { width:20rem;height:0;top:15.6875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alARttGFbct92gVKghZ7w90sTpwV49SE { width:20rem;height:0;top:37.4375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKrV1RUtuMQMnw2Bd5ECSTguoerczhhJ { width:20rem;height:8.77344375rem;top:2.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iQNDonLWbwP7BsszED3Uvd8dr4H6GtMH { width:20rem;height:10.9667875rem;top:16.0625rem;left:0rem;font-size:1.6875rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #of7sO7k4EEv3ofNhIe8vyWklTdwlc8y2 { top:13.8125rem;left:3.75rem;width:12.5rem;height:0.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JLDHnwurI2SgqTSyaolWH8Tp7gTBL6xu { width:18.875rem;height:8.77344375rem;top:31.3125rem;left:0.5625rem;font-size:1.6875rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VX4nXJuOAe2lnxLGDf93eGaXJT4WM91w { top:29.125rem;left:3.75rem;width:12.5rem;height:0.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX { 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; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX.adaptive-delivery-prevent-bg, #kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX.lazyload, #kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX.lazyloading { background-image: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container { background-color: transparent; background-image: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container > .video-iframe-container { display: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row > .video-iframe-container { display: none; }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .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); }#kRqiHBrDZOaRQDMJRuqRdlFkkQ1bx7AX > .row .container { width:20rem;height:134.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfksXQ3BavAQrmTHIMD34eeaVgWTLT8Q { width:20rem;height:5.19921875rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Boow1wMdvAzJ7O8L70ekJk60T4fGvq { width:20rem;height:3.4121125rem;top:9.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDMJ0BJhD20V0SU33rJb3twkhtVihQ4G { width:20rem;height:15.59765625rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAStQ955X2BxX2TD2PLufFHgQiQmqN7X { width:20rem;height:30.327125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fznm4cVKiMr8QDsn7O46XwCFPZcq0e { width:20rem;height:4.0625rem;top:67.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSH8tWz98LgCKJXmc5viPgcMv0wGD65Z { width:5.9375rem;height:5.9375rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJMTuJfAsd9zTNF4CSGcQ6DxNclxdXXt { width:13.3125rem;height:3.0859375rem;top:73.0625rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kROfuSzVs6TLTGW4yA5CTovJ73n2JcvZ { width:12.6875rem;height:3.8994125rem;top:76.1875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FelZAlNmoimMMFFcLpSpqIEmNXL3V8Z0 { width:5.125rem;height:5.125rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzPnzFnVuw38weO9EV00Ph9SWKv0XDXo { width:11.625rem;height:3.0859375rem;top:91.25rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL5BK56u1eZ1VGohECMyahB0pKFOUmOg { width:13.8125rem;height:2.5996125rem;top:94.5rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih3pIovwLWJ6IvoFTniXx5L2M6cVMzrx { width:5.125rem;height:5.125rem;top:109.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scNih2MbGfbNwIUJ4PaQ2T6Q1Cs5t19P { width:11.75rem;height:3.0859375rem;top:109.6875rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUCErenhXr9vlf2XuBWfbM2QKaaSS41k { width:7.4375rem;height:7.4375rem;top:100.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHsS4vxZfzAO9vDx1W8T2KQLlfeS2fWm { width:5.9375rem;height:5.9375rem;top:82.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzczVRL4xmIzA3H2Seas4c8d6O4ziior { width:13.0625rem;height:3.8994125rem;top:112.9375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI3depUIDP1dzi1vqoeQxCiu2WiOKLdU { width:12.6875rem;height:3.8994125rem;top:84.0625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPzTzpgcfc9dcXqUBod2hlwkfRIqBNfQ { width:10.4375rem;height:1.54296875rem;top:82.375rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK5kA1kE1056qEKPSAdbAsrOd21vi35n { width:12rem;height:3.0859375rem;top:99.875rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flAu0CvfVRCPpLsgHbxiSaQzDInrNu9i { width:12.6875rem;height:3.8994125rem;top:103.25rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3rTqtxXu0hSErIX3J9hib5wNhG0AWyo { width:17.375rem;height:2.875rem;top:123.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsbIPo3bHQaOLtKWGBiu77bEa9h8ily0 { display:block; }
 }@media only screen and (max-width: 763px) { #ut1L90o16KHa4rPBgBgnLed3TT7AB0m1 { width:15.25rem;height:2.875rem;top:127.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTUQLlB4f3sb1tULl0gsm5mmXT6FVmH { display:block; }
 }@media only screen and (max-width: 763px) { #iHcKbPRLVJXEmNqffp2ZlqCs2ZCXXVd1 { width:5.5625rem;height:5.5625rem;top:99.875rem;left:0rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM { display:block; }#ldJn9uI9LS9nh2D3Nno9I9thQV54JCuM > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTmbG836WtwXGfk6IuSTKRCB9Fl7TGPP { width:10.3125rem;height:10.3125rem;top:25.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW8e7rF5hTp4ZJX7KauES4WkRJXSsFuO { width:10.3125rem;height:10.3125rem;top:31.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKqq87f4bSrnTiM1qIg8y7ay6s4dWaz { width:10.3125rem;height:10.3125rem;top:39.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC6sSPupEkf4VDH2w87yToK6ote5LX7p { width:10.3125rem;height:10.3125rem;top:46.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPHxTlJWxQuzDgHnsDX1eyzIHFrbzqC7 { width:20rem;height:7.7988125rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Mxute1foxmSkzgTzvR2iu9EEplzsJ7 { width:20rem;height:11.942375rem;top:11.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve1ucar74ifQASrrqNgQ75bwyos3tiuD { width:15.4375rem;height:4.0625rem;top:60.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8RAT10tPcTOgFG6fRAcsuDEsZQTvUz8 { width:18.875rem;height:18.4599375rem;top:66.3125rem;left:0.5625rem;font-size:1rem;display:block; }#R8RAT10tPcTOgFG6fRAcsuDEsZQTvUz8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #HbGKNiOszOCv5KIC6bCTTNPAA3lO7ynC { width:20rem;height:6.09375rem;top:88.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57QF12R9hatqk1L1nq3gJQ8ragAJTp0 { width:18.875rem;height:8.7363125rem;top:95.375rem;left:0.5625rem;font-size:1rem;display:block; }#R57QF12R9hatqk1L1nq3gJQ8ragAJTp0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #Zsz4HGx3F9MVdnv2TCTif0BpfizOwIa8 { width:18.875rem;height:8.4238125rem;top:104.6875rem;left:0.5625rem;font-size:1rem;display:block; }#Zsz4HGx3F9MVdnv2TCTif0BpfizOwIa8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9ac0b3c82d5475e51b43610fe97a158d19de441.svg); }
 }@media only screen and (max-width: 763px) { #hnng5L7dm7447hDx5RtTNIc5MCi47WEH { background-color:#000000;background-image:none;display:block; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container { background-color: transparent; background-image: none; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container > .video-iframe-container { display: none; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row > .video-iframe-container { display: none; }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .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); }#hnng5L7dm7447hDx5RtTNIc5MCi47WEH > .row .container { width:20rem;height:140.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwVOHdbz8KoNKo3b50COJoUtkCQU5F6q { width:20rem;height:10.3984375rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZUP4cKunWUnmiGzwXu8NX2t2H6FTdf2 { width:20rem;height:10.2363125rem;top:14.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be26gq9OkT2SUFTBDDgukrz8KLhNXQfp { width:20rem;height:4.0625rem;top:40.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlMspop76KrxLNN4hlg6unC8QnllTLgg { width:5.9375rem;height:5.9375rem;top:46.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGAJOzLIohJywVDTuHGTPtJouguJTBnF { width:13.125rem;height:3.0859375rem;top:53.125rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux4d4rWLHbanpFVgZ1zvJzGIS4eqAvKN { width:15.625rem;height:3.8994125rem;top:56.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUC2UxFD8PrNFsVAT0Sc66MQOK6d5FCh { width:5.125rem;height:5.125rem;top:62.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBQRquILwQhkxsbfyNXuLSPRoC1QVKqZ { width:16.3125rem;height:3.0859375rem;top:68.6875rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUdmbVdIaEErGL2Hp8TlOtFxdGF9lK3E { width:14.375rem;height:5.19921875rem;top:71.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHcTcE4RlkJFy4rfubmW8hVCEbykCZh { width:5.125rem;height:5.125rem;top:79.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4hLlncn48iz655bo8iutPyk1u1dcZbb { width:8.0625rem;height:8.0625rem;top:111.171875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJsT98aihmJbsrz50n1phI948PE5NxF { width:5.9375rem;height:5.9375rem;top:96.25rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXqv5vtBzh9DSubLWbCIGEMBN3lTWlnW { width:14.375rem;height:5.19921875rem;top:88.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0goGNEZtkid65G5f028rQCInH4CJy3D { width:16.3125rem;height:3.0859375rem;top:85.625rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp97GLeqQbvegE4pxLODo7y863Du5q1c { width:15.625rem;height:3.8994125rem;top:106.1484375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBRd9LyGJRhiJBsd8mw99qU1NHZRM5x { width:13.125rem;height:3.0859375rem;top:103.0625rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmnyp1w29vxNt4zMzCLtHcMgIpl96ZDi { width:15.625rem;height:3.8994125rem;top:122.3203125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdd3wFSgyao1afpcs2bDDbksO2S7IKR { width:13.125rem;height:3.0859375rem;top:119.234375rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHHIcfCwggK0apl8yMKdzXk9omMgrtRH { width:17.375rem;height:2.875rem;top:130.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vya9cuV1LPNwQdpesIpLx75fNC7aIyxh { display:block; }
 }@media only screen and (max-width: 763px) { #XxA6iHRuIMkGiatBKyxHCXQVtensXevT { width:15.25rem;height:2.875rem;top:134.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n83uHElbf4ZPUOnh7Fi0lkAKZT2TuIrd { display:block; }
 }@media only screen and (max-width: 763px) { #bM9oevQ5TViDeQkMneSburFSxB8RZncG { top:27.125rem;left:0.21875rem;width:19.3125rem;height:10.8125rem;z-index:15055;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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; }
 }@media only screen and (max-width: 763px) { #UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv { display:block; }#UvvWtfLVHyc2yFRwKg35q4HVx8EuSRkv > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMU81znx2T3xPB9r965rbWTS482zk9be { width:20rem;height:2.5996125rem;top:25.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPIbe55ZCG4WgvSxu5CQVuEEVFDmPcHO { width:18.3125rem;height:18.3125rem;top:4.1875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8FIsbASVQnDBHta8JC40mO6ylOidpW { width:18.25rem;height:4.38574375rem;top:30.75rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UP29WboNkk9ISELCKyJAtvofgTrAgXib { width:20rem;height:2.35546875rem;top:35.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObuQrosKHQaVyGkS22hICRhqgs2avKbF { width:18.25rem;height:8.7715rem;top:38.3125rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLAq6pOJDBoACRM4JBOGr5NAibtN7kBt { width:17.375rem;height:2.875rem;top:52.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXbDuTpVOpvk8ln832R4qDnpmnU5wlay { display:block; }
 }@media only screen and (max-width: 763px) { #sPgNZWskr3Wx3b7qgT0n0FMMdvs6drhZ { width:15.25rem;height:2.875rem;top:56.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhAbrd1TNESyy3apuTliqoZVkL97sNtd { display:block; }
 }@media only screen and (max-width: 763px) { #bDIuIMtTw43CSV5akFX37yfzTeBGDFks { width:19.875rem;height:18.75rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D { display:block; }#ShiwRHGNSkID8fqGa9z2JNh5QXAI7q4D > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSbr1ZSStuRoaP4WO42lZ9tMkUpWqtJF { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRPNq7oUZSAtRikZpZ6n7ZrpX4OKGW9E { width:12.5rem;height:3.25rem;top:53.6875rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b57HqifNfml4gog4Q34QpSw9h13xPdoh { width:9.125rem;height:9.09864375rem;top:55.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmSgupefnZ68bOFdFfkFCuNsK9sv7PsC { width:6.375rem;height:9.09864375rem;top:55.9375rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4TXbZzSQdEZliv7B1OLesL6NXb40A7A { width:20rem;height:21.75rem;top:11.2978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtE1vvur3h8Ni250LH79BF2pQVBiOopq { display:block; }#WtE1vvur3h8Ni250LH79BF2pQVBiOopq > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNNTSRaixVrNUezQhZchO5kln6oPc1wl { width:20rem;height:7.066375rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkTELiKgrlSqnsKChBOIbiKJupozuW6D { width:20rem;height:6.499rem;top:9.5654375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dS6kisipM8LgkMS7dCaKmSTXkfBa75 { width:20rem;height:3.0859375rem;top:17.3135rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxZ1MZ3uV6BfR7TnmUP4XsvsRahlodLk { width:17.375rem;height:2.875rem;top:21.6494375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2bliR9wwWJuWNbGM3e68K14bQBRTfyd { display:block; }
 }@media only screen and (max-width: 763px) { #AWon1UE2qTnAsJactHyzvwBgXic0BuUh { width:15.25rem;height:2.875rem;top:25.7744375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwxyub4qCStf9GP7OCDoRbD9LQtxTZNh { display:block; }
 }@media only screen and (max-width: 763px) { #ChrWdTnrad42TMIl30eLWDPrwOGHV6Lb { width:20rem;height:6.4596273291925rem;top:29.8994375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tooaBg5sEFqz1MMsqMHXkxoiL9b4BBlE { width:20rem;height:4.0625rem;top:37.6084375rem;left:0rem;font-size:0.625rem;display:block; }
 }