.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;
}
:root { --color-primary-0:228,234,228;--color-primary-1:166,184,166;--color-primary-2:77,113,76;--color-primary-3:39,57,38;--color-primary-4:12,17,11;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:228,234,228;--color-tertiary-1:166,184,166;--color-tertiary-2:77,113,76;--color-tertiary-3:39,57,38;--color-tertiary-4:12,17,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efd1d20e-fdef-4fad-bf2f-475390a83af6/viewmanvictoriafarmtable.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; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.33); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.33); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .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); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::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; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.63);top:11.96875rem;left:0.0010414123535156rem;height:15.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.64);top:30.742708206177rem;left:0.0010414123535156rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;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:3.1875rem;width:10.5625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#p5vV3P3VRvDT6Ba0MfIdHO70W1I6vFN4 { position:absolute;display:block;z-index:15007;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:35.25rem;width:36rem;top:0.0625rem;left:36.047445820433rem;overflow:hidden;display:block; }
#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { background-color: transparent; background-image: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .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); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { border-width: 0; border-radius: 0; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#GfumqrtW170EDitTbEytt2Ekyl3xylfm { color:#5f5f5f;display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:8.5749979019162rem;left:8.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { color:rgba(var(--color-tertiary-2),1);display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.0375003814698rem;left:7.59375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ngCjrdo3hKc/unsplash/jametlene-reskp-ngCjrdo3hKc-photo-1617208771413-b0a587991425.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; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .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); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:#5f5f5f;display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:47.187496185302rem;left:9.0385437011719rem;height:11.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:rgba(var(--color-tertiary-2),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:43.437494277954rem;left:4.6635437011719rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.8125rem;width:52.25rem;top:38.624994277954rem;left:3.875rem;display:block; }
#snPW6Ki8GlavCMSsAogb8T9QP9qGAI5L { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:39.437494277954rem;left:28.788543701172rem;overflow:hidden;display:block; }
#yvqOAtpgi1wtTRNfubiDqdCpiN7BUPTb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:3.2906255722046rem;left:26.78125rem;overflow:hidden;display:block; }
#J7DQ7Wv6vpoR1NgD0HMlvQZNksHnVsJv { color:rgba(var(--color-tertiary-2),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.375rem;left:4.90625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oiOxicTRbUU4o5vnc7QAooHZKGTJnfb1 { color:#5f5f5f;display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:12.684374809265rem;left:8.25rem;height:19.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqqctmXst0d2UJ8BzsQczxMIf56StqKu { box-sizing:content-box;height:30.75rem;width:52.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.2906255722046rem;left:3.84375rem;display:block; }
#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { background-color: transparent; background-image: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container > .video-iframe-container { display: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row > .video-iframe-container { display: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .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); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { border-width: 0; border-radius: 0; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#avM1LfG26T7xR3LdelcuG4pKmtNUFIo7 { color:#4d714c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.1992201805115rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vx5BiSgg4nnp1EAIT57UNCbge14wXck0 { color:#4d714c;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.4375rem;left:2.75rem;height:3.7375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3L6cdTBwyLBStu2PLcK8Lqxi8mvuS1O { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:11.875rem;left:5.5625rem;overflow:hidden;display:block; }
#ZLLJ7qV6e1SJTI2Wuq15F4GZ626b5XBF { color:#404041;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23rem;left:45.0625rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xlXTTbr0VZNTPbD5uA2zOHLnfDa3tnpI { color:#404041;display:block;width:11.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16rem;left:45rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o0OevcPezRVWreyWbIdGwEFv1DIdhpWt { color:#404041;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:23.875rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Unglf3dvQ5nReeto7A5pfynZShAmd8eB { color:#404041;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:45.0625rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tp9G6DTxvM0rXokQCWRKpMOdXIco6hyh { color:#404041;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.875rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wQQvJf9UtIXRz1aZBDTSfFt5zDO2lbae { position:absolute;display:block;z-index:15022;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:2rem;width:2rem;top:23rem;left:41.625rem;overflow:hidden;display:block; }
#FJ2neOlt0I6KgCzqToemCvPOIbarvHni { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:16.875rem;left:42rem;overflow:hidden;display:block; }
#vmS07R1ecD8eJ5DcTGglWsv9uFcEcbX3 { 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.625rem;width:1.625rem;top:23.9375rem;left:20.4375rem;overflow:hidden;display:block; }
#iuNnoookV9K9AcZEmzQ1WxQHdtT9i05x { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:17.125rem;left:20.5rem;overflow:hidden;display:block; }
#ykwBb59Cu2Wv1OzprWKCmLm53NBwBqbf { 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.625rem;width:1.625rem;top:11.5rem;left:20.5625rem;overflow:hidden;display:block; }
#JLF81eQlicoDCexCl2Kmfych3s953dH5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:11.25rem;left:41.875rem;overflow:hidden;display:block; }
#ORwTBb9N6eACQgzeURG9dgleWJ4QtSqI { color:#404041;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:23.875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jy7Teyr3m5Glwq5S11C4V8cide8d1JR6 { position:absolute;display:block;z-index:15015;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:11.0625rem;left:20.0625rem;display:block; }
#FXcH1MBaXkX8oWL2L83XTpFHdQXcS3Jr { position:absolute;display:block;z-index:15016;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:16.6875rem;left:20.0625rem;display:block; }
#MmySh7dq36qBSQFQc442Ltq6b8SDHIy7 { position:absolute;display:block;z-index:15017;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:23.5rem;left:20.0625rem;display:block; }
#SFH3dTPt3yFCMpOXkIFPmWPHfTiye1HV { position:absolute;display:block;z-index:15016;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:10.75rem;left:41.375rem;display:block; }
#ixy2FAbXTgtRbMHmoSVsyZlFeGN1Ny4c { position:absolute;display:block;z-index:15017;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:16.3125rem;left:41.375rem;display:block; }
#dKHPgHFkVHlKPGHKPxKRqRbLdRSmm8UA { position:absolute;display:block;z-index:15018;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:22.8125rem;left:41.375rem;display:block; }
#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/fd7c1b7e-c4c3-4257-8916-d419c83964df/farmtablepaddockbackground.jpg");background-position:top 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; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.adaptive-delivery-prevent-bg, #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.lazyload, #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.lazyloading { background-image: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { background-color: transparent; background-image: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container > .video-iframe-container { display: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row > .video-iframe-container { display: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .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); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { border-width: 0; border-radius: 0; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#zNSm6Kcp8kruuoqR7goHfEmUuQ6dTwQG { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.6123046875rem;left:31.6875rem;display:block; }
#qHrt5X3n2icWmVTUGozumocnQRK1KVlD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnrsZCWvt9A65AK3PH0woTT8Mgl7RmDF { color:#ffffff;display:block;width:30rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.9248046875rem;left:0rem;height:4.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { background-color: transparent; background-image: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container > .video-iframe-container { display: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row > .video-iframe-container { display: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .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); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { border-width: 0; border-radius: 0; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#SprKl753sEKTtWHmXd7JAvNB03X4ob79 { color:#ffffff;display:block;width:59.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.44287109375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHQZa1NON6fGTPrNuodKDqV7FJbwIFEO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:1.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { background-color: transparent; background-image: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container > .video-iframe-container { display: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row > .video-iframe-container { display: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .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); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { border-width: 0; border-radius: 0; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#NicdAswoNJHZy0FH0nzxRIoGMf3IOsg1 { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:block; }
#qAMZWnpyxQfUrZ40wUI5bD7zwopfn6mQ { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.999609567225rem;left:31.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bF0yg3xtCcFNrXm58XgLFGmM4AK0pmui { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.7802734375rem;left:47.2822265625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ataNrAg1xetc2JeGRU0eXn6wtRivvKd3 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0496096611025rem;left:1.3441410064698rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RNT6Tqdu6Eb1pPJtUfC1ZxXxsi4rxmBi { position:absolute;display:block;z-index:14994;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.2499995231628rem;left:0rem;display:block; }
#M0PuGKc3D5MMRKrUvWzTH3MTTAi8h0Hs { position:absolute;display:block;z-index:15007;background-color:#64c080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:15rem;display:block; }
#ZJ79x1AvdNPKTD1ynlBV1p69dASXoTKn { position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.375rem;left:15.3125rem;display:block; }
#HkX1naLluJ0UINcy1H2gTH9FATTZPMlE { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.299999810755rem;left:16.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LfWbsgdHQHp9bXekT7Ptx90Ts8ZTwgIh { position:absolute;display:block;z-index:15011;background-color:#3f9ac3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:31rem;display:block; }
#WcfMnrvg2kTRy6KcAd4hputMpdJ08Fhs { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.5rem;left:30.6875rem;display:block; }
#U8GqcWaFdUlNGAZeaWWiml4HGuoFOE6L { position:absolute;display:block;z-index:15014;background-color:#3fc363;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:45.938282012939rem;display:block; }
#RPBUXAlcDUfSimkP384QzFwBoIcx2PlU { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:4.25rem;left:45.938537597656rem;display:block; }
#xoWos0zH4N5CbmbxJvlvL8CZsah5r8z1 { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.312500476837rem;left:45.9375rem;display:block; }
#hiBUGLoyT6NQJeUFEDJHrc1BwPT5ipnf { position:absolute;display:block;z-index:15017;background-color:#3fc0c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:45.938282012939rem;display:block; }
#aNRIcJf3d2VT4NyP7LfECqPMp3ysp9vP { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:46.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#he65I9NHEtZcS0SWPcR0PewnNrRLK0Ro { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.187500476837rem;left:0rem;display:block; }
#o4ZkL5z5WTwSTdP03w4PlbSOOymUy7GK { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.1748046875rem;left:1.3447265625rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z4PXwca4HTRRehwT1KDvkAqZ1nLTMX7c { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.312500476837rem;left:15.3125rem;display:block; }
#VJNfekTWeS08dTEgt6HffRI0sKhi7263 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.90576171875rem;left:16.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OpbMg24mcMJJrg6WEPbx8HkNRh0u3WbN { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.90576171875rem;left:31.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n57IWQD54VFbqVRN46ao2rvOWH8pks19 { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:18.437500476837rem;left:30.6875rem;display:block; }
#mJSCAfsRrSmFZNDF7dsqKXgMh9vxIKWW { position:absolute;display:block;z-index:15015;background-color:#bbdc5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:0.00078105926513675rem;display:block; }
#prCZAeRmThHzwbe6HXOqTwkHB9gu6MDJ { position:absolute;display:block;z-index:15019;background-color:#64c0a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:15.46875rem;display:block; }
#QAwJzTqPOXXpWrdb99hKcseD0FynT13W { position:absolute;display:block;z-index:15023;background-color:#93d350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.750000476837rem;left:31rem;display:block; }
#OXoZwt2KCz0veBqV0Uh1JgNBENfTTi8D { 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:2.375rem;width:2.375rem;top:4.8433594703674rem;left:0.59375rem;overflow:hidden;display:block; }
#V9fcI6XlSIpIur1zJBxJCVSfaBPlTkDo { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:4.843359567225rem;left:15.90625rem;overflow:hidden;display:block; }
#FOTFm80QTDn01TukTRpDwf2JROV8SB4i { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:4.843359567225rem;left:31.1875rem;overflow:hidden;display:block; }
#aZT6ypo2dC0KVfOU2JHJlhy7Wr4K4CkP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:4.84326171875rem;left:46.5322265625rem;overflow:hidden;display:block; }
#cPSUoK6luFUIt6cOC9WIUsTXI2MFvzEO { position:absolute;display:block;z-index:15038;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.375rem;width:2.375rem;top:18.78125rem;left:0.59375rem;overflow:hidden;display:block; }
#vRa9t35H7gMFkGbrtoelVmviRJBhL8sG { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:18.78125rem;left:15.90625rem;overflow:hidden;display:block; }
#amloftqGetKCuEkfyx5ZxnO1Qc3GxryM { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:18.78125rem;left:31.1875rem;overflow:hidden;display:block; }
#OltLZc1T6FBVni8966VHSDpr2q7FpXAX { position:absolute;display:block;z-index:15041;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.375rem;width:2.375rem;top:18.78125rem;left:46.5322265625rem;overflow:hidden;display:block; }
#iinSJwhgzRRPh3MLvgf5ukKznsePMmr8 { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.569530963897rem;left:0.00078105926513675rem;display:block; }
#CoPqt1tOPqsHudLs6LZezCwTff9I8UkG { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.500000476837rem;left:15.3125rem;display:block; }
#VT7rnvcCTr8fk9U5T8Puu2egE4K9u5sD { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.625000476837rem;left:30.6875rem;display:block; }
#HqTuxHSqGCI4ziJTSlDuliETdbDteuK0 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:37.9375rem;left:1.3447265625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TKkJrg9d3ysQzRH7Z809dMUlBgCJ5DR5 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:37.93701171875rem;left:16.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#heSUTe80Oli8OaJdpMTlK1vOku06tdW9 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:32.9443359375rem;left:15.90625rem;overflow:hidden;display:block; }
#pIfElu6nqknZPmh3JooQ9aobTDV8bO2S { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:37.3935546875rem;left:31.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kBPO0rxze5mTxrMoT2CLonky0HbcZMOO { position:absolute;display:block;z-index:15055;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.375rem;width:2.375rem;top:33.0869140625rem;left:31.3125rem;overflow:hidden;display:block; }
#uRLir6i9nBWWEk5BUGm1TIV9S2vWy7m6 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:34.363281726837rem;left:47.282032012939rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rnd8lk4KPdqnumAB1f5BMeIazVzCKvky { position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:11.0625rem;width:14.0625rem;top:32.569530963897rem;left:45.938282012939rem;display:block; }
#TQT9hzyHRwJiGWwxDLg2Pbnu5dXKpLxJ { position:absolute;display:block;z-index:15055;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.375rem;width:2.375rem;top:33.0869140625rem;left:0.59375rem;overflow:hidden;display:block; }
#VtTsZCuGUVqSwFgEUXks95nzIf0mSS0T { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#4d714c;background-image:none;top:4.2499995231628rem;left:0rem;display:block; }
#cCn9D3PHBMyDX2Zl1yz2hSASk3sWdadf { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#4d714c;background-image:none;top:4.249609567225rem;left:15.3125rem;display:block; }
#Tuqv43BIzrpDKB7e8mFuvQHnb825modN { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#4d714c;background-image:none;top:4.3750000968576rem;left:30.6875rem;display:block; }
#V4KUmwP1VRPmQXFpH8718T4KaaHm2JCi { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#4d714c;background-image:none;top:4.24951171875rem;left:45.9384765625rem;display:block; }
#g840ZcdFrbfwV1Ule6HI8EFLXOTsgKZC { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#4d714c;background-image:none;top:18.1875rem;left:0rem;display:block; }
#yFFpaWbZV75zTUGvTCaKWctu88XhGlmK { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#4d714c;background-image:none;top:18.3125rem;left:15.3125rem;display:block; }
#k11sBxCVSMzbIKulnWJohgxUDfgaF70G { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#4d714c;background-image:none;top:18.3125rem;left:30.625rem;display:block; }
#TLpzgzpGJ3A5G6I4T6J09PJA8iCSoImK { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#4d714c;background-image:none;top:18.3125rem;left:45.9384765625rem;display:block; }
#aJi04JnODBZ18qNiq7aOgD7wBdTzJpIo { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#4d714c;background-image:none;top:32.5693359375rem;left:0rem;display:block; }
#BlhIlQ4RPkztUzb9cMwLL7LeUtGydiIq { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#4d714c;background-image:none;top:32.5068359375rem;left:15.3125rem;display:block; }
#FRCStyfT0qyGtWeOH50IExI2splJxDcv { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#4d714c;background-image:none;top:32.5693359375rem;left:30.6875rem;display:block; }
#Vu5W6m7EofecDZHwWrquyRWXM4WoQxvb { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:none; }
#bLwsutp3aoVnPvAyUQmiNU0lSeAs4bLe { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:none; }
#myFGCNRa24MwSsIVLEtLeqpSAfCPnHum { position:absolute;display:block;z-index:15003;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:16.874609470367rem;left:0.00078105926513675rem;display:none; }
#gx13zAg0hw1XC44lpyOQ1KbG989mx41M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecebea;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M.adaptive-delivery-prevent-bg, #gx13zAg0hw1XC44lpyOQ1KbG989mx41M.lazyload, #gx13zAg0hw1XC44lpyOQ1KbG989mx41M.lazyloading { background-image: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { background-color: transparent; background-image: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container > .video-iframe-container { display: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row > .video-iframe-container { display: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .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); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { border-width: 0; border-radius: 0; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { font-size:0.875rem;font-family:arial;height:135.3125rem;width:60rem;position:relative;display:block; }#f2pBAVWkGwMwsQZwqNeDHDADQxxc8Ntz { color:#4d714c;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.63720703125rem;left:4.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJ2QnvGJA3IUhTDTEfLZhUcTdR0dsJ0r { color:#333333;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:16.200002670288rem;left:20rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2gLZAewnRHyDtynTk0IKVlme86VshMN { color:#585858;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:30.781251907349rem;left:20rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p26w5flVrhe1JnFW8AkZ8TUVL4gdLkZG { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.1875rem;left:4.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqeGTkKhnOt1XfTW0cUeX2UVFgHeSzZH { color:#585858;display:block;width:37.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:46.6875rem;left:20rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sglbzGOLXLxvis7t35RnS0RKe5auqBei { color:#4d714c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HvuW5n9UoyzZGBvSxxAGFz1ECXM1PdLN { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;height:12.5rem;width:60rem;top:14.375rem;left:0rem;display:block; }
#K4E2MS2g5kptTAtVTpk8yV35miOUTk39 { position:absolute;display:block;z-index:15012;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:3.6875rem;width:3.6875rem;top:16.19970703125rem;left:8.15625rem;overflow:hidden;display:block; }
#KClABz4NBgGbHTZSy7dnUeiuTyHG4w8n { color:#585858;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:87.443752288819rem;left:20rem;height:12.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#szDFkb7DWnFfKV4LpEgRfuZAUxJZ1Ttx { color:#585858;display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:68.068359375rem;left:20rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LqXMoDhqCyfbBGth2U7kBFgLp35mLXnz { position:absolute;display:block;z-index:15014;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:3.375rem;width:3.4375rem;top:88.224609375rem;left:8.28125rem;overflow:hidden;display:block; }
#LISMc5e6UC0tSbuZEPUJziGupafRLBAI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:30.25rem;left:8.1875rem;overflow:hidden;display:block; }
#ndOiVegoO2gqX7TUUHl8yu4Suoag24qF { position:absolute;display:block;z-index:15008;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:15.46875rem;left:7.5rem;display:block; }
#OHZmZNWx1p93znC1igexrLUM9ADwllEw { position:absolute;display:block;z-index:15010;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:29.3125rem;left:7.25rem;display:block; }
#MT6HyTW71RRKuonBfZbMMeOwzEVLgn9F { position:absolute;display:block;z-index:15012;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.9375rem;width:2.9375rem;top:17.71875rem;left:8.34375rem;overflow:hidden;display:none; }
#G5sAVM7o6KLeTagitDt2RtFFDcCyTtoR { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:24.125rem;left:50.492276887872rem;display:block; }
#p6bgRZcAzVsNMLDBNph1izaQmuGl5FSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EL2GdwsAomXtevqbD58aAdLzwp0AybQL { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;height:14.8125rem;width:60rem;top:27.875rem;left:0rem;display:block; }
#qX43FE1NvoQdpPA4DGeOX8TXtx9IRcQr { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:39.75rem;left:50.75rem;display:block; }
#OAewKfkwBF7CONvWxTbAsVlnAJCUpU9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIM6zTSPuwXHeRQInArQ7d8MhGDMR9z1 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;height:19.625rem;width:60rem;top:43.4375rem;left:0.0010414123535156rem;display:block; }
#xWl2tqTRhtlB1AeFTxrE4h8lluH8rQ9t { position:absolute;display:block;z-index:15011;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:45.375rem;left:7.5rem;display:block; }
#UvrDtJ9DqogsvT7au7I57oatFTALTbJz { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:52.9560546875rem;left:4.09375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIwXdgPWTAkTLuq9R6IaOb4ld8TSVWXc { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:60.3125rem;left:50.75rem;display:block; }
#CQ80H3r3PumkaQ7kNqMEPKWhcFOMNTCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTsLZM7ILR3ywK56EXhdxIurol1a4xwC { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;height:19.625rem;width:60rem;top:64.5rem;left:0rem;display:block; }
#Dh0t6OyyEgVJmkOGQIEUJE4p96FZqD1h { position:absolute;display:block;z-index:15012;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:66.1875rem;left:7.5rem;display:block; }
#gncXPl65cBQuar0ZcUl0M2WT0s6cWwWT { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:74.3310546875rem;left:4.09375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pO0AJGKbPmbtCiAFPm0rLQoeA5QzfF3k { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:81.125rem;left:50.4921875rem;display:block; }
#BUmuwHETam56I05lL54HJFAsBtBn2RH1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhIL2AQPhr4dAzyNGnUf19GaUIHW0CCG { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;height:18rem;width:60rem;top:85.125rem;left:0rem;display:block; }
#aUZ1MLUJE9m93IafUCTqZOyuq4UK5166 { position:absolute;display:block;z-index:15013;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:87.443359375rem;left:7.5rem;display:block; }
#CKdPmQIZWA8calTvAK0MeMpXA09vQVuK { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:94.3935546875rem;left:4.09375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeehXvfTUa18B69ra6RcL8B3aX1xqW6S { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:100.0625rem;left:50.75rem;display:block; }
#bAKaIwwvsShtsGnlTU15L23Thh6y5ktJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U36QkhaiKr2pGFHJG9eBTPIQPcGT90mr { position:absolute;display:block;z-index:15014;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:3.125rem;width:3.125rem;top:46.3125rem;left:8.375rem;overflow:hidden;display:block; }
#qlX3MefpGWPmpVbFbNJHouNkJ5aFI4CE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:67.125rem;left:8.4375rem;overflow:hidden;display:block; }
#yTQAdg3f9g6evtC6PJeodm2ovKG5Jd9F { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;height:13.625rem;width:60rem;top:104.1874961853rem;left:0.16666698455811rem;display:block; }
#gsHTWQZcwr8mIReR0laTSxKezMTLsF8T { position:absolute;display:block;z-index:15014;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:106.27500915528rem;left:7.5rem;display:block; }
#TcG6qZGFTsXmXNbRgGRFhfarrppZpQ0e { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:107.08750915528rem;left:8.28125rem;overflow:hidden;display:block; }
#IpCIMJZSQ0NiOZagEQG1aNJzz0JhEnpS { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:112.12917709351rem;left:4.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtqKc8RMXPTdMTSn5XTTqHxQ8HRfwFfZ { color:#585858;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:106.72916698456rem;left:20rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xshUkqUvW76uwAAbqhlG6K6wrRoGurSL { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;height:13.625rem;width:60rem;top:119.1875rem;left:0rem;display:block; }
#oktpsPm9Fh1F4p36LB7FFTcyTyOzoBWW { color:#2e682d;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:127.125rem;left:5.3260412216186rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTbxbgWVqpk4oLTJRZXeeTRPUeZNl4hv { color:#585858;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:121.1875rem;left:21.447917938233rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kGXb6rC96N22nvL0yUJayx5UlF2AgTyp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:122rem;left:8.28125rem;overflow:hidden;display:block; }
#guio7gLBvOWekpxyJsoqyC65Szc92Kkx { position:absolute;display:block;z-index:15016;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5rem;border-top-right-radius:4.5rem;border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem;box-shadow: none;height:5rem;width:5rem;top:121.1875rem;left:7.5rem;display:block; }
#FVAQ0uSHH2uLdnaTOflOT0ztzDAAowr8 { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:113.0625rem;left:50.729167938233rem;display:block; }
#H3OZn9P5Jhdc62soVXa6mtM583VQXvCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I81CU4MGrAdxsg2c87MhnoQtAC49SzVh { background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:6.625rem;height:1.8125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:129.30625152588rem;left:50.729167938233rem;display:block; }
#uBlAAERC3PyeA3rgkgvgV0SNEn3hTF5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/fd7c1b7e-c4c3-4257-8916-d419c83964df/farmtablepaddockbackground.jpg");background-position:top 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; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.adaptive-delivery-prevent-bg, #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.lazyload, #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.lazyloading { background-image: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { background-color: transparent; background-image: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container > .video-iframe-container { display: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row > .video-iframe-container { display: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .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); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { border-width: 0; border-radius: 0; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#tqvhnRAyIMKgI3DIJVywsv46BDord2RA { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#4d714c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.6123046875rem;left:31.6875rem;display:block; }
#a7cawM6FPcnsibyXok0J26EMoNEZeXTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmzgR4um2DJ0K1zp2TxSyVtl71cLcviK { color:#ffffff;display:block;width:30rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.9248046875rem;left:0rem;height:4.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a0f952a99204406d22f4b13708e78809.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row .container { background-color: transparent; background-image: none; }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row .container > .video-iframe-container { display: none; }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row > .video-iframe-container { display: none; }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .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); }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row .container { border-width: 0; border-radius: 0; }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container { background-color: transparent; background-image: none; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container > .video-iframe-container { display: none; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row > .video-iframe-container { display: none; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .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); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container { border-width: 0; border-radius: 0; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn::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; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:11.9375rem;left:0rem;width:47.75rem;height:;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:30.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.625rem;left:0rem;width:10.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vV3P3VRvDT6Ba0MfIdHO70W1I6vFN4 { top:0.0625rem;left:10.5625rem;width:36rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { top:8.5625rem;left:2.34375rem;width:45.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { top:2rem;left:1.46875rem;width:44.8125rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:47.125rem;left:2.9135437011719rem;width:43.5rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:43.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:38.5625rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snPW6Ki8GlavCMSsAogb8T9QP9qGAI5L { top:39.375rem;left:22.663543701172rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvqOAtpgi1wtTRNfubiDqdCpiN7BUPTb { top:3.25rem;left:20.65625rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DQ7Wv6vpoR1NgD0HMlvQZNksHnVsJv { top:9.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiOxicTRbUU4o5vnc7QAooHZKGTJnfb1 { top:12.625rem;left:2.125rem;width:43.5rem;height:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqqctmXst0d2UJ8BzsQczxMIf56StqKu { top:3.25rem;left:0rem;width:47.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { background-color: transparent; background-image: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container > .video-iframe-container { display: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row > .video-iframe-container { display: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .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); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { border-width: 0; border-radius: 0; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avM1LfG26T7xR3LdelcuG4pKmtNUFIo7 { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1.625rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #vx5BiSgg4nnp1EAIT57UNCbge14wXck0 { width:14.625rem;height:3.6875rem;top:21.4375rem;left:0.6875rem;font-size:1.25rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #D3L6cdTBwyLBStu2PLcK8Lqxi8mvuS1O { width:8.6875rem;height:8.6875rem;top:11.875rem;left:3.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZLLJ7qV6e1SJTI2Wuq15F4GZ626b5XBF { width:12.4375rem;height:5.8125rem;top:23rem;left:34.75rem;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #xlXTTbr0VZNTPbD5uA2zOHLnfDa3tnpI { width:11.125rem;height:5.8125rem;top:16rem;left:34.6875rem;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #o0OevcPezRVWreyWbIdGwEFv1DIdhpWt { width:13.625rem;height:5.8125rem;top:23.75rem;left:17.6875rem;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #Unglf3dvQ5nReeto7A5pfynZShAmd8eB { width:14.375rem;height:4.375rem;top:10.625rem;left:33.25rem;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9G6DTxvM0rXokQCWRKpMOdXIco6hyh { width:12.375rem;height:4.375rem;top:16.6875rem;left:17.6875rem;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #wQQvJf9UtIXRz1aZBDTSfFt5zDO2lbae { top:23rem;left:31.75rem;width:2rem;height:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2neOlt0I6KgCzqToemCvPOIbarvHni { top:16.875rem;left:31.75rem;width:1.375rem;height:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vmS07R1ecD8eJ5DcTGglWsv9uFcEcbX3 { top:23.9375rem;left:15.875rem;width:1.625rem;height:1.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iuNnoookV9K9AcZEmzQ1WxQHdtT9i05x { top:17.125rem;left:15.875rem;width:1.625rem;height:1.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ykwBb59Cu2Wv1OzprWKCmLm53NBwBqbf { top:11.5rem;left:15.875rem;width:1.625rem;height:1.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JLF81eQlicoDCexCl2Kmfych3s953dH5 { top:11.25rem;left:31.75rem;width:1.5rem;height:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ORwTBb9N6eACQgzeURG9dgleWJ4QtSqI { width:12.4375rem;height:2.875rem;top:11.3125rem;left:17.6875rem;font-size:1.125rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7Teyr3m5Glwq5S11C4V8cide8d1JR6 { top:11.0625rem;left:15.875rem;width:2.5rem;height:2.5rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FXcH1MBaXkX8oWL2L83XTpFHdQXcS3Jr { top:16.6875rem;left:15.875rem;width:2.5rem;height:2.5rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MmySh7dq36qBSQFQc442Ltq6b8SDHIy7 { top:23.5rem;left:15.875rem;width:2.5rem;height:2.5rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SFH3dTPt3yFCMpOXkIFPmWPHfTiye1HV { top:10.75rem;left:31.75rem;width:2.5rem;height:2.5rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ixy2FAbXTgtRbMHmoSVsyZlFeGN1Ny4c { top:16.3125rem;left:31.75rem;width:2.5rem;height:2.5rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dKHPgHFkVHlKPGHKPxKRqRbLdRSmm8UA { top:22.8125rem;left:31.75rem;width:2.5rem;height:2.5rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/fd7c1b7e-c4c3-4257-8916-d419c83964df/farmtablepaddockbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.adaptive-delivery-prevent-bg, #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.lazyload, #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.lazyloading { background-image: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { background-color: transparent; background-image: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container > .video-iframe-container { display: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row > .video-iframe-container { display: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .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); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { border-width: 0; border-radius: 0; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNSm6Kcp8kruuoqR7goHfEmUuQ6dTwQG { width:17.5rem;height:3.4375rem;top:7.5625rem;left:23.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #qHrt5X3n2icWmVTUGozumocnQRK1KVlD { display:block; }
 }@media only screen and (max-width: 763px) { #dnrsZCWvt9A65AK3PH0woTT8Mgl7RmDF { width:30rem;height:4.8125rem;top:6.875rem;left:0rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa { background-color:#4d714c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { background-color: transparent; background-image: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container > .video-iframe-container { display: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row > .video-iframe-container { display: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .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); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { border-width: 0; border-radius: 0; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SprKl753sEKTtWHmXd7JAvNB03X4ob79 { top:9.4375rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQZa1NON6fGTPrNuodKDqV7FJbwIFEO { top:1.4375rem;left:16.5rem;width:7.375rem;height:7.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq { background-color:#4d714c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { background-color: transparent; background-image: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container > .video-iframe-container { display: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row > .video-iframe-container { display: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .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); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { border-width: 0; border-radius: 0; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NicdAswoNJHZy0FH0nzxRIoGMf3IOsg1 { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qAMZWnpyxQfUrZ40wUI5bD7zwopfn6mQ { width:11.375rem;height:2.875rem;top:9.9375rem;left:24.15625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bF0yg3xtCcFNrXm58XgLFGmM4AK0pmui { width:11.375rem;height:2.875rem;top:9.75rem;left:36.375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ataNrAg1xetc2JeGRU0eXn6wtRivvKd3 { width:11.375rem;height:;top:9rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RNT6Tqdu6Eb1pPJtUfC1ZxXxsi4rxmBi { width:14.0625rem;height:11.0625rem;top:4.1875rem;left:0rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #M0PuGKc3D5MMRKrUvWzTH3MTTAi8h0Hs { width:14.0625rem;height:0.125rem;top:16.8125rem;left:9.8125rem;background-color:#64c080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ79x1AvdNPKTD1ynlBV1p69dASXoTKn { width:14.0625rem;height:11.0625rem;top:4.375rem;left:9.8125rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #HkX1naLluJ0UINcy1H2gTH9FATTZPMlE { width:11.375rem;height:4.375rem;top:9.25rem;left:12.21875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LfWbsgdHQHp9bXekT7Ptx90Ts8ZTwgIh { width:14.0625rem;height:0.125rem;top:16.8125rem;left:21.75rem;background-color:#3f9ac3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WcfMnrvg2kTRy6KcAd4hputMpdJ08Fhs { width:14.0625rem;height:11.0625rem;top:4.5rem;left:21.75rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #U8GqcWaFdUlNGAZeaWWiml4HGuoFOE6L { width:14.0625rem;height:0.125rem;top:16.8125rem;left:33.6875rem;background-color:#3fc363;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RPBUXAlcDUfSimkP384QzFwBoIcx2PlU { width:14.0625rem;height:11.0625rem;top:4.25rem;left:33.6875rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xoWos0zH4N5CbmbxJvlvL8CZsah5r8z1 { width:14.0625rem;height:11.0625rem;top:18.3125rem;left:33.6875rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #hiBUGLoyT6NQJeUFEDJHrc1BwPT5ipnf { width:14.0625rem;height:0.125rem;top:30.75rem;left:33.6875rem;background-color:#3fc0c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aNRIcJf3d2VT4NyP7LfECqPMp3ysp9vP { width:11.375rem;height:4.375rem;top:23.125rem;left:36.09375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #he65I9NHEtZcS0SWPcR0PewnNrRLK0Ro { width:14.0625rem;height:11.0625rem;top:18.1875rem;left:0rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #o4ZkL5z5WTwSTdP03w4PlbSOOymUy7GK { width:11.375rem;height:4.375rem;top:23.125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z4PXwca4HTRRehwT1KDvkAqZ1nLTMX7c { width:14.0625rem;height:11.0625rem;top:18.3125rem;left:9.8125rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VJNfekTWeS08dTEgt6HffRI0sKhi7263 { width:11.375rem;height:2.875rem;top:23.875rem;left:12.21875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OpbMg24mcMJJrg6WEPbx8HkNRh0u3WbN { width:11.375rem;height:2.875rem;top:23.875rem;left:24.15625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n57IWQD54VFbqVRN46ao2rvOWH8pks19 { width:14.0625rem;height:11.0625rem;top:18.4375rem;left:21.75rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #mJSCAfsRrSmFZNDF7dsqKXgMh9vxIKWW { width:14.0625rem;height:0.125rem;top:30.75rem;left:0rem;background-color:#bbdc5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #prCZAeRmThHzwbe6HXOqTwkHB9gu6MDJ { width:14.0625rem;height:0.125rem;top:30.75rem;left:9.8125rem;background-color:#64c0a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QAwJzTqPOXXpWrdb99hKcseD0FynT13W { width:14.0625rem;height:0.125rem;top:30.75rem;left:21.75rem;background-color:#93d350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OXoZwt2KCz0veBqV0Uh1JgNBENfTTi8D { top:4.8125rem;left:0rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V9fcI6XlSIpIur1zJBxJCVSfaBPlTkDo { top:4.8125rem;left:11.9375rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FOTFm80QTDn01TukTRpDwf2JROV8SB4i { top:4.8125rem;left:23.875rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aZT6ypo2dC0KVfOU2JHJlhy7Wr4K4CkP { top:4.8125rem;left:35.8134765625rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cPSUoK6luFUIt6cOC9WIUsTXI2MFvzEO { top:18.75rem;left:0rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vRa9t35H7gMFkGbrtoelVmviRJBhL8sG { top:18.75rem;left:11.9375rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #amloftqGetKCuEkfyx5ZxnO1Qc3GxryM { top:18.75rem;left:23.875rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OltLZc1T6FBVni8966VHSDpr2q7FpXAX { top:18.75rem;left:35.8134765625rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iinSJwhgzRRPh3MLvgf5ukKznsePMmr8 { width:14.0625rem;height:11.0625rem;top:32.5625rem;left:0rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #CoPqt1tOPqsHudLs6LZezCwTff9I8UkG { width:14.0625rem;height:11.0625rem;top:32.5rem;left:9.8125rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VT7rnvcCTr8fk9U5T8Puu2egE4K9u5sD { width:14.0625rem;height:11.0625rem;top:32.625rem;left:21.75rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #HqTuxHSqGCI4ziJTSlDuliETdbDteuK0 { width:11.375rem;height:1.4375rem;top:37.9375rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TKkJrg9d3ysQzRH7Z809dMUlBgCJ5DR5 { width:11.375rem;height:1.4375rem;top:37.875rem;left:12.21875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heSUTe80Oli8OaJdpMTlK1vOku06tdW9 { top:32.9375rem;left:11.9375rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pIfElu6nqknZPmh3JooQ9aobTDV8bO2S { width:11.375rem;height:2.875rem;top:37.375rem;left:24.15625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kBPO0rxze5mTxrMoT2CLonky0HbcZMOO { top:33.0625rem;left:23.875rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uRLir6i9nBWWEk5BUGm1TIV9S2vWy7m6 { width:11.375rem;height:;top:34.3125rem;left:36.375rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rnd8lk4KPdqnumAB1f5BMeIazVzCKvky { width:14.0625rem;height:11.0625rem;top:32.5625rem;left:33.6875rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #TQT9hzyHRwJiGWwxDLg2Pbnu5dXKpLxJ { top:33.0625rem;left:0rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VtTsZCuGUVqSwFgEUXks95nzIf0mSS0T { top:4.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cCn9D3PHBMyDX2Zl1yz2hSASk3sWdadf { top:4.1875rem;left:11.9375rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tuqv43BIzrpDKB7e8mFuvQHnb825modN { top:4.375rem;left:23.875rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V4KUmwP1VRPmQXFpH8718T4KaaHm2JCi { top:4.1875rem;left:35.8125rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g840ZcdFrbfwV1Ule6HI8EFLXOTsgKZC { top:18.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yFFpaWbZV75zTUGvTCaKWctu88XhGlmK { top:18.3125rem;left:11.9375rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k11sBxCVSMzbIKulnWJohgxUDfgaF70G { top:18.3125rem;left:23.875rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TLpzgzpGJ3A5G6I4T6J09PJA8iCSoImK { top:18.3125rem;left:35.8125rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aJi04JnODBZ18qNiq7aOgD7wBdTzJpIo { top:32.5625rem;left:0rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BlhIlQ4RPkztUzb9cMwLL7LeUtGydiIq { top:32.5rem;left:11.9375rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FRCStyfT0qyGtWeOH50IExI2splJxDcv { top:32.5625rem;left:23.875rem;width:3.5625rem;height:3.5625rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5W6m7EofecDZHwWrquyRWXM4WoQxvb { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bLwsutp3aoVnPvAyUQmiNU0lSeAs4bLe { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #myFGCNRa24MwSsIVLEtLeqpSAfCPnHum { width:14.0625rem;height:0.125rem;top:16.8125rem;left:0rem;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gx13zAg0hw1XC44lpyOQ1KbG989mx41M { background-color:#ecebea;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M.adaptive-delivery-prevent-bg, #gx13zAg0hw1XC44lpyOQ1KbG989mx41M.lazyload, #gx13zAg0hw1XC44lpyOQ1KbG989mx41M.lazyloading { background-image: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { background-color: transparent; background-image: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container > .video-iframe-container { display: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row > .video-iframe-container { display: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .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); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { border-width: 0; border-radius: 0; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2pBAVWkGwMwsQZwqNeDHDADQxxc8Ntz { width:11.5rem;height:2.875rem;top:21.625rem;left:2.1875rem;font-size:1.125rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2QnvGJA3IUhTDTEfLZhUcTdR0dsJ0r { width:37.3125rem;height:7.1875rem;top:16.1875rem;left:0rem;font-size:1rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #b2gLZAewnRHyDtynTk0IKVlme86VshMN { width:36.125rem;height:9rem;top:30.75rem;left:0rem;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #p26w5flVrhe1JnFW8AkZ8TUVL4gdLkZG { width:11.8125rem;height:2.875rem;top:36.1875rem;left:2.1875rem;font-size:1.125rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #FqeGTkKhnOt1XfTW0cUeX2UVFgHeSzZH { width:37.375rem;height:10.75rem;top:46.6875rem;left:0rem;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #sglbzGOLXLxvis7t35RnS0RKe5auqBei { width:47.75rem;height:4.0625rem;top:5.3125rem;left:0rem;font-size:3.125rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #HvuW5n9UoyzZGBvSxxAGFz1ECXM1PdLN { top:14.375rem;left:0rem;width:47.75rem;height:12.5rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #K4E2MS2g5kptTAtVTpk8yV35miOUTk39 { top:16.1875rem;left:6.09375rem;width:3.6875rem;height:3.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KClABz4NBgGbHTZSy7dnUeiuTyHG4w8n { width:37.0625rem;height:12.5625rem;top:87.4375rem;left:0rem;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #szDFkb7DWnFfKV4LpEgRfuZAUxJZ1Ttx { width:35.5rem;height:10.75rem;top:68.0625rem;left:0rem;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #LqXMoDhqCyfbBGth2U7kBFgLp35mLXnz { top:88.1875rem;left:6.21875rem;width:3.4375rem;height:3.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LISMc5e6UC0tSbuZEPUJziGupafRLBAI { top:30.25rem;left:6.125rem;width:3.125rem;height:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ndOiVegoO2gqX7TUUHl8yu4Suoag24qF { top:15.4375rem;left:5.4375rem;width:5rem;height:5rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OHZmZNWx1p93znC1igexrLUM9ADwllEw { top:29.3125rem;left:5.1875rem;width:5rem;height:5rem;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MT6HyTW71RRKuonBfZbMMeOwzEVLgn9F { top:17.6875rem;left:6.28125rem;width:2.9375rem;height:2.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #G5sAVM7o6KLeTagitDt2RtFFDcCyTtoR { width:6.625rem;height:1.8125rem;top:24.125rem;left:40.179776887872rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p6bgRZcAzVsNMLDBNph1izaQmuGl5FSi { display:block; }
 }@media only screen and (max-width: 763px) { #EL2GdwsAomXtevqbD58aAdLzwp0AybQL { top:27.875rem;left:0rem;width:47.75rem;height:14.8125rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #qX43FE1NvoQdpPA4DGeOX8TXtx9IRcQr { width:6.625rem;height:1.8125rem;top:39.75rem;left:40.4375rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OAewKfkwBF7CONvWxTbAsVlnAJCUpU9g { display:block; }
 }@media only screen and (max-width: 763px) { #EIM6zTSPuwXHeRQInArQ7d8MhGDMR9z1 { top:43.4375rem;left:0rem;width:47.75rem;height:19.625rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #xWl2tqTRhtlB1AeFTxrE4h8lluH8rQ9t { top:45.375rem;left:5.4375rem;width:5rem;height:5rem;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UvrDtJ9DqogsvT7au7I57oatFTALTbJz { width:11.8125rem;height:2.875rem;top:52.9375rem;left:2.03125rem;font-size:1.125rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #XIwXdgPWTAkTLuq9R6IaOb4ld8TSVWXc { width:6.625rem;height:1.8125rem;top:60.3125rem;left:40.4375rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CQ80H3r3PumkaQ7kNqMEPKWhcFOMNTCZ { display:block; }
 }@media only screen and (max-width: 763px) { #XTsLZM7ILR3ywK56EXhdxIurol1a4xwC { top:64.5rem;left:0rem;width:47.75rem;height:19.625rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #Dh0t6OyyEgVJmkOGQIEUJE4p96FZqD1h { top:66.1875rem;left:5.4375rem;width:5rem;height:5rem;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gncXPl65cBQuar0ZcUl0M2WT0s6cWwWT { width:11.8125rem;height:2.875rem;top:74.3125rem;left:2.03125rem;font-size:1.125rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #pO0AJGKbPmbtCiAFPm0rLQoeA5QzfF3k { width:6.625rem;height:1.8125rem;top:81.125rem;left:40.1796875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BUmuwHETam56I05lL54HJFAsBtBn2RH1 { display:block; }
 }@media only screen and (max-width: 763px) { #rhIL2AQPhr4dAzyNGnUf19GaUIHW0CCG { top:85.125rem;left:0rem;width:47.75rem;height:18rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #aUZ1MLUJE9m93IafUCTqZOyuq4UK5166 { top:87.4375rem;left:5.4375rem;width:5rem;height:5rem;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CKdPmQIZWA8calTvAK0MeMpXA09vQVuK { width:11.8125rem;height:1.4375rem;top:94.375rem;left:2.03125rem;font-size:1.125rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #qeehXvfTUa18B69ra6RcL8B3aX1xqW6S { width:6.625rem;height:1.8125rem;top:100.0625rem;left:40.4375rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bAKaIwwvsShtsGnlTU15L23Thh6y5ktJ { display:block; }
 }@media only screen and (max-width: 763px) { #U36QkhaiKr2pGFHJG9eBTPIQPcGT90mr { top:46.3125rem;left:6.3125rem;width:3.125rem;height:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qlX3MefpGWPmpVbFbNJHouNkJ5aFI4CE { top:67.125rem;left:6.375rem;width:3.125rem;height:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yTQAdg3f9g6evtC6PJeodm2ovKG5Jd9F { top:104.125rem;left:0rem;width:47.75rem;height:13.625rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #gsHTWQZcwr8mIReR0laTSxKezMTLsF8T { top:106.25rem;left:5.4375rem;width:5rem;height:5rem;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TcG6qZGFTsXmXNbRgGRFhfarrppZpQ0e { top:107.0625rem;left:6.21875rem;width:3.4375rem;height:3.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IpCIMJZSQ0NiOZagEQG1aNJzz0JhEnpS { width:11.8125rem;height:2.875rem;top:112.125rem;left:2.1875rem;font-size:1.125rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #OtqKc8RMXPTdMTSn5XTTqHxQ8HRfwFfZ { width:37.0625rem;height:5.375rem;top:106.6875rem;left:0rem;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #xshUkqUvW76uwAAbqhlG6K6wrRoGurSL { top:119.1875rem;left:0rem;width:47.75rem;height:13.625rem;background-color:rgba(255,255,255,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #oktpsPm9Fh1F4p36LB7FFTcyTyOzoBWW { width:11.8125rem;height:2.875rem;top:127.125rem;left:3.2635412216186rem;font-size:1.125rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #BTbxbgWVqpk4oLTJRZXeeTRPUeZNl4hv { width:37.0625rem;height:7.1875rem;top:121.1875rem;left:0rem;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #kGXb6rC96N22nvL0yUJayx5UlF2AgTyp { top:122rem;left:6.21875rem;width:3.4375rem;height:3.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #guio7gLBvOWekpxyJsoqyC65Szc92Kkx { top:121.1875rem;left:5.4375rem;width:5rem;height:5rem;background-color:#2e682d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FVAQ0uSHH2uLdnaTOflOT0ztzDAAowr8 { width:6.625rem;height:1.8125rem;top:113.0625rem;left:40.416667938233rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H3OZn9P5Jhdc62soVXa6mtM583VQXvCC { display:block; }
 }@media only screen and (max-width: 763px) { #I81CU4MGrAdxsg2c87MhnoQtAC49SzVh { width:6.625rem;height:1.8125rem;top:129.25rem;left:40.416667938233rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uBlAAERC3PyeA3rgkgvgV0SNEn3hTF5i { display:block; }
 }@media only screen and (max-width: 763px) { #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/fd7c1b7e-c4c3-4257-8916-d419c83964df/farmtablepaddockbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.adaptive-delivery-prevent-bg, #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.lazyload, #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.lazyloading { background-image: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { background-color: transparent; background-image: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container > .video-iframe-container { display: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row > .video-iframe-container { display: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .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); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { border-width: 0; border-radius: 0; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqvhnRAyIMKgI3DIJVywsv46BDord2RA { width:17.5rem;height:3.4375rem;top:7.5625rem;left:23.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #a7cawM6FPcnsibyXok0J26EMoNEZeXTy { display:block; }
 }@media only screen and (max-width: 763px) { #gmzgR4um2DJ0K1zp2TxSyVtl71cLcviK { width:30rem;height:4.8125rem;top:6.875rem;left:0rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:17.125rem;height:6rem;top:6.375rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:15.125rem;height:5.5rem;top:13.6875rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:5.5625rem;height:1.625rem;top:1.625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5vV3P3VRvDT6Ba0MfIdHO70W1I6vFN4 { width:19.9375rem;height:19.5625rem;top:2.3375rem;left:-0.090020576131681rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { width:16.4375rem;height:48.6rem;top:11.574610710144rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { width:20rem;height:8.4rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:16.4375rem;height:27.09375rem;top:8.5883054733275rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:1.95rem;top:5.5617218017578rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:37.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snPW6Ki8GlavCMSsAogb8T9QP9qGAI5L { width:4rem;height:4rem;top:1.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvqOAtpgi1wtTRNfubiDqdCpiN7BUPTb { width:4.4375rem;height:4.4375rem;top:39.313539505005rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DQ7Wv6vpoR1NgD0HMlvQZNksHnVsJv { width:20rem;height:3.9rem;top:43.751043319702rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiOxicTRbUU4o5vnc7QAooHZKGTJnfb1 { width:18.8125rem;height:39.7375rem;top:48.518745422363rem;left:0.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqqctmXst0d2UJ8BzsQczxMIf56StqKu { width:20rem;height:52.125rem;top:39.125rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { background-color: transparent; background-image: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container > .video-iframe-container { display: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row > .video-iframe-container { display: none; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .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); }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { border-width: 0; border-radius: 0; }#OdI5AXtlfKkElEe4xqGBmPkFXIxOJddo > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avM1LfG26T7xR3LdelcuG4pKmtNUFIo7 { width:18.3125rem;height:3.9rem;top:1.9999971389771rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#333333;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vx5BiSgg4nnp1EAIT57UNCbge14wXck0 { width:14.625rem;height:3.25rem;top:8.3374977111819rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #D3L6cdTBwyLBStu2PLcK8Lqxi8mvuS1O { width:5.5625rem;height:5.5625rem;top:12.262498855591rem;left:7.21875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZLLJ7qV6e1SJTI2Wuq15F4GZ626b5XBF { width:12.75rem;height:4.14375rem;top:52.625rem;left:5.84375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #xlXTTbr0VZNTPbD5uA2zOHLnfDa3tnpI { width:12.5625rem;height:4.14375rem;top:45.4375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #o0OevcPezRVWreyWbIdGwEFv1DIdhpWt { width:13.25rem;height:5.525rem;top:30.705860137939rem;left:5.65625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #Unglf3dvQ5nReeto7A5pfynZShAmd8eB { width:12.125rem;height:4.14375rem;top:39.25rem;left:5.84375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9G6DTxvM0rXokQCWRKpMOdXIco6hyh { width:12.375rem;height:4.14375rem;top:24.3125rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #wQQvJf9UtIXRz1aZBDTSfFt5zDO2lbae { width:2.25rem;height:2.25rem;top:52.6875rem;left:2.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2neOlt0I6KgCzqToemCvPOIbarvHni { width:1.5rem;height:1.5rem;top:45.9375rem;left:2.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vmS07R1ecD8eJ5DcTGglWsv9uFcEcbX3 { width:1.875rem;height:1.875rem;top:31.1123046875rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iuNnoookV9K9AcZEmzQ1WxQHdtT9i05x { width:1.75rem;height:1.75rem;top:24.625rem;left:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ykwBb59Cu2Wv1OzprWKCmLm53NBwBqbf { width:1.75rem;height:1.75rem;top:19.875rem;left:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JLF81eQlicoDCexCl2Kmfych3s953dH5 { width:1.6875rem;height:1.6875rem;top:39.625rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ORwTBb9N6eACQgzeURG9dgleWJ4QtSqI { width:12.4375rem;height:2.925rem;top:19.39453125rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#404041;display:block; }
 }@media only screen and (max-width: 763px) { #Jy7Teyr3m5Glwq5S11C4V8cide8d1JR6 { width:2.5rem;height:2.5rem;top:52.625rem;left:2.1875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FXcH1MBaXkX8oWL2L83XTpFHdQXcS3Jr { width:2.5rem;height:2.5rem;top:45.4375rem;left:2.1875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MmySh7dq36qBSQFQc442Ltq6b8SDHIy7 { width:2.5rem;height:2.5rem;top:30.7998046875rem;left:2.1875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SFH3dTPt3yFCMpOXkIFPmWPHfTiye1HV { width:2.5rem;height:2.5rem;top:19.5rem;left:2.1875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ixy2FAbXTgtRbMHmoSVsyZlFeGN1Ny4c { width:2.5rem;height:2.5rem;top:24.3125rem;left:2.1875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dKHPgHFkVHlKPGHKPxKRqRbLdRSmm8UA { width:2.5rem;height:2.5rem;top:39.25rem;left:2.25rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/f0e87720-c1fc-4a51-9960-d7b8d0037396/farmtablepaddockbluebackground.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.adaptive-delivery-prevent-bg, #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.lazyload, #GWBbMHx0eyni1PRntvUdEoMcGkZvL72W.lazyloading { background-image: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { background-color: transparent; background-image: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container > .video-iframe-container { display: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row > .video-iframe-container { display: none; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .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); }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { border-width: 0; border-radius: 0; }#GWBbMHx0eyni1PRntvUdEoMcGkZvL72W > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNSm6Kcp8kruuoqR7goHfEmUuQ6dTwQG { width:12.0625rem;height:2.3125rem;top:8.6496105194094rem;left:3.96875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #qHrt5X3n2icWmVTUGozumocnQRK1KVlD { display:block; }
 }@media only screen and (max-width: 763px) { #dnrsZCWvt9A65AK3PH0woTT8Mgl7RmDF { width:20rem;height:3.575rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f0e87720-c1fc-4a51-9960-d7b8d0037396/farmtablepaddockbluebackground.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa.adaptive-delivery-prevent-bg, #s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa.lazyload, #s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa.lazyloading { background-image: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { background-color: transparent; background-image: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container > .video-iframe-container { display: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row > .video-iframe-container { display: none; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .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); }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { border-width: 0; border-radius: 0; }#s4LDx1T3wVm7wPp1fyFT6yR9JlI0zELa > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SprKl753sEKTtWHmXd7JAvNB03X4ob79 { width:20rem;height:10.5625rem;top:9.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQZa1NON6fGTPrNuodKDqV7FJbwIFEO { width:7.375rem;height:7.375rem;top:1.25rem;left:6.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq { background-color:#4d714c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { background-color: transparent; background-image: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container > .video-iframe-container { display: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row > .video-iframe-container { display: none; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .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); }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { border-width: 0; border-radius: 0; }#RRwi0fh7ZcnNquqpm1T3bgvp3CMd8DNq > .row .container { width:20rem;height:170.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NicdAswoNJHZy0FH0nzxRIoGMf3IOsg1 { width:14.0625rem;height:0.125rem;top:13.875rem;left:2.9375rem;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qAMZWnpyxQfUrZ40wUI5bD7zwopfn6mQ { width:11rem;height:2.6rem;top:91.375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bF0yg3xtCcFNrXm58XgLFGmM4AK0pmui { width:11rem;height:2.6rem;top:133rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ataNrAg1xetc2JeGRU0eXn6wtRivvKd3 { width:11rem;height:3.9rem;top:7.15087890625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RNT6Tqdu6Eb1pPJtUfC1ZxXxsi4rxmBi { width:14.0625rem;height:11.25rem;top:1.25rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #M0PuGKc3D5MMRKrUvWzTH3MTTAi8h0Hs { width:14.0625rem;height:0.125rem;top:41.8125rem;left:3rem;background-color:#64c080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ79x1AvdNPKTD1ynlBV1p69dASXoTKn { width:14.0625rem;height:11.25rem;top:43.1875rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #HkX1naLluJ0UINcy1H2gTH9FATTZPMlE { width:11.375rem;height:3.9rem;top:49.0625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LfWbsgdHQHp9bXekT7Ptx90Ts8ZTwgIh { width:14.0625rem;height:0.125rem;top:98rem;left:2.9375rem;background-color:#3f9ac3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WcfMnrvg2kTRy6KcAd4hputMpdJ08Fhs { width:14.0625rem;height:11.25rem;top:85.375rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #U8GqcWaFdUlNGAZeaWWiml4HGuoFOE6L { width:14.0625rem;height:0.125rem;top:140rem;left:2.9375rem;background-color:#3fc363;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RPBUXAlcDUfSimkP384QzFwBoIcx2PlU { width:14.0625rem;height:11.25rem;top:127.4375rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xoWos0zH4N5CbmbxJvlvL8CZsah5r8z1 { width:14.0625rem;height:11.25rem;top:141.375rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #hiBUGLoyT6NQJeUFEDJHrc1BwPT5ipnf { width:14.0625rem;height:0.125rem;top:154rem;left:2.9375rem;background-color:#3fc0c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aNRIcJf3d2VT4NyP7LfECqPMp3ysp9vP { width:11rem;height:2.6rem;top:147rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #he65I9NHEtZcS0SWPcR0PewnNrRLK0Ro { width:14.0625rem;height:11.25rem;top:15.25rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #o4ZkL5z5WTwSTdP03w4PlbSOOymUy7GK { width:11.375rem;height:2.6rem;top:21.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z4PXwca4HTRRehwT1KDvkAqZ1nLTMX7c { width:14.0625rem;height:11.25rem;top:57.5625rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VJNfekTWeS08dTEgt6HffRI0sKhi7263 { width:11.375rem;height:2.6rem;top:63.5625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OpbMg24mcMJJrg6WEPbx8HkNRh0u3WbN { width:11.375rem;height:2.6rem;top:105.125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n57IWQD54VFbqVRN46ao2rvOWH8pks19 { width:14.0625rem;height:11.25rem;top:99.375rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #mJSCAfsRrSmFZNDF7dsqKXgMh9vxIKWW { width:14.0625rem;height:0.125rem;top:27.875rem;left:2.9375rem;background-color:#bbdc5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #prCZAeRmThHzwbe6HXOqTwkHB9gu6MDJ { width:14.0625rem;height:0.125rem;top:70.0625rem;left:2.9375rem;background-color:#64c0a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QAwJzTqPOXXpWrdb99hKcseD0FynT13W { width:14.0625rem;height:0.125rem;top:112.125rem;left:2.9375rem;background-color:#93d350;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OXoZwt2KCz0veBqV0Uh1JgNBENfTTi8D { width:2.875rem;height:2.875rem;top:1.90625rem;left:3.74853515625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V9fcI6XlSIpIur1zJBxJCVSfaBPlTkDo { width:2.8125rem;height:2.8125rem;top:43.875rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FOTFm80QTDn01TukTRpDwf2JROV8SB4i { width:2.8125rem;height:2.8125rem;top:86.162109375rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aZT6ypo2dC0KVfOU2JHJlhy7Wr4K4CkP { width:2.8125rem;height:2.8125rem;top:128.1875rem;left:3.81103515625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cPSUoK6luFUIt6cOC9WIUsTXI2MFvzEO { width:2.875rem;height:2.875rem;top:15.90625rem;left:3.81103515625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vRa9t35H7gMFkGbrtoelVmviRJBhL8sG { width:2.875rem;height:2.875rem;top:58.21875rem;left:4.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #amloftqGetKCuEkfyx5ZxnO1Qc3GxryM { width:2.875rem;height:2.875rem;top:100rem;left:3.74853515625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OltLZc1T6FBVni8966VHSDpr2q7FpXAX { width:3.375rem;height:3.375rem;top:141.84375rem;left:3.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iinSJwhgzRRPh3MLvgf5ukKznsePMmr8 { width:14.0625rem;height:11.25rem;top:29.25rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #CoPqt1tOPqsHudLs6LZezCwTff9I8UkG { width:14.0625rem;height:11.25rem;top:71.4375rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VT7rnvcCTr8fk9U5T8Puu2egE4K9u5sD { width:14.0625rem;height:11.25rem;top:113.5rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #HqTuxHSqGCI4ziJTSlDuliETdbDteuK0 { width:11.375rem;height:1.3rem;top:35.18017578125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TKkJrg9d3ysQzRH7Z809dMUlBgCJ5DR5 { width:11.375rem;height:1.3rem;top:77rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heSUTe80Oli8OaJdpMTlK1vOku06tdW9 { width:2.875rem;height:2.875rem;top:72.1123046875rem;left:3.62353515625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pIfElu6nqknZPmh3JooQ9aobTDV8bO2S { width:11.375rem;height:2.6rem;top:119.3125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kBPO0rxze5mTxrMoT2CLonky0HbcZMOO { width:2.875rem;height:2.875rem;top:114.21875rem;left:3.81103515625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uRLir6i9nBWWEk5BUGm1TIV9S2vWy7m6 { width:11.375rem;height:9.8rem;top:157.16845703125rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rnd8lk4KPdqnumAB1f5BMeIazVzCKvky { width:14.0625rem;height:12.6875rem;top:155.375rem;left:2.9375rem;background-color:rgba(255,255,255,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #TQT9hzyHRwJiGWwxDLg2Pbnu5dXKpLxJ { width:2.875rem;height:2.875rem;top:29.955078125rem;left:3.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VtTsZCuGUVqSwFgEUXks95nzIf0mSS0T { width:4.5625rem;height:4.5625rem;top:1.0625rem;left:2.875rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cCn9D3PHBMyDX2Zl1yz2hSASk3sWdadf { width:4.5625rem;height:4.5625rem;top:43rem;left:2.875rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tuqv43BIzrpDKB7e8mFuvQHnb825modN { width:4.5625rem;height:4.5625rem;top:85.287109375rem;left:2.8125rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #V4KUmwP1VRPmQXFpH8718T4KaaHm2JCi { width:4.5625rem;height:4.5625rem;top:127.3125rem;left:2.8125rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g840ZcdFrbfwV1Ule6HI8EFLXOTsgKZC { width:4.5625rem;height:4.5625rem;top:15.0625rem;left:2.875rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yFFpaWbZV75zTUGvTCaKWctu88XhGlmK { width:4.5625rem;height:4.5625rem;top:57.375rem;left:2.875rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #k11sBxCVSMzbIKulnWJohgxUDfgaF70G { width:4.5625rem;height:4.5625rem;top:99.162109375rem;left:2.875rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TLpzgzpGJ3A5G6I4T6J09PJA8iCSoImK { width:4.5625rem;height:4.5625rem;top:141.25rem;left:2.8125rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aJi04JnODBZ18qNiq7aOgD7wBdTzJpIo { width:4.5625rem;height:4.5625rem;top:29.125rem;left:2.8125rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BlhIlQ4RPkztUzb9cMwLL7LeUtGydiIq { width:4.5625rem;height:4.5625rem;top:71.3125rem;left:2.8125rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FRCStyfT0qyGtWeOH50IExI2splJxDcv { width:4.5625rem;height:4.5625rem;top:113.375rem;left:2.8125rem;background-color:#4d714c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5W6m7EofecDZHwWrquyRWXM4WoQxvb { width:14.0625rem;height:0.125rem;top:56rem;left:2.96875rem;z-index:15004;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bLwsutp3aoVnPvAyUQmiNU0lSeAs4bLe { width:14.0625rem;height:0.125rem;top:84.1875rem;left:2.96875rem;z-index:15005;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #myFGCNRa24MwSsIVLEtLeqpSAfCPnHum { width:14.0625rem;height:0.125rem;top:126rem;left:2.96875rem;z-index:15006;background-color:#47a162;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gx13zAg0hw1XC44lpyOQ1KbG989mx41M { background-color:#ecebea;background-image:url("https://images.assets-landingi.com/uc/70b7306e-7617-45b1-9502-ae1e673a0857/backgroundflowerslight.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M.adaptive-delivery-prevent-bg, #gx13zAg0hw1XC44lpyOQ1KbG989mx41M.lazyload, #gx13zAg0hw1XC44lpyOQ1KbG989mx41M.lazyloading { background-image: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { background-color: transparent; background-image: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container > .video-iframe-container { display: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row > .video-iframe-container { display: none; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .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); }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { border-width: 0; border-radius: 0; }#gx13zAg0hw1XC44lpyOQ1KbG989mx41M > .row .container { width:20rem;height:210.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2pBAVWkGwMwsQZwqNeDHDADQxxc8Ntz { width:18.75rem;height:3.25rem;top:9.26220703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2QnvGJA3IUhTDTEfLZhUcTdR0dsJ0r { width:17.5625rem;height:14.4rem;top:13.303134381771rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #b2gLZAewnRHyDtynTk0IKVlme86VshMN { width:17.5625rem;height:18rem;top:36.555857479573rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #p26w5flVrhe1JnFW8AkZ8TUVL4gdLkZG { width:18.75rem;height:1.625rem;top:34.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #FqeGTkKhnOt1XfTW0cUeX2UVFgHeSzZH { width:17.5625rem;height:19.8rem;top:65.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #sglbzGOLXLxvis7t35RnS0RKe5auqBei { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #HvuW5n9UoyzZGBvSxxAGFz1ECXM1PdLN { width:20rem;height:24.25rem;top:7.375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #K4E2MS2g5kptTAtVTpk8yV35miOUTk39 { width:3.875rem;height:3.875rem;top:9.19970703125rem;left:8.15625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KClABz4NBgGbHTZSy7dnUeiuTyHG4w8n { width:17.0625rem;height:25.2rem;top:126.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #szDFkb7DWnFfKV4LpEgRfuZAUxJZ1Ttx { width:17.5625rem;height:21.6rem;top:95.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #LqXMoDhqCyfbBGth2U7kBFgLp35mLXnz { width:3.875rem;height:3.875rem;top:118.32180859375rem;left:8.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LISMc5e6UC0tSbuZEPUJziGupafRLBAI { width:3.875rem;height:3.875rem;top:30.9375rem;left:8.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ndOiVegoO2gqX7TUUHl8yu4Suoag24qF { width:0.0625rem;height:0.0625rem;top:8.46875rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OHZmZNWx1p93znC1igexrLUM9ADwllEw { width:0.0625rem;height:0.0625rem;top:30rem;left:7.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MT6HyTW71RRKuonBfZbMMeOwzEVLgn9F { width:0.625rem;height:0.625rem;top:10.718395233154rem;left:8.3433933258056rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #G5sAVM7o6KLeTagitDt2RtFFDcCyTtoR { width:6.625rem;height:1.8125rem;top:28.390228271484rem;left:6.6875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p6bgRZcAzVsNMLDBNph1izaQmuGl5FSi { display:block; }
 }@media only screen and (max-width: 763px) { #EL2GdwsAomXtevqbD58aAdLzwp0AybQL { width:20rem;height:26.25rem;top:32.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #qX43FE1NvoQdpPA4DGeOX8TXtx9IRcQr { width:6.625rem;height:1.8125rem;top:55.730457305908rem;left:6.6875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OAewKfkwBF7CONvWxTbAsVlnAJCUpU9g { display:block; }
 }@media only screen and (max-width: 763px) { #EIM6zTSPuwXHeRQInArQ7d8MhGDMR9z1 { width:20rem;height:30.1875rem;top:59.4375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #xWl2tqTRhtlB1AeFTxrE4h8lluH8rQ9t { width:5rem;height:5rem;top:50.73046875rem;left:1.21875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UvrDtJ9DqogsvT7au7I57oatFTALTbJz { width:11.8125rem;height:3.25rem;top:61.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #XIwXdgPWTAkTLuq9R6IaOb4ld8TSVWXc { width:6.625rem;height:1.8125rem;top:86.75rem;left:6.6875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CQ80H3r3PumkaQ7kNqMEPKWhcFOMNTCZ { display:block; }
 }@media only screen and (max-width: 763px) { #XTsLZM7ILR3ywK56EXhdxIurol1a4xwC { width:20rem;height:31.3125rem;top:90.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #Dh0t6OyyEgVJmkOGQIEUJE4p96FZqD1h { width:5rem;height:5rem;top:93.375rem;left:2.625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gncXPl65cBQuar0ZcUl0M2WT0s6cWwWT { width:11.8125rem;height:3.25rem;top:91.6875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #pO0AJGKbPmbtCiAFPm0rLQoeA5QzfF3k { width:6.625rem;height:1.8125rem;top:118.3749961853rem;left:6.6875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BUmuwHETam56I05lL54HJFAsBtBn2RH1 { display:block; }
 }@media only screen and (max-width: 763px) { #rhIL2AQPhr4dAzyNGnUf19GaUIHW0CCG { width:20rem;height:34.75rem;top:122.18753051757rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #aUZ1MLUJE9m93IafUCTqZOyuq4UK5166 { width:5rem;height:5rem;top:102.5rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CKdPmQIZWA8calTvAK0MeMpXA09vQVuK { width:11.8125rem;height:1.625rem;top:123.9375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #qeehXvfTUa18B69ra6RcL8B3aX1xqW6S { width:6.625rem;height:1.8125rem;top:153.2500038147rem;left:6.6875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bAKaIwwvsShtsGnlTU15L23Thh6y5ktJ { display:block; }
 }@media only screen and (max-width: 763px) { #U36QkhaiKr2pGFHJG9eBTPIQPcGT90mr { width:3.125rem;height:3.125rem;top:53.32765234375rem;left:8.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qlX3MefpGWPmpVbFbNJHouNkJ5aFI4CE { width:3.125rem;height:3.125rem;top:90.08352734375rem;left:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yTQAdg3f9g6evtC6PJeodm2ovKG5Jd9F { width:20rem;height:23.1875rem;top:157.25003051757rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #gsHTWQZcwr8mIReR0laTSxKezMTLsF8T { width:5rem;height:5rem;top:164.31597709656rem;left:12.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TcG6qZGFTsXmXNbRgGRFhfarrppZpQ0e { width:3.4375rem;height:3.375rem;top:160.15002441406rem;left:8.1148443222044rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IpCIMJZSQ0NiOZagEQG1aNJzz0JhEnpS { width:11.8125rem;height:3.25rem;top:158.44141292572rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #OtqKc8RMXPTdMTSn5XTTqHxQ8HRfwFfZ { width:16.1875rem;height:12.6rem;top:163.60390663147rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #xshUkqUvW76uwAAbqhlG6K6wrRoGurSL { width:20rem;height:28.1875rem;top:181.18747615814rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(77,113,76,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #oktpsPm9Fh1F4p36LB7FFTcyTyOzoBWW { width:11.8125rem;height:3.25rem;top:183.75000572204rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#2e682d;display:block; }
 }@media only screen and (max-width: 763px) { #BTbxbgWVqpk4oLTJRZXeeTRPUeZNl4hv { width:17.4375rem;height:16.2rem;top:188.18750572204rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1rem;color:#585858;display:block; }
 }@media only screen and (max-width: 763px) { #kGXb6rC96N22nvL0yUJayx5UlF2AgTyp { width:3.4375rem;height:3.375rem;top:174.93753051757rem;left:8.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #guio7gLBvOWekpxyJsoqyC65Szc92Kkx { width:5rem;height:5rem;top:192.0625rem;left:7.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FVAQ0uSHH2uLdnaTOflOT0ztzDAAowr8 { width:6.625rem;height:1.8125rem;top:177.25rem;left:6.6875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H3OZn9P5Jhdc62soVXa6mtM583VQXvCC { display:block; }
 }@media only screen and (max-width: 763px) { #I81CU4MGrAdxsg2c87MhnoQtAC49SzVh { width:6.625rem;height:1.8125rem;top:206.00000762939rem;left:6.6875rem;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uBlAAERC3PyeA3rgkgvgV0SNEn3hTF5i { display:block; }
 }@media only screen and (max-width: 763px) { #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 { background-color:#028c7f;background-image:url("https://images.assets-landingi.com/uc/f0e87720-c1fc-4a51-9960-d7b8d0037396/farmtablepaddockbluebackground.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.adaptive-delivery-prevent-bg, #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.lazyload, #yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1.lazyloading { background-image: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { background-color: transparent; background-image: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container > .video-iframe-container { display: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row > .video-iframe-container { display: none; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .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); }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { border-width: 0; border-radius: 0; }#yQtdiFLsTsp0PFq5HrrOTCI6J50NvhF1 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqvhnRAyIMKgI3DIJVywsv46BDord2RA { width:17.5rem;height:3.4375rem;top:8.14990234375rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #a7cawM6FPcnsibyXok0J26EMoNEZeXTy { display:block; }
 }@media only screen and (max-width: 763px) { #gmzgR4um2DJ0K1zp2TxSyVtl71cLcviK { width:20rem;height:3.575rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { display:block; } #a0f952a99204406d22f4b13708e78809.widget-smartsection *:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="text"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="email"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection input[type="tel"]:focus-visible, #a0f952a99204406d22f4b13708e78809.widget-smartsection textarea:focus-visible { outline: none; } #dyelqyV0oCuDbTJp07JTm8Fl6HqcgD6t > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container { background-color: transparent; background-image: none; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container > .video-iframe-container { display: none; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row > .video-iframe-container { display: none; }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .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); }#RyySPuMLWLiPOO7lQv0s2LTdvx8A7Rwn > .row .container { width:20rem;height:42rem;position:relative;display:block; } }