.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:238,246,226;--color-primary-1:198,227,159;--color-primary-2:140,198,63;--color-primary-3:70,99,32;--color-primary-4:21,30,9;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:229,227,227;--color-secondary-3:137,136,136;--color-secondary-4:46,45,45;--color-tertiary-0:238,246,226;--color-tertiary-1:198,227,159;--color-tertiary-2:140,198,63;--color-tertiary-3:70,99,32;--color-tertiary-4:21,30,9;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-2),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc86ffe6-4b00-413c-b921-ef63f557fb6b/harvestseasonfromfieldslushgreen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:rgba(var(--color-secondary-0),1);display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.96484375rem;left:0.75rem;height:;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; }
#fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { 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:3.75rem;width:12.6875rem;top:3.05859375rem;left:0rem;overflow:hidden;display:block; }
#MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.75rem;left:0.75rem;display:block; }
#B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lu6QZPay2kOf3DexLIZGQ6KmkZCkfxLX { color:rgba(var(--color-secondary-0),1);display:block;width:51.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0.75rem;height:4.3875rem;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; }
#CiBrEgWS8aHtzKwzMnTLyVVIP877GHf0 { position:absolute;display:block;z-index:15009;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:26.625rem;width:19.1875rem;top:8.96484375rem;left:55.8125rem;overflow:hidden;display:block; }
#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { position:relative;display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { background-color: transparent; background-image: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .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); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { border-width: 0; border-radius: 0; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .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; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;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; }#uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { color:rgba(var(--color-tertiary-2),1);display:block;width:63.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.75rem;height:10.96875rem;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; }
#IEFr5H5MXwWAkNBURcMTQFV0Daxa3trt { color:rgba(var(--color-tertiary-2),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.4375rem;left:6.75rem;height:4.2246125rem;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; }
#coTWMvdu0GleLE4LOhfBwfwi43aDhL4d { box-sizing:content-box;height:17.75rem;width:67.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:1.3125rem;left:4rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR { position:relative;display:block; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR { background-color: transparent; background-image: none; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .row .container > .video-iframe-container { display: none; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .row > .video-iframe-container { display: none; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .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); }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR { border-width: 0; border-radius: 0; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .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; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.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; }#gl8vCdXI7JsJVSJq8w0FSrESdmS5SBEN { box-sizing:content-box;height:6.6875rem;width:38.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14.25rem;left:20.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ET7GdZPFVE1lHdB9mcAxyuFzu3UTQmzX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:15.25rem;left:15.0625rem;overflow:hidden;display:block; }
#t5MJZEsCXmPhV63aeVE5VPaIUBhcfLrf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74975625rem;width:4.74975625rem;top:23.5625rem;left:15.0625rem;overflow:hidden;display:block; }
#VQTMofcfGM4iXxhGCzhJPfKxwZmu9TJq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:31.9375rem;left:15rem;overflow:hidden;display:block; }
#VQfkeZnbgz9ULnnGx3tyD5hFWLlGTh9B { color:rgba(var(--color-tertiary-2),1);display:block;width:32.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.536329269409rem;left:23.968360900879rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zHhoe371Jo8LuVcT6T7TTwi3N2nqIsXD { color:rgba(var(--color-tertiary-2),1);display:block;width:33.3116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.823049545288rem;left:23.466796875rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXT4mL2tq4hRGWyn0aytfVfaNKZZmrdm { box-sizing:content-box;height:6.6875rem;width:39.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:22.625rem;left:20.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ulouH3FNAKmtH4OwKqZD7aTpEgalmVD4 { box-sizing:content-box;height:6.6875rem;width:39.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:31.25rem;left:20.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TzJQUWcaBg1QUxqFlTGkRU7ZoOoQsAIo { color:rgba(var(--color-tertiary-2),1);display:block;width:24.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.53554725647rem;left:28.093360900879rem;height:2.11263125rem;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; }
#nS9XU8UCED3tgToeTKNgneS1spD2X8A8 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.8125rem;left:29.8125rem;display:block; }
#OHlI0cTkreALUTM0AqpF5IiMb8fPZ8Tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGziVz0REmaTa3km1GXizRvPHXm0NHQf { color:rgba(var(--color-secondary-0),1);display:block;width:62.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:6.25rem;height:9.4238125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#agnmQS230wiIolwZnc1QC4QwinqIhGTu { background-color:rgba(var(--color-secondary-0),1);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; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container { background-color: transparent; background-image: none; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container > .video-iframe-container { display: none; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row > .video-iframe-container { display: none; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .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); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container { border-width: 0; border-radius: 0; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;overflow:visible;position:relative;display:block; }#X7vsmuulDNMR777MllqareKkVnKkwuNe { color:#605444;display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:12.8359375rem;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; }
#PKFAlZxi8T44hXIp62RIXQJm7uVdVTMJ { color:#605444;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.19921875rem;left:0rem;height:7.5556875rem;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; }
#ap2zOmlJaZukUegIuWivd0xvHIfab8Re { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.018749237061rem;left:0rem;display:block; }
#nl3cJfDNIT0H390Iln0gt5l9G9bD4fIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG { position:relative;display:none; }#upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG { border-width: 0; border-radius: 0; }#upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG > .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; }#upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;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:none; }#dbNfO2LKZFBnnbhRi3s58FoP1lfiNhtO { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:block; }
#iy7hQt8xVsoBDemIdUVxq8cNBxrM6dvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT8FvRbvlD45Uztt5viGNcVJTmnHrKC0 { color:rgba(var(--color-secondary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6270837783814rem;left:3.375rem;height:15.6rem;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; }
#dKbu0bRQMonwP5TlhQbW2h1WOFhRDUcC { color:rgba(var(--color-secondary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.910417556762rem;left:3.375rem;height:10.15625rem;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; }
#JqH7vWZql47oma7Bt72VnzSqhGr3qbTq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:48rem;top:2.1281251907349rem;left:26.998960494995rem;overflow:hidden;display:block; }
#nXSuaJ5Do1gFgJMyLeGNivEvzCT5A0JM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:none; }
#RWRbMOuMA6DyAiqefMSEC50ekrhubqKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc86ffe6-4b00-413c-b921-ef63f557fb6b/harvestseasonfromfieldslushgreen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt.adaptive-delivery-prevent-bg, #qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt.lazyload, #qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt.lazyloading { background-image: none; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row .container { background-color: transparent; background-image: none; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row .container > .video-iframe-container { display: none; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row > .video-iframe-container { display: none; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .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); }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row .container { border-width: 0; border-radius: 0; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;overflow:visible;position:relative;display:block; }#UKrttv7UCdHH4eXKwBRTDLqgdzx3sJTo { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:36.75rem;width:24.125rem;top:3.75rem;left:40.625rem;display:block; }
#ryff2nMS8CZes7ZTnsFvPegrMhfGDhEk { color:rgba(var(--color-secondary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:11.0625rem;height:11.0488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FRXzm2VFGN7BR5TVdTKUgefupQlbyKgb { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:13.4375rem;left:43.8125rem;display:block; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-form-header {  }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-regular-label { height:auto;display:block;font-family:"open sans";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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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:rgba(var(--color-tertiary-2),1);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:"open sans";overflow:hidden;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.21) ; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem;text-align:center;text-align-last:center; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .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; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-container:first-of-type{padding-top:0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-container:last-of-type{padding-bottom:0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5  { background-color:rgba(var(--color-secondary-0),1);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:5.0625rem;left:43.062500953674rem; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-info-text { font-size:0.75rem; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 {display:block;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 { background-color:rgba(var(--color-secondary-0),1);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:5.0625rem;left:43.062500953674rem; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #hgmTT191R2aNowhxLgo088I780DPJfBA { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #RdZaSTJciaSo6TDL14mrxtqfRzXqz3yt { position:relative;display:block; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #XwQ9eXeicAfI7ZpFOrHm5soLNmzCqDgN { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #pWsNxWC5wx9etCeaD2e5APleg0Gc2wad { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #rA6bLn7HXOzdZnnEiImPs6HV1eIzrPnH { position:relative;display:block; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #lSpLMPFMbKAqUDKeKtakP95rE46Ir2cU { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #zNOZSkk1BDRl1wx37Q6AnfCSFBosAd8Z { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #FfcdpG9q8sPW1pBmNWNGrlyuvgbVgCHy { position:relative;display:block; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #r7lf4PIPBaQbEbdT2RlskmJN1fKJG8Db { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #eRQ4yBuA5v3ee5WMoDZ5C3fPhqPUtqGU { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #nSV4PqtDNOuxTi04N9DKoN2XwBsMfPye { position:relative;display:block; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #oTEiA2XPulL8lQUBrflw60FAsQncVIuR { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #OzOGM2gCINd8Pzgot1m0DSQrJ8TsiZQU { position:relative;display:block;z-index:15000; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #G0mEX7USG9IRPThBrltUVftqicOdWOBc { position:relative;display:block;z-index:15000; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #klXZ7OiR28hxc3k57qraKvukSRN1CIJs { position:relative; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #XqlsbcHcEnp6ZZDF0IrhT4svcpCrpaE4 { position:relative; }
#NywairreSqTE8OaTnVATUvAmoonD1tPE { 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:3.9987rem;width:13.5611875rem;top:26.25rem;left:10.3125rem;overflow:hidden;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-1),1);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:var(--paragraphs-font-family);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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:47.75rem;height:;top:8.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { top:3rem;left:0rem;width:12.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:15.375rem;height:3.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #Lu6QZPay2kOf3DexLIZGQ6KmkZCkfxLX { width:47.75rem;height:;top:18.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBrEgWS8aHtzKwzMnTLyVVIP877GHf0 { top:8.9375rem;left:28.5625rem;width:19.1875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:47.75rem;height:10.9375rem;top:3.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEFr5H5MXwWAkNBURcMTQFV0Daxa3trt { width:47.75rem;height:2.0625rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTWMvdu0GleLE4LOhfBwfwi43aDhL4d { top:1.3125rem;left:0rem;width:47.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR { display:block; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gl8vCdXI7JsJVSJq8w0FSrESdmS5SBEN { top:14.25rem;left:7.25rem;width:38.4375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7GdZPFVE1lHdB9mcAxyuFzu3UTQmzX { top:15.25rem;left:1.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5MJZEsCXmPhV63aeVE5VPaIUBhcfLrf { top:23.5625rem;left:1.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQTMofcfGM4iXxhGCzhJPfKxwZmu9TJq { top:31.9375rem;left:1.375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQfkeZnbgz9ULnnGx3tyD5hFWLlGTh9B { width:32.25rem;height:2.0625rem;top:16.5rem;left:10.343360900879rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHhoe371Jo8LuVcT6T7TTwi3N2nqIsXD { width:33.25rem;height:4.1875rem;top:23.8125rem;left:9.841796875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXT4mL2tq4hRGWyn0aytfVfaNKZZmrdm { top:22.625rem;left:7.25rem;width:39rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulouH3FNAKmtH4OwKqZD7aTpEgalmVD4 { top:31.25rem;left:7.25rem;width:39rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJQUWcaBg1QUxqFlTGkRU7ZoOoQsAIo { width:24rem;height:2.0625rem;top:33.5rem;left:14.468360900879rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9XU8UCED3tgToeTKNgneS1spD2X8A8 { width:15.375rem;height:3.1875rem;top:41.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHlI0cTkreALUTM0AqpF5IiMb8fPZ8Tm { display:block; }
 }@media only screen and (max-width: 763px) { #fGziVz0REmaTa3km1GXizRvPHXm0NHQf { width:47.75rem;height:9.375rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agnmQS230wiIolwZnc1QC4QwinqIhGTu { display:block; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7vsmuulDNMR777MllqareKkVnKkwuNe { width:47.75rem;height:12.8125rem;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKFAlZxi8T44hXIp62RIXQJm7uVdVTMJ { width:47.75rem;height:7.5625rem;top:17.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2zOmlJaZukUegIuWivd0xvHIfab8Re { width:15.375rem;height:3.1875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl3cJfDNIT0H390Iln0gt5l9G9bD4fIT { display:block; }
 }@media only screen and (max-width: 763px) { #upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG { display:block; }#upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbNfO2LKZFBnnbhRi3s58FoP1lfiNhtO { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7hQt8xVsoBDemIdUVxq8cNBxrM6dvy { display:block; }
 }@media only screen and (max-width: 763px) { #GT8FvRbvlD45Uztt5viGNcVJTmnHrKC0 { width:26.375rem;height:15.5625rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKbu0bRQMonwP5TlhQbW2h1WOFhRDUcC { width:23.9375rem;height:10.125rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqH7vWZql47oma7Bt72VnzSqhGr3qbTq { top:2.125rem;left:0rem;width:47.75rem;height:28.413736979167rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSuaJ5Do1gFgJMyLeGNivEvzCT5A0JM { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWRbMOuMA6DyAiqefMSEC50ekrhubqKu { display:block; }
 }@media only screen and (max-width: 763px) { #qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt { display:block; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKrttv7UCdHH4eXKwBRTDLqgdzx3sJTo { width:24.0625rem;height:36.75rem;top:3.75rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryff2nMS8CZes7ZTnsFvPegrMhfGDhEk { width:22.5rem;height:11rem;top:14.0625rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRXzm2VFGN7BR5TVdTKUgefupQlbyKgb { width:18.75rem;height:0;top:13.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5  { width:16.75rem;height:auto;top:5.0625rem;left:28.5rem; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 {display:block;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 { width:16.75rem;height:auto;top:5.0625rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #hgmTT191R2aNowhxLgo088I780DPJfBA {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #RdZaSTJciaSo6TDL14mrxtqfRzXqz3yt { display:none; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #XwQ9eXeicAfI7ZpFOrHm5soLNmzCqDgN {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #pWsNxWC5wx9etCeaD2e5APleg0Gc2wad {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #rA6bLn7HXOzdZnnEiImPs6HV1eIzrPnH { display:none; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #lSpLMPFMbKAqUDKeKtakP95rE46Ir2cU {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #zNOZSkk1BDRl1wx37Q6AnfCSFBosAd8Z {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #FfcdpG9q8sPW1pBmNWNGrlyuvgbVgCHy {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #r7lf4PIPBaQbEbdT2RlskmJN1fKJG8Db {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #eRQ4yBuA5v3ee5WMoDZ5C3fPhqPUtqGU {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #nSV4PqtDNOuxTi04N9DKoN2XwBsMfPye { display:none; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #oTEiA2XPulL8lQUBrflw60FAsQncVIuR {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #OzOGM2gCINd8Pzgot1m0DSQrJ8TsiZQU {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #G0mEX7USG9IRPThBrltUVftqicOdWOBc {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #klXZ7OiR28hxc3k57qraKvukSRN1CIJs {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #XqlsbcHcEnp6ZZDF0IrhT4svcpCrpaE4 {  }
 }@media only screen and (max-width: 763px) { #NywairreSqTE8OaTnVATUvAmoonD1tPE { top:26.25rem;left:0rem;width:13.5rem;height:3.9804701002419rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:17.375rem;height:8.125rem;top:4.68671875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { width:7.1875rem;height:2.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:11.6875rem;height:2.375rem;top:20.328125rem;left:0.6875rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #Lu6QZPay2kOf3DexLIZGQ6KmkZCkfxLX { width:12.5625rem;height:6.09375rem;top:13.429688453674rem;left:0.78046879172325rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiBrEgWS8aHtzKwzMnTLyVVIP877GHf0 { width:7.8125rem;height:10.875rem;top:11.0390625rem;left:12.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:19.625rem;height:5.85rem;top:1.8718757629394rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEFr5H5MXwWAkNBURcMTQFV0Daxa3trt { width:16.9375rem;height:4.3875rem;top:8.175000190735rem;left:1.5312501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTWMvdu0GleLE4LOhfBwfwi43aDhL4d { width:20rem;height:12.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR { display:block; }#FOcOiRRCWmHu7znNE8Z1Uo9EW7RARTDR > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gl8vCdXI7JsJVSJq8w0FSrESdmS5SBEN { width:20rem;height:5.4375rem;top:14.587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET7GdZPFVE1lHdB9mcAxyuFzu3UTQmzX { width:4.75rem;height:4.75rem;top:8.587890625rem;left:7.6242189109325rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5MJZEsCXmPhV63aeVE5VPaIUBhcfLrf { width:4.6875rem;height:4.6875rem;top:21.212112426757rem;left:7.6242189109325rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQTMofcfGM4iXxhGCzhJPfKxwZmu9TJq { width:4.75rem;height:4.75rem;top:38.038284301757rem;left:7.6242189109325rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQfkeZnbgz9ULnnGx3tyD5hFWLlGTh9B { width:16.6875rem;height:3.25078125rem;top:15.723827362061rem;left:1.6558594405651rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHhoe371Jo8LuVcT6T7TTwi3N2nqIsXD { width:17.5rem;height:6.825rem;top:28.517578125rem;left:1.2492187917233rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXT4mL2tq4hRGWyn0aytfVfaNKZZmrdm { width:20rem;height:9.5625rem;top:27.150001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulouH3FNAKmtH4OwKqZD7aTpEgalmVD4 { width:20rem;height:5.875rem;top:44.038284301757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJQUWcaBg1QUxqFlTGkRU7ZoOoQsAIo { width:15.5625rem;height:3.25078125rem;top:45.300781965256rem;left:2.2183594405651rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9XU8UCED3tgToeTKNgneS1spD2X8A8 { width:12.624625rem;height:3.1875rem;top:51.600003242492rem;left:3.6867189109326rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHlI0cTkreALUTM0AqpF5IiMb8fPZ8Tm { display:block; }
 }@media only screen and (max-width: 763px) { #fGziVz0REmaTa3km1GXizRvPHXm0NHQf { width:19.99925rem;height:6.3375rem;top:1.3726577758789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agnmQS230wiIolwZnc1QC4QwinqIhGTu { background-color:#ffffff;background-image:none;display:block; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container { background-color: transparent; background-image: none; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container > .video-iframe-container { display: none; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row > .video-iframe-container { display: none; }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .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); }#agnmQS230wiIolwZnc1QC4QwinqIhGTu > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7vsmuulDNMR777MllqareKkVnKkwuNe { width:19.99925rem;height:4.0625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKFAlZxi8T44hXIp62RIXQJm7uVdVTMJ { width:19.25rem;height:6.90625rem;top:7.6109380722044rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2zOmlJaZukUegIuWivd0xvHIfab8Re { width:12.062125rem;height:2.74921875rem;top:16.046485900879rem;left:3.9679689109326rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl3cJfDNIT0H390Iln0gt5l9G9bD4fIT { display:block; }
 }@media only screen and (max-width: 763px) { #upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG { display:none; }#upM3JGIBTho9WEkpR1cQ7QMQE7bTC1yG > .row .container { width:20rem;height:36.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dbNfO2LKZFBnnbhRi3s58FoP1lfiNhtO { width:20rem;height:2.5rem;top:14.835417270661rem;left:0rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7hQt8xVsoBDemIdUVxq8cNBxrM6dvy { display:block; }
 }@media only screen and (max-width: 763px) { #GT8FvRbvlD45Uztt5viGNcVJTmnHrKC0 { width:20rem;height:5.3625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKbu0bRQMonwP5TlhQbW2h1WOFhRDUcC { width:16.6875rem;height:6.5rem;top:7.0854167938231rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqH7vWZql47oma7Bt72VnzSqhGr3qbTq { width:20rem;height:11.901041666667rem;top:18.588541984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSuaJ5Do1gFgJMyLeGNivEvzCT5A0JM { width:20rem;height:2.5rem;top:31.587501525879rem;left:0.03125rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#8cc63f;display:block; }
 }@media only screen and (max-width: 763px) { #RWRbMOuMA6DyAiqefMSEC50ekrhubqKu { display:block; }
 }@media only screen and (max-width: 763px) { #qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt { display:block; }#qvAqXoERQLqRFVAx0k4ckKRrctDM3Qlt > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKrttv7UCdHH4eXKwBRTDLqgdzx3sJTo { width:20rem;height:36.3125rem;top:10.16484375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ryff2nMS8CZes7ZTnsFvPegrMhfGDhEk { width:19.99925rem;height:2.4375rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRXzm2VFGN7BR5TVdTKUgefupQlbyKgb { width:17.499625rem;height:0.05859375rem;top:19.852725219726rem;left:2.500375rem;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) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5  { width:16.6875rem;height:auto;top:10.7265625rem;left:0.40625rem;z-index:15041; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 {display:block;}#Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 { width:16.6875rem;height:auto;top:10.7265625rem;left:0.40625rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #hgmTT191R2aNowhxLgo088I780DPJfBA {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #RdZaSTJciaSo6TDL14mrxtqfRzXqz3yt { display:block; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #XwQ9eXeicAfI7ZpFOrHm5soLNmzCqDgN {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #pWsNxWC5wx9etCeaD2e5APleg0Gc2wad {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #rA6bLn7HXOzdZnnEiImPs6HV1eIzrPnH { display:block; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #lSpLMPFMbKAqUDKeKtakP95rE46Ir2cU {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #zNOZSkk1BDRl1wx37Q6AnfCSFBosAd8Z {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #FfcdpG9q8sPW1pBmNWNGrlyuvgbVgCHy { display:block; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #r7lf4PIPBaQbEbdT2RlskmJN1fKJG8Db {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #eRQ4yBuA5v3ee5WMoDZ5C3fPhqPUtqGU {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #nSV4PqtDNOuxTi04N9DKoN2XwBsMfPye { display:block; }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #oTEiA2XPulL8lQUBrflw60FAsQncVIuR {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #OzOGM2gCINd8Pzgot1m0DSQrJ8TsiZQU {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #G0mEX7USG9IRPThBrltUVftqicOdWOBc {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #klXZ7OiR28hxc3k57qraKvukSRN1CIJs {  }
 }@media only screen and (max-width: 763px) { #Vv7CR9recW0PqgZHWLTZPTHLqP7rOTW5 #XqlsbcHcEnp6ZZDF0IrhT4svcpCrpaE4 {  }
 }@media only screen and (max-width: 763px) { #NywairreSqTE8OaTnVATUvAmoonD1tPE { width:8.25rem;height:2.375rem;top:2.125rem;left:5.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.7476875rem;height:1.4rem;top:16.81406875rem;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.371875rem;height:1.4rem;top:11.3527375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:19.99925rem;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.5621125rem;height:1.5621125rem;top:8.540625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5621125rem;height:1.5621125rem;top:14.00195625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:12.3715rem;height:3.478125rem;top:3.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.12421875rem;height:3.12421875rem;top:19.4632875rem;left:8.4375rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.12421875rem;height:3.12421875rem;top:23.83750625rem;left:8.4375rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.12421875rem;height:3.12421875rem;top:28.211725rem;left:8.4375rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:6.1875rem;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; }
 }