.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b70a39fd-60bf-49ce-a594-7be528eb1cd3/falling_leave.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { background-color: transparent; background-image: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .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); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { border-width: 0; border-radius: 0; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container {  }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#L7NRu0dlq3xoTrhPc6C5UfKToAPvfylI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.5625rem;top:0.5rem;left:21.6875rem;overflow:hidden;display:block; }
#uTKypeMy0QT3xsAki22T9atAfuNt8IKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/020122c9-8552-4b61-bb51-b2d541c03daa/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm.adaptive-delivery-prevent-bg, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyload, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyloading { background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { background-color: transparent; background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .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); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { border-width: 0; border-radius: 0; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container {  }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#FQpDaFlKMExPf11EcQc748Ac4AofQ94T { color:#a94524;display:block;width:19.436875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:9.4422750473025rem;left:1.2348098754882rem;height:2.59874375rem;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:normal;display:block; }
#cH0DqDZOIoypp1mdIQJFn9IV8mVy0ys8 { color:#dc5d33;display:block;width:27.1245625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:13.03493976593rem;left:1.2348098754882rem;height:;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:normal;display:block; }
#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b70a39fd-60bf-49ce-a594-7be528eb1cd3/falling_leave.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU.adaptive-delivery-prevent-bg, #nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU.lazyload, #nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU.lazyloading { background-image: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container { background-color: transparent; background-image: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container > .video-iframe-container { display: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row > .video-iframe-container { display: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .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); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container { border-width: 0; border-radius: 0; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row > .video-iframe-container {  }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#i8agOMTELIlhrggMsGTlPJDzhumisbmB { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:14.375rem;left:2.1875rem;display:block; }
#WJwwc5lptapvcayWiu7Ptf93FTt4zXiw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:29rem;left:3.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kwmk3MONSznleq5MqPH2Pt9H99IKd5aQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:17.75rem;left:4.875rem;overflow:hidden;display:block; }
#N3v4NApPchP9NDnAyV9TbU5WL6J0bew5 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:14.4375rem;left:22.1875rem;display:block; }
#ivkdTJ7LsmTe8ZDIgFpzyulK6hu4OmoB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:17.8125rem;left:24.9375rem;overflow:hidden;display:block; }
#rX2hTxg1ThqxJeLVstx41eptpB52dKMX { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:14.4375rem;left:42.1875rem;display:block; }
#r43E2htNkB4cpWNm8MCoC5lRkqunXnoA { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:17.8125rem;left:44.9375rem;overflow:hidden;display:block; }
#ktyEta6oCoC1h5VUdoMUTQoNmEZT2L90 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:12.5625rem;left:8rem; }
#pBf86HI7amigOUJoerXAeTaq0xzJyz2F { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:12.5625rem;left:28rem; }
#eMQI2OSAMK4zx4AOVMhFLuahJuCgJhMT { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:12.5625rem;left:48rem; }
#CqGiE9c8KZ9tsIw2owpo2AZBpJMXuLap { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:29rem;left:23.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvT1h2So3h8de43eWNqIEdfxA6IQ40gH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;top:29rem;left:43.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLOIHN2PuvJW3WUZcTRHxIZgN5WdQAoP { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:38.4375rem;left:1.25rem;display:block; }
#VBs18NwiHmdZXOQnX2fx9IgFtDFiZHEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GGs2yLpK5IdTTgJBLTAbhvDdNRMeRxTK { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:38.5rem;left:21.25rem;display:block; }
#WTWt131maNVw01bttrMlE7bM5DA2BqhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yhqox2UMKTbSTTl3H3kTcLWZtad6zSAP { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:38.5rem;left:41.25rem;display:block; }
#hBrU53q7s5koMxrL9EVzwVmGynUirMvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OuLUZc43Asuo8rT4tVtILGp07PoZDfdL { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:35rem;left:23.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#hWTN4UURie0wzuhcTZ2H4qw7Dtp0nZ5O { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:35rem;left:43.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#D34t9vCV2R31nUMFcgVfTlNK3kqTDkwD { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:35rem;left:3.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#RPpz5kwn6mEpKZuxWTsozI9QM9qnksv1 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:6.0926625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RDgpiblGRRAoIugIur9DB33AegszRFZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b70a39fd-60bf-49ce-a594-7be528eb1cd3/falling_leave.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#RDgpiblGRRAoIugIur9DB33AegszRFZd.adaptive-delivery-prevent-bg, #RDgpiblGRRAoIugIur9DB33AegszRFZd.lazyload, #RDgpiblGRRAoIugIur9DB33AegszRFZd.lazyloading { background-image: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { background-color: transparent; background-image: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .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); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { border-width: 0; border-radius: 0; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container {  }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#Zo2lfabqnZVZJ8gdWf06T2ZGEy8paXB8 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.75rem;left:2.1875rem;display:block; }
#DI9hhNrOEEOtzTimLg6zhF7TyOMXfpkI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:26.375rem;left:3.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZE79rszDEas07zlJJST0hQcNKGBrQ3A2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:15.125rem;left:4.875rem;overflow:hidden;display:block; }
#kqsszLiBWkV8WkizhJoFGr49P9mgbQ99 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.8125rem;left:22.1875rem;display:block; }
#Rl8p15IqdqAhmg1hafoMJ3XdviVoQVtF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:15.1875rem;left:24.9375rem;overflow:hidden;display:block; }
#c46di8P2hPzTHkJTrqrpvTacI705GkT6 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.8125rem;left:42.1875rem;display:block; }
#iaN2gZ4IN72WafeuH15rtiRSgv3wRpo0 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:15.1875rem;left:44.9375rem;overflow:hidden;display:block; }
#vQbLZLd0MtD5LAc8ST178sUvPEoV4okc { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:9.9375rem;left:8rem; }
#JTd1lnGSzJT9H18ieFXw0wom8pwnc8C7 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:9.9375rem;left:28rem; }
#TfqLgfHSdPEDFxi4JFRVqw81QzGN3DyK { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:9.9375rem;left:48rem; }
#ECLb6iTDXZnUQbboT9oalF9MJycswNRE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:26.375rem;left:23.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBxwhG4Nwd1aRSHqcHsaVffxP7qCQtT4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;top:26.375rem;left:43.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIZv8EhOIUFzIoqzvzlQGfAgTdVyB3nQ { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:35.8125rem;left:1.25rem;display:block; }
#Ng1wRddfoocqv1otkqeRKP8QXfTExvJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OJnlP521IiTvdJHHHMJcwpQL2DLiumEO { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:35.875rem;left:21.25rem;display:block; }
#gViGbE0A0T6TDoKQcrpSbtXUhAStQ2Hc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O1q5806GKRmElsRBbfzvb8SqArJpxa7N { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:35.875rem;left:41.25rem;display:block; }
#Bt7UwqnuRVAKbWQ6KEkDgTGgf0ghg3hl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IwfZlSFJeBiLMvEHWWHTBKof2ut4Pvcm { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:32.435983657837rem;left:23.187934875488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Jq0k2emrC6xzBTuDMi2TKSdDXLiZHWTO { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:32.435983657837rem;left:43.187938690186rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#eO3yB05MFXB6c8zF7HP7LnfDnU5QLTf1 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:32.435983657837rem;left:3.1879348754883rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#l33Lr2vyUS06L1EUDVK82uM6nHgMT0gU { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:4.87413125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1X0GoQqH9PVlE5GOiqQ0VaI7VC9TzZK { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b70a39fd-60bf-49ce-a594-7be528eb1cd3/falling_leave.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T.adaptive-delivery-prevent-bg, #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T.lazyload, #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T.lazyloading { background-image: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { background-color: transparent; background-image: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .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); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { border-width: 0; border-radius: 0; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container {  }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#taWt4uGa2IPvQB4D0KRQKtAqb2XgTaoU { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.25rem;left:2.1875rem;display:block; }
#gJW6TwKxE20o6BXpR1T0G7HxaXJ1QTtR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:25.875rem;left:3.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6Idzflch3CT4oZmPRZlwKTa5T8IINpB { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:32.049694061279rem;left:3.1879348754883rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#XZxO43b5lfQTUfsSWey9ikehMc73F7s2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:14.625rem;left:4.875rem;overflow:hidden;display:block; }
#HKMO9RZGtN0JO4fM1pTSQB9IdF9Ubgli { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.3125rem;left:22.1875rem;display:block; }
#BBx1GRyqpSatvWNUMsXLD1nHymEbI3x7 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:14.6875rem;left:24.9375rem;overflow:hidden;display:block; }
#Ad9Hyl0uPJnmKH77pEkL908rVccn6vvZ { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.3125rem;left:42.1875rem;display:block; }
#lJzyzH1a33ukbKxbzUMezpyu94RUaF8F { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:14.6875rem;left:44.9375rem;overflow:hidden;display:block; }
#yxGSEEsI9u4XovQTUkb6B0ZLBIT6fCIz { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:9.4375rem;left:8rem; }
#iobEQOu6g6HT85NRTumMyfTGs8c3sQfC { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:9.4375rem;left:28rem; }
#DafFa2TgU4qdTIggs8RDcmQTpCmsLsQE { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:9.4375rem;left:48rem; }
#WEbGdI93I7wLdFUrkiyJx6R9OZzh0BvN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:25.875rem;left:23.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#orfmZw7dtizOdalzV3wgx6F5etVbzD7h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;top:25.875rem;left:43.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrnVh8JbGyRlmg2yzxxEcPEBLMsZpcbr { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:35.3125rem;left:1.25rem;display:block; }
#FABsvTo3lbevBVR0azaSoeT61aZvobJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v4zuSyghvw2GnvLM8w31VbEP49m21oAK { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:35.375rem;left:21.25rem;display:block; }
#TBOE7ffn2bwRB9WImcak2898hspv9oTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NnBZIHBKeDQaX7SnC9TBuVdC7toOW4zJ { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:35.375rem;left:41.25rem;display:block; }
#iKB6dlcQUXXZipSNQmyoaUk85cqsEcPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qcvKlD6m1Etp5MyHcQThq7E49deByhBn { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:32.048611879349rem;left:23.187934875488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#JSTOVUqZucLbUHW8R41CyOgIR5lRhq7i { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:32.048606872559rem;left:43.187938690186rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#r2dbwkBkBf93qLSiA52Ees2tMrQev7Hk { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVFsXSlcRHkv3DJu7EROK0CCUfTVUsTr { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b70a39fd-60bf-49ce-a594-7be528eb1cd3/falling_leave.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz.adaptive-delivery-prevent-bg, #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz.lazyload, #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz.lazyloading { background-image: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { background-color: transparent; background-image: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .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); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { border-width: 0; border-radius: 0; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container {  }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#cotLqhsVWk4FGwz0nAKeNUOUzmRZ5adR { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.1875rem;left:2.1875rem;display:block; }
#Jna547FIifnJxaF9Tp9eaDVUTK16HB73 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:25.8125rem;left:3.75rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvvrNMvHfTxTZdQJKqSRayX7HmBnU9Cs { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:14.5625rem;left:4.875rem;overflow:hidden;display:block; }
#XEEGMsxVLKTrfqobcNG2optpfAW2rcmq { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.25rem;left:22.1875rem;display:block; }
#JXqLmvaQXusLoWec1TekLm1akTyaK95w { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:14.625rem;left:24.9375rem;overflow:hidden;display:block; }
#T0auzEo0QE2E1nMSiENUDuA0y1iSlXAs { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:11.25rem;left:42.1875rem;display:block; }
#EWkytqT4R6bxAcmgTKkcEnyiQJsWT44w { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:14.625rem;left:44.9375rem;overflow:hidden;display:block; }
#nhOSFwAhiEBI5up6KdsBvyrycENfxu4h { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:9.375rem;left:8rem; }
#NeHbUR3g3IR9ZkpIHR2eRWOyLekGzkqc { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:9.375rem;left:28rem; }
#gFTOIhS93uqMgkphI94grZEpl6MmPkaS { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:9.375rem;left:48rem; }
#pZ3UtqQ5XCmglGbm5WLZV9hHGOw2Hzor { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:25.8125rem;left:23.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJOuqO7JnopZqBHRzl0xWLTyAP6croi9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;top:25.8125rem;left:43.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CR8umKgsdVL5ahTcuBHC3HVkGTQ1p55Q { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:35.25rem;left:1.25rem;display:block; }
#rltI7JHasbGlBMAeGTgDdcle7EhTkgFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bsAOHcJ9hhNqOGvVUDo2QtkUqkIrAGhU { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:35.3125rem;left:21.25rem;display:block; }
#yAiUvlQ1OuvsNK6iT99TXxcxlXcATUxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q8xTm4NL0hUSQLbTT4OCIEIOOOD9RFzU { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:35.3125rem;left:41.25rem;display:block; }
#RdaPa7DTs2BQsc4zBuun3l3hViVVFLUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dn6V1EFN5hh4uMRR1xRitu6vWWdZCWCn { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:32.149524688721rem;left:23.187934875488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Wqas0TcBh1uDg3ElP4GTPLEoC08DI4fm { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:32.149524688721rem;left:43.187938690186rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#cxlXKNQbq4tO4yGstvTaScx4wKdI3sh8 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:31.6875rem;left:3.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#kb9AEvKt1iIe4MRu0prJ1AAGmiKiXSC9 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJJUAx9oQ6FIA1Rky2Hnl48iaXUy6zmS { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b70a39fd-60bf-49ce-a594-7be528eb1cd3/falling_leave.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87.adaptive-delivery-prevent-bg, #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87.lazyload, #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87.lazyloading { background-image: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { background-color: transparent; background-image: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .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); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { border-width: 0; border-radius: 0; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container {  }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#L5bt5FFwxtLNboWZ3NWkJHLO3SgkfAIf { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:12.0625rem;left:2.1875rem;display:block; }
#RDoSmaWrzZ8MTIDbGJu4JCx8CxtF65c1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:26.6875rem;left:3.75rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I85q8xFlh7EFcrmSMtVDVyPSKmrKIycn { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:15.4375rem;left:4.875rem;overflow:hidden;display:block; }
#lzPFkFNmni38vBSiSE7oeZJ5HAFp6GNU { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:12.125rem;left:22.1875rem;display:block; }
#OD1xiKnFZJGNMP4J8LzuemeFkEE6GK9O { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:15.5rem;left:24.9375rem;overflow:hidden;display:block; }
#T6mTE06lwITi38DDR6mppKkuG24y1l16 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:12.125rem;left:42.1875rem;display:block; }
#wAvkuhTKTxbMtaHZME3qEnQkTBwHceK7 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:15.5rem;left:44.9375rem;overflow:hidden;display:block; }
#sXp62oQTO6ScZFf6GBdEbE6IGA0shdhb { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:10.25rem;left:8rem; }
#QfgXTUbAaiBrLLV9a3nH0645yEKhKrRV { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:10.25rem;left:28rem; }
#TbkU3iMU70m7y1Lidi5Ecx3PKcWMSp1m { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:10.25rem;left:48rem; }
#vOrIRDOlrETQ81yunbay50zmmnQ6wyXd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:26.6875rem;left:23.75rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pn4i4KPHxagcTlRaoO6gkDkTu26xPZ9G { color:#000000;display:block;width:13.0620625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;top:26.6875rem;left:43.4375rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4UCrIg907Qiff5mSPKJ0K9tU7ECTZWo { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:36.125rem;left:1.25rem;display:block; }
#OI16iNfEQ2kPQfTbp1Kp65WleJTzBgQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NKTaLtKI2Z9dtqw5SAeRvKDHQSHzikSS { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.1875rem;left:21.25rem;display:block; }
#mWzsh3bQhhcHQOgleXRTI6yo0ARwSQJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JVXIcPysLNhbeCqHT6T705tRZpOVIsbx { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:36.1875rem;left:41.25rem;display:block; }
#bNofX2RSn3R2FEKifbrpXQBNXs1MITZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mdgv2e9cJ2cR7brMeH8mlGuo8bp7atrI { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:32.5625rem;left:23.1875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#qm3TLKL2a2ZLmaIh5nrK0OsGVFMIae07 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:32.875rem;left:43.1875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ucvn1SoKiEom7rJiJkZkJiUhIqWTVUdq { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:32.5625rem;left:3.1875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#TDqzTwyWhnkCTnK8XEavScs3NR1lSTV0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCNhVRZ27TaGdkVhh8tSWskGyaDxUDsa { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.4370625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b70a39fd-60bf-49ce-a594-7be528eb1cd3/falling_leave.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc.adaptive-delivery-prevent-bg, #IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc.lazyload, #IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc.lazyloading { background-image: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container { background-color: transparent; background-image: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container > .video-iframe-container { display: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row > .video-iframe-container { display: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .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); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container { border-width: 0; border-radius: 0; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row > .video-iframe-container {  }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#Q0J7u5KQtA0aTWyCfWT7DaroV6UofnET { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.125rem;left:2.1875rem;display:block; }
#reC98xlpkNFQVyuPEnGVdvvLWE4cTTwK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:18.78125rem;left:3.75rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vd8nMiUZk0Ng5LHT6d1DQche6e4zb9xN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.5rem;left:4.875rem;overflow:hidden;display:block; }
#XiCshnXv8lE2QNomtw9DfWuoW2sxgiDL { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:22.1875rem;display:block; }
#BGsmqCHismCKZx7RPlpPLVnuMpqksv7C { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.5625rem;left:24.9375rem;overflow:hidden;display:block; }
#P3uw4Vf4JHsZIEZ1ItXZEkbRQEzcO0WH { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:42.1875rem;display:block; }
#o7BUFQVBVPRRm0gUpsOTmtBlgXZMRC3T { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.5625rem;left:44.9375rem;overflow:hidden;display:block; }
#BD9KTSbsU5oLuCkly7A0903K3kJv2Px4 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:2.3125rem;left:8rem; }
#xgPrfo5AiZEo48yvq0mOJvLCATm82UEq { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:2.3125rem;left:28rem; }
#lnJqcuulfTrP2d5d6kChqewidIMlh7W8 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:2.3125rem;left:48rem; }
#pNoBWGcESFdzlb0i7MfOwfGoJSQbDgdO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:18.780384063721rem;left:23.75rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcFBTONDSgTw5uO2wCh1wERAdZs4575Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.1;letter-spacing:0;top:18.780384063721rem;left:43.75rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVBJoDEqfrapxD6JB4TmV1wmVt3AWGhT { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:28.186851501465rem;left:1.25rem;display:block; }
#XercTagAiKkHgQFm8rcJCvVPiWKgoyAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GEd2XGhe2QoBON0DRuHdvuT0XpkZgPGs { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:28.256294250488rem;left:21.25rem;display:block; }
#bmrTDButfS2BqK4Qm2dGWSkcl8dgVmRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NqCwHcHgzvvbilcrQ8N81Z1C5bgzGeNq { background-color:#c59dcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.5rem;height:2.56185rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:28.256294250488rem;left:41.25rem;display:block; }
#J6ydTewpAH3i4csWQq9KTdKRK58qw41N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TTiCq98i29WDSfn3OR5phLZzhdaODCk4 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:24.635414600372rem;left:23.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UroVXPAsyTaH0OVFam3Mt7uZqXsAN9K3 { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:24.634331703186rem;left:43.1875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#pSHe8sW81kOvQ9E1AfuzE7KvfABC4hcB { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:24.634331703186rem;left:3.1875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDkSCTHFPUc05TANGstxdnThD5HmXMMp { display:block; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7NRu0dlq3xoTrhPc6C5UfKToAPvfylI { top:0.4375rem;left:15.5625rem;width:16.5625rem;height:3.99956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKypeMy0QT3xsAki22T9atAfuNt8IKm { display:block; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQpDaFlKMExPf11EcQc748Ac4AofQ94T { top:9.4375rem;left:0rem;width:19.375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0DqDZOIoypp1mdIQJFn9IV8mVy0ys8 { top:13rem;left:0rem;width:27.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU { display:block; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8agOMTELIlhrggMsGTlPJDzhumisbmB { width:15.625rem;height:28.125rem;top:14.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJwwc5lptapvcayWiu7Ptf93FTt4zXiw { width:12.5rem;height:3.0625rem;top:29rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwmk3MONSznleq5MqPH2Pt9H99IKd5aQ { width:10rem;height:10rem;top:17.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3v4NApPchP9NDnAyV9TbU5WL6J0bew5 { width:15.625rem;height:28.125rem;top:14.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivkdTJ7LsmTe8ZDIgFpzyulK6hu4OmoB { width:10rem;height:10rem;top:17.8125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2hTxg1ThqxJeLVstx41eptpB52dKMX { width:15.625rem;height:28.125rem;top:14.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r43E2htNkB4cpWNm8MCoC5lRkqunXnoA { width:10rem;height:10rem;top:17.8125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktyEta6oCoC1h5VUdoMUTQoNmEZT2L90 { width:3.9375rem;height:3.9375rem;top:12.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBf86HI7amigOUJoerXAeTaq0xzJyz2F { width:3.9375rem;height:3.9375rem;top:12.5625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQI2OSAMK4zx4AOVMhFLuahJuCgJhMT { width:3.9375rem;height:3.9375rem;top:12.5625rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqGiE9c8KZ9tsIw2owpo2AZBpJMXuLap { width:12.5rem;height:5.125rem;top:29rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT1h2So3h8de43eWNqIEdfxA6IQ40gH { width:12.5rem;height:3.0625rem;top:29rem;left:33.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLOIHN2PuvJW3WUZcTRHxIZgN5WdQAoP { width:17.5rem;height:2.5rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBs18NwiHmdZXOQnX2fx9IgFtDFiZHEX { display:block; }
 }@media only screen and (max-width: 763px) { #GGs2yLpK5IdTTgJBLTAbhvDdNRMeRxTK { width:17.5rem;height:2.5rem;top:38.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWt131maNVw01bttrMlE7bM5DA2BqhE { display:block; }
 }@media only screen and (max-width: 763px) { #yhqox2UMKTbSTTl3H3kTcLWZtad6zSAP { width:17.5rem;height:2.5rem;top:38.5rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBrU53q7s5koMxrL9EVzwVmGynUirMvq { display:block; }
 }@media only screen and (max-width: 763px) { #OuLUZc43Asuo8rT4tVtILGp07PoZDfdL { width:13.5625rem;height:1.5625rem;top:35rem;left:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWTN4UURie0wzuhcTZ2H4qw7Dtp0nZ5O { width:13.5625rem;height:1.5625rem;top:35rem;left:32.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D34t9vCV2R31nUMFcgVfTlNK3kqTDkwD { width:13.5625rem;height:1.5625rem;top:35rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPpz5kwn6mEpKZuxWTsozI9QM9qnksv1 { top:5.125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { top:1.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDgpiblGRRAoIugIur9DB33AegszRFZd { display:block; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo2lfabqnZVZJ8gdWf06T2ZGEy8paXB8 { width:15.625rem;height:28.125rem;top:11.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9hhNrOEEOtzTimLg6zhF7TyOMXfpkI { width:12.5rem;height:5.125rem;top:26.3125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE79rszDEas07zlJJST0hQcNKGBrQ3A2 { width:10rem;height:10rem;top:15.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqsszLiBWkV8WkizhJoFGr49P9mgbQ99 { width:15.625rem;height:28.125rem;top:11.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8p15IqdqAhmg1hafoMJ3XdviVoQVtF { width:10rem;height:10rem;top:15.1875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46di8P2hPzTHkJTrqrpvTacI705GkT6 { width:15.625rem;height:28.125rem;top:11.8125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaN2gZ4IN72WafeuH15rtiRSgv3wRpo0 { width:10rem;height:10rem;top:15.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQbLZLd0MtD5LAc8ST178sUvPEoV4okc { width:3.9375rem;height:3.9375rem;top:9.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTd1lnGSzJT9H18ieFXw0wom8pwnc8C7 { width:3.9375rem;height:3.9375rem;top:9.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqLgfHSdPEDFxi4JFRVqw81QzGN3DyK { width:3.9375rem;height:3.9375rem;top:9.9375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECLb6iTDXZnUQbboT9oalF9MJycswNRE { width:12.5rem;height:3.0625rem;top:26.375rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxwhG4Nwd1aRSHqcHsaVffxP7qCQtT4 { width:12.5rem;height:3.0625rem;top:26.375rem;left:33.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIZv8EhOIUFzIoqzvzlQGfAgTdVyB3nQ { width:17.5rem;height:2.5rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng1wRddfoocqv1otkqeRKP8QXfTExvJB { display:block; }
 }@media only screen and (max-width: 763px) { #OJnlP521IiTvdJHHHMJcwpQL2DLiumEO { width:17.5rem;height:2.5rem;top:35.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViGbE0A0T6TDoKQcrpSbtXUhAStQ2Hc { display:block; }
 }@media only screen and (max-width: 763px) { #O1q5806GKRmElsRBbfzvb8SqArJpxa7N { width:17.5rem;height:2.5rem;top:35.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt7UwqnuRVAKbWQ6KEkDgTGgf0ghg3hl { display:block; }
 }@media only screen and (max-width: 763px) { #IwfZlSFJeBiLMvEHWWHTBKof2ut4Pvcm { width:13.5625rem;height:1.5625rem;top:32.375rem;left:17.000434875488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0k2emrC6xzBTuDMi2TKSdDXLiZHWTO { width:13.5625rem;height:1.5625rem;top:32.375rem;left:32.875438690186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3yB05MFXB6c8zF7HP7LnfDnU5QLTf1 { width:13.5625rem;height:1.5625rem;top:32.375rem;left:1.1254348754882rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l33Lr2vyUS06L1EUDVK82uM6nHgMT0gU { top:5.125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1X0GoQqH9PVlE5GOiqQ0VaI7VC9TzZK { top:1.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T { display:block; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taWt4uGa2IPvQB4D0KRQKtAqb2XgTaoU { width:15.625rem;height:28.125rem;top:11.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJW6TwKxE20o6BXpR1T0G7HxaXJ1QTtR { width:12.5rem;height:5.125rem;top:25.8125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Idzflch3CT4oZmPRZlwKTa5T8IINpB { width:13.5625rem;height:1.5625rem;top:32rem;left:1.1254348754882rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZxO43b5lfQTUfsSWey9ikehMc73F7s2 { width:10rem;height:10rem;top:14.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKMO9RZGtN0JO4fM1pTSQB9IdF9Ubgli { width:15.625rem;height:28.125rem;top:11.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBx1GRyqpSatvWNUMsXLD1nHymEbI3x7 { width:10rem;height:10rem;top:14.6875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9Hyl0uPJnmKH77pEkL908rVccn6vvZ { width:15.625rem;height:28.125rem;top:11.3125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJzyzH1a33ukbKxbzUMezpyu94RUaF8F { width:10rem;height:10rem;top:14.6875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGSEEsI9u4XovQTUkb6B0ZLBIT6fCIz { width:3.9375rem;height:3.9375rem;top:9.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iobEQOu6g6HT85NRTumMyfTGs8c3sQfC { width:3.9375rem;height:3.9375rem;top:9.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafFa2TgU4qdTIggs8RDcmQTpCmsLsQE { width:3.9375rem;height:3.9375rem;top:9.4375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbGdI93I7wLdFUrkiyJx6R9OZzh0BvN { width:12.5rem;height:5.125rem;top:25.8125rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orfmZw7dtizOdalzV3wgx6F5etVbzD7h { width:12.5rem;height:5.125rem;top:25.8125rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrnVh8JbGyRlmg2yzxxEcPEBLMsZpcbr { width:17.5rem;height:2.5rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FABsvTo3lbevBVR0azaSoeT61aZvobJe { display:block; }
 }@media only screen and (max-width: 763px) { #v4zuSyghvw2GnvLM8w31VbEP49m21oAK { width:17.5rem;height:2.5rem;top:35.375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOE7ffn2bwRB9WImcak2898hspv9oTX { display:block; }
 }@media only screen and (max-width: 763px) { #NnBZIHBKeDQaX7SnC9TBuVdC7toOW4zJ { width:17.5rem;height:2.5rem;top:35.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKB6dlcQUXXZipSNQmyoaUk85cqsEcPx { display:block; }
 }@media only screen and (max-width: 763px) { #qcvKlD6m1Etp5MyHcQThq7E49deByhBn { width:13.5625rem;height:1.5625rem;top:32rem;left:17.000434875488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTOVUqZucLbUHW8R41CyOgIR5lRhq7i { width:13.5625rem;height:1.5625rem;top:32rem;left:32.875438690186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2dbwkBkBf93qLSiA52Ees2tMrQev7Hk { top:1.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVFsXSlcRHkv3DJu7EROK0CCUfTVUsTr { top:5.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz { display:block; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cotLqhsVWk4FGwz0nAKeNUOUzmRZ5adR { width:15.625rem;height:28.125rem;top:11.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jna547FIifnJxaF9Tp9eaDVUTK16HB73 { width:12.5rem;height:4.0625rem;top:25.75rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvvrNMvHfTxTZdQJKqSRayX7HmBnU9Cs { width:10rem;height:10rem;top:14.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEEGMsxVLKTrfqobcNG2optpfAW2rcmq { width:15.625rem;height:28.125rem;top:11.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqLmvaQXusLoWec1TekLm1akTyaK95w { width:10rem;height:10rem;top:14.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0auzEo0QE2E1nMSiENUDuA0y1iSlXAs { width:15.625rem;height:28.125rem;top:11.25rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkytqT4R6bxAcmgTKkcEnyiQJsWT44w { width:10rem;height:10rem;top:14.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhOSFwAhiEBI5up6KdsBvyrycENfxu4h { width:3.9375rem;height:3.9375rem;top:9.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeHbUR3g3IR9ZkpIHR2eRWOyLekGzkqc { width:3.9375rem;height:3.9375rem;top:9.375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTOIhS93uqMgkphI94grZEpl6MmPkaS { width:3.9375rem;height:3.9375rem;top:9.375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3UtqQ5XCmglGbm5WLZV9hHGOw2Hzor { width:12.5rem;height:5.125rem;top:25.8125rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJOuqO7JnopZqBHRzl0xWLTyAP6croi9 { width:12.5rem;height:5.125rem;top:25.75rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8umKgsdVL5ahTcuBHC3HVkGTQ1p55Q { width:17.5rem;height:2.5rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rltI7JHasbGlBMAeGTgDdcle7EhTkgFc { display:block; }
 }@media only screen and (max-width: 763px) { #bsAOHcJ9hhNqOGvVUDo2QtkUqkIrAGhU { width:17.5rem;height:2.5rem;top:35.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAiUvlQ1OuvsNK6iT99TXxcxlXcATUxg { display:block; }
 }@media only screen and (max-width: 763px) { #q8xTm4NL0hUSQLbTT4OCIEIOOOD9RFzU { width:17.5rem;height:2.5rem;top:35.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaPa7DTs2BQsc4zBuun3l3hViVVFLUI { display:block; }
 }@media only screen and (max-width: 763px) { #dn6V1EFN5hh4uMRR1xRitu6vWWdZCWCn { width:13.5625rem;height:1.5625rem;top:32.125rem;left:17.000434875488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqas0TcBh1uDg3ElP4GTPLEoC08DI4fm { width:13.5625rem;height:1.5625rem;top:32.125rem;left:32.875438690186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxlXKNQbq4tO4yGstvTaScx4wKdI3sh8 { width:13.5625rem;height:1.5625rem;top:31.625rem;left:1.1243515014649rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9AEvKt1iIe4MRu0prJ1AAGmiKiXSC9 { top:5.3125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJUAx9oQ6FIA1Rky2Hnl48iaXUy6zmS { top:1.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 { display:block; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5bt5FFwxtLNboWZ3NWkJHLO3SgkfAIf { width:15.625rem;height:28.125rem;top:12.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDoSmaWrzZ8MTIDbGJu4JCx8CxtF65c1 { width:12.5rem;height:4.0625rem;top:26.6875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I85q8xFlh7EFcrmSMtVDVyPSKmrKIycn { width:10rem;height:10rem;top:15.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPFkFNmni38vBSiSE7oeZJ5HAFp6GNU { width:15.625rem;height:28.125rem;top:12.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD1xiKnFZJGNMP4J8LzuemeFkEE6GK9O { width:10rem;height:10rem;top:15.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6mTE06lwITi38DDR6mppKkuG24y1l16 { width:15.625rem;height:28.125rem;top:12.125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvkuhTKTxbMtaHZME3qEnQkTBwHceK7 { width:10rem;height:10rem;top:15.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp62oQTO6ScZFf6GBdEbE6IGA0shdhb { width:3.9375rem;height:3.9375rem;top:10.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgXTUbAaiBrLLV9a3nH0645yEKhKrRV { width:3.9375rem;height:3.9375rem;top:10.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkU3iMU70m7y1Lidi5Ecx3PKcWMSp1m { width:3.9375rem;height:3.9375rem;top:10.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOrIRDOlrETQ81yunbay50zmmnQ6wyXd { width:12.5rem;height:5.125rem;top:26.6875rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4i4KPHxagcTlRaoO6gkDkTu26xPZ9G { width:13rem;height:5.125rem;top:26.6875rem;left:33.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UCrIg907Qiff5mSPKJ0K9tU7ECTZWo { width:17.5rem;height:2.5rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI16iNfEQ2kPQfTbp1Kp65WleJTzBgQL { display:block; }
 }@media only screen and (max-width: 763px) { #NKTaLtKI2Z9dtqw5SAeRvKDHQSHzikSS { width:17.5rem;height:2.5rem;top:36.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWzsh3bQhhcHQOgleXRTI6yo0ARwSQJD { display:block; }
 }@media only screen and (max-width: 763px) { #JVXIcPysLNhbeCqHT6T705tRZpOVIsbx { width:17.5rem;height:2.5rem;top:36.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNofX2RSn3R2FEKifbrpXQBNXs1MITZM { display:block; }
 }@media only screen and (max-width: 763px) { #mdgv2e9cJ2cR7brMeH8mlGuo8bp7atrI { width:13.5625rem;height:2.5625rem;top:32.5625rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3TLKL2a2ZLmaIh5nrK0OsGVFMIae07 { width:13.5625rem;height:2.5625rem;top:32.875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvn1SoKiEom7rJiJkZkJiUhIqWTVUdq { width:13.5625rem;height:2.5625rem;top:32.5625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqzTwyWhnkCTnK8XEavScs3NR1lSTV0 { top:1.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCNhVRZ27TaGdkVhh8tSWskGyaDxUDsa { top:5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc { display:block; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0J7u5KQtA0aTWyCfWT7DaroV6UofnET { width:15.625rem;height:28.125rem;top:4.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reC98xlpkNFQVyuPEnGVdvvLWE4cTTwK { width:12.5rem;height:4.0625rem;top:18.75rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8nMiUZk0Ng5LHT6d1DQche6e4zb9xN { width:10rem;height:10rem;top:7.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiCshnXv8lE2QNomtw9DfWuoW2sxgiDL { width:15.625rem;height:28.125rem;top:4.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsmqCHismCKZx7RPlpPLVnuMpqksv7C { width:10rem;height:10rem;top:7.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3uw4Vf4JHsZIEZ1ItXZEkbRQEzcO0WH { width:15.625rem;height:28.125rem;top:4.125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BUFQVBVPRRm0gUpsOTmtBlgXZMRC3T { width:10rem;height:10rem;top:7.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD9KTSbsU5oLuCkly7A0903K3kJv2Px4 { width:4rem;height:4rem;top:2.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgPrfo5AiZEo48yvq0mOJvLCATm82UEq { width:4rem;height:4rem;top:2.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJqcuulfTrP2d5d6kChqewidIMlh7W8 { width:4rem;height:4rem;top:2.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNoBWGcESFdzlb0i7MfOwfGoJSQbDgdO { width:12.5rem;height:3.0625rem;top:18.75rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcFBTONDSgTw5uO2wCh1wERAdZs4575Q { width:12.5rem;height:4.0625rem;top:18.75rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVBJoDEqfrapxD6JB4TmV1wmVt3AWGhT { width:17.5rem;height:2.5rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XercTagAiKkHgQFm8rcJCvVPiWKgoyAp { display:block; }
 }@media only screen and (max-width: 763px) { #GEd2XGhe2QoBON0DRuHdvuT0XpkZgPGs { width:17.5rem;height:2.5rem;top:28.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmrTDButfS2BqK4Qm2dGWSkcl8dgVmRU { display:block; }
 }@media only screen and (max-width: 763px) { #NqCwHcHgzvvbilcrQ8N81Z1C5bgzGeNq { width:17.5rem;height:2.5rem;top:28.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ydTewpAH3i4csWQq9KTdKRK58qw41N { display:block; }
 }@media only screen and (max-width: 763px) { #TTiCq98i29WDSfn3OR5phLZzhdaODCk4 { width:13.5625rem;height:1.25rem;top:24.625rem;left:16.999351501465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UroVXPAsyTaH0OVFam3Mt7uZqXsAN9K3 { width:13.5625rem;height:2.5625rem;top:24.625rem;left:32.874355316162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSHe8sW81kOvQ9E1AfuzE7KvfABC4hcB { width:13.5625rem;height:2.5625rem;top:24.625rem;left:1.1243515014649rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MDkSCTHFPUc05TANGstxdnThD5HmXMMp { background-color:#ffffff;background-image:none;display:block; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { background-color: transparent; background-image: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row > .video-iframe-container { display: none; }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .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); }#MDkSCTHFPUc05TANGstxdnThD5HmXMMp > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7NRu0dlq3xoTrhPc6C5UfKToAPvfylI { width:16.5625rem;height:4rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTKypeMy0QT3xsAki22T9atAfuNt8IKm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/020122c9-8552-4b61-bb51-b2d541c03daa/header.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm.adaptive-delivery-prevent-bg, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyload, #uTKypeMy0QT3xsAki22T9atAfuNt8IKm.lazyloading { background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { background-color: transparent; background-image: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row > .video-iframe-container { display: none; }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .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); }#uTKypeMy0QT3xsAki22T9atAfuNt8IKm > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQpDaFlKMExPf11EcQc748Ac4AofQ94T { width:19.375rem;height:2.59874375rem;top:2.937283039093rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0DqDZOIoypp1mdIQJFn9IV8mVy0ys8 { width:20rem;height:8.125rem;top:6.1588540077209rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU.adaptive-delivery-prevent-bg, #nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU.lazyload, #nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU.lazyloading { background-image: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container { background-color: transparent; background-image: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container > .video-iframe-container { display: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row > .video-iframe-container { display: none; }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .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); }#nNsWUVtm4JNqyhKCu2uFaLQS6DpdLJBU > .row .container { width:20rem;height:117.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8agOMTELIlhrggMsGTlPJDzhumisbmB { width:15.625rem;height:28.125rem;top:24.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJwwc5lptapvcayWiu7Ptf93FTt4zXiw { width:12.5rem;height:3.50260625rem;top:40.875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwmk3MONSznleq5MqPH2Pt9H99IKd5aQ { width:10rem;height:10rem;top:28.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3v4NApPchP9NDnAyV9TbU5WL6J0bew5 { width:15.625rem;height:28.125rem;top:56.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivkdTJ7LsmTe8ZDIgFpzyulK6hu4OmoB { width:10rem;height:10rem;top:59.4375rem;left:4.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #rX2hTxg1ThqxJeLVstx41eptpB52dKMX { width:15.625rem;height:28.125rem;top:87.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r43E2htNkB4cpWNm8MCoC5lRkqunXnoA { width:10rem;height:10rem;top:90.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktyEta6oCoC1h5VUdoMUTQoNmEZT2L90 { width:4rem;height:4rem;top:22.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBf86HI7amigOUJoerXAeTaq0xzJyz2F { width:4rem;height:4rem;top:54.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQI2OSAMK4zx4AOVMhFLuahJuCgJhMT { width:4rem;height:4rem;top:85.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqGiE9c8KZ9tsIw2owpo2AZBpJMXuLap { width:12.5rem;height:5.837675rem;top:71.125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT1h2So3h8de43eWNqIEdfxA6IQ40gH { width:12.5rem;height:4.6701375rem;top:101.5rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLOIHN2PuvJW3WUZcTRHxIZgN5WdQAoP { width:17.5rem;height:2.5rem;top:49rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBs18NwiHmdZXOQnX2fx9IgFtDFiZHEX { display:block; }
 }@media only screen and (max-width: 763px) { #GGs2yLpK5IdTTgJBLTAbhvDdNRMeRxTK { width:17.5rem;height:2.5rem;top:80.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWt131maNVw01bttrMlE7bM5DA2BqhE { display:block; }
 }@media only screen and (max-width: 763px) { #yhqox2UMKTbSTTl3H3kTcLWZtad6zSAP { width:17.5rem;height:2.5rem;top:110.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBrU53q7s5koMxrL9EVzwVmGynUirMvq { display:block; }
 }@media only screen and (max-width: 763px) { #OuLUZc43Asuo8rT4tVtILGp07PoZDfdL { width:13.5623125rem;height:1.62435rem;top:77.75rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWTN4UURie0wzuhcTZ2H4qw7Dtp0nZ5O { width:13.5623125rem;height:1.62435rem;top:107.4375rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D34t9vCV2R31nUMFcgVfTlNK3kqTDkwD { width:13.5623125rem;height:1.2999125rem;top:45.6875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPpz5kwn6mEpKZuxWTsozI9QM9qnksv1 { width:18.75rem;height:14.4303375rem;top:7.2167987823488rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z6gkD9SQb3yXJpwwwZlTwghzUE8d3uVu { width:17.5rem;height:4.71136875rem;top:1.4377170801162rem;left:1.2500000596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDgpiblGRRAoIugIur9DB33AegszRFZd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RDgpiblGRRAoIugIur9DB33AegszRFZd.adaptive-delivery-prevent-bg, #RDgpiblGRRAoIugIur9DB33AegszRFZd.lazyload, #RDgpiblGRRAoIugIur9DB33AegszRFZd.lazyloading { background-image: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { background-color: transparent; background-image: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row > .video-iframe-container { display: none; }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .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); }#RDgpiblGRRAoIugIur9DB33AegszRFZd > .row .container { width:20rem;height:113.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zo2lfabqnZVZJ8gdWf06T2ZGEy8paXB8 { width:15.625rem;height:28.125rem;top:20.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9hhNrOEEOtzTimLg6zhF7TyOMXfpkI { width:12.5rem;height:7.0051875rem;top:35.125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE79rszDEas07zlJJST0hQcNKGBrQ3A2 { width:10rem;height:10rem;top:24.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqsszLiBWkV8WkizhJoFGr49P9mgbQ99 { width:15.625rem;height:28.125rem;top:52.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8p15IqdqAhmg1hafoMJ3XdviVoQVtF { width:10rem;height:10rem;top:56rem;left:4.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #c46di8P2hPzTHkJTrqrpvTacI705GkT6 { width:15.625rem;height:28.125rem;top:83.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaN2gZ4IN72WafeuH15rtiRSgv3wRpo0 { width:10rem;height:10rem;top:86.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQbLZLd0MtD5LAc8ST178sUvPEoV4okc { width:4rem;height:4rem;top:18.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTd1lnGSzJT9H18ieFXw0wom8pwnc8C7 { width:4rem;height:4rem;top:50.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqLgfHSdPEDFxi4JFRVqw81QzGN3DyK { width:4rem;height:4rem;top:82rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECLb6iTDXZnUQbboT9oalF9MJycswNRE { width:12.5rem;height:4.6701375rem;top:67.6875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxwhG4Nwd1aRSHqcHsaVffxP7qCQtT4 { width:12.5rem;height:3.50260625rem;top:97.6875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIZv8EhOIUFzIoqzvzlQGfAgTdVyB3nQ { width:17.5rem;height:2.5rem;top:44.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng1wRddfoocqv1otkqeRKP8QXfTExvJB { display:block; }
 }@media only screen and (max-width: 763px) { #OJnlP521IiTvdJHHHMJcwpQL2DLiumEO { width:17.5rem;height:2.5rem;top:76.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViGbE0A0T6TDoKQcrpSbtXUhAStQ2Hc { display:block; }
 }@media only screen and (max-width: 763px) { #O1q5806GKRmElsRBbfzvb8SqArJpxa7N { width:17.5rem;height:2.5rem;top:106.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt7UwqnuRVAKbWQ6KEkDgTGgf0ghg3hl { display:block; }
 }@media only screen and (max-width: 763px) { #IwfZlSFJeBiLMvEHWWHTBKof2ut4Pvcm { width:13.5623125rem;height:1.62435rem;top:73.561206817625rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0k2emrC6xzBTuDMi2TKSdDXLiZHWTO { width:13.5623125rem;height:1.62435rem;top:102.93620109558rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO3yB05MFXB6c8zF7HP7LnfDnU5QLTf1 { width:13.5623125rem;height:1.62435rem;top:42.686627388001rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l33Lr2vyUS06L1EUDVK82uM6nHgMT0gU { width:18.75rem;height:10.4948rem;top:6.9053821563719rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o1X0GoQqH9PVlE5GOiqQ0VaI7VC9TzZK { width:17.5rem;height:4.71136875rem;top:1.1838045120239rem;left:1.2500000596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T.adaptive-delivery-prevent-bg, #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T.lazyload, #QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T.lazyloading { background-image: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { background-color: transparent; background-image: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row > .video-iframe-container { display: none; }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .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); }#QOcbEy6fbTLMCA9qDNw5dDDDiaZUPZ9T > .row .container { width:20rem;height:104.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taWt4uGa2IPvQB4D0KRQKtAqb2XgTaoU { width:15.625rem;height:28.125rem;top:12.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJW6TwKxE20o6BXpR1T0G7HxaXJ1QTtR { width:12.5rem;height:7.0051875rem;top:26.5rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Idzflch3CT4oZmPRZlwKTa5T8IINpB { width:13.6230625rem;height:1.62435rem;top:34.061414718628rem;left:3.1879342198372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZxO43b5lfQTUfsSWey9ikehMc73F7s2 { width:10rem;height:10rem;top:15.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKMO9RZGtN0JO4fM1pTSQB9IdF9Ubgli { width:15.625rem;height:28.125rem;top:43.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBx1GRyqpSatvWNUMsXLD1nHymEbI3x7 { width:10rem;height:10rem;top:46.6875rem;left:4.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9Hyl0uPJnmKH77pEkL908rVccn6vvZ { width:15.625rem;height:28.125rem;top:74.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJzyzH1a33ukbKxbzUMezpyu94RUaF8F { width:10rem;height:10rem;top:77.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGSEEsI9u4XovQTUkb6B0ZLBIT6fCIz { width:4rem;height:4rem;top:10.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iobEQOu6g6HT85NRTumMyfTGs8c3sQfC { width:4rem;height:4rem;top:41.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DafFa2TgU4qdTIggs8RDcmQTpCmsLsQE { width:4rem;height:4rem;top:72.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEbGdI93I7wLdFUrkiyJx6R9OZzh0BvN { width:12.5rem;height:7.0051875rem;top:57.75rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orfmZw7dtizOdalzV3wgx6F5etVbzD7h { width:13.499375rem;height:7.0051875rem;top:88.9375rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrnVh8JbGyRlmg2yzxxEcPEBLMsZpcbr { width:17.5rem;height:2.5rem;top:36.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FABsvTo3lbevBVR0azaSoeT61aZvobJe { display:block; }
 }@media only screen and (max-width: 763px) { #v4zuSyghvw2GnvLM8w31VbEP49m21oAK { width:17.5rem;height:2.5rem;top:67.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOE7ffn2bwRB9WImcak2898hspv9oTX { display:block; }
 }@media only screen and (max-width: 763px) { #NnBZIHBKeDQaX7SnC9TBuVdC7toOW4zJ { width:17.5rem;height:2.5rem;top:98.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKB6dlcQUXXZipSNQmyoaUk85cqsEcPx { display:block; }
 }@media only screen and (max-width: 763px) { #qcvKlD6m1Etp5MyHcQThq7E49deByhBn { width:13.5623125rem;height:1.62435rem;top:65.560982704162rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSTOVUqZucLbUHW8R41CyOgIR5lRhq7i { width:13.5623125rem;height:1.62435rem;top:96.44314575195rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2dbwkBkBf93qLSiA52Ees2tMrQev7Hk { width:20rem;height:4.71136875rem;top:0.80945205688475rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVFsXSlcRHkv3DJu7EROK0CCUfTVUsTr { width:18.75rem;height:2.6237rem;top:6.2489271163941rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz.adaptive-delivery-prevent-bg, #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz.lazyload, #hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz.lazyloading { background-image: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { background-color: transparent; background-image: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row > .video-iframe-container { display: none; }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .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); }#hJHsaGGoRn9ThLnuzCVi0U20RN06sbxz > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cotLqhsVWk4FGwz0nAKeNUOUzmRZ5adR { width:15.625rem;height:28.125rem;top:13.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jna547FIifnJxaF9Tp9eaDVUTK16HB73 { width:12.5rem;height:5.837675rem;top:26.3125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvvrNMvHfTxTZdQJKqSRayX7HmBnU9Cs { width:10rem;height:10rem;top:16.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEEGMsxVLKTrfqobcNG2optpfAW2rcmq { width:15.625rem;height:28.125rem;top:45rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXqLmvaQXusLoWec1TekLm1akTyaK95w { width:10rem;height:10rem;top:47.0625rem;left:5rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #T0auzEo0QE2E1nMSiENUDuA0y1iSlXAs { width:15.625rem;height:28.125rem;top:75.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWkytqT4R6bxAcmgTKkcEnyiQJsWT44w { width:10rem;height:10rem;top:78.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhOSFwAhiEBI5up6KdsBvyrycENfxu4h { width:4rem;height:4rem;top:11.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeHbUR3g3IR9ZkpIHR2eRWOyLekGzkqc { width:4rem;height:4rem;top:43.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFTOIhS93uqMgkphI94grZEpl6MmPkaS { width:4rem;height:4rem;top:74.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ3UtqQ5XCmglGbm5WLZV9hHGOw2Hzor { width:12.5rem;height:5.837675rem;top:57.6875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJOuqO7JnopZqBHRzl0xWLTyAP6croi9 { width:12.5rem;height:5.837675rem;top:88.9375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR8umKgsdVL5ahTcuBHC3HVkGTQ1p55Q { width:17.5rem;height:2.5rem;top:37.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rltI7JHasbGlBMAeGTgDdcle7EhTkgFc { display:block; }
 }@media only screen and (max-width: 763px) { #bsAOHcJ9hhNqOGvVUDo2QtkUqkIrAGhU { width:17.5rem;height:2.5rem;top:69rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAiUvlQ1OuvsNK6iT99TXxcxlXcATUxg { display:block; }
 }@media only screen and (max-width: 763px) { #q8xTm4NL0hUSQLbTT4OCIEIOOOD9RFzU { width:17.5rem;height:2.5rem;top:98.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdaPa7DTs2BQsc4zBuun3l3hViVVFLUI { display:block; }
 }@media only screen and (max-width: 763px) { #dn6V1EFN5hh4uMRR1xRitu6vWWdZCWCn { width:13.5623125rem;height:1.62435rem;top:65.4375rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqas0TcBh1uDg3ElP4GTPLEoC08DI4fm { width:13.5623125rem;height:1.62435rem;top:96.06120586395rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxlXKNQbq4tO4yGstvTaScx4wKdI3sh8 { width:13.5623125rem;height:1.62435rem;top:33.956153869629rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9AEvKt1iIe4MRu0prJ1AAGmiKiXSC9 { width:18.75rem;height:6.55925rem;top:3.8118495941162rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EJJUAx9oQ6FIA1Rky2Hnl48iaXUy6zmS { width:20rem;height:2.3556875rem;top:0.81163215637206rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87.adaptive-delivery-prevent-bg, #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87.lazyload, #qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87.lazyloading { background-image: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { background-color: transparent; background-image: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row > .video-iframe-container { display: none; }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .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); }#qU1PT5y6Vd8vIQNsasHJwdV8cuT7MC87 > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5bt5FFwxtLNboWZ3NWkJHLO3SgkfAIf { width:15.625rem;height:28.125rem;top:15.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDoSmaWrzZ8MTIDbGJu4JCx8CxtF65c1 { width:12.5rem;height:5.837675rem;top:28.0625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I85q8xFlh7EFcrmSMtVDVyPSKmrKIycn { width:10rem;height:10rem;top:17.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzPFkFNmni38vBSiSE7oeZJ5HAFp6GNU { width:15.625rem;height:28.125rem;top:46.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD1xiKnFZJGNMP4J8LzuemeFkEE6GK9O { width:10rem;height:10rem;top:48.75rem;left:5rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #T6mTE06lwITi38DDR6mppKkuG24y1l16 { width:15.625rem;height:28.125rem;top:78.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAvkuhTKTxbMtaHZME3qEnQkTBwHceK7 { width:10rem;height:10rem;top:81.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXp62oQTO6ScZFf6GBdEbE6IGA0shdhb { width:4rem;height:4rem;top:13.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfgXTUbAaiBrLLV9a3nH0645yEKhKrRV { width:4rem;height:4rem;top:44.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkU3iMU70m7y1Lidi5Ecx3PKcWMSp1m { width:4rem;height:4rem;top:76.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOrIRDOlrETQ81yunbay50zmmnQ6wyXd { width:12.5rem;height:5.837675rem;top:59.375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4i4KPHxagcTlRaoO6gkDkTu26xPZ9G { width:15.125rem;height:5.837675rem;top:91.187042236325rem;left:2.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UCrIg907Qiff5mSPKJ0K9tU7ECTZWo { width:17.5rem;height:2.5rem;top:39.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI16iNfEQ2kPQfTbp1Kp65WleJTzBgQL { display:block; }
 }@media only screen and (max-width: 763px) { #NKTaLtKI2Z9dtqw5SAeRvKDHQSHzikSS { width:17.5rem;height:2.5rem;top:70.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWzsh3bQhhcHQOgleXRTI6yo0ARwSQJD { display:block; }
 }@media only screen and (max-width: 763px) { #JVXIcPysLNhbeCqHT6T705tRZpOVIsbx { width:17.5rem;height:2.5rem;top:101.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNofX2RSn3R2FEKifbrpXQBNXs1MITZM { display:block; }
 }@media only screen and (max-width: 763px) { #mdgv2e9cJ2cR7brMeH8mlGuo8bp7atrI { width:13.5623125rem;height:2.599825rem;top:67.125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3TLKL2a2ZLmaIh5nrK0OsGVFMIae07 { width:13.5623125rem;height:2.599825rem;top:97.74741744995rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucvn1SoKiEom7rJiJkZkJiUhIqWTVUdq { width:13.5623125rem;height:2.599825rem;top:34.811205863953rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqzTwyWhnkCTnK8XEavScs3NR1lSTV0 { width:20rem;height:2.3556875rem;top:0.93641471862794rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCNhVRZ27TaGdkVhh8tSWskGyaDxUDsa { width:18.75rem;height:9.18294375rem;top:3.291015625rem;left:0.62500005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc.adaptive-delivery-prevent-bg, #IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc.lazyload, #IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc.lazyloading { background-image: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container { background-color: transparent; background-image: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container > .video-iframe-container { display: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row > .video-iframe-container { display: none; }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .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); }#IZlGuQyLOo5S5nMdNKpwm4ZsAB9965cc > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0J7u5KQtA0aTWyCfWT7DaroV6UofnET { width:15.625rem;height:28.125rem;top:2.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reC98xlpkNFQVyuPEnGVdvvLWE4cTTwK { width:12.5rem;height:4.6701375rem;top:14.873047828674rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8nMiUZk0Ng5LHT6d1DQche6e4zb9xN { width:10rem;height:10rem;top:3.9995622634887rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiCshnXv8lE2QNomtw9DfWuoW2sxgiDL { width:15.625rem;height:28.125rem;top:35.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsmqCHismCKZx7RPlpPLVnuMpqksv7C { width:10rem;height:10rem;top:37.561851501465rem;left:5.0000000596046rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #P3uw4Vf4JHsZIEZ1ItXZEkbRQEzcO0WH { width:15.625rem;height:28.125rem;top:66.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BUFQVBVPRRm0gUpsOTmtBlgXZMRC3T { width:10rem;height:10rem;top:69.498701095581rem;left:4.9370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD9KTSbsU5oLuCkly7A0903K3kJv2Px4 { width:4rem;height:4rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgPrfo5AiZEo48yvq0mOJvLCATm82UEq { width:4rem;height:4rem;top:33.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJqcuulfTrP2d5d6kChqewidIMlh7W8 { width:4rem;height:4rem;top:64.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNoBWGcESFdzlb0i7MfOwfGoJSQbDgdO { width:12.5rem;height:5.837675rem;top:48.216136932373rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcFBTONDSgTw5uO2wCh1wERAdZs4575Q { width:12.5rem;height:5.837675rem;top:79.498703002931rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVBJoDEqfrapxD6JB4TmV1wmVt3AWGhT { width:17.5rem;height:2.5rem;top:26.24783039093rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XercTagAiKkHgQFm8rcJCvVPiWKgoyAp { display:block; }
 }@media only screen and (max-width: 763px) { #GEd2XGhe2QoBON0DRuHdvuT0XpkZgPGs { width:17.5rem;height:2.5rem;top:59.518232345581rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmrTDButfS2BqK4Qm2dGWSkcl8dgVmRU { display:block; }
 }@media only screen and (max-width: 763px) { #NqCwHcHgzvvbilcrQ8N81Z1C5bgzGeNq { width:17.5rem;height:2.5rem;top:89.684249877931rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ydTewpAH3i4csWQq9KTdKRK58qw41N { display:block; }
 }@media only screen and (max-width: 763px) { #TTiCq98i29WDSfn3OR5phLZzhdaODCk4 { width:13.5623125rem;height:1.2999125rem;top:55.954856236465rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UroVXPAsyTaH0OVFam3Mt7uZqXsAN9K3 { width:13.5623125rem;height:2.599825rem;top:86.136063575744rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSHe8sW81kOvQ9E1AfuzE7KvfABC4hcB { width:13.5623125rem;height:2.599825rem;top:22.277568817139rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }