.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:rgba(237,122,118,0.74);background-image:url("https://images.assets-landingi.com/9fP1m8N7/begging_homeless_homelessness_2128.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/qKwJuaJZ/plaza.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;bottom:auto;right:auto;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(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 .container { font-size:14px;font-family:"open sans";height:453px;width:960px;overflow:visible;position:relative;display:block; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ { background-color:#ffffff;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;bottom:auto;right:auto;display:block; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container { background-color: transparent; background-image: none; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container > .video-iframe-container { display: none; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row > .video-iframe-container { display: none; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .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); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container { border-width: 0; border-radius: 0; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container { font-size:14px;font-family:"open sans";height:337px;width:960px;overflow:visible;position:relative;display:block; }#ZKKA4A1JkTLcTiWcrUeffRmzpxkv8Z8e { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:111px;width:960px;top:32px;left:0px;overflow:hidden;display:block; }
#KunPTqDiU7wTyN2hD2JeiXwHqT64G1NU { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:164px;top:212px;left:438px;overflow:hidden;display:block; }
#BV4nyn9M0zLLXTxSqd5WMJcxw9pnLFAl { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:77px;width:81px;top:212px;left:357px;overflow:hidden;display:block; }
#Krf3oWrRv2gomm2lMUz6HBUg8P9gn0PD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:554px;top:142.5px;left:203px;overflow:hidden;display:block; }
#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(188,66,53,0.41);background-image:url("https://images.assets-landingi.com/yTDVmvwf/FRAZADA.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw.adaptive-delivery-prevent-bg { background-image: none; }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row .container { background-color: transparent; background-image: none; }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row .container > .video-iframe-container { display: none; }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row > .video-iframe-container { display: none; }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .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); }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row .container { border-width: 0; border-radius: 0; }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row .container { font-size:14px;font-family:"open sans";height:889px;width:960px;position:relative;display:block; }#k3P3QfA2hdc5OlmeHn6Sd8pK46vQF1qX { color:#ffffff;display:block;width:840px;position:absolute;font-family:"gotham narrow";font-size:20px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:144px;left:60px;height:127.778px;font-style:normal;display:block; }
#yfzeB908NQ8F7TWIKdhvUw21I7QDov0u { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:470px;width:840px;top:320px;left:60px;display:block; }
#gzfe0QUuE8aORsvKxhduOgXNRxpDZosZ { position:absolute;display:block;z-index:99998;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 10px 15px rgba(0,0,0,0.5) ;height:772px;width:960px;top:55px;left:1px;display:block; }
#ilma8ultUKvlx6iHVhugF6V47HlA47wT { color:#000000;display:block;width:960px;position:absolute;font-family:"gotham narrow";font-size:48px;font-weight:700;z-index:100016;line-height:1.1;letter-spacing:0;top:79px;left:0px;height:52.2222px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { background-color: transparent; background-image: none; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container > .video-iframe-container { display: none; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row > .video-iframe-container { display: none; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .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); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { border-width: 0; border-radius: 0; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { font-size:14px;font-family:"open sans";height:192px;width:960px;position:relative;display:block; }#D2miIxBxN0C1RJG8UH6epfWiHlZrO8GQ { color:#000000;display:block;width:960px;position:absolute;font-family:"gotham narrow";font-size:30px;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:48px;left:0px;height:32.2222px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsEHPSEORhElwHiwWhK2aIlDmCuCFHCv { color:#000000;display:block;width:960px;position:absolute;font-family:"gotham narrow";font-size:64px;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:75px;left:0px;height:70px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,122,118,0.74);background-image:none;position:relative;display:block; }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row .container { background-color: transparent; background-image: none; }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row .container > .video-iframe-container { display: none; }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row > .video-iframe-container { display: none; }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .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); }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row .container { border-width: 0; border-radius: 0; }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row .container { font-size:14px;font-family:arial;height:627px;width:960px;position:relative;display:block; }#DoAiXTXNzBlHyL0XN1eNTLSALuZl1N1s { 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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 10px 15px rgba(0,0,0,0.5) ;height:568px;width:423px;top:23.5px;left:508.5px;display:block; }
#Vcofcq0CSq24DgifGAM12PfqyrHEqVSs { color:#000000;display:block;width:245px;position:absolute;font-family:"gotham narrow book";font-size:24px;font-weight:400;z-index:100016;line-height:1.1;letter-spacing:0;top:290px;left:597.5px;height:51.1112px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcUtT0vKAe7ByGwI6xQS33SHlzTxb6qB { box-sizing:content-box;color:#ff6251;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:240px;left:695px;display:block; }
#nL3MuFQaukhI9xKsfTShWGLfSbsmzVAI { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #383838;border-left:2px solid #383838;border-right:2px solid #383838;border-bottom:2px solid #383838;border-top-left-radius:103px;border-top-right-radius:103px;border-bottom-left-radius:103px;border-bottom-right-radius:103px;height:172px;width:172px;top:46px;left:632px;display:block; }
#QfgHWP0WIn77NrcvG5ulRgo8TzQTfsdC { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:95px;border-top-right-radius:95px;border-bottom-left-radius:95px;border-bottom-right-radius:95px;height:128px;width:170px;top:70px;left:635px;overflow:hidden;display:block; }
#cy6zu0ByEzMooRDoCmcvbesg277VTVST { position:absolute;display:block;z-index:100001;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 0 10px 15px rgba(0,0,0,0.5) ;height:564px;width:424px;top:25px;left:28px;display:block; }
#iD7QIBTV7ipsKIO5pR2c8rs3Hopll35F { background-color:#ff6251;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ff6251;border-left:1px solid #ff6251;border-right:1px solid #ff6251;border-bottom:1px solid #ff6251;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:58px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:493.5px;left:100px;display:block; }
#XpVU9RQJ6QoQfo6U8o8BFcyXeEQQG53Z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ex5VpC583CBKF83T4TtLQngTeEQ5gdqm { color:#000000;display:block;width:348px;position:absolute;font-family:"gotham narrow";font-size:15px;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:358px;left:66px;height:111.111px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwIDV7CLakyKzkAZHZD6RZpzWa2KXWp3 { color:#000000;display:block;width:245px;position:absolute;font-family:"gotham narrow book";font-size:24px;font-weight:400;z-index:100015;line-height:1.1;letter-spacing:0;top:292px;left:118px;height:51.1112px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn8bmOnxdwzI1KmfsyNXMq7uVBwkApRG { box-sizing:content-box;color:#ff6251;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:240px;left:215px;display:block; }
#yPuaM03eh8RvDowRB1iO7r03L5vQTrCA { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #383838;border-left:2px solid #383838;border-right:2px solid #383838;border-bottom:2px solid #383838;border-top-left-radius:103px;border-top-right-radius:103px;border-bottom-left-radius:103px;border-bottom-right-radius:103px;height:172px;width:172px;top:52px;left:152px;display:block; }
#WEFgCmZlvneehmZwh3kXnd8HimG9fyic { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:95px;border-top-right-radius:95px;border-bottom-left-radius:95px;border-bottom-right-radius:95px;height:162px;width:162px;top:59px;left:159px;overflow:hidden;display:block; }
#mvpFMwh3w62alyhoEXG6rv1Tz4PnwzqL { color:#000000;display:block;width:348px;position:absolute;font-family:"gotham narrow";font-size:15px;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:353px;left:546px;height:111.111px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFH3KbsQTGaRzOMoUs3ZTcBnW7KHLLAd { background-color:#ff6251;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ff6251;border-left:1px solid #ff6251;border-right:1px solid #ff6251;border-bottom:1px solid #ff6251;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gotham narrow";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:58px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:493.5px;left:580px;display:block; }
#zNnrgZS08gTkzdrGklCp5XQWTvpMVXKi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(237,122,118,0.65);background-image:url("https://images.assets-landingi.com/yTDVmvwf/FRAZADA.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC.adaptive-delivery-prevent-bg { background-image: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container { background-color: transparent; background-image: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container > .video-iframe-container { display: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row > .video-iframe-container { display: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .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); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container { border-width: 0; border-radius: 0; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container { font-size:14px;font-family:"open sans";height:161px;width:960px;position:relative;display:block; }#FqSCRTw1oghuX80IedddiFa4yqulz5WL { color:#ffffff;display:block;width:855px;position:absolute;font-family:"gotham narrow";font-size:52px;font-weight:300;z-index:100023;line-height:1.1;letter-spacing:0;top:55px;left:52.5px;height:56.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrU4Gqm90t26CavvF16t2AxecF2AGUVv { color:#000000;display:block;width:322px;position:absolute;font-family:"gotham narrow";font-size:16px;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:184px;left:7.5104064941406px;height:0;font-style:normal;display:none; }
#TN7hDoPn0uDTs8i1UtsxVTEGgvai8waz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn { position:relative;display:block; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn { background-color: transparent; background-image: none; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container > .video-iframe-container { display: none; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row > .video-iframe-container { display: none; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .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); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn { border-width: 0; border-radius: 0; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .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:66px;width:960px;position:relative;display:block; }#yFPmLMSoM9TTCfag6gizIO032ABlTJBU { color:#000000;display:block;width:337px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:14px;left:139px;height:21.1111px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SfQ0gdQU7HGFCfKKTwWORheZD3UTcbF4 { box-sizing:content-box;color:#3f3c3c;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:0px;left:783px;display:block; }
#nkq6SvWW5m3MZK02qBncFcs5TM3CFCpA { box-sizing:content-box;color:#3f3c3c;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0px;left:684px;display:block; }
#ZGlqgd4M0T2NSRdc51d3crT4UEOWLuKX { box-sizing:content-box;color:#3f3c3c;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0px;left:733px;display:block; }
#rZaV4Lac0NAdbB0ofkV4CN7NNIKlJ46B { color:#000000;display:block;width:178px;position:absolute;font-family:"gotham narrow";font-size:17px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:13px;left:480px;height:21.1111px;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ { display:none; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZKKA4A1JkTLcTiWcrUeffRmzpxkv8Z8e { width:764px;height:88.3375px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KunPTqDiU7wTyN2hD2JeiXwHqT64G1NU { width:164px;height:65px;top:212px;left:340px;display:block; }
 }@media only screen and (max-width: 763px) { #BV4nyn9M0zLLXTxSqd5WMJcxw9pnLFAl { width:81px;height:77px;top:212px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #Krf3oWrRv2gomm2lMUz6HBUg8P9gn0PD { width:554px;height:52px;top:142px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw { display:block; }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3P3QfA2hdc5OlmeHn6Sd8pK46vQF1qX { width:764px;height:130px;top:144px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yfzeB908NQ8F7TWIKdhvUw21I7QDov0u { width:764px;height:427.47619047619px;top:320px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gzfe0QUuE8aORsvKxhduOgXNRxpDZosZ { width:764px;height:772px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ilma8ultUKvlx6iHVhugF6V47HlA47wT { width:764px;height:52px;top:79px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD { display:block; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2miIxBxN0C1RJG8UH6epfWiHlZrO8GQ { width:764px;height:33px;top:48px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dsEHPSEORhElwHiwWhK2aIlDmCuCFHCv { width:764px;height:70px;top:75px;left:0px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #N0Czw6B91pX8rJsewcJgJSQHBGeV6ode { display:block; }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoAiXTXNzBlHyL0XN1eNTLSALuZl1N1s { width:423px;height:568px;top:23px;left:341px;display:block; }
 }@media only screen and (max-width: 763px) { #Vcofcq0CSq24DgifGAM12PfqyrHEqVSs { width:245px;height:52px;top:290px;left:450.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WcUtT0vKAe7ByGwI6xQS33SHlzTxb6qB { width:50px;height:50px;top:240px;left:548px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nL3MuFQaukhI9xKsfTShWGLfSbsmzVAI { width:172px;height:172px;top:46px;left:485px;display:block; }
 }@media only screen and (max-width: 763px) { #QfgHWP0WIn77NrcvG5ulRgo8TzQTfsdC { width:170px;height:128px;top:70px;left:488px;display:block; }
 }@media only screen and (max-width: 763px) { #cy6zu0ByEzMooRDoCmcvbesg277VTVST { width:424px;height:564px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iD7QIBTV7ipsKIO5pR2c8rs3Hopll35F { width:280px;height:58px;top:493px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #XpVU9RQJ6QoQfo6U8o8BFcyXeEQQG53Z { display:block; }
 }@media only screen and (max-width: 763px) { #ex5VpC583CBKF83T4TtLQngTeEQ5gdqm { width:348px;height:110px;top:358px;left:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kwIDV7CLakyKzkAZHZD6RZpzWa2KXWp3 { width:245px;height:52px;top:292px;left:69px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8bmOnxdwzI1KmfsyNXMq7uVBwkApRG { width:50px;height:50px;top:240px;left:166px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yPuaM03eh8RvDowRB1iO7r03L5vQTrCA { width:172px;height:172px;top:52px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #WEFgCmZlvneehmZwh3kXnd8HimG9fyic { width:162px;height:162px;top:59px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #mvpFMwh3w62alyhoEXG6rv1Tz4PnwzqL { width:348px;height:132px;top:353px;left:399px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fFH3KbsQTGaRzOMoUs3ZTcBnW7KHLLAd { width:280px;height:58px;top:493px;left:433px;display:block; }
 }@media only screen and (max-width: 763px) { #zNnrgZS08gTkzdrGklCp5XQWTvpMVXKi { display:block; }
 }@media only screen and (max-width: 763px) { #n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC { display:block; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqSCRTw1oghuX80IedddiFa4yqulz5WL { width:764px;height:57px;top:55px;left:0px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #zrU4Gqm90t26CavvF16t2AxecF2AGUVv { width:320px;height:84px;top:358px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #TN7hDoPn0uDTs8i1UtsxVTEGgvai8waz { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn { display:block; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFPmLMSoM9TTCfag6gizIO032ABlTJBU { width:337px;height:22px;top:14px;left:45px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SfQ0gdQU7HGFCfKKTwWORheZD3UTcbF4 { width:50px;height:50px;top:0px;left:636px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nkq6SvWW5m3MZK02qBncFcs5TM3CFCpA { width:50px;height:50px;top:0px;left:537px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlqgd4M0T2NSRdc51d3crT4UEOWLuKX { width:50px;height:50px;top:0px;left:586px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rZaV4Lac0NAdbB0ofkV4CN7NNIKlJ46B { width:178px;height:22px;top:13px;left:382px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7dGdafQe/bg_main.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qKwJuaJZ/plaza.png");background-position:top left !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(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:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ { background-color:#ffffff;background-image:none;display:block; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container { background-color: transparent; background-image: none; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container > .video-iframe-container { display: none; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row > .video-iframe-container { display: none; }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .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); }#LfxcEqfmx2QMQtgdgco4mR7sx1vfbyzZ > .row .container { width:320px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKKA4A1JkTLcTiWcrUeffRmzpxkv8Z8e { width:320px;height:37px;top:21px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KunPTqDiU7wTyN2hD2JeiXwHqT64G1NU { width:121px;height:48px;top:111px;left:143px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BV4nyn9M0zLLXTxSqd5WMJcxw9pnLFAl { width:65px;height:62px;top:104px;left:57px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Krf3oWrRv2gomm2lMUz6HBUg8P9gn0PD { width:272px;height:24px;top:58px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw { display:block; }#E8DDXga5QQAsDPstkwQqN3XgknHAV7Mw > .row .container { width:320px;height:585px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3P3QfA2hdc5OlmeHn6Sd8pK46vQF1qX { width:282px;height:240px;top:83px;left:19px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yfzeB908NQ8F7TWIKdhvUw21I7QDov0u { height:169px;width:304px;top:379px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #gzfe0QUuE8aORsvKxhduOgXNRxpDZosZ { width:320px;height:536px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ilma8ultUKvlx6iHVhugF6V47HlA47wT { width:320px;height:31px;top:41px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD { display:block; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2miIxBxN0C1RJG8UH6epfWiHlZrO8GQ { width:300px;height:28px;top:24px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #dsEHPSEORhElwHiwWhK2aIlDmCuCFHCv { width:320px;height:50px;top:50px;left:0px;text-align:center;text-align-last:center;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #N0Czw6B91pX8rJsewcJgJSQHBGeV6ode { display:block; }#N0Czw6B91pX8rJsewcJgJSQHBGeV6ode > .row .container { width:320px;height:1163px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoAiXTXNzBlHyL0XN1eNTLSALuZl1N1s { width:300px;height:550px;top:36px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Vcofcq0CSq24DgifGAM12PfqyrHEqVSs { width:245px;height:48px;top:279px;left:38px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcUtT0vKAe7ByGwI6xQS33SHlzTxb6qB { width:50px;height:50px;top:230px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nL3MuFQaukhI9xKsfTShWGLfSbsmzVAI { width:161px;height:161px;top:62px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #QfgHWP0WIn77NrcvG5ulRgo8TzQTfsdC { width:154px;height:101px;top:94px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #cy6zu0ByEzMooRDoCmcvbesg277VTVST { width:299px;height:528px;top:610px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #iD7QIBTV7ipsKIO5pR2c8rs3Hopll35F { width:216px;height:48px;top:1076px;left:52px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XpVU9RQJ6QoQfo6U8o8BFcyXeEQQG53Z { display:block; }
 }@media only screen and (max-width: 763px) { #ex5VpC583CBKF83T4TtLQngTeEQ5gdqm { width:250px;height:147px;top:911px;left:35px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwIDV7CLakyKzkAZHZD6RZpzWa2KXWp3 { width:180px;height:44px;top:852px;left:70px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8bmOnxdwzI1KmfsyNXMq7uVBwkApRG { width:50px;height:50px;top:803px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yPuaM03eh8RvDowRB1iO7r03L5vQTrCA { width:158px;height:158px;top:632px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #WEFgCmZlvneehmZwh3kXnd8HimG9fyic { width:145px;height:145px;top:640.5px;left:87.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mvpFMwh3w62alyhoEXG6rv1Tz4PnwzqL { width:276px;height:147px;top:340px;left:22px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFH3KbsQTGaRzOMoUs3ZTcBnW7KHLLAd { width:280px;height:58px;top:512px;left:20px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zNnrgZS08gTkzdrGklCp5XQWTvpMVXKi { display:block; }
 }@media only screen and (max-width: 763px) { #n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yTDVmvwf/FRAZADA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC.adaptive-delivery-prevent-bg { background-image: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container { background-color: transparent; background-image: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container > .video-iframe-container { display: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row > .video-iframe-container { display: none; }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .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); }#n91CvTTnToKmDqVzH6x7P1ZGM8yPozLC > .row .container { width:320px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqSCRTw1oghuX80IedddiFa4yqulz5WL { width:300px;height:58px;top:22px;left:10px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #zrU4Gqm90t26CavvF16t2AxecF2AGUVv { width:320px;height:0;top:448.203125px;left:0px;text-align:left;text-align-last:left;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #TN7hDoPn0uDTs8i1UtsxVTEGgvai8waz { top:88px;left:60px;width:200px;height:3px;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container { background-color: transparent; background-image: none; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container > .video-iframe-container { display: none; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row > .video-iframe-container { display: none; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .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); }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container { border-width: 0; border-radius: 0; }#IDPIplnrS6Dg7wD9SzJQ5afuTLRiniCn > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFPmLMSoM9TTCfag6gizIO032ABlTJBU { width:320px;height:22px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SfQ0gdQU7HGFCfKKTwWORheZD3UTcbF4 { width:50px;height:50px;top:64px;left:185px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nkq6SvWW5m3MZK02qBncFcs5TM3CFCpA { width:50px;height:50px;top:64px;left:85px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlqgd4M0T2NSRdc51d3crT4UEOWLuKX { width:50px;height:50px;top:64px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rZaV4Lac0NAdbB0ofkV4CN7NNIKlJ46B { width:178px;height:22px;top:42px;left:71px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }