.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#1f393f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr { position:relative;display:block; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr { background-color: transparent; background-image: none; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .row .container > .video-iframe-container { display: none; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .row > .video-iframe-container { display: none; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .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); }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr { border-width: 0; border-radius: 0; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .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; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:198px;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; }#J699pK2TQgbSIlOMNQA2JgbeP6v5mEeA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:130px;width:298px;top:34px;left:331.00001525879px;overflow:hidden;display:block; }
#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6490e987-32a1-4983-a52d-9c00e45ad758/WhatsAppImage20230820at230559.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:553px;width:960px;overflow:visible;position:relative;display:block; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto { position:relative;display:block; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto { background-color: transparent; background-image: none; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .row .container > .video-iframe-container { display: none; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .row > .video-iframe-container { display: none; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .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); }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto { border-width: 0; border-radius: 0; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .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; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:192px;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; }#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#4f4f4f;display:block;width:831px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:54px;left:64.5px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f97dd8-64d6-4de9-9de2-10b2a71def5c/WhatsAppImage20230820at2305581.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np.adaptive-delivery-prevent-bg, #ARl6ixau8UJRHsy7V7FZytMK88yHO0Np.lazyload, #ARl6ixau8UJRHsy7V7FZytMK88yHO0Np.lazyloading { background-image: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container { background-color: transparent; background-image: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container > .video-iframe-container { display: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row > .video-iframe-container { display: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .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); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container { border-width: 0; border-radius: 0; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container { font-size:14px;font-family:arial;height:539px;width:960px;position:relative;display:block; }#DHHOcJce48WTUNyKdlTTrqqtHVcH9Eud { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00ae2d;border-left:3px solid #00ae2d;border-right:3px solid #00ae2d;border-bottom:3px solid #00ae2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295.99966px;height:50.97916px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:465.98959350586px;left:332.00001525879px;display:block; }
#OsL7r0nC4kqQihzpOrX1ezNiINIpXFoK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zEq8nd6XTDVpWOMcrV54Jk9rvNmRW057 { color:#fdf8c1;display:block;width:864px;position:absolute;font-family:"source sans pro";font-size:45px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:308px;left:48px;height:126px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSham2yiiLbKkIlidQMf64dTUxaToX2c { position:relative;display:block; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c { background-color: transparent; background-image: none; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .row .container > .video-iframe-container { display: none; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .row > .video-iframe-container { display: none; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .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); }#OSham2yiiLbKkIlidQMf64dTUxaToX2c { border-width: 0; border-radius: 0; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .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; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:74px;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; }#ITqqUTbUQFr1gyDT5P0JKQbuIwg0V0d6 { color:#ffffff;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11px;left:333.50001525879px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 { position:relative;display:block; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 { background-color: transparent; background-image: none; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .row .container > .video-iframe-container { display: none; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .row > .video-iframe-container { display: none; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .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); }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 { border-width: 0; border-radius: 0; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .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; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:237px;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; }#dRlzQ0r5qZKoT9cgHHNErWvd0PKz25lT { color:#ffffff;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:110px;left:13px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3dTp5CBWRh26bamS3JAaysGtbKBQZir { color:#ffffff;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:72px;left:14px;height:35.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qo12HE3R6EVa3BSGRnfEgny0H5EDyhH1 { color:#ffffff;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:72px;left:334px;height:35.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqgN1qyT2NZ2tJdMhZrwMRTm04IQqs3k { color:#ffffff;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:110px;left:334px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNBcyCfetqnUS3QKPzyiVLTJvw5qlVMl { color:#ffffff;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:72px;left:654px;height:35.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTri1mgOF5VKoJPAM2TLl8OWKvprQFTE { color:#ffffff;display:block;width:293px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:110px;left:653.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6kISTr9GsPgSdAp80RIMEv68zaptumb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/763049c5-603b-45ff-bd53-9055b7faa783/PMKGardenTerraceHR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb.adaptive-delivery-prevent-bg, #N6kISTr9GsPgSdAp80RIMEv68zaptumb.lazyload, #N6kISTr9GsPgSdAp80RIMEv68zaptumb.lazyloading { background-image: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container { background-color: transparent; background-image: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container > .video-iframe-container { display: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row > .video-iframe-container { display: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .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); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container { border-width: 0; border-radius: 0; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container { font-size:14px;font-family:arial;height:661px;width:960px;position:relative;display:block; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU { position:relative;display:block; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU { background-color: transparent; background-image: none; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .row .container > .video-iframe-container { display: none; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .row > .video-iframe-container { display: none; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .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); }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU { border-width: 0; border-radius: 0; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .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; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:268px;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; }#Foewh8lp7eLbTMN4MOyO9r3bx4lIpeA4 { color:#ffffff;display:block;width:845px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:102.3125px;left:87.5px;height:113.375px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#DOgEKH9RBvJtCWMO6oqa4Lv8FMF3SaoT { color:#f3d087;display:block;width:878px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:34.65625px;left:71px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 { position:relative;display:block; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 { background-color: transparent; background-image: none; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .row .container > .video-iframe-container { display: none; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .row > .video-iframe-container { display: none; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .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); }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 { border-width: 0; border-radius: 0; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .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; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:631px;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; }#cpTX9V2rGKBI59MUw3wwuCg0Hnf9Ow4t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:553px;width:446px;top:0px;left:0px;overflow:hidden;display:block; }
#AEl3iabSr8qcghSbGVa6i8lXlKnKI3gb { color:#ffffff;display:block;width:496px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:99.958343505859px;left:463.98957824707px;height:431.0827px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LHmlGT9qk1RdFFKC9ZTuCi60rfdiRHS0 { color:#f3d087;display:block;width:506px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.65625px;left:451.98957824707px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6eMUWiJR9KIrm236HxrTvTH6camBT1I { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00ae2d;border-left:3px solid #00ae2d;border-right:3px solid #00ae2d;border-bottom:3px solid #00ae2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295.99966px;height:50.97916px;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:552.02084350586px;left:563.98957824707px;display:block; }
#WiC8prRDz8TFtmUqNZoJWPlTsKGXaaru { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SHDASykWp319wZnxEXZE2nvwz34KSNAZ { position:relative;display:block; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ { background-color: transparent; background-image: none; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .row .container > .video-iframe-container { display: none; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .row > .video-iframe-container { display: none; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .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); }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ { border-width: 0; border-radius: 0; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .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; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:252px;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; }#dXUclBEK597ghQFqrevUlcUMIFEA75Bs { color:#f3d087;display:block;width:878px;position:absolute;font-family:"source sans pro";font-size:30px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:32px;left:41px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMpx7u1fIqNSba8N0q5oXWEFzCMHidq9 { color:#ffffff;display:block;width:845px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:92.989593505859px;left:57.5px;height:151.167px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ { position:relative;display:block; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ { background-color: transparent; background-image: none; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .row .container > .video-iframe-container { display: none; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .row > .video-iframe-container { display: none; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .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); }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ { border-width: 0; border-radius: 0; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .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; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:74px;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; }#L6tmuNe3rL7T9MJWSTla1glS4cOkfFRw { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00ae2d;border-left:3px solid #00ae2d;border-right:3px solid #00ae2d;border-bottom:3px solid #00ae2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:289.30166px;height:47px;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:14.1875px;left:334.66667175293px;display:block; }
#VAxuEGFB2b4su9up0W3Gl1gpI1GBTfEX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Q37Duuwid8RFAJxTt4STOFALcJvDC22M { position:relative;display:block; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M { background-color: transparent; background-image: none; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container > .video-iframe-container { display: none; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row > .video-iframe-container { display: none; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .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); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M { border-width: 0; border-radius: 0; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f393f;background-image:url("https://images.assets-landingi.com/uc/060f3efe-63c3-4049-a591-9ac827f9d920/img_map.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:661px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container.adaptive-delivery-prevent-bg, #Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container.lazyload, #Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container.lazyloading { background-image: none; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT { position:relative;display:block; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT { background-color: transparent; background-image: none; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .row .container > .video-iframe-container { display: none; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .row > .video-iframe-container { display: none; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .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); }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT { border-width: 0; border-radius: 0; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .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; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:36px;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; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,26,26,0.5);background-image:url("https://images.assets-landingi.com/uc/f59a0ace-effb-4b01-b8cd-20264a142f50/WhatsAppImage20230820at2305571.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL.adaptive-delivery-prevent-bg, #GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL.lazyload, #GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL.lazyloading { background-image: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container { background-color: transparent; background-image: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container > .video-iframe-container { display: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row > .video-iframe-container { display: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .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); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container { border-width: 0; border-radius: 0; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container { font-size:14px;font-family:arial;height:606px;width:960px;position:relative;display:block; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx { position:relative;display:block; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx { background-color: transparent; background-image: none; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .row .container > .video-iframe-container { display: none; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .row > .video-iframe-container { display: none; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .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); }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx { border-width: 0; border-radius: 0; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .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; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:74px;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; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst { position:relative;display:block; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst { background-color: transparent; background-image: none; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .row .container > .video-iframe-container { display: none; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .row > .video-iframe-container { display: none; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .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); }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst { border-width: 0; border-radius: 0; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .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; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:300px;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; }#fgpKTFyHVJhhahmqbA0QXkS80Ih12OdD { color:#ffffff;display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:140.3752px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6AUpXh0RhysohSQcMZeI8Vzt7kU4gTT { color:#ffffff;display:block;width:320px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0px;left:320.00001525879px;height:140.3752px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U8dDCvU23ISvkDifiCWIxTEle1vnfQKR { color:#ffffff;display:block;width:323px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0px;left:636.98957824707px;height:140.3752px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SNtlwvt3upuFgX2hhC8qLelw9f35fuyC { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:291.97866px;height:47px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:161.28125px;left:14.01042175293px;display:block; }
#fpJOnMXmFpiEAgyrKcEdTnFmhOU3onT1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tku1bbuZaS4AHXWqpAzuIkNcJqe8N1zU { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:290.63566px;height:47px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:161.27084350586px;left:334.01042175293px;display:block; }
#gVwigVgxvuDgmWHr0lqWeeDb9CX7OElR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PU30PBdFx22wpUM5x0aMoXPlNpSNaKzG { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:289.30166px;height:47px;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:161.94793701172px;left:654.66670227051px;display:block; }
#b6xBEkaVZpFLuaLiNwe6Ef6l0SntERzP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq { position:relative;display:block; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq { background-color: transparent; background-image: none; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .row .container > .video-iframe-container { display: none; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .row > .video-iframe-container { display: none; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .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); }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq { border-width: 0; border-radius: 0; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .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; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:300px;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; }#o7hgC9kTA6xDodhw3rVNVT65W8dsQfJ6 { color:#ffffff;display:block;width:319px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:140.3752px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXliL9P1pvqnpGDy8nVL7lKxsMlH4TG5 { color:#ffffff;display:block;width:319px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0px;left:320.00001525879px;height:175.469px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBWUlrZD86MVV4wX5wHbwqsvlSW7KS0i { color:#ffffff;display:block;width:321px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0px;left:638.98957824707px;height:175.469px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QAshu6xVM6QhRKcBgZLGnyzCfkUeXn6M { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:290.63566px;height:47px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:195.28125px;left:14.66667175293px;display:block; }
#Px5y4GfkyuaEK0oAXqyG2mmIHw3s9gEv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UfE1TMakHdavRTuXyN1Sm698t4RJlfG7 { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:289.30166px;height:47px;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:195.9375px;left:335.34376525879px;display:block; }
#n79f5zNk3ORyNPfunXRxQ4eCspLeNM4a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NIgAok7HyKiHaaArLkulFZathBQtcuP3 { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:287.95866px;height:47px;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:195.9375px;left:655.34376525879px;display:block; }
#VTZe62A5tTrttSzfB25XW1p57na7kJ0X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS { position:relative;display:block; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS { background-color: transparent; background-image: none; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .row .container > .video-iframe-container { display: none; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .row > .video-iframe-container { display: none; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .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); }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS { border-width: 0; border-radius: 0; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .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; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f393f;background-image:none;font-size:14px;font-family:arial;height:300px;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; }#O54cd8pimkxW8h5eBIeo8dg7HgE8ryhU { color:#ffffff;display:block;width:317px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:245.6565px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4IqEs9B21Z6k5q5BpEoaomChFQ71AC9 { color:#ffffff;display:block;width:319px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0px;left:320.00001525879px;height:175.469px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryAivrT6cFhvAIk5nCl4eXe1SVtgA9GO { color:#ffffff;display:block;width:321px;position:absolute;font-family:"source sans pro";font-size:27px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0px;left:638.98957824707px;height:210.5628px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gun7T8EMANTTfRNm6rPiI3Llfv58cSaK { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:287.95866px;height:47px;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:227.9375px;left:15.34375px;display:block; }
#XxdCKhgBDfxUqW4MDRlE612bTokadHLJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E57yPq11S647kz9WKlEtTFUbHDtcgyN8 { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:286.62466px;height:47px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:227.9375px;left:336.01042175293px;display:block; }
#Tikx9XPLCXgXIRRgUrKOc9DcriCR1IcS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#L9Jnlnol8DLcXBuyBSQTkIcBzmu5WyaG { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #fdf8c1;border-left:3px solid #fdf8c1;border-right:3px solid #fdf8c1;border-bottom:3px solid #fdf8c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:285.28166px;height:47px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:228.60418701172px;left:656.68751525879px;display:block; }
#Xhh7mJvrGfz1uHPbkOZbB1nyD9fWXusA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv { position:relative;display:block; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv { background-color: transparent; background-image: none; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.3); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container > .video-iframe-container { display: none; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row > .video-iframe-container { display: none; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.3); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv { border-width: 0; border-radius: 0; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BoQ3FmPQgZI/unsplash/arisa-chattasa-BoQ3FmPQgZI-photo-1562654501-9a587e8638d8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:504px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container.adaptive-delivery-prevent-bg, #xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container.lazyload, #xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container.lazyloading { background-image: none; }#aqZrBITTXGNUaPiVIXow4feifFZ5ZBKs { color:#fdf8c1;display:block;width:498px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:40.63542175293px;left:382.00001525879px;height:80px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vnRcTfU2eb3VSFkZEEgtOQ5mnCcMdU9T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:368px;width:331px;top:133.98958587646px;left:51px;overflow:hidden;display:block; }
#ikGHbv7fn6fZKgyy8wbdGOmQBZuH5LXl { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00ae2d;border-left:3px solid #00ae2d;border-right:3px solid #00ae2d;border-bottom:3px solid #00ae2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:291.97866px;height:46.95836px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:441.84375px;left:70.51042175293px;display:block; }
#mskyZ2ETtonqbfQu4eWrwTNaI9BIWEKS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f393f;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; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { font-size:14px;font-family:arial;height:595px;width:960px;position:relative;display:block; }#BvlWCTUW9o7wFqbv3MqTIdVB0TRQV1Kk { color:#f3d087;display:block;width:835px;position:absolute;font-family:"playfair display";font-size:40px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:39.97917175293px;left:62.5px;height:112px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-form-header {  }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:14px;font-weight:700;color:#ffffff;width:794px;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.2; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:794px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:794px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:794px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .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; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fdf8c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#1f393f;width:794px;height:55px;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:14px; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:14px; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:14px; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"playfair display";font-size:14px; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .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:11px;font-weight:300;color:#000000;vertical-align:top;width:775px;overflow:hidden;font-style:normal;float:none; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .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; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .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.5;float:none; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-container:first-of-type{padding-top:0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-container:last-of-type{padding-bottom:0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW  { background-color:#1f393f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:794px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:62.5px;top:167.6689453125px;z-index:15013;position:absolute; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:794px;display:block;vertical-align:top; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW {display:block;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW { background-color:#1f393f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:794px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:62.5px;top:167.6689453125px;z-index:15013;position:absolute; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #t7MvLgSKEK0taG1pSoBAnTr3eqlX22hu { position:relative; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #u5r9bM1yTp4PIOoQ0aUuTExG8W6Sq6wL { position:relative;display:block; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #hgM7cQq4HSZLJuN2zeLZxvPtg3ut6eAg { position:relative; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #K363Hhi74fNbUxRiDwfhMN0l5od7gLaU { position:relative; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #NemcMieyEKBqCEa3Wu2az1gIAbH5WFes { position:relative;display:block; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #kEhiSg3uQvbMl3uLXQVuCA7842C02lkb { position:relative; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #eyZVAGRb7WVl4UpVegEU9GOlmZRok0ZC { position:relative; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #TKznhpw8v33FSpR1VLEMCklupJu1EDEM { position:relative;display:block; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #KV41JXizaf1XzlTFC0O0TXQOlVCSaEVH { position:relative; }
#ifnCCC1VsL5aFnP0UXaxF6DNAMiFrryZ { position:relative;display:block; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #LE7tTWlfAETwGPEEhKA4ufP34b5MXvUO { position:relative; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #S1NyG01aqEtXbvWpOAeqEBLZiG70SBzg { position:relative; }
#dkMLCQo2TPRFpwgN1J4l10EwGoZZOOpq { color:#4f4f4f;display:block;width:483px;position:absolute;font-family:"source sans pro";font-size:33px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:101.75px;left:206.00001525879px;height:46.2px;font-style:normal;display:block; }
#qktxtlxbMZvF0PcqirPtwvtOSCNxe3Vn { background-color:#00ae2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00ae2d;border-left:3px solid #00ae2d;border-right:3px solid #00ae2d;border-bottom:3px solid #00ae2d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fdf8c1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:797px;height:55px;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:469.84375px;left:81.51042175293px;display:block; }
#ooEBmzuVlxgL5lOd2igkLyN9C3c8E0Pp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr { display:block; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J699pK2TQgbSIlOMNQA2JgbeP6v5mEeA { top:34px;left:233.00001525879px;width:298px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto { display:block; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:764px;height:84px;top:54px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ARl6ixau8UJRHsy7V7FZytMK88yHO0Np { display:block; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHHOcJce48WTUNyKdlTTrqqtHVcH9Eud { width:295px;height:50px;top:465px;left:234.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #OsL7r0nC4kqQihzpOrX1ezNiINIpXFoK { display:block; }
 }@media only screen and (max-width: 763px) { #zEq8nd6XTDVpWOMcrV54Jk9rvNmRW057 { width:764px;height:126px;top:308px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OSham2yiiLbKkIlidQMf64dTUxaToX2c { display:block; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITqqUTbUQFr1gyDT5P0JKQbuIwg0V0d6 { width:293px;height:52px;top:11px;left:235.50001525879px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 { display:block; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRlzQ0r5qZKoT9cgHHNErWvd0PKz25lT { width:293px;height:52px;top:110px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #g3dTp5CBWRh26bamS3JAaysGtbKBQZir { width:293px;height:35px;top:72px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Qo12HE3R6EVa3BSGRnfEgny0H5EDyhH1 { width:293px;height:35px;top:72px;left:215px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SqgN1qyT2NZ2tJdMhZrwMRTm04IQqs3k { width:293px;height:52px;top:110px;left:215px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #kNBcyCfetqnUS3QKPzyiVLTJvw5qlVMl { width:293px;height:35px;top:72px;left:469px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GTri1mgOF5VKoJPAM2TLl8OWKvprQFTE { width:293px;height:52px;top:110px;left:469px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #N6kISTr9GsPgSdAp80RIMEv68zaptumb { display:block; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU { display:block; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Foewh8lp7eLbTMN4MOyO9r3bx4lIpeA4 { width:764px;height:113px;top:102px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DOgEKH9RBvJtCWMO6oqa4Lv8FMF3SaoT { width:764px;height:39px;top:34px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #R7lfximM2guXhTGeWXzG2v6zAVG82WB8 { display:block; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpTX9V2rGKBI59MUw3wwuCg0Hnf9Ow4t { top:0px;left:0px;width:446px;height:553px;display:block; }
 }@media only screen and (max-width: 763px) { #AEl3iabSr8qcghSbGVa6i8lXlKnKI3gb { width:496px;height:431px;top:99px;left:268px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LHmlGT9qk1RdFFKC9ZTuCi60rfdiRHS0 { width:506px;height:39px;top:30px;left:258px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #l6eMUWiJR9KIrm236HxrTvTH6camBT1I { width:295px;height:50px;top:552px;left:465.98957824707px;display:block; }
 }@media only screen and (max-width: 763px) { #WiC8prRDz8TFtmUqNZoJWPlTsKGXaaru { display:block; }
 }@media only screen and (max-width: 763px) { #SHDASykWp319wZnxEXZE2nvwz34KSNAZ { display:block; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXUclBEK597ghQFqrevUlcUMIFEA75Bs { width:764px;height:39px;top:32px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NMpx7u1fIqNSba8N0q5oXWEFzCMHidq9 { width:764px;height:151px;top:92px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ { display:block; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6tmuNe3rL7T9MJWSTla1glS4cOkfFRw { width:288px;height:47px;top:14px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #VAxuEGFB2b4su9up0W3Gl1gpI1GBTfEX { display:block; }
 }@media only screen and (max-width: 763px) { #Q37Duuwid8RFAJxTt4STOFALcJvDC22M { display:block; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrVGZimgHZNgoKVWylvraTGMo7ux18ZT { display:block; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL { display:block; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx { display:block; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst { display:block; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgpKTFyHVJhhahmqbA0QXkS80Ih12OdD { width:320px;height:140px;top:0px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #a6AUpXh0RhysohSQcMZeI8Vzt7kU4gTT { width:320px;height:140px;top:0px;left:188px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #U8dDCvU23ISvkDifiCWIxTEle1vnfQKR { width:323px;height:140px;top:0px;left:185px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #SNtlwvt3upuFgX2hhC8qLelw9f35fuyC { width:290px;height:47px;top:161px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fpJOnMXmFpiEAgyrKcEdTnFmhOU3onT1 { display:block; }
 }@media only screen and (max-width: 763px) { #tku1bbuZaS4AHXWqpAzuIkNcJqe8N1zU { width:289px;height:47px;top:161px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #gVwigVgxvuDgmWHr0lqWeeDb9CX7OElR { display:block; }
 }@media only screen and (max-width: 763px) { #PU30PBdFx22wpUM5x0aMoXPlNpSNaKzG { width:288px;height:47px;top:161px;left:473px;display:block; }
 }@media only screen and (max-width: 763px) { #b6xBEkaVZpFLuaLiNwe6Ef6l0SntERzP { display:block; }
 }@media only screen and (max-width: 763px) { #dpo1BenAyUSzgKEv6USa3IwITZXtxuMq { display:block; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7hgC9kTA6xDodhw3rVNVT65W8dsQfJ6 { width:319px;height:140px;top:0px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #iXliL9P1pvqnpGDy8nVL7lKxsMlH4TG5 { width:319px;height:175px;top:0px;left:189px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #DBWUlrZD86MVV4wX5wHbwqsvlSW7KS0i { width:321px;height:175px;top:0px;left:187px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #QAshu6xVM6QhRKcBgZLGnyzCfkUeXn6M { width:289px;height:47px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Px5y4GfkyuaEK0oAXqyG2mmIHw3s9gEv { display:block; }
 }@media only screen and (max-width: 763px) { #UfE1TMakHdavRTuXyN1Sm698t4RJlfG7 { width:288px;height:47px;top:195px;left:219px;display:block; }
 }@media only screen and (max-width: 763px) { #n79f5zNk3ORyNPfunXRxQ4eCspLeNM4a { display:block; }
 }@media only screen and (max-width: 763px) { #NIgAok7HyKiHaaArLkulFZathBQtcuP3 { width:286px;height:47px;top:195px;left:475px;display:block; }
 }@media only screen and (max-width: 763px) { #VTZe62A5tTrttSzfB25XW1p57na7kJ0X { display:block; }
 }@media only screen and (max-width: 763px) { #yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS { display:block; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O54cd8pimkxW8h5eBIeo8dg7HgE8ryhU { width:317px;height:210px;top:0px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #l4IqEs9B21Z6k5q5BpEoaomChFQ71AC9 { width:319px;height:175px;top:0px;left:189px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ryAivrT6cFhvAIk5nCl4eXe1SVtgA9GO { width:321px;height:210px;top:0px;left:187px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Gun7T8EMANTTfRNm6rPiI3Llfv58cSaK { width:286px;height:47px;top:227px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XxdCKhgBDfxUqW4MDRlE612bTokadHLJ { display:block; }
 }@media only screen and (max-width: 763px) { #E57yPq11S647kz9WKlEtTFUbHDtcgyN8 { width:285px;height:47px;top:227px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #Tikx9XPLCXgXIRRgUrKOc9DcriCR1IcS { display:block; }
 }@media only screen and (max-width: 763px) { #L9Jnlnol8DLcXBuyBSQTkIcBzmu5WyaG { width:284px;height:47px;top:228px;left:477px;display:block; }
 }@media only screen and (max-width: 763px) { #Xhh7mJvrGfz1uHPbkOZbB1nyD9fWXusA { display:block; }
 }@media only screen and (max-width: 763px) { #xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv { display:block; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqZrBITTXGNUaPiVIXow4feifFZ5ZBKs { width:498px;height:80px;top:40px;left:266px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #vnRcTfU2eb3VSFkZEEgtOQ5mnCcMdU9T { top:133px;left:0px;width:331px;height:368px;display:block; }
 }@media only screen and (max-width: 763px) { #ikGHbv7fn6fZKgyy8wbdGOmQBZuH5LXl { width:291px;height:46px;top:441px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mskyZ2ETtonqbfQu4eWrwTNaI9BIWEKS { display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvlWCTUW9o7wFqbv3MqTIdVB0TRQV1Kk { width:764px;height:112px;top:39px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-regular-label { display:block;width:724px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-text { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-textarea { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-select { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-button { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-checkbox-label { width:705px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW  { width:724px;height:auto;top:167px;left:0px; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .radio-container { width:724px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW {display:block;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW { width:724px;height:auto;top:167px;left:0px; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #t7MvLgSKEK0taG1pSoBAnTr3eqlX22hu {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #u5r9bM1yTp4PIOoQ0aUuTExG8W6Sq6wL { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #hgM7cQq4HSZLJuN2zeLZxvPtg3ut6eAg {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #K363Hhi74fNbUxRiDwfhMN0l5od7gLaU {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #NemcMieyEKBqCEa3Wu2az1gIAbH5WFes { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #kEhiSg3uQvbMl3uLXQVuCA7842C02lkb {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #eyZVAGRb7WVl4UpVegEU9GOlmZRok0ZC {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #TKznhpw8v33FSpR1VLEMCklupJu1EDEM { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #KV41JXizaf1XzlTFC0O0TXQOlVCSaEVH {  }
 }@media only screen and (max-width: 763px) { #ifnCCC1VsL5aFnP0UXaxF6DNAMiFrryZ { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #LE7tTWlfAETwGPEEhKA4ufP34b5MXvUO {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #S1NyG01aqEtXbvWpOAeqEBLZiG70SBzg {  }
 }@media only screen and (max-width: 763px) { #dkMLCQo2TPRFpwgN1J4l10EwGoZZOOpq { width:483px;height:46px;top:101px;left:108.00001525879px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qktxtlxbMZvF0PcqirPtwvtOSCNxe3Vn { width:742px;height:55px;top:469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ooEBmzuVlxgL5lOd2igkLyN9C3c8E0Pp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr { display:block; }#tBZr1pKCefNJtC3pWaXJcdVBWK1TZ9Jr > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J699pK2TQgbSIlOMNQA2JgbeP6v5mEeA { width:195px;height:84px;top:22.5px;left:62.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:rgba(0,0,0,0.34);background-image:url("https://images.assets-landingi.com/uc/55583d48-372c-47c3-b70f-58ae0df59c18/PMKVillaHR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:423px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto { display:block; }#Pz2CwMMKvQO7ENDzrAdA0p1v9t8Tveto > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:320px;height:97.5px;top:20.75px;left:0px;text-align:center;text-align-last:center;font-size:25px;color:#717171;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ARl6ixau8UJRHsy7V7FZytMK88yHO0Np { background-color:rgba(26,26,26,0.25);background-image:url("https://images.assets-landingi.com/uc/02f97dd8-64d6-4de9-9de2-10b2a71def5c/WhatsAppImage20230820at2305581.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np.adaptive-delivery-prevent-bg, #ARl6ixau8UJRHsy7V7FZytMK88yHO0Np.lazyload, #ARl6ixau8UJRHsy7V7FZytMK88yHO0Np.lazyloading { background-image: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container { background-color: transparent; background-image: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container > .video-iframe-container { display: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row > .video-iframe-container { display: none; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .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); }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container { border-width: 0; border-radius: 0; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARl6ixau8UJRHsy7V7FZytMK88yHO0Np > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHHOcJce48WTUNyKdlTTrqqtHVcH9Eud { width:296.84366px;height:51.84376px;top:254.47918701172px;left:11.572916984558px;display:block; }
 }@media only screen and (max-width: 763px) { #OsL7r0nC4kqQihzpOrX1ezNiINIpXFoK { display:block; }
 }@media only screen and (max-width: 763px) { #zEq8nd6XTDVpWOMcrV54Jk9rvNmRW057 { width:316px;height:70.1876px;top:178.14584350586px;left:2px;text-align:center;text-align-last:center;font-size:27px;line-height:1.3;text-shadow:1px 1px 5px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #OSham2yiiLbKkIlidQMf64dTUxaToX2c { display:block; }#OSham2yiiLbKkIlidQMf64dTUxaToX2c > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITqqUTbUQFr1gyDT5P0JKQbuIwg0V0d6 { width:293px;height:35.0938px;top:29.000007629395px;left:13.500000953674px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 { display:block; }#xFZxQzKMHAQXIEHIMzT7LdzUuAS66329 > .row .container { width:320px;height:313px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRlzQ0r5qZKoT9cgHHNErWvd0PKz25lT { width:200px;height:35.0938px;top:52.5px;left:60.000004768372px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #g3dTp5CBWRh26bamS3JAaysGtbKBQZir { width:293px;height:32.5px;top:20px;left:13px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Qo12HE3R6EVa3BSGRnfEgny0H5EDyhH1 { width:293px;height:32.5px;top:118.88543701172px;left:13.500000953674px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SqgN1qyT2NZ2tJdMhZrwMRTm04IQqs3k { width:293px;height:35.0938px;top:151.38542175293px;left:13.500000953674px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #kNBcyCfetqnUS3QKPzyiVLTJvw5qlVMl { width:293px;height:32.5px;top:213.78125px;left:13.500000953674px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GTri1mgOF5VKoJPAM2TLl8OWKvprQFTE { width:293px;height:35.0938px;top:246.28125px;left:13.500000953674px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #N6kISTr9GsPgSdAp80RIMEv68zaptumb { background-color:rgba(26,26,26,0.25);background-image:url("https://images.assets-landingi.com/uc/6490e987-32a1-4983-a52d-9c00e45ad758/WhatsAppImage20230820at230559.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb.adaptive-delivery-prevent-bg, #N6kISTr9GsPgSdAp80RIMEv68zaptumb.lazyload, #N6kISTr9GsPgSdAp80RIMEv68zaptumb.lazyloading { background-image: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container { background-color: transparent; background-image: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container > .video-iframe-container { display: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row > .video-iframe-container { display: none; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .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); }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container { border-width: 0; border-radius: 0; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6kISTr9GsPgSdAp80RIMEv68zaptumb > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU { display:block; }#ATyOdeOz9TpM3qJLNhCxnxkLRpzJbLbU > .row .container { width:320px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Foewh8lp7eLbTMN4MOyO9r3bx4lIpeA4 { width:320px;height:156px;top:111.77084350586px;left:0px;text-align:justify;text-align-last:initial;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DOgEKH9RBvJtCWMO6oqa4Lv8FMF3SaoT { width:320px;height:70.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:27px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R7lfximM2guXhTGeWXzG2v6zAVG82WB8 { display:block; }#R7lfximM2guXhTGeWXzG2v6zAVG82WB8 > .row .container { width:320px;height:1052px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpTX9V2rGKBI59MUw3wwuCg0Hnf9Ow4t { width:320px;height:397px;top:71px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AEl3iabSr8qcghSbGVa6i8lXlKnKI3gb { width:320px;height:494px;top:539px;left:0px;text-align:justify;text-align-last:initial;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LHmlGT9qk1RdFFKC9ZTuCi60rfdiRHS0 { width:320px;height:35.0938px;top:487.0625px;left:0px;text-align:center;text-align-last:center;font-size:27px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l6eMUWiJR9KIrm236HxrTvTH6camBT1I { width:295px;height:50px;top:0px;left:12.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #WiC8prRDz8TFtmUqNZoJWPlTsKGXaaru { display:block; }
 }@media only screen and (max-width: 763px) { #SHDASykWp319wZnxEXZE2nvwz34KSNAZ { display:block; }#SHDASykWp319wZnxEXZE2nvwz34KSNAZ > .row .container { width:320px;height:341px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXUclBEK597ghQFqrevUlcUMIFEA75Bs { width:320px;height:70.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:27px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NMpx7u1fIqNSba8N0q5oXWEFzCMHidq9 { width:320px;height:208px;top:110.59375px;left:0px;text-align:justify;text-align-last:initial;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ { display:block; }#Nd96ibfaeNbgWP7cspCt2l6Bfy7l76QJ > .row .container { width:320px;height:49px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6tmuNe3rL7T9MJWSTla1glS4cOkfFRw { width:292.66666px;height:47.66666px;top:0px;left:13.656250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #VAxuEGFB2b4su9up0W3Gl1gpI1GBTfEX { display:block; }
 }@media only screen and (max-width: 763px) { #Q37Duuwid8RFAJxTt4STOFALcJvDC22M { background-color:rgba(31,57,63,0.25);background-image:url("https://images.assets-landingi.com/uc/e665956b-389d-41f9-8a5b-86979afdc704/PMKlocationmap.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M.adaptive-delivery-prevent-bg, #Q37Duuwid8RFAJxTt4STOFALcJvDC22M.lazyload, #Q37Duuwid8RFAJxTt4STOFALcJvDC22M.lazyloading { background-image: none; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container { background-color: transparent; background-image: none; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container > .video-iframe-container { display: none; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row > .video-iframe-container { display: none; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .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); }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container { border-width: 0; border-radius: 0; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q37Duuwid8RFAJxTt4STOFALcJvDC22M > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrVGZimgHZNgoKVWylvraTGMo7ux18ZT { display:block; }#KrVGZimgHZNgoKVWylvraTGMo7ux18ZT > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL { background-color:rgba(26,26,26,0.25);background-image:url("https://images.assets-landingi.com/uc/f59a0ace-effb-4b01-b8cd-20264a142f50/WhatsAppImage20230820at2305571.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL.adaptive-delivery-prevent-bg, #GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL.lazyload, #GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL.lazyloading { background-image: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container { background-color: transparent; background-image: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container > .video-iframe-container { display: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row > .video-iframe-container { display: none; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .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); }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container { border-width: 0; border-radius: 0; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlV0gzXDgVaMlrJc4OmzIo0c4cBSZVQL > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx { display:block; }#U600D4eZ3vK2kUBLkmmvfhoyte3vk2gx > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst { display:block; }#FqFCf8LEhgT9fVw8LyqWhaCrEK1rZgst > .row .container { width:320px;height:713px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgpKTFyHVJhhahmqbA0QXkS80Ih12OdD { width:320px;height:140.3752px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #a6AUpXh0RhysohSQcMZeI8Vzt7kU4gTT { width:320px;height:140.3752px;top:272.20834350586px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #U8dDCvU23ISvkDifiCWIxTEle1vnfQKR { width:320px;height:140.3752px;top:507.41668701172px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #SNtlwvt3upuFgX2hhC8qLelw9f35fuyC { width:289.66666px;height:44.66666px;top:180.375px;left:15.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #fpJOnMXmFpiEAgyrKcEdTnFmhOU3onT1 { display:block; }
 }@media only screen and (max-width: 763px) { #tku1bbuZaS4AHXWqpAzuIkNcJqe8N1zU { width:288.66666px;height:43.66666px;top:412.58334350586px;left:15.656250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #gVwigVgxvuDgmWHr0lqWeeDb9CX7OElR { display:block; }
 }@media only screen and (max-width: 763px) { #PU30PBdFx22wpUM5x0aMoXPlNpSNaKzG { width:287.66666px;height:42.66666px;top:647.79168701172px;left:16.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #b6xBEkaVZpFLuaLiNwe6Ef6l0SntERzP { display:block; }
 }@media only screen and (max-width: 763px) { #dpo1BenAyUSzgKEv6USa3IwITZXtxuMq { display:block; }#dpo1BenAyUSzgKEv6USa3IwITZXtxuMq > .row .container { width:320px;height:787px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7hgC9kTA6xDodhw3rVNVT65W8dsQfJ6 { width:319px;height:140.3752px;top:40.666687011719px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #iXliL9P1pvqnpGDy8nVL7lKxsMlH4TG5 { width:319px;height:175.469px;top:279.375px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #DBWUlrZD86MVV4wX5wHbwqsvlSW7KS0i { width:320px;height:175.469px;top:547.84375px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #QAshu6xVM6QhRKcBgZLGnyzCfkUeXn6M { width:290px;height:45px;top:180.375px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Px5y4GfkyuaEK0oAXqyG2mmIHw3s9gEv { display:block; }
 }@media only screen and (max-width: 763px) { #UfE1TMakHdavRTuXyN1Sm698t4RJlfG7 { width:287.66666px;height:42.66666px;top:454.84375px;left:16.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #n79f5zNk3ORyNPfunXRxQ4eCspLeNM4a { display:block; }
 }@media only screen and (max-width: 763px) { #NIgAok7HyKiHaaArLkulFZathBQtcuP3 { width:285.66666px;height:40.66666px;top:723.3125px;left:17.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #VTZe62A5tTrttSzfB25XW1p57na7kJ0X { display:block; }
 }@media only screen and (max-width: 763px) { #yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS { display:block; }#yJsyJ38JVSevp9kHkWf4I0gUulZJbSnS > .row .container { width:320px;height:899px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O54cd8pimkxW8h5eBIeo8dg7HgE8ryhU { width:320px;height:210.5628px;top:40.65625px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #l4IqEs9B21Z6k5q5BpEoaomChFQ71AC9 { width:319px;height:175.469px;top:341.76042175293px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ryAivrT6cFhvAIk5nCl4eXe1SVtgA9GO { width:320px;height:210.5628px;top:611.02084350586px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Gun7T8EMANTTfRNm6rPiI3Llfv58cSaK { width:285.66666px;height:40.66666px;top:251.20834350586px;left:16.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #XxdCKhgBDfxUqW4MDRlE612bTokadHLJ { display:block; }
 }@media only screen and (max-width: 763px) { #E57yPq11S647kz9WKlEtTFUbHDtcgyN8 { width:284.66666px;height:39.66666px;top:517.22917175293px;left:17.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Tikx9XPLCXgXIRRgUrKOc9DcriCR1IcS { display:block; }
 }@media only screen and (max-width: 763px) { #L9Jnlnol8DLcXBuyBSQTkIcBzmu5WyaG { width:283.66666px;height:38.66666px;top:821.57293701172px;left:18.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Xhh7mJvrGfz1uHPbkOZbB1nyD9fWXusA { display:block; }
 }@media only screen and (max-width: 763px) { #xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv { background-color:transparent;background-image:url("https://images.assets-landingi.com/BoQ3FmPQgZI/unsplash/arisa-chattasa-BoQ3FmPQgZI-photo-1562654501-9a587e8638d8.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv.adaptive-delivery-prevent-bg, #xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv.lazyload, #xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv.lazyloading { background-image: none; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container { background-color: transparent; background-image: none; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.25); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container > .video-iframe-container { display: none; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.25); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row > .video-iframe-container { display: none; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .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); }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container { border-width: 0; border-radius: 0; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdNu6Ee0iPstOWDbcAUBMlkzxo4nLPFv > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqZrBITTXGNUaPiVIXow4feifFZ5ZBKs { width:320px;height:70.1875px;top:24px;left:0px;text-align:center;text-align-last:center;font-size:27px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vnRcTfU2eb3VSFkZEEgtOQ5mnCcMdU9T { width:245px;height:273px;top:126.00000762939px;left:37.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #ikGHbv7fn6fZKgyy8wbdGOmQBZuH5LXl { width:289.66666px;height:44.66666px;top:399.00000762939px;left:14.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #mskyZ2ETtonqbfQu4eWrwTNaI9BIWEKS { display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:320px;height:553px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvlWCTUW9o7wFqbv3MqTIdVB0TRQV1Kk { width:320px;height:70.1875px;top:39.656097412109px;left:0px;text-align:center;text-align-last:center;font-size:27px;line-height:1.3;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:.9;overflow:hidden;height:auto; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-text {padding-top: 0; padding-bottom: 0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-select {padding-top: 0; padding-bottom: 0;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW  { width:280px;height:auto;top:166.09375px;left:0px;z-index:14999; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW {display:block;}#mwaraTWkHVEQA36FcM8UOb3T94fxIXVW { width:280px;height:auto;top:166.09375px;left:0px;z-index:14999; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #t7MvLgSKEK0taG1pSoBAnTr3eqlX22hu {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #u5r9bM1yTp4PIOoQ0aUuTExG8W6Sq6wL { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #hgM7cQq4HSZLJuN2zeLZxvPtg3ut6eAg {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #K363Hhi74fNbUxRiDwfhMN0l5od7gLaU {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #NemcMieyEKBqCEa3Wu2az1gIAbH5WFes { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #kEhiSg3uQvbMl3uLXQVuCA7842C02lkb {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #eyZVAGRb7WVl4UpVegEU9GOlmZRok0ZC {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #TKznhpw8v33FSpR1VLEMCklupJu1EDEM { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #KV41JXizaf1XzlTFC0O0TXQOlVCSaEVH {  }
 }@media only screen and (max-width: 763px) { #ifnCCC1VsL5aFnP0UXaxF6DNAMiFrryZ { display:block; }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #LE7tTWlfAETwGPEEhKA4ufP34b5MXvUO {  }
 }@media only screen and (max-width: 763px) { #mwaraTWkHVEQA36FcM8UOb3T94fxIXVW #S1NyG01aqEtXbvWpOAeqEBLZiG70SBzg {  }
 }@media only screen and (max-width: 763px) { #dkMLCQo2TPRFpwgN1J4l10EwGoZZOOpq { width:271px;height:28px;top:120.40625px;left:24.500000953674px;text-align:center;text-align-last:center;font-size:20px;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #qktxtlxbMZvF0PcqirPtwvtOSCNxe3Vn { width:278.66666px;height:52.66666px;top:453.51040649414px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #ooEBmzuVlxgL5lOd2igkLyN9C3c8E0Pp { display:block; }
 }