.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-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;
}
.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);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0px;bottom:auto;left:0px;right:0;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { background-color: transparent; background-image: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { border-width: 0; border-radius: 0; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:79px;width:303px;top:6.5px;left:10px;overflow:hidden;display:block; }
#XfKToOPIr0SdgiPtBdbkQJWgTVW3krJ9 { color:#5a9030;display:block;width:289px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:23.5px;left:663px;height:45px;font-style:normal;display:block; }
#w4FCGoSCnqBPgewqvhyVSHXSnfV0VBcl { box-sizing:content-box;color:#5a9030;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:21px;left:614px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/AxxB2DQ4/house_artificial_grass_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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(7,7,7,0.39); }#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(7,7,7,0.39); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:671px;width:960px;overflow:visible;position:relative;display:block; }#V3I1OuZtdUKRqUOlu9pM2xItzlUQuVs2 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:457px;width:884px;top:141px;left:38px;overflow:hidden;display:block; }
#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row .container { background-color: transparent; background-image: none; }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row .container > .video-iframe-container { display: none; }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row > .video-iframe-container { display: none; }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .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); }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row .container { border-width: 0; border-radius: 0; }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row .container { font-size:14px;font-family:arial;height:547px;width:960px;position:relative;display:block; }#TViHWruAnorVlXTzBkkLOBaEh64v2ogF { color:#5a9030;display:block;width:200px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100023;line-height:1;letter-spacing:0;top:441px;left:760px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRysmbx8eABIQ6WFPwqFwhP4zXnm7G3B { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:321px;left:620px;overflow:hidden;display:block; }
#gS2xETcT3qvr2EqF2DZIMf6C1BSdoh5o { position:absolute;display:block;z-index:100027;background-color:#252525;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:1px;top:373px;left:758px;display:block; }
#gyXlmtPND9Ud8kXCR8upVFoELaAphBsc { color:#5a9030;display:block;width:190px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100020;line-height:1;letter-spacing:0;top:442px;left:570px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLN9Wruh5tHNhIsJka7HiZ2prcvDEaRR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:321px;left:809px;overflow:hidden;display:block; }
#QAlTiBApyd3de4JQALkZduMDH7sPdSKu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:100px;top:121px;left:802px;overflow:hidden;display:block; }
#bQtkMgbCoPAIAbaUheXzAu6Ff3LmIzE6 { color:#5a9030;display:block;width:190px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100017;line-height:1;letter-spacing:0;top:242px;left:760px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVf99dENb6u48f1g6CWfQ5EBDnPdoTZx { color:#5a9030;display:block;width:848px;position:absolute;font-family:"open sans";font-size:55px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:34px;left:56px;height:71px;display:block; }
#OmXPGhmyfuFtcwPR88Tud3R9Qrfxrrw0 { position:absolute;display:block;z-index:100025;background-color:#252525;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:1px;top:180px;left:759px;display:block; }
#DkhE5FFW3OU8iPfxJdxJs04TCTTMSKzS { color:#5a9030;display:block;width:212px;position:absolute;font-family:roboto;font-size:31px;font-weight:700;z-index:100014;line-height:1;letter-spacing:0;top:239px;left:548px;height:62px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qc57m4ZVr7yV3QRT1CXXr5yrkHZcwpQK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:100px;top:120px;left:604px;overflow:hidden;display:block; }
#cTAZElnV5xoaD3irF2XmN8hnbCpJf8L6 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 25px #5a9030 ;height:303px;width:542px;top:120px;left:0px;display:block; }
#QTgH2DzpAo4QlU4g7TANrv9MUaaygIDT { z-index:100000;top:454px;left:51px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 15px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Sq1DChqCZrWTeepaa5GoE2LAD8TJpKrE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CFCSRxuRRSfqdkFgmZAVHPyyAe8AMqdB { z-index:100001;top:454px;left:291px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 15px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bO7N3TNuac8BFl15T6mrJn3BNWz8TK6T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#e31OpgG7oqBnNGime79H572G8SA87Tx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BnqhpjCA/Grass_Background.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { background-color: transparent; background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .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); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { border-width: 0; border-radius: 0; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { font-size:14px;font-family:arial;height:730px;width:960px;position:relative;display:block; }#N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 8px rgba(0,0,0,0.21) ;height:639px;width:468px;top:41px;left:24px;display:block; }
#R4lyccW7d6AgkqPyendtonkLOo3bOG5P { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:95px;top:52px;left:212px;overflow:hidden;display:block; }
#CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { color:#515151;display:block;width:468px;position:absolute;font-family:roboto;font-size:33px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:153px;left:24px;height:42px;text-align:center;text-align-last:center;display:block; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-form-header {  }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:326px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #acacac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:326px;box-sizing:border-box;height:55px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #acacac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:326px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:326px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-button { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #73af20, #4b8200);background-image: -moz-linear-gradient(177deg, #73af20, #4b8200);background-image: -ms-linear-gradient(177deg, #73af20, #4b8200);background-image: -o-linear-gradient(177deg, #73af20, #4b8200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73af20', endColorstr='#4b8200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73af20', endColorstr='#4b8200' );";background-image: linear-gradient(177deg, #73af20, #4b8200);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:326px;height:55px;font-family:"open sans";overflow:hidden; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]:-moz-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]::-moz-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]:-ms-input-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]::-webkit-input-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:306px;overflow:hidden;font-style:normal; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;text-align:center;text-align-last:center; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-container { padding-top:7px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-container:first-of-type{padding-top:0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-container:last-of-type{padding-bottom:0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:159px;left:75px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:326px;display:block;vertical-align:top; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA {display:block;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:159px;left:75px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #yH7F9qIBs0iMVSwqdlBqpSEwp7SW5kyN { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Gf5CZ7gRK9cr7XpUkv0GSsSK8ANSsCTl { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #GMo0ChfXC5IiTTMnQNNUqSrc91TLvv2o { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #IKwPNesO0nJrbwDDhWTGWzQucnKu0s3A { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #eOOUP486B9tHuxAP4K0t10xoViiGz58i { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #V2Wlg1oWbwPiQ4rRN7SDhJbJ0TX42Zio { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #ulkvIqfSG9bTHuvlCAbeOQAtycL7k1Sr { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #gszW75rvXtRz7r4SGRAsJonUVBGu7bZ8 { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #kdswFCm6hhP1wg5TIon53Pwtl8be4TJE { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #x3eQkT0KiTsweBCx0PRvS3lLI0t8oe5K { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hbBlIWMMyT94nI1H5K8XQ30pZaTGhENO { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #oT8icbFnArwRhk2KL52Px9tmGfqpviPL { position:relative; }
#BmPrKfIy8eIT6F2eeOpXNyrkm7PO9phD { position:relative;display:block;z-index:100000;display:block; }
#b1xLI5IlyCHTzQGyd9nL8dhsU9pSuiti { position:relative;display:block;z-index:100000;display:block; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hXQ7szOrNGhZzq6g8WuWBFZSxOF6X0ez { position:relative; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Ryrrk3tD0PQShBiTpnqwd5cUBJt5z8Hv { position:relative; }
#oKUvTwGa57M27PxVrEXG7gNyhTmXBX3v { color:#252525;display:block;width:386px;position:absolute;font-family:"open sans";font-size:40px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:211px;left:543px;height:52px;text-align:center;text-align-last:center;display:block; }
#ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:221px;width:448px;top:201px;left:512px;display:block; }
#mvZiZub93I5dJI3PyRElqHIcmlTZvk4J { box-sizing:content-box;color:#5a9030;font-size:62px;font-weight:400;line-height:1;height:89px;width:143px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:263px;left:479px;display:block; }
#sJ7nCKsF95V5X15VBgCFiv1KumylTV8p { color:#000000;display:block;width:258px;position:absolute;font-family:"open sans";font-size:37px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:284px;left:589px;height:48px;font-style:normal;display:block; }
#ipSXP7Hdd1NL0stSyTvA9dH8ZBcaHcTe { box-sizing:content-box;color:#5a9030;font-size:62px;font-weight:400;line-height:1;height:89px;width:143px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:332px;left:479px;display:block; }
#LW8HcnwSirEVTc3kkVtZRmSVpZtJcrcC { color:#000000;display:block;width:258px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:364px;left:589px;height:23px;font-style:normal;display:block; }
#ANJ2MSKhFNvc8HVxeuvbCIusQ6kHl7F4 { z-index:100003;top:441px;left:575px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 15px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:286px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aTUunnzkpU0NreKdMRxgInHRI29ZMgXk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#tdL9Ov9x8voQTn9NnHtq3iWrR6Tf68mQ { z-index:100004;top:533px;left:575px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 15px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:286px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zZh65RX65ItOovVt1trwVUv70u3E8lal { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS { position:relative;display:block; }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS { background-color: transparent; background-image: none; }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .row .container > .video-iframe-container { display: none; }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .row > .video-iframe-container { display: none; }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .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); }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS { border-width: 0; border-radius: 0; }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }#VAJMeiby9q40HhqDPKyBTlBHszIP2sdK { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:114px;left:99px;overflow:hidden;display:block; }
#m4sWv6U4mPgCZUaT7zKoW5s1NdNdZzMP { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:114px;left:302px;overflow:hidden;display:block; }
#GsfDlQkehR4C6ooCD6nqONuQ7Hhr62cw { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:114px;left:497px;overflow:hidden;display:block; }
#Ty1toylfq6IB9QTzOWGEJAuDwEOxICBa { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:114px;left:687px;overflow:hidden;display:block; }
#megLkcls46Pdsfp8nwdtZZTtFTi5ToIx { color:#000000;display:block;width:752px;position:absolute;font-family:"open sans";font-size:60px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:13px;left:104px;height:78px;text-align:center;text-align-last:center;display:block; }
#kCRn2SDb1eWDrAr6fRp1cI7hpcGBuznR { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:319px;left:99px;overflow:hidden;display:block; }
#JQF38OWoEpw7fOgF0MDsDXhJAoXIA9sM { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:319px;left:302px;overflow:hidden;display:block; }
#PRPcyS49yt96n5LwwhLGwR3WBmqMB1b5 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:319px;left:497px;overflow:hidden;display:block; }
#p4kAwankHTRgwr0NxRpi1MkyaWxC271F { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:175px;width:175px;top:319px;left:687px;overflow:hidden;display:block; }
#BqrTVq242W2sVRlIIQHw7Frs7XpOaK2h { position:absolute;display:block;z-index:100006;background-color:#000000;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:96px;top:90px;left:432px;display:block; }
#A3NEG9DnFHKSNyNGGBs5pTCKkadJLXDr { z-index:100003;top:518px;left:493px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 15px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#swOSAQXPzXTvS6KgnwcxEPrmd1XV9Ase { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CcakpZJdkWf2D7mGnBXrlxIRkJnFAL4y { z-index:100002;top:518px;left:267px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 15px 15px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tcWOI1xsrJcOksTAUFPTZ9wvf7lb9K5B { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a9030;background-image:none;position:relative;display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { background-color: transparent; background-image: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container > .video-iframe-container { display: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row > .video-iframe-container { display: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .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); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { border-width: 0; border-radius: 0; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { font-size:14px;font-family:arial;height:189px;width:960px;position:relative;display:block; }#C5Gxucmsl239XoZVF924zWi5Pz2WihlH { position:absolute;display:block;z-index:100008;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:50px;top:77px;left:455px;display:block; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#ffffff;display:block;width:258px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12px;left:350px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ailbDgz6egxVh3mLy8mkTwofmte8HK9H { color:#ffffff;display:block;width:936px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:93px;left:12px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:50px;top:77px;left:455px;display:block; }
#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a9030;background-image:none;position:relative;display:block; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { background-color: transparent; background-image: none; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container > .video-iframe-container { display: none; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row > .video-iframe-container { display: none; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .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); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { border-width: 0; border-radius: 0; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { font-size:14px;font-family:arial;height:37px;width:960px;position:relative;display:block; }#um71wh1R7Bp42OQngunNmeIMHQto2wf3 { color:#000000;display:block;width:555px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3px;left:0px;height:22px;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { position:fixed;z-index:199999;top:0px;bottom:auto;left:0px;right:0;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:764px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:275px;height:72px;top:6px;left:12px;display:block; }
 }@media only screen and (max-width: 959px) { #XfKToOPIr0SdgiPtBdbkQJWgTVW3krJ9 { width:207px;height:32px;top:26px;left:557px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #w4FCGoSCnqBPgewqvhyVSHXSnfV0VBcl { width:50px;height:50px;top:17px;left:508px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/AxxB2DQ4/house_artificial_grass_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#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.5); }#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.5); }#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:764px;height:542px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #V3I1OuZtdUKRqUOlu9pM2xItzlUQuVs2 { width:764px;height:394.953px;top:115px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I { display:block; }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row .container { width:764px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TViHWruAnorVlXTzBkkLOBaEh64v2ogF { width:153px;height:50px;top:352px;left:611px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #IRysmbx8eABIQ6WFPwqFwhP4zXnm7G3B { width:105px;height:105px;top:248px;left:464px;display:block; }
 }@media only screen and (max-width: 959px) { #gS2xETcT3qvr2EqF2DZIMf6C1BSdoh5o { width:1px;height:116px;top:287px;left:588px;display:block; }
 }@media only screen and (max-width: 959px) { #gyXlmtPND9Ud8kXCR8upVFoELaAphBsc { width:132px;height:50px;top:352px;left:450px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #lLN9Wruh5tHNhIsJka7HiZ2prcvDEaRR { width:105px;height:105px;top:248px;left:635px;display:block; }
 }@media only screen and (max-width: 959px) { #QAlTiBApyd3de4JQALkZduMDH7sPdSKu { width:105px;height:105px;top:75px;left:634px;display:block; }
 }@media only screen and (max-width: 959px) { #bQtkMgbCoPAIAbaUheXzAu6Ff3LmIzE6 { width:153px;height:50px;top:184px;left:610px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #MVf99dENb6u48f1g6CWfQ5EBDnPdoTZx { width:728px;height:45px;top:24px;left:18px;font-size:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #OmXPGhmyfuFtcwPR88Tud3R9Qrfxrrw0 { width:1px;height:116px;top:118px;left:588px;display:block; }
 }@media only screen and (max-width: 959px) { #DkhE5FFW3OU8iPfxJdxJs04TCTTMSKzS { width:162px;height:50px;top:190px;left:433px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #qc57m4ZVr7yV3QRT1CXXr5yrkHZcwpQK { width:105px;height:105px;top:75px;left:451px;display:block; }
 }@media only screen and (max-width: 959px) { #cTAZElnV5xoaD3irF2XmN8hnbCpJf8L6 { width:408px;height:226px;top:83px;left:18px;display:block; }
 }@media only screen and (max-width: 959px) { #QTgH2DzpAo4QlU4g7TANrv9MUaaygIDT { top:334px;left:18px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #Sq1DChqCZrWTeepaa5GoE2LAD8TJpKrE { display:block; }
 }@media only screen and (max-width: 959px) { #CFCSRxuRRSfqdkFgmZAVHPyyAe8AMqdB { top:334px;left:227px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #bO7N3TNuac8BFl15T6mrJn3BNWz8TK6T { display:block; }
 }@media only screen and (max-width: 959px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:764px;height:1065px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { width:468px;height:708px;top:35px;left:148px;z-index:100000;display:block; }
 }@media only screen and (max-width: 959px) { #R4lyccW7d6AgkqPyendtonkLOo3bOG5P { width:95px;height:95px;top:53px;left:335px;display:block; }
 }@media only screen and (max-width: 959px) { #CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { width:468px;height:32px;top:147px;left:148px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-regular-label { width:326px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-textarea { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-button { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-checkbox-label { width:306px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA  { width:326px;height:auto;top:148px;left:199px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .radio-container { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA {display:block;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA { width:326px;height:auto;top:148px;left:199px; }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #yH7F9qIBs0iMVSwqdlBqpSEwp7SW5kyN {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Gf5CZ7gRK9cr7XpUkv0GSsSK8ANSsCTl {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #GMo0ChfXC5IiTTMnQNNUqSrc91TLvv2o {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #IKwPNesO0nJrbwDDhWTGWzQucnKu0s3A {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #eOOUP486B9tHuxAP4K0t10xoViiGz58i {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #V2Wlg1oWbwPiQ4rRN7SDhJbJ0TX42Zio {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #ulkvIqfSG9bTHuvlCAbeOQAtycL7k1Sr {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #gszW75rvXtRz7r4SGRAsJonUVBGu7bZ8 {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #kdswFCm6hhP1wg5TIon53Pwtl8be4TJE {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #x3eQkT0KiTsweBCx0PRvS3lLI0t8oe5K {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hbBlIWMMyT94nI1H5K8XQ30pZaTGhENO {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #oT8icbFnArwRhk2KL52Px9tmGfqpviPL {  }
 }@media only screen and (max-width: 959px) { #BmPrKfIy8eIT6F2eeOpXNyrkm7PO9phD { display:block; }
 }@media only screen and (max-width: 959px) { #b1xLI5IlyCHTzQGyd9nL8dhsU9pSuiti { display:block; }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hXQ7szOrNGhZzq6g8WuWBFZSxOF6X0ez {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Ryrrk3tD0PQShBiTpnqwd5cUBJt5z8Hv {  }
 }@media only screen and (max-width: 959px) { #oKUvTwGa57M27PxVrEXG7gNyhTmXBX3v { width:386px;height:52px;top:211px;left:378px;font-size:40px;display:none; }
 }@media only screen and (max-width: 959px) { #ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { width:629px;height:168px;top:769px;left:68px;display:block; }
 }@media only screen and (max-width: 959px) { #mvZiZub93I5dJI3PyRElqHIcmlTZvk4J { width:143px;height:89px;top:774px;left:75px;font-size:62px;display:block; }
 }@media only screen and (max-width: 959px) { #sJ7nCKsF95V5X15VBgCFiv1KumylTV8p { width:344px;height:52px;top:795px;left:185px;font-size:40px;display:block; }
 }@media only screen and (max-width: 959px) { #ipSXP7Hdd1NL0stSyTvA9dH8ZBcaHcTe { width:143px;height:89px;top:843px;left:75px;font-size:62px;display:block; }
 }@media only screen and (max-width: 959px) { #LW8HcnwSirEVTc3kkVtZRmSVpZtJcrcC { width:258px;height:32px;top:875px;left:185px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #ANJ2MSKhFNvc8HVxeuvbCIusQ6kHl7F4 { top:962px;left:407px;width:261px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #aTUunnzkpU0NreKdMRxgInHRI29ZMgXk { display:block; }
 }@media only screen and (max-width: 959px) { #tdL9Ov9x8voQTn9NnHtq3iWrR6Tf68mQ { top:962px;left:97px;width:280px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #zZh65RX65ItOovVt1trwVUv70u3E8lal { display:block; }
 }@media only screen and (max-width: 959px) { #RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS { display:block; }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .row .container { width:764px;height:607px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VAJMeiby9q40HhqDPKyBTlBHszIP2sdK { width:175px;height:175px;top:101px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #m4sWv6U4mPgCZUaT7zKoW5s1NdNdZzMP { width:175px;height:175px;top:101px;left:203px;display:block; }
 }@media only screen and (max-width: 959px) { #GsfDlQkehR4C6ooCD6nqONuQ7Hhr62cw { width:175px;height:175px;top:101px;left:398px;display:block; }
 }@media only screen and (max-width: 959px) { #Ty1toylfq6IB9QTzOWGEJAuDwEOxICBa { width:175px;height:175px;top:101px;left:588px;display:block; }
 }@media only screen and (max-width: 959px) { #megLkcls46Pdsfp8nwdtZZTtFTi5ToIx { width:579px;height:58px;top:18px;left:93px;font-size:45px;display:block; }
 }@media only screen and (max-width: 959px) { #kCRn2SDb1eWDrAr6fRp1cI7hpcGBuznR { width:175px;height:175px;top:306px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #JQF38OWoEpw7fOgF0MDsDXhJAoXIA9sM { width:175px;height:175px;top:306px;left:203px;display:block; }
 }@media only screen and (max-width: 959px) { #PRPcyS49yt96n5LwwhLGwR3WBmqMB1b5 { width:175px;height:175px;top:306px;left:398px;display:block; }
 }@media only screen and (max-width: 959px) { #p4kAwankHTRgwr0NxRpi1MkyaWxC271F { width:175px;height:175px;top:306px;left:589px;display:block; }
 }@media only screen and (max-width: 959px) { #BqrTVq242W2sVRlIIQHw7Frs7XpOaK2h { width:50px;height:2px;top:75px;left:357px;display:block; }
 }@media only screen and (max-width: 959px) { #A3NEG9DnFHKSNyNGGBs5pTCKkadJLXDr { top:509px;left:168px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #swOSAQXPzXTvS6KgnwcxEPrmd1XV9Ase { display:block; }
 }@media only screen and (max-width: 959px) { #CcakpZJdkWf2D7mGnBXrlxIRkJnFAL4y { top:509px;left:397px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #tcWOI1xsrJcOksTAUFPTZ9wvf7lb9K5B { display:block; }
 }@media only screen and (max-width: 959px) { #nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { width:764px;height:173px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #C5Gxucmsl239XoZVF924zWi5Pz2WihlH { width:50px;height:2px;top:77px;left:357px;display:block; }
 }@media only screen and (max-width: 959px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:258px;height:58px;top:12px;left:252px;font-size:45px;display:block; }
 }@media only screen and (max-width: 959px) { #ailbDgz6egxVh3mLy8mkTwofmte8HK9H { width:764px;height:60px;top:93px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { width:50px;height:2px;top:77px;left:357px;display:block; }
 }@media only screen and (max-width: 959px) { #c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 { display:block; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #um71wh1R7Bp42OQngunNmeIMHQto2wf3 { width:454px;height:18px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { position:fixed;z-index:199999;top:0px;bottom:auto;left:0px;right:0;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:252px;height:61px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XfKToOPIr0SdgiPtBdbkQJWgTVW3krJ9 { width:139px;height:0;top:131.6719px;left:90px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w4FCGoSCnqBPgewqvhyVSHXSnfV0VBcl { width:65px;height:65px;top:8px;left:255px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/AxxB2DQ4/house_artificial_grass_2.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#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.26); }#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.26); }#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:320px;height:324px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3I1OuZtdUKRqUOlu9pM2xItzlUQuVs2 { width:320px;height:164px;top:107px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I { display:block; }#QE6Ulf18WUAQJT2TiMIBckoiiby4gQ5I > .row .container { width:320px;height:736px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TViHWruAnorVlXTzBkkLOBaEh64v2ogF { width:123px;height:40px;top:590.890625px;left:173.5px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IRysmbx8eABIQ6WFPwqFwhP4zXnm7G3B { width:80px;height:80px;top:306px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #gS2xETcT3qvr2EqF2DZIMf6C1BSdoh5o { width:1px;height:116px;top:373px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #gyXlmtPND9Ud8kXCR8upVFoELaAphBsc { width:87px;height:40px;top:589.890625px;left:56.5px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lLN9Wruh5tHNhIsJka7HiZ2prcvDEaRR { width:80px;height:80px;top:480.890625px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #QAlTiBApyd3de4JQALkZduMDH7sPdSKu { width:80px;height:80px;top:480.890625px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bQtkMgbCoPAIAbaUheXzAu6Ff3LmIzE6 { width:90px;height:40px;top:414px;left:190px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MVf99dENb6u48f1g6CWfQ5EBDnPdoTZx { width:320px;height:60px;top:20.890625px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OmXPGhmyfuFtcwPR88Tud3R9Qrfxrrw0 { width:1px;height:116px;top:180px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #DkhE5FFW3OU8iPfxJdxJs04TCTTMSKzS { width:120px;height:40px;top:413px;left:40px;text-align:center;text-align-last:center;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qc57m4ZVr7yV3QRT1CXXr5yrkHZcwpQK { width:80px;height:80px;top:305px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #cTAZElnV5xoaD3irF2XmN8hnbCpJf8L6 { height:178.891px;width:320px;top:93.890625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QTgH2DzpAo4QlU4g7TANrv9MUaaygIDT { top:648px;left:8px;width:148px;height:50px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1DChqCZrWTeepaa5GoE2LAD8TJpKrE { display:block; }
 }@media only screen and (max-width: 763px) { #CFCSRxuRRSfqdkFgmZAVHPyyAe8AMqdB { top:647px;left:173px;width:140px;height:50px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bO7N3TNuac8BFl15T6mrJn3BNWz8TK6T { display:block; }
 }@media only screen and (max-width: 763px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:320px;height:841px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { width:320px;height:515px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R4lyccW7d6AgkqPyendtonkLOo3bOG5P { width:81px;height:81px;top:38px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { width:320px;height:32px;top:132px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA  { width:280px;height:474px;top:133px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA {display:block;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA { width:280px;height:474px;top:133px;left:0px; }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #yH7F9qIBs0iMVSwqdlBqpSEwp7SW5kyN {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Gf5CZ7gRK9cr7XpUkv0GSsSK8ANSsCTl {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #GMo0ChfXC5IiTTMnQNNUqSrc91TLvv2o {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #IKwPNesO0nJrbwDDhWTGWzQucnKu0s3A {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #eOOUP486B9tHuxAP4K0t10xoViiGz58i {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #V2Wlg1oWbwPiQ4rRN7SDhJbJ0TX42Zio {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #ulkvIqfSG9bTHuvlCAbeOQAtycL7k1Sr {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #gszW75rvXtRz7r4SGRAsJonUVBGu7bZ8 {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #kdswFCm6hhP1wg5TIon53Pwtl8be4TJE {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #x3eQkT0KiTsweBCx0PRvS3lLI0t8oe5K {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hbBlIWMMyT94nI1H5K8XQ30pZaTGhENO {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #oT8icbFnArwRhk2KL52Px9tmGfqpviPL {  }
 }@media only screen and (max-width: 763px) { #BmPrKfIy8eIT6F2eeOpXNyrkm7PO9phD { display:block; }
 }@media only screen and (max-width: 763px) { #b1xLI5IlyCHTzQGyd9nL8dhsU9pSuiti { display:block; }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hXQ7szOrNGhZzq6g8WuWBFZSxOF6X0ez {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Ryrrk3tD0PQShBiTpnqwd5cUBJt5z8Hv {  }
 }@media only screen and (max-width: 763px) { #oKUvTwGa57M27PxVrEXG7gNyhTmXBX3v { width:285px;height:36px;top:218px;left:35px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { width:320px;height:221px;top:201px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mvZiZub93I5dJI3PyRElqHIcmlTZvk4J { width:143px;height:89px;top:270px;left:177px;font-size:62px;display:none; }
 }@media only screen and (max-width: 763px) { #sJ7nCKsF95V5X15VBgCFiv1KumylTV8p { width:258px;height:0;top:291px;left:62px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #ipSXP7Hdd1NL0stSyTvA9dH8ZBcaHcTe { width:143px;height:89px;top:339px;left:177px;font-size:62px;display:none; }
 }@media only screen and (max-width: 763px) { #LW8HcnwSirEVTc3kkVtZRmSVpZtJcrcC { width:258px;height:0;top:371px;left:62px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #ANJ2MSKhFNvc8HVxeuvbCIusQ6kHl7F4 { top:666px;left:17px;width:286px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #aTUunnzkpU0NreKdMRxgInHRI29ZMgXk { display:block; }
 }@media only screen and (max-width: 763px) { #tdL9Ov9x8voQTn9NnHtq3iWrR6Tf68mQ { top:746px;left:17px;width:286px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #zZh65RX65ItOovVt1trwVUv70u3E8lal { display:block; }
 }@media only screen and (max-width: 763px) { #RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS { display:block; }#RgGWKSD3kAxpiSn5HZKFZHvK208zUGsS > .row .container { width:320px;height:526px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAJMeiby9q40HhqDPKyBTlBHszIP2sdK { width:150px;height:150px;top:87px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m4sWv6U4mPgCZUaT7zKoW5s1NdNdZzMP { width:75px;height:75px;top:96px;left:81px;display:none; }
 }@media only screen and (max-width: 763px) { #GsfDlQkehR4C6ooCD6nqONuQ7Hhr62cw { width:150px;height:150px;top:87px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1toylfq6IB9QTzOWGEJAuDwEOxICBa { width:75px;height:75px;top:96px;left:245px;display:none; }
 }@media only screen and (max-width: 763px) { #megLkcls46Pdsfp8nwdtZZTtFTi5ToIx { width:320px;height:36px;top:23px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #kCRn2SDb1eWDrAr6fRp1cI7hpcGBuznR { width:75px;height:75px;top:187px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JQF38OWoEpw7fOgF0MDsDXhJAoXIA9sM { width:150px;height:150px;top:251.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PRPcyS49yt96n5LwwhLGwR3WBmqMB1b5 { width:75px;height:75px;top:187px;left:163px;display:none; }
 }@media only screen and (max-width: 763px) { #p4kAwankHTRgwr0NxRpi1MkyaWxC271F { width:150px;height:150px;top:251.5px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #BqrTVq242W2sVRlIIQHw7Frs7XpOaK2h { width:96px;height:4px;top:71px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #A3NEG9DnFHKSNyNGGBs5pTCKkadJLXDr { top:465px;left:52px;width:217px;height:45px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #swOSAQXPzXTvS6KgnwcxEPrmd1XV9Ase { display:block; }
 }@media only screen and (max-width: 763px) { #CcakpZJdkWf2D7mGnBXrlxIRkJnFAL4y { top:415px;left:98px;width:125px;height:45px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tcWOI1xsrJcOksTAUFPTZ9wvf7lb9K5B { display:block; }
 }@media only screen and (max-width: 763px) { #nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { width:320px;height:226px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5Gxucmsl239XoZVF924zWi5Pz2WihlH { width:50px;height:2px;top:77px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:272px;height:39px;top:14px;left:24px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ailbDgz6egxVh3mLy8mkTwofmte8HK9H { width:272px;height:133px;top:68px;left:24px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { width:50px;height:2px;top:57px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 { display:block; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { width:320px;height:56px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #um71wh1R7Bp42OQngunNmeIMHQto2wf3 { width:320px;height:32px;top:0px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }