.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-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;
  }
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container { background-color: transparent; background-image: none; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container > .video-iframe-container { display: none; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row > .video-iframe-container { display: none; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .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); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container { border-width: 0; border-radius: 0; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container { font-size:14px;font-family:arial;height:78px;width:1200px;position:relative;display:block; }#TUI8lfOAupefOO2GMKQgNgeFcxCpEiMB { 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;height:63px;width:126px;top:8px;left:98px;overflow:hidden;display:block; }
#UOG5o2vPRKOUXrZixKE9P3QvTwCQ19Bs { box-sizing:content-box;color:#317962;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:14px;left:613px;display:block; }
#BrNrVDaORJzTlRuJNgOzTbrXMx5J7WRM { color:#317962;display:block;width:460px;position:absolute;font-family:"open sans";font-size:12px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.987501144409px;left:650.98751831055px;height:46.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dU2Wtns47dpb3m0hD2Ete5mn5HwBpFTR { position:absolute;display:block;z-index:15000;background-color:#f9de05;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 5px 5px 15px rgba(0,0,0,0.19) ;height:56px;width:549px;top:7.9861116409302px;left:611.99652099609px;display:block; }
#cmN2pTrIlBFkT64MMNf9PLVPt4JGZXHl { background-color:#f6121f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffa7ac;border-left:2px solid #ffa7ac;border-right:2px solid #ffa7ac;border-bottom:2px solid #ffa7ac;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:201px;height:41px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18px;left:364px;display:block; }
#hJlQHURMISr3JpWDnVBTCSH4EiFQByZu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wWxUtiTAR8JXN5sz2T2v4I8rvMk1FKmf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:25px;left:332px; }
#hmgqzxEKPeiH6VT5AaopJo9mGUyvsXsC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:71.9965px;width:71.9965px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.9687502384186px;left:1119.7396850586px; }
#hmgqzxEKPeiH6VT5AaopJo9mGUyvsXsC > img { max-width: 100%;max-height:100%; }#IAVqJhoLEDTWGkGnRiBTZQeMLqEa3Hy6 { position:absolute;display:block;z-index:15000;background-color:#f9de05;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 5px 5px 15px rgba(0,0,0,0.19) ;height:56px;width:549px;top:7.9861116409302px;left:611.99652099609px;display:none; }
#ua7wg2FTfqEeUpsNrQFrauLdyFMMVuRC { color:#317962;display:block;width:460px;position:absolute;font-family:"open sans";font-size:12px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.996528625488px;left:650.98968505859px;height:31.1806px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST { position:relative;display:none; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST { border-width: 0; border-radius: 0; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .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; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .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:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kS4G2kJy37AHZBmEPx1eZGknDMpi2xPd { 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;height:63px;width:126px;top:8px;left:148px;overflow:hidden;display:none; }
#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/fzOEU5Yp/bg_01.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo.adaptive-delivery-prevent-bg, #Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo.lazyload, #Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo.lazyloading { background-image: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { background-color: transparent; background-image: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container > .video-iframe-container { display: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container { display: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .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); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { border-width: 0; border-radius: 0; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { font-size:14px;font-family:arial;height:766px;width:1200px;position:relative;display:block; }#EErDf9F8EmgX0d0xes3UrC9uVJoJdpRv { color:#ffffff;display:block;width:432.975px;position:absolute;font-family:"open black";font-size:48px;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:177px;left:137px;height:158.4px;text-align:center;text-align-last:center;display:block; }
#D5XVtkBTQwRBk8b6Ss17iQ4Z2XIN8CGM { color:#ffffff;display:block;width:432.995px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:384.98179626465px;left:136.96362304688px;height:85.7455px;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; }
#Xn3RMhDqh1TyVbbnc4FRsL0wSuwG0rZ1 { color:#2a4a40;display:block;width:305.99px;position:absolute;font-family:"open sans";font-size:13px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:549.99545288086px;left:199.99090576172px;height:50.6454px;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; }
#fQMK9p798TP7Bz0XRmWntWqpA3nFZgv9 { color:#ecff00;display:block;width:241px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:380.21875px;left:603.5px;height:76.8228px;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:none; }
#CxsGy3pdO5647Ui5F23xrHhJXA5T1zva { color:#ffffff;display:block;width:839px;position:absolute;font-family:"open black";font-size:56px;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:135px;left:0px;height:123.1944px;text-align:center;text-align-last:center;display:none; }
#ZDblzPUe99nd0Fm7pCD4UQ17orCDlgLx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -moz-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -ms-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -o-linear-gradient(180deg, #0cf25d, #03a64a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );";background-image: linear-gradient(180deg, #0cf25d, #03a64a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-left-radius:999px;border-bottom-right-radius:999px;box-shadow: 0 3px 6px rgba(0,0,0,0.33) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open black";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295.99px;height:65.9896px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:634px;left:203px;display:block; }
#fV0rPHIPQccMW3p8POzXSz93Ls7yZJIV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#JrApyofZrWweKKksRVxVCgJgLSyuOCFi { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a4a40, #00755e);background-image: -moz-linear-gradient(180deg, #2a4a40, #00755e);background-image: -ms-linear-gradient(180deg, #2a4a40, #00755e);background-image: -o-linear-gradient(180deg, #2a4a40, #00755e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );";background-image: linear-gradient(180deg, #2a4a40, #00755e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:15px;border-bottom-right-radius:60px;box-shadow: 5px 5px 15px rgba(0,0,0,0.19) ;height:568px;width:479px;top:-29px;left:112.0625px;display:block; }
#nBrIBcmP2dfihDtWen1F3eEoMy7aTE90 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9de05, #efd300);background-image: -moz-linear-gradient(180deg, #f9de05, #efd300);background-image: -ms-linear-gradient(180deg, #f9de05, #efd300);background-image: -o-linear-gradient(180deg, #f9de05, #efd300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9de05', endColorstr='#efd300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9de05', endColorstr='#efd300' );";background-image: linear-gradient(180deg, #f9de05, #efd300);background-size:auto !important;border-top:1px solid #2a4a40;border-left:1px solid #2a4a40;border-right:1px solid #2a4a40;border-bottom:1px solid #2a4a40;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 5px 5px 15px rgba(0,0,0,0.19) ;height:84px;width:336px;top:523px;left:184px;display:block; }
#g8ykgPMTx6oLXPthVMOwdVhyd5LghgbR { color:#000000;display:block;width:199.991px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:708.66812896729px;left:253.47271728516px;height:20.7818px;text-align:center;text-align-last:center;display:block; }
#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9de05, #efd300);background-image: -moz-linear-gradient(180deg, #f9de05, #efd300);background-image: -ms-linear-gradient(180deg, #f9de05, #efd300);background-image: -o-linear-gradient(180deg, #f9de05, #efd300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9de05', endColorstr='#efd300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9de05', endColorstr='#efd300' );";background-image: linear-gradient(180deg, #f9de05, #efd300);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container { background-color: transparent; background-image: none; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container > .video-iframe-container { display: none; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row > .video-iframe-container { display: none; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .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); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container { border-width: 0; border-radius: 0; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container { font-size:14px;font-family:arial;height:154px;width:1200px;position:relative;display:block; }#Ob2g5RVS2JoAVbbUKtSggZXFQzdnVBUH { color:#317861;display:block;width:477.995px;position:absolute;font-family:"open black";font-size:36px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:37.377258300781px;left:479.99996948242px;height:79.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bureNl6uk5eZiHAWnXBsOTFprclWG49D { 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;height:80px;width:98px;top:36px;left:359.08203567815px;overflow:hidden;display:block; }
#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD { position:relative;display:none; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD { border-width: 0; border-radius: 0; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .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; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .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:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a4a40, #00755e);background-image: -moz-linear-gradient(180deg, #2a4a40, #00755e);background-image: -ms-linear-gradient(180deg, #2a4a40, #00755e);background-image: -o-linear-gradient(180deg, #2a4a40, #00755e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );";background-image: linear-gradient(180deg, #2a4a40, #00755e);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container { background-color: transparent; background-image: none; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container > .video-iframe-container { display: none; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row > .video-iframe-container { display: none; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .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); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container { border-width: 0; border-radius: 0; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container { font-size:14px;font-family:arial;height:211px;width:1200px;position:relative;display:block; }#w8MWab90FvxQZdTgcU2TTzSN62X1olCW { color:#ffca08;display:block;width:943.991px;position:absolute;font-family:"open black";font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:64.050079345703px;left:127.99090576172px;height:117px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NM5rG3F7efecwmFm8DNT5Wmvo2R4JLKL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -moz-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -ms-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -o-linear-gradient(180deg, #0cf25d, #03a64a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );";background-image: linear-gradient(180deg, #0cf25d, #03a64a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-left-radius:999px;border-bottom-right-radius:999px;box-shadow: 0 3px 6px rgba(0,0,0,0.33) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open black";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:302px;height:65px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:-19px;left:448.99310302734px;display:block; }
#uOxlllvUDyv3BoAhDP2tHdCD6l7UKZuQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ghKBCevu8UniTuHBTXoHgc8ZOgGKWAcS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -moz-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -ms-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -o-linear-gradient(180deg, #0cf25d, #03a64a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );";background-image: linear-gradient(180deg, #0cf25d, #03a64a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-left-radius:999px;border-bottom-right-radius:999px;box-shadow: 0 3px 6px rgba(0,0,0,0.33) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open black";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:302px;height:65px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:-19px;left:448.99310302734px;display:none; }
#RO8lEzAdPTTzziR1plJQR64FCbQW8LSE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00755e, #2a4a40);background-image: -moz-linear-gradient(180deg, #00755e, #2a4a40);background-image: -ms-linear-gradient(180deg, #00755e, #2a4a40);background-image: -o-linear-gradient(180deg, #00755e, #2a4a40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );";background-image: linear-gradient(180deg, #00755e, #2a4a40);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container { background-color: transparent; background-image: none; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container > .video-iframe-container { display: none; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row > .video-iframe-container { display: none; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .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); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container { border-width: 0; border-radius: 0; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container { font-size:14px;font-family:arial;height:738px;width:1200px;position:relative;display:block; }#w4RNdOBMfNfLJCMk2FJ1QpWzrXkOq2DZ { color:#ffffff;display:block;width:300px;position:absolute;font-family:"open black";font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.449996948242px;left:673.49996948242px;height:62.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tzq2AHuybTFb6DKLEf1vgWIiDm9yGphr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00755e, #2a4a40);background-image: -moz-linear-gradient(180deg, #00755e, #2a4a40);background-image: -ms-linear-gradient(180deg, #00755e, #2a4a40);background-image: -o-linear-gradient(180deg, #00755e, #2a4a40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );";background-image: linear-gradient(180deg, #00755e, #2a4a40);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 5px 5px 15px rgba(0,0,0,0.19) ;height:360px;width:399px;top:29.854522705078px;left:623.99996948242px;display:block; }
#u3WOB0xBLa2mLmPdKAxAvqfiqC1aVcyM { color:#ffffff;display:block;width:252.995px;position:absolute;font-family:"open sans";font-size:11px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:95.822723388672px;left:696.98178100586px;height:28.6091px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nD2xW6LNzIrEeyJSV34DTzawIh0pgRw9 { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);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:21px;border-top-right-radius:21px;border-bottom-left-radius:21px;border-bottom-right-radius:21px;height:362px;width:987px;top:29px;left:107px;display:block; }
#qPl33KqGExzDkcpS2OetvNLDEJWlcSJK { color:#ffffff;display:block;width:363px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:117.99545288086px;left:161.98635864258px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#qPl33KqGExzDkcpS2OetvNLDEJWlcSJK li:not(:first-child){ padding-top:13px;padding-right:0;padding-bottom:0;padding-left:0; }#qPl33KqGExzDkcpS2OetvNLDEJWlcSJK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/utuWZqIB/arrow.png); }
#HVJMNmT0alI6sGoBcMAJsLWJgKhkADSV { color:#f9de05;display:block;width:426.982px;position:absolute;font-family:"open black";font-size:33px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.068176269531px;left:177.99545288086px;height:85.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w91evHbPHz8WLUKsmHhnCroJeqfiFU42 { color:#ffffff;display:block;width:276px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:133.56817626953px;left:685.49996948242px;height:249.3819px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cro2drXO3k77piK4EKIQauSTGZ9I649s { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00755e, #2a4a40);background-image: -moz-linear-gradient(180deg, #00755e, #2a4a40);background-image: -ms-linear-gradient(180deg, #00755e, #2a4a40);background-image: -o-linear-gradient(180deg, #00755e, #2a4a40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );";background-image: linear-gradient(180deg, #00755e, #2a4a40);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 5px 5px 15px rgba(0,0,0,0.19) ;height:189px;width:399px;top:437px;left:614px;display:block; }
#xAt2bS9F7l5DEE70g3a3xnD79gwsTT7Q { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);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:21px;border-top-right-radius:21px;border-bottom-left-radius:21px;border-bottom-right-radius:21px;height:231px;width:987px;top:412px;left:107px;display:block; }
#Wmq29txUB17JRPu0Lk4HOhc95W6TShlt { color:#ffffff;display:block;width:273px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:437.97265625px;left:674.99996948242px;height:187.0362px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sd2bKJm4senqhTzJP3k8xUwHV4RWv7uO { color:#f9de05;display:block;width:426.969px;position:absolute;font-family:"open black";font-size:33px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:474px;left:188px;height:85.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x63OgcTvTnlkFvFBEhtEn1gHPAbZQtsQ { color:#ffffff;display:block;width:253px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:570px;left:188px;height:39px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);background-image:url("https://images.assets-landingi.com/UvJ7j24k/final_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa.adaptive-delivery-prevent-bg, #DzQpPvyz77gqtcncTbHyv7nBV9eO32qa.lazyload, #DzQpPvyz77gqtcncTbHyv7nBV9eO32qa.lazyloading { background-image: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container { background-color: transparent; background-image: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container > .video-iframe-container { display: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row > .video-iframe-container { display: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .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); }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container { border-width: 0; border-radius: 0; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container { font-size:14px;font-family:arial;height:637px;width:1200px;position:relative;display:block; }#Xa1fmTHNcfrXKwMZBysvD1eoV1zBWSea { color:#000000;display:block;width:259.991px;position:absolute;font-family:raleway;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:217.44543457031px;left:744.49087524414px;height:36.409px;text-align:center;text-align-last:center;display:block; }
#n8x0cIMcOuW9eGOTgJgv1JSlAbNcBG8B { color:#354c48;display:block;width:918px;position:absolute;font-family:"open black";font-size:44px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:63.140625px;left:152px;height:57.1875px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F9RDq2Apf0aKG43tpsCCstmmuLBuq5LG { color:#354c48;display:block;width:615px;position:absolute;font-family:"open black";font-size:37px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:79.949981689453px;left:566.98635864258px;height:110.9864px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSvNTGxtNlWsL8X2uu2afyO2fAJBVRgT { 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;height:70px;width:138px;top:556.99333789062px;left:805.98968505859px;overflow:hidden;display:block; }
#r3vI2JonSXZxQilOqZwzPqQebLAac2uQ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00755e, #2a4a40);background-image: -moz-linear-gradient(180deg, #00755e, #2a4a40);background-image: -ms-linear-gradient(180deg, #00755e, #2a4a40);background-image: -o-linear-gradient(180deg, #00755e, #2a4a40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );";background-image: linear-gradient(180deg, #00755e, #2a4a40);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:103px;width:205px;top:534.997px;left:771.99652099609px;display:block; }
#NqSq4HZqw8huNa1kfmy682TvXgrT0JLR { box-sizing:content-box;color:#2a4a40;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:15000;top:253px;left:850px;display:block; }
#BZv7B1ZuusvB0yTUZqa4DMRbzDa0olmC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5fd000, #07c34a);background-image: -moz-linear-gradient(180deg, #5fd000, #07c34a);background-image: -ms-linear-gradient(180deg, #5fd000, #07c34a);background-image: -o-linear-gradient(180deg, #5fd000, #07c34a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd000', endColorstr='#07c34a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd000', endColorstr='#07c34a' );";background-image: linear-gradient(180deg, #5fd000, #07c34a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4999px;border-top-right-radius:4999px;border-bottom-left-radius:4999px;border-bottom-right-radius:4999px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:613.991px;height:115.991px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:319.9772644043px;left:567.49087524414px;display:block; }
#WadTowgU8mRu5SUKXNMAT6X0uuCOU375 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Hvhnc2utfhmQvKAqWUn1D0is7ig0Eq0y { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:70.9773px;width:70.9773px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:272.38635253906px;left:591.98178100586px; }
#Hvhnc2utfhmQvKAqWUn1D0is7ig0Eq0y > img { max-width: 100%;max-height:100%; }#qdxlCzZaQagKrTFviHscK0O424gKM4p7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -moz-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -ms-linear-gradient(180deg, #0cf25d, #03a64a);background-image: -o-linear-gradient(180deg, #0cf25d, #03a64a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cf25d', endColorstr='#03a64a' );";background-image: linear-gradient(180deg, #0cf25d, #03a64a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-left-radius:999px;border-bottom-right-radius:999px;box-shadow: 0 3px 6px rgba(0,0,0,0.33) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open black";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295.99px;height:65.9896px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:634px;left:203px;display:none; }
#HXpbEhGsZEyGqTMRU0lWONpNv65ZESHn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X { position:relative;display:none; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X { border-width: 0; border-radius: 0; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .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; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .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:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GFHr3ehqo7i8EGeZp2OVTTBVDvbC9DmA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;height:200px;width:200px;display:none; }
#fZhmUCNlcLTMhxC48gT60976J3wdKm9J { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#i5rJ1utPePDrKqlfK3Ecyf8hxAB99CTf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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;height:200px;width:200px;display:none; }
#sz6pfvnvH8eVG7r4Fn02lmE0Lb6U1POk { color:#000000;display:block;width:262px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:57px;top:49px;left:149px;display:none; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-form-header {  }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:13px;font-weight:400;color:#ffffff;width:280px;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.4;font-style:normal; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .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:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .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:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .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:#34af23;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:#f2f9ff;width:280px;height:44px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .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; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-container:first-of-type{padding-top:0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-container:last-of-type{padding-bottom:0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM  { background-color:transparent;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0px;left:120px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .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:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM {display:block;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM { background-color:transparent;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:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0px;left:120px;display:none; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #xENMn9xBPUTxBgTDOLJTdF5rSBOSTtu4 { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #F81RqUswa3lMbUarKwJ61gF2vq7CpCwy { position:relative;display:block; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #SOEdxUDdG2029xCDFwQF0FGH6T6i5W5Q { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #Q9czKrTl2edgh4h4z9vAUd7L4PvZrRpX { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #hwlU9GFAIpn1LmnVFxMfGoc2AzT4s6Uc { position:relative;display:block; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #gLZ4llV0yAie90yvBefFiC1HgShpUf0l { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #tMbp82V4DslprXto26QOMOXRg7Ch43nH { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #NsqiNrAlTDQqRkamNpFzVI9iqKlSrkQL { position:relative;display:block; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #TUD1cTw0PvELmb7AV6k29pZlSi7cJr41 { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #gDCg6OtfWa4sAm94okEOi9LTFWbQgwCE { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #kl5QR2f05AcHDiJQSTAFJ1CG2Q7xyWDH { position:relative;display:block; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #EZWSHrhJfDIRMheW0eTrgnuT0CPyAXnQ { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #dlw58PQF1yTewiPR0OAirwSrDHix2B7w { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #G7mhHu7Qr29dI6FdTu5bADhXv5M2U4MI { position:relative;display:block; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #pchgDJcnAknfDXDGw0wtAxlMDbI9d1m2 { position:relative; }
#mGDTRSOn57Lyh690HB4bpN8qh3TZX8c9 { position:relative;display:block; }
#cEhpb9tg79hePhkzHEGJlT02JzlrTwoi { position:relative;display:block; }
#zW5Bhc1DecO7SBuklKwSKNQJOABn2LIc { position:relative;display:block; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #ZkyBvkufUFWin4UTADVVkMBLnmp8QeMK { position:relative; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM #UXwgJcavspskZZsrpXRawZPJloKT6MsH { position:relative; }
#c0hgvuneZJtSVTF2kxFOyKvmOX0H5FWA { color:#ffffff;display:block;width:278px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;height:30px;top:397px;left:141px;text-align:center;text-align-last:center;display:none; }
#WxHXOUvnPpXeXeTyLK5KOBaK7kTTtMnu { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
#WL5Bxsfnd8xqqsACldTti748BOm3HNxT { color:#000000;display:block;width:15px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:21px;left:144px;display:none; }
#RUFJnignWL4MOI8ieaEDavoyOvuNFHZ9 { 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;height:283px;width:283px;display:none; }
#NdDemXdChdKdZrpdtT9nRqHqgAIOeZEW { color:#000000;display:block;width:120px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19px;top:21px;left:237px;display:none; }
#ee8XOTyDgGyECtOfuKfZUfVBQvFOQfH3 { color:#000000;display:block;width:47px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14px;top:34px;left:227px;display:none; }
#nduhrU76pXVx7UcQbvnds9ZlQcOPJL15 { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#ILmV9pTxPrZWKoa17XsGc0RXHfaUxhCS { box-sizing:content-box;color:#0e9ae5;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:15000;display:none; }
#OV80gdevU3LzoF62veJTdKPFLnexvQCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a4a40, #00755e);background-image: -moz-linear-gradient(180deg, #2a4a40, #00755e);background-image: -ms-linear-gradient(180deg, #2a4a40, #00755e);background-image: -o-linear-gradient(180deg, #2a4a40, #00755e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );";background-image: linear-gradient(180deg, #2a4a40, #00755e);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container { background-color: transparent; background-image: none; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container > .video-iframe-container { display: none; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row > .video-iframe-container { display: none; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .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); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container { border-width: 0; border-radius: 0; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container { font-size:14px;font-family:arial;height:9px;width:1200px;position:relative;display:block; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { background-color: transparent; background-image: none; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container > .video-iframe-container { display: none; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row > .video-iframe-container { display: none; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .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); }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { border-width: 0; border-radius: 0; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { font-size:14px;font-family:arial;height:41px;width:1200px;position:relative;display:block; }#cfDOCfPkETV5RatzL65H7sHf4Oug4XKZ { color:#949494;display:block;width:1200px;position:absolute;font-family:raleway;font-size:10px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:12.9818px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 { display:none; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TUI8lfOAupefOO2GMKQgNgeFcxCpEiMB { width:126px;height:63px;top:8px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #UOG5o2vPRKOUXrZixKE9P3QvTwCQ19Bs { width:45px;height:45px;top:14px;left:395px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #BrNrVDaORJzTlRuJNgOzTbrXMx5J7WRM { width:459px;height:46px;top:14px;left:305px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #dU2Wtns47dpb3m0hD2Ete5mn5HwBpFTR { width:549px;height:56px;top:7px;left:215px;display:block; }
 }@media only screen and (max-width: 763px) { #cmN2pTrIlBFkT64MMNf9PLVPt4JGZXHl { width:201px;height:41px;top:18px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #hJlQHURMISr3JpWDnVBTCSH4EiFQByZu { display:block; }
 }@media only screen and (max-width: 763px) { #wWxUtiTAR8JXN5sz2T2v4I8rvMk1FKmf { width:29px;height:29px;top:25px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #hmgqzxEKPeiH6VT5AaopJo9mGUyvsXsC { width:71px;height:71px;top:2px;left:692px;display:block; }
#hmgqzxEKPeiH6VT5AaopJo9mGUyvsXsC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #IAVqJhoLEDTWGkGnRiBTZQeMLqEa3Hy6 { width:549px;height:56px;top:7px;left:215px;display:none; }
 }@media only screen and (max-width: 763px) { #ua7wg2FTfqEeUpsNrQFrauLdyFMMVuRC { width:283px;height:31px;top:17px;left:0px;font-size:8px;display:none; }
 }@media only screen and (max-width: 763px) { #ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST { display:none; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kS4G2kJy37AHZBmEPx1eZGknDMpi2xPd { width:126px;height:63px;top:8px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo { display:block; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EErDf9F8EmgX0d0xes3UrC9uVJoJdpRv { top:177px;left:0px;width:432px;height:158px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #D5XVtkBTQwRBk8b6Ss17iQ4Z2XIN8CGM { top:384px;left:0px;width:432px;height:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3RMhDqh1TyVbbnc4FRsL0wSuwG0rZ1 { top:549px;left:0px;width:305px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #fQMK9p798TP7Bz0XRmWntWqpA3nFZgv9 { top:297px;left:0px;width:203px;height:121px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #CxsGy3pdO5647Ui5F23xrHhJXA5T1zva { top:10px;left:0px;width:303px;height:131px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #ZDblzPUe99nd0Fm7pCD4UQ17orCDlgLx { width:295px;height:65px;top:634px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fV0rPHIPQccMW3p8POzXSz93Ls7yZJIV { display:block; }
 }@media only screen and (max-width: 763px) { #JrApyofZrWweKKksRVxVCgJgLSyuOCFi { width:479px;height:568px;top:-29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nBrIBcmP2dfihDtWen1F3eEoMy7aTE90 { width:336px;height:84px;top:523px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g8ykgPMTx6oLXPthVMOwdVhyd5LghgbR { width:199px;height:20px;top:708px;left:35.472717285156px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn { display:block; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob2g5RVS2JoAVbbUKtSggZXFQzdnVBUH { top:37px;left:261.99996948242px;width:477px;height:79px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bureNl6uk5eZiHAWnXBsOTFprclWG49D { width:98px;height:80px;top:36px;left:141.08203567815px;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3KGBAgcdrh8otBViUGnwB019WFe3OD { display:none; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UqutGBIWTxULewWT7mWJVoRBJhxhSRcz { display:block; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8MWab90FvxQZdTgcU2TTzSN62X1olCW { width:764px;height:117px;top:64px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #NM5rG3F7efecwmFm8DNT5Wmvo2R4JLKL { width:302px;height:65px;top:-19px;left:230.99310302734px;display:block; }
 }@media only screen and (max-width: 763px) { #uOxlllvUDyv3BoAhDP2tHdCD6l7UKZuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ghKBCevu8UniTuHBTXoHgc8ZOgGKWAcS { width:302px;height:65px;top:-19px;left:230.99310302734px;display:none; }
 }@media only screen and (max-width: 763px) { #RO8lEzAdPTTzziR1plJQR64FCbQW8LSE { display:block; }
 }@media only screen and (max-width: 763px) { #knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O { display:block; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4RNdOBMfNfLJCMk2FJ1QpWzrXkOq2DZ { width:300px;height:62px;top:33px;left:455.49996948242px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Tzq2AHuybTFb6DKLEf1vgWIiDm9yGphr { width:399px;height:360px;top:29px;left:365px;display:block; }
 }@media only screen and (max-width: 763px) { #u3WOB0xBLa2mLmPdKAxAvqfiqC1aVcyM { width:252px;height:28px;top:95px;left:478.98178100586px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #nD2xW6LNzIrEeyJSV34DTzawIh0pgRw9 { width:764px;height:362px;top:29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qPl33KqGExzDkcpS2OetvNLDEJWlcSJK { width:363px;height:250px;top:117px;left:0px;font-size:17px;display:block; }#qPl33KqGExzDkcpS2OetvNLDEJWlcSJK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/utuWZqIB/arrow.png); }
 }@media only screen and (max-width: 763px) { #HVJMNmT0alI6sGoBcMAJsLWJgKhkADSV { width:426px;height:85px;top:33px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #w91evHbPHz8WLUKsmHhnCroJeqfiFU42 { width:276px;height:249px;top:133px;left:467.49996948242px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cro2drXO3k77piK4EKIQauSTGZ9I649s { width:399px;height:189px;top:437px;left:365px;display:block; }
 }@media only screen and (max-width: 763px) { #xAt2bS9F7l5DEE70g3a3xnD79gwsTT7Q { width:764px;height:231px;top:412px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Wmq29txUB17JRPu0Lk4HOhc95W6TShlt { width:273px;height:187px;top:437px;left:456.99996948242px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sd2bKJm4senqhTzJP3k8xUwHV4RWv7uO { width:426px;height:85px;top:474px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #x63OgcTvTnlkFvFBEhtEn1gHPAbZQtsQ { width:252px;height:39px;top:570px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DzQpPvyz77gqtcncTbHyv7nBV9eO32qa { display:block; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa1fmTHNcfrXKwMZBysvD1eoV1zBWSea { top:217px;left:504px;width:259px;height:36px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #n8x0cIMcOuW9eGOTgJgv1JSlAbNcBG8B { top:214px;left:0px;width:320px;height:50px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #F9RDq2Apf0aKG43tpsCCstmmuLBuq5LG { top:79px;left:149px;width:615px;height:110px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #wSvNTGxtNlWsL8X2uu2afyO2fAJBVRgT { width:137px;height:69.499804327975px;top:556px;left:587.98968505859px;display:block; }
 }@media only screen and (max-width: 763px) { #r3vI2JonSXZxQilOqZwzPqQebLAac2uQ { width:205px;height:102px;top:534px;left:553.99652099609px;display:block; }
 }@media only screen and (max-width: 763px) { #NqSq4HZqw8huNa1kfmy682TvXgrT0JLR { width:50px;height:50px;top:253px;left:632px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #BZv7B1ZuusvB0yTUZqa4DMRbzDa0olmC { width:613px;height:115px;top:319px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #WadTowgU8mRu5SUKXNMAT6X0uuCOU375 { display:block; }
 }@media only screen and (max-width: 763px) { #Hvhnc2utfhmQvKAqWUn1D0is7ig0Eq0y { width:70px;height:70px;top:272px;left:373.98178100586px;display:none; }
#Hvhnc2utfhmQvKAqWUn1D0is7ig0Eq0y > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qdxlCzZaQagKrTFviHscK0O424gKM4p7 { width:295px;height:65px;top:634px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HXpbEhGsZEyGqTMRU0lWONpNv65ZESHn { display:block; }
 }@media only screen and (max-width: 763px) { #AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X { display:none; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GFHr3ehqo7i8EGeZp2OVTTBVDvbC9DmA { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fZhmUCNlcLTMhxC48gT60976J3wdKm9J { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #i5rJ1utPePDrKqlfK3Ecyf8hxAB99CTf { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #sz6pfvnvH8eVG7r4Fn02lmE0Lb6U1POk { top:0px;left:0px;width:262px;height:57px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM  { width:280px;height:auto;top:42px;left:0px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM {display:block;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM { width:280px;height:auto;top:42px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #xENMn9xBPUTxBgTDOLJTdF5rSBOSTtu4 {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #F81RqUswa3lMbUarKwJ61gF2vq7CpCwy { display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #SOEdxUDdG2029xCDFwQF0FGH6T6i5W5Q {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #Q9czKrTl2edgh4h4z9vAUd7L4PvZrRpX {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #hwlU9GFAIpn1LmnVFxMfGoc2AzT4s6Uc { display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #gLZ4llV0yAie90yvBefFiC1HgShpUf0l {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #tMbp82V4DslprXto26QOMOXRg7Ch43nH {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #NsqiNrAlTDQqRkamNpFzVI9iqKlSrkQL { display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #TUD1cTw0PvELmb7AV6k29pZlSi7cJr41 {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #gDCg6OtfWa4sAm94okEOi9LTFWbQgwCE {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #kl5QR2f05AcHDiJQSTAFJ1CG2Q7xyWDH { display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #EZWSHrhJfDIRMheW0eTrgnuT0CPyAXnQ {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #dlw58PQF1yTewiPR0OAirwSrDHix2B7w {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #G7mhHu7Qr29dI6FdTu5bADhXv5M2U4MI { display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #pchgDJcnAknfDXDGw0wtAxlMDbI9d1m2 {  }
 }@media only screen and (max-width: 763px) { #mGDTRSOn57Lyh690HB4bpN8qh3TZX8c9 { display:block; }
 }@media only screen and (max-width: 763px) { #cEhpb9tg79hePhkzHEGJlT02JzlrTwoi { display:block; }
 }@media only screen and (max-width: 763px) { #zW5Bhc1DecO7SBuklKwSKNQJOABn2LIc { display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #ZkyBvkufUFWin4UTADVVkMBLnmp8QeMK {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #UXwgJcavspskZZsrpXRawZPJloKT6MsH {  }
 }@media only screen and (max-width: 763px) { #c0hgvuneZJtSVTF2kxFOyKvmOX0H5FWA { top:466px;left:0px;width:263px;height:68px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #WxHXOUvnPpXeXeTyLK5KOBaK7kTTtMnu { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WL5Bxsfnd8xqqsACldTti748BOm3HNxT { top:0px;left:0px;width:15px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #RUFJnignWL4MOI8ieaEDavoyOvuNFHZ9 { width:200px;height:200px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NdDemXdChdKdZrpdtT9nRqHqgAIOeZEW { top:14px;left:0px;width:120px;height:39px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #ee8XOTyDgGyECtOfuKfZUfVBQvFOQfH3 { top:34px;left:9px;width:47px;height:14px;font-size:11px;display:none; }
 }@media only screen and (max-width: 763px) { #nduhrU76pXVx7UcQbvnds9ZlQcOPJL15 { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ILmV9pTxPrZWKoa17XsGc0RXHfaUxhCS { top:0px;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OV80gdevU3LzoF62veJTdKPFLnexvQCW { display:none; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny { display:block; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfDOCfPkETV5RatzL65H7sHf4Oug4XKZ { width:764px;height:26px;top:14px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 { position:fixed;z-index:199999;top:0px;left:0px;right:0px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:24px;border-bottom-right-radius:24px;display:block; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container { background-color: transparent; background-image: none; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container > .video-iframe-container { display: none; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row > .video-iframe-container { display: none; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .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); }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container { border-width: 0; border-radius: 0; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:24px;border-bottom-right-radius:24px; }#Mn7Lhh5lR0WfFAVPZ2PTeKgF4EbRREe4 > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUI8lfOAupefOO2GMKQgNgeFcxCpEiMB { width:83px;height:39px;top:6px;left:118.5px;display:none; }
 }@media only screen and (max-width: 763px) { #UOG5o2vPRKOUXrZixKE9P3QvTwCQ19Bs { width:21px;height:21px;top:17.482639312744px;left:11.093750953674px;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BrNrVDaORJzTlRuJNgOzTbrXMx5J7WRM { width:320px;height:0;top:25.555557250977px;left:0px;font-size:9px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #dU2Wtns47dpb3m0hD2Ete5mn5HwBpFTR { width:320px;height:46px;top:2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cmN2pTrIlBFkT64MMNf9PLVPt4JGZXHl { width:178px;height:42px;top:65px;left:60px;font-size:18px;border-top-left-radius:94px;border-top-right-radius:94px;border-bottom-left-radius:94px;border-bottom-right-radius:94px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJlQHURMISr3JpWDnVBTCSH4EiFQByZu { display:block; }
 }@media only screen and (max-width: 763px) { #wWxUtiTAR8JXN5sz2T2v4I8rvMk1FKmf { width:28.9931px;height:28.9931px;top:72px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hmgqzxEKPeiH6VT5AaopJo9mGUyvsXsC { top:63px;left:249px;width:45.9896px;height:45.9896px;z-index:15027;display:block; }
#hmgqzxEKPeiH6VT5AaopJo9mGUyvsXsC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #IAVqJhoLEDTWGkGnRiBTZQeMLqEa3Hy6 { width:320px;height:47px;top:7.9749999046326px;left:0px;z-index:14997;background-color:#317962;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) { #ua7wg2FTfqEeUpsNrQFrauLdyFMMVuRC { width:284px;height:31.2135px;top:17.5625px;left:20.987501144409px;font-size:8px;text-align:center;text-align-last:center;color:#ffffff;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST { position:relative;z-index:auto;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; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row .container { background-color: transparent; background-image: none; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row .container > .video-iframe-container { display: none; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row > .video-iframe-container { display: none; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .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); }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row .container { border-width: 0; border-radius: 0; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckp0nRlMp5xNRHlQetpTaCq6vJyPGZST > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS4G2kJy37AHZBmEPx1eZGknDMpi2xPd { width:122px;height:64px;top:105px;left:99px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { background-color: transparent; background-image: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container > .video-iframe-container { display: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container { display: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .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); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { width:320px;height:534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EErDf9F8EmgX0d0xes3UrC9uVJoJdpRv { width:303.995px;height:85.7864px;top:28.050003051758px;left:7.9636354446411px;font-size:26px;color:#2a4a40;display:block; }
 }@media only screen and (max-width: 763px) { #D5XVtkBTQwRBk8b6Ss17iQ4Z2XIN8CGM { width:307.964px;height:57.5591px;top:130.96363067627px;left:0px;font-size:16px;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3RMhDqh1TyVbbnc4FRsL0wSuwG0rZ1 { width:203.973px;height:123.409px;top:250.78633880615px;left:57.981818199158px;font-size:19px;text-align:center;text-align-last:center;font-family:"source sans pro";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fQMK9p798TP7Bz0XRmWntWqpA3nFZgv9 { width:255.99px;height:0;top:241px;left:33px;font-size:15px;text-align:center;text-align-last:center;font-family:"source sans pro";font-weight:700;font-style:normal;z-index:15026;line-height:1.3;color:#2a4a40;display:none; }
 }@media only screen and (max-width: 763px) { #CxsGy3pdO5647Ui5F23xrHhJXA5T1zva { width:303.993px;height:0;top:31px;left:9px;font-size:30px;color:#ffca08;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZDblzPUe99nd0Fm7pCD4UQ17orCDlgLx { width:234.995px;height:53.9864px;top:431.95906829834px;left:42.477271080017px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fV0rPHIPQccMW3p8POzXSz93Ls7yZJIV { display:block; }
 }@media only screen and (max-width: 763px) { #JrApyofZrWweKKksRVxVCgJgLSyuOCFi { width:305px;height:216.997px;top:14px;left:8px;z-index:14998;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nBrIBcmP2dfihDtWen1F3eEoMy7aTE90 { width:273.995px;height:201.995px;top:201.98180389404px;left:22.090907096863px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #g8ykgPMTx6oLXPthVMOwdVhyd5LghgbR { width:198.982px;height:20.7818px;top:495.96816253662px;left:60.477271080017px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn { background-color:#f9de05;background-image:none;display:block; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container { background-color: transparent; background-image: none; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container > .video-iframe-container { display: none; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row > .video-iframe-container { display: none; }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .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); }#yPEb310NKsZHx5DGaVMmv7wM7oXTEWhn > .row .container { width:320px;height:138px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob2g5RVS2JoAVbbUKtSggZXFQzdnVBUH { width:319.991px;height:33px;top:85.8681640625px;left:0px;font-size:15px;color:#2a4a40;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bureNl6uk5eZiHAWnXBsOTFprclWG49D { width:69.9955px;height:56.9864px;top:10.990936279297px;left:124.97727108002px;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3KGBAgcdrh8otBViUGnwB019WFe3OD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UpqsFFf9/bg_02.png");background-position:bottom 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; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD.adaptive-delivery-prevent-bg, #xQ3KGBAgcdrh8otBViUGnwB019WFe3OD.lazyload, #xQ3KGBAgcdrh8otBViUGnwB019WFe3OD.lazyloading { background-image: none; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row .container { background-color: transparent; background-image: none; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row .container > .video-iframe-container { display: none; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row > .video-iframe-container { display: none; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .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); }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row .container { border-width: 0; border-radius: 0; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQ3KGBAgcdrh8otBViUGnwB019WFe3OD > .row .container { width:320px;height:264px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqutGBIWTxULewWT7mWJVoRBJhxhSRcz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a4a40, #00755e);background-image: -moz-linear-gradient(180deg, #2a4a40, #00755e);background-image: -ms-linear-gradient(180deg, #2a4a40, #00755e);background-image: -o-linear-gradient(180deg, #2a4a40, #00755e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4a40', endColorstr='#00755e' );";background-image: linear-gradient(180deg, #2a4a40, #00755e);background-size:auto !important;display:block; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container { background-color: transparent; background-image: none; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container > .video-iframe-container { display: none; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row > .video-iframe-container { display: none; }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .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); }#UqutGBIWTxULewWT7mWJVoRBJhxhSRcz > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8MWab90FvxQZdTgcU2TTzSN62X1olCW { width:271.997px;height:81.9px;top:63.986px;left:24px;font-size:21px;color:#f9de05;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NM5rG3F7efecwmFm8DNT5Wmvo2R4JLKL { width:237.986px;height:56.9965px;top:0px;left:41.006947517395px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #uOxlllvUDyv3BoAhDP2tHdCD6l7UKZuQ { display:block; }
 }@media only screen and (max-width: 763px) { #ghKBCevu8UniTuHBTXoHgc8ZOgGKWAcS { width:238px;height:58px;top:-15.135437011719px;left:41.006947517395px;font-size:16px;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #RO8lEzAdPTTzziR1plJQR64FCbQW8LSE { display:block; }
 }@media only screen and (max-width: 763px) { #knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00755e, #2a4a40);background-image: -moz-linear-gradient(180deg, #00755e, #2a4a40);background-image: -ms-linear-gradient(180deg, #00755e, #2a4a40);background-image: -o-linear-gradient(180deg, #00755e, #2a4a40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00755e', endColorstr='#2a4a40' );";background-image: linear-gradient(180deg, #00755e, #2a4a40);background-size:auto !important;display:block; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container { background-color: transparent; background-image: none; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container > .video-iframe-container { display: none; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row > .video-iframe-container { display: none; }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .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); }#knt8fHQ4EiP5l5u5cQuKw8fcr2JRtS5O > .row .container { width:320px;height:1252px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4RNdOBMfNfLJCMk2FJ1QpWzrXkOq2DZ { width:300px;height:78px;top:344.97269439697px;left:9.9818181991577px;font-size:30px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tzq2AHuybTFb6DKLEf1vgWIiDm9yGphr { width:251px;height:686px;top:98.986358642578px;left:34.990908622742px;display:block; }
 }@media only screen and (max-width: 763px) { #u3WOB0xBLa2mLmPdKAxAvqfiqC1aVcyM { width:274.991px;height:41.5636px;top:434.98626708984px;left:22.472727775574px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nD2xW6LNzIrEeyJSV34DTzawIh0pgRw9 { width:300px;height:812px;top:8.5090942382812px;left:9.9954538345337px;display:block; }
 }@media only screen and (max-width: 763px) { #qPl33KqGExzDkcpS2OetvNLDEJWlcSJK { width:241.991px;height:215.823px;top:119.0318069458px;left:34.977271080017px;font-size:14px;text-align:left;text-align-last:left;display:block; }#qPl33KqGExzDkcpS2OetvNLDEJWlcSJK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/utuWZqIB/arrow.png); }
 }@media only screen and (max-width: 763px) { #HVJMNmT0alI6sGoBcMAJsLWJgKhkADSV { width:319.991px;height:59.4px;top:23.918128967285px;left:0px;font-size:27px;color:#f9de05;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w91evHbPHz8WLUKsmHhnCroJeqfiFU42 { width:222px;height:249.3819px;top:476.5090713501px;left:48.968180656433px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cro2drXO3k77piK4EKIQauSTGZ9I649s { width:266px;height:373px;top:813.98176574707px;left:26.959090232849px;display:block; }
 }@media only screen and (max-width: 763px) { #xAt2bS9F7l5DEE70g3a3xnD79gwsTT7Q { width:300px;height:453px;top:781.97723388672px;left:9.9818181991577px;display:block; }
 }@media only screen and (max-width: 763px) { #Wmq29txUB17JRPu0Lk4HOhc95W6TShlt { width:273px;height:187.0362px;top:970.77267456055px;left:23.481818199158px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sd2bKJm4senqhTzJP3k8xUwHV4RWv7uO { width:319.991px;height:48.3818px;top:840.46353149414px;left:0px;font-size:22px;color:#f9de05;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x63OgcTvTnlkFvFBEhtEn1gHPAbZQtsQ { width:252.982px;height:41.5636px;top:903.17718505859px;left:33.477271080017px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzQpPvyz77gqtcncTbHyv7nBV9eO32qa { background-color:transparent;background-image:url("https://images.assets-landingi.com/4jxk1qgh/Camada_6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa.adaptive-delivery-prevent-bg, #DzQpPvyz77gqtcncTbHyv7nBV9eO32qa.lazyload, #DzQpPvyz77gqtcncTbHyv7nBV9eO32qa.lazyloading { background-image: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container { background-color: transparent; background-image: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container > .video-iframe-container { display: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row > .video-iframe-container { display: none; }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .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); }#DzQpPvyz77gqtcncTbHyv7nBV9eO32qa > .row .container { width:320px;height:297px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa1fmTHNcfrXKwMZBysvD1eoV1zBWSea { width:274.991px;height:26.4px;top:34.295471191406px;left:22.472727775574px;font-size:12px;line-height:1.1;z-index:15004;color:#2a4a40;display:block; }
 }@media only screen and (max-width: 763px) { #n8x0cIMcOuW9eGOTgJgv1JSlAbNcBG8B { width:287.973px;height:0;top:145.99090576172px;left:15.981818199158px;font-size:21px;line-height:1;text-align:center;text-align-last:center;z-index:15004;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #F9RDq2Apf0aKG43tpsCCstmmuLBuq5LG { width:320px;height:auto;top:79px;left:0px;font-size:32px;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wSvNTGxtNlWsL8X2uu2afyO2fAJBVRgT { width:101.997px;height:50.9896px;top:211px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #r3vI2JonSXZxQilOqZwzPqQebLAac2uQ { width:205px;height:95px;top:189px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #NqSq4HZqw8huNa1kfmy682TvXgrT0JLR { top:60.681823730469px;left:142.97727108002px;width:33.9682px;height:33.9682px;z-index:15030;color:#f9de05;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #BZv7B1ZuusvB0yTUZqa4DMRbzDa0olmC { width:248.973px;height:49.9773px;top:106.96362304688px;left:35.468180656433px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #WadTowgU8mRu5SUKXNMAT6X0uuCOU375 { display:block; }
 }@media only screen and (max-width: 763px) { #Hvhnc2utfhmQvKAqWUn1D0is7ig0Eq0y { width:49.9773px;height:49.9773px;top:68.945465087891px;left:0px;font-size:35px;display:block; }
#Hvhnc2utfhmQvKAqWUn1D0is7ig0Eq0y > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #qdxlCzZaQagKrTFviHscK0O424gKM4p7 { width:234.982px;height:53.9864px;top:94.649993896484px;left:42.477271080017px;font-size:15px;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #HXpbEhGsZEyGqTMRU0lWONpNv65ZESHn { display:block; }
 }@media only screen and (max-width: 763px) { #AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X { display:none; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X { border-width: 0; border-radius: 0; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .row .container > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .row .container { width:320px;background-color:#000000;background-image:url("https://images.assets-landingi.com/MoaL4HTx/background_whatsapp.png");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:669px;position:relative;display:none; }#AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .row .container.adaptive-delivery-prevent-bg, #AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .row .container.lazyload, #AzrWAJlwwfOoLPbMBiUTsTvCMopWam0X > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #GFHr3ehqo7i8EGeZp2OVTTBVDvbC9DmA { top:0px;left:0px;width:320px;height:62px;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6f6f6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #fZhmUCNlcLTMhxC48gT60976J3wdKm9J { top:66px;left:2px;width:45px;height:45px;z-index:14997;color:#f3f3f3;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #i5rJ1utPePDrKqlfK3Ecyf8hxAB99CTf { top:91px;left:22px;width:276px;height:95px;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:block; }
 }@media only screen and (max-width: 763px) { #sz6pfvnvH8eVG7r4Fn02lmE0Lb6U1POk { top:105.5px;left:37px;width:246px;height:66.3021px;z-index:15005;font-family:ubuntu;font-size:13px;color:#f3f3f3;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-regular-label { width:277px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;color:#000000;line-height:1.4;overflow:hidden;height:auto;font-size:13px;font-family:ubuntu;background-color:transparent;background-image:none; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-text { width:277px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;line-height:1.3;overflow:hidden;height:40px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-family:roboto;text-align:center;text-align-last:center; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-textarea { width:277px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;line-height:1.3;overflow:hidden;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-family:roboto;text-align:center;text-align-last:center; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-select { width:277px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;font-size:13px;overflow:hidden;text-align:center;text-align-last:center;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-checkbox { margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-input-button { width:277px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;line-height:1.3;overflow:hidden;height:44px;font-size:17px;background-color:#34af23;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-family:ubuntu;font-weight:400;font-style:normal;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;text-align:center;text-align-last:center;box-shadow: 1px 1px 4px rgba(0,0,0,0.23) ; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]:-moz-placeholder { color:#000000;text-align:center;text-align-last:center; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]::-moz-placeholder { color:#000000;text-align:center;text-align-last:center; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]:-ms-input-placeholder { color:#000000;text-align:center;text-align-last:center; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM [class*="-text"]::-webkit-input-placeholder { color:#000000;text-align:center;text-align-last:center; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-container:first-of-type{padding-top:0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .widget-container:last-of-type{padding-bottom:0;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM  { width:277px;height:auto;top:187px;left:0px;z-index:100003; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM .radio-container { width:277px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#KItBNdsUQlguxBbgb9alo47Slp7lTFeM {display:block;}#KItBNdsUQlguxBbgb9alo47Slp7lTFeM { width:277px;height:auto;top:187px;left:0px;z-index:15003; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #xENMn9xBPUTxBgTDOLJTdF5rSBOSTtu4 {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #F81RqUswa3lMbUarKwJ61gF2vq7CpCwy { display:none; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #SOEdxUDdG2029xCDFwQF0FGH6T6i5W5Q {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #Q9czKrTl2edgh4h4z9vAUd7L4PvZrRpX {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #hwlU9GFAIpn1LmnVFxMfGoc2AzT4s6Uc { display:none; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #gLZ4llV0yAie90yvBefFiC1HgShpUf0l {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #tMbp82V4DslprXto26QOMOXRg7Ch43nH {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #NsqiNrAlTDQqRkamNpFzVI9iqKlSrkQL { display:none; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #TUD1cTw0PvELmb7AV6k29pZlSi7cJr41 {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #gDCg6OtfWa4sAm94okEOi9LTFWbQgwCE {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #kl5QR2f05AcHDiJQSTAFJ1CG2Q7xyWDH { display:none; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #EZWSHrhJfDIRMheW0eTrgnuT0CPyAXnQ {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #dlw58PQF1yTewiPR0OAirwSrDHix2B7w {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #G7mhHu7Qr29dI6FdTu5bADhXv5M2U4MI { display:none; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #pchgDJcnAknfDXDGw0wtAxlMDbI9d1m2 {  }
 }@media only screen and (max-width: 763px) { #mGDTRSOn57Lyh690HB4bpN8qh3TZX8c9 { display:block; }
 }@media only screen and (max-width: 763px) { #cEhpb9tg79hePhkzHEGJlT02JzlrTwoi { display:block; }
 }@media only screen and (max-width: 763px) { #zW5Bhc1DecO7SBuklKwSKNQJOABn2LIc { display:block; }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #ZkyBvkufUFWin4UTADVVkMBLnmp8QeMK {  }
 }@media only screen and (max-width: 763px) { #KItBNdsUQlguxBbgb9alo47Slp7lTFeM #UXwgJcavspskZZsrpXRawZPJloKT6MsH {  }
 }@media only screen and (max-width: 763px) { #c0hgvuneZJtSVTF2kxFOyKvmOX0H5FWA { top:574px;left:28.5px;width:263px;height:68px;z-index:15005;font-family:ubuntu;font-size:10px;color:rgba(0,0,0,0.25);text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WxHXOUvnPpXeXeTyLK5KOBaK7kTTtMnu { top:19px;left:4px;width:26px;height:26px;z-index:15007;color:#ffffff;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WL5Bxsfnd8xqqsACldTti748BOm3HNxT { top:21px;left:27px;width:15px;height:20.8px;z-index:15008;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #RUFJnignWL4MOI8ieaEDavoyOvuNFHZ9 { top:12px;left:59px;width:40px;height:40px;z-index:15011;overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NdDemXdChdKdZrpdtT9nRqHqgAIOeZEW { top:16px;left:107px;width:120px;height:16.9px;z-index:15009;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ee8XOTyDgGyECtOfuKfZUfVBQvFOQfH3 { top:34px;left:107px;width:47px;height:14.3056px;z-index:15010;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #nduhrU76pXVx7UcQbvnds9ZlQcOPJL15 { top:17px;left:238px;width:28px;height:28px;z-index:15008;font-size:19px;color:#f3f3f3;display:block; }
 }@media only screen and (max-width: 763px) { #ILmV9pTxPrZWKoa17XsGc0RXHfaUxhCS { top:17px;left:270px;width:30px;height:30px;z-index:15009;font-size:21px;color:#f3f3f3;display:block; }
 }@media only screen and (max-width: 763px) { #OV80gdevU3LzoF62veJTdKPFLnexvQCW { background-color:rgba(0,0,0,0);background-image:none;display:block; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container { background-color: transparent; background-image: none; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container > .video-iframe-container { display: none; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row > .video-iframe-container { display: none; }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .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); }#OV80gdevU3LzoF62veJTdKPFLnexvQCW > .row .container { width:320px;height:9px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny { display:block; }#ZU6E7JKC8hR7zGIEsFtwhSOMCMKbpPny > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfDOCfPkETV5RatzL65H7sHf4Oug4XKZ { width:320px;height:38.9455px;top:26.996520996094px;left:0px;font-size:10px;display:block; }
 }