.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:#ffffff;background-image:url("https://images.assets-landingi.com/adbff8ae/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR > .row > .video-iframe-container { display: none; }#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR > .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); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { display:block; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { background-color: transparent; background-image: none; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container > .video-iframe-container { display: none; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row > .video-iframe-container { display: none; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .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); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;width:960px;height:962px;font-size:14px;font-family:arial;position:relative;display:block; }#ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0422eaf5-273f-4049-8d4e-c9e4f79c4847/Shivashala.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:0px;left:-0.045455932617188px;display:block; }#ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.adaptive-delivery-prevent-bg, #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.lazyload, #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.lazyloading { background-image: none; }
#sv2biaoPkb48sfpvcmlapN9TPzLHiIgE { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12e85c24-2ccd-4ec8-a6a5-ed85a0a1ea00/Arealyoga.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:0px;left:240.95454406738px;display:block; }#sv2biaoPkb48sfpvcmlapN9TPzLHiIgE.adaptive-delivery-prevent-bg, #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE.lazyload, #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE.lazyloading { background-image: none; }
#R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e7c855f8-f3e4-4a13-982f-33dfc9f58e09/singleroom1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:0px;left:481.95454406738px;display:block; }#R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.adaptive-delivery-prevent-bg, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyload, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyloading { background-image: none; }
#BylAITA3rxmX85oJt71pM3NlHeiiJein { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f77559e7-1b59-4afc-af63-acef0eb800cc/Organicoceanhealthyfoodincangguhealthyfoodinbalibeachfrontveganvegetarian.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:0px;left:722.95454406738px;display:block; }#BylAITA3rxmX85oJt71pM3NlHeiiJein.adaptive-delivery-prevent-bg, #BylAITA3rxmX85oJt71pM3NlHeiiJein.lazyload, #BylAITA3rxmX85oJt71pM3NlHeiiJein.lazyloading { background-image: none; }
#yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c4ac1e17-6a9c-4883-9fa1-ba2c3db1375e/TanahLotBalineseTempleinwater.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:241px;left:482px;display:block; }#yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM.adaptive-delivery-prevent-bg, #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM.lazyload, #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM.lazyloading { background-image: none; }
#K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0bdac322-4228-45c1-8158-d71a98c6da41/sauna2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:241px;left:723px;display:block; }#K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.adaptive-delivery-prevent-bg, #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.lazyload, #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.lazyloading { background-image: none; }
#SLemx2zFaTZGCIHkbhLKMEsoE21ZJlTp { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:485px;width:480px;top:237px;left:0px;display:block; }
#U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80cc6fa8-8766-491c-9e2c-2a8adda1efbc/sesehbeachenvinronmenttemplesocietyudarabaliudarayogasesehincanggu.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:482.00001525879px;left:482.00001525879px;display:block; }#U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.adaptive-delivery-prevent-bg, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyload, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyloading { background-image: none; }
#TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4e76ab2a-b3ea-48d7-85cb-94e8a87adf88/dooublerooom.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:482px;left:723px;display:block; }#TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK.adaptive-delivery-prevent-bg, #TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK.lazyload, #TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK.lazyloading { background-image: none; }
#gkUMQuM1lrhegViTgtXuWOy7fLi36nUh { color:#040404;display:block;width:456px;position:absolute;font-family:lato;font-size:35px;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:323.484375px;left:18.9609375px;height:84px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gMG8txaTdEGBRDiTM3IGNC9emd5yxehv { color:#000000;display:block;width:229px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:448.5234375px;left:220.9609375px;height:23.3984px;text-align:left;text-align-last:left;display:block; }
#XH3pprPoLFIFoIFTBGDw59WevTyaSCXW { color:#000000;display:block;width:87px;position:absolute;font-family:lato;font-size:31px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:439.078125px;left:125.9609375px;height:40.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pzskLpoe2mbTfdItpqbhxRliu4ThkZu8 { color:#000000;display:block;width:49px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:450.078125px;left:72.9609375px;height:23.3984px;text-align:left;text-align-last:left;display:block; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-form-header {  }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#000000;width:350px;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;vertical-align:top;text-align:left;text-align-last:left; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-text { background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:350px;box-sizing:border-box;height:50px;color:#040404;font-size:18px;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;vertical-align:top; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-text {padding-top: 0; padding-bottom: 0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-textarea { background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:350px;box-sizing:border-box;height:70px;color:#040404;font-size:18px;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;vertical-align:top; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:350px;box-sizing:border-box;height:40px;color:#161616;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-select {padding-top: 0; padding-bottom: 0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .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; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-button { background-color:#15e0c2;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:bold;color:#040404;width:350px;height:55px;font-family:lato;overflow:hidden; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]:-moz-placeholder { color:#040404;font-family:lato;font-size:18px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]::-moz-placeholder { color:#040404;font-family:lato;font-size:18px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]:-ms-input-placeholder { color:#040404;font-family:lato;font-size:18px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]::-webkit-input-placeholder { color:#040404;font-family:lato;font-size:18px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .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:lato;line-height:1.6;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:331px;overflow:hidden;font-style:normal; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .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; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .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:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-container:first-of-type{padding-top:0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-container:last-of-type{padding-bottom:0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:350px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;position:absolute;top:463px;left:44px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:350px;display:block;vertical-align:top; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti {display:block;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:350px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;position:absolute;top:463px;left:44px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #SPuBlSxchJxHQ44WLZGexp40TilayxeM { position:relative; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #TKfZMdt0L8a0vsGgwJ5W3m4Q5RIMHI5H { position:relative;display:block; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #AEDoq2IrR3e2hKSJbke9CqIZ0P3DhgoM { position:relative; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #NcDLJm5VBdTAHGCzdU8NUou5fSn6rs7K { position:relative; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #Ten3VIPiasnNiERvVZnl78r1hQNzFGJf { position:relative;display:none; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #N8KQWirJn4llJkhS3GXWnpJW3V4LHCCb { position:relative; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #a6DUfQxMXGzeAadQixykb44VyDW7HTsq { position:relative; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #PZJCcpvtzH2Fe4A5yMRvZk78tgrv4TLm { position:relative; }
#C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6373dbf7-e067-4371-933e-d41e33769368/8bdc04d0c21d1d38c7b41c2253db63b4_organicoceanudarabaliscaled768c90.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:723.00003051758px;left:-0.045455932617188px;display:block; }#C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO.adaptive-delivery-prevent-bg, #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO.lazyload, #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO.lazyloading { background-image: none; }
#Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PSJ-B59f-LE/unsplash/florian-giorgio-PSJ-B59f-LE-photo-1552301726-570d51466ae2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:723.00003051758px;left:240.95454406738px;display:block; }#Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer.adaptive-delivery-prevent-bg, #Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer.lazyload, #Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer.lazyloading { background-image: none; }
#FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3df5271d-f995-4c55-a7ad-8e17362764f9/91fbc691d36d1f737002bfb10f023bae_juicebarudarabaliscaled768c90.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:723px;left:482px;display:block; }#FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID.adaptive-delivery-prevent-bg, #FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID.lazyload, #FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID.lazyloading { background-image: none; }
#neRSsWX25RSSdomKy9z0mRHRasNBX745 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0dc913f-9d47-4c77-96a7-203f24000686/buildingenergylampudarabaliudarayoga1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:723px;left:723px;display:block; }#neRSsWX25RSSdomKy9z0mRHRasNBX745.adaptive-delivery-prevent-bg, #neRSsWX25RSSdomKy9z0mRHRasNBX745.lazyload, #neRSsWX25RSSdomKy9z0mRHRasNBX745.lazyloading { background-image: none; }
#yHdDP2pd17fl66GWxUCqtda3QNWCGPOJ { position:absolute;display:block;z-index:15017;background-color:#040404;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:30px;top:277.484375px;left:137.9609375px;display:block; }
#iLHq6Mrv59eEAZJTT0bmeSm6F0xA3pTO { position:absolute;display:block;z-index:15018;background-color:#040404;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:30px;top:277.484375px;left:301.4921875px;display:block; }
#qhquDgTrDp1ddSk4yXOQdZg2sENxDM3D { color:#000000;display:block;width:144px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:411.890625px;left:167px;height:18.1953px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PnWJ3rc8vBWbNWgK32LC0UqS3bUTmJIg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:96px;top:258.484375px;left:191px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { display:block; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK { width:237px;height:237px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE { width:237px;height:237px;top:0px;left:142.95454406738px;display:block; }
 }@media only screen and (max-width: 763px) { #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t { width:237px;height:237px;top:0px;left:383.95454406738px;display:block; }
 }@media only screen and (max-width: 763px) { #BylAITA3rxmX85oJt71pM3NlHeiiJein { width:237px;height:237px;top:0px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM { width:237px;height:237px;top:241px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO { width:237px;height:237px;top:241px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #SLemx2zFaTZGCIHkbhLKMEsoE21ZJlTp { width:480px;height:485px;top:237px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7 { width:236px;height:237px;top:482px;left:384.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK { width:237px;height:237px;top:482px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #gkUMQuM1lrhegViTgtXuWOy7fLi36nUh { width:456px;height:84px;top:323px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #gMG8txaTdEGBRDiTM3IGNC9emd5yxehv { width:229px;height:23px;top:448px;left:122.9609375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XH3pprPoLFIFoIFTBGDw59WevTyaSCXW { width:87px;height:40px;top:439px;left:27.9609375px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #pzskLpoe2mbTfdItpqbhxRliu4ThkZu8 { width:49px;height:23px;top:450px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-regular-label { width:350px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-text { width:350px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-text {padding-top: 0; padding-bottom: 0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-textarea { width:350px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-select { width:350px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-select {padding-top: 0; padding-bottom: 0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-button { width:350px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-checkbox-label { width:331px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti  { width:350px;height:auto;top:463px;left:0px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .radio-container { width:350px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti {display:block;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti { width:350px;height:auto;top:463px;left:0px; }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #SPuBlSxchJxHQ44WLZGexp40TilayxeM {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #TKfZMdt0L8a0vsGgwJ5W3m4Q5RIMHI5H {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #AEDoq2IrR3e2hKSJbke9CqIZ0P3DhgoM {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #NcDLJm5VBdTAHGCzdU8NUou5fSn6rs7K {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #Ten3VIPiasnNiERvVZnl78r1hQNzFGJf { display:none; }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #N8KQWirJn4llJkhS3GXWnpJW3V4LHCCb {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #a6DUfQxMXGzeAadQixykb44VyDW7HTsq {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #PZJCcpvtzH2Fe4A5yMRvZk78tgrv4TLm {  }
 }@media only screen and (max-width: 763px) { #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO { width:237px;height:237px;top:723px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer { width:237px;height:237px;top:723px;left:142.95454406738px;display:block; }
 }@media only screen and (max-width: 763px) { #FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID { width:237px;height:237px;top:723px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #neRSsWX25RSSdomKy9z0mRHRasNBX745 { width:237px;height:237px;top:723px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #yHdDP2pd17fl66GWxUCqtda3QNWCGPOJ { width:30px;height:1px;top:277px;left:39.9609375px;display:block; }
 }@media only screen and (max-width: 763px) { #iLHq6Mrv59eEAZJTT0bmeSm6F0xA3pTO { width:30px;height:1px;top:277px;left:203.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #qhquDgTrDp1ddSk4yXOQdZg2sENxDM3D { width:144px;height:18px;top:411px;left:69px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PnWJ3rc8vBWbNWgK32LC0UqS3bUTmJIg { top:258px;left:93px;width:96px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { display:block; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container { width:320px;height:1392px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK { width:144px;height:144px;top:496px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE { width:144px;height:144px;top:644px;left:14.000000953674px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c4ac1e17-6a9c-4883-9fa1-ba2c3db1375e/TanahLotBalineseTempleinwater.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sv2biaoPkb48sfpvcmlapN9TPzLHiIgE.adaptive-delivery-prevent-bg, #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE.lazyload, #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t { width:144px;height:144px;top:792.9772644043px;left:13.991477012634px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e7c855f8-f3e4-4a13-982f-33dfc9f58e09/singleroom1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.adaptive-delivery-prevent-bg, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyload, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BylAITA3rxmX85oJt71pM3NlHeiiJein { width:144px;height:144px;top:643.98577880859px;left:164.47441959381px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f77559e7-1b59-4afc-af63-acef0eb800cc/Organicoceanhealthyfoodincangguhealthyfoodinbalibeachfrontveganvegetarian.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BylAITA3rxmX85oJt71pM3NlHeiiJein.adaptive-delivery-prevent-bg, #BylAITA3rxmX85oJt71pM3NlHeiiJein.lazyload, #BylAITA3rxmX85oJt71pM3NlHeiiJein.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM { width:144px;height:144px;top:940.97732543945px;left:14.000000953674px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80cc6fa8-8766-491c-9e2c-2a8adda1efbc/sesehbeachenvinronmenttemplesocietyudarabaliudarayogasesehincanggu.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM.adaptive-delivery-prevent-bg, #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM.lazyload, #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO { width:144px;height:144px;top:791.97735595703px;left:164.46590709686px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/PSJ-B59f-LE/unsplash/florian-giorgio-PSJ-B59f-LE-photo-1552301726-570d51466ae2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.adaptive-delivery-prevent-bg, #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.lazyload, #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SLemx2zFaTZGCIHkbhLKMEsoE21ZJlTp { width:293px;height:478px;top:7.9687495231628px;left:13.48011302948px;display:block; }
 }@media only screen and (max-width: 763px) { #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7 { width:144px;height:144px;top:940.97736740112px;left:164.46590709686px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0bdac322-4228-45c1-8158-d71a98c6da41/sauna2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.adaptive-delivery-prevent-bg, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyload, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK { width:144px;height:144px;top:1088.9772949219px;left:14.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #gkUMQuM1lrhegViTgtXuWOy7fLi36nUh { width:320px;height:62.3906px;top:88px;left:0.125px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMG8txaTdEGBRDiTM3IGNC9emd5yxehv { width:201px;height:23.3984px;top:219px;left:60px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XH3pprPoLFIFoIFTBGDw59WevTyaSCXW { width:81px;height:37.6953px;top:180px;left:143px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzskLpoe2mbTfdItpqbhxRliu4ThkZu8 { width:48px;height:23.3984px;top:187px;left:95px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-regular-label { width:229px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-text { width:229px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-text {padding-top: 0; padding-bottom: 0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-textarea { width:229px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-select { width:229px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-select {padding-top: 0; padding-bottom: 0;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-input-button { width:229px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]:-moz-placeholder { font-size:16px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]::-moz-placeholder { font-size:16px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]:-ms-input-placeholder { font-size:16px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti [class*="-text"]::-webkit-input-placeholder { font-size:16px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .widget-checkbox-label { width:209px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti  { width:229px;height:auto;top:243px;left:25.5px; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti .radio-container { width:229px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti {display:block;}#qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti { width:229px;height:auto;top:243px;left:25.5px; }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #SPuBlSxchJxHQ44WLZGexp40TilayxeM {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #TKfZMdt0L8a0vsGgwJ5W3m4Q5RIMHI5H {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #AEDoq2IrR3e2hKSJbke9CqIZ0P3DhgoM {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #NcDLJm5VBdTAHGCzdU8NUou5fSn6rs7K {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #Ten3VIPiasnNiERvVZnl78r1hQNzFGJf { display:none; }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #N8KQWirJn4llJkhS3GXWnpJW3V4LHCCb {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #a6DUfQxMXGzeAadQixykb44VyDW7HTsq {  }
 }@media only screen and (max-width: 763px) { #qMByiwFrtd8Np6sH6hG6Eu61iOOAW6Ti #PZJCcpvtzH2Fe4A5yMRvZk78tgrv4TLm {  }
 }@media only screen and (max-width: 763px) { #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO { width:144px;height:144px;top:496px;left:163px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12e85c24-2ccd-4ec8-a6a5-ed85a0a1ea00/Arealyoga.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO.adaptive-delivery-prevent-bg, #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO.lazyload, #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer { width:144px;height:144px;top:1088.9772949219px;left:163.46590709686px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6373dbf7-e067-4371-933e-d41e33769368/8bdc04d0c21d1d38c7b41c2253db63b4_organicoceanudarabaliscaled768c90.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer.adaptive-delivery-prevent-bg, #Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer.lazyload, #Bh36hTbBDRZBfNal1Gh6OKI0P2nROXer.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID { width:144px;height:144px;top:1238px;left:15.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #neRSsWX25RSSdomKy9z0mRHRasNBX745 { width:144px;height:144px;top:1237px;left:165.00001049042px;display:block; }
 }@media only screen and (max-width: 763px) { #yHdDP2pd17fl66GWxUCqtda3QNWCGPOJ { width:30px;height:1px;top:57px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #iLHq6Mrv59eEAZJTT0bmeSm6F0xA3pTO { width:30px;height:1px;top:57px;left:243px;display:block; }
 }@media only screen and (max-width: 763px) { #qhquDgTrDp1ddSk4yXOQdZg2sENxDM3D { width:144px;height:18.1953px;top:156.796875px;left:88px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnWJ3rc8vBWbNWgK32LC0UqS3bUTmJIg { width:96px;height:59px;top:19.5px;left:112px;display:block; }
 }