.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:63,195,99;--color-primary-1:89,164,94;--color-primary-2:71,161,98;--color-primary-3:27,137,26;--color-primary-4:46,104,45;--color-secondary-0:217,235,243;--color-secondary-1:140,194,219;--color-secondary-2:63,154,195;--color-secondary-3:63,192,195;--color-secondary-4:44,152,171;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:88,88,88;--color-tertiary-3:51,51,51;--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: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/d4c8d2bc-0992-4bbd-9b3f-5ab26e3434bd/tractorwateringfarmtable.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(0,0,0,0.42); }#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(0,0,0,0.42); }#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-tertiary-0),1);display:block;width:46.06225rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:11.682350158691rem;left:0rem;height:10.999625rem;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; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:23.680307388306rem;left:0rem;height:5.52468125rem;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; }
#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.937325rem;width:14.5623125rem;top:4.7496447563171rem;left:0rem;overflow:hidden;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/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.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: #ffffff; }#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: #ffffff; }#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::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; }#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:36.6875rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:rgba(var(--color-tertiary-1),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.171697616577rem;left:6.9371452331544rem;height:14.3998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.4501953125rem;left:0rem;height:2.7752125rem;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; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#4d714c;display:block;width:46.1248125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.571376800537rem;left:6.9371452331544rem;height:1.62464375rem;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; }
#BVdzeD9MmggySvuunVSKgPo8uIJxCTgQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.874625rem;width:7.874625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.6318359375rem;left:26.062232971191rem; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Q1p7bh3SHj8/unsplash/nasa-Q1p7bh3SHj8-photo-1451187580459-43490279c0fa.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; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.71); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.71); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .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); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::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; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { 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(var(--color-tertiary-4),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:var(--paragraphs-font-family);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.0312519073488rem;left:34.499732971191rem;display:block; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.7499375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6618442535401rem;left:2.3117904663086rem;height:6.1745375rem;font-style:normal;display:block; }
#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.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; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0.adaptive-delivery-prevent-bg, #FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0.lazyload, #FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0.lazyloading { background-image: none; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row .container { background-color: transparent; background-image: none; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row .container > .video-iframe-container { display: none; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row > .video-iframe-container { display: none; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .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); }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row .container { border-width: 0; border-radius: 0; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0::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; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:block; }#xkwAp2BvmlRoGFbfULPvJibGTdUWMV97 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:15.939278528094rem;left:9.5933952331544rem;height:7.5994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmNkpHccixGpGVwUAyV9CIQHXZyS1lsc { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.059481620789rem;left:0rem;height:2.999825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hf3K6l8TZ51mqmkwQvRkrfBzuI4fiGBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8749125rem;width:5.8749125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.1301488876342rem;left:27.061878204346rem; }
#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.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; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn.adaptive-delivery-prevent-bg, #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn.lazyload, #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn.lazyloading { background-image: none; }#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:28.5rem;width:60rem;position:relative;display:block; }#GfumqrtW170EDitTbEytt2Ekyl3xylfm { color:rgba(var(--color-tertiary-1),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:15.234375rem;left:10.5rem;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:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.4501953125rem;left:0rem;height:2.7752125rem;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; }
#AuHfxyokei2EraPMN7em9P05HH3FrLlO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:28.25rem;width:60rem;top:0.15305328369141rem;left:0rem;display:block; }
#ZptHKmeiyXcGH74CxfFZhzo7EMtz7A1x { box-sizing:content-box;color:#5d92ff;font-size:4.5rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.2159976959229rem;left:26.749378204346rem; }
#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95f3c780-81c9-45c9-af82-51a641e257d3/8backgroundcropsimage.jpg");background-position:center !important;background-repeat: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; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.adaptive-delivery-prevent-bg, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyload, #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN.lazyloading { background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { background-color: transparent; background-image: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4d714c; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { display: none; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .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); }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { border-width: 0; border-radius: 0; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN::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; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { font-size:0.875rem;font-family:arial;height:80.0625rem;width:60rem;position:relative;display:block; }#sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:23.8125rem;left:1.5625rem;height:11.90075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.8125rem;left:21.875rem;height:17.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { color:#4d714c;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.75rem;left:20.5rem;height:1.86834375rem;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; }
#k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:23.8125rem;left:42.28125rem;height:17.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { color:#4d714c;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.9375rem;height:1.86834375rem;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; }
#JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.94970703125rem;left:0rem;height:3.65589375rem;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; }
#bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:11.0625rem;left:0rem;display:block; }
#D4WB30loPROzWEdJezMTmlSZw7q0JI45 { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:1.86834375rem;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; }
#ZPAShnPX68sABiRySfUiFlIAoMrEepSO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14.03125rem;left:8.0625rem;overflow:hidden;display:block; }
#mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:11.0625rem;left:20.40625rem;display:block; }
#e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:11.0625rem;left:40.8125rem;display:block; }
#JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { 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.875rem;width:3.875rem;top:14.125rem;left:28.0625rem;overflow:hidden;display:block; }
#Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { position:absolute;display:block;z-index:15018;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.875rem;width:3.875rem;top:14.0625rem;left:48.625rem;overflow:hidden;display:block; }
#OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:44.3125rem;left:0rem;display:block; }
#knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { color:#4d714c;display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:54rem;left:0rem;height:1.86834375rem;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; }
#sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:57.0625rem;left:1.5625rem;height:13.600875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:47.25rem;left:7.875rem;overflow:hidden;display:block; }
#OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:44.3125rem;left:20.375rem;display:block; }
#JXzNdnr18nmOTRhBWw9SBoetPyggVhko { color:#4d714c;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:54rem;left:20.5rem;height:1.86834375rem;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; }
#bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { color:rgba(var(--color-tertiary-3),1);display:block;width:16.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:57.062320709229rem;left:21.499912261963rem;height:17.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { 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:4rem;width:4rem;top:47.375rem;left:27.8125rem;overflow:hidden;display:block; }
#TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:3.3125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31.8125rem;width:19.1875rem;top:44.3125rem;left:40.8125rem;display:block; }
#ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:58.687324523926rem;left:42.249645233154rem;height:14.3980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { color:#4d714c;display:block;width:17.7499375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:53.999910354614rem;left:41.530982971191rem;height:3.73668125rem;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; }
#qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:47.25rem;left:47.875rem;overflow:hidden;display:block; }
#ePOQBckRSPBWRHCFpzVaxAN9rTXs6mL2 { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15015;background-color:#4d714c;background-image:none;top:12.90625rem;left:6.875rem;display:block; }
#Ikb3QLvFXSWrRZEyGBNz8eMfmmJWCcRr { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15015;background-color:#4d714c;background-image:none;top:12.90625rem;left:26.875rem;display:block; }
#irPtayxZQs7THxV2A1Nf87INL7Wn8m1K { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15016;background-color:#4d714c;background-image:none;top:12.84375rem;left:47.28125rem;display:block; }
#ag9Ttp1V62vHciqwuxtfsyBb21z2cWyU { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15014;background-color:#4d714c;background-image:none;top:46.25rem;left:6.875rem;display:block; }
#TEgN0TEJSRXW4fMNLLpTfTJIuVAT9o6y { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15015;background-color:#4d714c;background-image:none;top:46.25rem;left:26.875rem;display:block; }
#Z0Jvp7Dt7ORL9Ht5hmuAzZD3uEKEqCma { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15016;background-color:#4d714c;background-image:none;top:46.25rem;left:46.875rem;display:block; }
#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abffa2ff-a5ae-4397-a36e-c98e5545ff58/farmtablemarketingbackground.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; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.55); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.55); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { border-width: 0; border-radius: 0; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::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; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { 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(var(--color-tertiary-4),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:var(--paragraphs-font-family);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.4248046875rem;left:42.5rem;display:block; }
#rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAbw3zyD1riQNyQ0RPh3TpQ6Kzr1FKz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.799453735351rem;left:1.4373226165771rem;height:3.57510625rem;font-style:normal;display:block; }
#GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0246887207031rem;left:1.4373226165771rem;height:6.4994375rem;font-style:normal;display:block; }
#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row .container { background-color: transparent; background-image: none; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row .container > .video-iframe-container { display: none; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row > .video-iframe-container { display: none; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .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); }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row .container { border-width: 0; border-radius: 0; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#h31h393EmB2yRcfdSDbTMPE2XwwlyLmw { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.63720703125rem;left:0rem;height:3.49964375rem;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; }
#yheKeVRfh3MTVTH55wM8Xo3eGNA6x9UO { color:#4d714c;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.76904296875rem;left:24.4375rem;height:2.6988625rem;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; }
#AvoNJAaJod3ckefe2MJouZu9Jh5kIHLx { color:#4d714c;display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:19.1875rem;left:24.4375rem;height:2.6988625rem;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; }
#Li1nO4ViaimbUlaCB1wmlUp9T3RqLWqZ { color:#4d714c;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:24.75rem;left:24.4375rem;height:2.6988625rem;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; }
#Ivr5bad2amgPo1PxF9stvv5igJtFTCuR { color:#4d714c;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.76904296875rem;left:44.96875rem;height:2.6988625rem;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; }
#Pe7oVO9HUioSmLFH9bialUaMB4su8Xd7 { color:#4d714c;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:18.775390625rem;left:44.96875rem;height:2.6988625rem;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; }
#R3IsatnLUs6SBBpr65T1v3epaHvw0Mby { color:#4d714c;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:24.75rem;left:44.96875rem;height:2.6988625rem;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; }
#JGuO7xdtvQ3qt5zElTD1CJvWN2P0aOa9 { position:absolute;display:block;z-index:15018;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.5625rem;width:2.5625rem;top:12.61865234375rem;left:20.34375rem;overflow:hidden;display:block; }
#ZFO8zuz5AMfqyCU2lQEm3aWwhM1ZKHT2 { 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:2.125rem;width:2.125rem;top:19.474609375rem;left:20.59375rem;overflow:hidden;display:block; }
#GSVQLgTf1wulOZbT95DQCDOkwb3x3EgR { 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.125rem;width:2.125rem;top:24.99365234375rem;left:20.65625rem;overflow:hidden;display:block; }
#lqAS25dHpiodvdJnUL4LuhoX98cMQiyA { 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:2rem;width:2rem;top:13.11865234375rem;left:40.65625rem;overflow:hidden;display:block; }
#G2EPTZqsqfwBM0ltLmdAdoE89lZquzve { 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:2rem;width:2rem;top:19.125rem;left:40.65625rem;overflow:hidden;display:block; }
#hKNLuLDGHeTaKePucmnEUb7bmo5tqpci { 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:2rem;width:2rem;top:24.875rem;left:40.59375rem;overflow:hidden;display:block; }
#JpdZaHpJBvXfzfTybl1DRKpL3huPpK11 { position:absolute;display:block;z-index:15010;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:12.30615234375rem;left:20rem;display:block; }
#PH5ZOslXTkK9hzRiKxxiSW5Tf6pVlHo3 { position:absolute;display:block;z-index:15011;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:18.849609375rem;left:20rem;display:block; }
#NtRrOM8QbJ2sfeoHwT8lXMTlHK4JX56K { position:absolute;display:block;z-index:15012;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:24.49365234375rem;left:20rem;display:block; }
#EkmmPqSpBUKbP5ZcX1Ls2X8y86rt35ze { position:absolute;display:block;z-index:15011;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:12.49365234375rem;left:40rem;display:block; }
#edMeLEVhmouD6Ub1xIZMOEI4tTDn21fp { position:absolute;display:block;z-index:15012;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:18.5rem;left:40rem;display:block; }
#TvgHtQRn5nxar8z8P3d41MC0W2SzRMbs { position:absolute;display:block;z-index:15013;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:24.36865234375rem;left:40rem;display:block; }
#dwlWz50lt1vWyz1XyxaLoP9iU4Cns0St { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.31225rem;width:7.31225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.518999099731rem;left:6.3432159423825rem; }
#nHt64t1Twf6hf3KHDITsXcF1QicfIslq { color:#4d714c;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.634765625rem;left:2.1875rem;height:3.73668125rem;text-align:center;text-align-last:center;display:block; }
#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI { position:relative;display:block; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI { background-color: transparent; background-image: none; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row .container > .video-iframe-container { display: none; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row > .video-iframe-container { display: none; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .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); }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI { border-width: 0; border-radius: 0; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rhHf74av2WBHTm2e3xJgnCaorRImgV50 { color:#4d714c;display:block;width:22.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.875rem;left:3.6875rem;height:;text-align:left;text-align-last:left;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; }
#EqAVo76NZi50rfhzoenkTCpzgITpant2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:15.3125rem;left:3.6875rem;height:8.50053125rem;text-align:left;text-align-last:left;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; }
#h0iyQpLW9WyruKRbdQ31Bb6HN6N0WIU3 { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:21.25rem;width:21.25rem;top:5.6551837921142rem;left:34.948062896729rem;overflow:hidden;display:block; }
#H2Z0FHvTc0WB0L1sGmsLFaPf2nyU013f { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12473375rem;width:23.6875rem;top:13.25rem;left:3.6875rem;display:block; }
#Befg0O0dusP2FWmNniyh6qEDI3SZwpwF { 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:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.249625rem;height:2.87464375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.875rem;left:3.6875rem;display:block; }
#lXWdhefOllUigUAiBSDBDuCJOhvglSp2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN { 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; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container { background-color: transparent; background-image: none; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container > .video-iframe-container { display: none; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row > .video-iframe-container { display: none; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .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); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container { border-width: 0; border-radius: 0; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#qEn4s2CRIqHae7Pq3FEgm5a9bxRZXC7M { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.44287109375rem;left:0rem;height:5.68714375rem;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; }
#lI7y7X1zFuFy0b4PpJBsG5nHIhbg34l2 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.55615234375rem;left:11rem;height:4.38654375rem;text-align:center;text-align-last:center;display:block; }
#W0AKLImAqes2eV53z11TsoX7RObQusCf { 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; }
#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row .container { background-color: transparent; background-image: none; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row .container > .video-iframe-container { display: none; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row > .video-iframe-container { display: none; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .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); }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row .container { border-width: 0; border-radius: 0; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#vpyOwIH0DdpDWCN3V5xKZzBkPOCrlkhB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);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:22.4375rem;left:0rem;display:block; }
#OwH9TPOa4IrzeBXeFJrJtzJwD9EofSRf { color:#4d714c;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.0625rem;left:30.8125rem;height:2.9243625rem;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; }
#HkpMoGQX7IsgbvRp8RkoCVlmFBLGSMgT { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.8125rem;left:45.9375rem;height:1.46218125rem;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; }
#UzMmx5tzaaSAqGcakm7JqVkQHUCefPTU { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:2.9243625rem;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; }
#C1CDZMTeG1k4C6Bq5HOIQJE45Gt1TSEB { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.8125rem;left:0rem;display:block; }
#p16oEGNTkgQQxN38i3Edlvqh3vbicMnm { 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:22.5625rem;left:15.3125rem;display:block; }
#XCIwd6nytCiHmuFtIyenSTaecSDPQPM0 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:9.9375rem;left:15.3125rem;display:block; }
#Fq1lLwSTbmJdAfwOVMsibODLuuhkpH6F { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.8125rem;left:15.3125rem;height:1.46218125rem;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; }
#vaJz7sxzaIOMLKktE2T8r02mOFeRgXHe { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);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:22.6875rem;left:30.6875rem;display:block; }
#Qfv532gFtQzGOSZ64M7CRDl3KGHE2Ae5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:10.0625rem;left:30.6875rem;display:block; }
#xGr47RLWNAMINVdiiKJCbyBoEx8akZ96 { 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:22.75rem;left:45.9375rem;display:block; }
#SoqJd5NKB1am8Qk4NLpnqP3L6Ht01AMH { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:10.125rem;left:45.9375rem;display:block; }
#XiBeetUIad3ENwnbXLkZ1ohCXbPlN7gk { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.875rem;left:45.9375rem;display:block; }
#X4WpqM4HPd8UR8k4TQoUscK6tTM733Sw { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-3),1);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:37.5rem;left:45.9375rem;display:block; }
#kLRUXnkxI3iqfAWWSVzI3RWdsPqJcmZi { color:#4d714c;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33rem;left:45.9375rem;height:2.9243625rem;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; }
#McrkcSWCg5whAC5OnWhh8i6ttq2CIeFm { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.75rem;left:0rem;display:block; }
#ppO9HTJoOdfkPQ84I9GSDZZ8Fh6rUOrr { color:#4d714c;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33rem;left:0.0625rem;height:2.9243625rem;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; }
#DpAlfqmeEPicldMC8zm73i1Dr1TtHR9D { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:24.875rem;left:15.3125rem;display:block; }
#uMgcgoy8DfrdRJF5DOdpHs19bAqwGlEw { color:#4d714c;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33rem;left:15.3125rem;height:2.9243625rem;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; }
#bETiNwAfqmX0acaGBBfx84erXguMHVOG { color:#4d714c;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:33rem;left:30.6875rem;height:2.9243625rem;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; }
#cxwArOxrCBRkLre0kdfy14bbzp1iWdvM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);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:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:25rem;left:30.6875rem;display:block; }
#IZpqTHcHUuN6q0yONe7IJtcgmV58RHSi { 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:37.375rem;left:0rem;display:block; }
#uAqrE4lhLX8UTnQPKhkbtmuz6CGNSbrH { 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:37.5rem;left:15.3125rem;display:block; }
#vPBAtyrk2BO9pgtS80BP9b02t71rWPxO { 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:37.625rem;left:30.6875rem;display:block; }
#TbzrZu09Ui6UUdJrUsidANoAQAp01TNG { color:#4d714c;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.75rem;left:0rem;height:4.98756875rem;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; }
#u8EH8W5H03rlDBl1s5R4sftn4DxBwfTl { position:absolute;display:block;z-index:15042;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.875rem;width:2.875rem;top:11.9375rem;left:2.3125rem;overflow:hidden;display:block; }
#wAgDVEty7lV9srFTW1gt5A36cbJVmwkF { 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.8125rem;width:2.8125rem;top:11.875rem;left:17.4375rem;overflow:hidden;display:block; }
#wfL7HcTqbIaffyVaSrW8TZ4mAMzzBVWz { 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.8125rem;width:2.8125rem;top:11.875rem;left:32.875rem;overflow:hidden;display:block; }
#GNRWxrLrfFLFXW71zutP7kA1DVGoD1TB { 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.8125rem;width:2.8125rem;top:11.875rem;left:48.125rem;overflow:hidden;display:block; }
#mbwnFz92S1dSXFy8iT23Ns09gVRRr7Au { 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.875rem;width:2.875rem;top:26.75rem;left:2.1875rem;overflow:hidden;display:block; }
#yHDIy0p0ZC0VNEo1aBE1D0rntPmFeiEg { 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.875rem;width:2.875rem;top:26.75rem;left:17.4375rem;overflow:hidden;display:block; }
#RMzBCFgTWm1M7GPfVt0oPs1gxmLEhkoh { 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.875rem;width:2.875rem;top:26.75rem;left:32.8125rem;overflow:hidden;display:block; }
#Fx9Co4hIvgfZfXxGIh9aGuTo2uVvvTBb { 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.875rem;width:2.875rem;top:26.75rem;left:48.0625rem;overflow:hidden;display:block; }
#BxxbyoOrEAMPd2w3EFMLZWTuTWV930pQ { box-sizing:content-box;height:4.5625rem;width:4.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:15007;background-color:#4d714c;background-image:none;top:11rem;left:1.375rem;display:block; }
#zeLWRTpSbJxS0TLPoKtt5Qw6rE8kTd0R { box-sizing:content-box;height:4.5625rem;width:4.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:14998;background-color:#4d714c;background-image:none;top:11rem;left:16.625rem;display:block; }
#xbu7HBM7w3zf3oyrfTa7r5pwE6dLm4ML { box-sizing:content-box;height:4.5625rem;width:4.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:15002;background-color:#4d714c;background-image:none;top:11rem;left:32rem;display:block; }
#UnXMetHWypgaJXplt2e2IGyUCHTUJGHM { box-sizing:content-box;height:4.5625rem;width:4.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:15006;background-color:#4d714c;background-image:none;top:11rem;left:47.25rem;display:block; }
#rqcXDLFXRyfJqy0vzLk3QUrrce5GLD6K { box-sizing:content-box;height:4.5625rem;width:4.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:15035;background-color:#4d714c;background-image:none;top:25.875rem;left:1.375rem;display:block; }
#cDnHOSeCGZnaK9G3EvkiSAyTw8kwo8mZ { box-sizing:content-box;height:4.5625rem;width:4.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:25.875rem;left:16.625rem;display:block; }
#Om8cQiLMbc3e8fmSxGypyBKwt2C5uk4C { box-sizing:content-box;height:4.5625rem;width:4.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:25.875rem;left:32rem;display:block; }
#ViMS29fqL10IlCr8iZz2oBdhHfNqrREE { box-sizing:content-box;height:4.5625rem;width:4.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:15039;background-color:#4d714c;background-image:none;top:25.875rem;left:47.25rem;display:block; }
#e029782f2b1fe061ba130f9137ddb877.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/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.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;z-index:auto;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #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; } #py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container { background-color: transparent; background-image: none; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container > .video-iframe-container { display: none; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.77); }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row > .video-iframe-container { display: none; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .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); }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container { border-width: 0; border-radius: 0; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55::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; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#a0f952a99204406d22f4b13708e78809.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/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.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; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #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; } #y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container { background-color: transparent; background-image: none; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container > .video-iframe-container { display: none; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row > .video-iframe-container { display: none; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .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); }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container { border-width: 0; border-radius: 0; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq::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; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;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; } #qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container { background-color: transparent; background-image: none; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container > .video-iframe-container { display: none; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .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); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row > .video-iframe-container { display: none; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .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); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container { border-width: 0; border-radius: 0; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr::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; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .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.625rem;left:0rem;width:46rem;height:10.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:23.625rem;left:0rem;width:36.6875rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:4.6875rem;left:0rem;width:14.5rem;height:3.9204770876878rem;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:19.125rem;left:0.81214523315431rem;width:46.3125rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:10.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:16.5625rem;left:0.81214523315431rem;width:46.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVdzeD9MmggySvuunVSKgPo8uIJxCTgQ { top:2.625rem;left:19.937232971191rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:7rem;left:25.312232971191rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:27.6875rem;height:6.125rem;top:5.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 { display:block; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwAp2BvmlRoGFbfULPvJibGTdUWMV97 { top:15.9375rem;left:3.4683952331543rem;width:40.75rem;height:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmNkpHccixGpGVwUAyV9CIQHXZyS1lsc { top:10rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3K6l8TZ51mqmkwQvRkrfBzuI4fiGBi { top:3.125rem;left:20.936878204346rem;width:5.8125rem;height:5.8125rem;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:15.1875rem;left:4.3748226165771rem;width:41.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { top:10.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { top:0.125rem;left:0rem;width:47.75rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZptHKmeiyXcGH74CxfFZhzo7EMtz7A1x { top:3.1875rem;left:20.624378204346rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.25rem;height:11.875rem;top:23.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:17.5625rem;top:23.8125rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:19.0625rem;height:1.8125rem;top:20.6875rem;left:12.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:16.25rem;height:17.5625rem;top:23.8125rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:19.0625rem;height:1.8125rem;top:20.6875rem;left:28.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { width:47.75rem;height:;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { top:11.0625rem;left:0rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:19.125rem;height:1.8125rem;top:20.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { top:14rem;left:6rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { top:11.0625rem;left:12.5625rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { top:11.0625rem;left:28.4375rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { top:14.125rem;left:21.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { top:14.0625rem;left:38.3125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { top:44.3125rem;left:0rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:19.125rem;height:1.8125rem;top:53.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:16.25rem;height:13.5625rem;top:57.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { top:47.25rem;left:5.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { top:44.3125rem;left:12.5625rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:19.0625rem;height:1.8125rem;top:53.9375rem;left:12.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:16.9375rem;height:17.5625rem;top:57rem;left:14.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { top:47.375rem;left:21.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { top:44.3125rem;left:28.4375rem;width:19.1875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:16.25rem;height:14.375rem;top:58.625rem;left:31.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:17.6875rem;height:3.6875rem;top:53.9375rem;left:29.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { top:47.25rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePOQBckRSPBWRHCFpzVaxAN9rTXs6mL2 { top:12.875rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikb3QLvFXSWrRZEyGBNz8eMfmmJWCcRr { top:12.875rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irPtayxZQs7THxV2A1Nf87INL7Wn8m1K { top:12.8125rem;left:36.96875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag9Ttp1V62vHciqwuxtfsyBb21z2cWyU { top:46.25rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgN0TEJSRXW4fMNLLpTfTJIuVAT9o6y { top:46.25rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Jvp7Dt7ORL9Ht5hmuAzZD3uEKEqCma { top:46.25rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:17.5rem;height:3.4375rem;top:7.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #nAbw3zyD1riQNyQ0RPh3TpQ6Kzr1FKz5 { width:29.75rem;height:3.5625rem;top:10.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:31.6875rem;height:6.4375rem;top:3rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk { display:block; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h31h393EmB2yRcfdSDbTMPE2XwwlyLmw { width:47.75rem;height:3.4375rem;top:3.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yheKeVRfh3MTVTH55wM8Xo3eGNA6x9UO { width:12.4375rem;height:2.6875rem;top:12.75rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvoNJAaJod3ckefe2MJouZu9Jh5kIHLx { width:11.125rem;height:2.6875rem;top:19.1875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li1nO4ViaimbUlaCB1wmlUp9T3RqLWqZ { width:13.625rem;height:2.6875rem;top:24.75rem;left:18.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivr5bad2amgPo1PxF9stvv5igJtFTCuR { width:14.375rem;height:2.6875rem;top:12.75rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7oVO9HUioSmLFH9bialUaMB4su8Xd7 { width:12.375rem;height:2.6875rem;top:18.75rem;left:34.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3IsatnLUs6SBBpr65T1v3epaHvw0Mby { width:10.6875rem;height:2.6875rem;top:24.75rem;left:34.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGuO7xdtvQ3qt5zElTD1CJvWN2P0aOa9 { top:12.5625rem;left:15.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFO8zuz5AMfqyCU2lQEm3aWwhM1ZKHT2 { top:19.4375rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSVQLgTf1wulOZbT95DQCDOkwb3x3EgR { top:24.9375rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqAS25dHpiodvdJnUL4LuhoX98cMQiyA { top:13.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2EPTZqsqfwBM0ltLmdAdoE89lZquzve { top:19.125rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKNLuLDGHeTaKePucmnEUb7bmo5tqpci { top:24.875rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdZaHpJBvXfzfTybl1DRKpL3huPpK11 { top:12.25rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH5ZOslXTkK9hzRiKxxiSW5Tf6pVlHo3 { top:18.8125rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtRrOM8QbJ2sfeoHwT8lXMTlHK4JX56K { top:24.4375rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkmmPqSpBUKbP5ZcX1Ls2X8y86rt35ze { top:12.4375rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edMeLEVhmouD6Ub1xIZMOEI4tTDn21fp { top:18.5rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgHtQRn5nxar8z8P3d41MC0W2SzRMbs { top:24.3125rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwlWz50lt1vWyz1XyxaLoP9iU4Cns0St { top:13.5rem;left:4.2807159423828rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHt64t1Twf6hf3KHDITsXcF1QicfIslq { top:21.625rem;left:0.125rem;width:15.625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbpvCd51o7ku6tk7Pa540HNNnT6NWORI { display:block; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhHf74av2WBHTm2e3xJgnCaorRImgV50 { width:22.9375rem;height:;top:6.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqAVo76NZi50rfhzoenkTCpzgITpant2 { width:24.0625rem;height:8.5rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0iyQpLW9WyruKRbdQ31Bb6HN6N0WIU3 { top:5.625rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Z0FHvTc0WB0L1sGmsLFaPf2nyU013f { top:13.25rem;left:0rem;width:23.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Befg0O0dusP2FWmNniyh6qEDI3SZwpwF { width:12.1875rem;height:2.8125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXWdhefOllUigUAiBSDBDuCJOhvglSp2 { display:block; }
 }@media only screen and (max-width: 763px) { #nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN { display:block; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEn4s2CRIqHae7Pq3FEgm5a9bxRZXC7M { top:9.4375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI7y7X1zFuFy0b4PpJBsG5nHIhbg34l2 { top:16.5rem;left:0rem;width:37.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0AKLImAqes2eV53z11TsoX7RObQusCf { top:1.4375rem;left:16.5rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK { display:block; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpyOwIH0DdpDWCN3V5xKZzBkPOCrlkhB { width:14.0625rem;height:0.0625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwH9TPOa4IrzeBXeFJrJtzJwD9EofSRf { width:14.0625rem;height:2.875rem;top:18.0625rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkpMoGQX7IsgbvRp8RkoCVlmFBLGSMgT { width:14.0625rem;height:1.4375rem;top:18.8125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzMmx5tzaaSAqGcakm7JqVkQHUCefPTU { width:14.0625rem;height:2.875rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1CDZMTeG1k4C6Bq5HOIQJE45Gt1TSEB { width:14.0625rem;height:12.625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p16oEGNTkgQQxN38i3Edlvqh3vbicMnm { width:14.0625rem;height:0.0625rem;top:22.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCIwd6nytCiHmuFtIyenSTaecSDPQPM0 { width:14.0625rem;height:12.625rem;top:9.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq1lLwSTbmJdAfwOVMsibODLuuhkpH6F { width:14.0625rem;height:1.4375rem;top:18.8125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaJz7sxzaIOMLKktE2T8r02mOFeRgXHe { width:14.0625rem;height:0.0625rem;top:22.6875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfv532gFtQzGOSZ64M7CRDl3KGHE2Ae5 { width:14.0625rem;height:12.625rem;top:10.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGr47RLWNAMINVdiiKJCbyBoEx8akZ96 { width:14.0625rem;height:0.0625rem;top:22.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqJd5NKB1am8Qk4NLpnqP3L6Ht01AMH { width:14.0625rem;height:12.625rem;top:10.125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBeetUIad3ENwnbXLkZ1ohCXbPlN7gk { width:14.0625rem;height:12.625rem;top:24.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4WpqM4HPd8UR8k4TQoUscK6tTM733Sw { width:14.0625rem;height:0.0625rem;top:37.5rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLRUXnkxI3iqfAWWSVzI3RWdsPqJcmZi { width:14.0625rem;height:2.875rem;top:33rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McrkcSWCg5whAC5OnWhh8i6ttq2CIeFm { width:14.0625rem;height:12.625rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppO9HTJoOdfkPQ84I9GSDZZ8Fh6rUOrr { width:13.9375rem;height:2.875rem;top:33rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpAlfqmeEPicldMC8zm73i1Dr1TtHR9D { width:14.0625rem;height:12.625rem;top:24.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMgcgoy8DfrdRJF5DOdpHs19bAqwGlEw { width:14.0625rem;height:2.875rem;top:33rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bETiNwAfqmX0acaGBBfx84erXguMHVOG { width:14.1875rem;height:2.875rem;top:33rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxwArOxrCBRkLre0kdfy14bbzp1iWdvM { width:14.0625rem;height:12.625rem;top:25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpqTHcHUuN6q0yONe7IJtcgmV58RHSi { width:14.0625rem;height:0.0625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAqrE4lhLX8UTnQPKhkbtmuz6CGNSbrH { width:14.0625rem;height:0.0625rem;top:37.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBAtyrk2BO9pgtS80BP9b02t71rWPxO { width:14.0625rem;height:0.0625rem;top:37.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzrZu09Ui6UUdJrUsidANoAQAp01TNG { width:47.75rem;height:4.9375rem;top:2.6875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8EH8W5H03rlDBl1s5R4sftn4DxBwfTl { top:11.9375rem;left:0.78125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAgDVEty7lV9srFTW1gt5A36cbJVmwkF { top:11.875rem;left:12.84375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfL7HcTqbIaffyVaSrW8TZ4mAMzzBVWz { top:11.875rem;left:25.21875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNRWxrLrfFLFXW71zutP7kA1DVGoD1TB { top:11.875rem;left:37.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbwnFz92S1dSXFy8iT23Ns09gVRRr7Au { top:26.75rem;left:0.65625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHDIy0p0ZC0VNEo1aBE1D0rntPmFeiEg { top:26.75rem;left:12.84375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzBCFgTWm1M7GPfVt0oPs1gxmLEhkoh { top:26.75rem;left:25.15625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx9Co4hIvgfZfXxGIh9aGuTo2uVvvTBb { top:26.75rem;left:37.34375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxxbyoOrEAMPd2w3EFMLZWTuTWV930pQ { top:11rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeLWRTpSbJxS0TLPoKtt5Qw6rE8kTd0R { top:11rem;left:12.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbu7HBM7w3zf3oyrfTa7r5pwE6dLm4ML { top:11rem;left:24.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnXMetHWypgaJXplt2e2IGyUCHTUJGHM { top:11rem;left:36.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqcXDLFXRyfJqy0vzLk3QUrrce5GLD6K { top:25.875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDnHOSeCGZnaK9G3EvkiSAyTw8kwo8mZ { top:25.875rem;left:12.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8cQiLMbc3e8fmSxGypyBKwt2C5uk4C { top:25.875rem;left:24.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMS29fqL10IlCr8iZz2oBdhHfNqrREE { top:25.875rem;left:36.53125rem;width:4.5rem;height:4.5rem;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; } #py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container { width:47.75rem;position:relative;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; } #y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .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; } #qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .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:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:5.19975rem;top:6.2122688293457rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:20rem;height:3rem;top:12.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:10.4998125rem;height:2.93723125rem;top:1.3747335672379rem;left:4.7496447563171rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:20rem;height:30.60366875rem;top:20.830521821976rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:4.05006875rem;top:7.9208090305331rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:20rem;height:4.6302375rem;top:13.480556726456rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVdzeD9MmggySvuunVSKgPo8uIJxCTgQ { display:flex;width:5.625rem;height:5.625rem;top:1.4843745231628rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.62); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.62); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .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); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:13.75rem;height:2.62473125rem;top:7.7618961334231rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:20rem;height:4.38743125rem;top:1.9371452331543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 { display:block; }#FBdxHa11gZkVcbXTTaAgaLPACPiaw1P0 > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwAp2BvmlRoGFbfULPvJibGTdUWMV97 { width:16.436875rem;height:24.225875rem;top:13.162284851074rem;left:1.7808947563171rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmNkpHccixGpGVwUAyV9CIQHXZyS1lsc { width:20rem;height:4.19921875rem;top:7.4214305877688rem;left:0rem;font-size:1.75rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #Hf3K6l8TZ51mqmkwQvRkrfBzuI4fiGBi { display:flex;width:4.43714375rem;height:4.43714375rem;top:1.9269351959229rem;left:7.7809829711912rem; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { width:16.4375rem;height:24.225875rem;top:14.268750190735rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { width:17.562125rem;height:6.523875rem;top:7.80140209198rem;left:1.2184836864471rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { width:20rem;height:39.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZptHKmeiyXcGH74CxfFZhzo7EMtz7A1x { display:flex;width:4.562325rem;height:4.562325rem;top:2.7281608581543rem;left:7.7179508209231rem; }
 }@media only screen and (max-width: 763px) { #tr5qIyVTLnp3WvNami4bhUeGbAtChrTN { display:block; }#tr5qIyVTLnp3WvNami4bhUeGbAtChrTN > .row .container { width:20rem;height:203.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGVepCAdn41mo5oZqsAJmtaqQ471XV1x { width:16.25rem;height:11.90075rem;top:22.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX62XctpOq8Hqo01zKBgfHZrtF4Bc2aV { width:16.25rem;height:20.40125rem;top:81.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TuG5HEtnDfUN6ebvhx9X6Qy1XLZuaT { width:18.75rem;height:1.625rem;top:78.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5pq8WIvaWVmgTy3nTu4xRz0CX0kdsKh { width:16.25rem;height:18.7011875rem;top:149.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAkZXG4UdnJ7LHe4Axy2lyiMVU2UvsR { width:18.75rem;height:1.625rem;top:147rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyAySt8zzFn8EGT2Qx3l1tOPMsAQRLip { width:20rem;height:7.3125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyATEApk5QPnrv2IbKVWfL3ZZhXuyGP { width:19.3125rem;height:30rem;top:9.8125rem;left:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D4WB30loPROzWEdJezMTmlSZw7q0JI45 { width:19.1875rem;height:1.625rem;top:19.5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPAShnPX68sABiRySfUiFlIAoMrEepSO { width:3.875rem;height:3.875rem;top:12.84375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAz1w7PzdMJJIfJoLmTlFxE1Q7bT42uG { width:19.1875rem;height:31.8125rem;top:70.5rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e85am8SDMMyNzdg07lg6ePd8O0vQ4RIa { width:19.1875rem;height:31.8125rem;top:137.3125rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JKmmBERdFbBaud0r5aGGCQyn4afHttQ5 { width:3.875rem;height:3.875rem;top:72.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u6pHQ3CbPwc8S4v3P5ilCgD5tXeJXG { width:3.875rem;height:3.875rem;top:140.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKftJeDcGiQxiJXcDOAJSqFoT9QeJTR8 { width:19.1875rem;height:29.1875rem;top:40.625rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #knfbLDLlAxsV9TM2MdBpGTo3d2RzdLva { width:19.1875rem;height:1.625rem;top:50.3125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdmvNXXNpIo9DlDfrsWhW44Vi5UJCsIW { width:16.25rem;height:13.600875rem;top:53.375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOT6uXABWgzx4TgJSy5R0WPPGRMGlCDZ { width:4.25rem;height:4.25rem;top:43.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQS6cUMpLt4I0f8Tr99OZN7urSZ5RChr { width:19.1875rem;height:33.5625rem;top:103.0625rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JXzNdnr18nmOTRhBWw9SBoetPyggVhko { width:18.75rem;height:1.625rem;top:112.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW15AWOkE8e2TBdvUUdAOPGcneohq2Kb { width:16.25rem;height:20.40125rem;top:115rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLe1t3l0RqrgSb4HZZ1NG6pTFgbrhydT { width:4rem;height:4rem;top:106.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkMpeIrDAqTF0Lv2ZvLnm9gPuKX2ayps { width:19.1875rem;height:31.8125rem;top:169.6875rem;left:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ufJG0ZTViTKMzNGGAQP34dR7y9bb0FDP { width:16.25rem;height:17.0010625rem;top:182.4375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWndnsMrmAJhd9U3CaTfT5u52TsATc2y { width:18.75rem;height:1.625rem;top:179.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiAB3WdnvOnxy4ddsIIU3Fc61ss3AIZ { width:4.25rem;height:4.25rem;top:172.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePOQBckRSPBWRHCFpzVaxAN9rTXs6mL2 { width:6.25rem;height:6.25rem;top:11.65625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikb3QLvFXSWrRZEyGBNz8eMfmmJWCcRr { width:6.25rem;height:6.25rem;top:71.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irPtayxZQs7THxV2A1Nf87INL7Wn8m1K { width:6.25rem;height:6.25rem;top:139.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag9Ttp1V62vHciqwuxtfsyBb21z2cWyU { width:6.25rem;height:6.25rem;top:42.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgN0TEJSRXW4fMNLLpTfTJIuVAT9o6y { width:6.25rem;height:6.25rem;top:105rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Jvp7Dt7ORL9Ht5hmuAzZD3uEKEqCma { width:6.25rem;height:6.25rem;top:171.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.41); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,113,76,0.41); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:15.687125rem;height:2.999825rem;top:22.674449920654rem;left:2.1559834480286rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #nAbw3zyD1riQNyQ0RPh3TpQ6Kzr1FKz5 { width:20rem;height:7.473375rem;top:13.156080245972rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:20rem;height:7.0671875rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk { display:block; }#ncS2L6v3MMHJwX9Jy05P2cv2kFyUrcMk > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h31h393EmB2yRcfdSDbTMPE2XwwlyLmw { width:16.06225rem;height:6.5625rem;top:8.0610799789431rem;left:1.9682171344757rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#4d714c;display:block; }
 }@media only screen and (max-width: 763px) { #yheKeVRfh3MTVTH55wM8Xo3eGNA6x9UO { width:11.6875rem;height:2.69921875rem;top:15.9375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvoNJAaJod3ckefe2MJouZu9Jh5kIHLx { width:10.1875rem;height:2.69921875rem;top:20.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li1nO4ViaimbUlaCB1wmlUp9T3RqLWqZ { width:10.5625rem;height:4.04829375rem;top:24.6875rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivr5bad2amgPo1PxF9stvv5igJtFTCuR { width:10rem;height:4.04829375rem;top:30.625rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7oVO9HUioSmLFH9bialUaMB4su8Xd7 { width:11.5625rem;height:2.69921875rem;top:36.625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3IsatnLUs6SBBpr65T1v3epaHvw0Mby { width:9.5rem;height:4.04829375rem;top:41.4375rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGuO7xdtvQ3qt5zElTD1CJvWN2P0aOa9 { width:2.5625rem;height:2.5625rem;top:41.56875rem;left:9.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFO8zuz5AMfqyCU2lQEm3aWwhM1ZKHT2 { width:2.125rem;height:2.125rem;top:49.662506103516rem;left:8.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSVQLgTf1wulOZbT95DQCDOkwb3x3EgR { width:2.125rem;height:2.125rem;top:56.656237792969rem;left:8.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqAS25dHpiodvdJnUL4LuhoX98cMQiyA { width:2rem;height:2rem;top:64.9125rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2EPTZqsqfwBM0ltLmdAdoE89lZquzve { width:2rem;height:2rem;top:73.125rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKNLuLDGHeTaKePucmnEUb7bmo5tqpci { width:2rem;height:2rem;top:81.362493896488rem;left:8.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpdZaHpJBvXfzfTybl1DRKpL3huPpK11 { width:1.0625rem;height:1.0625rem;top:16.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH5ZOslXTkK9hzRiKxxiSW5Tf6pVlHo3 { width:1.0625rem;height:1.0625rem;top:20.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtRrOM8QbJ2sfeoHwT8lXMTlHK4JX56K { width:1.0625rem;height:1.0625rem;top:24.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkmmPqSpBUKbP5ZcX1Ls2X8y86rt35ze { width:1.0625rem;height:1.0625rem;top:30.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #edMeLEVhmouD6Ub1xIZMOEI4tTDn21fp { width:1.0625rem;height:1.0625rem;top:36.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgHtQRn5nxar8z8P3d41MC0W2SzRMbs { width:1.0625rem;height:1.0625rem;top:41.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwlWz50lt1vWyz1XyxaLoP9iU4Cns0St { display:flex;width:4.81223125rem;height:4.81223125rem;top:2.5563745498658rem;left:7.5932168960569rem; }
 }@media only screen and (max-width: 763px) { #nHt64t1Twf6hf3KHDITsXcF1QicfIslq { width:15.625rem;height:3.73668125rem;top:48.54714679718rem;left:2.1870560646057rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbpvCd51o7ku6tk7Pa540HNNnT6NWORI { display:block; }#DbpvCd51o7ku6tk7Pa540HNNnT6NWORI > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhHf74av2WBHTm2e3xJgnCaorRImgV50 { width:16.25rem;height:3.49964375rem;top:9.4992895126344rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqAVo76NZi50rfhzoenkTCpzgITpant2 { width:15.625rem;height:11.900775rem;top:14.561877250671rem;left:2.3433948755264rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0iyQpLW9WyruKRbdQ31Bb6HN6N0WIU3 { width:7.3748125rem;height:7.3748125rem;top:0.74928951263425rem;left:6.3121447563169rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Z0FHvTc0WB0L1sGmsLFaPf2nyU013f { width:12.5rem;height:0.12473375rem;top:13.49964427948rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Befg0O0dusP2FWmNniyh6qEDI3SZwpwF { width:10.625rem;height:2.5rem;top:24.87348985672rem;left:4.6875rem;color:#ffffff;background-color:#4d714c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lXWdhefOllUigUAiBSDBDuCJOhvglSp2 { display:block; }
 }@media only screen and (max-width: 763px) { #nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN { background-color:#4d714c;background-image:url("https://images.assets-landingi.com/uc/eb07f850-5cce-43ee-a86c-011d80732415/8.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN.adaptive-delivery-prevent-bg, #nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN.lazyload, #nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN.lazyloading { background-image: none; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container { background-color: transparent; background-image: none; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container > .video-iframe-container { display: none; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row > .video-iframe-container { display: none; }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .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); }#nhitLQMd5FIT4ukVgtSd7Eg2TbtocHEN > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEn4s2CRIqHae7Pq3FEgm5a9bxRZXC7M { width:20rem;height:8.4499375rem;top:7.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI7y7X1zFuFy0b4PpJBsG5nHIhbg34l2 { width:18.187125rem;height:7.4995625rem;top:17.773436546326rem;left:0.90598368644713rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W0AKLImAqes2eV53z11TsoX7RObQusCf { width:4.6875rem;height:4.6875rem;top:1.125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK { display:block; }#I77naCqPpT7QZU9ANoHSzGSHZ6oPuXOK > .row .container { width:20rem;height:107.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpyOwIH0DdpDWCN3V5xKZzBkPOCrlkhB { width:14.0625rem;height:0.125rem;top:19.599273681641rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwH9TPOa4IrzeBXeFJrJtzJwD9EofSRf { width:10.687125rem;height:2.59943125rem;top:66.894195556637rem;left:4.6559834480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkpMoGQX7IsgbvRp8RkoCVlmFBLGSMgT { width:10.999625rem;height:1.29971875rem;top:90.443542480469rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzMmx5tzaaSAqGcakm7JqVkQHUCefPTU { width:10.999625rem;height:2.59943125rem;top:15.811981201172rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1CDZMTeG1k4C6Bq5HOIQJE45Gt1TSEB { width:14.0625rem;height:11.5rem;top:8.1619262695312rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p16oEGNTkgQQxN38i3Edlvqh3vbicMnm { width:14.0625rem;height:0.125rem;top:45.124816894531rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCIwd6nytCiHmuFtIyenSTaecSDPQPM0 { width:14.0625rem;height:11.5rem;top:33.6875rem;left:2.99982213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq1lLwSTbmJdAfwOVMsibODLuuhkpH6F { width:11.37475rem;height:1.29971875rem;top:42.818817138672rem;left:4.3115234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaJz7sxzaIOMLKktE2T8r02mOFeRgXHe { width:14.0625rem;height:0.125rem;top:70.5625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfv532gFtQzGOSZ64M7CRDl3KGHE2Ae5 { width:14.0625rem;height:11.5rem;top:59.124725341797rem;left:2.99982213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGr47RLWNAMINVdiiKJCbyBoEx8akZ96 { width:14.0625rem;height:0.125rem;top:92.937316894531rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqJd5NKB1am8Qk4NLpnqP3L6Ht01AMH { width:14.0625rem;height:10.0625rem;top:82.937316894531rem;left:2.99982213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiBeetUIad3ENwnbXLkZ1ohCXbPlN7gk { width:14.0625rem;height:11.25rem;top:94.374664306637rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4WpqM4HPd8UR8k4TQoUscK6tTM733Sw { width:14.0625rem;height:0.125rem;top:105.49990844726rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLRUXnkxI3iqfAWWSVzI3RWdsPqJcmZi { width:10.999625rem;height:2.59943125rem;top:101.83203125rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McrkcSWCg5whAC5OnWhh8i6ttq2CIeFm { width:14.0625rem;height:11.5rem;top:20.812408447266rem;left:2.99982213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppO9HTJoOdfkPQ84I9GSDZZ8Fh6rUOrr { width:11.37475rem;height:2.59943125rem;top:28.363037109375rem;left:4.3115234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpAlfqmeEPicldMC8zm73i1Dr1TtHR9D { width:14.0625rem;height:11.5rem;top:46.437408447266rem;left:2.99982213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMgcgoy8DfrdRJF5DOdpHs19bAqwGlEw { width:11.37475rem;height:2.59943125rem;top:53.956512451172rem;left:4.3115234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bETiNwAfqmX0acaGBBfx84erXguMHVOG { width:11.37475rem;height:2.59943125rem;top:78.2698059082rem;left:4.3115234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxwArOxrCBRkLre0kdfy14bbzp1iWdvM { width:14.0625rem;height:10.0625rem;top:71.749908447262rem;left:2.99982213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZpqTHcHUuN6q0yONe7IJtcgmV58RHSi { width:14.0625rem;height:0.125rem;top:32.249755859375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAqrE4lhLX8UTnQPKhkbtmuz6CGNSbrH { width:14.0625rem;height:0.125rem;top:57.874725341797rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBAtyrk2BO9pgtS80BP9b02t71rWPxO { width:14.0625rem;height:0.125rem;top:81.8125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzrZu09Ui6UUdJrUsidANoAQAp01TNG { width:17.6873125rem;height:4.80025rem;top:1.91761302948rem;left:1.1558947563171rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u8EH8W5H03rlDBl1s5R4sftn4DxBwfTl { width:2.875rem;height:2.875rem;top:9.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAgDVEty7lV9srFTW1gt5A36cbJVmwkF { width:2.8125rem;height:2.8125rem;top:35.687255859375rem;left:5.18732213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfL7HcTqbIaffyVaSrW8TZ4mAMzzBVWz { width:2.8125rem;height:2.8125rem;top:61.124908447266rem;left:5.18732213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNRWxrLrfFLFXW71zutP7kA1DVGoD1TB { width:2.8125rem;height:2.8125rem;top:84.874908447262rem;left:5.18732213974rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbwnFz92S1dSXFy8iT23Ns09gVRRr7Au { width:2.875rem;height:2.875rem;top:22.687408447266rem;left:5.1247334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHDIy0p0ZC0VNEo1aBE1D0rntPmFeiEg { width:2.875rem;height:2.875rem;top:48.562316894531rem;left:5.1247334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzBCFgTWm1M7GPfVt0oPs1gxmLEhkoh { width:2.875rem;height:2.875rem;top:73.624908447262rem;left:5.1247334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx9Co4hIvgfZfXxGIh9aGuTo2uVvvTBb { width:2.875rem;height:2.875rem;top:96.3122253418rem;left:5.1247334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxxbyoOrEAMPd2w3EFMLZWTuTWV930pQ { width:4.5625rem;height:4.5625rem;top:9.124755859375rem;left:4.1246447563171rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeLWRTpSbJxS0TLPoKtt5Qw6rE8kTd0R { width:4.5625rem;height:4.5625rem;top:34.812316894531rem;left:4.3124108314514rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbu7HBM7w3zf3oyrfTa7r5pwE6dLm4ML { width:4.5625rem;height:4.5625rem;top:60.25rem;left:4.3124108314514rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnXMetHWypgaJXplt2e2IGyUCHTUJGHM { width:4.5625rem;height:4.5625rem;top:84rem;left:4.3124108314514rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqcXDLFXRyfJqy0vzLk3QUrrce5GLD6K { width:4.5625rem;height:4.5625rem;top:21.8125rem;left:4.3124108314514rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDnHOSeCGZnaK9G3EvkiSAyTw8kwo8mZ { width:4.5625rem;height:4.5625rem;top:47.687408447266rem;left:4.3124108314514rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om8cQiLMbc3e8fmSxGypyBKwt2C5uk4C { width:4.5625rem;height:4.5625rem;top:72.812164306637rem;left:4.3124108314514rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMS29fqL10IlCr8iZz2oBdhHfNqrREE { width:4.5625rem;height:4.5625rem;top:95.499908447262rem;left:4.3124108314514rem;display:block; }
 }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection.adaptive-delivery-prevent-bg, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyload, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection.lazyloading { background-image: none; } #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; } #py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container { background-color: transparent; background-image: none; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container > .video-iframe-container { display: none; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row > .video-iframe-container { display: none; }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .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); }#py7EHL2DpnS1tdk9rvQtXdEROpf2dT55 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f952a99204406d22f4b13708e78809.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0dbab3e5-31f4-4319-9bf0-cc8b7ea36216/agmarketing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a0f952a99204406d22f4b13708e78809.widget-smartsection.adaptive-delivery-prevent-bg, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyload, #a0f952a99204406d22f4b13708e78809.widget-smartsection.lazyloading { background-image: none; } #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; } #y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container { background-color: transparent; background-image: none; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container > .video-iframe-container { display: none; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row > .video-iframe-container { display: none; }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .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); }#y4cRV3gtcQZ2T0zRnHQWh0GpQLimVzsq > .row .container { width:20rem;height:48.75rem;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; } #qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container { background-color: transparent; background-image: none; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container > .video-iframe-container { display: none; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .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); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row > .video-iframe-container { display: none; }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .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); }#qFlTgnXiPHOhTI9tLkJURUpuAlNMygQr > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }