.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:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:95,95,95;--color-tertiary-3:64,64,65;--color-tertiary-4:0,0,0;--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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a98d1a0-a433-425b-8b75-cffdaac4c984/soundwaves.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tN7QTFMFobc/unsplash/amr-taha--tN7QTFMFobc-photo-1610351038317-1baed1ec74e7.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; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT.adaptive-delivery-prevent-bg, #mueS0oReIWRVlftiCbaP043Fr1pGWaKT.lazyload, #mueS0oReIWRVlftiCbaP043Fr1pGWaKT.lazyloading { background-image: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { background-color: transparent; background-image: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,84,41,0.6); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container > .video-iframe-container { display: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,84,41,0.6); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row > .video-iframe-container { display: none; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .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); }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { border-width: 0; border-radius: 0; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT::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; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#DIcIoL6sLWOObydJATRIaJu6h21kmnBU { color:rgba(var(--color-tertiary-0),1);display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.999466896057rem;left:0rem;height:10.4998125rem;font-style:normal;display:block; }
#dMyGFpp22ayP3sHoMxsxCXWAryZFBo3b { 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:5.25rem;width:18.1875rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8gAh2g14YNo/unsplash/abhijeet-gourav-8gAh2g14YNo-photo-1668361293649-2abf3f7a132c.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; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE.adaptive-delivery-prevent-bg, #fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE.lazyload, #fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE.lazyloading { background-image: none; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { background-color: transparent; background-image: none; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container > .video-iframe-container { display: none; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row > .video-iframe-container { display: none; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .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); }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { border-width: 0; border-radius: 0; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE::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; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#xhyyTlO5iv7CQZCSbFooIJmq6zWrU3kO { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:12.561699867249rem;left:0rem;height:6.5998125rem;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; }
#b9rEdWLA9exByyxwiMFK9omsTiIVAnlk { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:20.249467849731rem;left:3.4685726165771rem;height:7.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcaRRsHzcH0nZBHuQiuZJ3S1BHXkcXFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.249625rem;width:7.249625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.2367715835571rem;left:26.374732971191rem; }
#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/li9JfUHQfOY/unsplash/raphael-rychetsky-li9JfUHQfOY-photo-1499529112087-3cb3b73cec95.jpg");background-position: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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG.adaptive-delivery-prevent-bg, #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG.lazyload, #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG.lazyloading { background-image: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { background-color: transparent; background-image: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.93); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.93); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .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); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { border-width: 0; border-radius: 0; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { width:60rem;height:38.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.3374969959259rem;left:6.125rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.8125rem;left:31.375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.4375rem;left:7.25rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.8125rem;left:7.25rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.8125rem;left:31.375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7rqsTpI09QgC6Fn95krERegVzNMZX0n { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:19rem;left:6.125rem;display:block; }
#ITJ3nvX819tKhTez1sBlLPNiqDFd34yX { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:24.4375rem;left:6.125rem;display:block; }
#oqk7ysG4lGRkIDohDrb0moWtnSXe8Zs7 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:19.125rem;left:30.25rem;display:block; }
#EgesktFQkTnfBw8mbZAKC4awhuJNSk5e { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:24.9375rem;left:30.25rem;display:block; }
#Z1s4difLAv9SMKT5emZSPtlkgFLGPDKO { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:31.905857086182rem;left:6.125rem;height:1.54375rem;font-style:normal;display:block; }
#xe7hkhvo6r4VCCsJxDiKIzdwZJTeBkp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:8.3311948776244rem;left:6.1250002980232rem;height:2.7625rem;font-style:normal;display:block; }
#wVAzH29EOLCgbfqF2CoOP3cLT3C20Azc { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.125rem;height:1.54375rem;font-style:normal;display:block; }
#gsb3wm2HyKaD8TZzo77ci6r58uRptorT { box-sizing:content-box;height:0.125rem;width:46rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-1),0.8);background-image:none;top:7.6027336120606rem;left:6.125rem;display:block; }
#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row .container { background-color: transparent; background-image: none; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row .container > .video-iframe-container { display: none; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row > .video-iframe-container { display: none; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .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); }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row .container { border-width: 0; border-radius: 0; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#zU6VV6h00OT75l9hJuhTuSPJMh8hnrw1 { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.787109375rem;left:10.8125rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { 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; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.adaptive-delivery-prevent-bg, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyload, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyloading { background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { background-color: transparent; background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .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); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { border-width: 0; border-radius: 0; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#KyW5HUkz1NT3tqiSJOVflzWFOxUeNaK4 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.9375rem;left:4.5rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { z-index:15004;top:11.65625rem;left:47.319793701172rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:8.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tn568Pb3b7HtGRiUIkwU3eWGO1zOAxPt { color:rgba(var(--color-tertiary-0),1);display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:7.9500000476837rem;left:4.5rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR { background-color:transparent;background-image:url("https://images.assets-landingi.com/li9JfUHQfOY/unsplash/raphael-rychetsky-li9JfUHQfOY-photo-1499529112087-3cb3b73cec95.jpg");background-position:center !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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR.adaptive-delivery-prevent-bg, #N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR.lazyload, #N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR.lazyloading { background-image: none; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container { background-color: transparent; background-image: none; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #274127; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container > .video-iframe-container { display: none; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #274127; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row > .video-iframe-container { display: none; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .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); }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container { border-width: 0; border-radius: 0; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container { width:60rem;height:43.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#qwhnv5o8bpHxRGnsTpJEwZgP8cca2k2O { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.6496086120606rem;left:6.125rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#tTrpsgRRcIMtyk2dFhILQyEdspcd6A4e { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.46249961853rem;left:31.375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzyG1427pfNBFhzVn1uPqW1xxasTHBST { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.4375rem;left:7.25rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zlQg8pG4V6funpMfkVHupCwycsSzF4oU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.8125rem;left:7.25rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FidJeQoPdVxIVl6qWgPeesQt2ZRoSL3u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.8125rem;left:31.375rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o3KunGiKfTdSltpaTWpxrXEiZVo3SpKx { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:19rem;left:6.125rem;display:block; }
#JlVaXWZ3pBWrGSKuLhQJaPzVexfPlgAQ { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:24.4375rem;left:6.125rem;display:block; }
#ec1olUC0AKWtGJLrJ1vpmE6E0dirvpqn { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:19.125rem;left:30.25rem;display:block; }
#iF4T9akzt1IsGeOeK1F0QMMZaIa5lpHs { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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.75rem;width:0.125rem;top:24.9375rem;left:30.25rem;display:block; }
#zyub2DSTU3aVti7ETgqZbH76IrUOGNsE { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:31.342969894409rem;left:6.125rem;height:3.0875rem;font-style:normal;display:block; }
#mcscuOqEThmntmszNvLBB0IczLZx0Nxb { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:8.3311948776244rem;left:6.1250002980232rem;height:5.525rem;font-style:normal;display:block; }
#FmeItn05tJxawRqJvUZB3RLP9T9SxKlS { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.125rem;height:1.54375rem;font-style:normal;display:block; }
#UeGr276cMHv5u6hcEEG4TwAgTIx9TJ3u { box-sizing:content-box;height:0.125rem;width:46.6875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-1),0.8);background-image:none;top:7.352957725525rem;left:6.1250002980232rem;display:block; }
#g7rylWExhpqMk9gElJa3ZSLMmtTafT13 { z-index:15005;top:36.530853271484rem;left:6.125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:8.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f2IuO74a9AiqTcTpSmRLv2vCSq06uVk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPksOsbfdqdMitzrrxPbnkyOx1UlfXRV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:36.467571258545rem;left:15.237501144409rem;height:2.4375rem;display:block; }
#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a98d1a0-a433-425b-8b75-cffdaac4c984/soundwaves.jpg");background-position:bottom 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; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.adaptive-delivery-prevent-bg, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyload, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyloading { background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { background-color: transparent; background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.94); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.94); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .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); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { border-width: 0; border-radius: 0; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q::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; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#hD5ETC5hIoqcCG3Bw5xo5iyTyEzWG7OL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.875rem;left:0rem;height:2.84375rem;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:center;text-align-last:center;display:block; }
#wrXhh8AJolAZE3VFTBKyDnJqu9efMh4J { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9246101379394rem;left:11.75rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#a0f952a99204406d22f4b13708e78809.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; } #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; } #aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row .container { background-color: transparent; background-image: none; }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row .container > .video-iframe-container { display: none; }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row > .video-iframe-container { display: none; }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .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); }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row .container { border-width: 0; border-radius: 0; }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row .container { background-color: transparent; background-image: none; }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row .container > .video-iframe-container { display: none; }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row > .video-iframe-container { display: none; }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .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); }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row .container { border-width: 0; border-radius: 0; }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;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; } #fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container { background-color: transparent; background-image: none; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container > .video-iframe-container { display: none; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row > .video-iframe-container { display: none; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .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); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container { border-width: 0; border-radius: 0; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf::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; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .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) { #mueS0oReIWRVlftiCbaP043Fr1pGWaKT { display:block; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIcIoL6sLWOObydJATRIaJu6h21kmnBU { top:13.9375rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMyGFpp22ayP3sHoMxsxCXWAryZFBo3b { top:3.625rem;left:0rem;width:18.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE { display:block; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhyyTlO5iv7CQZCSbFooIJmq6zWrU3kO { top:12.5rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9rEdWLA9exByyxwiMFK9omsTiIVAnlk { top:20.1875rem;left:0rem;width:47.75rem;height:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcaRRsHzcH0nZBHuQiuZJ3S1BHXkcXFT { top:2.1875rem;left:20.249732971191rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG { display:block; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { top:4.3125rem;left:0rem;width:38.125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { top:18.8125rem;left:25.25rem;width:21.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { top:24.4375rem;left:1.125rem;width:20.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { top:18.8125rem;left:1.125rem;width:19.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { top:24.8125rem;left:25.25rem;width:22rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7rqsTpI09QgC6Fn95krERegVzNMZX0n { top:19rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJ3nvX819tKhTez1sBlLPNiqDFd34yX { top:24.4375rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqk7ysG4lGRkIDohDrb0moWtnSXe8Zs7 { top:19.125rem;left:24.125rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgesktFQkTnfBw8mbZAKC4awhuJNSk5e { top:24.9375rem;left:24.125rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1s4difLAv9SMKT5emZSPtlkgFLGPDKO { top:31.875rem;left:0rem;width:47.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe7hkhvo6r4VCCsJxDiKIzdwZJTeBkp5 { top:8.3125rem;left:0rem;width:46.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVAzH29EOLCgbfqF2CoOP3cLT3C20Azc { top:15.6875rem;left:0rem;width:33.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsb3wm2HyKaD8TZzo77ci6r58uRptorT { top:7.5625rem;left:0rem;width:46rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi { display:block; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU6VV6h00OT75l9hJuhTuSPJMh8hnrw1 { top:3.75rem;left:4.6875rem;width:36.125rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { display:block; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyW5HUkz1NT3tqiSJOVflzWFOxUeNaK4 { width:47.75rem;height:2.75rem;top:4.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { top:11.625rem;left:38.132293701172rem;width:8.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block; }
 }@media only screen and (max-width: 763px) { #tn568Pb3b7HtGRiUIkwU3eWGO1zOAxPt { top:7.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR { display:block; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwhnv5o8bpHxRGnsTpJEwZgP8cca2k2O { top:3.625rem;left:0rem;width:38.125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrpsgRRcIMtyk2dFhILQyEdspcd6A4e { top:19.4375rem;left:25.25rem;width:21.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyG1427pfNBFhzVn1uPqW1xxasTHBST { top:24.4375rem;left:1.125rem;width:20.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQg8pG4V6funpMfkVHupCwycsSzF4oU { top:18.8125rem;left:1.125rem;width:19.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FidJeQoPdVxIVl6qWgPeesQt2ZRoSL3u { top:24.8125rem;left:25.25rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3KunGiKfTdSltpaTWpxrXEiZVo3SpKx { top:19rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlVaXWZ3pBWrGSKuLhQJaPzVexfPlgAQ { top:24.4375rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1olUC0AKWtGJLrJ1vpmE6E0dirvpqn { top:19.125rem;left:24.125rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF4T9akzt1IsGeOeK1F0QMMZaIa5lpHs { top:24.9375rem;left:24.125rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyub2DSTU3aVti7ETgqZbH76IrUOGNsE { top:31.3125rem;left:0rem;width:47.5625rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcscuOqEThmntmszNvLBB0IczLZx0Nxb { top:8.3125rem;left:0rem;width:46.8125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmeItn05tJxawRqJvUZB3RLP9T9SxKlS { top:15.6875rem;left:0rem;width:33.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGr276cMHv5u6hcEEG4TwAgTIx9TJ3u { top:7.3125rem;left:0rem;width:46.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rylWExhpqMk9gElJa3ZSLMmtTafT13 { top:36.5rem;left:0rem;width:8.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IuO74a9AiqTcTpSmRLv2vCSq06uVk5 { display:block; }
 }@media only screen and (max-width: 763px) { #KPksOsbfdqdMitzrrxPbnkyOx1UlfXRV { top:36.4375rem;left:9.1125011444094rem;width:13.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { display:block; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD5ETC5hIoqcCG3Bw5xo5iyTyEzWG7OL { width:47.75rem;height:2.8125rem;top:2.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrXhh8AJolAZE3VFTBKyDnJqu9efMh4J { top:6.875rem;left:0rem;width:36.5rem;height:5.1875rem;font-size:1rem;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; } #aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .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; } #fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .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) { #mueS0oReIWRVlftiCbaP043Fr1pGWaKT { display:block; }#mueS0oReIWRVlftiCbaP043Fr1pGWaKT > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIcIoL6sLWOObydJATRIaJu6h21kmnBU { width:20rem;height:6rem;top:8rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dMyGFpp22ayP3sHoMxsxCXWAryZFBo3b { width:9.75rem;height:2.9375rem;top:1.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE { display:block; }#fscIsFgbGWHGBSIFseiWUw2a7zaAkdZE > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhyyTlO5iv7CQZCSbFooIJmq6zWrU3kO { width:17.1875rem;height:10.875rem;top:6.4335932731631rem;left:1.40625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9rEdWLA9exByyxwiMFK9omsTiIVAnlk { width:18rem;height:27.09375rem;top:17.458594918251rem;left:1rem;font-size:1.0625rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #RcaRRsHzcH0nZBHuQiuZJ3S1BHXkcXFT { display:flex;width:5.25rem;height:5.25rem;top:0.50820302963257rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG { background-color:#4d714c;background-image:none;display:block; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { background-color: transparent; background-image: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row > .video-iframe-container { display: none; }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .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); }#dW6lKKXbZ4DnJlXT6R38W8oTr4Rq8VIG > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJh6stHVN3XivTaRy1NqW4Qg7z116B0s { width:17.5625rem;height:7.8rem;top:2.7800784111023rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZqhdT7ptXF7iETX6Z8vWssM1r6UQe1UD { width:15.1875rem;height:5.2rem;top:43.8125rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sDCJl3Jbqa6aU3bss0zX0TX6Zr36y2pH { width:14.9375rem;height:5.2rem;top:36.5625rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O12uiikXmiVFiQvy2L3vuMbn7GL7wQZk { width:15.125rem;height:5.2rem;top:29.5rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTU5z25TIlNFuzMcflK5xeJuo38TtEAL { width:15.375rem;height:5.2rem;top:51.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K7rqsTpI09QgC6Fn95krERegVzNMZX0n { width:0.125rem;height:5rem;top:43.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJ3nvX819tKhTez1sBlLPNiqDFd34yX { width:0.125rem;height:5rem;top:51.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqk7ysG4lGRkIDohDrb0moWtnSXe8Zs7 { width:0.125rem;height:5rem;top:29.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgesktFQkTnfBw8mbZAKC4awhuJNSk5e { width:0.125rem;height:5rem;top:36.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1s4difLAv9SMKT5emZSPtlkgFLGPDKO { width:20rem;height:3.0875rem;top:59.737111091614rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xe7hkhvo6r4VCCsJxDiKIzdwZJTeBkp5 { width:20rem;height:8.2875rem;top:13.749215126037rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVAzH29EOLCgbfqF2CoOP3cLT3C20Azc { width:16.25rem;height:3.0875rem;top:25.08632850647rem;left:1.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gsb3wm2HyKaD8TZzo77ci6r58uRptorT { width:20rem;height:0.125rem;top:11.674220085144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi { display:block; }#cpgt4cADE5OTAFB4aSbkuNUhvTqAlPHi > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU6VV6h00OT75l9hJuhTuSPJMh8hnrw1 { width:20rem;height:6.175rem;top:2.1937513351441rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/6ee7d4a2-06fc-445a-b7e1-115b3673d46c/backgroundimagefarmingtogether.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.adaptive-delivery-prevent-bg, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyload, #ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV.lazyloading { background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { background-color: transparent; background-image: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row > .video-iframe-container { display: none; }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .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); }#ESQd7yFiWVDzJsmepZvqpAs9gxBkcITV > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyW5HUkz1NT3tqiSJOVflzWFOxUeNaK4 { width:17.6875rem;height:8.8rem;top:1.349609375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mIRtI5D3IIyTddGp7tMfb75qMpOhPUII { top:19.855858802796rem;left:6.21875rem;width:7.5625rem;height:2.1875rem;color:#4d714c;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntBdgvc8c9l2UEi1tPKfSNTC8yXkwT3w { display:block; }
 }@media only screen and (max-width: 763px) { #tn568Pb3b7HtGRiUIkwU3eWGO1zOAxPt { width:16.25rem;height:5.525rem;top:13.087500572204rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR { background-color:#4d714c;background-image:none;display:block; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container { background-color: transparent; background-image: none; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container > .video-iframe-container { display: none; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row > .video-iframe-container { display: none; }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .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); }#N2FJOTxFdiFgQrssQQzyo7gJVvWDVHCR > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwhnv5o8bpHxRGnsTpJEwZgP8cca2k2O { width:17.25rem;height:5.2rem;top:2.7179689407349rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tTrpsgRRcIMtyk2dFhILQyEdspcd6A4e { width:15.5625rem;height:3.9rem;top:47.5rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mzyG1427pfNBFhzVn1uPqW1xxasTHBST { width:14.6875rem;height:5.2rem;top:39.600002288818rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zlQg8pG4V6funpMfkVHupCwycsSzF4oU { width:15.125rem;height:5.2rem;top:32.249609947204rem;left:2.1125001907349rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FidJeQoPdVxIVl6qWgPeesQt2ZRoSL3u { width:16rem;height:6.5rem;top:54.187110900879rem;left:2.2999999523163rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o3KunGiKfTdSltpaTWpxrXEiZVo3SpKx { width:0.125rem;height:5rem;top:46.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlVaXWZ3pBWrGSKuLhQJaPzVexfPlgAQ { width:0.125rem;height:5rem;top:54.1875rem;left:1.2999999523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1olUC0AKWtGJLrJ1vpmE6E0dirvpqn { width:0.125rem;height:5rem;top:32.249991416931rem;left:1.2999999523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF4T9akzt1IsGeOeK1F0QMMZaIa5lpHs { width:0.125rem;height:5rem;top:39.612499237061rem;left:1.2999999523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyub2DSTU3aVti7ETgqZbH76IrUOGNsE { width:17.1875rem;height:4.55rem;top:63.405859947206rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcscuOqEThmntmszNvLBB0IczLZx0Nxb { width:17.125rem;height:15.6rem;top:10.249609172344rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmeItn05tJxawRqJvUZB3RLP9T9SxKlS { width:18.3125rem;height:1.4625rem;top:28.478124141693rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGr276cMHv5u6hcEEG4TwAgTIx9TJ3u { width:20rem;height:0.125rem;top:8.7921874523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rylWExhpqMk9gElJa3ZSLMmtTafT13 { top:69.562112808225rem;left:5.875rem;width:8.25rem;height:2.3125rem;color:#4d714c;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2IuO74a9AiqTcTpSmRLv2vCSq06uVk5 { display:block; }
 }@media only screen and (max-width: 763px) { #KPksOsbfdqdMitzrrxPbnkyOx1UlfXRV { width:13.5rem;height:2.4375rem;top:73.624610900881rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a98d1a0-a433-425b-8b75-cffdaac4c984/soundwaves.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.adaptive-delivery-prevent-bg, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyload, #JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q.lazyloading { background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { background-color: transparent; background-image: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.85); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.85); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row > .video-iframe-container { display: none; }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .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); }#JTNIP2SNWmiHfTO6VbgAX4NnyJBcnt6q > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD5ETC5hIoqcCG3Bw5xo5iyTyEzWG7OL { width:16.9375rem;height:7.200375rem;top:2.5625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wrXhh8AJolAZE3VFTBKyDnJqu9efMh4J { width:15.6875rem;height:11.7rem;top:11.674610137939rem;left:2.15625rem;font-size:1rem;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; } #aLOWXOk5axfMVBfPnH7znXHfeQyTEiMZ > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #U8TIHNuDQemTiIPf3w3EGKh7pnQ0Ngv0 > .row .container { width:20rem;height:76.25rem;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; } #fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container { background-color: transparent; background-image: none; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container > .video-iframe-container { display: none; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row > .video-iframe-container { display: none; }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .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); }#fcoClzpoSBLqp817wqIlA3gTL64KRkPf > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }