.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ancUCfwi/_MG_0119.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { border-width: 0; border-radius: 0; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { font-size:14px;font-family:arial;height:94px;width:960px;position:relative;display:block; }#PzXDvuLNSU8UtwoHO8S84AJ8AyIHlGNQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51.9922px;width:117.988px;top:20.46875px;left:420.99609375px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/K2Trd2MH/coconut2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.88); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.88); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:891px;width:960px;overflow:visible;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:960px;position:absolute;font-family:raleway;font-size:60px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:104.91320800781px;left:0px;height:77.7778px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRI3emTsLdd9XA2wWT6JhvsMQDKmBDLx { color:#ffffff;display:block;width:960px;position:absolute;font-family:raleway;font-size:22px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:216.93359375px;left:0px;height:27.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EO9asise46btvS1CL5WoxqSKGsE0MEgf { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;height:412px;width:549px;top:329px;left:205px;display:block; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-form-header {  }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:479px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px dotted #299ee3;border-left:2px dotted #299ee3;border-right:2px dotted #299ee3;border-bottom:2px dotted #299ee3;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:479px;box-sizing:border-box;height:46px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans"; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px dotted #299ee3;border-left:2px dotted #299ee3;border-right:2px dotted #299ee3;border-bottom:2px dotted #299ee3;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:479px;box-sizing:border-box;height:87px;color:#161616;font-size:16px;overflow:hidden;font-family:"open sans"; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:479px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .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:#14da20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:479px;height:55px;font-family:"open sans";overflow:hidden; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr [class*="-text"]:-moz-placeholder { color:#ababab;font-family:"open sans";font-size:16px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr [class*="-text"]::-moz-placeholder { color:#ababab;font-family:"open sans";font-size:16px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr [class*="-text"]:-ms-input-placeholder { color:#ababab;font-family:"open sans";font-size:16px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr [class*="-text"]::-webkit-input-placeholder { color:#ababab;font-family:"open sans";font-size:16px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:457px;overflow:hidden;font-style:normal; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-container:first-of-type{padding-top:0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-container:last-of-type{padding-bottom:0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:479px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:398.9757232666px;left:220.98962402344px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:479px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr {display:block;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:479px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:398.9757232666px;left:220.98962402344px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #Si4NbwzkKZZ7LHUKNXiPnS5NMzDq0ycz { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #fluUorfRIaHbD8DbcNBkKnxwQUQhtaVt { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #dAmuvTTp7cA0fGctvvJulzLkIqnJKORS { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #MUNVx3Izar6z945NTDmgsHCX3WyrGmwX { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #uXRlIflLLXvz7TysGCIiJWZ86pd95097 { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #dzA1xAtZMgh0r22SrTneVV18dyaGb0Hw { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #IBOKFGpeNTuEPg6yeOkTkx1HL2a8cr31 { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #TKPNrpTgEagR04Dl7o66BIBwS4Xg3K5b { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #qmMHvRp0gLxQoz1gvec8tA7yyZfqf997 { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #IRuLTTctzMs0RuX24FJieKlH6T0qprbk { position:relative; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #V7koAwJMZMlbrZpZFPL8TySov50aTgQx { position:relative; }
#bnW4IU9PvTx6XXRrqRo86vJb7Z3o23i9 { color:#ffffff;display:block;width:287.988px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:358px;left:336px;height:31.1111px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ts16LBMzigDODRknqqAW9d6Tk9hnqTlU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.9844px;width:42.9883px;top:351px;left:378px;overflow:hidden;display:block; }
#qL1nmMf9rtK8G2rTk7VWPPX87VCJ5PbP { color:#ffffff;display:block;width:960px;position:absolute;font-family:raleway;font-size:22px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:50.4296875px;left:0px;height:27.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row .container { background-color: transparent; background-image: none; }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row .container > .video-iframe-container { display: none; }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row > .video-iframe-container { display: none; }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .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); }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row .container { border-width: 0; border-radius: 0; }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row .container { font-size:14px;font-family:arial;height:382px;width:960px;position:relative;display:block; }#duTKMmWPmM3029fwmR4faPvqLeFWy9XG { color:#484848;display:block;width:951.997px;position:absolute;font-family:raleway;font-size:21px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:57.065979003906px;left:3.9757080078125px;height:240.0001px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ancUCfwi/_MG_0119.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww.adaptive-delivery-prevent-bg { background-image: none; }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row .container { background-color: transparent; background-image: none; }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row .container > .video-iframe-container { display: none; }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row > .video-iframe-container { display: none; }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .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); }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row .container { border-width: 0; border-radius: 0; }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row .container { font-size:14px;font-family:arial;height:562px;width:960px;position:relative;display:block; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row .container { background-color: transparent; background-image: none; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row .container > .video-iframe-container { display: none; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row > .video-iframe-container { display: none; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .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); }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row .container { border-width: 0; border-radius: 0; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row .container { font-size:14px;font-family:arial;height:1309px;width:960px;position:relative;display:block; }#uq6pFECpsX7w1gXQxS1PP1ysPb1CAmWS { color:#484848;display:block;width:948.993px;position:absolute;font-family:raleway;font-size:21px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:96.006896972656px;left:0px;height:329.333px;font-style:normal;text-align:left;text-align-last:left;display:block; }#uq6pFECpsX7w1gXQxS1PP1ysPb1CAmWS li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#uq6pFECpsX7w1gXQxS1PP1ysPb1CAmWS li:before{  }
#FKOk5e5sbGIwyOrGPCTNF1F8vFdcPZMQ { color:#484848;display:block;width:960px;position:absolute;font-family:raleway;font-size:23px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:37.760345458984px;left:0px;height:28.8889px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVp8iyRP2KfbaFzSie41U4pIT4XSyxAU { color:#484848;display:block;width:960px;position:absolute;font-family:raleway;font-size:21px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:892.98617553711px;left:0px;height:360px;font-style:normal;text-align:left;text-align-last:left;display:block; }#TVp8iyRP2KfbaFzSie41U4pIT4XSyxAU li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TVp8iyRP2KfbaFzSie41U4pIT4XSyxAU li:before{  }
#GTUNvDZNAeKSLIfvNB8dzl1NMvRsw7C8 { color:#484848;display:block;width:960px;position:absolute;font-family:raleway;font-size:23px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:842.98617553711px;left:0px;height:28.8889px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJzkyzgtxfeGlkXeEzTa52QsePktQSy2 { color:#484848;display:block;width:960px;position:absolute;font-family:raleway;font-size:23px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:485px;left:0px;height:28.8889px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNBUvJKkNPlRBRby3o5Qc95NoaRMDFvX { color:#484848;display:block;width:951.997px;position:absolute;font-family:raleway;font-size:21px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:533px;left:0px;height:243.333px;font-style:normal;text-align:left;text-align-last:left;display:block; }#JNBUvJKkNPlRBRby3o5Qc95NoaRMDFvX li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JNBUvJKkNPlRBRby3o5Qc95NoaRMDFvX li:before{  }
#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row .container { background-color: transparent; background-image: none; }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row .container > .video-iframe-container { display: none; }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row > .video-iframe-container { display: none; }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .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); }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row .container { border-width: 0; border-radius: 0; }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row .container { font-size:14px;font-family:arial;height:82px;width:960px;position:relative;display:block; }#SqbyCfwZouKDy2t9bEwwZPhZq4Trlgug { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:106.992px;top:18.984375px;left:16.69921875px;overflow:hidden;display:block; }
#RNiy2Hyc0nTwimFF7prRxTxbu5uVqxVf { color:#ac7e7e;display:block;width:450px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:28.984375px;left:255px;height:23.3333px;font-style:normal;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) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzXDvuLNSU8UtwoHO8S84AJ8AyIHlGNQ { width:117px;height:51.556831203173px;top:20px;left:322.99609375px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:764px;height:77px;top:104px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rRI3emTsLdd9XA2wWT6JhvsMQDKmBDLx { width:764px;height:27px;top:216px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EO9asise46btvS1CL5WoxqSKGsE0MEgf { width:548px;height:411px;top:329px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-regular-label { width:479px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-text { width:479px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-textarea { width:479px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-select { width:479px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-button { width:479px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-checkbox-label { width:457px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr  { width:479px;height:auto;top:398px;left:122.98962402344px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .radio-container { width:479px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr {display:block;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr { width:479px;height:auto;top:398px;left:122.98962402344px; }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #Si4NbwzkKZZ7LHUKNXiPnS5NMzDq0ycz {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #fluUorfRIaHbD8DbcNBkKnxwQUQhtaVt {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #dAmuvTTp7cA0fGctvvJulzLkIqnJKORS {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #MUNVx3Izar6z945NTDmgsHCX3WyrGmwX {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #uXRlIflLLXvz7TysGCIiJWZ86pd95097 {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #dzA1xAtZMgh0r22SrTneVV18dyaGb0Hw {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #IBOKFGpeNTuEPg6yeOkTkx1HL2a8cr31 {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #TKPNrpTgEagR04Dl7o66BIBwS4Xg3K5b {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #qmMHvRp0gLxQoz1gvec8tA7yyZfqf997 {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #IRuLTTctzMs0RuX24FJieKlH6T0qprbk {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #V7koAwJMZMlbrZpZFPL8TySov50aTgQx {  }
 }@media only screen and (max-width: 763px) { #bnW4IU9PvTx6XXRrqRo86vJb7Z3o23i9 { width:287px;height:30px;top:358px;left:238px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ts16LBMzigDODRknqqAW9d6Tk9hnqTlU { top:351px;left:280px;width:42px;height:42.973199684565px;display:block; }
 }@media only screen and (max-width: 763px) { #qL1nmMf9rtK8G2rTk7VWPPX87VCJ5PbP { width:764px;height:27px;top:50px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe { display:block; }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duTKMmWPmM3029fwmR4faPvqLeFWy9XG { width:764px;height:240px;top:57px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww { display:block; }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaX517r2AGsXerKhG8KItrOuRT6daGN8 { display:block; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uq6pFECpsX7w1gXQxS1PP1ysPb1CAmWS { width:764px;height:;top:96px;left:0px;font-size:16px;display:block; }#uq6pFECpsX7w1gXQxS1PP1ysPb1CAmWS li:before{  }
 }@media only screen and (max-width: 763px) { #FKOk5e5sbGIwyOrGPCTNF1F8vFdcPZMQ { width:764px;height:28px;top:37px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TVp8iyRP2KfbaFzSie41U4pIT4XSyxAU { width:764px;height:360px;top:892px;left:0px;font-size:16px;display:block; }#TVp8iyRP2KfbaFzSie41U4pIT4XSyxAU li:before{  }
 }@media only screen and (max-width: 763px) { #GTUNvDZNAeKSLIfvNB8dzl1NMvRsw7C8 { width:764px;height:28px;top:842px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UJzkyzgtxfeGlkXeEzTa52QsePktQSy2 { width:764px;height:28px;top:485px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JNBUvJKkNPlRBRby3o5Qc95NoaRMDFvX { width:764px;height:;top:533px;left:0px;font-size:16px;display:block; }#JNBUvJKkNPlRBRby3o5Qc95NoaRMDFvX li:before{  }
 }@media only screen and (max-width: 763px) { #I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz { display:block; }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqbyCfwZouKDy2t9bEwwZPhZq4Trlgug { width:106px;height:44.582772543742px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RNiy2Hyc0nTwimFF7prRxTxbu5uVqxVf { width:450px;height:23px;top:28px;left:157px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzXDvuLNSU8UtwoHO8S84AJ8AyIHlGNQ { width:87.9883px;height:36.9922px;top:18.96484375px;left:115.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/K2Trd2MH/coconut2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.88); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.88); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:320px;height:32.2222px;top:92.968765258789px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rRI3emTsLdd9XA2wWT6JhvsMQDKmBDLx { width:305px;height:42.2222px;top:158.984375px;left:7.5px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EO9asise46btvS1CL5WoxqSKGsE0MEgf { width:320px;height:382px;top:254px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-text {padding-top: 0; padding-bottom: 0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-select {padding-top: 0; padding-bottom: 0;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr  { width:280px;height:auto;top:300px;left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr {display:block;}#RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr { width:280px;height:auto;top:300px;left:0px; }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #Si4NbwzkKZZ7LHUKNXiPnS5NMzDq0ycz {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #fluUorfRIaHbD8DbcNBkKnxwQUQhtaVt {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #dAmuvTTp7cA0fGctvvJulzLkIqnJKORS {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #MUNVx3Izar6z945NTDmgsHCX3WyrGmwX {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #uXRlIflLLXvz7TysGCIiJWZ86pd95097 {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #dzA1xAtZMgh0r22SrTneVV18dyaGb0Hw {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #IBOKFGpeNTuEPg6yeOkTkx1HL2a8cr31 {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #TKPNrpTgEagR04Dl7o66BIBwS4Xg3K5b {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #qmMHvRp0gLxQoz1gvec8tA7yyZfqf997 {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #IRuLTTctzMs0RuX24FJieKlH6T0qprbk {  }
 }@media only screen and (max-width: 763px) { #RzVXzuTpTyfRxoJTXhULpfVuH1VKOJzr #V7koAwJMZMlbrZpZFPL8TySov50aTgQx {  }
 }@media only screen and (max-width: 763px) { #bnW4IU9PvTx6XXRrqRo86vJb7Z3o23i9 { width:286.979px;height:27.7778px;top:278.33334350586px;left:15.989585876465px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ts16LBMzigDODRknqqAW9d6Tk9hnqTlU { width:42px;height:42.973199684565px;top:266px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #qL1nmMf9rtK8G2rTk7VWPPX87VCJ5PbP { width:320px;height:42.2222px;top:30.99609375px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe { display:block; }#P7nA6QcIdTLK7UQK3DT7ikRvatu3bvPe > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duTKMmWPmM3029fwmR4faPvqLeFWy9XG { width:320px;height:320px;top:20px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww { display:block; }#e6Gdf9UmUJW0EBMIDEXId69sZqVaEDww > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaX517r2AGsXerKhG8KItrOuRT6daGN8 { display:block; }#AaX517r2AGsXerKhG8KItrOuRT6daGN8 > .row .container { width:320px;height:1672px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uq6pFECpsX7w1gXQxS1PP1ysPb1CAmWS { width:320px;height:436px;top:61.875px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#uq6pFECpsX7w1gXQxS1PP1ysPb1CAmWS li:before{  }
 }@media only screen and (max-width: 763px) { #FKOk5e5sbGIwyOrGPCTNF1F8vFdcPZMQ { width:320px;height:21.1111px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TVp8iyRP2KfbaFzSie41U4pIT4XSyxAU { width:313.993px;height:540px;top:1083.8541259766px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#TVp8iyRP2KfbaFzSie41U4pIT4XSyxAU li:before{  }
 }@media only screen and (max-width: 763px) { #GTUNvDZNAeKSLIfvNB8dzl1NMvRsw7C8 { width:320px;height:23.3333px;top:1035.9895248413px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UJzkyzgtxfeGlkXeEzTa52QsePktQSy2 { width:220px;height:42.2222px;top:549.20143890381px;left:50px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JNBUvJKkNPlRBRby3o5Qc95NoaRMDFvX { width:311.997px;height:370px;top:614.94800567627px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#JNBUvJKkNPlRBRby3o5Qc95NoaRMDFvX li:before{  }
 }@media only screen and (max-width: 763px) { #I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz { display:block; }#I3yhTCZA3CDdmlugOAQ7umJ3AVCEAxcz > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqbyCfwZouKDy2t9bEwwZPhZq4Trlgug { width:65.9961px;height:28.9844px;top:20px;left:126.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #RNiy2Hyc0nTwimFF7prRxTxbu5uVqxVf { width:320px;height:20px;top:62.98828125px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }