.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV { position:relative;display:none; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV { border-width: 0; border-radius: 0; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .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:64px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eg1U4kKPUIJDe9TDshORzG4wMSOyhosU { color:#ffffff;display:block;width:411px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:310px;left:0px;height:108px;font-style:normal;display:none; }
#mz0rMX44sa9KXmw8HW43IKH7KytEbKsT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:50px;top:44px;left:0px;overflow:hidden;display:none; }
#RnzHHm8UPCUMBRxR3bNSX7Tuf0nD2qcQ { color:#ffffff;display:block;width:411px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:310px;left:0px;height:108px;font-style:normal;display:none; }
#QH3wWKU9CpHUNsDmHfO5aHsk0nlKT9oA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:166px;width:185px;display:none; }
#ci4GGxGp18s8Jg0tNsxkPW7H9oS9tzBH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:630px;width:960px;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cbcba3a-83c3-4bc1-80af-a990c0853b0c/bgverante.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:700px;width:960px;overflow:visible;position:relative;display:block; }#mQRs4wNJlK80Ev3SrIFi62V7a21v2sCB { box-sizing:content-box;height:584px;width:400px;position:absolute;display:block;z-index:15001;background-color:rgba(242,241,236,0.85);background-image:none;top:58px;left:560px;display:block; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-form-header {  }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:12px;font-weight:400;color:#004226;width:305px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.1;font-style:normal; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;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:0;margin-bottom:4px;margin-left:0;display:block;width:305px;box-sizing:border-box;height:30px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-text {padding-top: 0; padding-bottom: 0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;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:0;margin-bottom:4px;margin-left:0;display:block;width:305px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:arial; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:305px;box-sizing:border-box;height:30px;color:#161616;font-family:montserrat;font-size:12px;overflow:hidden; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-select {padding-top: 0; padding-bottom: 0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-button { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:rgba(0,66,38,0.25);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:16px;font-weight:400;color:#004226;width:305px;height:46px;font-family:montserrat;overflow:hidden;font-style:normal; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B [class*="-text"]:-moz-placeholder { color:#626060;font-family:montserrat;font-size:12px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B [class*="-text"]::-moz-placeholder { color:#626060;font-family:montserrat;font-size:12px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B [class*="-text"]:-ms-input-placeholder { color:#626060;font-family:montserrat;font-size:12px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B [class*="-text"]::-webkit-input-placeholder { color:#626060;font-family:montserrat;font-size:12px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .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:arial;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:283px;overflow:hidden;font-style:normal; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .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; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-container:first-of-type{padding-top:0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-container:last-of-type{padding-bottom:0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:305px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:197.99632263184px;left:586.98529052734px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:305px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B {display:block;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:305px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:197.99632263184px;left:586.98529052734px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #vsSafbZTcgkIhSCnmmUNeAPhIVzXhNvs { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #E0BV8dDXllGTOSI7Txbfq4UlaRl2JagC { position:relative;display:block; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #dRRKabayOx3BnFDVRgZfFtUEe4ibiPH0 { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #TtAq3DcssSdRzmhays2GhehrRQwZPwL8 { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #QmbA6BhtT2vGVyX1JZ02b5etLetdeeAZ { position:relative;display:block; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #wyqc5GD0XqbDqcJZfT9qeb0i3KMk04Or { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #cqWUbbZa143B6kByuEDhPOnSd9ckDvxb { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #Z85Xucni18TsvccHr2oQ1q2Lh78qvIGh { position:relative;display:block; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #UTIlQcyXkWOmPLZ2MdWTUxaU8NoxhqX8 { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #Havd4Zs3qL1xsxlMOZh8f9pARJPAbRkA { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #T1y3yMCJ3qrpeIdgq5W4ZWW4snia5voi { position:relative;display:block; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #x6nZBQCSp72d1K0Vxs3hqLSOBRRb7bsR { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #qQ6WwwAVzo0tidn3oq6u8Je0E5aNrThZ { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #mUP9JxZmTV8u3FwFT95ZLnmJFtdeZdvi { position:relative;display:block; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #eHAAMNTVCXRN8houTm6y0ib1voRdbSRT { position:relative; }
#ufX1J4kgtVeiXCR92fUCMzUpfUsTQqC8 { position:relative;display:block; }
#XI1oCgtlc4ZnT7mKo4JVUfeVhhg0wJlH { position:relative;display:block; }
#D9wJT0MxrAznOsCzXE4AH19so5aTmy3n { position:relative;display:block; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #yPN8JPEvhtoKl6paoFp2kSknP0M1wugL { position:relative; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #f8kZ2cKPzra5fDDQRUNSo8XExMoZWq6L { position:relative; }
#sbXAToer426BH0RqR63wJ31E8Gp6byVc { color:#004226;display:block;width:250px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:89px;left:634px;height:32.941177368164px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giTd14pOeU2ihE9lNNPhrsRhqroTiMGL { color:#004226;display:block;width:287.99630737305px;position:absolute;font-family:montserrat;font-size:26px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:122px;left:616px;height:32.941177368164px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8gqieugz8T9GcWJqPE7fVTeEBRUI6Ez { color:#004226;display:block;width:287.99630737305px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:158px;left:616px;height:42.352939605713px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzclHQJwttst0D9A8PMx20olb70aDxi7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:220px;width:220px;top:0px;left:0px;overflow:hidden;display:block; }
#GLQ51KtiTOimPhI5Amav4V387l0LeklP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:166px;width:185px;top:474.16911315918px;left:0px;overflow:hidden;display:block; }
#x59eQIIUvX9v64IzywkwInGtKMD7Sksc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:145px;width:223px;top:510.60661315918px;left:337.16909790039px;overflow:hidden;display:block; }
#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row .container { background-color: transparent; background-image: none; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row .container > .video-iframe-container { display: none; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row > .video-iframe-container { display: none; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .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); }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row .container { border-width: 0; border-radius: 0; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row .container { font-size:14px;font-family:arial;height:735px;width:960px;position:relative;display:block; }#pRHqCgHmfshoVNIOoeQLc2zOTpHq3Ua4 { color:#004226;display:block;width:335.99264526367px;position:absolute;font-family:montserrat;font-size:36px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:119.52203369141px;left:0px;height:141.17646789551px;display:block; }
#cRuMIGt0bZVtWkswrKvgL1ug9gTFXpoQ { color:#004226;display:block;width:417.99630737305px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:285.38592529297px;left:0px;height:77.64705657959px;display:block; }
#f0hVTDawQSzKZmEb25s35bgFfzeVkFoJ { color:#004226;display:block;width:308.98895263672px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:422px;left:129px;height:44.705879211426px;display:block; }
#QiG21atQ0u1Xx68RoNWIhg6AUqxN7n3I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41px;width:33px;top:424px;left:80px;overflow:hidden;display:block; }
#FhpN42PB1ctBCaVxNTL9qWEkFJmX1JXN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:538px;width:440px;top:54.518310546875px;left:519.99996948242px;overflow:hidden;display:block; }
#PVx0Cl1F1XIQntyLWP0ocPfaE7Alvh9S { background-color:rgba(0,66,38,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#004226;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:350px;height:50px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:624.98150634766px;left:304.98159790039px;display:block; }
#lAsBUezPIR2LpgGyuT303EWuhkHERd8X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004226;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; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row .container { background-color: transparent; background-image: none; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row .container > .video-iframe-container { display: none; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row > .video-iframe-container { display: none; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .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); }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row .container { border-width: 0; border-radius: 0; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row .container { font-size:14px;font-family:arial;height:150px;width:960px;position:relative;display:block; }#n8bQCEtKAk9Q5oFwfETm5nV3Fb2y1Prv { color:#ffffff;display:block;width:751.98529052734px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:45.99267578125px;left:104.00735473633px;height:58.823528289795px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row .container { background-color: transparent; background-image: none; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row .container > .video-iframe-container { display: none; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row > .video-iframe-container { display: none; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .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); }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row .container { border-width: 0; border-radius: 0; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row .container { font-size:14px;font-family:arial;height:500px;width:960px;position:relative;display:block; }#FyBMFTropypDNMgVSkDa2x2NC0DH6b3s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:497px;width:280px;top:0px;left:0px;overflow:hidden;display:block; }
#nA6quyBew1W3KqehrhNXnkU6cpeV8OZK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:262px;width:240px;top:0px;left:279.96322631836px;overflow:hidden;display:block; }
#uBGDRQBTtw2pQZvMCyoior2vwVHFEawN { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.985290527344px;width:61.985290527344px;top:28px;left:537px;overflow:hidden;display:block; }
#VHZoPN7Ae58ukp2xz36ugtl2fTEvuWJM { color:#004226;display:block;width:186.98529052734px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:109px;left:537px;height:105.88234710693px;display:block; }
#dBFXB6JGS2xQaOEHDc3QLlWTEnb5yqAJ { box-sizing:content-box;height:236px;width:238px;position:absolute;display:block;z-index:15005;background-color:#004226;background-image:none;top:259.12866210938px;left:279.96322631836px;display:block; }
#OuUKTwoopqzuneEEi9HIXcHCIC8w6WXL { color:#ffffff;display:block;width:186px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:352.83081054688px;left:294.87130737305px;height:105.88234710693px;display:block; }
#yHiKdh0deigZi4HRTrDvIAeSfvB8JFg6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:61px;top:286.02941894531px;left:294.87130737305px;overflow:hidden;display:block; }
#xPFpfMiIhvDiWIdAvGQms1276F3bzNFQ { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:245px;width:444px;top:250.96691894531px;left:517.92276000977px;overflow:hidden;display:block; }
#h6wLML94SwT0wBoVVnWBri7zZcOhVRs9 { box-sizing:content-box;height:260px;width:232.99632263184px;position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;top:0px;left:517.99630737305px;display:block; }
#JCGARyhUE1yAh26OMTH6r4MFN5chmkWL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:260px;width:238px;top:0px;left:724.00735473633px;overflow:hidden;display:block; }
#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row .container { background-color: transparent; background-image: none; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row .container > .video-iframe-container { display: none; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row > .video-iframe-container { display: none; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .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); }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row .container { border-width: 0; border-radius: 0; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row .container { font-size:14px;font-family:arial;height:175px;width:960px;position:relative;display:block; }#HkKiE8TXELNbrBB7GmzItVcVkbrPhbf6 { color:#004226;display:block;width:665.99261474609px;position:absolute;font-family:montserrat;font-size:36px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:63.13623046875px;left:146.98526000977px;height:47.058822631836px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row .container { background-color: transparent; background-image: none; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row .container > .video-iframe-container { display: none; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row > .video-iframe-container { display: none; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .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); }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row .container { border-width: 0; border-radius: 0; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#Lo5JPm71RdGrERDxFsupcqVBMki1NgDH { position:absolute;display:block;z-index:15000;height:600px;width:960px;top:0px;left:0px;display:block; }
#otEwR35NSCXToGrQRp126DVxiJMraDUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row .container { background-color: transparent; background-image: none; }#otEwR35NSCXToGrQRp126DVxiJMraDUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row .container > .video-iframe-container { display: none; }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row > .video-iframe-container { display: none; }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .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); }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row .container { border-width: 0; border-radius: 0; }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row .container { font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#r3K4lki8vCyoy2sJVMzbVlaEDHTzqN6U { background-color:rgba(0,66,38,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#004226;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:441px;height:50px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:46.783203125px;left:259.48526000977px;display:block; }
#vTlJ5Jcdqev6927aSq847EZixAHmitNd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container { background-color: transparent; background-image: none; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container > .video-iframe-container { display: none; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row > .video-iframe-container { display: none; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .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); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container { border-width: 0; border-radius: 0; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container { font-size:14px;font-family:arial;height:320px;width:960px;position:relative;display:block; }#HO0bqtyxgcexACkaz5JKe0mWO5ImiAp6 { color:#004226;display:block;width:421.98529052734px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:127.97802734375px;left:78.988952636719px;height:89.411758422852px;display:block; }
#BxTfQXtofdrmW9yRIHoPqPEGTC7gMWUW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:158px;width:296px;top:80.7353515625px;left:536.96688842773px;overflow:hidden;display:block; }
#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004226;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; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row .container { background-color: transparent; background-image: none; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row .container > .video-iframe-container { display: none; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row > .video-iframe-container { display: none; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .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); }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row .container { border-width: 0; border-radius: 0; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row .container { font-size:14px;font-family:arial;height:190px;width:960px;position:relative;display:block; }#PLue7cz9plAIT0urkyedxl9A4hGUoCut { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:120px;width:120px;top:35px;left:570px;overflow:hidden;display:block; }
#N1OO1fos5H2mfh9tpI7gftQ1BDNTEVmp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89px;width:100px;top:54px;left:270px;overflow:hidden;display:block; }
#IVXp7OwEoAtFGtCuf8w20TLRQD0xTcWm { position:absolute;display:block;z-index:15008;height:43.988967895508px;width:140.99264526367px;top:142.88598632812px;left:810.11022949219px;display:none; }
#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004226;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; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row .container { background-color: transparent; background-image: none; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row .container > .video-iframe-container { display: none; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row > .video-iframe-container { display: none; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .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); }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row .container { border-width: 0; border-radius: 0; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#xAvsv0UhhCt5adZa1twxqrabiygf5wTa { color:#ffffff;display:block;width:946.98529052734px;position:absolute;font-family:montserrat;font-size:11px;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:28.419189453125px;left:6.5073547363281px;height:42.352939605713px;display:block; }
#Hz9GzHNayGABD5xgETPbqcERL1bITSHF { color:#ffffff;display:block;width:946.98529052734px;position:absolute;font-family:montserrat;font-size:11px;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:90.404296875px;left:6.5073547363281px;height:56.470584869385px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV { display:none; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eg1U4kKPUIJDe9TDshORzG4wMSOyhosU { top:159px;left:0px;width:217px;height:65px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #mz0rMX44sa9KXmw8HW43IKH7KytEbKsT { top:44px;left:0px;width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #RnzHHm8UPCUMBRxR3bNSX7Tuf0nD2qcQ { top:175px;left:0px;width:261px;height:61px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #QH3wWKU9CpHUNsDmHfO5aHsk0nlKT9oA { width:185px;height:166px;display:none; }
 }@media only screen and (max-width: 763px) { #ci4GGxGp18s8Jg0tNsxkPW7H9oS9tzBH { width:764px;height:501px;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQRs4wNJlK80Ev3SrIFi62V7a21v2sCB { top:58px;left:364px;width:400px;height:583px;display:block; }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-regular-label { width:305px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-text { width:305px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-text {padding-top: 0; padding-bottom: 0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-textarea { width:305px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-select { width:305px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-select {padding-top: 0; padding-bottom: 0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-button { width:305px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-checkbox-label { width:283px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B  { width:305px;height:auto;top:197px;left:419px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .radio-container { width:305px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B {display:block;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B { width:305px;height:auto;top:197px;left:419px; }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #vsSafbZTcgkIhSCnmmUNeAPhIVzXhNvs {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #E0BV8dDXllGTOSI7Txbfq4UlaRl2JagC {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #dRRKabayOx3BnFDVRgZfFtUEe4ibiPH0 {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #TtAq3DcssSdRzmhays2GhehrRQwZPwL8 {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #QmbA6BhtT2vGVyX1JZ02b5etLetdeeAZ {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #wyqc5GD0XqbDqcJZfT9qeb0i3KMk04Or {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #cqWUbbZa143B6kByuEDhPOnSd9ckDvxb {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #Z85Xucni18TsvccHr2oQ1q2Lh78qvIGh {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #UTIlQcyXkWOmPLZ2MdWTUxaU8NoxhqX8 {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #Havd4Zs3qL1xsxlMOZh8f9pARJPAbRkA {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #T1y3yMCJ3qrpeIdgq5W4ZWW4snia5voi {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #x6nZBQCSp72d1K0Vxs3hqLSOBRRb7bsR {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #qQ6WwwAVzo0tidn3oq6u8Je0E5aNrThZ {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #mUP9JxZmTV8u3FwFT95ZLnmJFtdeZdvi {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #eHAAMNTVCXRN8houTm6y0ib1voRdbSRT {  }
 }@media only screen and (max-width: 763px) { #ufX1J4kgtVeiXCR92fUCMzUpfUsTQqC8 { display:block; }
 }@media only screen and (max-width: 763px) { #XI1oCgtlc4ZnT7mKo4JVUfeVhhg0wJlH { display:block; }
 }@media only screen and (max-width: 763px) { #D9wJT0MxrAznOsCzXE4AH19so5aTmy3n { display:block; }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #yPN8JPEvhtoKl6paoFp2kSknP0M1wugL {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #f8kZ2cKPzra5fDDQRUNSo8XExMoZWq6L {  }
 }@media only screen and (max-width: 763px) { #sbXAToer426BH0RqR63wJ31E8Gp6byVc { top:89px;left:514px;width:250px;height:32px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #giTd14pOeU2ihE9lNNPhrsRhqroTiMGL { top:122px;left:477px;width:287px;height:32px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #c8gqieugz8T9GcWJqPE7fVTeEBRUI6Ez { top:158px;left:477px;width:287px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzclHQJwttst0D9A8PMx20olb70aDxi7 { top:0px;left:0px;width:220px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #GLQ51KtiTOimPhI5Amav4V387l0LeklP { top:474px;left:0px;width:185px;height:166px;display:block; }
 }@media only screen and (max-width: 763px) { #x59eQIIUvX9v64IzywkwInGtKMD7Sksc { top:510px;left:239.16909790039px;width:223px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh { display:block; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRHqCgHmfshoVNIOoeQLc2zOTpHq3Ua4 { top:119px;left:0px;width:335px;height:141px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cRuMIGt0bZVtWkswrKvgL1ug9gTFXpoQ { top:285px;left:0px;width:417px;height:77px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #f0hVTDawQSzKZmEb25s35bgFfzeVkFoJ { top:422px;left:31px;width:308px;height:44px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QiG21atQ0u1Xx68RoNWIhg6AUqxN7n3I { top:424px;left:0px;width:33px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #FhpN42PB1ctBCaVxNTL9qWEkFJmX1JXN { top:54px;left:324px;width:440px;height:538px;display:block; }
 }@media only screen and (max-width: 763px) { #PVx0Cl1F1XIQntyLWP0ocPfaE7Alvh9S { width:350px;height:50px;top:624px;left:206.98159790039px;display:block; }
 }@media only screen and (max-width: 763px) { #lAsBUezPIR2LpgGyuT303EWuhkHERd8X { display:block; }
 }@media only screen and (max-width: 763px) { #qRVMnHa2vb0v711rtA8MfCbcIeBeDriK { display:block; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8bQCEtKAk9Q5oFwfETm5nV3Fb2y1Prv { top:45px;left:6.0073547363281px;width:751px;height:58px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe { display:block; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyBMFTropypDNMgVSkDa2x2NC0DH6b3s { top:0px;left:0px;width:280px;height:497px;display:block; }
 }@media only screen and (max-width: 763px) { #nA6quyBew1W3KqehrhNXnkU6cpeV8OZK { top:0px;left:181.96322631836px;width:240px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #uBGDRQBTtw2pQZvMCyoior2vwVHFEawN { top:28px;left:439px;width:61px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #VHZoPN7Ae58ukp2xz36ugtl2fTEvuWJM { top:109px;left:439px;width:186px;height:105px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #dBFXB6JGS2xQaOEHDc3QLlWTEnb5yqAJ { top:259px;left:181.96322631836px;width:238px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #OuUKTwoopqzuneEEi9HIXcHCIC8w6WXL { top:352px;left:196.87130737305px;width:186px;height:88px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yHiKdh0deigZi4HRTrDvIAeSfvB8JFg6 { top:286px;left:196.87130737305px;width:61px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #xPFpfMiIhvDiWIdAvGQms1276F3bzNFQ { top:250px;left:320px;width:444px;height:245.00609610664px;display:block; }
 }@media only screen and (max-width: 763px) { #h6wLML94SwT0wBoVVnWBri7zZcOhVRs9 { top:0px;left:419.99630737305px;width:232px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #JCGARyhUE1yAh26OMTH6r4MFN5chmkWL { top:0px;left:526px;width:238px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p { display:block; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkKiE8TXELNbrBB7GmzItVcVkbrPhbf6 { top:63px;left:48.985260009766px;width:665px;height:47px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw { display:block; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo5JPm71RdGrERDxFsupcqVBMki1NgDH { top:0px;left:0px;width:764px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #otEwR35NSCXToGrQRp126DVxiJMraDUB { display:block; }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3K4lki8vCyoy2sJVMzbVlaEDHTzqN6U { width:441px;height:50px;top:46px;left:161.48526000977px;display:block; }
 }@media only screen and (max-width: 763px) { #vTlJ5Jcdqev6927aSq847EZixAHmitNd { display:block; }
 }@media only screen and (max-width: 763px) { #oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T { display:block; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HO0bqtyxgcexACkaz5JKe0mWO5ImiAp6 { top:127px;left:0px;width:421px;height:89px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BxTfQXtofdrmW9yRIHoPqPEGTC7gMWUW { top:80px;left:438.96688842773px;width:296px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L { display:block; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLue7cz9plAIT0urkyedxl9A4hGUoCut { top:35px;left:472px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #N1OO1fos5H2mfh9tpI7gftQ1BDNTEVmp { top:54px;left:172px;width:100px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #IVXp7OwEoAtFGtCuf8w20TLRQD0xTcWm { top:142px;left:624px;width:140px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA { display:block; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAvsv0UhhCt5adZa1twxqrabiygf5wTa { top:28px;left:0px;width:764px;height:42px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Hz9GzHNayGABD5xgETPbqcERL1bITSHF { top:90px;left:0px;width:764px;height:56px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cbcba3a-83c3-4bc1-80af-a990c0853b0c/bgverante.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV.adaptive-delivery-prevent-bg, #WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV.lazyload, #WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV.lazyloading { background-image: none; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row .container { background-color: transparent; background-image: none; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.35); }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row .container > .video-iframe-container { display: none; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.35); }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row > .video-iframe-container { display: none; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .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); }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row .container { border-width: 0; border-radius: 0; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV::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; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWfQrzgvLbuCkUk5Xr87lrJfb3S7cTyV > .row .container { width:320px;height:580px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg1U4kKPUIJDe9TDshORzG4wMSOyhosU { width:261.98529052734px;height:30.588233947754px;top:234px;left:30px;font-size:26px;z-index:15003;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mz0rMX44sa9KXmw8HW43IKH7KytEbKsT { width:172.99632263184px;height:172.99632263184px;top:62.132350921631px;left:73.455881118774px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RnzHHm8UPCUMBRxR3bNSX7Tuf0nD2qcQ { width:288.98895263672px;height:30.588233947754px;top:272px;left:16px;font-size:26px;z-index:15004;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QH3wWKU9CpHUNsDmHfO5aHsk0nlKT9oA { top:391.96688842773px;left:29.963235855103px;width:95px;height:85px;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ci4GGxGp18s8Jg0tNsxkPW7H9oS9tzBH { top:400.97424316406px;left:158.12498664856px;width:135px;height:88.988967895508px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#d0d0d0;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:570px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQRs4wNJlK80Ev3SrIFi62V7a21v2sCB { width:320px;height:513px;top:34.981628417969px;left:0px;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-text {padding-top: 0; padding-bottom: 0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-select {padding-top: 0; padding-bottom: 0;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B  { width:280px;height:auto;top:104.5px;left:0px; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B {display:block;}#o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B { width:280px;height:auto;top:104.5px;left:0px; }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #vsSafbZTcgkIhSCnmmUNeAPhIVzXhNvs {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #E0BV8dDXllGTOSI7Txbfq4UlaRl2JagC {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #dRRKabayOx3BnFDVRgZfFtUEe4ibiPH0 {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #TtAq3DcssSdRzmhays2GhehrRQwZPwL8 {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #QmbA6BhtT2vGVyX1JZ02b5etLetdeeAZ {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #wyqc5GD0XqbDqcJZfT9qeb0i3KMk04Or {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #cqWUbbZa143B6kByuEDhPOnSd9ckDvxb {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #Z85Xucni18TsvccHr2oQ1q2Lh78qvIGh {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #UTIlQcyXkWOmPLZ2MdWTUxaU8NoxhqX8 {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #Havd4Zs3qL1xsxlMOZh8f9pARJPAbRkA {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #T1y3yMCJ3qrpeIdgq5W4ZWW4snia5voi {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #x6nZBQCSp72d1K0Vxs3hqLSOBRRb7bsR {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #qQ6WwwAVzo0tidn3oq6u8Je0E5aNrThZ {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #mUP9JxZmTV8u3FwFT95ZLnmJFtdeZdvi {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #eHAAMNTVCXRN8houTm6y0ib1voRdbSRT {  }
 }@media only screen and (max-width: 763px) { #ufX1J4kgtVeiXCR92fUCMzUpfUsTQqC8 { display:block; }
 }@media only screen and (max-width: 763px) { #XI1oCgtlc4ZnT7mKo4JVUfeVhhg0wJlH { display:block; }
 }@media only screen and (max-width: 763px) { #D9wJT0MxrAznOsCzXE4AH19so5aTmy3n { display:block; }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #yPN8JPEvhtoKl6paoFp2kSknP0M1wugL {  }
 }@media only screen and (max-width: 763px) { #o5kHEOHsbUz3DeEP8pFpILHTJGR8vt2B #f8kZ2cKPzra5fDDQRUNSo8XExMoZWq6L {  }
 }@media only screen and (max-width: 763px) { #sbXAToer426BH0RqR63wJ31E8Gp6byVc { width:250px;height:0;top:67.5px;left:19px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #giTd14pOeU2ihE9lNNPhrsRhqroTiMGL { width:286.98529052734px;height:0;top:852.97796630859px;left:16px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #c8gqieugz8T9GcWJqPE7fVTeEBRUI6Ez { width:286.98529052734px;height:42.352939605713px;top:54.709503173828px;left:16.488969802856px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzclHQJwttst0D9A8PMx20olb70aDxi7 { width:220px;height:220px;top:612.97796630859px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #GLQ51KtiTOimPhI5Amav4V387l0LeklP { width:185px;height:166px;top:954.13605308533px;left:67px;display:none; }
 }@media only screen and (max-width: 763px) { #x59eQIIUvX9v64IzywkwInGtKMD7Sksc { width:223px;height:145px;top:1140.1360530853px;left:48px;display:none; }
 }@media only screen and (max-width: 763px) { #uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh { display:block; }#uTSZ2FyTomQ7SG4HcLX1Ddxe2bh8THMh > .row .container { width:320px;height:895px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRHqCgHmfshoVNIOoeQLc2zOTpHq3Ua4 { width:320px;height:98.823532104492px;top:46.514770507812px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cRuMIGt0bZVtWkswrKvgL1ug9gTFXpoQ { width:320px;height:67.058822631836px;top:163.5110244751px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #f0hVTDawQSzKZmEb25s35bgFfzeVkFoJ { width:226.98529052734px;height:37.64705657959px;top:279px;left:69px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QiG21atQ0u1Xx68RoNWIhg6AUqxN7n3I { width:33px;height:41px;top:278px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FhpN42PB1ctBCaVxNTL9qWEkFJmX1JXN { width:320px;height:391.27272727273px;top:359.43762207031px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PVx0Cl1F1XIQntyLWP0ocPfaE7Alvh9S { width:275.99264526367px;height:50.992645263672px;top:795px;left:21.985292434692px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lAsBUezPIR2LpgGyuT303EWuhkHERd8X { display:block; }
 }@media only screen and (max-width: 763px) { #qRVMnHa2vb0v711rtA8MfCbcIeBeDriK { display:block; }#qRVMnHa2vb0v711rtA8MfCbcIeBeDriK > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8bQCEtKAk9Q5oFwfETm5nV3Fb2y1Prv { width:295px;height:103.52941131592px;top:49.779418945312px;left:12.481618881226px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe { display:block; }#m90BoBtpSqcrHG1fRF7C7p7P3mlSzHMe > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyBMFTropypDNMgVSkDa2x2NC0DH6b3s { width:190px;height:339px;top:0.0662841796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nA6quyBew1W3KqehrhNXnkU6cpeV8OZK { width:151px;height:164px;top:0px;left:169.00734138489px;display:block; }
 }@media only screen and (max-width: 763px) { #uBGDRQBTtw2pQZvMCyoior2vwVHFEawN { width:46px;height:46px;top:352.04028320312px;left:13.988969802856px;display:block; }
 }@media only screen and (max-width: 763px) { #VHZoPN7Ae58ukp2xz36ugtl2fTEvuWJM { width:133px;height:90.588233947754px;top:405.99267578125px;left:13.952207565308px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #dBFXB6JGS2xQaOEHDc3QLlWTEnb5yqAJ { width:151px;height:175px;top:163.62133789062px;left:169.00734138489px;display:block; }
 }@media only screen and (max-width: 763px) { #OuUKTwoopqzuneEEi9HIXcHCIC8w6WXL { width:130.99264526367px;height:77.64705657959px;top:227.95971679688px;left:178.97058296204px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yHiKdh0deigZi4HRTrDvIAeSfvB8JFg6 { width:46px;height:38px;top:177.97802734375px;left:183.9742603302px;display:block; }
 }@media only screen and (max-width: 763px) { #xPFpfMiIhvDiWIdAvGQms1276F3bzNFQ { width:320px;height:177.37132263184px;top:509.908203125px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #h6wLML94SwT0wBoVVnWBri7zZcOhVRs9 { width:169px;height:171px;top:338.30883789062px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JCGARyhUE1yAh26OMTH6r4MFN5chmkWL { width:159px;height:175px;top:338.08837890625px;left:161.67279243469px;display:block; }
 }@media only screen and (max-width: 763px) { #fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p { display:block; }#fpGSCFQ6nSK9ItFGUFndQJIUXrRk972p > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkKiE8TXELNbrBB7GmzItVcVkbrPhbf6 { width:320px;height:65.882354736328px;top:23.731689453125px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw { display:block; }#IWlTkmczFNVzmuIZu0u0WCUyvUl6BOTw > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo5JPm71RdGrERDxFsupcqVBMki1NgDH { width:320px;height:200px;top:4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #otEwR35NSCXToGrQRp126DVxiJMraDUB { display:block; }#otEwR35NSCXToGrQRp126DVxiJMraDUB > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3K4lki8vCyoy2sJVMzbVlaEDHTzqN6U { width:265px;height:50px;top:26.158203125px;left:27.463235855103px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vTlJ5Jcdqev6927aSq847EZixAHmitNd { display:block; }
 }@media only screen and (max-width: 763px) { #oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container { background-color: transparent; background-image: none; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container > .video-iframe-container { display: none; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row > .video-iframe-container { display: none; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .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); }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container { border-width: 0; border-radius: 0; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMJdzUmesytEm1t7y9D4hiT1OJyTrT9T > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HO0bqtyxgcexACkaz5JKe0mWO5ImiAp6 { width:312.99630737305px;height:70.588233947754px;top:75.974365234375px;left:3.4742660522461px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BxTfQXtofdrmW9yRIHoPqPEGTC7gMWUW { width:228px;height:122px;top:180px;left:45.955881118774px;display:block; }
 }@media only screen and (max-width: 763px) { #vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L { display:block; }#vgTSqxcVdxCeFG5WXkxtmgX1ymIsC20L > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLue7cz9plAIT0urkyedxl9A4hGUoCut { width:140px;height:140px;top:146.875px;left:89.981615066528px;display:block; }
 }@media only screen and (max-width: 763px) { #N1OO1fos5H2mfh9tpI7gftQ1BDNTEVmp { width:95px;height:84px;top:63.345458984375px;left:112.48161506653px;display:block; }
 }@media only screen and (max-width: 763px) { #IVXp7OwEoAtFGtCuf8w20TLRQD0xTcWm { width:140px;height:31px;top:243.08813476562px;left:89.981615066528px;display:none; }
 }@media only screen and (max-width: 763px) { #wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA { display:block; }#wG8c338Rm0ETvtAnD07pVyAJ8UpZX5fA > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAvsv0UhhCt5adZa1twxqrabiygf5wTa { width:320px;height:112.94116973877px;top:42.6103515625px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Hz9GzHNayGABD5xgETPbqcERL1bITSHF { width:320px;height:141.17646408081px;top:179.55883789062px;left:0px;font-size:9px;display:block; }
 }