.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@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; }
#TIJfcD0Hp67nly0PI9CZnQXoO6ToBiwt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIJfcD0Hp67nly0PI9CZnQXoO6ToBiwt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIJfcD0Hp67nly0PI9CZnQXoO6ToBiwt > .row > .video-iframe-container { display: none; }#TIJfcD0Hp67nly0PI9CZnQXoO6ToBiwt > .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); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 { border-top:1px solid #717f8d;border-left:0;border-right:0;border-bottom:0;background-color:rgba(126,246,74,0.52);background-image:url("https://images.assets-landingi.com/8immw2Lk/WhatsApp_Image_2020_09_18_at_4.47.15_PM_1_.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9.adaptive-delivery-prevent-bg { background-image: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { background-color: transparent; background-image: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container > .video-iframe-container { display: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row > .video-iframe-container { display: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .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); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { border-width: 0; border-radius: 0; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { font-size:14px;font-family:arial;height:517px;width:960px;position:relative;display:block; }#vwmSMbQJMXVL5vov2K52i3CmwEmsE5c0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:97px;width:250px;position:absolute;display:block;z-index:100000;top:27.5px;left:22px;overflow:hidden;display:block; }
#DpHwSAzQDTPrVV5R6QRBZvergDG579Km { display:block;width:305px;position:absolute;font-family:roboto;font-size:29px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:27.5px;left:538px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;text-align:center;text-align-last:center;display:block; }
#ZwTqxdem4oTAaJv6HEb9pgoMap5iTDZK { position:absolute;display:block;z-index:100006;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:307px;top:109px;left:537px;display:block; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-form-header {  }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:267px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:267px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:267px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:267px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#6c9e18;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:267px;height:55px;font-family:"open sans";overflow:hidden; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:245px;overflow:hidden;font-style:normal; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-container:first-of-type{padding-top:0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-container:last-of-type{padding-bottom:0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw  { background-color:#000000;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:267px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:200.49231141806px;left:537.00001525879px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:267px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw {display:block;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw { background-color:#000000;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:267px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:200.49231141806px;left:537.00001525879px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #u98KJKb1LHDXk74g41h5JhPfMqMBPxTW { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #GToWtzHQp2h8qbrEh1rGvRdyWyefKzJF { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #iEWaSOTdiwfXGPiyu6qFmp1C43Ezd5db { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #o8GJIn28BVERUZdwxWzE1kbuy3ireuph { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #xR7IzkPP1Lv4TPyJrEh4UaD7Ve79I3CL { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #E6OUyFc0MhNSB2nMip9StpDXKiVbLK6T { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #R2g1eJV4qGsRehN167WqkO8layzyp9p9 { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #CI2MpCusWtJzBaexcOmsGDG88rBvCOOf { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #v9h8ed4bb27AFGBFcZbVzIBIRGqlNZ8V { position:relative; }
#KA1KFGiU73T0gVwHqKykNaHr6KBLN8ev { position:relative;display:block; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #nOS9DApbrkxTChQUwDCOwLcBGaefZetN { position:relative; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #aZwTevhT7zIC4NnBTxD8UuJpxO9GgQRK { position:relative; }
#puxgFZV2cbR2VNPhNhDPDb03IszWrLAO { color:#ffffff;display:block;width:284px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:113px;left:548.5px;height:83.6923px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row .container { background-color: transparent; background-image: none; }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row .container > .video-iframe-container { display: none; }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row > .video-iframe-container { display: none; }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .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); }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row .container { border-width: 0; border-radius: 0; }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row .container { font-size:14px;font-family:arial;height:317px;width:960px;position:relative;display:block; }#KWLnffTB4UKw19QDJxPHPLPxKu5ACzux { color:#092a30;display:block;width:763px;position:absolute;font-family:roboto;font-size:23px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:205px;left:98.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENeoBxVuH6F4AIsrfTRPJVnbUcv0R2CJ { position:absolute;display:block;z-index:100016;background-color:#f4112d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93.9915px;width:755px;top:62px;left:102px;display:block; }
#GWSno0gXPEBnHE6BeK9UP7dEZ1SSad5o { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:87px;left:189px;height:45.1282px;font-style:normal;display:block; }
#Wbb6Wug0A7b7OUZu3FBvlhRhprk6CgXH { color:#ffffff;display:block;width:322.997px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:88px;left:459px;height:42.6667px;font-style:normal;display:block; }
#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BctQvd4f/2929175.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO.adaptive-delivery-prevent-bg { background-image: none; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container { background-color: transparent; background-image: none; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container > .video-iframe-container { display: none; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row > .video-iframe-container { display: none; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .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); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container { border-width: 0; border-radius: 0; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container { font-size:14px;font-family:arial;height:243px;width:960px;position:relative;display:block; }#FJPl60c1TrOzUKltssmUSsny2471x66g { position:absolute;display:block;z-index:100000;background-color:rgba(108,158,24,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:118px;width:594px;top:60px;left:186px;display:block; }
#USx6FFik48HtD2pmFJeBy6rN8GA4QJS7 { color:#ffffff;display:block;width:562px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:79.5px;left:202px;height:85.3333px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eQwSFtHK5oR1Fl2xkupufuMr2dgFqUbC { box-sizing:content-box;color:#fff6f1;font-size:48px;font-weight:400;line-height:1;height:69px;width:69px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:110px;left:610px;display:block; }
#QG1rZH4EaNe8VTOdm1rSFNN7XBLgmcRf { box-sizing:content-box;color:#fff6f1;font-size:48px;font-weight:400;line-height:1;height:69px;width:69px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:110px;left:293.5px;display:block; }
#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe { position:relative;display:block; }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe { background-color: transparent; background-image: none; }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .row .container > .video-iframe-container { display: none; }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .row > .video-iframe-container { display: none; }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .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); }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe { border-width: 0; border-radius: 0; }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:549px;width:960px;position:relative;display:block; }#NwzN9yz5LzzO0bNKaBaMRlIOJg4ReRWL { position:absolute;display:block;z-index:100000;height:531px;width:960px;top:17px;left:0px;display:block; }
#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6c9e18;background-image:none;position:relative;display:block; }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row .container { background-color: transparent; background-image: none; }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row .container > .video-iframe-container { display: none; }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row > .video-iframe-container { display: none; }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .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); }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row .container { border-width: 0; border-radius: 0; }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row .container { font-size:14px;font-family:arial;height:129px;width:960px;position:relative;display:block; }#oJZG9DMTKGWqlN3rQrg73ZTNH5qxFRHi { color:#ffffff;display:block;width:883px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:29.5px;left:56.5px;height:64px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MznvTcKJtoEP11KzLou77nbxxV2Ga86i { border-bottom:0;border-left:0;border-right:0;border-top:2px solid #d0dbe6;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #f3f5f7, #ffffff);background-image: -moz-linear-gradient(top, #f3f5f7, #ffffff);background-image: -ms-linear-gradient(top, #f3f5f7, #ffffff);background-image: -o-linear-gradient(top, #f3f5f7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f7', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f3f5f7, #ffffff);background-size:auto !important;position:relative;display:block; }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row .container { background-color: transparent; background-image: none; }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row .container > .video-iframe-container { display: none; }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row > .video-iframe-container { display: none; }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .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); }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row .container { border-width: 0; border-radius: 0; }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row .container { font-size:14px;font-family:arial;height:614px;width:960px;position:relative;display:block; }#TXXH9MMMi7gM4OWBViUT0uMWFkL8yNEa { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#akcD6dtQu8FbhQBWrdZOpwzTys6kLm2X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wT6xJ3iLu4LoTN3b2B7CUT2f3Ky29TNe { background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:662px;height:55px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:511px;left:149px;display:block; }
#QkVmuWZIkTNDTJzTxmFoVB1gHOzZnzFG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#L6Q5SbhnNyePSLIgfJHgnNW7kfnxeoOP { box-sizing:content-box;color:#ffffff;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:100009;top:514px;left:169px;display:block; }
#PTH7WKWJcnWkma1HLPQpE6JVgwIfeHH1 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:416px;width:403px;top:31px;left:56px;overflow:hidden;display:block; }
#leUAtpd2I5iN4u7JdEIC9DhBp2su7xhZ { color:#ffffff;display:block;width:88px;position:absolute;font-family:"open sans";font-size:12px;font-weight:700;z-index:100058;line-height:1.2;letter-spacing:0;top:66px;left:372px;height:41.8462px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JA2cNBQKmJFMtO9mVDvvaNiPMEGRVzVe { display:block;width:320px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100027;line-height:1.5;letter-spacing:0;top:166px;left:557px;height:226.269px;display:block; }#JA2cNBQKmJFMtO9mVDvvaNiPMEGRVzVe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JA2cNBQKmJFMtO9mVDvvaNiPMEGRVzVe li:before{  }
#bMaThFn4S4S6Gu03Q4VP7OAIletevgi9 { display:block;width:303px;position:absolute;font-family:roboto;font-size:19px;font-weight:normal;z-index:100027;line-height:1.5;letter-spacing:0;top:110px;left:560.5px;height:27.8974px;text-align:center;text-align-last:center;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l35h8hT3X60liqCO0g7ZoCbC3XNkylPn { position:absolute;display:block;z-index:100021;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36px;width:330px;top:106px;left:548px;display:block; }
#inIeTeGJkn3lf44KkvqzeFK2mrCxdg4w { display:block;width:341px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:31px;left:543px;height:52.5128px;text-align:center;text-align-last:center;color:#f6894a;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lb8ZNpDliB35dO48Qrfc1DFzz4KvxIKQ { position:absolute;display:block;z-index:100057;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:127px;border-top-right-radius:127px;border-bottom-left-radius:127px;border-bottom-right-radius:127px;height:110px;width:110px;top:31px;left:361px;display:block; }
#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T { border-bottom:0;border-left:0;border-right:0;border-top:1px solid #e6e6e6;background-color:transparent;background-image:url("https://images.assets-landingi.com/efok813A/PB3_AV_01_RevD.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T.adaptive-delivery-prevent-bg { background-image: none; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container { background-color: transparent; background-image: none; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67,44,44,0.58); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container > .video-iframe-container { display: none; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67,44,44,0.58); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row > .video-iframe-container { display: none; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .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); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container { border-width: 0; border-radius: 0; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container { font-size:14px;font-family:arial;height:616px;width:960px;position:relative;display:block; }#D4aXIJBFb3muPQRKP5piIGy1ngHnzAs7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:71px;width:186px;position:absolute;display:block;z-index:100000;top:364px;left:504.5px;overflow:hidden;display:block; }
#y1Rkc99Vc3dGoW3UoPhm5ftM0d4AeomC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:120px;width:183px;position:absolute;display:block;z-index:100001;top:329.5px;left:712.5px;overflow:hidden;display:block; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-form-header {  }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:280px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-text {padding-top: 0; padding-bottom: 0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-select {padding-top: 0; padding-bottom: 0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#6c9e18;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:280px;height:55px;font-family:"open sans";overflow:hidden; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-container:first-of-type{padding-top:0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-container:last-of-type{padding-bottom:0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX  { background-color:#000000;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:106.99633789062px;left:30.992309570312px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:280px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX {display:block;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX { background-color:#000000;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100002;position:absolute;top:106.99633789062px;left:30.992309570312px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #yz5mUbgPwiAQIyFQAKVwWuOSVRum0xsL { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #hRIUgOIvTQqkVvMgOXuzXMUBZG1q3tki { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #cS7VV1PhgDmdUBv9FlbitF16Z5RmJJ27 { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #ZTyr0FVmk0ChTgBTXi0wSrkvXJCfPsPn { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #P86f1DTa6NAVCqBnwqpeVt88179B4OMy { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #emSrnk3DIeQVc20xROFhSwDHtDWcM9t0 { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #sElkqJ6IAz6HOeKHl0k1A2UkgA4Fxt7N { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #rXRvSB05kBN5ax29TIVZ3De6IkOuByKg { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #ZvEURQLPM36vq8yJ1ue6r8n0CsWTD4lq { position:relative; }
#t1fS8DTsRNz77iulIK65BveuQddiPeir { position:relative;display:block; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #VwdNWQloFGuZVadgF4brw2be4ZHP9JCb { position:relative; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #MDXEU1INlPsRDbITJhTmXxVDOL5R4yL1 { position:relative; }
#arXWQeoCAyAxuPwPV3pAkQmi31EFyM4t { position:absolute;display:block;z-index:100003;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:321px;top:56px;left:31px;display:block; }
#dvqQTmS7D1TvmCr9yNGMAMsVXsRqTI3J { color:#ffffff;display:block;width:284px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:72px;left:46px;height:27.8974px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#diL1XvkC6iHoAIEcyMEeeI6cccRmOsbd { position:absolute;display:block;z-index:100005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:179px;width:442px;top:56px;left:478.5px;display:block; }
#gBKerXX5nAUZoygHTAKx5J4ZM58WWoxq { color:#ffffff;display:block;width:390px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:72px;left:504.5px;height:55.7949px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ClHnVgOm7eAbcdFFuDVoBnNJFxLhR7wN { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:40px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:155.5px;left:499.5px;display:block; }
#wO5nrNnPIxKel9wvVTeCHcgFTcb6J3qe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#uQZNhsXoT7hnigRVhqKct702SBg6OPkT { background-color:#45c00f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:40px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:154.5px;left:713px;display:block; }
#UmGnkPrGd4TCnh8tKi2wC0BE7aewo3gq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vpdUctNTKiaPHrnCQ7n2vrahdk1dwABi { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#sdfoNroQV9USrHe1dmm0hqqBaUdNMkMz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:269px;width:406px;display:none; }
#LikPdn6qqNMsWQdkwPzXshxKrzDCgvUm { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:578px;left:0px;height:32.8205px;text-align:center;text-align-last:center;display:block; }
#Za0BNBamvbe6877Ik8m76QW6EM2BlQOk { color:#fdfdfd;display:block;width:277px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:479px;left:545px;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WieWBV0EsExlLWVyx65fs8bdoqRMpQdG { color:#ffffff;display:block;width:409px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:529px;left:504.5px;height:36.1026px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZW9mLkOngTEtaBJ7oRV1q0AtiEQTruk { background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #09699d;border-left:1px solid #09699d;border-right:9px solid #6c9e18;border-bottom:1px solid #09699d;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:337px;height:55px;text-decoration:none;z-index:100029;text-align:right;text-align-last:right;top:519px;left:525px;display:none; }
#TvLpO86PqSOodb0OTbTS8rkBT5LgO4N2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NZxs8INP0PqaRp9RbqtB0f0l8mQyOQMh { box-sizing:content-box;color:#ffffff;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:100030;top:521.5px;left:554px;display:none; }
#Pczxt1OO9QaiTe2kTsEAD99BIZXREBrx { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:269px;width:406px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 { background-color:#ffffff;background-image:url("https://new.landingi.com/uploads/e400d7a81554e36f0262/landings/e146eed8d45e2ee3f93e/assets/5687c59aa9e6d560cbca9f971721bae9.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:auto !important;display:block; }
#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9.adaptive-delivery-prevent-bg { background-image: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { background-color: transparent; background-image: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container > .video-iframe-container { display: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row > .video-iframe-container { display: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .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); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwmSMbQJMXVL5vov2K52i3CmwEmsE5c0 { width:250px;height:97px;top:27px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DpHwSAzQDTPrVV5R6QRBZvergDG579Km { width:304px;height:;top:27px;left:390.98719787598px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwTqxdem4oTAaJv6HEb9pgoMap5iTDZK { top:109px;left:390px;width:307px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw  { width:280px;height:auto;top:72px;left:437px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw {display:block;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw { width:280px;height:auto;top:72px;left:437px; }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #u98KJKb1LHDXk74g41h5JhPfMqMBPxTW {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #GToWtzHQp2h8qbrEh1rGvRdyWyefKzJF {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #iEWaSOTdiwfXGPiyu6qFmp1C43Ezd5db {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #o8GJIn28BVERUZdwxWzE1kbuy3ireuph {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #xR7IzkPP1Lv4TPyJrEh4UaD7Ve79I3CL {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #E6OUyFc0MhNSB2nMip9StpDXKiVbLK6T {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #R2g1eJV4qGsRehN167WqkO8layzyp9p9 {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #CI2MpCusWtJzBaexcOmsGDG88rBvCOOf {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #v9h8ed4bb27AFGBFcZbVzIBIRGqlNZ8V {  }
 }@media only screen and (max-width: 763px) { #KA1KFGiU73T0gVwHqKykNaHr6KBLN8ev { display:block; }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #nOS9DApbrkxTChQUwDCOwLcBGaefZetN {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #aZwTevhT7zIC4NnBTxD8UuJpxO9GgQRK {  }
 }@media only screen and (max-width: 763px) { #puxgFZV2cbR2VNPhNhDPDb03IszWrLAO { top:113px;left:401.5px;width:284px;height:84px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 { display:block; }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWLnffTB4UKw19QDJxPHPLPxKu5ACzux { top:205px;left:0.5px;width:763px;height:;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ENeoBxVuH6F4AIsrfTRPJVnbUcv0R2CJ { top:62px;left:4px;width:755px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #GWSno0gXPEBnHE6BeK9UP7dEZ1SSad5o { top:87px;left:91px;width:200px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Wbb6Wug0A7b7OUZu3FBvlhRhprk6CgXH { top:88px;left:361px;width:322px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO { display:block; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJPl60c1TrOzUKltssmUSsny2471x66g { top:60px;left:88px;width:594px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #USx6FFik48HtD2pmFJeBy6rN8GA4QJS7 { top:79px;left:104px;width:562px;height:;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eQwSFtHK5oR1Fl2xkupufuMr2dgFqUbC { top:110px;left:512px;width:69px;height:69px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #QG1rZH4EaNe8VTOdm1rSFNN7XBLgmcRf { top:110px;left:195.5px;width:69px;height:69px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe { display:block; }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwzN9yz5LzzO0bNKaBaMRlIOJg4ReRWL { top:17px;left:0px;width:764px;height:531px;display:block; }
 }@media only screen and (max-width: 763px) { #FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo { display:block; }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJZG9DMTKGWqlN3rQrg73ZTNH5qxFRHi { top:29px;left:0px;width:764px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MznvTcKJtoEP11KzLou77nbxxV2Ga86i { display:block; }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXXH9MMMi7gM4OWBViUT0uMWFkL8yNEa { width:0px;height:0px;display:none; }
 }@media only screen and (max-width: 763px) { #akcD6dtQu8FbhQBWrdZOpwzTys6kLm2X { display:block; }
 }@media only screen and (max-width: 763px) { #wT6xJ3iLu4LoTN3b2B7CUT2f3Ky29TNe { width:662px;height:55px;top:511px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QkVmuWZIkTNDTJzTxmFoVB1gHOzZnzFG { display:block; }
 }@media only screen and (max-width: 763px) { #L6Q5SbhnNyePSLIgfJHgnNW7kfnxeoOP { top:514px;left:136px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PTH7WKWJcnWkma1HLPQpE6JVgwIfeHH1 { width:403px;height:416px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #leUAtpd2I5iN4u7JdEIC9DhBp2su7xhZ { top:66px;left:273px;width:88px;height:42px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JA2cNBQKmJFMtO9mVDvvaNiPMEGRVzVe { width:234px;height:189px;top:188px;left:1px;display:block; }#JA2cNBQKmJFMtO9mVDvvaNiPMEGRVzVe li:before{  }
 }@media only screen and (max-width: 763px) { #bMaThFn4S4S6Gu03Q4VP7OAIletevgi9 { width:169px;height:21px;top:149px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l35h8hT3X60liqCO0g7ZoCbC3XNkylPn { top:106px;left:178px;width:330px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #inIeTeGJkn3lf44KkvqzeFK2mrCxdg4w { width:169px;height:21px;top:149px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lb8ZNpDliB35dO48Qrfc1DFzz4KvxIKQ { top:31px;left:262px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T { display:block; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container { width:764px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4aXIJBFb3muPQRKP5piIGy1ngHnzAs7 { width:52px;height:20px;top:28px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #y1Rkc99Vc3dGoW3UoPhm5ftM0d4AeomC { width:44px;height:29px;top:28px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-text {padding-top: 0; padding-bottom: 0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-select {padding-top: 0; padding-bottom: 0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX  { width:280px;height:auto;top:107px;left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX {display:block;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX { width:280px;height:auto;top:107px;left:0px; }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #yz5mUbgPwiAQIyFQAKVwWuOSVRum0xsL {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #hRIUgOIvTQqkVvMgOXuzXMUBZG1q3tki {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #cS7VV1PhgDmdUBv9FlbitF16Z5RmJJ27 {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #ZTyr0FVmk0ChTgBTXi0wSrkvXJCfPsPn {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #P86f1DTa6NAVCqBnwqpeVt88179B4OMy {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #emSrnk3DIeQVc20xROFhSwDHtDWcM9t0 {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #sElkqJ6IAz6HOeKHl0k1A2UkgA4Fxt7N {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #rXRvSB05kBN5ax29TIVZ3De6IkOuByKg {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #ZvEURQLPM36vq8yJ1ue6r8n0CsWTD4lq {  }
 }@media only screen and (max-width: 763px) { #t1fS8DTsRNz77iulIK65BveuQddiPeir { display:block; }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #VwdNWQloFGuZVadgF4brw2be4ZHP9JCb {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #MDXEU1INlPsRDbITJhTmXxVDOL5R4yL1 {  }
 }@media only screen and (max-width: 763px) { #arXWQeoCAyAxuPwPV3pAkQmi31EFyM4t { top:56px;left:0px;width:321px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #dvqQTmS7D1TvmCr9yNGMAMsVXsRqTI3J { top:72px;left:0px;width:284px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #diL1XvkC6iHoAIEcyMEeeI6cccRmOsbd { top:56px;left:66px;width:442px;height:179px;display:block; }
 }@media only screen and (max-width: 763px) { #gBKerXX5nAUZoygHTAKx5J4ZM58WWoxq { top:72px;left:118px;width:390px;height:56px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ClHnVgOm7eAbcdFFuDVoBnNJFxLhR7wN { width:184px;height:40px;top:155px;left:324px;display:block; }
 }@media only screen and (max-width: 763px) { #wO5nrNnPIxKel9wvVTeCHcgFTcb6J3qe { display:block; }
 }@media only screen and (max-width: 763px) { #uQZNhsXoT7hnigRVhqKct702SBg6OPkT { width:184px;height:40px;top:154px;left:548px;display:block; }
 }@media only screen and (max-width: 763px) { #UmGnkPrGd4TCnh8tKi2wC0BE7aewo3gq { display:block; }
 }@media only screen and (max-width: 763px) { #vpdUctNTKiaPHrnCQ7n2vrahdk1dwABi { display:none; }
 }@media only screen and (max-width: 763px) { #sdfoNroQV9USrHe1dmm0hqqBaUdNMkMz { width:406px;height:269px;display:none; }
 }@media only screen and (max-width: 763px) { #LikPdn6qqNMsWQdkwPzXshxKrzDCgvUm { top:578px;left:0px;width:764px;height:32px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #Za0BNBamvbe6877Ik8m76QW6EM2BlQOk { top:479px;left:231px;width:277px;height:;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WieWBV0EsExlLWVyx65fs8bdoqRMpQdG { top:529px;left:99px;width:409px;height:36px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #DZW9mLkOngTEtaBJ7oRV1q0AtiEQTruk { width:337px;height:55px;top:519px;left:427px;display:none; }
 }@media only screen and (max-width: 763px) { #TvLpO86PqSOodb0OTbTS8rkBT5LgO4N2 { display:block; }
 }@media only screen and (max-width: 763px) { #NZxs8INP0PqaRp9RbqtB0f0l8mQyOQMh { top:521px;left:456px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Pczxt1OO9QaiTe2kTsEAD99BIZXREBrx { width:406px;height:269px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/8immw2Lk/WhatsApp_Image_2020_09_18_at_4.47.15_PM_1_.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #717f8d;border-left:0;border-right:0;border-bottom:0;display:block; }
#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9.adaptive-delivery-prevent-bg { background-image: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { background-color: transparent; background-image: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container > .video-iframe-container { display: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row > .video-iframe-container { display: none; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .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); }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { border-width: 0; border-radius: 0; }#COoc4dAzTMUxS61XJK64dBvAGXtK3SH9 > .row .container { width:320px;height:867px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwmSMbQJMXVL5vov2K52i3CmwEmsE5c0 { width:180.987px;height:68.9872px;top:53.987182617188px;left:69.461544036865px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DpHwSAzQDTPrVV5R6QRBZvergDG579Km { width:319.987px;height:80.4103px;top:172.97436827421px;left:0px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwTqxdem4oTAaJv6HEb9pgoMap5iTDZK { width:320px;height:104px;top:343.82054901123px;left:0px;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-text {padding-top: 0; padding-bottom: 0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-select {padding-top: 0; padding-bottom: 0;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw  { width:279.987px;height:auto;top:447.79492491484px;left:0px;z-index:99999; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw {display:block;}#bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw { width:279.987px;height:auto;top:447.79492491484px;left:0px;z-index:99999; }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #u98KJKb1LHDXk74g41h5JhPfMqMBPxTW {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #GToWtzHQp2h8qbrEh1rGvRdyWyefKzJF {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #iEWaSOTdiwfXGPiyu6qFmp1C43Ezd5db {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #o8GJIn28BVERUZdwxWzE1kbuy3ireuph {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #xR7IzkPP1Lv4TPyJrEh4UaD7Ve79I3CL {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #E6OUyFc0MhNSB2nMip9StpDXKiVbLK6T {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #R2g1eJV4qGsRehN167WqkO8layzyp9p9 {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #CI2MpCusWtJzBaexcOmsGDG88rBvCOOf {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #v9h8ed4bb27AFGBFcZbVzIBIRGqlNZ8V {  }
 }@media only screen and (max-width: 763px) { #KA1KFGiU73T0gVwHqKykNaHr6KBLN8ev { display:block; }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #nOS9DApbrkxTChQUwDCOwLcBGaefZetN {  }
 }@media only screen and (max-width: 763px) { #bfkZV8ACbTGWh4Re1BTWUO24IgDm8zGw #aZwTevhT7zIC4NnBTxD8UuJpxO9GgQRK {  }
 }@media only screen and (max-width: 763px) { #puxgFZV2cbR2VNPhNhDPDb03IszWrLAO { width:283.987px;height:83.6923px;top:353.96158140898px;left:17.987180709839px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 { display:block; }#dsXwyXNP6OLLgbd9yLkTHEGrS89yTrA7 > .row .container { width:320px;height:333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWLnffTB4UKw19QDJxPHPLPxKu5ACzux { width:303.987px;height:56.6154px;top:48.538513183594px;left:7.9615383148193px;font-size:15px;color:#092a30;display:block; }
 }@media only screen and (max-width: 763px) { #ENeoBxVuH6F4AIsrfTRPJVnbUcv0R2CJ { width:320px;height:140px;top:184.80116357422px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GWSno0gXPEBnHE6BeK9UP7dEZ1SSad5o { width:180px;height:41.0256px;top:207.79828713834px;left:70px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Wbb6Wug0A7b7OUZu3FBvlhRhprk6CgXH { width:310px;height:41.0256px;top:265.78122781217px;left:5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO { background-color:#6c9e18;background-image:none;display:block; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container { background-color: transparent; background-image: none; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container > .video-iframe-container { display: none; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row > .video-iframe-container { display: none; }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .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); }#r4TR0RkhCnyW8Ik9tymv1bPOU7R0KFfO > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJPl60c1TrOzUKltssmUSsny2471x66g { width:320px;height:81px;top:0px;left:0px;background-color:rgba(108,158,24,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #USx6FFik48HtD2pmFJeBy6rN8GA4QJS7 { width:273px;height:49.2308px;top:15.799987792969px;left:23.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eQwSFtHK5oR1Fl2xkupufuMr2dgFqUbC { width:28px;height:28px;top:32.5px;left:262.5px;font-size:19px;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #QG1rZH4EaNe8VTOdm1rSFNN7XBLgmcRf { width:29px;height:29px;top:32px;left:21.5px;font-size:20px;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe { display:block; }#uIiqDiSwkgJmc9ZBZfNcoUig7OPTVBoe > .row .container { width:320px;height:512px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwzN9yz5LzzO0bNKaBaMRlIOJg4ReRWL { width:320px;height:498px;top:1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo { display:block; }#FbTwvQ1IcKKnuTCr63atZdhGRLadQDQo > .row .container { width:320px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJZG9DMTKGWqlN3rQrg73ZTNH5qxFRHi { width:286px;height:295.385px;top:13px;left:17px;font-size:29px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MznvTcKJtoEP11KzLou77nbxxV2Ga86i { display:block; }#MznvTcKJtoEP11KzLou77nbxxV2Ga86i > .row .container { width:320px;height:742px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXXH9MMMi7gM4OWBViUT0uMWFkL8yNEa { top:666px;left:20px;width:280px;height:47px;z-index:100009;color:#ffffff;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #akcD6dtQu8FbhQBWrdZOpwzTys6kLm2X { display:block; }
 }@media only screen and (max-width: 763px) { #wT6xJ3iLu4LoTN3b2B7CUT2f3Ky29TNe { top:511px;left:0px;width:304px;height:55px;z-index:100011;color:#ffffff;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QkVmuWZIkTNDTJzTxmFoVB1gHOzZnzFG { display:block; }
 }@media only screen and (max-width: 763px) { #L6Q5SbhnNyePSLIgfJHgnNW7kfnxeoOP { width:50px;height:50px;top:664.5px;left:27px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PTH7WKWJcnWkma1HLPQpE6JVgwIfeHH1 { width:269px;height:278px;top:16px;left:25.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #leUAtpd2I5iN4u7JdEIC9DhBp2su7xhZ { width:88px;height:auto;top:66px;left:116px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #JA2cNBQKmJFMtO9mVDvvaNiPMEGRVzVe { width:320px;height:185.885px;top:461.5px;left:0px;font-size:13px;display:block; }#JA2cNBQKmJFMtO9mVDvvaNiPMEGRVzVe li:before{  }
 }@media only screen and (max-width: 763px) { #bMaThFn4S4S6Gu03Q4VP7OAIletevgi9 { width:303px;height:22.1538px;top:411px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #l35h8hT3X60liqCO0g7ZoCbC3XNkylPn { width:266px;height:36px;top:404px;left:27px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #inIeTeGJkn3lf44KkvqzeFK2mrCxdg4w { width:272px;height:71.3846px;top:310px;left:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lb8ZNpDliB35dO48Qrfc1DFzz4KvxIKQ { width:110px;height:110px;top:31px;left:105px;display:none; }
 }@media only screen and (max-width: 763px) { #tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T { background-color:transparent;background-image:none;display:block; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container { background-color: transparent; background-image: none; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container > .video-iframe-container { display: none; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row > .video-iframe-container { display: none; }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .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); }#tRqy6C4h3ZvlREJTogdeDsPUlIV7zV8T > .row .container { width:320px;height:894px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4aXIJBFb3muPQRKP5piIGy1ngHnzAs7 { width:102px;height:35px;top:697px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #y1Rkc99Vc3dGoW3UoPhm5ftM0d4AeomC { width:75px;height:49px;top:687px;left:179px;display:block; }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-text {padding-top: 0; padding-bottom: 0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-select {padding-top: 0; padding-bottom: 0;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX  { width:280px;height:auto;top:311px;left:0px;z-index:99999; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX {display:block;}#OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX { width:280px;height:auto;top:311px;left:0px;z-index:99999; }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #yz5mUbgPwiAQIyFQAKVwWuOSVRum0xsL {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #hRIUgOIvTQqkVvMgOXuzXMUBZG1q3tki {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #cS7VV1PhgDmdUBv9FlbitF16Z5RmJJ27 {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #ZTyr0FVmk0ChTgBTXi0wSrkvXJCfPsPn {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #P86f1DTa6NAVCqBnwqpeVt88179B4OMy {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #emSrnk3DIeQVc20xROFhSwDHtDWcM9t0 {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #sElkqJ6IAz6HOeKHl0k1A2UkgA4Fxt7N {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #rXRvSB05kBN5ax29TIVZ3De6IkOuByKg {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #ZvEURQLPM36vq8yJ1ue6r8n0CsWTD4lq {  }
 }@media only screen and (max-width: 763px) { #t1fS8DTsRNz77iulIK65BveuQddiPeir { display:block; }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #VwdNWQloFGuZVadgF4brw2be4ZHP9JCb {  }
 }@media only screen and (max-width: 763px) { #OlHB9TRGKJ5ZMrMFINCP9X0uz9QxA6tX #MDXEU1INlPsRDbITJhTmXxVDOL5R4yL1 {  }
 }@media only screen and (max-width: 763px) { #arXWQeoCAyAxuPwPV3pAkQmi31EFyM4t { width:320px;height:55px;top:257px;left:0px;background-color:#6c9e18;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dvqQTmS7D1TvmCr9yNGMAMsVXsRqTI3J { width:284px;height:27.8974px;top:270.19999694824px;left:18px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #diL1XvkC6iHoAIEcyMEeeI6cccRmOsbd { width:320px;height:256px;top:639px;left:0px;background-color:rgba(67,44,12,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #gBKerXX5nAUZoygHTAKx5J4ZM58WWoxq { width:320px;height:55.7949px;top:61px;left:0px;font-size:22px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ClHnVgOm7eAbcdFFuDVoBnNJFxLhR7wN { width:153px;height:39px;top:145px;left:2.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wO5nrNnPIxKel9wvVTeCHcgFTcb6J3qe { display:block; }
 }@media only screen and (max-width: 763px) { #uQZNhsXoT7hnigRVhqKct702SBg6OPkT { width:148px;height:39px;top:145px;left:161.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UmGnkPrGd4TCnh8tKi2wC0BE7aewo3gq { display:block; }
 }@media only screen and (max-width: 763px) { #vpdUctNTKiaPHrnCQ7n2vrahdk1dwABi { top:41.5px;left:0px;width:320px;height:168px;z-index:99997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sdfoNroQV9USrHe1dmm0hqqBaUdNMkMz { top:639px;left:0px;width:320px;height:212px;z-index:99994;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LikPdn6qqNMsWQdkwPzXshxKrzDCgvUm { width:279px;height:27.0769px;top:851px;left:20.5px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #Za0BNBamvbe6877Ik8m76QW6EM2BlQOk { width:145px;height:18.8718px;top:799.5px;left:87.5px;font-size:15px;color:#f6894a;display:block; }
 }@media only screen and (max-width: 763px) { #WieWBV0EsExlLWVyx65fs8bdoqRMpQdG { width:211px;height:19.6923px;top:826px;left:67px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #DZW9mLkOngTEtaBJ7oRV1q0AtiEQTruk { width:190px;height:40px;top:749.5px;left:63px;font-size:11px;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #TvLpO86PqSOodb0OTbTS8rkBT5LgO4N2 { display:block; }
 }@media only screen and (max-width: 763px) { #NZxs8INP0PqaRp9RbqtB0f0l8mQyOQMh { width:33px;height:33px;top:754px;left:70px;font-size:23px;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #Pczxt1OO9QaiTe2kTsEAD99BIZXREBrx { top:683px;left:0px;width:320px;height:211px;z-index:99993;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }