.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07547074-7283-41b1-ba5c-4e0bcf13b6b6/Noonvillage05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:16.4375rem;left:55.75rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6865234375rem;left:56.5615234375rem;height:1.78645625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2daae2, #0075a8);background-image: -moz-linear-gradient(180deg, #2daae2, #0075a8);background-image: -ms-linear-gradient(180deg, #2daae2, #0075a8);background-image: -o-linear-gradient(180deg, #2daae2, #0075a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daae2', endColorstr='#0075a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daae2', endColorstr='#0075a8' );";background-image: linear-gradient(180deg, #2daae2, #0075a8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.249rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.6875rem;left:49.9375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:20.9990234375rem;left:49.9365234375rem;height:1.1682125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:21.0615234375rem;left:64.3115234375rem;height:1.1682125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:8.9375rem;top:4.5rem;left:57.09375rem;overflow:hidden;display:block; }
#cc2w45GAnoIFU5CgSS15cfbPTgTCOPr7 { box-sizing:content-box;height:40.25rem;width:27.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.85);background-image:none;top:0rem;left:47.625rem;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:44.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.375rem;left:54.625rem; }
#FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { box-sizing:content-box;height:3.18714375rem;width:22.9998125rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:19.9375rem;left:50.0625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#qLReb8HfpKKHu4XdRVQh3TMlyU2t6TQ8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:20.375rem;top:30.87109375rem;left:51.4677734375rem;overflow:hidden;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.02); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.02); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { color:#333333;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:23.5rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:35.375rem;left:4.0625rem; }
#D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.5617895126342rem;height:1.21875rem;display:block; }
#Qwf75unN9XnbD4ySCufXClmT5lECQthI { color:#333333;display:block;width:8.9373125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:35.374755859375rem;left:10.936767578125rem; }
#gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { color:#111111;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:37.5rem;left:10.3125rem;height:1.21875rem;display:block; }
#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { box-sizing:content-box;height:19.9375rem;width:22.25rem;position:absolute;display:block;z-index:15126;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12d0bde6-7378-4de6-8412-d73398f27130/SS.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.adaptive-delivery-prevent-bg, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyload, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyloading { background-image: none; }
#goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:35.375rem;left:17.6875rem; }
#lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:37.500002384186rem;left:15.1875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { color:#2daae2;display:block;width:7.9989375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:40.125rem;left:6.3125rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { color:#ffffff;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:40.3125rem;left:12.5rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:40.3125rem;left:1.686767578125rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hZbcLiui845GRHQvodThcC1EQPmicW0U { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
#eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#gplh6S3IEzmIAQTiyV902K33KhIye9JG { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#k0KaomccizecHDuzfTW9S930IzrsnsG6 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#IaQ4SMnUJrKv0fMOPVt3LxM8rRWTFtxT { box-sizing:content-box;height:31.375rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:11.375rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#lpi1IKQHhsHWQBeI45sEJOXFgkBA2JVh { box-sizing:content-box;height:2.875rem;width:22.1875rem;position:absolute;display:block;z-index:15002;background-color:#333333;background-image:none;top:39.3125rem;left:0.5625rem;display:block; }
#EX66BVMoR53s2Lk8ZT27TAs8WquhxBbH { color:#333333;display:block;width:8.9373125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:12.25rem;left:26.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf { box-sizing:content-box;height:19.9375rem;width:22.25rem;position:absolute;display:block;z-index:15139;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/194e4709-0320-417c-b410-e78ac2dc641e/111.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:26.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.adaptive-delivery-prevent-bg, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyload, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyloading { background-image: none; }
#plh7D1UWVoMSbRqBOOsSESsBru7BVovl { box-sizing:content-box;height:31.375rem;width:23.4375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:11.4375rem;left:25.8125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#vecPmHUm2CWVdemIQrhlM514Q9nqrcBe { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:35.4375rem;left:29.8125rem; }
#M4TqaXTnNNITwPdRrqzTHaU8ervPzI04 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:35.43701171875rem;left:36.6875rem; }
#HfqSgxtze2qM6lp797oi4UvCB60nBwsC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:35.4375rem;left:43.4375rem; }
#fvuwIOfqu1rDwsmOFz1KdH5eLAxzZqH6 { color:#111111;display:block;width:2.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:37.5625rem;left:29.3125rem;height:1.21875rem;display:block; }
#NAhTnJTdQz1CpmVRn7TPiTeqgRcHNuJy { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:37.562255859375rem;left:36.06201171875rem;height:1.21875rem;display:block; }
#STm3banvQCKuT6UAJLhpgdgEhQSyeCRH { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:37.562502384186rem;left:40.8125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#TGCKXV12iT9gKTC5agtlS14sNsKgxedL { box-sizing:content-box;height:2.875rem;width:22.1875rem;position:absolute;display:block;z-index:15015;background-color:#333333;background-image:none;top:39.375rem;left:26.375rem;display:block; }
#zM67lKMdn4aCEnGuXKxEIXIqSQqbdTTy { color:#2daae2;display:block;width:7.9989375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:40.187502384186rem;left:32.375rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gITkn2UD6Nd0bIsmBoryfsKkyZTKe5zu { color:#ffffff;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:40.375rem;left:38.25rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#WZx9gwNy8D8PocChVEnc4oOtmLVgpLOz { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:40.375rem;left:28rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { color:#333333;display:block;width:8.9373125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:12.25rem;left:52.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K61dr7zc4421ogT966xTxw8yFSM0K28F { box-sizing:content-box;height:19.9375rem;width:22.25rem;position:absolute;display:block;z-index:15152;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3be51ac6-825e-4d49-87d0-6fe26ff587f1/222.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:52.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#K61dr7zc4421ogT966xTxw8yFSM0K28F.adaptive-delivery-prevent-bg, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyload, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyloading { background-image: none; }
#qNX33OyEFkFCfHCOOub0qDQ4yxyuZAZX { box-sizing:content-box;height:31.375rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:11.4375rem;left:51.5625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#Jtg7Rf4Q2rXpHEPCT30PNmZL27scUURA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:35.4375rem;left:55.5625rem; }
#WHBKJEThwcRxextSCzGQx1of1KTrm43H { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:35.43701171875rem;left:62.49951171875rem; }
#nl29aZ5oFCCPyyDRT8AnUF4R96hgJD32 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:35.4375rem;left:69.1875rem; }
#ru1GOcnhICGG6fty5JBuikZME5sfX996 { color:#111111;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:37.562502384186rem;left:55.0625rem;height:1.21875rem;display:block; }
#yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { color:#111111;display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:37.562255859375rem;left:61.499267578125rem;height:1.21875rem;display:block; }
#Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:37.562502384186rem;left:66.5625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#rDtdI8yQT2TXnqSE6CN9boIyWZtIW33l { box-sizing:content-box;height:2.875rem;width:22.1875rem;position:absolute;display:block;z-index:15028;background-color:#333333;background-image:none;top:39.375rem;left:52.125rem;display:block; }
#NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { color:#2daae2;display:block;width:7.9989375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:40.186767578125rem;left:59.124267578125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { color:#ffffff;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:40.374755859375rem;left:64.2490234375rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:40.375rem;left:53.75rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#ymz8p9Osdif2lUX5E7mrchKzpwhulOFW { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99964375rem;width:5.68714375rem;top:7.625rem;left:34.625rem;overflow:hidden;display:block; }
#wcxFLpe5XrG6naJBs1bnvsBbR1MzW0M9 { box-sizing:content-box;height:18.625rem;width:20.875rem;position:absolute;display:block;z-index:15154;background-color:rgba(0,0,0,0);background-image:none;top:15.173394918442rem;left:1.1907548904419rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#DsdBmllTtIEur7BfsmiA0QF9F8mITJaE { box-sizing:content-box;height:18.625rem;width:20.875rem;position:absolute;display:block;z-index:15155;background-color:rgba(0,0,0,0);background-image:none;top:15.172527074814rem;left:27.002820968628rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#JH5G76srotOmweWswCE7sQMR63IJ1Kiv { box-sizing:content-box;height:18.625rem;width:20.875rem;position:absolute;display:block;z-index:15156;background-color:rgba(0,0,0,0);background-image:none;top:15.172527074814rem;left:52.751955986023rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#333333;display:block;width:32.9368125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.5625rem;left:35.375rem;height:3.56323125rem;text-align:center;text-align-last:center;display:block; }
#vh6KILcsVMnQrH0gWZO0or7GQu58UnZe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:13.25rem;top:1.77978515625rem;left:6.62109375rem;overflow:hidden;display:block; }
#a3sPz6KgQFoUeUVTHHGpLdK92vDg9XZb { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9984375rem;width:5.6859375rem;top:9.81201171875rem;left:48.9990234375rem;overflow:hidden;display:block; }
#HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { color:#000000;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:12.537109375rem;left:31.3427734375rem;height:3.79948125rem;text-align:center;text-align-last:center;display:block; }
#ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:17.5908203125rem;left:31.3427734375rem;height:5.69921875rem;text-align:center;text-align-last:center;display:block; }
#sATpTAQxq1ht8sSNirpIX4M2b17nM829 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3459966-8a37-4459-96ac-b4febcf02468/location.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829.adaptive-delivery-prevent-bg, #sATpTAQxq1ht8sSNirpIX4M2b17nM829.lazyload, #sATpTAQxq1ht8sSNirpIX4M2b17nM829.lazyloading { background-image: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { background-color: transparent; background-image: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container > .video-iframe-container { display: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row > .video-iframe-container { display: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .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); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { border-width: 0; border-radius: 0; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q.adaptive-delivery-prevent-bg, #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q.lazyload, #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q.lazyloading { background-image: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { background-color: transparent; background-image: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container > .video-iframe-container { display: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row > .video-iframe-container { display: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .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); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { border-width: 0; border-radius: 0; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/21e6ff6c-4714-45fb-8704-4f30bf84dd22/Noonvillage12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.625rem;left:39.375rem;display:block; }#reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH.adaptive-delivery-prevent-bg, #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH.lazyload, #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH.lazyloading { background-image: none; }
#z2r0hbOpozVqmW5t9TsOybIB5wavcnqS { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/148f231a-a99a-41f6-8157-020a113cdc95/Noonvillage09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.679041862487rem;left:5.4982652664184rem;display:block; }#z2r0hbOpozVqmW5t9TsOybIB5wavcnqS.adaptive-delivery-prevent-bg, #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS.lazyload, #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS.lazyloading { background-image: none; }
#NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d81beb9a-808d-4ba6-993e-26bd0af0867f/Noonvillage08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.875rem;left:5.625rem;display:block; }#NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG.adaptive-delivery-prevent-bg, #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG.lazyload, #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG.lazyloading { background-image: none; }
#W5548WIu3qSVquuVfMb6gJkczgDqogoh { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/56d1898e-cc9f-4dfa-bc0c-f8a9a2c4b2c2/Noonvillage10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.625rem;left:5.5rem;display:block; }#W5548WIu3qSVquuVfMb6gJkczgDqogoh.adaptive-delivery-prevent-bg, #W5548WIu3qSVquuVfMb6gJkczgDqogoh.lazyload, #W5548WIu3qSVquuVfMb6gJkczgDqogoh.lazyloading { background-image: none; }
#fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99bd2718-7bda-4d15-9c9a-b0b5e9c46469/Noonvillage14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.554038047791rem;left:39.373698234558rem;display:block; }#fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px.adaptive-delivery-prevent-bg, #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px.lazyload, #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px.lazyloading { background-image: none; }
#hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8ab551ed-9fa2-4f56-b992-dd5d65f9760e/Noonvillage11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.6875rem;left:39.4375rem;display:block; }#hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN.adaptive-delivery-prevent-bg, #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN.lazyload, #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN.lazyloading { background-image: none; }
#eIC4SW0V4B3MfkGH9WbZARElOiOr2Ztc { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:4.261474609375rem;left:14.068359375rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#GixsfKqorMgC7p0xhvlrVsiic1JdDwN8 { color:#000000;display:block;width:19.3120625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.33056640625rem;left:14.068359375rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#NWASuT9pq2zbehTQPKVdkVO38yR1F2ow { color:#000000;display:block;width:19.3120625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.87451171875rem;left:14.062255859375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Po2RQKnCsHtHwhxlU4TQnTbZZlAMFoQy { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:14.6240234375rem;left:14.062255859375rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#bXAW76ZIoGQ6z2tkufbirKhuSrfvEQv4 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:23.375rem;left:14.0625rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#HhfUTfJZDLBLSSdB2rMVvgBAoSdH4PtT { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.4375rem;left:14.0625rem;height:3.89844375rem;text-align:left;text-align-last:left;display:block; }
#TeVmZ7ZQJ9rNn01FeRHwsMbuT4hrUGIo { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:4.25rem;left:48.75rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#AdK2Q8unBntkXA82xkaQ5tI62xssTct3 { color:#000000;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:48.75rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#UaimZ35QGktiSdGQ4L8rB3Ts9FZ1oaKA { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:49.124755859375rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#JJMI31pulwzbTOlid7HFiRdAf3e942Ht { color:#000000;display:block;width:19.3120625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.06201171875rem;left:49.124755859375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#C7EIz5ecwpEuWsPFdBinbNQ9zI8g9Jp6 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:24.4375rem;left:49.0625rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#XI26DOSLZnh08xICzIvK4X0CGPTo9s3z { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.5rem;left:49.0625rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/d1acc80c-8552-483d-bd3a-5210b591ba0a/Noonvillage03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.187501907349rem;left:52.000003814698rem;height:1.94791875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5625rem;left:4.75rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:23.8125rem;left:4.75rem;height:6rem;font-style:normal;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-form-header {  }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#000000;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #7d7d7d;border-left:0.125rem solid #7d7d7d;border-right:0.125rem solid #7d7d7d;border-bottom:0.125rem solid #7d7d7d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-text {padding-top: 0; padding-bottom: 0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #7d7d7d;border-left:0.125rem solid #7d7d7d;border-right:0.125rem solid #7d7d7d;border-bottom:0.125rem solid #7d7d7d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-select {padding-top: 0; padding-bottom: 0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2daae2, #0077ab);background-image: -moz-linear-gradient(180deg, #2daae2, #0077ab);background-image: -ms-linear-gradient(180deg, #2daae2, #0077ab);background-image: -o-linear-gradient(180deg, #2daae2, #0077ab);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daae2', endColorstr='#0077ab' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daae2', endColorstr='#0077ab' );";background-image: linear-gradient(180deg, #2daae2, #0077ab);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-container:first-of-type{padding-top:0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-container:last-of-type{padding-bottom:0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.5625rem;left:48.625003814698rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL {display:block;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.5625rem;left:48.625003814698rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #CEPbicPHtKLZQEJdXAzsmPbzH5pByX69 { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #V4odVq1L4vsO0dMbnn8UVIr647rEiIoQ { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #CSIp84v8rMkdaN7e2IkG1Q2uzr9NEgPU { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #A77ezmaAnrlgyiDpNRZCtE4XUp6eaW0q { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #pW64epxpNsMMwGFTPb0xF34ET4qPtw15 { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #OKbGvo9ZuzyT2A8qB7TZAzJzBicF3kph { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #k5GyTs8LXHFPv9Ps07VrFViCpOJdKoX4 { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #tck7J0Jiuubzmkn2URkIDn5kgEVqFTF7 { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #wzVZZcAsbyTPffcDHfVd3x1WrIu3Xl0R { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #LkelE9lPQqFuryTSEwhUhhMTl22wVVhc { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #wBAGOv7cIynGCBc78alutydiKRHIlcBH { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #Qt7DK9rOsyPKcVA4dFEm9TT6VuQgMMvk { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #I44EUbIk3muS35vx8J6f2CtC6HzHmWS5 { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #UwW1JBO7hUMq0mR81RRevGG1QnCwJXWN { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #v7AHNrqWcInvJdnU5UBc9QKGX2W2VJSo { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #xTiPwV7VurwoUn46AbOkxcoiIxScxq4p { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #uvkkqcCJ6BkDdpMTQBDMawVTuX1MCKCu { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #gOZSKph5HQrp4ixoJqXaLU6TZnL4JQQT { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #GieTE4D3igZ9b3fsEc8xyWSc8Ipe1kgE { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #eqe18y7BKdmf3hcBOeresQMoEJutg3FW { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #ITox1fGVA3ES7nwJsVwWV6QVxrpzErOH { position:relative; }
#CrxvaQdHPaxlizVg9o3gDRySUkFPhPzE { position:relative;display:block; }
#ivVXxdxxIaFtvrsrvt2ZvFa71ZWIiSpE { position:relative;display:block; }
#Tfgl3T1depqIDcKmeKC5Inevh36LJDz2 { position:relative;display:block; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #ABHTSs83mUMVrptP1xutmQsD3ayTFWkP { position:relative; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #nt0MBSWaqKu6ZkHPL5NGOlIAuMGVoP2m { position:relative; }
#xQsZS5sXt2zPD16w7FPO6Dp7hGkTM2AA { box-sizing:content-box;height:40.1875rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.1445331573486rem;left:48.500003814698rem;display:block; }
#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.adaptive-delivery-prevent-bg, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.lazyload, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.lazyloading { background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { background-color: transparent; background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { border-width: 0; border-radius: 0; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { font-size:0.875rem;font-family:arial;height:86.875rem;width:75rem;position:relative;display:block; }#SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { color:#333333;display:block;width:41.311875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9307727813721rem;left:16.843534469604rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f6f4545-11f1-4828-aa6a-a8a4e809d809/tower23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.124134063721rem;left:0.0390625rem;display:block; }#Qog05zghdTVHnJToDiAuiIHDwFFBewi1.adaptive-delivery-prevent-bg, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyload, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyloading { background-image: none; }
#QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8558734d-1d3b-4fe6-b391-54b5f8b2dcee/tower19.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.125rem;left:38rem;display:block; }#QHmJd2TCNhbOwstavE8oqDri1oyuETk7.adaptive-delivery-prevent-bg, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyload, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyloading { background-image: none; }
#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { box-sizing:content-box;height:18.8748125rem;width:36.9998125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54d61803-3731-459e-957f-a51bd60e2629/tower15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.966798782349rem;left:0rem;display:block; }#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.adaptive-delivery-prevent-bg, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyload, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyloading { background-image: none; }
#geaqbFF16R4BlraTNn1XUolBatIW738N { box-sizing:content-box;height:18.875rem;width:37rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/688c4c82-6b6b-4a3d-92d1-556a63603fb1/018copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.965713500976rem;left:37.999132156372rem;display:block; }#geaqbFF16R4BlraTNn1XUolBatIW738N.adaptive-delivery-prevent-bg, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyload, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyloading { background-image: none; }
#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { box-sizing:content-box;height:30.8125rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94819b97-d29d-4f20-8cc2-7106c0b5955c/tower17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.125rem;left:0rem;display:block; }#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.adaptive-delivery-prevent-bg, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyload, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyloading { background-image: none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2daae2;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.adaptive-delivery-prevent-bg, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyload, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyloading { background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#333333;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6432189941406rem;left:21.15625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2daae2, #0075a8);background-image: -moz-linear-gradient(180deg, #2daae2, #0075a8);background-image: -ms-linear-gradient(180deg, #2daae2, #0075a8);background-image: -o-linear-gradient(180deg, #2daae2, #0075a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daae2', endColorstr='#0075a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2daae2', endColorstr='#0075a8' );";background-image: linear-gradient(180deg, #2daae2, #0075a8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:77.3125rem;left:25.9375rem;display:block; }
#P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { position:absolute;display:block;z-index:15121;height:37.5rem;width:75rem;top:37.9375rem;left:0rem;display:block; }
#F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#QW6u0i7i4M1KImqoSlHuXNpVZaxIOQdQ { color:#333333;display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:10.134115219116rem;left:13.468750953674rem;height:2.1375875rem;text-align:center;text-align-last:center;display:block; }
#KGNLZyAhFDm06VB10U3GGStqtwKRiMpn { color:#000000;display:block;width:17.937rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:10.398193359375rem;left:10.57861328125rem;height:4.5996125rem;text-align:left;text-align-last:left;display:none; }
#lTF8H7oId3OtqFGgA4iQPSz2fmmTNoyB { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:10.648193359375rem;left:26.810302734375rem;height:3.798825rem;text-align:center;text-align-last:center;display:none; }
#DerxS7mxiXDtQXyqCATOpxvt27HLEE8V { color:#000000;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:10.648193359375rem;left:31.9970703125rem;height:3.798825rem;text-align:center;text-align-last:center;display:none; }
#CgB84275qQX7rmIUJsrLlnJWVxrvFREP { color:#1d3a72;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:13.25rem;left:12.375rem;height:2.1375875rem;text-align:center;text-align-last:center;display:block; }
#EuOt5AFTT7T8xHGUOMDdFHa26tIqkWmb { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99739375rem;width:5.68489375rem;top:8.1875rem;left:34.656250953674rem;overflow:hidden;display:block; }
#OfUwyURAsOX8HsZgLcGXPa6KLh6aloca { color:#333333;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:15.499267578125rem;left:15.0625rem;height:7.59895rem;text-align:left;text-align-last:left;display:block; }
#NOm0zRlrVWkwZlQCkRCznhfXESF1Dt17 { color:#333333;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:15.5615234375rem;left:28.62451171875rem;height:7.59895rem;text-align:left;text-align-last:left;display:block; }
#DLJ5FZT5zwPaKqdMDdowgz5UUhyx11bH { color:#1d3a72;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:23.9375rem;left:12.375rem;height:2.1375875rem;text-align:center;text-align-last:center;display:block; }
#FyZIlQybtD4Ck5gRzhHVTl8AwSi5PcJp { color:#333333;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:26.07421875rem;left:15.0625rem;height:9.4986875rem;text-align:left;text-align-last:left;display:block; }
#h4fvgt7MEawM4ECOulWZvgJNxrXs5zsS { color:#333333;display:block;width:3.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:26.25rem;left:28.624755859375rem;height:9.4986875rem;text-align:left;text-align-last:left;display:block; }
#sotNCtX9lXa7TnXcuTy0PpemIpNHhdBD { color:#1d3a72;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:13.24951171875rem;left:38.81201171875rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#DDqcX7doFJ2GFrt63IZtw7OZOx0akCri { color:#333333;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:15.38671875rem;left:38.8125rem;height:9.4986875rem;text-align:left;text-align-last:left;display:block; }
#sd0qp5L1XA0JZhHWR7KLqz5N3sbxQ6MT { color:#333333;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:15.5625rem;left:57.625rem;height:9.4986875rem;text-align:left;text-align-last:left;display:block; }
#vOaz6v9KqdezNOGtxXOOpClF9Na60a9W { color:#1d3a72;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:25.74951171875rem;left:38.81201171875rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#MFGR0afGC9n5N1U9307a5lpg6Ou7WN8R { color:#333333;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:27.88671875rem;left:38.8125rem;height:3.799475rem;text-align:left;text-align-last:left;display:block; }
#TE5cZGw5MN7ESnhcQRThW2K5oMOIK2Xk { color:#333333;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:28.0625rem;left:57.625rem;height:3.799475rem;text-align:left;text-align-last:left;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13769375rem;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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:16.4375rem;left:35rem;width:12.75rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:20.625rem;left:38.3125rem;width:9.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.1875rem;height:3.125rem;top:25.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:20.9375rem;left:36.3115234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:21rem;left:39.75rem;width:8rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { top:4.5rem;left:38.8125rem;width:8.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2w45GAnoIFU5CgSS15cfbPTgTCOPr7 { top:0rem;left:20.375rem;width:27.375rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:16.375rem;left:41rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { top:19.9375rem;left:24.6875rem;width:22.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLReb8HfpKKHu4XdRVQh3TMlyU2t6TQ8 { top:30.8125rem;left:27.375rem;width:20.375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { top:3.1875rem;left:9.875rem;width:27.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { top:35.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { top:37.5rem;left:0rem;width:3.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwf75unN9XnbD4ySCufXClmT5lECQthI { top:12.1875rem;left:0rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { top:35.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { top:37.5rem;left:0rem;width:3.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { top:14.5rem;left:0rem;width:22.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { top:35.375rem;left:4.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { top:37.5rem;left:1.5625rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { top:40.0625rem;left:0rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { top:40.3125rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { top:40.3125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { top:29.0625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { top:35.1875rem;left:0rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { top:29.0625rem;left:0rem;width:1.25rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { top:37.4375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { top:36.125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { top:37.4375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:53rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:55.25rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:53.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:55.25rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaQ4SMnUJrKv0fMOPVt3LxM8rRWTFtxT { top:11.375rem;left:0rem;width:23.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpi1IKQHhsHWQBeI45sEJOXFgkBA2JVh { top:39.3125rem;left:0rem;width:22.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX66BVMoR53s2Lk8ZT27TAs8WquhxBbH { top:12.25rem;left:13.125rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf { top:14.5625rem;left:12.75rem;width:22.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plh7D1UWVoMSbRqBOOsSESsBru7BVovl { top:11.4375rem;left:12.1875rem;width:23.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecPmHUm2CWVdemIQrhlM514Q9nqrcBe { top:35.4375rem;left:16.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4TqaXTnNNITwPdRrqzTHaU8ervPzI04 { top:35.375rem;left:23.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfqSgxtze2qM6lp797oi4UvCB60nBwsC { top:35.4375rem;left:29.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvuwIOfqu1rDwsmOFz1KdH5eLAxzZqH6 { top:37.5625rem;left:15.6875rem;width:2.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAhTnJTdQz1CpmVRn7TPiTeqgRcHNuJy { top:37.5rem;left:22.43701171875rem;width:3.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STm3banvQCKuT6UAJLhpgdgEhQSyeCRH { top:37.5rem;left:27.186632156372rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCKXV12iT9gKTC5agtlS14sNsKgxedL { top:39.375rem;left:12.75rem;width:22.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM67lKMdn4aCEnGuXKxEIXIqSQqbdTTy { top:40.125rem;left:18.749267578125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gITkn2UD6Nd0bIsmBoryfsKkyZTKe5zu { top:40.3125rem;left:24.62451171875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZx9gwNy8D8PocChVEnc4oOtmLVgpLOz { top:40.375rem;left:14.375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { top:12.25rem;left:38.875rem;width:8.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K61dr7zc4421ogT966xTxw8yFSM0K28F { top:14.5625rem;left:25.5rem;width:22.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNX33OyEFkFCfHCOOub0qDQ4yxyuZAZX { top:11.4375rem;left:24.1875rem;width:23.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtg7Rf4Q2rXpHEPCT30PNmZL27scUURA { top:35.4375rem;left:41.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHBKJEThwcRxextSCzGQx1of1KTrm43H { top:35.375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl29aZ5oFCCPyyDRT8AnUF4R96hgJD32 { top:35.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru1GOcnhICGG6fty5JBuikZME5sfX996 { top:37.5625rem;left:41.4375rem;width:3.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { top:37.5rem;left:44rem;width:3.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { top:37.5rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDtdI8yQT2TXnqSE6CN9boIyWZtIW33l { top:39.375rem;left:25.5625rem;width:22.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { top:40.125rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { top:40.3125rem;left:40.6875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { top:40.375rem;left:40.125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymz8p9Osdif2lUX5E7mrchKzpwhulOFW { top:7.625rem;left:21rem;width:5.625rem;height:0.98848110113683rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxFLpe5XrG6naJBs1bnvsBbR1MzW0M9 { top:15.125rem;left:0rem;width:20.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsdBmllTtIEur7BfsmiA0QF9F8mITJaE { top:15.125rem;left:13.377820968628rem;width:20.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5G76srotOmweWswCE7sQMR63IJ1Kiv { top:15.125rem;left:26.8125rem;width:20.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:4.5625rem;left:14.875rem;width:32.875rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh6KILcsVMnQrH0gWZO0or7GQu58UnZe { top:1.75rem;left:0rem;width:13.25rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3sPz6KgQFoUeUVTHHGpLdK92vDg9XZb { top:9.75rem;left:35.3740234375rem;width:5.625rem;height:0.98773701566364rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { top:12.5rem;left:7.75rem;width:40rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { top:17.5625rem;left:6.8125rem;width:40.9375rem;height:5.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sATpTAQxq1ht8sSNirpIX4M2b17nM829 { display:block; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q { display:block; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH { top:2.625rem;left:25.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS { top:12.625rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG { top:2.875rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5548WIu3qSVquuVfMb6gJkczgDqogoh { top:22.625rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px { top:12.5rem;left:25.748698234558rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN { top:22.6875rem;left:25.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIC4SW0V4B3MfkGH9WbZARElOiOr2Ztc { top:4.25rem;left:0.443359375rem;width:14.375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GixsfKqorMgC7p0xhvlrVsiic1JdDwN8 { top:6.3125rem;left:0.44292640686035rem;width:19.25rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWASuT9pq2zbehTQPKVdkVO38yR1F2ow { top:16.8125rem;left:0.437255859375rem;width:19.25rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po2RQKnCsHtHwhxlU4TQnTbZZlAMFoQy { top:14.5625rem;left:0.437255859375rem;width:16.4375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAW76ZIoGQ6z2tkufbirKhuSrfvEQv4 { top:23.375rem;left:0.4375rem;width:22.1875rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhfUTfJZDLBLSSdB2rMVvgBAoSdH4PtT { top:25.4375rem;left:0.4375rem;width:20rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVmZ7ZQJ9rNn01FeRHwsMbuT4hrUGIo { top:4.25rem;left:33.375rem;width:14.375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdK2Q8unBntkXA82xkaQ5tI62xssTct3 { top:6.3125rem;left:23.9375rem;width:23.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaimZ35QGktiSdGQ4L8rB3Ts9FZ1oaKA { top:13.9375rem;left:31.375rem;width:16.375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJMI31pulwzbTOlid7HFiRdAf3e942Ht { top:16rem;left:28.5rem;width:19.25rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7EIz5ecwpEuWsPFdBinbNQ9zI8g9Jp6 { top:24.4375rem;left:31.375rem;width:16.375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI26DOSLZnh08xICzIvK4X0CGPTo9s3z { top:26.5rem;left:24.625rem;width:23.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:38.1875rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:13.5625rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:23.8125rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-text {padding-top: 0; padding-bottom: 0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-select {padding-top: 0; padding-bottom: 0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL  { width:20.4375rem;height:auto;top:1.5625rem;left:24.8125rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL {display:block;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL { width:20.4375rem;height:auto;top:1.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #CEPbicPHtKLZQEJdXAzsmPbzH5pByX69 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #V4odVq1L4vsO0dMbnn8UVIr647rEiIoQ {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #CSIp84v8rMkdaN7e2IkG1Q2uzr9NEgPU {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #A77ezmaAnrlgyiDpNRZCtE4XUp6eaW0q {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #pW64epxpNsMMwGFTPb0xF34ET4qPtw15 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #OKbGvo9ZuzyT2A8qB7TZAzJzBicF3kph {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #k5GyTs8LXHFPv9Ps07VrFViCpOJdKoX4 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #tck7J0Jiuubzmkn2URkIDn5kgEVqFTF7 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #wzVZZcAsbyTPffcDHfVd3x1WrIu3Xl0R {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #LkelE9lPQqFuryTSEwhUhhMTl22wVVhc {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #wBAGOv7cIynGCBc78alutydiKRHIlcBH {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #Qt7DK9rOsyPKcVA4dFEm9TT6VuQgMMvk {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #I44EUbIk3muS35vx8J6f2CtC6HzHmWS5 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #UwW1JBO7hUMq0mR81RRevGG1QnCwJXWN {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #v7AHNrqWcInvJdnU5UBc9QKGX2W2VJSo {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #xTiPwV7VurwoUn46AbOkxcoiIxScxq4p {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #uvkkqcCJ6BkDdpMTQBDMawVTuX1MCKCu {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #gOZSKph5HQrp4ixoJqXaLU6TZnL4JQQT {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #GieTE4D3igZ9b3fsEc8xyWSc8Ipe1kgE {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #eqe18y7BKdmf3hcBOeresQMoEJutg3FW {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #ITox1fGVA3ES7nwJsVwWV6QVxrpzErOH {  }
 }@media only screen and (max-width: 763px) { #CrxvaQdHPaxlizVg9o3gDRySUkFPhPzE { display:block; }
 }@media only screen and (max-width: 763px) { #ivVXxdxxIaFtvrsrvt2ZvFa71ZWIiSpE { display:block; }
 }@media only screen and (max-width: 763px) { #Tfgl3T1depqIDcKmeKC5Inevh36LJDz2 { display:block; }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #ABHTSs83mUMVrptP1xutmQsD3ayTFWkP {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #nt0MBSWaqKu6ZkHPL5NGOlIAuMGVoP2m {  }
 }@media only screen and (max-width: 763px) { #xQsZS5sXt2zPD16w7FPO6Dp7hGkTM2AA { top:1.125rem;left:24.3125rem;width:23.4375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { top:2.875rem;left:3.2185344696045rem;width:41.25rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { top:41.0625rem;left:0rem;width:37.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { top:41.125rem;left:10.6875rem;width:37.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { top:60.9375rem;left:0rem;width:36.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { top:60.9375rem;left:10.75rem;width:37rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { top:9.125rem;left:0rem;width:47.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.625rem;left:7.53125rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:23.125rem;height:3.125rem;top:77.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { top:37.9375rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { display:none; }
 }@media only screen and (max-width: 763px) { #QW6u0i7i4M1KImqoSlHuXNpVZaxIOQdQ { top:10.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGNLZyAhFDm06VB10U3GGStqtwKRiMpn { top:10.375rem;left:0rem;width:17.875rem;height:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTF8H7oId3OtqFGgA4iQPSz2fmmTNoyB { top:10.625rem;left:13.185302734375rem;width:5.125rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerxS7mxiXDtQXyqCATOpxvt27HLEE8V { top:10.625rem;left:18.3720703125rem;width:4.375rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgB84275qQX7rmIUJsrLlnJWVxrvFREP { top:13.25rem;left:0rem;width:15.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuOt5AFTT7T8xHGUOMDdFHa26tIqkWmb { top:8.1875rem;left:21.031250953674rem;width:5.625rem;height:0.98688561131859rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfUwyURAsOX8HsZgLcGXPa6KLh6aloca { top:15.4375rem;left:1.4375rem;width:10rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOm0zRlrVWkwZlQCkRCznhfXESF1Dt17 { top:15.5rem;left:14.99951171875rem;width:5rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJ5FZT5zwPaKqdMDdowgz5UUhyx11bH { top:23.9375rem;left:0rem;width:15.75rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyZIlQybtD4Ck5gRzhHVTl8AwSi5PcJp { top:26.0625rem;left:1.4375rem;width:17.625rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4fvgt7MEawM4ECOulWZvgJNxrXs5zsS { top:26.25rem;left:14.999755859375rem;width:3.625rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sotNCtX9lXa7TnXcuTy0PpemIpNHhdBD { top:13.1875rem;left:25.18701171875rem;width:13.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDqcX7doFJ2GFrt63IZtw7OZOx0akCri { top:15.375rem;left:25.1875rem;width:17.75rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd0qp5L1XA0JZhHWR7KLqz5N3sbxQ6MT { top:15.5625rem;left:42.75rem;width:5rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOaz6v9KqdezNOGtxXOOpClF9Na60a9W { top:25.6875rem;left:25.18701171875rem;width:13.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFGR0afGC9n5N1U9307a5lpg6Ou7WN8R { top:27.875rem;left:25.1875rem;width:18.4375rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5cZGw5MN7ESnhcQRThW2K5oMOIK2Xk { top:28.0625rem;left:42.75rem;width:5rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b1e7cea-1a84-4f87-a291-535192413bf8/Noonvillage02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:9.5625rem;height:1.04980625rem;top:10.1875rem;left:5.875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.6875rem;height:1.21875rem;top:12.5625rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.8125rem;height:2.5rem;top:16.25rem;left:1.09375rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:12.6875rem;left:1.5rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:12.75rem;left:12.1875rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { width:5.75rem;height:6.75rem;top:2.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2w45GAnoIFU5CgSS15cfbPTgTCOPr7 { width:20rem;height:8rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:10.1875rem;left:4.6875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { width:17.75rem;height:2.6875rem;top:11.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLReb8HfpKKHu4XdRVQh3TMlyU2t6TQ8 { width:13.4375rem;height:3.1875rem;top:19.9365234375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { width:18.18625rem;height:1.625rem;top:1.8736991882324rem;left:0.90494793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { display:flex;width:1.5625rem;height:1.5625rem;top:25.9990234375rem;left:3.1240234375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { width:3.061525rem;height:1.13769375rem;top:28.3740234375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qwf75unN9XnbD4ySCufXClmT5lECQthI { width:8.5625rem;height:1.462675rem;top:7.3124998807906rem;left:0.90546882152556rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { display:flex;width:1.5625rem;height:1.5625rem;top:25.999755859375rem;left:8.812255859375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { width:3.25rem;height:1.13769375rem;top:28.3740234375rem;left:7.999267578125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { width:18.75rem;height:15.875rem;top:9.3624999523163rem;left:0.65625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/12d0bde6-7378-4de6-8412-d73398f27130/SS.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.adaptive-delivery-prevent-bg, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyload, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { display:flex;width:1.5625rem;height:1.5625rem;top:25.999755859375rem;left:15.499267578125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { width:5.75rem;height:1.13769375rem;top:28.3740234375rem;left:13.3740234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { width:7.93675rem;height:1.2999125rem;top:31.162499427796rem;left:4.8125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { width:7.0623125rem;height:1.13769375rem;top:31.250000953674rem;left:10.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { width:5.7492875rem;height:1.13769375rem;top:31.124135017395rem;left:1.1247830986977rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { width:20rem;height:4.375rem;top:34.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { display:flex;width:1.25rem;height:1.25rem;top:37.3125rem;left:0.9375rem;font-size:0.875rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { width:1.31214375rem;height:1.13606875rem;top:37.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15086;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { width:9.375rem;height:1.62435rem;top:35.1875rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { display:flex;width:1.25rem;height:1.25rem;top:37.1875rem;left:3.5625rem;font-size:0.875rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { width:20rem;height:12.8125rem;top:21.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/72366095-dff6-4bed-ab30-a75e9eb21205/B.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15038;display:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { width:1.25rem;height:1.13606875rem;top:37.4375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { display:flex;width:1.25rem;height:1.25rem;top:37.25rem;left:6.25rem;font-size:0.875rem;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { width:5.75rem;height:1.13606875rem;top:37.4375rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { width:7.9368125rem;height:1.2999125rem;top:36.125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { width:7.0623125rem;height:1.13606875rem;top:37.4375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { width:5.7492875rem;height:1.13606875rem;top:34.875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.375rem;top:52.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:55.125rem;left:0.9375rem;font-size:0.875rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13606875rem;top:55.25rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.62435rem;top:53rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:55rem;left:3.5625rem;font-size:0.875rem;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { width:20rem;height:12.8125rem;top:39.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3c1116ad-cbae-47c3-8285-d575e6d800d5/C.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15050;display:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13606875rem;top:55.25rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:55.0625rem;left:6.25rem;font-size:0.875rem;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13606875rem;top:55.25rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.2999125rem;top:53.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13606875rem;top:55.25rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13606875rem;top:52.6875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #IaQ4SMnUJrKv0fMOPVt3LxM8rRWTFtxT { width:20rem;height:27.5rem;top:6.499999806285rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpi1IKQHhsHWQBeI45sEJOXFgkBA2JVh { width:18.75rem;height:2.8125rem;top:30.375000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX66BVMoR53s2Lk8ZT27TAs8WquhxBbH { width:8.875rem;height:1.462675rem;top:38.4375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf { width:18.75rem;height:15.875rem;top:40.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/194e4709-0320-417c-b410-e78ac2dc641e/111.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.adaptive-delivery-prevent-bg, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyload, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #plh7D1UWVoMSbRqBOOsSESsBru7BVovl { width:20rem;height:27.5rem;top:37.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecPmHUm2CWVdemIQrhlM514Q9nqrcBe { display:flex;width:1.5625rem;height:1.5625rem;top:57rem;left:2.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #M4TqaXTnNNITwPdRrqzTHaU8ervPzI04 { display:flex;width:1.5625rem;height:1.5625rem;top:56.99951171875rem;left:9.3740234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HfqSgxtze2qM6lp797oi4UvCB60nBwsC { display:flex;width:1.5625rem;height:1.5625rem;top:56.99951171875rem;left:15.4990234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fvuwIOfqu1rDwsmOFz1KdH5eLAxzZqH6 { width:2.75rem;height:1.13769375rem;top:59.125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAhTnJTdQz1CpmVRn7TPiTeqgRcHNuJy { width:2.9375rem;height:1.13769375rem;top:59.124755859375rem;left:8.499755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STm3banvQCKuT6UAJLhpgdgEhQSyeCRH { width:5.625rem;height:1.13769375rem;top:59.125rem;left:13.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGCKXV12iT9gKTC5agtlS14sNsKgxedL { width:18.75rem;height:2.8125rem;top:61.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM67lKMdn4aCEnGuXKxEIXIqSQqbdTTy { width:7.9375rem;height:1.2999125rem;top:62.31201171875rem;left:4.6240234375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gITkn2UD6Nd0bIsmBoryfsKkyZTKe5zu { width:7.0625rem;height:1.13769375rem;top:62.5rem;left:10.5rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WZx9gwNy8D8PocChVEnc4oOtmLVgpLOz { width:5.75rem;height:1.13769375rem;top:62.3125rem;left:0.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { width:8.875rem;height:1.462675rem;top:69.1875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K61dr7zc4421ogT966xTxw8yFSM0K28F { width:18.75rem;height:15.875rem;top:71.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3be51ac6-825e-4d49-87d0-6fe26ff587f1/222.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K61dr7zc4421ogT966xTxw8yFSM0K28F.adaptive-delivery-prevent-bg, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyload, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qNX33OyEFkFCfHCOOub0qDQ4yxyuZAZX { width:20rem;height:27.5rem;top:68.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtg7Rf4Q2rXpHEPCT30PNmZL27scUURA { display:flex;width:1.5625rem;height:1.5625rem;top:88.4375rem;left:2.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WHBKJEThwcRxextSCzGQx1of1KTrm43H { display:flex;width:1.5625rem;height:1.5625rem;top:88.4375rem;left:8.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nl29aZ5oFCCPyyDRT8AnUF4R96hgJD32 { display:flex;width:1.5625rem;height:1.5625rem;top:88.4375rem;left:15.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ru1GOcnhICGG6fty5JBuikZME5sfX996 { width:3.0625rem;height:1.13769375rem;top:90.5625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { width:3.6875rem;height:1.13769375rem;top:90.5615234375rem;left:7.935791015625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { width:5.625rem;height:1.13769375rem;top:90.5615234375rem;left:13.49951171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDtdI8yQT2TXnqSE6CN9boIyWZtIW33l { width:18.75rem;height:2.8125rem;top:92.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { width:7.9375rem;height:1.2999125rem;top:93.3125038147rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { width:7.0625rem;height:1.13769375rem;top:93.499355316162rem;left:10.437066376209rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { width:5.75rem;height:1.13769375rem;top:93.5rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ymz8p9Osdif2lUX5E7mrchKzpwhulOFW { width:4.375rem;height:0.75rem;top:4.0596790313721rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxFLpe5XrG6naJBs1bnvsBbR1MzW0M9 { width:17.875rem;height:14.6875rem;top:9.8935546875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsdBmllTtIEur7BfsmiA0QF9F8mITJaE { width:17.875rem;height:14.6875rem;top:40.90625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5G76srotOmweWswCE7sQMR63IJ1Kiv { width:17.875rem;height:14.6875rem;top:71.90625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:18.4375rem;height:1.71875rem;top:20.375rem;left:0.75rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vh6KILcsVMnQrH0gWZO0or7GQu58UnZe { width:8.625rem;height:16.75rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3sPz6KgQFoUeUVTHHGpLdK92vDg9XZb { width:5.625rem;height:0.9874125rem;top:23.499267578125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { width:20rem;height:3.1860375rem;top:26.124267578125rem;left:0rem;font-size:0.625rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { width:17.875rem;height:5.3100625rem;top:29.496874809265rem;left:1.0625rem;font-size:0.625rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sATpTAQxq1ht8sSNirpIX4M2b17nM829 { display:block; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q { display:block; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH { width:6.25rem;height:6.25rem;top:9.8723974227906rem;left:0.24978297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS { width:6.25rem;height:6.25rem;top:17.74609375rem;left:0.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG { width:6.25rem;height:6.25rem;top:2.185546875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5548WIu3qSVquuVfMb6gJkczgDqogoh { width:6.25rem;height:6.25rem;top:33.4443359375rem;left:0.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px { width:6.25rem;height:6.25rem;top:25.5322265625rem;left:0.318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN { width:6.25rem;height:6.25rem;top:41.4267578125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIC4SW0V4B3MfkGH9WbZARElOiOr2Ztc { width:8.9375rem;height:1.69921875rem;top:3.0625rem;left:6.8125rem;font-size:1rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GixsfKqorMgC7p0xhvlrVsiic1JdDwN8 { width:12.875rem;height:2.336425rem;top:4.875rem;left:6.875rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NWASuT9pq2zbehTQPKVdkVO38yR1F2ow { width:12.9375rem;height:1.16861875rem;top:20.884765625rem;left:6.8115234375rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Po2RQKnCsHtHwhxlU4TQnTbZZlAMFoQy { width:12.4370625rem;height:1.69921875rem;top:19.251953125rem;left:6.8740234375rem;font-size:1rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bXAW76ZIoGQ6z2tkufbirKhuSrfvEQv4 { width:13.311625rem;height:2.3984375rem;top:33.7490234375rem;left:6.6865234375rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HhfUTfJZDLBLSSdB2rMVvgBAoSdH4PtT { width:13.125rem;height:3.5046375rem;top:36.3271484375rem;left:6.8125rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TeVmZ7ZQJ9rNn01FeRHwsMbuT4hrUGIo { width:12rem;height:1.69921875rem;top:10.3125rem;left:6.8125rem;font-size:1rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AdK2Q8unBntkXA82xkaQ5tI62xssTct3 { width:13.125rem;height:3.5046375rem;top:12rem;left:6.8125rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UaimZ35QGktiSdGQ4L8rB3Ts9FZ1oaKA { width:10.499125rem;height:1.69921875rem;top:26.994798660278rem;left:6.8120663762094rem;font-size:1rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JJMI31pulwzbTOlid7HFiRdAf3e942Ht { width:12.686625rem;height:2.336425rem;top:28.570097923279rem;left:6.8120663762094rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C7EIz5ecwpEuWsPFdBinbNQ9zI8g9Jp6 { width:10.875rem;height:1.69921875rem;top:42.0224609375rem;left:6.748046875rem;font-size:1rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XI26DOSLZnh08xICzIvK4X0CGPTo9s3z { width:12.6875rem;height:3.5046375rem;top:43.736328125rem;left:6.748046875rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/d1acc80c-8552-483d-bd3a-5210b591ba0a/Noonvillage03.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.78466875rem;top:35.606773376465rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54394375rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-text {padding-top: 0; padding-bottom: 0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-select {padding-top: 0; padding-bottom: 0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5625rem;background-color:#333333;background-image:none; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-container:first-of-type{padding-top:0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .widget-container:last-of-type{padding-bottom:0;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL  { width:17.5rem;height:auto;top:4.41015625rem;left:0rem; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL {display:block;}#i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL { width:17.5rem;height:auto;top:4.41015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #CEPbicPHtKLZQEJdXAzsmPbzH5pByX69 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #V4odVq1L4vsO0dMbnn8UVIr647rEiIoQ {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #CSIp84v8rMkdaN7e2IkG1Q2uzr9NEgPU {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #A77ezmaAnrlgyiDpNRZCtE4XUp6eaW0q {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #pW64epxpNsMMwGFTPb0xF34ET4qPtw15 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #OKbGvo9ZuzyT2A8qB7TZAzJzBicF3kph {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #k5GyTs8LXHFPv9Ps07VrFViCpOJdKoX4 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #tck7J0Jiuubzmkn2URkIDn5kgEVqFTF7 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #wzVZZcAsbyTPffcDHfVd3x1WrIu3Xl0R {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #LkelE9lPQqFuryTSEwhUhhMTl22wVVhc {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #wBAGOv7cIynGCBc78alutydiKRHIlcBH {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #Qt7DK9rOsyPKcVA4dFEm9TT6VuQgMMvk {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #I44EUbIk3muS35vx8J6f2CtC6HzHmWS5 {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #UwW1JBO7hUMq0mR81RRevGG1QnCwJXWN {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #v7AHNrqWcInvJdnU5UBc9QKGX2W2VJSo {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #xTiPwV7VurwoUn46AbOkxcoiIxScxq4p {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #uvkkqcCJ6BkDdpMTQBDMawVTuX1MCKCu {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #gOZSKph5HQrp4ixoJqXaLU6TZnL4JQQT {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #GieTE4D3igZ9b3fsEc8xyWSc8Ipe1kgE {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #eqe18y7BKdmf3hcBOeresQMoEJutg3FW {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #ITox1fGVA3ES7nwJsVwWV6QVxrpzErOH {  }
 }@media only screen and (max-width: 763px) { #CrxvaQdHPaxlizVg9o3gDRySUkFPhPzE { display:block; }
 }@media only screen and (max-width: 763px) { #ivVXxdxxIaFtvrsrvt2ZvFa71ZWIiSpE { display:block; }
 }@media only screen and (max-width: 763px) { #Tfgl3T1depqIDcKmeKC5Inevh36LJDz2 { display:block; }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #ABHTSs83mUMVrptP1xutmQsD3ayTFWkP {  }
 }@media only screen and (max-width: 763px) { #i4LPCIT6vdT5uCNhpxNZD7sCbNXGOeAL #nt0MBSWaqKu6ZkHPL5NGOlIAuMGVoP2m {  }
 }@media only screen and (max-width: 763px) { #xQsZS5sXt2zPD16w7FPO6Dp7hGkTM2AA { width:20rem;height:40.1875rem;top:38.606689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { width:20rem;height:1.625rem;top:2.186429977417rem;left:0rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { width:20rem;height:12.1875rem;top:16.810938358307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { width:20rem;height:12.25rem;top:29.500000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { width:20rem;height:12.125rem;top:42.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { width:20rem;height:12.25rem;top:54.9345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { width:20rem;height:11.375rem;top:5.0601562261581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.18575rem;height:1.625rem;top:1.9976100921631rem;left:0.90603309869769rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#2c2c2c;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:18.9995625rem;height:2.5rem;top:60.625rem;left:0.5rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { width:20rem;height:37.5rem;top:37.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { top:46.75rem;left:0rem;width:20rem;height:12.5rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #QW6u0i7i4M1KImqoSlHuXNpVZaxIOQdQ { width:20rem;height:2.763675rem;top:5.9993495941162rem;left:0rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KGNLZyAhFDm06VB10U3GGStqtwKRiMpn { width:17.874375rem;height:2.76171875rem;top:43.437515258789rem;left:1.0625rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lTF8H7oId3OtqFGgA4iQPSz2fmmTNoyB { width:5.12478125rem;height:2.761725rem;top:47.450102758789rem;left:7.4375rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DerxS7mxiXDtQXyqCATOpxvt27HLEE8V { width:4.375rem;height:2.761725rem;top:51.462690258789rem;left:7.8125rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #CgB84275qQX7rmIUJsrLlnJWVxrvFREP { width:15.75rem;height:1.91284375rem;top:9.8589410781863rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EuOt5AFTT7T8xHGUOMDdFHa26tIqkWmb { width:3.125rem;height:0.5rem;top:4.3726363182068rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfUwyURAsOX8HsZgLcGXPa6KLh6aloca { width:13.6870625rem;height:5.947275rem;top:11.865235805511rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NOm0zRlrVWkwZlQCkRCznhfXESF1Dt17 { width:5rem;height:5.947275rem;top:11.833333492279rem;left:10.998915016651rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DLJ5FZT5zwPaKqdMDdowgz5UUhyx11bH { width:15.7498125rem;height:1.91284375rem;top:18.8125rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FyZIlQybtD4Ck5gRzhHVTl8AwSi5PcJp { width:15.1248125rem;height:7.43409375rem;top:20.75rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #h4fvgt7MEawM4ECOulWZvgJNxrXs5zsS { width:3.62413125rem;height:7.43409375rem;top:20.75rem;left:13.0625rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sotNCtX9lXa7TnXcuTy0PpemIpNHhdBD { width:13.2498125rem;height:1.91284375rem;top:29.25rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DDqcX7doFJ2GFrt63IZtw7OZOx0akCri { width:15.625rem;height:7.43409375rem;top:31.1875rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sd0qp5L1XA0JZhHWR7KLqz5N3sbxQ6MT { width:4.25rem;height:7.43409375rem;top:31.160805225372rem;left:13.811415970326rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vOaz6v9KqdezNOGtxXOOpClF9Na60a9W { width:13.2498125rem;height:1.91284375rem;top:39.874126434326rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MFGR0afGC9n5N1U9307a5lpg6Ou7WN8R { width:16.6873125rem;height:2.9736375rem;top:41.886539459229rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TE5cZGw5MN7ESnhcQRThW2K5oMOIK2Xk { width:3.5rem;height:2.9736375rem;top:41.889108657837rem;left:15.186415970326rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }