.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:14px;font-family:arial;height:154px;width:960px;position:relative;display:block; }#x38JZwXSrykFtyri9gq32937nAHWkpPT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:73px;width:332px;position:absolute;display:block;z-index:15024;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:40.5px;left:617.39999389648px;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:14px;font-family:arial;height:1275px;width:960px;position:relative;display:block; }#l5JRXgHzeVNVxXIG7AtoHTlNKaT27UfB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:447px;width:719px;position:absolute;display:block;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:350px;left:120.5px;overflow:hidden;display:block; }
#Z3dV4tPtoTlgp6A3JiR2bBwPW0udvxOS { color:#000000;display:block;width:750px;position:absolute;font-family:"open sans";font-size:42px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:45px;left:105px;height:109.2px;display:block; }
#Kb8AXs0enggKdKkJBKFQXQUoXmStNSVD { color:#000000;display:block;width:750px;position:absolute;font-family:"open sans";font-size:40px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:924.98751831055px;left:105px;height:260px;display:block; }
#IcUnyoodowpbcM65x7IgRbzJnEIElnph { z-index:15003;top:213px;left:367.50003051758px;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:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:65px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KfdSmQtF7P0IJZ9FKZwe7rl5GSri6miC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eusagR8iqhwKV84ar8xDBa84W2JQiN7M { box-sizing:content-box;color:#278e29;font-size:61px;font-weight:400;line-height:1;height:88px;width:88px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1142.9875183105px;left:781.39999389648px;display:block; }
#hS8Ero4Fi5lez56Cz63tpJ4TsXOsfHTk { box-sizing:content-box;color:#278e29;font-size:61px;font-weight:400;line-height:1;height:88px;width:88px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:837.98751831055px;left:18px;display:block; }
#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP { background-color:#278e29;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { background-color: transparent; background-image: none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container > .video-iframe-container { display: none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row > .video-iframe-container { display: none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .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); }#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:14px;font-family:arial;height:1911px;width:960px;overflow:visible;position:relative;display:block; }#UKuLdqZFqT0l6nWr5GeHzQvgmdU0k1w4 { color:#000000;display:block;width:753px;position:absolute;font-family:"open sans";font-size:36px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:51px;left:103.5px;height:46.7969px;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-form-header {  }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:23px;font-weight:700;color:#ffffff;width:727px;padding-top:0;padding-right:0;padding-bottom:5px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:727px;box-sizing:border-box;height:44px;color:#161616;font-size:16px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:727px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:727px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select {padding-top: 0; padding-bottom: 0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:26px;font-weight:700;color:#ffffff;width:727px;height:69px;font-family:roboto;overflow:hidden;font-style:normal; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP [class*="-text"]:-moz-placeholder { color:#4c4b4b;font-family:roboto;font-size:16px;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:16px;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:16px;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:16px;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:15px;font-weight:400;color:#ffffff;vertical-align:top;width:707px;overflow:hidden;font-style:normal; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;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:29px;vertical-align:middle;font-family:roboto;font-size:18px;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:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:727px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:96.5px;top:146.40625px;z-index:15016;position:absolute; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:727px;display:block;vertical-align:top; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-info-text { display:block;height:auto;font-family:roboto;font-size:16px;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:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:727px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:96.5px;top:146.40625px;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:14px;font-family:arial;height:241px;width:960px;position:relative;display:block; }#PmLWH2EuRZiABvRTOcIvXHfLiZkN8sBe { z-index:15011;top:95px;left:685.00006103516px;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-sizing:border-box;color:#565656;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:227px;height:51px;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:206px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:bold;z-index:15015;line-height:1;top:53px;left:374px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;height:25px;text-align:left;text-align-last:left;color:#3fa548;text-transform:uppercase;display:block; }
#Pt1klI1UrbS2o2AmnDzb5oiVTp3W4Gdd { box-sizing:content-box;color:#4c4b4b;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:96px;left:634px;display:block; }
#Di2mC15wlUWuGuD5Uben5AlADRzAaGDk { z-index:15010;top:95px;left:425px;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-sizing:border-box;color:#565656;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:199px;height:51px;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:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:96px;left:374px;display:block; }
#U1TuweDQBJn6I2RCXtKTSwoosVX1Z3G6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:191px;width:189px;position:absolute;display:block;z-index:15021;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.3125px;left:26px;overflow:hidden;display:block; }
#k0LpCSUFp6tqdAiudxpOF8ffiSxFS9Or { z-index:15012;top:156px;left:425px;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-sizing:border-box;color:#565656;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:107px;height:51px;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:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:159px;left:374px;display:block; }
#goSafKh3Te0D4CErDU8MOVoKdcfy49nU { box-sizing:content-box;color:#4c4b4b;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:159px;left:634px;display:block; }
#oJ1e0h67JitSfJEHgfiP3nu1P3C3TDoN { display:block;width:276px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:159px;left:684px;height:58.5px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x38JZwXSrykFtyri9gq32937nAHWkpPT { width:123px;height:28px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ffRo1VuuosWHp4papHynX8TTWSvm7www { display:block; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5JRXgHzeVNVxXIG7AtoHTlNKaT27UfB { width:719px;height:447px;top:350px;left:22.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3dV4tPtoTlgp6A3JiR2bBwPW0udvxOS { width:750px;height:109px;top:45px;left:7px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8AXs0enggKdKkJBKFQXQUoXmStNSVD { width:750px;height:260px;top:924px;left:7px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #IcUnyoodowpbcM65x7IgRbzJnEIElnph { top:213px;left:269.50003051758px;width:225px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #KfdSmQtF7P0IJZ9FKZwe7rl5GSri6miC { display:block; }
 }@media only screen and (max-width: 763px) { #eusagR8iqhwKV84ar8xDBa84W2JQiN7M { width:88px;height:88px;top:1142px;left:676px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #hS8Ero4Fi5lez56Cz63tpJ4TsXOsfHTk { width:88px;height:88px;top:837px;left:0px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #VIy37CznbXXyPovP4RXQ6RJGBuXlZStP { display:block; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKuLdqZFqT0l6nWr5GeHzQvgmdU0k1w4 { width:753px;height:46px;top:51px;left:5.5px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-regular-label { display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-checkbox-label { width:707px; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP  { width:727px;height:auto; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP {display:block;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP { width:727px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmLWH2EuRZiABvRTOcIvXHfLiZkN8sBe { top:118px;left:367px;width:198px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #bT7JXNQTCitL9peXkQCEempiGsVKzFgR { display:block; }
 }@media only screen and (max-width: 763px) { #ALLtSDnRW2TpQTUNGta9AlRRS82PSu8R { z-index:15006;top:22px;left:320px;width:206px;height:35px;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1klI1UrbS2o2AmnDzb5oiVTp3W4Gdd { width:51px;height:51px;top:118px;left:320px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Di2mC15wlUWuGuD5Uben5AlADRzAaGDk { top:68px;left:368px;width:199px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #NKP80WETz1WzpNtTmDCG55Zh2zULw9dI { display:block; }
 }@media only screen and (max-width: 763px) { #dqp4weeLdJkaFDWWxdDS7LTuE7OOTcwI { width:51px;height:51px;top:69px;left:317px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #U1TuweDQBJn6I2RCXtKTSwoosVX1Z3G6 { width:70px;height:70px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k0LpCSUFp6tqdAiudxpOF8ffiSxFS9Or { top:174px;left:371px;width:107px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #XKxzkuNLr0baCGyECEXPqF0g7w8g9nHh { display:block; }
 }@media only screen and (max-width: 763px) { #NkFcuhR2UcsdZWX9m3RMN1P8yPuAHJOI { width:51px;height:51px;top:175px;left:320px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #goSafKh3Te0D4CErDU8MOVoKdcfy49nU { width:50px;height:50px;top:159px;left:487px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #oJ1e0h67JitSfJEHgfiP3nu1P3C3TDoN { width:276px;height:56px;top:159px;left:488px;font-size:16px;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:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x38JZwXSrykFtyri9gq32937nAHWkpPT { width:320px;height:70.361445783133px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ffRo1VuuosWHp4papHynX8TTWSvm7www { display:block; }#ffRo1VuuosWHp4papHynX8TTWSvm7www > .row .container { width:320px;height:1055px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5JRXgHzeVNVxXIG7AtoHTlNKaT27UfB { width:320px;height:198.938px;top:301.39999961853px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Z3dV4tPtoTlgp6A3JiR2bBwPW0udvxOS { width:320px;height:166.375px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8AXs0enggKdKkJBKFQXQUoXmStNSVD { width:320px;height:415.938px;top:526.13749694824px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IcUnyoodowpbcM65x7IgRbzJnEIElnph { top:206.4px;left:20px;width:280px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #KfdSmQtF7P0IJZ9FKZwe7rl5GSri6miC { display:block; }
 }@media only screen and (max-width: 763px) { #eusagR8iqhwKV84ar8xDBa84W2JQiN7M { width:88px;height:88px;top:941.13748168945px;left:168.00000572205px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #hS8Ero4Fi5lez56Cz63tpJ4TsXOsfHTk { width:88px;height:88px;top:941.13748168945px;left:59.999998092651px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #VIy37CznbXXyPovP4RXQ6RJGBuXlZStP { background-color:#407b14;background-image:none;display:block; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { background-color: transparent; background-image: none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container > .video-iframe-container { display: none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row > .video-iframe-container { display: none; }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .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); }#VIy37CznbXXyPovP4RXQ6RJGBuXlZStP > .row .container { width:320px;height:2174px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKuLdqZFqT0l6nWr5GeHzQvgmdU0k1w4 { width:320px;height:124.781px;top:19px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto;font-size:18px;display:block; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-text {padding-top: 0; padding-bottom: 0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-select {padding-top: 0; padding-bottom: 0;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:23px;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:261px;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:17px;overflow:hidden; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP  { width:280px;height:auto;top:163.766px;left:0px; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP .widget-info-text { font-size:12px;overflow:hidden;height:auto; }
#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP {display:block;}#NJdnU1DwcP3h2aDIHPNPSVXrnBcugPXP { width:280px;height:auto;top:163.766px;left:0px; }
 }@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:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmLWH2EuRZiABvRTOcIvXHfLiZkN8sBe { top:110px;left:58.993058204651px;width:257px;height:51px;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:26px;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5px;top:18px;height:26.0069px;width:149px;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1klI1UrbS2o2AmnDzb5oiVTp3W4Gdd { width:50px;height:50px;top:111px;left:10px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Di2mC15wlUWuGuD5Uben5AlADRzAaGDk { top:161px;left:59px;width:199px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #NKP80WETz1WzpNtTmDCG55Zh2zULw9dI { display:block; }
 }@media only screen and (max-width: 763px) { #dqp4weeLdJkaFDWWxdDS7LTuE7OOTcwI { width:50px;height:50px;top:161px;left:10px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #U1TuweDQBJn6I2RCXtKTSwoosVX1Z3G6 { width:189px;height:191px;top:16px;left:65px;display:none; }
 }@media only screen and (max-width: 763px) { #k0LpCSUFp6tqdAiudxpOF8ffiSxFS9Or { top:60px;left:59px;width:107px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #XKxzkuNLr0baCGyECEXPqF0g7w8g9nHh { display:block; }
 }@media only screen and (max-width: 763px) { #NkFcuhR2UcsdZWX9m3RMN1P8yPuAHJOI { width:50px;height:50px;top:64px;left:10px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #goSafKh3Te0D4CErDU8MOVoKdcfy49nU { width:50px;height:50px;top:159px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #oJ1e0h67JitSfJEHgfiP3nu1P3C3TDoN { width:276px;height:auto;top:159px;left:22px;font-size:16px;display:none; }
 }