.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { background-color: transparent; background-image: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container { display: none; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .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); }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { border-width: 0; border-radius: 0; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.9923px;width:255.973px;top:16.994037628174px;left:17.242797851562px;overflow:hidden;display:block; }
#ErCtT2251mH80rM3gPwfqEBqLM1aJinN { color:#282828;display:block;width:144px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:50px;left:751px;height:25.9817px;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; }
#Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { position:absolute;display:block;z-index:15007;background-color:#c71748;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:3.99057px;width:69.9906px;top:63px;left:874px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cb1c923-c225-4752-8656-a96a783bab6a/BannerMiami.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:402px;width:960px;overflow:visible;position:relative;display:block; }#k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { color:rgba(199,23,72,0.9);display:block;width:615.996px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:225px;left:183px;height:76.4519px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Co0cDO0vlsN6lAqQCAr63rfagWEJBZWU { color:#c71748;display:block;width:765.996px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 1px #ffffff;top:53.196907043457px;left:96.991149902344px;height:80.5973px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IW2Qlu5QoO359oohrTBh8sACXGPh16gk { position:absolute;display:block;z-index:15002;background-color:rgba(199,23,72,0.61);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:98.9989px;width:616.997px;top:214px;left:183px;display:block; }
#fs6AKvX713Q42NOutdqQpp4RzVWXnsGP { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.74);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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:87px;width:777px;top:50px;left:93px;display:block; }
#KlVnuOHxb9UxIUhgwESEsBe1VxtTTySU { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:55.9956px;width:855px;top:331.69358062744px;left:52.5px;display:block; }
#v5FIfiap8lEfSWqzgRTLTdx1zpoqHsK5 { color:#070707;display:block;width:846.997px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:358.98783111572px;left:56.493362426758px;height:23.9989px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6ZHMZaZyGwkVAQIHiawIyQUl2ULeDVi { color:#fdfbfb;display:block;width:110px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:337.99225616455px;left:424.99447631836px;height:18.1969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxBmwbKgzNAauAlptZppI43WvCCXkSfX { position:relative;display:block; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX { background-color: transparent; background-image: none; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .row .container > .video-iframe-container { display: none; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .row > .video-iframe-container { display: none; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .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); }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX { border-width: 0; border-radius: 0; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .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; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .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:646px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { color:rgba(40,40,40,0.8);display:block;width:417.99px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:162.90098571777px;left:0px;height:54.3695px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nEvse8ydQadrDZcIaOfI9XvLipSJEUfo { color:rgba(12,11,11,0.8);display:block;width:430.973px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:231.70629882812px;left:0px;height:151.9635px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CvaRJyDTk5OUHcgxK95yVzGkT0JXzprF { color:#282828;display:block;width:438px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:48.561950683594px;left:0px;height:108.739px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-form-header {  }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#c71748;width:381px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:381px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-text {padding-top: 0; padding-bottom: 0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:381px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .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:381px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-select {padding-top: 0; padding-bottom: 0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#c71748;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:143px;margin-bottom:4px;margin-left:143px;display:block;box-sizing:border-box;font-size:17px;font-weight:bold;color:#ffffff;width:95px;height:37px;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .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:13px;font-weight:700;color:#000000;vertical-align:top;width:361px;overflow:hidden;font-style:normal;float:none; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .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; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .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;float:none; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-container:first-of-type{padding-top:0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-container:last-of-type{padding-bottom:0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih  { background-color:#f0f2f4;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:381px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:203.53982543945px;left:539.00720214844px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:381px;display:block;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.4;font-weight:700;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih {display:block;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih { background-color:#f0f2f4;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:381px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:203.53982543945px;left:539.00720214844px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #KQ16cJXMhLHV1n6xk2lOKcadVaeFOcUt { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #l87kvTVk0TEPvbQcfJtTW6BzrPaDTT6S { position:relative;display:none; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #F3n5aHErXLeTXxC1IphpFwT4NpeuNpLN { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #QiNyEkLgiqIVbtqHGvxJGW7CTgU25k1R { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #X15SsLX4Kh0Fx0ZdWCOmUsqrPWPdHv7w { position:relative;display:none; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #u3K9T6TqTODuXoQARMS3Wat70afSBlyJ { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #RW4TyKriElT6QOfVcBGfO0s5Vb0y9BL6 { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #VAvfoH4GVswx2BG5ux7JppK5u4QxRMu2 { position:relative;display:none; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #KsTBTJBD5wEAoXH9cwxeQfE877zXIccW { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #iUZ31oqiCLMeBVypTFtwaGH8ZkF3CK5v { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #yShy5gQT7T1NM5fqrWxVrhNysBmfU898 { position:relative;display:none; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #wUcVSCUF2TwExnbShoLTP22BWNA4yO4D { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #HSHZCFDDn2Bim3paq3VZ8yfiPP3r6GNf { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #RNiyVd9yzTXv0oVTiWzyrl8MTG0c2qzV { position:relative;display:none; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #nISXaBUwWtSy21wzZSZWpAr331DMQ62J { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #yg0vpQEsFTMQdTFBqrfX0LKsWJkF1ql7 { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #y9ItJzZK2S8bdpZ5aW4wNpILLaub52vN { position:relative;z-index:2; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #gHLRUrXbTyNHCrsUzsXP52b6Fhn79qoW { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #Cg73ieEZaN1ll32uTE30aSQetDd211ZN { position:relative; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih #mcTQtogofxgiy1y9xQ7FylweA5o4kBTb { position:relative; }
#oaNZJksZpx7qWw61m2KWRTaJHtsmgVzq { color:#282828;display:block;width:409.983px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:538.31579113007px;left:0px;height:76.7837px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UhghJR7sPZZMTsTCq4IIcJqK4eBHCGUl { color:rgba(40,40,40,0.8);display:block;width:325px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:425px;left:0px;height:44.7732px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TD2RTt3wmp2CqANvm4UPwSQa1oOzDm3X { box-sizing:content-box;height:70px;width:328px;position:absolute;display:block;z-index:15006;background-color:#f8ad46;background-image:none;top:419px;left:0px;border-top-right-radius:11px;border-bottom-right-radius:11px;border-bottom-left-radius:11px;border-top-left-radius:11px;display:block; }
#iOWgRVngwbeGNZmXkBiRTCFpFPkg0Qrk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:179.992px;width:136.988px;top:12.914825439453px;left:791.150390625px;overflow:hidden;display:block; }
#rzJI3re60qMGuPpuGV3QBwarKOD8XRBz { color:rgba(40,40,40,0.8);display:block;width:202.987px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:42.948013305664px;left:576.96350097656px;height:119.953px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#QAJ9BRp6q9kRoFpQ1hT53TyFNMWGXL8P { z-index:15021;top:478px;left:110px;background-color:#2a2d3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:103.996px;height:28.9961px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zJPTE89gstuuvcCxRUOTUHcNTM5iORIV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv { position:relative;display:block; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv { background-color: transparent; background-image: none; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .row .container > .video-iframe-container { display: none; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .row > .video-iframe-container { display: none; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .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); }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv { border-width: 0; border-radius: 0; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .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; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:14px;font-family:arial;height:262px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NIVJF0B5O3hzFrgJIS2LTZ2TDoblFzf1 { color:rgba(40,40,40,0.7);display:block;width:371.997px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:24.994506835938px;left:53.982299804688px;height:99.5022px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sa6dBMaOJvb89Gbz8ydOxhV84DxFv9S8 { color:#282828;display:block;width:111.997px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:144.97509765625px;left:190.66650390625px;height:23.7832px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OhT1F8l30oAl6oCQDsNg6cAf83Durh2S { color:rgba(40,40,40,0.7);display:block;width:363.999px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.994506835938px;left:537.99780273438px;height:99.5022px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WnrOp04TaCdx4sp9zUu2iByppumZ9Uzk { color:#282828;display:block;width:102.998px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:146.98010253906px;left:657.466796875px;height:23.7832px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#IaEMqi5AcIromUChHvbdLaW1OF5cmNFk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:87.9978px;width:87.9978px;top:144.97509765625px;left:780.36499023438px;overflow:hidden;display:block; }
#XfubBENHmLWEcTWmqNkVctZR7LZGbVzV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:83.9989px;width:83.9989px;top:144.96130371094px;left:85.951324462891px;overflow:hidden;display:block; }
#sOT2l7g2HcyG45xN4z6ttKxcZvEDix57 { color:#282828;display:block;width:205.996px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:168.77209472656px;left:190.66650390625px;height:42.0078px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MeK0BCgI30P1yP1qa1mwtXRkTJtBHsen { color:#282828;display:block;width:168.999px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:170.79089355469px;left:592.15985107422px;height:42.0078px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm { position:relative;display:block; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm { background-color: transparent; background-image: none; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .row .container > .video-iframe-container { display: none; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .row > .video-iframe-container { display: none; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .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); }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm { border-width: 0; border-radius: 0; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .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; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffdfd;background-image:none;font-size:14px;font-family:arial;height:90px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#leTRNvyudANvNWGQDUQGBZ5qB3si0cLD { color:rgba(40,40,40,0.8);display:block;width:902.987px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:24.588989257812px;left:28.484497070312px;height:57.771px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 { position:relative;display:block; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 { background-color: transparent; background-image: none; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container > .video-iframe-container { display: none; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row > .video-iframe-container { display: none; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .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); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 { border-width: 0; border-radius: 0; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .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; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70dbfa0d-af4a-4672-9b63-d8d0d65b7ab2/Multihouse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:257px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container.adaptive-delivery-prevent-bg, #X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container.lazyload, #X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container.lazyloading { background-image: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c71748;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; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { background-color: transparent; background-image: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { display: none; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .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); }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { border-width: 0; border-radius: 0; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { font-size:14px;font-family:arial;height:121px;width:960px;position:relative;display:block; }#hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { color:#fbfbfb;display:block;width:740px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:19.690277099609px;left:14.982299804688px;height:81.5541px;text-align:left;text-align-last:left;display:block; }
#LRoWU8of1EcqpicHO91h9QKcmmJk5BFb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90.9956px;width:88.9989px;top:14.999938964844px;left:839.3639831543px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { top:16px;left:0px;width:255px;height:57.771860704059px;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:143px;height:25px;top:50px;left:621px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:69px;height:3px;top:63px;left:695px;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) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:615px;height:76px;top:225px;left:85px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Co0cDO0vlsN6lAqQCAr63rfagWEJBZWU { width:764px;height:80px;top:53px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IW2Qlu5QoO359oohrTBh8sACXGPh16gk { top:214px;left:85px;width:616px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #fs6AKvX713Q42NOutdqQpp4RzVWXnsGP { top:50px;left:0px;width:764px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #KlVnuOHxb9UxIUhgwESEsBe1VxtTTySU { top:331px;left:0px;width:764px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #v5FIfiap8lEfSWqzgRTLTdx1zpoqHsK5 { top:358px;left:0px;width:764px;height:23px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #W6ZHMZaZyGwkVAQIHiawIyQUl2ULeDVi { top:337px;left:326.99447631836px;width:110px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MxBmwbKgzNAauAlptZppI43WvCCXkSfX { display:block; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { width:417px;height:54px;top:162px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nEvse8ydQadrDZcIaOfI9XvLipSJEUfo { width:430px;height:151px;top:231px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CvaRJyDTk5OUHcgxK95yVzGkT0JXzprF { width:437px;height:108px;top:48px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-regular-label { width:381px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-text { width:381px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-text {padding-top: 0; padding-bottom: 0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-textarea { width:381px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-select { width:381px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-select {padding-top: 0; padding-bottom: 0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-button { width:95px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:143px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-checkbox-label { width:362px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih  { width:381px;height:auto;top:203px;left:343px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .radio-container { width:381px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih {display:block;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih { width:381px;height:auto;top:203px;left:343px; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #KQ16cJXMhLHV1n6xk2lOKcadVaeFOcUt {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #l87kvTVk0TEPvbQcfJtTW6BzrPaDTT6S {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #F3n5aHErXLeTXxC1IphpFwT4NpeuNpLN {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #QiNyEkLgiqIVbtqHGvxJGW7CTgU25k1R {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #X15SsLX4Kh0Fx0ZdWCOmUsqrPWPdHv7w {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #u3K9T6TqTODuXoQARMS3Wat70afSBlyJ {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #RW4TyKriElT6QOfVcBGfO0s5Vb0y9BL6 {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #VAvfoH4GVswx2BG5ux7JppK5u4QxRMu2 {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #KsTBTJBD5wEAoXH9cwxeQfE877zXIccW {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #iUZ31oqiCLMeBVypTFtwaGH8ZkF3CK5v {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #yShy5gQT7T1NM5fqrWxVrhNysBmfU898 {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #wUcVSCUF2TwExnbShoLTP22BWNA4yO4D {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #HSHZCFDDn2Bim3paq3VZ8yfiPP3r6GNf {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #RNiyVd9yzTXv0oVTiWzyrl8MTG0c2qzV {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #nISXaBUwWtSy21wzZSZWpAr331DMQ62J {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #yg0vpQEsFTMQdTFBqrfX0LKsWJkF1ql7 {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #y9ItJzZK2S8bdpZ5aW4wNpILLaub52vN {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #gHLRUrXbTyNHCrsUzsXP52b6Fhn79qoW {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #Cg73ieEZaN1ll32uTE30aSQetDd211ZN {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #mcTQtogofxgiy1y9xQ7FylweA5o4kBTb {  }
 }@media only screen and (max-width: 763px) { #oaNZJksZpx7qWw61m2KWRTaJHtsmgVzq { width:409px;height:76px;top:538px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UhghJR7sPZZMTsTCq4IIcJqK4eBHCGUl { width:325px;height:44px;top:425px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TD2RTt3wmp2CqANvm4UPwSQa1oOzDm3X { top:419px;left:0px;width:327px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #iOWgRVngwbeGNZmXkBiRTCFpFPkg0Qrk { top:12px;left:628px;width:136px;height:178.69384179636px;display:block; }
 }@media only screen and (max-width: 763px) { #rzJI3re60qMGuPpuGV3QBwarKOD8XRBz { width:202px;height:119px;top:42px;left:429.96350097656px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QAJ9BRp6q9kRoFpQ1hT53TyFNMWGXL8P { top:478px;left:61px;width:103px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zJPTE89gstuuvcCxRUOTUHcNTM5iORIV { display:block; }
 }@media only screen and (max-width: 763px) { #h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv { display:block; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIVJF0B5O3hzFrgJIS2LTZ2TDoblFzf1 { width:371px;height:95px;top:24px;left:4.9822998046875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sa6dBMaOJvb89Gbz8ydOxhV84DxFv9S8 { width:111px;height:23px;top:144px;left:141.66650390625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OhT1F8l30oAl6oCQDsNg6cAf83Durh2S { width:363px;height:95px;top:24px;left:390.99780273438px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WnrOp04TaCdx4sp9zUu2iByppumZ9Uzk { width:102px;height:23px;top:146px;left:510.466796875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IaEMqi5AcIromUChHvbdLaW1OF5cmNFk { top:144px;left:633.36499023438px;width:87px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #XfubBENHmLWEcTWmqNkVctZR7LZGbVzV { top:144px;left:36.951324462891px;width:83px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #sOT2l7g2HcyG45xN4z6ttKxcZvEDix57 { width:205px;height:41px;top:168px;left:141.66650390625px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MeK0BCgI30P1yP1qa1mwtXRkTJtBHsen { width:168px;height:41px;top:170px;left:445.15985107422px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm { display:block; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTRNvyudANvNWGQDUQGBZ5qB3si0cLD { width:764px;height:57px;top:24px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 { display:block; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { top:19px;left:0px;width:740px;height:82px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LRoWU8of1EcqpicHO91h9QKcmmJk5BFb { top:14px;left:676px;width:88px;height:89.974289569871px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#fdfdfd;background-image:none;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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) { #Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX { display:block; }#Wtu0lNHN5wzO0voKA6u6VwLJhCGaaCXX > .row .container { width:320px;height:103px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzi1vB0xUm58rbllH5M0dZZKZ332qmpC { width:235.993px;height:54.9917px;top:17.975664138794px;left:41.993915557861px;display:block; }
 }@media only screen and (max-width: 763px) { #ErCtT2251mH80rM3gPwfqEBqLM1aJinN { width:100.996px;height:20.7965px;top:78.953536987305px;left:109.48561859131px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7vdU4SSUkQKcCls52Xcp1UPGVy5dIu { width:87.9978px;height:3.99613px;top:99.737281799316px;left:115.9845123291px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d3f2456-323b-42a0-a5ad-cf8f01a62c7e/MiamiBR320b.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4THOl6HeG2CD2DT70FvNBCBePB3xm6U { width:288.993px;height:126.023px;top:167px;left:16px;text-align:center;text-align-last:center;line-height:1.4;font-size:15px;color:rgba(1,1,1,0.9);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Co0cDO0vlsN6lAqQCAr63rfagWEJBZWU { width:285.993px;height:83.9602px;top:34px;left:17px;text-align:center;text-align-last:center;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IW2Qlu5QoO359oohrTBh8sACXGPh16gk { width:288.993px;height:139.989px;top:160px;left:15px;background-color:rgba(199,23,72,0.5);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) { #fs6AKvX713Q42NOutdqQpp4RzVWXnsGP { width:285px;height:91px;top:32px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KlVnuOHxb9UxIUhgwESEsBe1VxtTTySU { width:300px;height:103.999px;top:481.3606262207px;left:10px;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v5FIfiap8lEfSWqzgRTLTdx1zpoqHsK5 { width:293.999px;height:67.5px;top:509.60952758789px;left:12.997787475586px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #W6ZHMZaZyGwkVAQIHiawIyQUl2ULeDVi { width:134.97px;height:19.4967px;top:486.36616516113px;left:92.505531311035px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxBmwbKgzNAauAlptZppI43WvCCXkSfX { display:block; }#MxBmwbKgzNAauAlptZppI43WvCCXkSfX > .row .container { width:320px;height:1219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfHoUIPrq5XimwCxnI8x4MycfyUUXPHu { width:275px;height:58.49px;top:154.92256164551px;left:9.9977874755859px;text-align:left;text-align-last:left;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nEvse8ydQadrDZcIaOfI9XvLipSJEUfo { width:296.986px;height:135.025px;top:221.46685791016px;left:11.997787475586px;text-align:left;text-align-last:left;font-size:15px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #CvaRJyDTk5OUHcgxK95yVzGkT0JXzprF { width:298px;height:104.95px;top:32.978393554688px;left:8.9845142364502px;text-align:left;text-align-last:left;font-size:14px;line-height:1.5;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-regular-label { width:270px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-text { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-text {padding-top: 0; padding-bottom: 0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-textarea { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-select { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-select {padding-top: 0; padding-bottom: 0;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-input-button { width:67px;margin-top:4px;margin-right:101px;margin-bottom:4px;margin-left:101px;height:42px;font-size:16px;overflow:hidden; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .widget-checkbox-label { width:250px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih  { width:270px;height:auto;top:776.4518737793px;left:4px; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih .radio-container { width:270px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#ha3rart4IJym5cKbCWUTNnydkXknT4ih {display:block;}#ha3rart4IJym5cKbCWUTNnydkXknT4ih { width:270px;height:auto;top:776.4518737793px;left:4px; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #KQ16cJXMhLHV1n6xk2lOKcadVaeFOcUt {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #l87kvTVk0TEPvbQcfJtTW6BzrPaDTT6S { display:none; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #F3n5aHErXLeTXxC1IphpFwT4NpeuNpLN {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #QiNyEkLgiqIVbtqHGvxJGW7CTgU25k1R {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #X15SsLX4Kh0Fx0ZdWCOmUsqrPWPdHv7w { display:none; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #u3K9T6TqTODuXoQARMS3Wat70afSBlyJ {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #RW4TyKriElT6QOfVcBGfO0s5Vb0y9BL6 {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #VAvfoH4GVswx2BG5ux7JppK5u4QxRMu2 { display:none; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #KsTBTJBD5wEAoXH9cwxeQfE877zXIccW {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #iUZ31oqiCLMeBVypTFtwaGH8ZkF3CK5v {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #yShy5gQT7T1NM5fqrWxVrhNysBmfU898 { display:none; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #wUcVSCUF2TwExnbShoLTP22BWNA4yO4D {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #HSHZCFDDn2Bim3paq3VZ8yfiPP3r6GNf {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #RNiyVd9yzTXv0oVTiWzyrl8MTG0c2qzV { display:none; }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #nISXaBUwWtSy21wzZSZWpAr331DMQ62J {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #yg0vpQEsFTMQdTFBqrfX0LKsWJkF1ql7 {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #y9ItJzZK2S8bdpZ5aW4wNpILLaub52vN {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #gHLRUrXbTyNHCrsUzsXP52b6Fhn79qoW {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #Cg73ieEZaN1ll32uTE30aSQetDd211ZN {  }
 }@media only screen and (max-width: 763px) { #ha3rart4IJym5cKbCWUTNnydkXknT4ih #mcTQtogofxgiy1y9xQ7FylweA5o4kBTb {  }
 }@media only screen and (max-width: 763px) { #oaNZJksZpx7qWw61m2KWRTaJHtsmgVzq { width:294.981px;height:89.9889px;top:479.49282073975px;left:10.5px;text-align:left;text-align-last:left;font-size:15px;line-height:1.5;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #UhghJR7sPZZMTsTCq4IIcJqK4eBHCGUl { width:319.981px;height:38.9934px;top:380.47783660889px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TD2RTt3wmp2CqANvm4UPwSQa1oOzDm3X { width:320px;height:56px;top:377px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iOWgRVngwbeGNZmXkBiRTCFpFPkg0Qrk { width:125px;height:166.994px;top:593.00666046143px;left:191.99391937256px;display:block; }
 }@media only screen and (max-width: 763px) { #rzJI3re60qMGuPpuGV3QBwarKOD8XRBz { width:175px;height:134.983px;top:627.16040802002px;left:11.988386154175px;text-align:left;text-align-last:left;font-size:15px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QAJ9BRp6q9kRoFpQ1hT53TyFNMWGXL8P { top:423.97512054443px;left:108.49004364014px;width:103px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zJPTE89gstuuvcCxRUOTUHcNTM5iORIV { display:block; }
 }@media only screen and (max-width: 763px) { #h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv { display:block; }#h2KzQLzs8odeiP2mcsp1exJ8qa80m7Uv > .row .container { width:320px;height:550px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIVJF0B5O3hzFrgJIS2LTZ2TDoblFzf1 { width:275px;height:112.486px;top:41.989501953125px;left:22.497234344482px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #sa6dBMaOJvb89Gbz8ydOxhV84DxFv9S8 { width:195.996px;height:22.3866px;top:164.97680664062px;left:115.9845123291px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OhT1F8l30oAl6oCQDsNg6cAf83Durh2S { width:280px;height:112.486px;top:304.97290039062px;left:19.994470596313px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WnrOp04TaCdx4sp9zUu2iByppumZ9Uzk { width:120px;height:22.3866px;top:435.64208984375px;left:78.996131896973px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IaEMqi5AcIromUChHvbdLaW1OF5cmNFk { width:75px;height:75px;top:435.64208984375px;left:223.2024307251px;display:block; }
 }@media only screen and (max-width: 763px) { #XfubBENHmLWEcTWmqNkVctZR7LZGbVzV { width:72.9978px;height:72.9978px;top:168.97680664062px;left:22.497234344482px;display:block; }
 }@media only screen and (max-width: 763px) { #sOT2l7g2HcyG45xN4z6ttKxcZvEDix57 { width:205px;height:42.0078px;top:188.37719726562px;left:114.98893737793px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MeK0BCgI30P1yP1qa1mwtXRkTJtBHsen { width:167.998px;height:42.0078px;top:458.04272460938px;left:31.692478179932px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm { display:block; }#vKeiwR4KtzTST0DN2tFKnEfZhDNKJBLm > .row .container { width:320px;height:134px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTRNvyudANvNWGQDUQGBZ5qB3si0cLD { width:301.975px;height:95.9624px;top:32.007751464844px;left:9.0044250488281px;text-align:center;text-align-last:center;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 { display:block; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 { background-color: transparent; background-image: none; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container > .video-iframe-container { display: none; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row > .video-iframe-container { display: none; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .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); }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container { width:320px;height:483px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6bd94b38-2bc5-4a89-824d-015cc185cca4/Multihouse320b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container.adaptive-delivery-prevent-bg, #X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container.lazyload, #X4N529A2d21c7lzSLDmrNL6q3p6CH6c7 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WrArO5N6eBz7V6vCExigVGC8FOdsFwlS { display:block; }#WrArO5N6eBz7V6vCExigVGC8FOdsFwlS > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBc6TBfuhHJVOA6Q8i93VO1CnvZ9Oi7W { width:175px;height:134.3196px;top:15.984375px;left:12.472345352173px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRoWU8of1EcqpicHO91h9QKcmmJk5BFb { width:96.9856px;height:98.9906px;top:15.970703125px;left:211.46294403076px;display:block; }
 }