.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-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;
  }
}
body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/free-images/Travel/holiday-vacation-hotel-luxury.jpg");background-position:center right;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { border-width: 0; border-radius: 0; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { font-size:14px;font-family:"open sans";height:553px;width:960px;position:relative;display:block; }#q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { display:block;width:851px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:121px;left:73.5px;height:120px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { display:block;width:553px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:250px;left:222.5px;height:176px;color:#0c0b0b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;display:block; }
#bMkd4pKdWVaFUo5wNNUNXgMzhNav87oQ { display:block;width:200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:514.00012207031px;left:394px;height:19px;color:#f4f4f4;text-align:center;text-align-last:center;display:block; }
#AXFTg7ZFBazNEzL7UBMenDewVyJigm6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fa2a2;background-image:none;height:360px;width:538px;position:absolute;display:block;z-index:99999;top:100px;left:226px;display:block; }
#VyABrbIvK6tBO2P39KBBIhmiyuCTzdqK { border-top:5px solid #1c1819;border-left:5px solid #1c1819;border-right:5px solid #1c1819;border-bottom:5px solid #1c1819;background-color:transparent;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:316px;width:492px;position:absolute;display:block;z-index:100004;top:112px;left:246.51251220703px;display:block; }
#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { border-bottom:1px solid #eeeeee;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { background-color: transparent; background-image: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .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); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { border-width: 0; border-radius: 0; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { font-size:14px;font-family:"open sans";height:559px;width:960px;position:relative;display:block; }#OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { display:block;width:960px;position:absolute;font-family:"open sans";font-size:37px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:324.97918701172px;left:0.14583587646484px;height:48px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKa5uaemzIZTTnaz5aHTWPx4DHTELbEs { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:205px;width:296px;top:91.463073730469px;left:332.14489746094px;overflow:hidden;display:block; }
#TnZNQiksruxZgOIAsZXm5okecWwTgOc8 { display:block;width:763px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100004;line-height:1.9;letter-spacing:0;top:405.45834350586px;left:110.97916412354px;height:149px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf { position:relative;display:block; }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf { background-color: transparent; background-image: none; }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .row .container > .video-iframe-container { display: none; }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .row > .video-iframe-container { display: none; }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .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); }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf { border-width: 0; border-radius: 0; }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:548px;width:960px;position:relative;display:block; }#vK8902hOJOq5KA5wMwA0tTtILaTby7yq { display:block;width:199px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:26.9375px;left:115.95837402344px;height:24px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w4ynB6mTSzuuMenKHkSrGhOaCFBG9FqF { display:block;width:764px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.9;letter-spacing:0;top:65.520874023438px;left:115.95837402344px;height:480px;display:block; }
#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB { position:relative;display:block; }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB { background-color: transparent; background-image: none; }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .row .container > .video-iframe-container { display: none; }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .row > .video-iframe-container { display: none; }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .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); }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB { border-width: 0; border-radius: 0; }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:484px;width:960px;position:relative;display:block; }#AHkgHAdd2BnVxekWETLhOplO8SaqvFvF { display:block;width:321px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.984375px;left:114.9609375px;height:24px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jkdzen8vZm5cuWwsQzBMDLThTz9f6RD1 { display:block;width:768px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100006;line-height:1.9;letter-spacing:0;top:67.968841552734px;left:114.94317626953px;height:294px;display:block; }
#otUzQese7OlG6Ut5ndwHqHxTdFuB8Pos { display:block;width:152px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:385.93756103516px;left:114.94317626953px;height:23px;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WJ7xfrT0gtxmXzzawslqUruSMZ0yLTK3 { display:block;width:744px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:423.96313476562px;left:114.94317626953px;height:21px;display:block; }
#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { background-color: transparent; background-image: none; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container > .video-iframe-container { display: none; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row > .video-iframe-container { display: none; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .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); }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { border-width: 0; border-radius: 0; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { font-size:14px;font-family:"open sans";height:355px;width:960px;position:relative;display:block; }#l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:17px;left:0;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNr1r3PqsAlblrd5UG1QbMmCNh2SkBap { display:block;width:781px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:100004;line-height:3;letter-spacing:0;top:39px;left:120px;height:;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgHVbnBq3gyIaAJ2KkfmVosRpCAT0SuZ { box-sizing:content-box;color:#00bb84;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:113px;left:80px;display:block; }
#m6apMU9TQu5aH2HeXgQne8Lt8RxqGkyy { box-sizing:content-box;color:#00bb84;font-size:28px;font-weight:400;line-height:1;height:41px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:174px;left:80px;display:block; }
#RHvmOCn1khVOzubLLkhMslGgFm5ctD6B { box-sizing:content-box;color:#00bb84;font-size:28px;font-weight:400;line-height:1;height:41px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:236px;left:82px;display:block; }
#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(34,34,34,0.8);background-image:url("https://images.assets-landingi.com/free-images/Travel/holiday-vacation-hotel-luxury.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { background-color: transparent; background-image: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .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); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { border-width: 0; border-radius: 0; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { font-size:14px;font-family:"open sans";height:431px;width:960px;position:relative;display:block; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { position:relative;display:block; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { background-color: transparent; background-image: none; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container > .video-iframe-container { display: none; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row > .video-iframe-container { display: none; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .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); }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { border-width: 0; border-radius: 0; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:61px;width:960px;position:relative;display:block; }#pZEWXTT2T72S1VvcvzmXzXOFkuMCHagT { display:block;width:149px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:19px;left:24px;height:20px;display:block; }
#BqNrMtigv1RWXFQcCGb4Fgx2vwpEKe1E { display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:20px;left:357px;height:20px;display:block; }
#LdnpvRQCyyoR6qLeSM7QvtqWkZDyQVfF { display:block;width:315px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:19px;left:596px;height:21px;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/free-images/Travel/holiday-vacation-hotel-luxury.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:764px;height:583px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:762px;height:120px;top:153px;left:3px;display:block; }
 }@media only screen and (max-width: 959px) { #LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { width:548px;height:190px;top:272.9765625px;left:110.9765625px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #bMkd4pKdWVaFUo5wNNUNXgMzhNav87oQ { width:200px;height:18px;top:547.00001525879px;left:282.00001239777px;color:#f4f4f4;display:block; }
 }@media only screen and (max-width: 959px) { #AXFTg7ZFBazNEzL7UBMenDewVyJigm6G { width:530px;height:380px;top:132px;left:108.99999713898px;display:block; }
 }@media only screen and (max-width: 959px) { #VyABrbIvK6tBO2P39KBBIhmiyuCTzdqK { width:502px;height:342px;top:143px;left:118.99999713898px;display:block; }
 }@media only screen and (max-width: 959px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:764px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:764px;height:48px;top:137.9765625px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #VKa5uaemzIZTTnaz5aHTWPx4DHTELbEs { width:177px;height:121px;top:8.9750061035156px;left:293.50001239777px;display:block; }
 }@media only screen and (max-width: 959px) { #TnZNQiksruxZgOIAsZXm5okecWwTgOc8 { width:660px;height:122px;top:216px;left:51.984375px;display:block; }
 }@media only screen and (max-width: 959px) { #L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf { display:block; }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .row .container { width:764px;height:597px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vK8902hOJOq5KA5wMwA0tTtILaTby7yq { width:232px;height:24px;top:26.960205078125px;left:48.622158050537px;display:block; }
 }@media only screen and (max-width: 959px) { #w4ynB6mTSzuuMenKHkSrGhOaCFBG9FqF { width:708px;height:243px;top:62.951370239258px;left:48.645835399628px;display:block; }
 }@media only screen and (max-width: 959px) { #hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB { display:block; }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .row .container { width:764px;height:466px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AHkgHAdd2BnVxekWETLhOplO8SaqvFvF { width:348px;height:24px;top:29.9375px;left:49.000000476837px;display:block; }
 }@media only screen and (max-width: 959px) { #Jkdzen8vZm5cuWwsQzBMDLThTz9f6RD1 { width:708px;height:214px;top:67.950012207031px;left:53.000000476837px;display:block; }
 }@media only screen and (max-width: 959px) { #otUzQese7OlG6Ut5ndwHqHxTdFuB8Pos { width:166px;height:22px;top:383.93464660645px;left:48.991474628448px;display:block; }
 }@media only screen and (max-width: 959px) { #WJ7xfrT0gtxmXzzawslqUruSMZ0yLTK3 { width:554px;height:22px;top:417.94032287598px;left:48.991474628448px;display:block; }
 }@media only screen and (max-width: 959px) { #w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { width:764px;height:339px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:764px;height:52px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #HNr1r3PqsAlblrd5UG1QbMmCNh2SkBap { width:729px;height:313px;top:20px;left:48px;display:block; }
 }@media only screen and (max-width: 959px) { #WgHVbnBq3gyIaAJ2KkfmVosRpCAT0SuZ { width:40px;height:40px;top:91px;left:10px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #m6apMU9TQu5aH2HeXgQne8Lt8RxqGkyy { width:40px;height:40px;top:156px;left:10px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #RHvmOCn1khVOzubLLkhMslGgFm5ctD6B { width:40px;height:40px;top:217px;left:10px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { background-color:rgba(34,34,34,0.8);background-image:url("https://images.assets-landingi.com/jyR74cc3/summer_beach.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { background-color: transparent; background-image: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .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); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { width:764px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { display:block; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pZEWXTT2T72S1VvcvzmXzXOFkuMCHagT { width:149px;height:20px;top:19px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #BqNrMtigv1RWXFQcCGb4Fgx2vwpEKe1E { width:200px;height:20px;top:20px;left:270px;display:block; }
 }@media only screen and (max-width: 959px) { #LdnpvRQCyyoR6qLeSM7QvtqWkZDyQVfF { width:315px;height:21px;top:19px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;display:block; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/free-images/Travel/holiday-vacation-hotel-luxury.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:320px;height:339px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:320px;height:72px;top:61px;left:0;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { width:320px;height:112px;top:142px;left:0;text-align:center;text-align-last:center;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bMkd4pKdWVaFUo5wNNUNXgMzhNav87oQ { width:200px;height:19px;top:313px;left:60.000004768372px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXFTg7ZFBazNEzL7UBMenDewVyJigm6G { width:301px;height:228px;top:48px;left:7.2773774681195px;display:block; }
 }@media only screen and (max-width: 763px) { #VyABrbIvK6tBO2P39KBBIhmiyuCTzdqK { width:285px;height:206px;top:54px;left:11.000000953674px;border-top:4px solid #1c1819;border-left:4px solid #1c1819;border-right:4px solid #1c1819;border-bottom:4px solid #1c1819;display:block; }
 }@media only screen and (max-width: 763px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:320px;height:584px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:320px;height:77px;top:138px;left:-0.1875px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #VKa5uaemzIZTTnaz5aHTWPx4DHTELbEs { width:156px;height:104px;top:23.950012207031px;left:82.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #TnZNQiksruxZgOIAsZXm5okecWwTgOc8 { width:313px;height:330px;top:226.00000762939px;left:2.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf { display:block; }#L3aFf3Xl2GltQKcdMzCCCDRVtxTR7Sqf > .row .container { width:320px;height:981px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK8902hOJOq5KA5wMwA0tTtILaTby7yq { width:242px;height:25px;top:10.950012207031px;left:39.000000953674px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4ynB6mTSzuuMenKHkSrGhOaCFBG9FqF { width:320px;height:930px;top:49.9375px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB { display:block; }#hrl02M1bUzuPuDAIlLl0u7vQqBhNznOB > .row .container { width:320px;height:725px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHkgHAdd2BnVxekWETLhOplO8SaqvFvF { width:320px;height:25px;top:21px;left:0;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jkdzen8vZm5cuWwsQzBMDLThTz9f6RD1 { width:316px;height:540px;top:68.963043212891px;left:1.9744319915771px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otUzQese7OlG6Ut5ndwHqHxTdFuB8Pos { width:182px;height:25px;top:635.9800491333px;left:60.994317054749px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJ7xfrT0gtxmXzzawslqUruSMZ0yLTK3 { width:320px;height:22px;top:673.99144744873px;left:0.22727298736572px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ { display:block; }#w02EqclXI6u4qNobRgd0wlGsyQ2EamQZ > .row .container { width:320px;height:595px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:320px;height:38px;top:33px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HNr1r3PqsAlblrd5UG1QbMmCNh2SkBap { width:276px;height:528px;top:60px;left:37px;font-size:21px;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #WgHVbnBq3gyIaAJ2KkfmVosRpCAT0SuZ { width:40px;height:41px;top:111px;left:0;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #m6apMU9TQu5aH2HeXgQne8Lt8RxqGkyy { width:41px;height:42px;top:208.453125px;left:0.2578125px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RHvmOCn1khVOzubLLkhMslGgFm5ctD6B { width:41px;height:43px;top:302.5px;left:0;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { background-color:rgba(34,34,34,0.8);background-image:url("https://images.assets-landingi.com/free-images/Travel/holiday-vacation-hotel-luxury.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { background-color: transparent; background-image: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .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); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { width:320px;height:236px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 { display:block; }#NveDrvrVLZDoXDaiTuycLmdQMwzBnTP7 > .row .container { width:320px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZEWXTT2T72S1VvcvzmXzXOFkuMCHagT { width:149px;height:20px;top:20px;left:85px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqNrMtigv1RWXFQcCGb4Fgx2vwpEKe1E { width:200px;height:20px;top:60px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdnpvRQCyyoR6qLeSM7QvtqWkZDyQVfF { width:315px;height:20px;top:100px;left:2px;text-align:center;text-align-last:center;display:block; }
 }