.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22686e19-7ebc-44af-baad-a13dc60dcd94/agricultureg362356c03_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f.adaptive-delivery-prevent-bg, #gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f.lazyload, #gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f.lazyloading { background-image: none; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row .container { background-color: transparent; background-image: none; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row .container > .video-iframe-container { display: none; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row > .video-iframe-container { display: none; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .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); }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row .container { border-width: 0; border-radius: 0; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f::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; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#x38JZwXSrykFtyri9gq32937nAHWkpPT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5625rem;width:20.75rem;position:absolute;display:block;z-index:15024;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.53125rem;left:38.58749961853rem;overflow:hidden;display:block; }
#ffRo1VuuosWHp4papHynX8TTWSvm7www { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22686e19-7ebc-44af-baad-a13dc60dcd94/agricultureg362356c03_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ffRo1VuuosWHp4papHynX8TTWSvm7www.adaptive-delivery-prevent-bg, #ffRo1VuuosWHp4papHynX8TTWSvm7www.lazyload, #ffRo1VuuosWHp4papHynX8TTWSvm7www.lazyloading { background-image: none; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container { background-color: transparent; background-image: none; }#ffRo1VuuosWHp4papHynX8TTWSvm7www::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.47); }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container > .video-iframe-container { display: none; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.47); }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row > .video-iframe-container { display: none; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .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); }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container { border-width: 0; border-radius: 0; }#ffRo1VuuosWHp4papHynX8TTWSvm7www::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; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container { font-size:0.875rem;font-family:arial;height:79.6875rem;width:60rem;position:relative;display:block; }#l5JRXgHzeVNVxXIG7AtoHTlNKaT27UfB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.9375rem;width:44.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.875rem;left:7.53125rem;overflow:hidden;display:block; }
#Z3dV4tPtoTlgp6A3JiR2bBwPW0udvxOS { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.8125rem;left:6.5625rem;height:6.825rem;display:block; }
#Kb8AXs0enggKdKkJBKFQXQUoXmStNSVD { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:57.811719894409rem;left:6.5625rem;height:13rem;display:block; }
#IcUnyoodowpbcM65x7IgRbzJnEIElnph { z-index:15003;top:13.3125rem;left:22.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #278e29, #278e29);background-image: -moz-linear-gradient(173deg, #278e29, #278e29);background-image: -ms-linear-gradient(173deg, #278e29, #278e29);background-image: -o-linear-gradient(173deg, #278e29, #278e29);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#278e29', endColorstr='#278e29' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#278e29', endColorstr='#278e29' );";background-image: linear-gradient(173deg, #278e29, #278e29);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KfdSmQtF7P0IJZ9FKZwe7rl5GSri6miC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eusagR8iqhwKV84ar8xDBa84W2JQiN7M { box-sizing:content-box;color:#278e29;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:71.436719894406rem;left:48.83749961853rem;display:block; }
#hS8Ero4Fi5lez56Cz63tpJ4TsXOsfHTk { box-sizing:content-box;color:#278e29;font-size:3.8125rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:52.374219894409rem;left:1.125rem;display:block; }
#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP { background-color:#278e29;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:none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { border-width: 0; border-radius: 0; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { font-size:0.875rem;font-family:arial;height:119.4375rem;width:60rem;overflow:visible;position:relative;display:none; }#UKuLdqZFqT0l6nWr5GeHzQvgmdU0k1w4 { color:#000000;display:block;width:47.0625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.1875rem;left:6.46875rem;height:2.92480625rem;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-form-header {  }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;color:#ffffff;width:45.4375rem;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;font-style:normal;overflow:hidden;line-height:1.7; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .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;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-text {padding-top: 0; padding-bottom: 0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .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;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;width:45.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:45.4375rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select {padding-top: 0; padding-bottom: 0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-checkbox { width:1rem;height:1rem;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; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#063a10;background-image:none;background-position:center !important;background-repeat:no-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.625rem;font-weight:700;color:#ffffff;width:45.4375rem;height:4.3125rem;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP [class*="-text"]:-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP [class*="-text"]::-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP [class*="-text"]:-ms-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP [class*="-text"]::-webkit-input-placeholder { color:#4c4b4b;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .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:roboto;line-height:2.3;font-size:0.9375rem;font-weight:400;color:#ffffff;vertical-align:top;width:44.1875rem;overflow:hidden;font-style:normal; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .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; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:roboto;font-size:1.125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-container:first-of-type{padding-top:0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-container:last-of-type{padding-bottom:0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP  { background-color:#57725f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:9.150390625rem;z-index:15016;position:absolute; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.4375rem;display:block;vertical-align:top; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-info-text { display:block;height:auto;font-family:roboto;font-size:1rem;line-height:1.4;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP {display:block;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP { background-color:#57725f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:6.03125rem;top:9.150390625rem;z-index:15016;position:absolute; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #vQoarZOkvM5NCHyWfrFsqp79rVXCB7HH { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #U51lHfMAouv89s34XKnuo6sxhNKsr7yz { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VZLsRbGU245RbTOZSqO0q4HJSKyl0IGU { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #GuCwP4NuA0QGVfG6xbb0r7NtwrIqN5us { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #p1QSiFZEQ9F2zVH601PfEzdfW2aVKklf { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #LJgaldxoTbLSwBsHfFBryiOk6ztTW21q { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KILWqPTVtqHLcb5xkdI5RDqPM7TFbEpB { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TtTJxmX6PcB7eVhUhKthJxPRrdMc7SnK { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PbPgyp3ZaSVX3XgsXcuASguXnugbUQMP { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #q8GzRuppmBkZ1gaMT46OoRTNCZHvuTrb { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #V6Z5uE5PSZTkhrUGgbTgMMs7GHWr73sB { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #eyLPLyBGJJr4RV2CZp4bcBTqHhnVODI8 { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #OTcNeupTRU2aKRnliRxsqThw9W5d5CZ9 { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #G2kUZldZSeWhy53sIMa5GL87a00J6xSw { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #UbVtNW1KRGOWADq1i1CDentXPA1re4Gc { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #yuTDhuDR3OZugTT5T9XbSCQlGFsQTVyi { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #okqslJMblK03qbdkcGsS0F2D4iQKUfe5 { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #r2KpCTrlFocSdEG6pnG0D9muVxgCWV8w { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #WbEG7ueoTeFyPa2hmcTJ7k7dqvoprehI { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KgyFT1sr8dFt0buyrUHlcfi15qFMp84K { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #r2khF1TzhITgbiT91ymF108MaGHPw85E { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VUP9XNRIOvygqNsbeAqhi5Thn2RlCJ0N { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #FRPiZoDHqBhDeriMLD9vCRSVTLzdg7CH { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #aJ70Zr9yq5tzuKwHFbGd8LCxPOTuQpRO { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #a8FRAT8lec4mau4xiOECM1MUuxOJ0F6J { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #QEWaSWe5rTE1GPQ0V6yss76vQp10Hq9C { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #u4S3Thss5HZyqWdtxkSeHJsuPiv2fupi { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #mTTycbf8sREMzvBTTE5sTJmLW8XW8fFn { position:relative;z-index:15000; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #W5yutG6pUs4BeZvsJGpEi6J7gNHDSIWc { position:relative;z-index:15000; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KMZMvbEvcINCC8uZxZVdV5g14iWJtPg9 { position:relative;z-index:15000; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #veh6tu0GyuMmV0dwiGDFskS0TdHgQoJu { position:relative;z-index:15000; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TKZnv6JvJWT3fmc23RBIVAMc1ZaBwRZe { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #BWFoX8tc6gTSNcLqzU0qbZoPWGSo736Z { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #yZpD1FfXu0DzS0k6Gf9KbemhKLA4ewND { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Msd7woCoxg7xWgbHPT8bVvEqtsUiTm4a { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #xGwNlnmm2Zp3mREUQxG0tAC54Cxl5LqD { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #oWTRiCKqvdtfs8n6CnSS8Dpad8cKRdmR { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #uXNLgdI4aT7WLLmP4THBhUWK8y4tST0i { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #spueCvoZar6xcqctdB3Jgr0lsW0TX04k { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PVTgU8ouZ0hTJsKaGwHPFzkMCH9eEeco { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KG5rOxm7ZM6stHqXFJqtw87NX22Tcqwq { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KG5rOxm7ZM6stHqXFJqtw87NX22Tcqwq .container-column{width:50%;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VhxKhiULFN021TQsRhfrlyQT7LoFQZc1 { position:relative;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #aVLeLNm7DsgSuLBQ2QCJRfLh60Zn5uWa { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Puo0skOBaUXfdy2uiPpvTctm1SOgX45Q { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #hGSTvkO9tnTTrKBb0FxEFmvT3y51TgK1 { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #kLomDiIFXHvQSp6kI8V4rvZtkqFTTObw { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TkiMB3C0m8FhXko3VfCnwNJJJ69wwQH3 { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #RWfWWAZKBwqE5qpod0a7bG1F42DGhkJ5 { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #y43kLNV6VnTdW5sqHbIwGbtMbnLyN2pB { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #tBlu7GZDTLnVQ4fk7sgTl1OPWFAzGHUq { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #whTO81D2ceNwtFlCDHcFZGHAGMgsJwHV { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Q6qmipfQoM247uM8d14h0ltX5OT51dAM { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #c94yKDUFE1NZEgie5F9QKwgdv7Tqc4Vv { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #h89iZEQonLBD9xeTQP9pXcB0Cz31rDC9 { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #hUoTOL6GO7HCkp3q4Vn0vaOg8FTCHzhF { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #uVf24zfS0DdDPo1P50i2yLTinP4q5Ibs { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Zw6V4pnV0uwitqndMOfp4AZH3fOU5nPO { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #XAOHL5SXqGFPoVJDHffBqBvwG7TpNmpZ { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #ctbF3L9ZNqEDNkVFOTZQfe6dAXU9U8wR { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #beV6OpKx6rEPJ6iLxvul0nRtTDvehEQH { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #FTbsyFbgFKvlOT9hxxEbMdOhLSD9zPTd { position:relative;z-index:2; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #t3dXLyZZ1apUKZiR09H3ZTHI0LLvg5nl { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #RlVqQPlWrDNXzAJy10bRN05c6GeR71fG { position:relative;display:block;z-index:15000; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PAW9ZBf6zvD5xl8y1i0u7LKpJEXBvIdG { position:relative;display:block;z-index:15000; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #lvSi5uwf8TpW7WQanOkVeFBPnCMNwBPC { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #sfU7kAcFbmsVKRxDzVNxhpzl2zySOpPN { position:relative; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #V0uDtLVOBotLsvwnGr3Soaqmb0U8iAGF { position:relative;z-index:15000; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #QSLD8rMZGdMSME0Ty76Z92aO2wyQ3bCM { position:relative;z-index:15000; }
#HNv1noA2BLnGezplKP7ynKQw3XyFLiJC { position:relative;display:block; }
#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;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; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row .container { background-color: transparent; background-image: none; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row .container > .video-iframe-container { display: none; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row > .video-iframe-container { display: none; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .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); }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row .container { border-width: 0; border-radius: 0; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#PmLWH2EuRZiABvRTOcIvXHfLiZkN8sBe { z-index:15011;top:5.9375rem;left:42.812503814698rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#bT7JXNQTCitL9peXkQCEempiGsVKzFgR { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ALLtSDnRW2TpQTUNGta9AlRRS82PSu8R { display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:bold;z-index:15015;line-height:1;top:3.3125rem;left:23.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5625rem;text-align:left;text-align-last:left;color:#3fa548;text-transform:uppercase;display:block; }
#Pt1klI1UrbS2o2AmnDzb5oiVTp3W4Gdd { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15017;top:6rem;left:39.625rem;display:block; }
#Di2mC15wlUWuGuD5Uben5AlADRzAaGDk { z-index:15010;top:5.9375rem;left:26.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#NKP80WETz1WzpNtTmDCG55Zh2zULw9dI { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#dqp4weeLdJkaFDWWxdDS7LTuE7OOTcwI { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15016;top:6rem;left:23.375rem;display:block; }
#U1TuweDQBJn6I2RCXtKTSwoosVX1Z3G6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.9375rem;width:11.8125rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.01953125rem;left:1.625rem;overflow:hidden;display:block; }
#k0LpCSUFp6tqdAiudxpOF8ffiSxFS9Or { z-index:15012;top:9.75rem;left:26.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#XKxzkuNLr0baCGyECEXPqF0g7w8g9nHh { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#NkFcuhR2UcsdZWX9m3RMN1P8yPuAHJOI { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15018;top:9.9375rem;left:23.375rem;display:block; }
#goSafKh3Te0D4CErDU8MOVoKdcfy49nU { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15019;top:9.9375rem;left:39.625rem;display:block; }
#oJ1e0h67JitSfJEHgfiP3nu1P3C3TDoN { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.9375rem;left:42.75rem;height:3.65625rem;color:#565656;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f { display:block; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x38JZwXSrykFtyri9gq32937nAHWkpPT { width:7.6875rem;height:1.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffRo1VuuosWHp4papHynX8TTWSvm7www { display:block; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5JRXgHzeVNVxXIG7AtoHTlNKaT27UfB { width:44.9375rem;height:27.9375rem;top:21.875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3dV4tPtoTlgp6A3JiR2bBwPW0udvxOS { width:46.875rem;height:6.8125rem;top:2.8125rem;left:0.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8AXs0enggKdKkJBKFQXQUoXmStNSVD { width:46.875rem;height:16.25rem;top:57.75rem;left:0.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUnyoodowpbcM65x7IgRbzJnEIElnph { top:13.3125rem;left:16.843751907349rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfdSmQtF7P0IJZ9FKZwe7rl5GSri6miC { display:block; }
 }@media only screen and (max-width: 763px) { #eusagR8iqhwKV84ar8xDBa84W2JQiN7M { width:5.5rem;height:5.5rem;top:71.375rem;left:42.25rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS8Ero4Fi5lez56Cz63tpJ4TsXOsfHTk { width:5.5rem;height:5.5rem;top:52.3125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIy37CznbXXyPovP4RXQ6RJGBuXlZStP { display:none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UKuLdqZFqT0l6nWr5GeHzQvgmdU0k1w4 { width:47.0625rem;height:2.875rem;top:3.1875rem;left:0.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-regular-label { display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-checkbox-label { width:44.1875rem; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP  { width:45.4375rem;height:auto; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP {display:block;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP { width:45.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #vQoarZOkvM5NCHyWfrFsqp79rVXCB7HH {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #U51lHfMAouv89s34XKnuo6sxhNKsr7yz {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VZLsRbGU245RbTOZSqO0q4HJSKyl0IGU {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #GuCwP4NuA0QGVfG6xbb0r7NtwrIqN5us {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #p1QSiFZEQ9F2zVH601PfEzdfW2aVKklf { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #LJgaldxoTbLSwBsHfFBryiOk6ztTW21q {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KILWqPTVtqHLcb5xkdI5RDqPM7TFbEpB {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TtTJxmX6PcB7eVhUhKthJxPRrdMc7SnK { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PbPgyp3ZaSVX3XgsXcuASguXnugbUQMP {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #q8GzRuppmBkZ1gaMT46OoRTNCZHvuTrb {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #V6Z5uE5PSZTkhrUGgbTgMMs7GHWr73sB { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #eyLPLyBGJJr4RV2CZp4bcBTqHhnVODI8 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #OTcNeupTRU2aKRnliRxsqThw9W5d5CZ9 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #G2kUZldZSeWhy53sIMa5GL87a00J6xSw { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #UbVtNW1KRGOWADq1i1CDentXPA1re4Gc {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #yuTDhuDR3OZugTT5T9XbSCQlGFsQTVyi {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #okqslJMblK03qbdkcGsS0F2D4iQKUfe5 { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #r2KpCTrlFocSdEG6pnG0D9muVxgCWV8w {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #WbEG7ueoTeFyPa2hmcTJ7k7dqvoprehI {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KgyFT1sr8dFt0buyrUHlcfi15qFMp84K { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #r2khF1TzhITgbiT91ymF108MaGHPw85E {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VUP9XNRIOvygqNsbeAqhi5Thn2RlCJ0N {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #FRPiZoDHqBhDeriMLD9vCRSVTLzdg7CH { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #aJ70Zr9yq5tzuKwHFbGd8LCxPOTuQpRO {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #a8FRAT8lec4mau4xiOECM1MUuxOJ0F6J {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #QEWaSWe5rTE1GPQ0V6yss76vQp10Hq9C { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #u4S3Thss5HZyqWdtxkSeHJsuPiv2fupi {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #mTTycbf8sREMzvBTTE5sTJmLW8XW8fFn { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #W5yutG6pUs4BeZvsJGpEi6J7gNHDSIWc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KMZMvbEvcINCC8uZxZVdV5g14iWJtPg9 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #veh6tu0GyuMmV0dwiGDFskS0TdHgQoJu { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TKZnv6JvJWT3fmc23RBIVAMc1ZaBwRZe {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #BWFoX8tc6gTSNcLqzU0qbZoPWGSo736Z { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #yZpD1FfXu0DzS0k6Gf9KbemhKLA4ewND {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Msd7woCoxg7xWgbHPT8bVvEqtsUiTm4a {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #xGwNlnmm2Zp3mREUQxG0tAC54Cxl5LqD { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #oWTRiCKqvdtfs8n6CnSS8Dpad8cKRdmR {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #uXNLgdI4aT7WLLmP4THBhUWK8y4tST0i {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #spueCvoZar6xcqctdB3Jgr0lsW0TX04k { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PVTgU8ouZ0hTJsKaGwHPFzkMCH9eEeco {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KG5rOxm7ZM6stHqXFJqtw87NX22Tcqwq {  }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KG5rOxm7ZM6stHqXFJqtw87NX22Tcqwq .container-column{width:50%;} }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VhxKhiULFN021TQsRhfrlyQT7LoFQZc1 { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #aVLeLNm7DsgSuLBQ2QCJRfLh60Zn5uWa { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Puo0skOBaUXfdy2uiPpvTctm1SOgX45Q {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #hGSTvkO9tnTTrKBb0FxEFmvT3y51TgK1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #kLomDiIFXHvQSp6kI8V4rvZtkqFTTObw {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TkiMB3C0m8FhXko3VfCnwNJJJ69wwQH3 { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #RWfWWAZKBwqE5qpod0a7bG1F42DGhkJ5 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #y43kLNV6VnTdW5sqHbIwGbtMbnLyN2pB { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #tBlu7GZDTLnVQ4fk7sgTl1OPWFAzGHUq {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #whTO81D2ceNwtFlCDHcFZGHAGMgsJwHV { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Q6qmipfQoM247uM8d14h0ltX5OT51dAM {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #c94yKDUFE1NZEgie5F9QKwgdv7Tqc4Vv { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #h89iZEQonLBD9xeTQP9pXcB0Cz31rDC9 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #hUoTOL6GO7HCkp3q4Vn0vaOg8FTCHzhF { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #uVf24zfS0DdDPo1P50i2yLTinP4q5Ibs {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Zw6V4pnV0uwitqndMOfp4AZH3fOU5nPO { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #XAOHL5SXqGFPoVJDHffBqBvwG7TpNmpZ {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #ctbF3L9ZNqEDNkVFOTZQfe6dAXU9U8wR { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #beV6OpKx6rEPJ6iLxvul0nRtTDvehEQH {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #FTbsyFbgFKvlOT9hxxEbMdOhLSD9zPTd { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #t3dXLyZZ1apUKZiR09H3ZTHI0LLvg5nl {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #RlVqQPlWrDNXzAJy10bRN05c6GeR71fG {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PAW9ZBf6zvD5xl8y1i0u7LKpJEXBvIdG {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #lvSi5uwf8TpW7WQanOkVeFBPnCMNwBPC {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #sfU7kAcFbmsVKRxDzVNxhpzl2zySOpPN {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #V0uDtLVOBotLsvwnGr3Soaqmb0U8iAGF { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #QSLD8rMZGdMSME0Ty76Z92aO2wyQ3bCM { z-index:15000; }
 }@media only screen and (max-width: 763px) { #HNv1noA2BLnGezplKP7ynKQw3XyFLiJC { display:block; }
 }@media only screen and (max-width: 763px) { #ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB { display:block; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmLWH2EuRZiABvRTOcIvXHfLiZkN8sBe { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7JXNQTCitL9peXkQCEempiGsVKzFgR { display:block; }
 }@media only screen and (max-width: 763px) { #ALLtSDnRW2TpQTUNGta9AlRRS82PSu8R { z-index:15006;top:1.375rem;left:20rem;width:12.875rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1klI1UrbS2o2AmnDzb5oiVTp3W4Gdd { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2mC15wlUWuGuD5Uben5AlADRzAaGDk { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKP80WETz1WzpNtTmDCG55Zh2zULw9dI { display:block; }
 }@media only screen and (max-width: 763px) { #dqp4weeLdJkaFDWWxdDS7LTuE7OOTcwI { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TuweDQBJn6I2RCXtKTSwoosVX1Z3G6 { width:4.375rem;height:4.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0LpCSUFp6tqdAiudxpOF8ffiSxFS9Or { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxzkuNLr0baCGyECEXPqF0g7w8g9nHh { display:block; }
 }@media only screen and (max-width: 763px) { #NkFcuhR2UcsdZWX9m3RMN1P8yPuAHJOI { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goSafKh3Te0D4CErDU8MOVoKdcfy49nU { width:3.125rem;height:3.125rem;top:9.9375rem;left:30.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ1e0h67JitSfJEHgfiP3nu1P3C3TDoN { width:17.25rem;height:3.5rem;top:9.9375rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f { display:block; }#gs7PGJc73AXSuxSmukvl3d5Zr9SboU0f > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x38JZwXSrykFtyri9gq32937nAHWkpPT { width:20rem;height:4.3975903614458rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffRo1VuuosWHp4papHynX8TTWSvm7www { display:block; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5JRXgHzeVNVxXIG7AtoHTlNKaT27UfB { width:20rem;height:12.433625rem;top:18.837499976158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3dV4tPtoTlgp6A3JiR2bBwPW0udvxOS { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8AXs0enggKdKkJBKFQXQUoXmStNSVD { width:20rem;height:25.996125rem;top:32.883593559265rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUnyoodowpbcM65x7IgRbzJnEIElnph { top:12.9rem;left:1.25rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfdSmQtF7P0IJZ9FKZwe7rl5GSri6miC { display:block; }
 }@media only screen and (max-width: 763px) { #eusagR8iqhwKV84ar8xDBa84W2JQiN7M { width:5.5rem;height:5.5rem;top:58.821092605591rem;left:10.500000357628rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS8Ero4Fi5lez56Cz63tpJ4TsXOsfHTk { width:5.5rem;height:5.5rem;top:58.821092605591rem;left:3.7499998807907rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIy37CznbXXyPovP4RXQ6RJGBuXlZStP { background-color:#407b14;background-image:none;display:none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { width:20rem;height:135.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UKuLdqZFqT0l6nWr5GeHzQvgmdU0k1w4 { width:20rem;height:7.7988125rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:1.125rem;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-text {padding-top: 0; padding-bottom: 0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select {padding-top: 0; padding-bottom: 0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.4375rem;overflow:hidden;background-color:#165320;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP  { width:17.5rem;height:auto;top:10.235375rem;left:0rem; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP {display:block;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP { width:17.5rem;height:auto;top:10.235375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #vQoarZOkvM5NCHyWfrFsqp79rVXCB7HH {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #U51lHfMAouv89s34XKnuo6sxhNKsr7yz { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VZLsRbGU245RbTOZSqO0q4HJSKyl0IGU {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #GuCwP4NuA0QGVfG6xbb0r7NtwrIqN5us {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #p1QSiFZEQ9F2zVH601PfEzdfW2aVKklf { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #LJgaldxoTbLSwBsHfFBryiOk6ztTW21q {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KILWqPTVtqHLcb5xkdI5RDqPM7TFbEpB {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TtTJxmX6PcB7eVhUhKthJxPRrdMc7SnK { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PbPgyp3ZaSVX3XgsXcuASguXnugbUQMP {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #q8GzRuppmBkZ1gaMT46OoRTNCZHvuTrb {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #V6Z5uE5PSZTkhrUGgbTgMMs7GHWr73sB { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #eyLPLyBGJJr4RV2CZp4bcBTqHhnVODI8 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #OTcNeupTRU2aKRnliRxsqThw9W5d5CZ9 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #G2kUZldZSeWhy53sIMa5GL87a00J6xSw { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #UbVtNW1KRGOWADq1i1CDentXPA1re4Gc {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #yuTDhuDR3OZugTT5T9XbSCQlGFsQTVyi {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #okqslJMblK03qbdkcGsS0F2D4iQKUfe5 { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #r2KpCTrlFocSdEG6pnG0D9muVxgCWV8w {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #WbEG7ueoTeFyPa2hmcTJ7k7dqvoprehI {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KgyFT1sr8dFt0buyrUHlcfi15qFMp84K { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #r2khF1TzhITgbiT91ymF108MaGHPw85E {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VUP9XNRIOvygqNsbeAqhi5Thn2RlCJ0N {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #FRPiZoDHqBhDeriMLD9vCRSVTLzdg7CH { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #aJ70Zr9yq5tzuKwHFbGd8LCxPOTuQpRO {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #a8FRAT8lec4mau4xiOECM1MUuxOJ0F6J {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #QEWaSWe5rTE1GPQ0V6yss76vQp10Hq9C { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #u4S3Thss5HZyqWdtxkSeHJsuPiv2fupi {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #mTTycbf8sREMzvBTTE5sTJmLW8XW8fFn { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #W5yutG6pUs4BeZvsJGpEi6J7gNHDSIWc { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KMZMvbEvcINCC8uZxZVdV5g14iWJtPg9 { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #veh6tu0GyuMmV0dwiGDFskS0TdHgQoJu { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TKZnv6JvJWT3fmc23RBIVAMc1ZaBwRZe {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #BWFoX8tc6gTSNcLqzU0qbZoPWGSo736Z { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #yZpD1FfXu0DzS0k6Gf9KbemhKLA4ewND {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Msd7woCoxg7xWgbHPT8bVvEqtsUiTm4a {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #xGwNlnmm2Zp3mREUQxG0tAC54Cxl5LqD { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #oWTRiCKqvdtfs8n6CnSS8Dpad8cKRdmR {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #uXNLgdI4aT7WLLmP4THBhUWK8y4tST0i {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #spueCvoZar6xcqctdB3Jgr0lsW0TX04k { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PVTgU8ouZ0hTJsKaGwHPFzkMCH9eEeco {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KG5rOxm7ZM6stHqXFJqtw87NX22Tcqwq {  }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #KG5rOxm7ZM6stHqXFJqtw87NX22Tcqwq .container-column{width:50%;} }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #VhxKhiULFN021TQsRhfrlyQT7LoFQZc1 { display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #aVLeLNm7DsgSuLBQ2QCJRfLh60Zn5uWa { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Puo0skOBaUXfdy2uiPpvTctm1SOgX45Q {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #hGSTvkO9tnTTrKBb0FxEFmvT3y51TgK1 { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #kLomDiIFXHvQSp6kI8V4rvZtkqFTTObw {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #TkiMB3C0m8FhXko3VfCnwNJJJ69wwQH3 { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #RWfWWAZKBwqE5qpod0a7bG1F42DGhkJ5 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #y43kLNV6VnTdW5sqHbIwGbtMbnLyN2pB { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #tBlu7GZDTLnVQ4fk7sgTl1OPWFAzGHUq {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #whTO81D2ceNwtFlCDHcFZGHAGMgsJwHV { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Q6qmipfQoM247uM8d14h0ltX5OT51dAM {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #c94yKDUFE1NZEgie5F9QKwgdv7Tqc4Vv { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #h89iZEQonLBD9xeTQP9pXcB0Cz31rDC9 {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #hUoTOL6GO7HCkp3q4Vn0vaOg8FTCHzhF { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #uVf24zfS0DdDPo1P50i2yLTinP4q5Ibs {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #Zw6V4pnV0uwitqndMOfp4AZH3fOU5nPO { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #XAOHL5SXqGFPoVJDHffBqBvwG7TpNmpZ {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #ctbF3L9ZNqEDNkVFOTZQfe6dAXU9U8wR { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #beV6OpKx6rEPJ6iLxvul0nRtTDvehEQH {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #FTbsyFbgFKvlOT9hxxEbMdOhLSD9zPTd { z-index:2; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #t3dXLyZZ1apUKZiR09H3ZTHI0LLvg5nl {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #RlVqQPlWrDNXzAJy10bRN05c6GeR71fG {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #PAW9ZBf6zvD5xl8y1i0u7LKpJEXBvIdG {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #lvSi5uwf8TpW7WQanOkVeFBPnCMNwBPC {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #sfU7kAcFbmsVKRxDzVNxhpzl2zySOpPN {  }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #V0uDtLVOBotLsvwnGr3Soaqmb0U8iAGF { z-index:15000; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP #QSLD8rMZGdMSME0Ty76Z92aO2wyQ3bCM { z-index:15000; }
 }@media only screen and (max-width: 763px) { #HNv1noA2BLnGezplKP7ynKQw3XyFLiJC { display:block; }
 }@media only screen and (max-width: 763px) { #ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB { display:block; }#ZBvfCgbSp7C5WmC8nl1w8e21b6mckeNB > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmLWH2EuRZiABvRTOcIvXHfLiZkN8sBe { top:6.875rem;left:3.6870661377907rem;width:16.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7JXNQTCitL9peXkQCEempiGsVKzFgR { display:block; }
 }@media only screen and (max-width: 763px) { #ALLtSDnRW2TpQTUNGta9AlRRS82PSu8R { z-index:15007;color:#565656;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.3125rem;top:1.125rem;height:1.62543125rem;width:9.3125rem;box-shadow: none;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1klI1UrbS2o2AmnDzb5oiVTp3W4Gdd { width:3.125rem;height:3.125rem;top:6.9375rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2mC15wlUWuGuD5Uben5AlADRzAaGDk { top:10.0625rem;left:3.6875rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKP80WETz1WzpNtTmDCG55Zh2zULw9dI { display:block; }
 }@media only screen and (max-width: 763px) { #dqp4weeLdJkaFDWWxdDS7LTuE7OOTcwI { width:3.125rem;height:3.125rem;top:10.0625rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TuweDQBJn6I2RCXtKTSwoosVX1Z3G6 { width:11.8125rem;height:11.9375rem;top:1rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0LpCSUFp6tqdAiudxpOF8ffiSxFS9Or { top:3.75rem;left:3.6875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKxzkuNLr0baCGyECEXPqF0g7w8g9nHh { display:block; }
 }@media only screen and (max-width: 763px) { #NkFcuhR2UcsdZWX9m3RMN1P8yPuAHJOI { width:3.125rem;height:3.125rem;top:4rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goSafKh3Te0D4CErDU8MOVoKdcfy49nU { width:3.125rem;height:3.125rem;top:9.9375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ1e0h67JitSfJEHgfiP3nu1P3C3TDoN { width:17.25rem;height:auto;top:9.9375rem;left:1.375rem;font-size:1rem;display:none; }
 }