.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { background-color: transparent; background-image: none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container > .video-iframe-container { display: none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row > .video-iframe-container { display: none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .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); }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { border-width: 0; border-radius: 0; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#DKH13k08y2MMTzME1QvRAg0HywHa3mvO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#605444;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.68675rem;height:2.18671875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:65.312110900881rem;display:block; }
#iLMy2HL51Rcpp7GGSTUfDxgpLV0rp83l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afLTIUW4TtNpwBXc97nWa0Nde0EhWobM { background-color:#1d2540;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:53.875rem;display:block; }
#NAkK3V9Mpowp7D6yBZMQTuku7Lv0kGAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxkaT79Lh9Sp9Tx3N3askyr8INW63NrU { 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.5625rem;width:12.6875rem;top:0.53125rem;left:2.3955078125rem;overflow:hidden;display:block; }
#qtTNCxmipFVTC6nqcU6kN3NDbCEa7IFC { background-color:#3e7a45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:41.6875rem;display:block; }
#to5w3DK4STs0wtnRVyQ9JgCIiCS529hf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wI8Oy77TXKV0B0CZXxebAVT6iq4PIsvq { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:27rem;display:block; }
#hNe8KFqbyeW637ch8SSc8Cqq4VUgE4G4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d3bb68d-8c5d-40b2-987f-f46d94541013/harvestseasonfromfieldslushgreen111.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; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.adaptive-delivery-prevent-bg, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyload, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyloading { background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { background-color: transparent; background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .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); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { border-width: 0; border-radius: 0; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::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; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#gVWo05tft4EKDVAEcT61vgWhJFVhMTas { color:#ffffff;display:block;width:48.999625rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.310546875rem;height:15.5956875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i3Z0qgMiGAL2tJrTJxwKq2TrTkPTMT3G { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:17.9375rem;top:6.5rem;left:53.8115234375rem;overflow:hidden;display:block; }
#TssHd7G4mT8EQmTkPxNoDJT2Qwtyghvm { position:absolute;display:block;z-index:14999;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:90.75rem;width:45.4355625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#T8di3v0Lp75mw3TgtZanPp2UQnEorwDH { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.875782966614rem;left:3.310546875rem;display:block; }
#m0X71CRhhKcFSNcECWEc9ibw8wncsmAU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2THCbqLSlH6m3rFV3LALRMum2AgrTbT { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.875782966614rem;left:17.66015625rem;display:block; }
#L2SF8ppMFJz0mbfPM2SAggOen2Q5M9zS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nCZks6fbuVbQqKVwgsPDPJSabZF54RtA { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.875782966614rem;left:32.098831176757rem;display:block; }
#CwUpHC1gOonvTU1L3IW5UWOPRMTbivff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7uT8cR2FS69t0AfzHmGGH3grUKSasvJ { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.07421875rem;left:3.310546875rem;display:block; }
#sz3IeJhuGCVTrcMPTFT8FWcCh26xTtwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuM4sR3ZMkMLJEi0bsuqgBgCTPkFDrJC { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.07421875rem;left:17.66015625rem;display:block; }
#ClpLT8UVDhh8oVWg9ZKUPmpiucnFAT6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTUipsTlaWS8GwCz0WEEA897JA7vPeRV { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62425rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:24.07421875rem;left:32.0986328125rem;display:block; }
#gtLilRnHVRa6UomTL0AymJQUKO1DsMyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { background-color: transparent; background-image: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .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); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { border-width: 0; border-radius: 0; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#tmbvQ209wJKi2oT8aVTAPxSy3OWoefJB { position:absolute;display:block;z-index:14999;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:90.75rem;width:45.4355625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#iAZNQS36pnDRpIJEAx1avCTvA3XL2c09 { background-color:#8cc63f;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.249625rem;height:3.4371125rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:25.125rem;left:3.3125rem;display:block; }
#u7CmasZ5cPneIcsOtbfDgcf2BEC0vVBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZP5y84iHlFJqb8mmbhKGsTgs3mvKq63J { display:block;width:22.99925rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.0625rem;left:3.3125rem;height:8.125rem;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;color:#8cc63f;display:block; }
#WQhrQ2mJcpHUdMLz1yFfS45rmPozoSON { background-color:transparent;background-image:none;border-top:0.0625rem solid #8cc63f;border-left:0.0625rem solid #8cc63f;border-right:0.0625rem solid #8cc63f;border-bottom:0.0625rem solid #8cc63f;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.381625rem;height:4.25703125rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:3.3738250732422rem;left:3.310546875rem;display:block; }
#kH2aFVqNWWdBtFxCKom4HG3dhv9muApA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqRVDSiL691odgubuMoqA2ptnM868A1Q { display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3.3125rem;height:2.59874375rem;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;color:#8cc63f;display:block; }
#bTkssBMqsJh5SGrP70zXfxOaSAvruAoh { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.1875rem;width:31.8125rem;top:10.3125rem;left:36.9375rem;overflow:hidden;display:block; }
#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;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; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { background-color: transparent; background-image: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .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); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { border-width: 0; border-radius: 0; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#G05L09Azi3NGhVPpidVFEX6RcioxFX9u { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#8cc63f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:3.4375rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:20.375rem;left:3.125rem;display:block; }
#ES3htPisFiTHr615w11Vqw2dlxGwZz1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2US4z1d5TbpaF4KTAvJu9FK5gIupQ3a { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.1239375rem;width:31.9986875rem;top:4.9973945617676rem;left:36.875003814698rem;overflow:hidden;display:block; }
#tN4lytN5S0RuBrqUqKTs3ZQe4TZza0sJ { display:block;width:32.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.125rem;height:6.09375rem;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;color:#ffffff;display:block; }
#QD6HxPwXtmqrsBlvsDWE15nOh29IwTD3 { display:block;width:26.874625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.125rem;height:5.19748125rem;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;color:#ffffff;display:block; }
#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { background-color: transparent; background-image: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .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); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { border-width: 0; border-radius: 0; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#N0w0Kt0tdWzCH65zWS92M8tzgVexkw66 { background-color:#3e7a45;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:26.311851501465rem;left:3.3116321563721rem;display:block; }
#FuOsODe26CoJsKvCrZhpxLD9kzGGyX7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XG04WIg3SouOTSiiZzQrSreqBoe5qwDt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3e7a45;border-left:0.0625rem solid #3e7a45;border-right:0.0625rem solid #3e7a45;border-bottom:0.0625rem solid #3e7a45;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#3e7a45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:3.0625rem;left:3.3125rem;display:block; }
#x8UtmNnAklCeQszTeUBAwrSxm9NgHqBr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wp8gqrzF09DTlHF8KOEcEwedORKAFtpg { display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.124572753906rem;left:3.3116321563721rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3e7a45;display:block; }
#ravlzKTuOLbQgTXnaT9kNP8NH98CTJxJ { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:21.875rem;width:32.4370625rem;top:7.9437932968137rem;left:36.055772781372rem;overflow:hidden;display:block; }
#g3fhSdGcrPIhPEbBLAnNvNoudrx0Bs5E { display:block;width:30.999625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#3e7a45;display:block; }
#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e7a45;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; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { background-color: transparent; background-image: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .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); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { border-width: 0; border-radius: 0; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#OeInvxh6t9y3zMJUnXSRfcZmFWClTI8c { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#3e7a45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.4375rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:19.75rem;left:3.625rem;display:block; }
#q6wlyHHodZop7So1EOvUdhTD4CcNFcBO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnF6GkZeg3brKFuA1uE7AkAl87GQE0so { display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.687110900879rem;left:3.6246109008789rem;height:4.0625rem;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;color:#ffffff;display:block; }
#eoUyB3LCLFFB0cTldtynz1qHu1beGKh4 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.125rem;width:31.6875rem;top:5rem;left:38.335941314698rem;overflow:hidden;display:block; }
#ALTuP3yRSlHCfQ4ZAITog2mLLrnuf4rC { display:block;width:31rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5rem;left:3.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { background-color: transparent; background-image: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .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); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { border-width: 0; border-radius: 0; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#sHKxnxIs9rZ0ydiTi7MUWGqIoobuCV5v { position:absolute;display:block;z-index:14999;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:90.75rem;width:45.4355625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#olzKukAvaLTLw4dqKivbtodxwF1cTH9I { background-color:#3e7a45;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.4375rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:18.936717987061rem;left:3.3117179870606rem;display:block; }
#tXWSGZoZcEEQn1D1GeUgnd1oBlrg2EW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4mf1x2seXyknRQJ4OXlHOoNHB0O1IlM { display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.7492179870606rem;left:3.3117179870606rem;height:4.0625rem;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;color:#3e7a45;display:block; }
#TUPEqUQT8WPxx07zQZ62ekA7O64sVDhT { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.125rem;width:31.6875rem;top:4.34375rem;left:38.8623046875rem;overflow:hidden;display:block; }
#SnT94tTaMVmBioa30H2sL3ACoxfIMNmI { display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.2824211120606rem;left:3.3117179870606rem;height:5.19748125rem;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;color:#3e7a45;display:block; }
#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e7a45;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; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { background-color: transparent; background-image: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .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); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { border-width: 0; border-radius: 0; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#uTNIibqsTs6wiBgJ5DXPffhu3cKxLt3c { position:absolute;display:block;z-index:14999;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:90.75rem;width:45.4355625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#wkJ2Z5STSwGLVRySEvQzG5iEHiz7hRk7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#3e7a45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.999625rem;height:3.4371125rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:18.625rem;left:4.0625rem;display:block; }
#huU4HRpUVynaI46fwO79knC3BRGzK48l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkrfnqCVnbkGiylBMuvGeDT1oZNA99ae { display:block;width:29.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5rem;left:4.0625rem;height:4.0625rem;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;color:#ffffff;display:block; }
#NTmtX2dtq7TFLl5vIOJ1Cuu5gUGEJZpo { display:block;width:30.999625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.0625rem;height:5.19748125rem;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;color:#ffffff;display:block; }
#XboJkrazeBxZIJR62LTZ6wXgDk5kiLnZ { position:absolute;display:block;z-index:15102;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:18rem;width:31.75rem;top:4.5rem;left:39.0810546875rem;overflow:hidden;display:block; }
#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;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; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { background-color: transparent; background-image: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .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); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { border-width: 0; border-radius: 0; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#Qn9RqFsLQmWmSrG2MB8xXBhwI101lA2e { position:absolute;display:block;z-index:14999;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:90.75rem;width:45.4355625rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#CKz6I7FQcOvtfEc07Pr4lpxTLD4tT02d { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.28675rem;height:4.3496125rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:3.4992189407349rem;left:3.8121109008789rem;display:block; }
#TKPUd0hIASTpH9nmB6PnWTRog9cZGZpq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AvRNDCLd0IdoKZXrxWX0VHcCAakRQFpy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.75rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:26.25rem;left:3.8125rem;display:block; }
#S7izEoTWtbTCtiagogTCGpu0Wn24FeSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rlwu9NiWQdOl7hAVfPmI4fL2h6J53BMZ { display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.9375rem;height:4.0625rem;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;color:#ffffff;display:block; }
#U2IKK6IZMBpcoJQoq4gRGE7TfDa5I6Vn { display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.8125rem;height:5.19748125rem;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;color:#ffffff;display:block; }
#VWV6nrs34OI22gUyKTN0paQsRT8wS87x { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#1d2540;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.75rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:26.25rem;left:19.4375rem;display:block; }
#KLQAg2o14gFa1W38mIsTwI7dtLUMioX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2sCFyCnTeQZOkZzJg8yBCxkM630axzB { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.125rem;width:31.6875rem;top:12rem;left:39.65625rem;overflow:hidden;display:block; }
#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb { background-color:#8cc63f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { background-color: transparent; background-image: none; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container > .video-iframe-container { display: none; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row > .video-iframe-container { display: none; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .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); }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { border-width: 0; border-radius: 0; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;overflow:visible;position:relative;display:block; }#rb8y5PCncrvvNmlUIXoUOA8xTAJJL1Ub { position:absolute;display:block;z-index:15005;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:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:32.0625rem;width:24.125rem;top:6.125rem;left:41.875rem;display:block; }
#uTghQNK6JZZBGvzhxUVQQuDQuJTo5MHy { color:#ffffff;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:4.375rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvwzMs3dPPeXPS0U6RDmxAfTFynLrzp7 { position:absolute;display:block;z-index:15010;background-color:#e5e3e3;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.0625rem;width:18.75rem;top:15.8125rem;left:45.0625rem;display:block; }
#s5JihVo3mM5AoJ8Co4mU5QRccuKnFRTa { color:#ffffff;display:block;width:27.3115rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:22rem;left:4.375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-form-header {  }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#605444;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#8cc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.21) ; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#494949;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-container:first-of-type{padding-top:0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-container:last-of-type{padding-bottom:0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4375rem;left:44.312500953674rem; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-info-text { font-size:0.75rem; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus {display:block;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4375rem;left:44.312500953674rem; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #BROmN3QarTUCcv76FkEwhs83fVZV72MT { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #uay76y7tbEJ4yKzJRJM7KlikaLgcuEUV { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ImCvqmbQefn2XqT1OSyp5SzNliyUBXz5 { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #Dw7xew6hNmVOHEsbHSrenxuMe3FUTd6W { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fhqu0UwVDTKAfbpIiarQUUxZifi5qNDs { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fIVHTJ5KD8zzIByB2zS01TtqIUcE0apa { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #nW1d5vNKCmwa1z6MiyvqRp3Ic8foHHhy { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #G4xD8DqOlu3My5NNdhSovV9lB1ur1ZoE { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #mFITZwd3FVo88GwbNgbBz70E2HsoS3GG { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #HcaaUVhWhOgiqs4THXA1hUbUW5cmmBaQ { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #WetlcLT1QZF8B47owvW0vnbkHmukEKBn { position:relative;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #PRupCI8CTUsIl8hIvurS95RVZJtk3zp8 { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ClMdqdLWgX5Lf2oIQ98Eico1CMeqLWd0 { position:relative; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #q3LQybkENcW5xAttBUPlLtQCIuMqTVvE { position:relative; }
#iXpdSNKowl3T9uuDgTXIfW98A2P1JKAi { 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:5.625rem;width:18.75rem;top:30.1875rem;left:3.6875rem;overflow:hidden;display:block; }
#vP3D5dlNc0nCKuMllkBvpxq2XEHT4Tth { position:absolute;display:block;z-index:15002;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:52.8115rem;width:26.374rem;top:1.4406280517578rem;left:48.625rem;overflow:hidden;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:#8cc63f;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.05rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;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.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 { display:block; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKH13k08y2MMTzME1QvRAg0HywHa3mvO { width:9.625rem;height:2.125rem;top:1.1875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLMy2HL51Rcpp7GGSTUfDxgpLV0rp83l { display:block; }
 }@media only screen and (max-width: 763px) { #afLTIUW4TtNpwBXc97nWa0Nde0EhWobM { width:11.8125rem;height:2.5rem;top:1.0625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAkK3V9Mpowp7D6yBZMQTuku7Lv0kGAa { display:block; }
 }@media only screen and (max-width: 763px) { #zxkaT79Lh9Sp9Tx3N3askyr8INW63NrU { width:12.6875rem;height:3.5625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTNCxmipFVTC6nqcU6kN3NDbCEa7IFC { width:11.0625rem;height:2.5rem;top:1.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5w3DK4STs0wtnRVyQ9JgCIiCS529hf { display:block; }
 }@media only screen and (max-width: 763px) { #wI8Oy77TXKV0B0CZXxebAVT6iq4PIsvq { width:13.5625rem;height:2.5rem;top:1.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNe8KFqbyeW637ch8SSc8Cqq4VUgE4G4 { display:block; }
 }@media only screen and (max-width: 763px) { #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl { display:block; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVWo05tft4EKDVAEcT61vgWhJFVhMTas { width:47.75rem;height:15.5625rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Z0qgMiGAL2tJrTJxwKq2TrTkPTMT3G { top:6.5rem;left:29.8125rem;width:17.9375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TssHd7G4mT8EQmTkPxNoDJT2Qwtyghvm { top:0rem;left:0rem;width:45.375rem;height:90.62903645135rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8di3v0Lp75mw3TgtZanPp2UQnEorwDH { width:13.625rem;height:2.5rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0X71CRhhKcFSNcECWEc9ibw8wncsmAU { display:block; }
 }@media only screen and (max-width: 763px) { #O2THCbqLSlH6m3rFV3LALRMum2AgrTbT { width:13.625rem;height:2.5rem;top:20.875rem;left:4.03515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2SF8ppMFJz0mbfPM2SAggOen2Q5M9zS { display:block; }
 }@media only screen and (max-width: 763px) { #nCZks6fbuVbQqKVwgsPDPJSabZF54RtA { width:13.625rem;height:2.5rem;top:20.875rem;left:18.473831176757rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwUpHC1gOonvTU1L3IW5UWOPRMTbivff { display:block; }
 }@media only screen and (max-width: 763px) { #n7uT8cR2FS69t0AfzHmGGH3grUKSasvJ { width:13.625rem;height:2.5rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz3IeJhuGCVTrcMPTFT8FWcCh26xTtwp { display:block; }
 }@media only screen and (max-width: 763px) { #fuM4sR3ZMkMLJEi0bsuqgBgCTPkFDrJC { width:13.625rem;height:2.5rem;top:24.0625rem;left:4.03515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClpLT8UVDhh8oVWg9ZKUPmpiucnFAT6i { display:block; }
 }@media only screen and (max-width: 763px) { #JTUipsTlaWS8GwCz0WEEA897JA7vPeRV { width:13.625rem;height:2.5rem;top:24.0625rem;left:18.4736328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtLilRnHVRa6UomTL0AymJQUKO1DsMyr { display:block; }
 }@media only screen and (max-width: 763px) { #wn07g2I0sIDo88O9XmIBlxemeHAmwFrs { display:block; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmbvQ209wJKi2oT8aVTAPxSy3OWoefJB { top:0rem;left:0rem;width:45.375rem;height:90.62903645135rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAZNQS36pnDRpIJEAx1avCTvA3XL2c09 { width:27.1875rem;height:3.375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7CmasZ5cPneIcsOtbfDgcf2BEC0vVBW { display:block; }
 }@media only screen and (max-width: 763px) { #ZP5y84iHlFJqb8mmbhKGsTgs3mvKq63J { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQhrQ2mJcpHUdMLz1yFfS45rmPozoSON { width:36.375rem;height:4.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2aFVqNWWdBtFxCKom4HG3dhv9muApA { display:block; }
 }@media only screen and (max-width: 763px) { #kqRVDSiL691odgubuMoqA2ptnM868A1Q { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkssBMqsJh5SGrP70zXfxOaSAvruAoh { top:10.3125rem;left:15.8125rem;width:31.8125rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx { display:block; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G05L09Azi3NGhVPpidVFEX6RcioxFX9u { width:23.0625rem;height:3.4375rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3htPisFiTHr615w11Vqw2dlxGwZz1F { display:block; }
 }@media only screen and (max-width: 763px) { #A2US4z1d5TbpaF4KTAvJu9FK5gIupQ3a { top:4.9375rem;left:15.8125rem;width:31.9375rem;height:18.089281127742rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN4lytN5S0RuBrqUqKTs3ZQe4TZza0sJ { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD6HxPwXtmqrsBlvsDWE15nOh29IwTD3 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy { display:block; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0w0Kt0tdWzCH65zWS92M8tzgVexkw66 { width:26.0625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOsODe26CoJsKvCrZhpxLD9kzGGyX7h { display:block; }
 }@media only screen and (max-width: 763px) { #XG04WIg3SouOTSiiZzQrSreqBoe5qwDt { width:30.3125rem;height:4.375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8UtmNnAklCeQszTeUBAwrSxm9NgHqBr { display:block; }
 }@media only screen and (max-width: 763px) { #Wp8gqrzF09DTlHF8KOEcEwedORKAFtpg { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ravlzKTuOLbQgTXnaT9kNP8NH98CTJxJ { top:7.9375rem;left:15.375rem;width:32.375rem;height:21.833146111797rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3fhSdGcrPIhPEbBLAnNvNoudrx0Bs5E { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcJaFo51b14dkoCBPinLoBMCF2m1BCTx { display:block; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeInvxh6t9y3zMJUnXSRfcZmFWClTI8c { width:27.9375rem;height:3.4375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6wlyHHodZop7So1EOvUdhTD4CcNFcBO { display:block; }
 }@media only screen and (max-width: 763px) { #XnF6GkZeg3brKFuA1uE7AkAl87GQE0so { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUyB3LCLFFB0cTldtynz1qHu1beGKh4 { top:5rem;left:15.5625rem;width:31.6875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALTuP3yRSlHCfQ4ZAITog2mLLrnuf4rC { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6WSVAWkIwXvsiDlTbTpvrTEULA711b { display:block; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHKxnxIs9rZ0ydiTi7MUWGqIoobuCV5v { top:0rem;left:0rem;width:45.375rem;height:90.62903645135rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzKukAvaLTLw4dqKivbtodxwF1cTH9I { width:27.8125rem;height:3.4375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXWSGZoZcEEQn1D1GeUgnd1oBlrg2EW6 { display:block; }
 }@media only screen and (max-width: 763px) { #k4mf1x2seXyknRQJ4OXlHOoNHB0O1IlM { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPEqUQT8WPxx07zQZ62ekA7O64sVDhT { top:4.3125rem;left:15.5625rem;width:31.6875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnT94tTaMVmBioa30H2sL3ACoxfIMNmI { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFyihhU0acWX5f4wGuTEE30CvbzyJh0q { display:block; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTNIibqsTs6wiBgJ5DXPffhu3cKxLt3c { top:0rem;left:0rem;width:45.375rem;height:90.62903645135rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJ2Z5STSwGLVRySEvQzG5iEHiz7hRk7 { width:15.9375rem;height:3.375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huU4HRpUVynaI46fwO79knC3BRGzK48l { display:block; }
 }@media only screen and (max-width: 763px) { #nkrfnqCVnbkGiylBMuvGeDT1oZNA99ae { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTmtX2dtq7TFLl5vIOJ1Cuu5gUGEJZpo { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboJkrazeBxZIJR62LTZ6wXgDk5kiLnZ { top:4.5rem;left:16rem;width:31.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy { display:block; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn9RqFsLQmWmSrG2MB8xXBhwI101lA2e { top:0rem;left:0rem;width:45.375rem;height:90.62903645135rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKz6I7FQcOvtfEc07Pr4lpxTLD4tT02d { width:30.25rem;height:4.3125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKPUd0hIASTpH9nmB6PnWTRog9cZGZpq { display:block; }
 }@media only screen and (max-width: 763px) { #AvRNDCLd0IdoKZXrxWX0VHcCAakRQFpy { width:14.75rem;height:2.75rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7izEoTWtbTCtiagogTCGpu0Wn24FeSc { display:block; }
 }@media only screen and (max-width: 763px) { #Rlwu9NiWQdOl7hAVfPmI4fL2h6J53BMZ { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2IKK6IZMBpcoJQoq4gRGE7TfDa5I6Vn { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWV6nrs34OI22gUyKTN0paQsRT8wS87x { width:13.3125rem;height:2.75rem;top:26.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLQAg2o14gFa1W38mIsTwI7dtLUMioX8 { display:block; }
 }@media only screen and (max-width: 763px) { #B2sCFyCnTeQZOkZzJg8yBCxkM630axzB { top:12rem;left:16.0625rem;width:31.6875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb { display:block; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb8y5PCncrvvNmlUIXoUOA8xTAJJL1Ub { width:24.0625rem;height:32rem;top:6.125rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTghQNK6JZZBGvzhxUVQQuDQuJTo5MHy { width:33rem;height:12.9375rem;top:8.5rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwzMs3dPPeXPS0U6RDmxAfTFynLrzp7 { width:18.75rem;height:0;top:15.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5JihVo3mM5AoJ8Co4mU5QRccuKnFRTa { width:27.25rem;height:4.0625rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus  { width:16.75rem;height:auto;top:7.4375rem;left:28.5rem; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus {display:block;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus { width:16.75rem;height:auto;top:7.4375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #BROmN3QarTUCcv76FkEwhs83fVZV72MT {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #uay76y7tbEJ4yKzJRJM7KlikaLgcuEUV { display:none; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ImCvqmbQefn2XqT1OSyp5SzNliyUBXz5 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #Dw7xew6hNmVOHEsbHSrenxuMe3FUTd6W {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fhqu0UwVDTKAfbpIiarQUUxZifi5qNDs { display:none; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fIVHTJ5KD8zzIByB2zS01TtqIUcE0apa {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #nW1d5vNKCmwa1z6MiyvqRp3Ic8foHHhy {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #G4xD8DqOlu3My5NNdhSovV9lB1ur1ZoE {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #mFITZwd3FVo88GwbNgbBz70E2HsoS3GG {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #HcaaUVhWhOgiqs4THXA1hUbUW5cmmBaQ {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #WetlcLT1QZF8B47owvW0vnbkHmukEKBn { display:none; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #PRupCI8CTUsIl8hIvurS95RVZJtk3zp8 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ClMdqdLWgX5Lf2oIQ98Eico1CMeqLWd0 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #q3LQybkENcW5xAttBUPlLtQCIuMqTVvE {  }
 }@media only screen and (max-width: 763px) { #iXpdSNKowl3T9uuDgTXIfW98A2P1JKAi { top:30.1875rem;left:0rem;width:18.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP3D5dlNc0nCKuMllkBvpxq2XEHT4Tth { top:1.4375rem;left:21.4375rem;width:26.3125rem;height:52.688351928035rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 { position:relative;z-index:auto;display:none; }#EiieZBFTM4lauSQmcXW8ktLqtox9K8O4 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DKH13k08y2MMTzME1QvRAg0HywHa3mvO { width:9.1875rem;height:2.1875rem;top:12.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLMy2HL51Rcpp7GGSTUfDxgpLV0rp83l { display:block; }
 }@media only screen and (max-width: 763px) { #afLTIUW4TtNpwBXc97nWa0Nde0EhWobM { width:9.9375rem;height:1.625rem;top:10.3125rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAkK3V9Mpowp7D6yBZMQTuku7Lv0kGAa { display:block; }
 }@media only screen and (max-width: 763px) { #zxkaT79Lh9Sp9Tx3N3askyr8INW63NrU { width:7.4375rem;height:2.125rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtTNCxmipFVTC6nqcU6kN3NDbCEa7IFC { width:9.875rem;height:1.5625rem;top:7.5rem;left:5.0625rem;font-size:0.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5w3DK4STs0wtnRVyQ9JgCIiCS529hf { display:block; }
 }@media only screen and (max-width: 763px) { #wI8Oy77TXKV0B0CZXxebAVT6iq4PIsvq { width:9.875rem;height:1.625rem;top:4.625rem;left:5.0625rem;font-size:0.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNe8KFqbyeW637ch8SSc8Cqq4VUgE4G4 { display:block; }
 }@media only screen and (max-width: 763px) { #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ea67b18-829b-43ef-a77d-005793eea0c1/tractorfieldwithcloudysky.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.adaptive-delivery-prevent-bg, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyload, #pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl.lazyloading { background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { background-color: transparent; background-image: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { display: none; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .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); }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { border-width: 0; border-radius: 0; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl::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; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGnDhSsLNMNcrNk3QLbpFEpvioq9THdl > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVWo05tft4EKDVAEcT61vgWhJFVhMTas { width:19.125rem;height:5.361325rem;top:1.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3Z0qgMiGAL2tJrTJxwKq2TrTkPTMT3G { width:4.5625rem;height:5rem;top:4.0234375rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TssHd7G4mT8EQmTkPxNoDJT2Qwtyghvm { width:9.625rem;height:19.3125rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8di3v0Lp75mw3TgtZanPp2UQnEorwDH { width:9.5614375rem;height:1.9375rem;top:8.1241121292112rem;left:0rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0X71CRhhKcFSNcECWEc9ibw8wncsmAU { display:block; }
 }@media only screen and (max-width: 763px) { #O2THCbqLSlH6m3rFV3LALRMum2AgrTbT { width:9.6244375rem;height:1.9375rem;top:8.1241121292112rem;left:10.375532507896rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2SF8ppMFJz0mbfPM2SAggOen2Q5M9zS { display:block; }
 }@media only screen and (max-width: 763px) { #nCZks6fbuVbQqKVwgsPDPJSabZF54RtA { width:9.6875rem;height:1.9375rem;top:10.43359375rem;left:0rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwUpHC1gOonvTU1L3IW5UWOPRMTbivff { display:block; }
 }@media only screen and (max-width: 763px) { #n7uT8cR2FS69t0AfzHmGGH3grUKSasvJ { width:9.6875rem;height:1.9375rem;top:10.43323802948rem;left:10.312499403954rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz3IeJhuGCVTrcMPTFT8FWcCh26xTtwp { display:block; }
 }@media only screen and (max-width: 763px) { #fuM4sR3ZMkMLJEi0bsuqgBgCTPkFDrJC { width:9.625rem;height:1.9375rem;top:12.871092796326rem;left:0rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClpLT8UVDhh8oVWg9ZKUPmpiucnFAT6i { display:block; }
 }@media only screen and (max-width: 763px) { #JTUipsTlaWS8GwCz0WEEA897JA7vPeRV { width:9.625rem;height:1.875rem;top:12.871092796326rem;left:10.437322020531rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtLilRnHVRa6UomTL0AymJQUKO1DsMyr { display:block; }
 }@media only screen and (max-width: 763px) { #wn07g2I0sIDo88O9XmIBlxemeHAmwFrs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { background-color: transparent; background-image: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { display: none; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .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); }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { border-width: 0; border-radius: 0; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wn07g2I0sIDo88O9XmIBlxemeHAmwFrs > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmbvQ209wJKi2oT8aVTAPxSy3OWoefJB { width:9.625rem;height:19.3125rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAZNQS36pnDRpIJEAx1avCTvA3XL2c09 { width:19rem;height:2.1875rem;top:26.3125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7CmasZ5cPneIcsOtbfDgcf2BEC0vVBW { display:block; }
 }@media only screen and (max-width: 763px) { #ZP5y84iHlFJqb8mmbhKGsTgs3mvKq63J { width:20rem;height:6.171875rem;top:19.55859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQhrQ2mJcpHUdMLz1yFfS45rmPozoSON { width:18.9rem;height:2.525rem;top:1.375rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH2aFVqNWWdBtFxCKom4HG3dhv9muApA { display:block; }
 }@media only screen and (max-width: 763px) { #kqRVDSiL691odgubuMoqA2ptnM868A1Q { width:20rem;height:1.9487875rem;top:17.359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkssBMqsJh5SGrP70zXfxOaSAvruAoh { width:20rem;height:11.125rem;top:5.1033382415771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx { background-color:#8cc63f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { background-color: transparent; background-image: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { display: none; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .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); }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { border-width: 0; border-radius: 0; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKaaosdPCa65t6aeGqzBEaGLVf0WZ7Mx > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G05L09Azi3NGhVPpidVFEX6RcioxFX9u { width:19rem;height:2.1875rem;top:27.35883808136rem;left:0.49893462657929rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3htPisFiTHr615w11Vqw2dlxGwZz1F { display:block; }
 }@media only screen and (max-width: 763px) { #A2US4z1d5TbpaF4KTAvJu9FK5gIupQ3a { width:20rem;height:11.327125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN4lytN5S0RuBrqUqKTs3ZQe4TZza0sJ { width:20rem;height:6.171875rem;top:19.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD6HxPwXtmqrsBlvsDWE15nOh29IwTD3 { width:16.8125rem;height:5.84635625rem;top:13.4375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { background-color: transparent; background-image: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { display: none; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .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); }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { border-width: 0; border-radius: 0; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPZQK7Fyfq6rBZqhoxQmyngDyX5D4ayy > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0w0Kt0tdWzCH65zWS92M8tzgVexkw66 { width:19rem;height:2.1875rem;top:31.061850547791rem;left:0.74978297948838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOsODe26CoJsKvCrZhpxLD9kzGGyX7h { display:block; }
 }@media only screen and (max-width: 763px) { #XG04WIg3SouOTSiiZzQrSreqBoe5qwDt { width:15rem;height:2.75rem;top:1.375rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8UtmNnAklCeQszTeUBAwrSxm9NgHqBr { display:block; }
 }@media only screen and (max-width: 763px) { #Wp8gqrzF09DTlHF8KOEcEwedORKAFtpg { width:20rem;height:4.62890625rem;top:25.43728351593rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ravlzKTuOLbQgTXnaT9kNP8NH98CTJxJ { width:16.8120625rem;height:11.3748125rem;top:4.9989109039307rem;left:1.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3fhSdGcrPIhPEbBLAnNvNoudrx0Bs5E { width:20rem;height:7.795125rem;top:17.311850547791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcJaFo51b14dkoCBPinLoBMCF2m1BCTx { background-color:#3e7a45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { background-color: transparent; background-image: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { display: none; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .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); }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { border-width: 0; border-radius: 0; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcJaFo51b14dkoCBPinLoBMCF2m1BCTx > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeInvxh6t9y3zMJUnXSRfcZmFWClTI8c { width:19rem;height:2.1875rem;top:25rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6wlyHHodZop7So1EOvUdhTD4CcNFcBO { display:block; }
 }@media only screen and (max-width: 763px) { #XnF6GkZeg3brKFuA1uE7AkAl87GQE0so { width:18.375rem;height:4.62890625rem;top:19.4990234375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUyB3LCLFFB0cTldtynz1qHu1beGKh4 { width:20rem;height:11.4394375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALTuP3yRSlHCfQ4ZAITog2mLLrnuf4rC { width:18rem;height:5.84635625rem;top:13.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER6WSVAWkIwXvsiDlTbTpvrTEULA711b { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { background-color: transparent; background-image: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { display: none; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .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); }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { border-width: 0; border-radius: 0; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER6WSVAWkIwXvsiDlTbTpvrTEULA711b > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHKxnxIs9rZ0ydiTi7MUWGqIoobuCV5v { width:9.625rem;height:19.3125rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olzKukAvaLTLw4dqKivbtodxwF1cTH9I { width:18.9994375rem;height:2.1875rem;top:23.748399734497rem;left:0.49893462657929rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXWSGZoZcEEQn1D1GeUgnd1oBlrg2EW6 { display:block; }
 }@media only screen and (max-width: 763px) { #k4mf1x2seXyknRQJ4OXlHOoNHB0O1IlM { width:20rem;height:4.62890625rem;top:18.178443908691rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPEqUQT8WPxx07zQZ62ekA7O64sVDhT { width:19.9369375rem;height:11.312125rem;top:0.99786949157713rem;left:0.063032627105713rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnT94tTaMVmBioa30H2sL3ACoxfIMNmI { width:20rem;height:3.89756875rem;top:13.778408050537rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFyihhU0acWX5f4wGuTEE30CvbzyJh0q { background-color:#3e7a45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { background-color: transparent; background-image: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { display: none; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .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); }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { border-width: 0; border-radius: 0; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFyihhU0acWX5f4wGuTEE30CvbzyJh0q > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTNIibqsTs6wiBgJ5DXPffhu3cKxLt3c { width:9.625rem;height:19.3125rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wkJ2Z5STSwGLVRySEvQzG5iEHiz7hRk7 { width:12.1875rem;height:2.1875rem;top:24.06072473526rem;left:3.9062498807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huU4HRpUVynaI46fwO79knC3BRGzK48l { display:block; }
 }@media only screen and (max-width: 763px) { #nkrfnqCVnbkGiylBMuvGeDT1oZNA99ae { width:20rem;height:3.0859375rem;top:19.93696641922rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTmtX2dtq7TFLl5vIOJ1Cuu5gUGEJZpo { width:20rem;height:5.84635625rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboJkrazeBxZIJR62LTZ6wXgDk5kiLnZ { width:20rem;height:11.337875rem;top:1.2491083145142rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy { background-color:#1d2540;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { background-color: transparent; background-image: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { display: none; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .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); }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { border-width: 0; border-radius: 0; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zv8ldexLSXB6iJXbBGnfQeExqvFe1eRy > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn9RqFsLQmWmSrG2MB8xXBhwI101lA2e { width:9.625rem;height:19.3125rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKz6I7FQcOvtfEc07Pr4lpxTLD4tT02d { width:14.448676125rem;height:3.198688625rem;top:1.25rem;left:3.2164415121079rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKPUd0hIASTpH9nmB6PnWTRog9cZGZpq { display:block; }
 }@media only screen and (max-width: 763px) { #AvRNDCLd0IdoKZXrxWX0VHcCAakRQFpy { width:11.0618125rem;height:2.3117875rem;top:31.435544967651rem;left:4.468217253685rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7izEoTWtbTCtiagogTCGpu0Wn24FeSc { display:block; }
 }@media only screen and (max-width: 763px) { #Rlwu9NiWQdOl7hAVfPmI4fL2h6J53BMZ { width:18.9373125rem;height:4.62890625rem;top:24.686611294746rem;left:0.53000712394714rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2IKK6IZMBpcoJQoq4gRGE7TfDa5I6Vn { width:20rem;height:5.84635625rem;top:17.811611294746rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWV6nrs34OI22gUyKTN0paQsRT8wS87x { width:11.1248125rem;height:2.5rem;top:34.338600158691rem;left:4.4371446371079rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLQAg2o14gFa1W38mIsTwI7dtLUMioX8 { display:block; }
 }@media only screen and (max-width: 763px) { #B2sCFyCnTeQZOkZzJg8yBCxkM630axzB { width:20rem;height:11.3125rem;top:5.7483978271484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb { display:block; }#dqNM9x07m2GUOcyf0MfKAs7DTWIN4BWb > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb8y5PCncrvvNmlUIXoUOA8xTAJJL1Ub { width:20rem;height:30.0625rem;top:14.98633125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uTghQNK6JZZBGvzhxUVQQuDQuJTo5MHy { width:17.375rem;height:5.1974875rem;top:5.4375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvwzMs3dPPeXPS0U6RDmxAfTFynLrzp7 { width:17.5rem;height:0.056640625rem;top:25.11133125rem;left:2.5rem;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s5JihVo3mM5AoJ8Co4mU5QRccuKnFRTa { width:20rem;height:2.6rem;top:10.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus  { width:16.6875rem;height:auto;top:15.29843711853rem;left:0.40624994039536rem;z-index:15041; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus {display:block;}#Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus { width:16.6875rem;height:auto;top:15.29843711853rem;left:0.40624994039536rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #BROmN3QarTUCcv76FkEwhs83fVZV72MT {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #uay76y7tbEJ4yKzJRJM7KlikaLgcuEUV { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ImCvqmbQefn2XqT1OSyp5SzNliyUBXz5 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #Dw7xew6hNmVOHEsbHSrenxuMe3FUTd6W {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fhqu0UwVDTKAfbpIiarQUUxZifi5qNDs { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #fIVHTJ5KD8zzIByB2zS01TtqIUcE0apa {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #nW1d5vNKCmwa1z6MiyvqRp3Ic8foHHhy {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #G4xD8DqOlu3My5NNdhSovV9lB1ur1ZoE { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #mFITZwd3FVo88GwbNgbBz70E2HsoS3GG {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #HcaaUVhWhOgiqs4THXA1hUbUW5cmmBaQ {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #WetlcLT1QZF8B47owvW0vnbkHmukEKBn { display:block; }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #PRupCI8CTUsIl8hIvurS95RVZJtk3zp8 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #ClMdqdLWgX5Lf2oIQ98Eico1CMeqLWd0 {  }
 }@media only screen and (max-width: 763px) { #Up53Qr0cF6qyVQzOKlmwvzeUZb4MQIus #q3LQybkENcW5xAttBUPlLtQCIuMqTVvE {  }
 }@media only screen and (max-width: 763px) { #iXpdSNKowl3T9uuDgTXIfW98A2P1JKAi { width:8.9355625rem;height:2.625rem;top:1.25rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP3D5dlNc0nCKuMllkBvpxq2XEHT4Tth { width:20rem;height:40.047875rem;top:347.7470703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.746125rem;height:1.4rem;top:16.8125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.371125rem;height:1.4rem;top:11.3515625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:8.5390625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:14rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:12.370125rem;height:3.4765625rem;top:3.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:19.4609375rem;left:8.4375rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:23.8359375rem;left:8.4375rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:28.2109375rem;left:8.4375rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }