/* === Utilities === */
figure {
  margin: 0;
}
/* === Base === */
/* === COLORS == */
/* == FONT-SRC == */
/*== SITE WIDTH == */
/* == Media Sizes (Widths) == */
/* == Heights == */
/* == Padding == */
/* == Margins == */
/* == Fonts == */
/* == Default Animations == */
/* == Themes == */
.is-pulled-left {
  float: left !important;
}
.is-pulled-right {
  float: right !important;
}
.no-margin,
.is-marginless {
  margin: 0 !important;
}
.no-border,
.is-borderless {
  border: 0 !important;
}
.no-padding,
.is-paddingless {
  padding: 0 !important;
}
.is-invisible,
.hide {
  visibility: hidden !important;
}
.is-visible {
  visibility: visible !important;
}
.is-singlespaced {
  line-height: 1.2 !important;
}
@media only screen and (max-width: 670px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.is-blurred {
  filter: blur(5px);
  transition: filter ease-in-out 0.5s;
  -ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='50');
}
.is-fading-out {
  opacity: 1;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: 0.1s;
  animation-delay: 0;
}
@media only screen and (max-width: 1600px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 670px) {
  .hide-on-desktop {
    display: flex !important;
  }
}
/* visibility */
/*
  .is-#{$display}
    display: #{$display} !important
  +mobile
    .is-#{$display}-mobile
      display: #{$display} !important
  +tablet
    .is-#{$display}-tablet
      display: #{$display} !important
  +tablet-only
    .is-#{$display}-tablet-only
      display: #{$display} !important
  +touch
    .is-#{$display}-touch
      display: #{$display} !important
  +desktop
    .is-#{$display}-desktop
      display: #{$display} !important
  +desktop-only
    .is-#{$display}-desktop-only
      display: #{$display} !important
  +widescreen
    .is-#{$display}-widescreen
      display: #{$display} !important
  +widescreen-only
    .is-#{$display}-widescreen-only
      display: #{$display} !important
  +fullhd
    .is-#{$display}-fullhd
      display: #{$display} !important
*/
/* === Components === */
.card,
.box {
  position: relative;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: flex-start;
  display: flex !important;
  overflow: visible;
}
.card:not(.has-gradient):hover,
.box:not(.has-gradient):hover {
  opacity: 1 !important;
}
.card.is-h-aligned,
.box.is-h-aligned {
  text-align: center !important;
}
.card.is-h-aligned .card-header,
.box.is-h-aligned .card-header {
  justify-content: center !important;
}
.card.is-h-aligned .card-content,
.box.is-h-aligned .card-content {
  display: flex !important;
  align-items: center !important;
  flex-direction: column;
}
.card.is-h-aligned .card-content *,
.box.is-h-aligned .card-content * {
  max-width: 100%;
}
.card.is-h-aligned .card-footer .field,
.box.is-h-aligned .card-footer .field {
  justify-content: center;
}
.card.is-v-aligned,
.box.is-v-aligned {
  justify-content: center !important;
}
.card.is-v-aligned .card-header,
.box.is-v-aligned .card-header {
  align-items: center !important;
}
.card.is-v-aligned .card-content,
.box.is-v-aligned .card-content {
  display: flex;
  justify-content: center !important;
  flex-direction: column;
}
.card.is-v-aligned .card-content *,
.box.is-v-aligned .card-content * {
  max-width: 100%;
}
.card.is-v-aligned .card-footer,
.box.is-v-aligned .card-footer {
  margin-top: 0 !important;
}
.card.has-background-image:not(.has-gradient),
.box.has-background-image:not(.has-gradient) {
  color: #ffffff !important;
}
.card.has-background-image:not(.has-gradient) .card-header,
.box.has-background-image:not(.has-gradient) .card-header {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
}
.card.has-background-image:not(.has-gradient) .card-content,
.box.has-background-image:not(.has-gradient) .card-content {
  background-color: rgba(0, 0, 0, 0.25);
}
.card.has-background-image:not(.has-gradient) .card-footer,
.box.has-background-image:not(.has-gradient) .card-footer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
}
.card.has-background-image:not(.has-gradient) .card-content + .card-footer,
.box.has-background-image:not(.has-gradient) .card-content + .card-footer {
  background-color: rgba(0, 0, 0, 0.25);
}
.card.has-background-image:not(.has-gradient) .card-header + .card-footer,
.box.has-background-image:not(.has-gradient) .card-header + .card-footer {
  position: absolute;
}
.card.has-background-image:not(.has-gradient) .button,
.box.has-background-image:not(.has-gradient) .button {
  border-color: #ffffff;
  color: #ffffff;
}
.card.has-background-image:not(.has-gradient) .button:hover,
.box.has-background-image:not(.has-gradient) .button:hover {
  background-color: #ffffff;
  color: #000000;
}
.card img,
.box img {
  max-width: 100% !important;
}
.card.is-transparent,
.box.is-transparent {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.card.is-transparent:after,
.box.is-transparent:after {
  display: none;
}
.card.is-transparent .card-header-icon-tabs .card-header-icons .before,
.box.is-transparent .card-header-icon-tabs .card-header-icons .before,
.card.is-transparent .card-header-icon-tabs .card-header-icons .after,
.box.is-transparent .card-header-icon-tabs .card-header-icons .after {
  display: none;
}
@media only screen and (max-width: 670px) {
  .card.is-invisible,
  .box.is-invisible {
    display: none!important;
  }
}
.card:hover .mask .blurred-image,
.box:hover .mask .blurred-image {
  filter: blur(0px);
}
.card .mask,
.box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.5s;
  z-index: 1;
}
.card .mask .overlay,
.box .mask .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.card .mask .blurred-image,
.box .mask .blurred-image {
  filter: blur(15px);
  /*transform: translate3d(calc(-33% + 195px),calc(-65% + 170px),0);*/
  transition: all ease-in-out 0.5s;
  position: absolute;
  z-index: 1;
  background-position: center center;
}
.card-header-portrait.is-active:after,
.card-header-icon.is-active:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.card-header-portrait.is-active:after,
.card-header-icon.is-active:after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.card-ribbon {
  position: absolute;
  right: -8px;
  top: 2rem;
  background: #516179;
  border: 1px solid #ffffff;
  padding-top: 0.25rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  max-width: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.card-ribbon:after {
  content: "";
  position: absolute;
  right: 0px;
  top: calc(100% + 1px);
  z-index: 3;
  border-left: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #000;
}
@media only screen and (max-width: 670px) {
  .card-ribbon:after {
    right: -2px;
  }
}
.card-header,
.box-header {
  align-items: stretch;
  box-shadow: none;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
.card-header > div,
.box-header > div {
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.card-header > div:first-child,
.box-header > div:first-child {
  padding: 1rem 0.5rem 1rem 1rem;
}
.card-header > div:last-child,
.box-header > div:last-child {
  padding: 1rem 1rem 1rem 0.5rem;
}
.card-header > div:only-child,
.box-header > div:only-child {
  padding: 1rem;
}
.card-header-title,
.box-header-title {
  align-items: center;
  display: flex;
  display: block;
  flex-grow: 1;
  font-weight: bold;
}
.card-header-icon,
.card-header-portrait,
.card-header-image,
.box-header-icon,
.box-header-portrait,
.box-header-image {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
  position: relative;
}
.card-header-icon .delete,
.card-header-portrait .delete,
.card-header-image .delete,
.box-header-icon .delete,
.box-header-portrait .delete,
.box-header-image .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.95rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.card-header-icon .delete:before,
.card-header-portrait .delete:before,
.card-header-image .delete:before,
.box-header-icon .delete:before,
.box-header-portrait .delete:before,
.box-header-image .delete:before,
.card-header-icon .delete:after,
.card-header-portrait .delete:after,
.card-header-image .delete:after,
.box-header-icon .delete:after,
.box-header-portrait .delete:after,
.box-header-image .delete:after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.card-header-icon .delete:before,
.card-header-portrait .delete:before,
.card-header-image .delete:before,
.box-header-icon .delete:before,
.box-header-portrait .delete:before,
.box-header-image .delete:before {
  height: 2px;
  width: 50%;
}
.card-header-icon .delete:after,
.card-header-portrait .delete:after,
.card-header-image .delete:after,
.box-header-icon .delete:after,
.box-header-portrait .delete:after,
.box-header-image .delete:after {
  height: 50%;
  width: 2px;
}
.card-header-icon .delete:hover,
.card-header-portrait .delete:hover,
.card-header-image .delete:hover,
.box-header-icon .delete:hover,
.box-header-portrait .delete:hover,
.box-header-image .delete:hover,
.card-header-icon .delete:focus,
.card-header-portrait .delete:focus,
.card-header-image .delete:focus,
.box-header-icon .delete:focus,
.box-header-portrait .delete:focus,
.box-header-image .delete:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.card-header-icon .delete:active,
.card-header-portrait .delete:active,
.card-header-image .delete:active,
.box-header-icon .delete:active,
.box-header-portrait .delete:active,
.box-header-image .delete:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.card-header-icon .delete.is-small,
.card-header-portrait .delete.is-small,
.card-header-image .delete.is-small,
.box-header-icon .delete.is-small,
.box-header-portrait .delete.is-small,
.box-header-image .delete.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.card-header-icon .delete.is-medium,
.card-header-portrait .delete.is-medium,
.card-header-image .delete.is-medium,
.box-header-icon .delete.is-medium,
.box-header-portrait .delete.is-medium,
.box-header-image .delete.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.card-header-icon .delete.is-large,
.card-header-portrait .delete.is-large,
.card-header-image .delete.is-large,
.box-header-icon .delete.is-large,
.box-header-portrait .delete.is-large,
.box-header-image .delete.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}
.card-header-icon-tabs,
.box-header-icon-tabs {
  width: 100%;
  position: relative;
}
.card-header-icon-tabs .card-header-icons,
.box-header-icon-tabs .card-header-icons {
  display: flex;
  justify-content: center;
}
.card-header-icon-tabs .card-header-icons .before,
.box-header-icon-tabs .card-header-icons .before,
.card-header-icon-tabs .card-header-icons .after,
.box-header-icon-tabs .card-header-icons .after {
  padding: 0.25rem;
  position: absolute;
  font-size: 20px;
  top: 1rem;
  z-index: 1;
  display: none;
}
.card-header-icon-tabs .card-header-icons .before,
.box-header-icon-tabs .card-header-icons .before {
  content: "\f104";
  left: 1rem;
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #667997, #667997);
  text-align: left;
}
.card-header-icon-tabs .card-header-icons .after,
.box-header-icon-tabs .card-header-icons .after {
  content: "\f105";
  right: calc(1rem - 1px);
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #667997, #667997);
  text-align: right;
}
@media only screen and (max-width: 670px) {
  .card-header-icon-tabs .card-header-icons,
  .box-header-icon-tabs .card-header-icons {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.card-header-icon-tabs .card-header-icons .card-header-icon,
.box-header-icon-tabs .card-header-icons .card-header-icon {
  padding: 0.5rem;
}
.card-header-icon-tabs .card-header-icons .card-header-icon span,
.box-header-icon-tabs .card-header-icons .card-header-icon span {
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.card-header-icon-tabs .card-header-icons .card-header-icon.is-active span,
.box-header-icon-tabs .card-header-icons .card-header-icon.is-active span {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.card-header-icon-tabs .card-header-icons .card-header-icon.is-active:after,
.box-header-icon-tabs .card-header-icons .card-header-icon.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.card-header-icon-tabs .card-header-captions,
.box-header-icon-tabs .card-header-captions {
  color: #667997;
  text-align: center;
  position: relative;
  z-index: 2;
}
.card-header-icon-tabs .card-header-captions .card-header-caption,
.box-header-icon-tabs .card-header-captions .card-header-caption {
  opacity: 0;
  max-height: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.card-header-icon-tabs .card-header-captions .card-header-caption p,
.box-header-icon-tabs .card-header-captions .card-header-caption p {
  font-size: 80%;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.card-header-icon-tabs .card-header-captions .card-header-caption.is-active,
.box-header-icon-tabs .card-header-captions .card-header-caption.is-active {
  opacity: 1;
  max-height: 400px;
  padding: 0.5rem;
}
.card-header-icon-tabs .card-header-captions .card-header-caption.is-active p,
.box-header-icon-tabs .card-header-captions .card-header-caption.is-active p {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.card-header-ribbon {
  position: absolute;
  width: 80px;
  height: 80px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  top: -4px;
  right: -4px;
}
.card-header-ribbon p {
  font-size: 0.75rem !important;
  line-height: 2;
  margin: 0;
  background: #f04f48;
  width: 180px;
  display: block;
  position: absolute;
  left: -40px;
  top: 18px;
  transform: rotate(45deg);
  padding: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.card-header-ribbon:before,
.card-header-ribbon:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 2px solid #aa150e;
  border-top-color: transparent;
  border-right-color: transparent;
}
.card-header-ribbon:before {
  top: 0;
  left: 0;
}
.card-header-ribbon:after {
  bottom: 0;
  right: 0;
}
.card-header-icon .icon.is-large {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.card-image {
  display: block;
  position: relative;
  z-index: 2;
}
.card-image .card-image-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  transition: all ease-in-out 0.5s;
}
.card-image .card-image-icon:hover {
  transition: all ease-in-out 0.5s;
  transform: scale(1.2);
}
.card-image .card-image-icon .icon.is-large {
  height: 10rem;
  width: 10rem;
}
.card-image .card-image-icon .icon.is-large .fa {
  font-size: 90px;
}
.card-image .card-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px 0 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 80%;
}
.card-header + .card-content {
  padding: 0 1rem 1rem 1rem;
}
.card-header + .card-ribbon {
  top: 4rem;
}
.card-content {
  padding: 1rem 1rem 1rem 1rem;
  position: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  z-index: 2;
}
.card-content .before,
.card-content .after {
  padding: 0.75rem;
  position: absolute;
  font-size: 20px;
  top: 0;
  z-index: 3;
  height: 100%;
}
.card-content .before {
  content: "\f104";
  left: 0;
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #667997, #667997);
  text-align: left;
}
.card-content .after {
  content: "\f105";
  right: 0;
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #667997, #667997);
  text-align: right;
}
@media only screen and (max-width: 670px) {
  .card-content {
    overflow: visible;
  }
}
.card-footer {
  border-top: 0;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.card-footer-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 1rem 1rem 2rem 1rem;
  flex-basis: 50%;
}
.card-footer-item:not(:last-child) {
  border-right: 0;
}
.card-footer-item.is-centered {
  justify-content: center !important;
  align-items: center !important;
}
.card-footer-item.is-centered .field {
  justify-content: center !important;
  align-items: center !important;
}
.card-footer-item.is-pulled-left {
  align-items: flex-start;
}
.card-footer-item.is-pulled-right {
  align-items: flex-end;
}
.card-footer-item.is-inline {
  flex-grow: 0;
  flex-basis: auto;
}
.card-footer-item.call-to-action {
  display: block;
}
.card-footer-item.simple-link {
  margin-top: 0rem;
}
.card-footer-item.simple-link a {
  font-weight: bold;
}
.card-footer-item.simple-text:last-child,
.card-footer-item .simple-link:last-child {
  align-items: flex-end;
}
.card-footer-item.icon-link p.control:first-of-type {
  margin-right: 0.5rem;
}
.card:last-child .card-spacer {
  display: none;
}
@media only screen and (max-width: 670px) {
  .card:last-child .card-spacer {
    height: 2rem;
    display: block;
    background: transparent !important;
  }
}
.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}
.card.is-link .card-header-title,
.card.is-link .card-header-icon {
  transform: translateX(0px);
  transition: all ease-in-out 0.25s;
}
.card.is-link:hover .card-header-icon {
  transition: all ease-in-out 0.25s;
  transform: translateX(5px);
}
.card.is-link:hover .card-header-title {
  transition: all ease-in-out 0.25s;
  transform: translateX(5px);
}
.box {
  display: flex !important;
  align-items: stretch;
}
.box.instapost {
  min-height: 400px !important;
}
.box.has-border {
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  padding: 0.5rem !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.box.has-border p:not(.control) {
  margin-bottom: 0;
  margin-top: 0;
}
.box.has-border:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.box.has-border:first-of-type {
  margin-top: 0;
}
.box.is-rounded {
  border-radius: 4px;
}
.box.is-inverted {
  color: #667997 !important;
  background: #ffffff !important;
  font-weight: 600;
}
.box .bg-img {
  filter: blur(0) !important;
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.box .box-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transform: translateY(-100px);
  transition: all ease-in-out 0.5s;
  opacity: 0;
  z-index: 2;
}
.box .box-footer {
  align-self: flex-end;
  border-top: 0;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transform: translateY(100px);
  transition: all ease-in-out 0.5s;
  opacity: 0;
  z-index: 2;
}
@media only screen and (max-width: 670px) {
  .box .box-footer {
    transform: translateY(0);
    opacity: 1;
  }
}
.box .box-footer .box-footer-item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 1rem 1rem 1rem 1rem;
}
.box .box-footer .box-footer-item.caption {
  display: block;
}
.box:hover .bg-img {
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.box:hover .box-footer {
  transform: translateY(0);
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.box:hover .box-header {
  transform: translateY(0);
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.mandala.card,
.mandala .card {
  color: #ffffff;
  background: #667997;
}
.mandala.card.has-gradient,
.mandala .card.has-gradient {
  background: linear-gradient(to right, #667997 0%, #667997 55%, rgba(102, 121, 151, 0.5) 75%, rgba(102, 121, 151, 0) 100%);
}
@media only screen and (max-width: 670px) {
  .mandala.card.has-gradient,
  .mandala .card.has-gradient {
    background: linear-gradient(135deg, #667997 0%, #667997 55%, rgba(102, 121, 151, 0.5) 80%, rgba(102, 121, 151, 0) 100%);
  }
}
.mandala.card.has-background-image .button:hover,
.mandala .card.has-background-image .button:hover {
  color: #667997;
}
.mandala.card .mask .overlay,
.mandala .card .mask .overlay {
  background-color: rgba(102, 121, 151, 0.55);
}
.mandala .card-header-icon-tabs .card-header-icon.is-active:after,
.mandala .box-header-icon-tabs .card-header-icon.is-active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.mandala .card-header-icon-tabs .card-header-captions,
.mandala .box-header-icon-tabs .card-header-captions {
  color: #667997;
}
.mandala .card-header-icon-tabs .card-header-caption,
.mandala .box-header-icon-tabs .card-header-caption {
  background: #ffffff;
}
.mandala .card-ribbon {
  color: #ffffff;
  background: #516179;
}
.facil.card,
.facil .card {
  color: #572600;
  background: #e3e0c6;
}
.facil.card.has-gradient,
.facil .card.has-gradient {
  background: linear-gradient(to right, #e3e0c6 0%, #e3e0c6 55%, rgba(227, 224, 198, 0.5) 75%, rgba(227, 224, 198, 0) 100%);
}
@media only screen and (max-width: 670px) {
  .facil.card.has-gradient,
  .facil .card.has-gradient {
    background: linear-gradient(135deg, #e3e0c6 0%, #e3e0c6 55%, rgba(227, 224, 198, 0.5) 80%, rgba(227, 224, 198, 0) 100%);
  }
}
.facil.card.has-background-image .button:hover,
.facil .card.has-background-image .button:hover {
  color: #e3e0c6;
}
.facil.card .mask .overlay,
.facil .card .mask .overlay {
  background-color: rgba(102, 121, 151, 0.55);
}
.facil .card-header-icon-tabs .card-header-icon.is-active:after,
.facil .box-header-icon-tabs .card-header-icon.is-active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #572600;
}
.facil .card-header-icon-tabs .card-header-captions,
.facil .box-header-icon-tabs .card-header-captions {
  color: #e3e0c6;
}
.facil .card-header-icon-tabs .card-header-caption,
.facil .box-header-icon-tabs .card-header-caption {
  background: #572600;
}
.facil .card-ribbon {
  color: #572600;
  background: #d2cda4;
}
.ono.card,
.ono .card {
  color: #ffffff;
  background: #929089;
}
.ono.card.has-gradient,
.ono .card.has-gradient {
  background: linear-gradient(to right, #929089 0%, #929089 55%, rgba(146, 144, 137, 0.5) 75%, rgba(146, 144, 137, 0) 100%);
}
@media only screen and (max-width: 670px) {
  .ono.card.has-gradient,
  .ono .card.has-gradient {
    background: linear-gradient(135deg, #929089 0%, #929089 55%, rgba(146, 144, 137, 0.5) 80%, rgba(146, 144, 137, 0) 100%);
  }
}
.ono.card.has-background-image .button:hover,
.ono .card.has-background-image .button:hover {
  color: #929089;
}
.ono.card .mask .overlay,
.ono .card .mask .overlay {
  background-color: rgba(102, 121, 151, 0.55);
}
.ono .card-header-icon-tabs .card-header-icon.is-active:after,
.ono .box-header-icon-tabs .card-header-icon.is-active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.ono .card-header-icon-tabs .card-header-captions,
.ono .box-header-icon-tabs .card-header-captions {
  color: #929089;
}
.ono .card-header-icon-tabs .card-header-caption,
.ono .box-header-icon-tabs .card-header-caption {
  background: #ffffff;
}
.ono .card-ribbon {
  color: #ffffff;
  background: #79776f;
}
.qiu.card,
.qiu .card {
  color: #D7BB9A;
  background: #1a0b07;
}
.qiu.card.has-gradient,
.qiu .card.has-gradient {
  background: linear-gradient(to right, #1a0b07 0%, #1a0b07 55%, rgba(26, 11, 7, 0.5) 75%, rgba(26, 11, 7, 0) 100%);
}
@media only screen and (max-width: 670px) {
  .qiu.card.has-gradient,
  .qiu .card.has-gradient {
    background: linear-gradient(135deg, #1a0b07 0%, #1a0b07 55%, rgba(26, 11, 7, 0.5) 80%, rgba(26, 11, 7, 0) 100%);
  }
}
.qiu.card.has-background-image .button:hover,
.qiu .card.has-background-image .button:hover {
  color: #1a0b07;
}
.qiu.card .mask .overlay,
.qiu .card .mask .overlay {
  background-color: rgba(102, 121, 151, 0.55);
}
.qiu .card-header-icon-tabs .card-header-icon.is-active:after,
.qiu .box-header-icon-tabs .card-header-icon.is-active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D7BB9A;
}
.qiu .card-header-icon-tabs .card-header-captions,
.qiu .box-header-icon-tabs .card-header-captions {
  color: #1a0b07;
}
.qiu .card-header-icon-tabs .card-header-caption,
.qiu .box-header-icon-tabs .card-header-caption {
  background: #D7BB9A;
}
.qiu .card-ribbon {
  color: #D7BB9A;
  background: #000000;
}
.box-icon {
  position: absolute;
  bottom: 0;
  right: 0.25rem;
}
.card {
  align-items: stretch;
  flex-grow: 1;
}
.card-content {
  flex-grow: 1;
}
.card-footer {
  position: static;
  align-self: flex-end;
}
.facil.tile.is-ancestor + .facil.tile.is-ancestor .card-content {
  padding-top: 0;
}
.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.media:last-of-type {
  border-bottom: 0;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.media-left {
  margin-right: 0.5rem;
}
.media-right {
  margin-left: 0.5rem;
}
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}
.level {
  padding: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 960px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 669px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
  margin-right: 0.75rem;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 669px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 960px), print {
  .level-left {
    display: flex;
  }
}
.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 960px), print {
  .level-right {
    display: flex;
  }
}
.pagination {
  font-size: 0.95rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 0.95rem;
}
.pagination.is-large {
  font-size: 1.25rem;
}
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: none;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  vertical-align: top;
  font-size: 0.95rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.pagination-previous.is-focused,
.pagination-next.is-focused,
.pagination-link.is-focused,
.pagination-ellipsis.is-focused,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.pagination-previous.is-active,
.pagination-next.is-active,
.pagination-link.is-active,
.pagination-ellipsis.is-active {
  outline: none;
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
  cursor: not-allowed;
}
.pagination-previous.has-icon .icon,
.pagination-next.has-icon .icon,
.pagination-link.has-icon .icon,
.pagination-ellipsis.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.pagination-previous.has-icon .input:focus + .icon,
.pagination-next.has-icon .input:focus + .icon,
.pagination-link.has-icon .input:focus + .icon,
.pagination-ellipsis.has-icon .input:focus + .icon {
  color: #667997;
}
.pagination-previous.has-icon .input.is-small + .icon,
.pagination-next.has-icon .input.is-small + .icon,
.pagination-link.has-icon .input.is-small + .icon,
.pagination-ellipsis.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.pagination-previous.has-icon .input.is-medium + .icon,
.pagination-next.has-icon .input.is-medium + .icon,
.pagination-link.has-icon .input.is-medium + .icon,
.pagination-ellipsis.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
.pagination-previous.has-icon .input.is-large + .icon,
.pagination-next.has-icon .input.is-large + .icon,
.pagination-link.has-icon .input.is-large + .icon,
.pagination-ellipsis.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
.pagination-previous.has-icon:not(.has-icon-right) .icon,
.pagination-next.has-icon:not(.has-icon-right) .icon,
.pagination-link.has-icon:not(.has-icon-right) .icon,
.pagination-ellipsis.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.pagination-previous.has-icon:not(.has-icon-right) .input,
.pagination-next.has-icon:not(.has-icon-right) .input,
.pagination-link.has-icon:not(.has-icon-right) .input,
.pagination-ellipsis.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.pagination-previous.has-icon.has-icon-right .icon,
.pagination-next.has-icon.has-icon-right .icon,
.pagination-link.has-icon.has-icon-right .icon,
.pagination-ellipsis.has-icon.has-icon-right .icon {
  right: 0;
}
.pagination-previous.has-icon.has-icon-right .input,
.pagination-next.has-icon.has-icon-right .input,
.pagination-link.has-icon.has-icon-right .input,
.pagination-ellipsis.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.pagination-previous.has-icons-left .input:focus ~ .icon,
.pagination-next.has-icons-left .input:focus ~ .icon,
.pagination-link.has-icons-left .input:focus ~ .icon,
.pagination-ellipsis.has-icons-left .input:focus ~ .icon,
.pagination-previous.has-icons-right .input:focus ~ .icon,
.pagination-next.has-icons-right .input:focus ~ .icon,
.pagination-link.has-icons-right .input:focus ~ .icon,
.pagination-ellipsis.has-icons-right .input:focus ~ .icon,
.pagination-previous.has-icons-left .select:focus ~ .icon,
.pagination-next.has-icons-left .select:focus ~ .icon,
.pagination-link.has-icons-left .select:focus ~ .icon,
.pagination-ellipsis.has-icons-left .select:focus ~ .icon,
.pagination-previous.has-icons-right .select:focus ~ .icon,
.pagination-next.has-icons-right .select:focus ~ .icon,
.pagination-link.has-icons-right .select:focus ~ .icon,
.pagination-ellipsis.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.pagination-previous.has-icons-left .input.is-small ~ .icon,
.pagination-next.has-icons-left .input.is-small ~ .icon,
.pagination-link.has-icons-left .input.is-small ~ .icon,
.pagination-ellipsis.has-icons-left .input.is-small ~ .icon,
.pagination-previous.has-icons-right .input.is-small ~ .icon,
.pagination-next.has-icons-right .input.is-small ~ .icon,
.pagination-link.has-icons-right .input.is-small ~ .icon,
.pagination-ellipsis.has-icons-right .input.is-small ~ .icon,
.pagination-previous.has-icons-left .select.is-small ~ .icon,
.pagination-next.has-icons-left .select.is-small ~ .icon,
.pagination-link.has-icons-left .select.is-small ~ .icon,
.pagination-ellipsis.has-icons-left .select.is-small ~ .icon,
.pagination-previous.has-icons-right .select.is-small ~ .icon,
.pagination-next.has-icons-right .select.is-small ~ .icon,
.pagination-link.has-icons-right .select.is-small ~ .icon,
.pagination-ellipsis.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.pagination-previous.has-icons-left .input.is-medium ~ .icon,
.pagination-next.has-icons-left .input.is-medium ~ .icon,
.pagination-link.has-icons-left .input.is-medium ~ .icon,
.pagination-ellipsis.has-icons-left .input.is-medium ~ .icon,
.pagination-previous.has-icons-right .input.is-medium ~ .icon,
.pagination-next.has-icons-right .input.is-medium ~ .icon,
.pagination-link.has-icons-right .input.is-medium ~ .icon,
.pagination-ellipsis.has-icons-right .input.is-medium ~ .icon,
.pagination-previous.has-icons-left .select.is-medium ~ .icon,
.pagination-next.has-icons-left .select.is-medium ~ .icon,
.pagination-link.has-icons-left .select.is-medium ~ .icon,
.pagination-ellipsis.has-icons-left .select.is-medium ~ .icon,
.pagination-previous.has-icons-right .select.is-medium ~ .icon,
.pagination-next.has-icons-right .select.is-medium ~ .icon,
.pagination-link.has-icons-right .select.is-medium ~ .icon,
.pagination-ellipsis.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
.pagination-previous.has-icons-left .input.is-large ~ .icon,
.pagination-next.has-icons-left .input.is-large ~ .icon,
.pagination-link.has-icons-left .input.is-large ~ .icon,
.pagination-ellipsis.has-icons-left .input.is-large ~ .icon,
.pagination-previous.has-icons-right .input.is-large ~ .icon,
.pagination-next.has-icons-right .input.is-large ~ .icon,
.pagination-link.has-icons-right .input.is-large ~ .icon,
.pagination-ellipsis.has-icons-right .input.is-large ~ .icon,
.pagination-previous.has-icons-left .select.is-large ~ .icon,
.pagination-next.has-icons-left .select.is-large ~ .icon,
.pagination-link.has-icons-left .select.is-large ~ .icon,
.pagination-ellipsis.has-icons-left .select.is-large ~ .icon,
.pagination-previous.has-icons-right .select.is-large ~ .icon,
.pagination-next.has-icons-right .select.is-large ~ .icon,
.pagination-link.has-icons-right .select.is-large ~ .icon,
.pagination-ellipsis.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.pagination-previous.has-icons-left .icon,
.pagination-next.has-icons-left .icon,
.pagination-link.has-icons-left .icon,
.pagination-ellipsis.has-icons-left .icon,
.pagination-previous.has-icons-right .icon,
.pagination-next.has-icons-right .icon,
.pagination-link.has-icons-right .icon,
.pagination-ellipsis.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.pagination-previous.has-icons-left .input,
.pagination-next.has-icons-left .input,
.pagination-link.has-icons-left .input,
.pagination-ellipsis.has-icons-left .input,
.pagination-previous.has-icons-left .select select,
.pagination-next.has-icons-left .select select,
.pagination-link.has-icons-left .select select,
.pagination-ellipsis.has-icons-left .select select {
  padding-left: 2.25em;
}
.pagination-previous.has-icons-left .icon.is-left,
.pagination-next.has-icons-left .icon.is-left,
.pagination-link.has-icons-left .icon.is-left,
.pagination-ellipsis.has-icons-left .icon.is-left {
  left: 0;
}
.pagination-previous.has-icons-right .input,
.pagination-next.has-icons-right .input,
.pagination-link.has-icons-right .input,
.pagination-ellipsis.has-icons-right .input,
.pagination-previous.has-icons-right .select select,
.pagination-next.has-icons-right .select select,
.pagination-link.has-icons-right .select select,
.pagination-ellipsis.has-icons-right .select select {
  padding-right: 2.25em;
}
.pagination-previous.has-icons-right .icon.is-right,
.pagination-next.has-icons-right .icon.is-right,
.pagination-link.has-icons-right .icon.is-right,
.pagination-ellipsis.has-icons-right .icon.is-right {
  right: 0;
}
.pagination-previous.is-loading::after,
.pagination-next.is-loading::after,
.pagination-link.is-loading::after,
.pagination-ellipsis.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.pagination-previous.is-loading.is-small:after,
.pagination-next.is-loading.is-small:after,
.pagination-link.is-loading.is-small:after,
.pagination-ellipsis.is-loading.is-small:after {
  font-size: 0.75rem;
}
.pagination-previous.is-loading.is-medium:after,
.pagination-next.is-loading.is-medium:after,
.pagination-link.is-loading.is-medium:after,
.pagination-ellipsis.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.pagination-previous.is-loading.is-large:after,
.pagination-next.is-loading.is-large:after,
.pagination-link.is-loading.is-large:after,
.pagination-ellipsis.is-loading.is-large:after {
  font-size: 1.25rem;
}
.pagination-previous a,
.pagination-next a,
.pagination-link a,
.pagination-ellipsis a {
  width: 100%;
}
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #ffffff;
  min-width: 2.25em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #929089;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #929089;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px #000000;
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #ffffff;
  border-color: #929089;
  box-shadow: none;
  color: #ffffff;
  opacity: 0.5;
}
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.pagination-link.is-current {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #929089;
}
.pagination-ellipsis {
  color: #929089;
  pointer-events: none;
}
.pagination-list {
  flex-wrap: wrap;
}
.pagination-list .pagination {
  flex-wrap: wrap;
}
.pagination-list .pagination-previous,
.pagination-list .pagination-next {
  flex-grow: 1;
  flex-shrink: 1;
}
.pagination-list .pagination-list li {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (max-width: 670px) {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 6002;
}
.modal.is-active {
  display: flex;
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: top 0.5s ease-in-out, opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.modal.is-inactive {
  background-color: rgba(0, 0, 0, 0);
  top: 2000px;
  opacity: 0;
  transition: all 0.5s ease-in-out, opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.modal.is-visible iframe {
  opacity: 1;
  transition: opacity 0.25s 7s ease-in-out;
}
.modal iframe {
  border: 0;
  z-index: 80;
  position: relative;
  width: 100%;
  height: 90vh;
  z-index: 8;
}
.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #667997;
}
.modal-content,
.modal-card {
  margin: 0;
  overflow: hidden;
  position: relative;
  max-width: 1600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 960px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh);
    width: 100%;
  }
}
.modal-content .card,
.modal-card .card {
  border: 0!important;
}
.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.95rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  background: none;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.35);
}
.modal-close:before,
.modal-close:after {
  background-color: #ffffff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close:before {
  height: 2px;
  width: 50%;
}
.modal-close:after {
  height: 50%;
  width: 2px;
}
.modal-close:hover,
.modal-close:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-close:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-close.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.modal-close.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.modal-close.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}
.modal-card {
  display: flex;
  flex-direction: column;
  width: 480px;
  overflow: hidden;
  box-shadow: 10px 10px 12px 2px rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 670px) {
  .modal-card {
    width: 90%;
  }
}
.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #667997;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  position: relative;
}
.modal-card-head .card,
.modal-card-foot .card {
  padding: 0 1rem;
}
.modal-card-head {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  z-index: 10;
  padding-top: 1rem;
}
.modal-card-title {
  color: #ffffff;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
}
.modal-card-foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 0;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}
.modal-card-body {
  flex-grow: 1;
  flex-shrink: 1;
  padding-bottom: 1rem;
  background-color: #667997;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.modal-card-body .card {
  padding: 0 1rem;
}
@media only screen and (max-width: 670px) {
  .modal-card-body .card {
    padding: 0;
  }
}
.modal-card-head + .modal-card-body {
  padding-top: 0;
}
.mandala .modal-card .modal-card-head,
.mandala .modal-card .modal-card-body {
  background: #667997;
}
.facil .modal-card .modal-card-head,
.facil .modal-card .modal-card-body {
  background: #e3e0c6;
}
.ono .modal-card .modal-card-head,
.ono .modal-card .modal-card-body {
  background: #929089;
}
.qiu .modal-card .modal-card-head,
.qiu .modal-card .modal-card-body {
  background: #1a0b07;
}
.tabs {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  font-size: 0.95rem;
  justify-content: space-between;
  overflow: visible;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.tabs li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
.tabs li.is-active a {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
.tabs ul {
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border-color: #ffffff;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}
.tabs.is-boxed a:hover {
  background-color: #ffffff;
  color: #667997;
  border-bottom-color: transparent;
}
.tabs.is-boxed li:first-child a {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.tabs.is-boxed li:last-child a {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.tabs.is-boxed li.is-active a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #667997;
}
.tabs.is-boxed li.is-active:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 99%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 10px #ffffff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  transition: all 0.5s ease-in-out;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-radius: 0 0 0 0;
}
.tabs.is-toggle li:last-child a {
  border-radius: 0 0 0 0;
}
.tabs.is-toggle li.is-active a {
  background-color: #ffffff;
  border-color: #667997;
  color: #ffffff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 0.95rem;
}
.tabs.is-large {
  font-size: 1.25rem;
}
.menu {
  font-size: 0.95rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 0.95rem;
}
.menu.is-large {
  font-size: 1.25rem;
}
.menu-list {
  line-height: 1.25;
  padding: 0;
}
.menu-list a {
  border-radius: 0;
  color: #ffffff;
  display: block;
  padding: 0.5em 0.75em;
  position: relative;
}
.menu-list a:hover {
  background-color: #ffffff;
  color: #667997;
}
.menu-list a.is-active {
  background-color: #ffffff;
  color: #667997;
}
.menu-list a.is-active:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0da";
  position: absolute;
  right: 0.25rem;
}
.menu-list li {
  list-style-type: none;
}
.menu-list li ul {
  border-left: 1px solid #ffffff;
  margin-left: 1.5em;
}
.menu-label {
  color: #000000;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}
.mandala .menu-list a {
  color: #ffffff;
}
.mandala .menu-list a:hover {
  background-color: #ffffff;
  color: #667997;
}
.mandala .menu-list a.is-active {
  background-color: #ffffff;
  color: #667997;
}
.mandala .menu-list li ul {
  border-left-color: #ffffff;
}
.mandala .menu-label {
  color: #ffffff;
}
.facil .menu-list a {
  color: #572600;
}
.facil .menu-list a:hover {
  background-color: #572600;
  color: #e3e0c6;
}
.facil .menu-list a.is-active {
  background-color: #572600;
  color: #e3e0c6;
}
.facil .menu-list li ul {
  border-left-color: #572600;
}
.facil .menu-label {
  color: #572600;
}
.qiu .menu-list a {
  color: #D7BB9A;
}
.qiu .menu-list a:hover {
  background-color: #D7BB9A;
  color: #1a0b07;
}
.qiu .menu-list a.is-active {
  background-color: #D7BB9A;
  color: #1a0b07;
}
.qiu .menu-list li ul {
  border-left-color: #D7BB9A;
}
.qiu .menu-label {
  color: #D7BB9A;
}
.ono .menu-list a {
  color: #ffffff;
}
.ono .menu-list a:hover {
  background-color: #ffffff;
  color: #929089;
}
.ono .menu-list a.is-active {
  background-color: #ffffff;
  color: #929089;
}
.ono .menu-list li ul {
  border-left-color: #ffffff;
}
.ono .menu-label {
  color: #ffffff;
}
.navbar {
  background-color: #667997;
  min-height: 3.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
}
.navbar.is-fixed-top {
  top: 0;
}
@media only screen and (max-width: 670px) {
  html.has-navbar-fixed-top,
  body.has-navbar-fixed-top {
    padding-top: 3.25rem;
  }
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}
.navbar-brand {
  flex-basis: 100%;
  justify-content: space-between;
}
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}
.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  width: 45px;
  flex: auto;
}
.navbar-burger span {
  background-color: #ffffff;
  display: block;
  height: 2px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 0.5s;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-in-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.mandala .navbar {
  background-color: #667997;
}
.mandala .navbar-item,
.mandala .navbar-link {
  color: #ffffff;
}
.mandala a.navbar-item .icon,
.mandala a.navbar-link .icon {
  color: #fff;
}
.mandala a.navbar-item:hover,
.mandala a.navbar-link:hover,
.mandala a.navbar-item.is-active,
.mandala a.navbar-link.is-active {
  background-color: #ffffff;
  color: #667997;
}
.mandala .navbar-burger span {
  background-color: #fff;
}
.facil .navbar {
  background-color: #e3e0c6;
}
.facil .navbar-item,
.facil .navbar-link {
  color: #572600;
}
.facil a.navbar-item:hover,
.facil a.navbar-link:hover,
.facil a.navbar-item.is-active,
.facil a.navbar-link.is-active {
  background-color: #572600;
  color: #e3e0c6;
}
.facil .navbar-burger span {
  background-color: #572600;
}
.ono .navbar {
  background-color: #929089;
}
.ono .navbar-item,
.ono .navbar-link {
  color: #ffffff;
}
.ono a.navbar-item:hover,
.ono a.navbar-link:hover,
.ono a.navbar-item.is-active,
.ono a.navbar-link.is-active {
  background-color: #ffffff;
  color: #929089;
}
.ono .navbar-burger span {
  background-color: #ffffff;
}
.qiu .navbar {
  background-color: #1a0b07;
}
.qiu .navbar-item,
.qiu .navbar-link {
  color: #D7BB9A;
}
.qiu a.navbar-item:hover,
.qiu a.navbar-link:hover,
.qiu a.navbar-item.is-active,
.qiu a.navbar-link.is-active {
  background-color: #D7BB9A;
  color: #1a0b07;
}
.qiu .navbar-burger span {
  background-color: #D7BB9A;
}
.navbar-menu {
  display: none;
}
.navbar-item,
.navbar-link {
  color: #ffffff;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative;
}
a.navbar-item:hover,
a.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-link.is-active {
  background-color: #ffffff;
  color: #667997;
}
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  flex: auto;
  text-align: center;
}
.navbar-item .icon {
  width: 35px;
  font-size: 18px;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #000000;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #000000;
  padding-bottom: calc(0.5rem - 3px);
}
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-link {
  padding-right: 2.5em;
}
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar-divider {
  background-color: #000000;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 960px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    background-color: #667997;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media only screen and (max-width: 670px) {
  .navbar-item,
  .navbar-link {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 574px) {
  .navbar {
    padding-left: 10px;
  }
}
/* === Elements === */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: none;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  vertical-align: top;
  font-size: 0.95rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-color: white;
  color: white;
  font-weight: 600;
  cursor: pointer;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}
.button:focus,
.button.is-focused,
.button:active,
.button.is-active {
  outline: none;
}
.button[disabled] {
  cursor: not-allowed;
}
.button.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.button.has-icon .input:focus + .icon {
  color: #667997;
}
.button.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.button.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
.button.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
.button.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.button.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.button.has-icon.has-icon-right .icon {
  right: 0;
}
.button.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.button.has-icons-left .input:focus ~ .icon,
.button.has-icons-right .input:focus ~ .icon,
.button.has-icons-left .select:focus ~ .icon,
.button.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.button.has-icons-left .input.is-small ~ .icon,
.button.has-icons-right .input.is-small ~ .icon,
.button.has-icons-left .select.is-small ~ .icon,
.button.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.button.has-icons-left .input.is-medium ~ .icon,
.button.has-icons-right .input.is-medium ~ .icon,
.button.has-icons-left .select.is-medium ~ .icon,
.button.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
.button.has-icons-left .input.is-large ~ .icon,
.button.has-icons-right .input.is-large ~ .icon,
.button.has-icons-left .select.is-large ~ .icon,
.button.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.button.has-icons-left .icon,
.button.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.button.has-icons-left .input,
.button.has-icons-left .select select {
  padding-left: 2.25em;
}
.button.has-icons-left .icon.is-left {
  left: 0;
}
.button.has-icons-right .input,
.button.has-icons-right .select select {
  padding-right: 2.25em;
}
.button.has-icons-right .icon.is-right {
  right: 0;
}
.button.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.button.is-loading.is-small:after {
  font-size: 0.75rem;
}
.button.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.button.is-loading.is-large:after {
  font-size: 1.25rem;
}
.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover,
.button.is-hovered {
  border-color: white;
  color: black;
}
.button:focus,
.button.is-focused {
  border-color: white;
  color: black;
}
.button:active,
.button.is-active {
  border-color: white;
  color: black;
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-medium {
  font-size: 0.95rem;
}
.button.is-large {
  font-size: 1.25rem;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button.is-disabled:hover {
  cursor: not-allowed !important;
  color: #ffffff !important;
  background: #667997 !important;
}
.circle {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  transform: scale(0);
}
.circle.animate {
  animation: effect 0.65s linear;
}
@keyframes effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon .fa {
  font-size: 21px;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-small .fa {
  font-size: 0.75rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-medium .fa {
  font-size: 0.95rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}
.icon.is-large .fa {
  font-size: 22px;
}
.icon.is-extra-large {
  height: 3rem;
  width: 3rem;
}
.icon.is-extra-large .fa {
  font-size: 32px;
}
.icon-link a {
  transition: text-shadow 0.3s ease-in-out;
  display: inherit;
}
.icon-link a .icon {
  transform: scale(1) rotate(0deg);
  transition-duration: 0.3s;
}
.icon-link a p {
  font-weight: 600 !important;
}
.icon-link a:hover {
  transition: text-shadow 0.3s ease-in-out;
}
.icon-link a:hover .icon {
  transform: scale(1.2) rotate(12deg);
  transition-duration: 0.3s;
}
.mandala .icon-link a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}
.mandala .icon svg path,
.mandala .icon svg polygon,
.mandala .icon svg circle,
.mandala .icon svg rect,
.mandala .icon svg circle,
.mandala .icon svg ellipse,
.mandala .icon svg polyline {
  fill: #ffffff !important;
}
.facil .icon-link a:hover {
  text-shadow: 0 0 10px rgba(87, 38, 0, 0.65);
}
.facil .icon svg path,
.facil .icon svg polygon,
.facil .icon svg circle,
.facil .icon svg rect,
.facil .icon svg circle,
.facil .icon svg ellipse,
.facil .icon svg polyline {
  fill: #572600 !important;
}
.qiu .icon-link a:hover {
  text-shadow: 0 0 10px rgba(215, 187, 154, 0.65);
}
.qiu .icon svg path,
.qiu .icon svg polygon,
.qiu .icon svg circle,
.qiu .icon svg rect,
.qiu .icon svg circle,
.qiu .icon svg ellipse,
.qiu .icon svg polyline {
  fill: #D7BB9A !important;
}
.ono .icon-link a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.65);
}
.ono .icon svg path,
.ono .icon svg polygon,
.ono .icon svg circle,
.ono .icon svg rect,
.ono .icon svg circle,
.ono .icon svg ellipse,
.ono .icon svg polyline {
  fill: #ffffff !important;
}
form {
  margin: 0;
}
.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: none;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  vertical-align: top;
  font-size: 0.95rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #667997;
  padding: 10px;
  border-width: 1px;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
}
.input:focus,
.textarea:focus,
.input.is-focused,
.textarea.is-focused,
.input:active,
.textarea:active,
.input.is-active,
.textarea.is-active {
  outline: none;
}
.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
}
.input.has-icon .icon,
.textarea.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.input.has-icon .input:focus + .icon,
.textarea.has-icon .input:focus + .icon {
  color: #667997;
}
.input.has-icon .input.is-small + .icon,
.textarea.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.input.has-icon .input.is-medium + .icon,
.textarea.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
.input.has-icon .input.is-large + .icon,
.textarea.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
.input.has-icon:not(.has-icon-right) .icon,
.textarea.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.input.has-icon:not(.has-icon-right) .input,
.textarea.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.input.has-icon.has-icon-right .icon,
.textarea.has-icon.has-icon-right .icon {
  right: 0;
}
.input.has-icon.has-icon-right .input,
.textarea.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.input.has-icons-left .input:focus ~ .icon,
.textarea.has-icons-left .input:focus ~ .icon,
.input.has-icons-right .input:focus ~ .icon,
.textarea.has-icons-right .input:focus ~ .icon,
.input.has-icons-left .select:focus ~ .icon,
.textarea.has-icons-left .select:focus ~ .icon,
.input.has-icons-right .select:focus ~ .icon,
.textarea.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.input.has-icons-left .input.is-small ~ .icon,
.textarea.has-icons-left .input.is-small ~ .icon,
.input.has-icons-right .input.is-small ~ .icon,
.textarea.has-icons-right .input.is-small ~ .icon,
.input.has-icons-left .select.is-small ~ .icon,
.textarea.has-icons-left .select.is-small ~ .icon,
.input.has-icons-right .select.is-small ~ .icon,
.textarea.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.input.has-icons-left .input.is-medium ~ .icon,
.textarea.has-icons-left .input.is-medium ~ .icon,
.input.has-icons-right .input.is-medium ~ .icon,
.textarea.has-icons-right .input.is-medium ~ .icon,
.input.has-icons-left .select.is-medium ~ .icon,
.textarea.has-icons-left .select.is-medium ~ .icon,
.input.has-icons-right .select.is-medium ~ .icon,
.textarea.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
.input.has-icons-left .input.is-large ~ .icon,
.textarea.has-icons-left .input.is-large ~ .icon,
.input.has-icons-right .input.is-large ~ .icon,
.textarea.has-icons-right .input.is-large ~ .icon,
.input.has-icons-left .select.is-large ~ .icon,
.textarea.has-icons-left .select.is-large ~ .icon,
.input.has-icons-right .select.is-large ~ .icon,
.textarea.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.input.has-icons-left .icon,
.textarea.has-icons-left .icon,
.input.has-icons-right .icon,
.textarea.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.input.has-icons-left .input,
.textarea.has-icons-left .input,
.input.has-icons-left .select select,
.textarea.has-icons-left .select select {
  padding-left: 2.25em;
}
.input.has-icons-left .icon.is-left,
.textarea.has-icons-left .icon.is-left {
  left: 0;
}
.input.has-icons-right .input,
.textarea.has-icons-right .input,
.input.has-icons-right .select select,
.textarea.has-icons-right .select select {
  padding-right: 2.25em;
}
.input.has-icons-right .icon.is-right,
.textarea.has-icons-right .icon.is-right {
  right: 0;
}
.input.is-loading::after,
.textarea.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.input.is-loading.is-small:after,
.textarea.is-loading.is-small:after {
  font-size: 0.75rem;
}
.input.is-loading.is-medium:after,
.textarea.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.input.is-loading.is-large:after,
.textarea.is-loading.is-large:after {
  font-size: 1.25rem;
}
.input::placeholder,
.textarea::placeholder {
  color: #8494ac;
  font-style: italic;
}
.input:hover,
.textarea:hover,
.input.is-hovered,
.textarea.is-hovered {
  border-color: #ffffff;
}
.input:focus,
.textarea:focus,
.input.is-focused,
.textarea.is-focused,
.input:active,
.textarea:active,
.input.is-active,
.textarea.is-active {
  border-color: #8494ac;
}
.input[disabled],
.textarea[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #666;
}
.input.is-rounded,
.textarea.is-rounded {
  border-radius: 4px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static,
.textarea.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}
.input.is-rounded {
  border-radius: 4px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
.textarea[rows] {
  height: unset;
}
.textarea.has-fixed-size {
  resize: none;
}
.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input,
.radio input {
  cursor: pointer;
}
.checkbox:hover,
.radio:hover {
  color: #667997;
}
.checkbox[disabled],
.radio[disabled] {
  color: #666;
  cursor: not-allowed;
}
.radio + .radio {
  margin-left: 0.5em;
}
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.25em;
}
.select:not(.is-multiple)::after {
  border: 1px solid #667997;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 4px;
  padding-left: 1em;
}
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: none;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  vertical-align: top;
  font-size: 0.95rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #667997;
  padding: 10px;
  border-width: 1px;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(255, 255, 255, 0.5);
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  outline: none;
}
.select select[disabled] {
  cursor: not-allowed;
}
.select select.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.select select.has-icon .input:focus + .icon {
  color: #667997;
}
.select select.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.select select.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
.select select.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
.select select.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.select select.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.select select.has-icon.has-icon-right .icon {
  right: 0;
}
.select select.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.select select.has-icons-left .input:focus ~ .icon,
.select select.has-icons-right .input:focus ~ .icon,
.select select.has-icons-left .select:focus ~ .icon,
.select select.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.select select.has-icons-left .input.is-small ~ .icon,
.select select.has-icons-right .input.is-small ~ .icon,
.select select.has-icons-left .select.is-small ~ .icon,
.select select.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.select select.has-icons-left .input.is-medium ~ .icon,
.select select.has-icons-right .input.is-medium ~ .icon,
.select select.has-icons-left .select.is-medium ~ .icon,
.select select.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
.select select.has-icons-left .input.is-large ~ .icon,
.select select.has-icons-right .input.is-large ~ .icon,
.select select.has-icons-left .select.is-large ~ .icon,
.select select.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.select select.has-icons-left .icon,
.select select.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.select select.has-icons-left .input,
.select select.has-icons-left .select select {
  padding-left: 2.25em;
}
.select select.has-icons-left .icon.is-left {
  left: 0;
}
.select select.has-icons-right .input,
.select select.has-icons-right .select select {
  padding-right: 2.25em;
}
.select select.has-icons-right .icon.is-right {
  right: 0;
}
.select select.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.select select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select select.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.select select.is-loading.is-large:after {
  font-size: 1.25rem;
}
.select select::placeholder {
  color: #8494ac;
  font-style: italic;
}
.select select:hover,
.select select.is-hovered {
  border-color: #ffffff;
}
.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #8494ac;
}
.select select[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #666;
}
.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  outline: none;
}
.select select[disabled] {
  cursor: not-allowed;
}
.select select.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.select select.has-icon .input:focus + .icon {
  color: #667997;
}
.select select.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.select select.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
.select select.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
.select select.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.select select.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.select select.has-icon.has-icon-right .icon {
  right: 0;
}
.select select.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.select select.has-icons-left .input:focus ~ .icon,
.select select.has-icons-right .input:focus ~ .icon,
.select select.has-icons-left .select:focus ~ .icon,
.select select.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.select select.has-icons-left .input.is-small ~ .icon,
.select select.has-icons-right .input.is-small ~ .icon,
.select select.has-icons-left .select.is-small ~ .icon,
.select select.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.select select.has-icons-left .input.is-medium ~ .icon,
.select select.has-icons-right .input.is-medium ~ .icon,
.select select.has-icons-left .select.is-medium ~ .icon,
.select select.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
.select select.has-icons-left .input.is-large ~ .icon,
.select select.has-icons-right .input.is-large ~ .icon,
.select select.has-icons-left .select.is-large ~ .icon,
.select select.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.select select.has-icons-left .icon,
.select select.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.select select.has-icons-left .input,
.select select.has-icons-left .select select {
  padding-left: 2.25em;
}
.select select.has-icons-left .icon.is-left {
  left: 0;
}
.select select.has-icons-right .input,
.select select.has-icons-right .select select {
  padding-right: 2.25em;
}
.select select.has-icons-right .icon.is-right {
  right: 0;
}
.select select.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.select select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select select.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.select select.is-loading.is-large:after {
  font-size: 1.25rem;
}
.select select::placeholder {
  color: #8494ac;
  font-style: italic;
}
.select select:hover,
.select select.is-hovered {
  border-color: #ffffff;
}
.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #8494ac;
}
.select select[disabled] {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #666;
}
.select select.is-rounded {
  border-radius: 4px;
  padding-left: 1em;
  padding-right: 1em;
}
.select select.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.select select[readonly] {
  box-shadow: none;
}
.select select.is-fullwidth {
  display: block;
  width: 100%;
}
.select select.is-inline {
  display: inline;
  width: auto;
}
.select select.is-rounded {
  border-radius: 4px;
  padding-left: 1em;
  padding-right: 1em;
}
.select select.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: #ffffff;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: unset;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:hover::after {
  border-color: #667997;
}
.select.is-disabled::after {
  border-color: #666;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.select.is-loading.is-large:after {
  font-size: 1.25rem;
}
.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-medium {
  font-size: 0.95rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.25rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #f9f9f9;
  color: #666;
}
.file-label:hover .file-name {
  border-color: #f9f9f9;
}
.file-label:active .file-cta {
  background-color: #f2f2f2;
  color: #666;
}
.file-label:active .file-name {
  border-color: #f2f2f2;
}
.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}
.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: none;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  vertical-align: top;
  font-size: 0.95rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  border-color: #ffffff;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.file-cta:focus,
.file-name:focus,
.file-cta.is-focused,
.file-name.is-focused,
.file-cta:active,
.file-name:active,
.file-cta.is-active,
.file-name.is-active {
  outline: none;
}
.file-cta[disabled],
.file-name[disabled] {
  cursor: not-allowed;
}
.file-cta.has-icon .icon,
.file-name.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.file-cta.has-icon .input:focus + .icon,
.file-name.has-icon .input:focus + .icon {
  color: #667997;
}
.file-cta.has-icon .input.is-small + .icon,
.file-name.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.file-cta.has-icon .input.is-medium + .icon,
.file-name.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
.file-cta.has-icon .input.is-large + .icon,
.file-name.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
.file-cta.has-icon:not(.has-icon-right) .icon,
.file-name.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.file-cta.has-icon:not(.has-icon-right) .input,
.file-name.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.file-cta.has-icon.has-icon-right .icon,
.file-name.has-icon.has-icon-right .icon {
  right: 0;
}
.file-cta.has-icon.has-icon-right .input,
.file-name.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.file-cta.has-icons-left .input:focus ~ .icon,
.file-name.has-icons-left .input:focus ~ .icon,
.file-cta.has-icons-right .input:focus ~ .icon,
.file-name.has-icons-right .input:focus ~ .icon,
.file-cta.has-icons-left .select:focus ~ .icon,
.file-name.has-icons-left .select:focus ~ .icon,
.file-cta.has-icons-right .select:focus ~ .icon,
.file-name.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.file-cta.has-icons-left .input.is-small ~ .icon,
.file-name.has-icons-left .input.is-small ~ .icon,
.file-cta.has-icons-right .input.is-small ~ .icon,
.file-name.has-icons-right .input.is-small ~ .icon,
.file-cta.has-icons-left .select.is-small ~ .icon,
.file-name.has-icons-left .select.is-small ~ .icon,
.file-cta.has-icons-right .select.is-small ~ .icon,
.file-name.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.file-cta.has-icons-left .input.is-medium ~ .icon,
.file-name.has-icons-left .input.is-medium ~ .icon,
.file-cta.has-icons-right .input.is-medium ~ .icon,
.file-name.has-icons-right .input.is-medium ~ .icon,
.file-cta.has-icons-left .select.is-medium ~ .icon,
.file-name.has-icons-left .select.is-medium ~ .icon,
.file-cta.has-icons-right .select.is-medium ~ .icon,
.file-name.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
.file-cta.has-icons-left .input.is-large ~ .icon,
.file-name.has-icons-left .input.is-large ~ .icon,
.file-cta.has-icons-right .input.is-large ~ .icon,
.file-name.has-icons-right .input.is-large ~ .icon,
.file-cta.has-icons-left .select.is-large ~ .icon,
.file-name.has-icons-left .select.is-large ~ .icon,
.file-cta.has-icons-right .select.is-large ~ .icon,
.file-name.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.file-cta.has-icons-left .icon,
.file-name.has-icons-left .icon,
.file-cta.has-icons-right .icon,
.file-name.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.file-cta.has-icons-left .input,
.file-name.has-icons-left .input,
.file-cta.has-icons-left .select select,
.file-name.has-icons-left .select select {
  padding-left: 2.25em;
}
.file-cta.has-icons-left .icon.is-left,
.file-name.has-icons-left .icon.is-left {
  left: 0;
}
.file-cta.has-icons-right .input,
.file-name.has-icons-right .input,
.file-cta.has-icons-right .select select,
.file-name.has-icons-right .select select {
  padding-right: 2.25em;
}
.file-cta.has-icons-right .icon.is-right,
.file-name.has-icons-right .icon.is-right {
  right: 0;
}
.file-cta.is-loading::after,
.file-name.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.file-cta.is-loading.is-small:after,
.file-name.is-loading.is-small:after {
  font-size: 0.75rem;
}
.file-cta.is-loading.is-medium:after,
.file-name.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.file-cta.is-loading.is-large:after,
.file-name.is-loading.is-large:after {
  font-size: 1.25rem;
}
.file-cta {
  background-color: #ffffff;
  color: #999;
}
.file-name {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}
.label {
  display: block;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 300;
}
.label.status {
  padding: 0.5rem;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.label.status.is-warning {
  border: 1px solid #aa150e;
  color: #aa150e;
  background: #f47c77;
}
.label.status.is-checking {
  border: 1px solid #d99a14;
  color: #d99a14;
  background: #f7dea8;
}
.label.status.is-success {
  border: 1px solid #13510c;
  color: #13510c;
  background: #92ed88;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 0.95rem;
}
.label.is-large {
  font-size: 1.25rem;
}
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control {
  display: flex;
  align-items: center;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:hover,
.field.has-addons .control .input:hover,
.field.has-addons .control .select select:hover,
.field.has-addons .control .button.is-hovered,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:focus,
.field.has-addons .control .input:focus,
.field.has-addons .control .select select:focus,
.field.has-addons .control .button.is-focused,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .button:active,
.field.has-addons .control .input:active,
.field.has-addons .control .select select:active,
.field.has-addons .control .button.is-active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}
.field.has-addons .control .button:focus:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .button.is-focused:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .button:active:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
}
.field.has-addons .control.is-expanded .is-fullwidth {
  width: 100%;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
.field-label .label {
  font-size: inherit;
}
.field-body .field .field {
  margin-bottom: 0;
}
.control {
  font-size: 0.95rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.control.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon {
  color: #667997;
}
.control.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.control.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
.control.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.control.has-icon.has-icon-right .icon {
  right: 0;
}
.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 0.95rem;
}
.control.is-loading.is-large:after {
  font-size: 1.25rem;
}
.mandala .input,
.mandala .textarea {
  border-color: #ffffff;
  color: #667997;
}
.mandala .input::placeholder,
.mandala .textarea::placeholder {
  color: #8494ac;
}
.mandala .control.has-icons-left .input:focus ~ .icon,
.mandala .control.has-icons-right .input:focus ~ .icon,
.mandala .control.has-icons-left .select:focus ~ .icon,
.mandala .control.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
.mandala .control.has-icons-left .icon,
.mandala .control.has-icons-right .icon {
  color: #667997;
}
.mandala .input:focus + .icon {
  color: #667997;
}
.facil .input,
.facil .textarea {
  border-color: #572600;
  color: #e3e0c6;
}
.facil .input::placeholder,
.facil .textarea::placeholder {
  color: #8a3c00;
}
.facil .control.has-icons-left .input:focus ~ .icon,
.facil .control.has-icons-right .input:focus ~ .icon,
.facil .control.has-icons-left .select:focus ~ .icon,
.facil .control.has-icons-right .select:focus ~ .icon {
  color: #e3e0c6;
}
.facil .control.has-icons-left .icon,
.facil .control.has-icons-right .icon {
  color: #e3e0c6;
}
.facil .input:focus + .icon {
  color: #e3e0c6;
}
.qiu .input,
.qiu .textarea {
  border-color: #D7BB9A;
  color: #1a0b07;
}
.qiu .input::placeholder,
.qiu .textarea::placeholder {
  color: #421c12;
}
.qiu .control.has-icons-left .input:focus ~ .icon,
.qiu .control.has-icons-right .input:focus ~ .icon,
.qiu .control.has-icons-left .select:focus ~ .icon,
.qiu .control.has-icons-right .select:focus ~ .icon {
  color: #1a0b07;
}
.qiu .control.has-icons-left .icon,
.qiu .control.has-icons-right .icon {
  color: #929089;
}
.qiu .input:focus + .icon {
  color: #1a0b07;
}
.ono .input,
.ono .textarea {
  border-color: #ffffff;
  color: #929089;
}
.ono .input::placeholder,
.ono .textarea::placeholder {
  color: #421c12;
}
.ono .control.has-icons-left .input:focus ~ .icon,
.ono .control.has-icons-right .input:focus ~ .icon,
.ono .control.has-icons-left .select:focus ~ .icon,
.ono .control.has-icons-right .select:focus ~ .icon {
  color: #929089;
}
.ono .control.has-icons-left .icon,
.ono .control.has-icons-right .icon {
  color: #929089;
}
.ono .input:focus + .icon {
  color: #929089;
}
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tag:not(body) {
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  color: #667997;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete:before,
.tag:not(body).is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #f2f2f2;
}
.tag:not(body).is-delete:active {
  background-color: #e6e6e6;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}
a.tag:hover {
  text-decoration: underline;
}
.image {
  display: block;
  position: relative;
}
.image img,
.image picture {
  display: block;
  height: auto;
  width: 100%;
}
.image.is-square img,
.image.is-1by1 img,
.image.is-4by3 img,
.image.is-3by2 img,
.image.is-16by9 img,
.image.is-2by1 img,
.image.is-square picture,
.image.is-1by1 picture,
.image.is-4by3 picture,
.image.is-3by2 picture,
.image.is-16by9 picture,
.image.is-2by1 picture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.video {
  position: relative;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  z-index: 1;
  background: #000000;
}
.video .video-thumbnail .action-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: 50%;
  transform: translate(-50%, -50%);
}
.video.is-playing .video-header,
.video.is-playing .video-caption {
  display: none;
}
.video.is-playing .video-thumbnail {
  opacity: 0;
  visibility: hidden;
}
.video.is-playing .video-thumbnail .curtain-left {
  transform: translateX(-300px);
}
.video.is-playing .video-thumbnail .curtain-right {
  transform: translateX(300px);
}
.video.is-playing .video-thumbnail .action-button {
  opacity: 0;
}
.video.is-playing iframe,
.video.is-playing video {
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.video:hover .video-header {
  transform: translateY(0);
  transition: all ease-in-out 0.5s;
}
.video:hover .video-thumbnail {
  transition: all ease-in-out 0.5s;
}
.video:hover .video-caption {
  transform: translateY(0);
  transition: all ease-in-out 0.5s;
}
.video iframe,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.video .video-header,
.video .video-thumbnail,
.video .video-caption {
  position: absolute;
  transition: all ease-in-out 0.5s;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.video .video-header {
  left: 0;
  top: 0;
  line-height: 1;
  padding: 0.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  width: 100%;
  height: 50px;
  overflow: hidden;
  transform: translateY(-50px);
  z-index: 4;
  font-size: 80%;
}
.video .video-thumbnail {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
}
.video .video-thumbnail .curtain {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.video .video-thumbnail .curtain-left,
.video .video-thumbnail .curtain-right {
  transition: all ease-in-out 0.5s;
}
.video .video-thumbnail .curtain-left {
  width: 50%;
  height: 100%;
  background-position-y: center;
  background-position-x: left;
  transform: translateX(0);
}
.video .video-thumbnail .curtain-right {
  width: 50%;
  height: 100%;
  background-position-y: center;
  background-position-x: -211px;
  transform: translateX(0);
}
.video .video-thumbnail .action-button {
  position: absolute;
  color: #667997;
  background: transparent;
  opacity: 1;
}
.video .video-thumbnail .action-button:hover {
  color: #8494ac;
  background: transparent;
}
.video .video-caption {
  left: 0;
  bottom: 0;
  padding: 0.5rem;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  width: 100%;
  transform: translateY(50px);
  z-index: 4;
}
.video.is-square,
.video.is-1by1 {
  padding-top: 100%;
}
.video.is-4by3 {
  padding-top: 75%;
}
.video.is-3by2 {
  padding-top: 66.6666%;
}
.video.is-16by9 {
  padding-top: 56.25%;
}
.video.is-2by1 {
  padding-top: 50%;
}
.mandala video {
  background-color: #516179;
}
.mandala .video .video-thumbnail .action-button {
  color: #667997;
}
.mandala .video .video-thumbnail .action-button:hover {
  color: #8494ac;
}
.mandala .video .video-thumbnail .curtain {
  background-color: #516179;
}
.facil .hero-slider .owl-stage-outer,
.facil .hero-slider .owl-stage,
.facil .hero-slider .owl-item,
.facil .hero-slider .item {
  height: 100%;
}
.facil .hero-slider picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.facil .hero-slider img {
  height: 100%;
  object-fit: cover;
}
.facil .hero-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facil video {
  background-color: #d2cda4;
}
.facil .video .video-thumbnail .action-button {
  color: #e3e0c6;
}
.facil .video .video-thumbnail .action-button:hover {
  color: #f4f3e8;
}
.facil .video .video-thumbnail .curtain {
  background-color: #d2cda4;
}
.ono video {
  background-color: #79776f;
}
.ono .video .video-thumbnail .action-button {
  color: #929089;
}
.ono .video .video-thumbnail .action-button:hover {
  color: #aaa9a4;
}
.ono .video .video-thumbnail .curtain {
  background-color: #79776f;
}
.qiu video {
  background-color: #000000;
}
.qiu .video .video-thumbnail .action-button {
  color: #1a0b07;
}
.qiu .video .video-thumbnail .action-button:hover {
  color: #421c12;
}
.qiu .video .video-thumbnail .curtain {
  background-color: #000000;
}
.floating-action-button {
  position: absolute;
  bottom: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
}
.floating-action-button a {
  display: flex;
}
.floating-action-button .callout {
  background: #ffffff;
  color: #667997;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
  font-weight: 600;
  border-radius: 2px;
  overflow: visible !important;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
}
.floating-action-button .callout:before {
  content: "";
  border-style: solid;
  position: absolute;
  top: 50%;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
}
.floating-action-button .callout.is-active {
  opacity: 1;
}
.floating-action-button .callout.is-inactive {
  opacity: 0;
}
.floating-action-button .callout.is-right {
  margin-left: 1rem;
}
.floating-action-button .callout.is-right:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-color: transparent #ffffff transparent transparent;
  left: -0.25rem;
}
.floating-action-button .callout.is-left {
  margin-right: 1rem;
}
.floating-action-button .callout.is-left:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent #ffffff;
  right: -0.7rem;
}
.floating-action-button .callout .card-header-title,
.floating-action-button .callout .card-header-icon {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.floating-action-button .callout .card-content {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.floating-action-button:last-of-type {
  right: 0;
}
.floating-action-button:last-of-type .callout {
  order: 2;
}
.floating-action-button:only-of-type {
  right: 0;
}
.floating-action-button:only-of-type .callout {
  order: 1;
}
#careerButton {
  top: 39%;
  right: 3rem;
  transition: all ease-in-out 0.5s;
  bottom: auto;
  position: absolute;
}
@media only screen and (max-width: 670px) {
  #careerButton {
    left: 0.5rem;
    bottom: 0.5rem;
    display: none;
  }
}
#careerButton .action-button {
  background: #667997;
  color: #ffffff;
  height: 4rem;
  width: 4rem;
  order: 2;
}
#careerButton .action-button:hover {
  color: #667997;
  background: #ffffff;
}
#careerButton .callout {
  order: 1;
  transition: all ease-in-out 0.5s;
}
#chatButton {
  opacity: 1;
  transform: translateX(0);
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  transition: all ease-in-out 0.5s;
}
@media only screen and (max-width: 670px) {
  #chatButton {
    display: none;
  }
}
#chatButton.is-right,
#chatButton.chat-offline {
  opacity: 0;
  transform: translateX(15px);
}
#chatButton.has-unread-message .badge {
  opacity: 1;
  animation-name: bounce;
  transform-origin: center bottom;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
#chatButton .action-button {
  background: #ef7b0f;
  color: #ffffff !important;
  height: 4rem;
  width: 4rem;
  order: 2;
}
#chatButton .action-button:hover {
  color: #ef7b0f !important;
  background: #ffffff !important;
}
#chatButton .callout {
  order: 1;
  transition: all ease-in-out 0.5s;
}
#chatButton .badge {
  opacity: 0;
}
#scrolldownButton {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  border: 2px solid white;
}
#scrolldownButton .icon {
  animation: bob 2s ease-in-out 3s infinite forwards;
}
@media only screen and (max-width: 670px) {
  #scrolldownButton {
    display: none;
  }
}
.action-button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  height: 3rem;
  width: 3rem;
  transition: all ease-in-out 0.5s;
  z-index: 10;
}
.action-button:hover {
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  background: #ffffff;
  color: #667997;
}
.action-button .badge {
  position: absolute;
  height: 2rem;
  width: 2rem;
  background: red;
  color: #ffffff;
  top: -10px;
  right: -10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  z-index: 4;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  opacity: 0;
}
.action-button.has-unread-message .badge {
  opacity: 1;
}
.action-button.is-dismissed .badge {
  display: none;
}
#panorama .floating-action-button {
  bottom: 3rem;
}
a#careerButton {
  position: fixed;
  left: 0;
  z-index: 100;
  top: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.24);
  width: 120px;
  transform: rotate(90deg);
  transform-origin: left bottom;
}
a#careerButton .card:hover {
  background-color: #8494ac;
}
a#careerButton .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
a#careerButton .title span {
  text-align: center;
  line-height: 1;
}
.mandala .action-button:hover {
  background: #ffffff;
  color: #667997;
}
.facil .action-button:hover {
  background: #ffffff;
  color: #572600;
}
.ono .action-button:hover {
  background: #ffffff;
  color: #929089;
}
.qiu .action-button:hover {
  background: #ffffff;
  color: #1a0b07;
}
/* === Typography === */
@font-face {
  font-family: 'MuseoSans300';
  src: url('/site/templates/fonts/museosans-300-webfont.eot');
  src: url('/site/templates/fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'), url('/site/templates/fonts/museosans-300-webfont.woff') format('woff'), url('/site/templates/fonts/museosans-300-webfont.svg#MuseoSans300') format('svg'), url('/site/templates/fonts/museosans-300-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DaxOT-Light';
  src: url('/site/templates/fonts/DaxOT-Light.woff') format('woff'), url('/site/templates/fonts/DaxOT-Light.svg#DaxOT-Light') format('svg'), url('/site/templates/fonts/DaxOT-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* == Text Styles == */
html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 2;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
ul,
li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.8;
  color: inherit;
  font-size: 0.95rem;
  margin: 0;
  padding: 0;
}
h1.is-bold,
h2.is-bold,
h3.is-bold,
h4.is-bold,
h5.is-bold,
h6.is-bold,
p.is-bold,
td.is-bold,
ul.is-bold,
li.is-bold {
  font-weight: 600;
}
h1.is-regular,
h2.is-regular,
h3.is-regular,
h4.is-regular,
h5.is-regular,
h6.is-regular,
p.is-regular,
td.is-regular,
ul.is-regular,
li.is-regular {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 1rem;
  line-height: 1.5;
}
h1.is-size-1,
h2.is-size-1,
h3.is-size-1,
h4.is-size-1,
h5.is-size-1,
h6.is-size-1 {
  font-size: 3rem;
}
@media only screen and (max-width: 670px) {
  h1.is-size-1,
  h2.is-size-1,
  h3.is-size-1,
  h4.is-size-1,
  h5.is-size-1,
  h6.is-size-1 {
    font-size: 3rem;
  }
}
h1.is-size-2,
h2.is-size-2,
h3.is-size-2,
h4.is-size-2,
h5.is-size-2,
h6.is-size-2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 670px) {
  h1.is-size-2,
  h2.is-size-2,
  h3.is-size-2,
  h4.is-size-2,
  h5.is-size-2,
  h6.is-size-2 {
    font-size: 2.5rem;
  }
}
h1.is-size-3,
h2.is-size-3,
h3.is-size-3,
h4.is-size-3,
h5.is-size-3,
h6.is-size-3 {
  font-size: 2rem;
}
@media only screen and (max-width: 670px) {
  h1.is-size-3,
  h2.is-size-3,
  h3.is-size-3,
  h4.is-size-3,
  h5.is-size-3,
  h6.is-size-3 {
    font-size: 2rem;
  }
}
h1.is-size-4,
h2.is-size-4,
h3.is-size-4,
h4.is-size-4,
h5.is-size-4,
h6.is-size-4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 670px) {
  h1.is-size-4,
  h2.is-size-4,
  h3.is-size-4,
  h4.is-size-4,
  h5.is-size-4,
  h6.is-size-4 {
    font-size: 1.5rem;
  }
}
h1.is-size-5,
h2.is-size-5,
h3.is-size-5,
h4.is-size-5,
h5.is-size-5,
h6.is-size-5 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 670px) {
  h1.is-size-5,
  h2.is-size-5,
  h3.is-size-5,
  h4.is-size-5,
  h5.is-size-5,
  h6.is-size-5 {
    font-size: 1.25rem;
  }
}
h1.is-size-6,
h2.is-size-6,
h3.is-size-6,
h4.is-size-6,
h5.is-size-6,
h6.is-size-6 {
  font-size: 0.95rem;
}
h1.is-size-7,
h2.is-size-7,
h3.is-size-7,
h4.is-size-7,
h5.is-size-7,
h6.is-size-7 {
  font-size: 0.75rem;
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
  margin-top: 0;
}
p.control {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: none;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  vertical-align: top;
  font-size: 0.95rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
p.control:focus,
p.control.is-focused,
p.control:active,
p.control.is-active {
  outline: none;
}
p.control[disabled] {
  cursor: not-allowed;
}
p.control.has-icon .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
p.control.has-icon .input:focus + .icon {
  color: #667997;
}
p.control.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
p.control.has-icon .input.is-medium + .icon {
  font-size: 0.95rem;
}
p.control.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}
p.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
p.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
p.control.has-icon.has-icon-right .icon {
  right: 0;
}
p.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
p.control.has-icons-left .input:focus ~ .icon,
p.control.has-icons-right .input:focus ~ .icon,
p.control.has-icons-left .select:focus ~ .icon,
p.control.has-icons-right .select:focus ~ .icon {
  color: #667997;
}
p.control.has-icons-left .input.is-small ~ .icon,
p.control.has-icons-right .input.is-small ~ .icon,
p.control.has-icons-left .select.is-small ~ .icon,
p.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
p.control.has-icons-left .input.is-medium ~ .icon,
p.control.has-icons-right .input.is-medium ~ .icon,
p.control.has-icons-left .select.is-medium ~ .icon,
p.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.95rem;
}
p.control.has-icons-left .input.is-large ~ .icon,
p.control.has-icons-right .input.is-large ~ .icon,
p.control.has-icons-left .select.is-large ~ .icon,
p.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
p.control.has-icons-left .icon,
p.control.has-icons-right .icon {
  color: #667997;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
p.control.has-icons-left .input,
p.control.has-icons-left .select select {
  padding-left: 2.25em;
}
p.control.has-icons-left .icon.is-left {
  left: 0;
}
p.control.has-icons-right .input,
p.control.has-icons-right .select select {
  padding-right: 2.25em;
}
p.control.has-icons-right .icon.is-right {
  right: 0;
}
p.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
p.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
p.control.is-loading.is-medium:after {
  font-size: 0.95rem;
}
p.control.is-loading.is-large:after {
  font-size: 1.25rem;
}
p.is-size-1 {
  font-size: 3rem;
}
@media only screen and (max-width: 670px) {
  p.is-size-1 {
    font-size: 3rem;
  }
}
p.is-size-2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 670px) {
  p.is-size-2 {
    font-size: 2.5rem;
  }
}
p.is-size-3 {
  font-size: 2rem;
}
@media only screen and (max-width: 670px) {
  p.is-size-3 {
    font-size: 2rem;
  }
}
p.is-size-4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 670px) {
  p.is-size-4 {
    font-size: 1.5rem;
  }
}
p.is-size-5 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 670px) {
  p.is-size-5 {
    font-size: 1.25rem;
  }
}
p.is-size-6 {
  font-size: 0.95rem;
}
p.is-size-7 {
  font-size: 0.75rem;
}
p:not(.control) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
p:not(.control):only-child {
  margin-top: 0;
  margin-bottom: 0;
}
p:not(.control):first-of-type {
  margin-top: 0;
}
p.has-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem !important;
}
p.has-ellipsis:after {
  content: '\f13a';
  top: 0;
  right: 1rem;
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  height: 1rem;
  width: 1rem;
  text-align: center;
  cursor: pointer;
}
p.has-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
span.is-size-1 {
  font-size: 3rem;
}
@media only screen and (max-width: 670px) {
  span.is-size-1 {
    font-size: 3rem;
  }
}
span.is-size-2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 670px) {
  span.is-size-2 {
    font-size: 2.5rem;
  }
}
span.is-size-3 {
  font-size: 2rem;
}
@media only screen and (max-width: 670px) {
  span.is-size-3 {
    font-size: 2rem;
  }
}
span.is-size-4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 670px) {
  span.is-size-4 {
    font-size: 1.5rem;
  }
}
span.is-size-5 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 670px) {
  span.is-size-5 {
    font-size: 1.25rem;
  }
}
span.is-size-6 {
  font-size: 0.95rem;
}
span.is-size-7 {
  font-size: 0.75rem;
}
ul {
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
ul.is-inline {
  padding: 0;
  list-style-type: none;
}
ul.is-inline li:not(:last-child):after {
  content: '\2022';
  padding: 0 0.5rem;
}
ul:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
ul:first-of-type {
  margin-top: 0;
}
ul.is-bulletless,
ul.no-bullet {
  padding: 0;
  list-style-type: none;
}
ul.is-bulletless li:not(.fas):not(.fal):not(.fab):not(.far):before,
ul.no-bullet li:not(.fas):not(.fal):not(.fab):not(.far):before {
  display: none !important;
}
ul.has-columns-1 {
  columns: 1;
  list-style-position: inside;
  padding-left: 0;
}
ul.has-columns-1 li {
  display: inline-block;
  width: 100%;
}
ul.has-columns-1 li:not(.fas):not(.fal):not(.fab):not(.far):before {
  content: '\2022';
  padding-right: 0.5rem;
}
@media only screen and (max-width: 670px) {
  ul.has-columns-1 {
    columns: 1;
    list-style-position: outside;
  }
}
ul.has-columns-2 {
  columns: 2;
  list-style-position: inside;
  padding-left: 0;
}
ul.has-columns-2 li {
  display: inline-block;
  width: 100%;
}
ul.has-columns-2 li:not(.fas):not(.fal):not(.fab):not(.far):before {
  content: '\2022';
  padding-right: 0.5rem;
}
@media only screen and (max-width: 670px) {
  ul.has-columns-2 {
    columns: 1;
    list-style-position: outside;
  }
}
ul.has-columns-3 {
  columns: 3;
  list-style-position: inside;
  padding-left: 0;
}
ul.has-columns-3 li {
  display: inline-block;
  width: 100%;
}
ul.has-columns-3 li:not(.fas):not(.fal):not(.fab):not(.far):before {
  content: '\2022';
  padding-right: 0.5rem;
}
@media only screen and (max-width: 670px) {
  ul.has-columns-3 {
    columns: 1;
    list-style-position: outside;
  }
}
ul.has-columns-4 {
  columns: 4;
  list-style-position: inside;
  padding-left: 0;
}
ul.has-columns-4 li {
  display: inline-block;
  width: 100%;
}
ul.has-columns-4 li:not(.fas):not(.fal):not(.fab):not(.far):before {
  content: '\2022';
  padding-right: 0.5rem;
}
@media only screen and (max-width: 670px) {
  ul.has-columns-4 {
    columns: 1;
    list-style-position: outside;
  }
}
li:not(.is-singlespaced) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1.8;
}
li.is-singlespaced {
  margin-bottom: 0.75rem;
}
li.fas,
li.fa,
li.far,
li.fab,
li.fal {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  line-height: 1.8;
  list-style: none;
  padding-left: 1.5rem;
  position: relative;
  font-weight: normal;
}
li.fas:before,
li.fa:before,
li.far:before,
li.fab:before,
li.fal:before {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  height: 1rem;
  width: 1rem;
  text-align: center;
}
li.fab:before {
  font-family: 'Font Awesome 5 Brands';
}
li.menu-item span:last-child {
  float: right;
}
strong,
b {
  font-weight: 600;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: inherit;
}
table {
  width: 100%;
  float: none;
  margin-bottom: 0.5rem;
}
table th {
  font-size: 0.95rem;
  font-weight: 600;
}
table td {
  line-height: 1.2;
  padding: 0 0 0.65rem 0;
  text-align: right;
  vertical-align: top;
  min-width: 60px;
}
table td:first-of-type {
  text-align: left;
}
input,
textarea,
select,
button {
  font-size: 0.95rem;
}
.mandala table td,
.mandala table th {
  color: #ffffff;
}
.facil table td,
.facil table th {
  color: #572600;
}
.ono table td,
.ono table th {
  color: #ffffff;
}
.qiu table td,
.qiu table th {
  color: #D7BB9A;
}
.title.is-fancy {
  font-family: 'Satisfy', cursive;
}
.title .subtitle:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.5rem;
}
.title.is-singlespaced + .subtitle.is-singlespaced {
  margin-top: -1.25rem;
}
.subtitle:not(.is-spaced) + .subtitle {
  margin-top: 0rem;
}
.title.has-shadow,
.subtitle.has-shadow,
.icon.has-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.mandala .title.has-shadow,
.mandala .subtitle.has-shadow,
.mandala .icon.has-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.facil .title.has-shadow,
.facil .subtitle.has-shadow,
.facil .icon.has-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.qiu .title.has-shadow,
.qiu .subtitle.has-shadow,
.qiu .icon.has-shadow {
  text-shadow: 1px 1px 2px rgba(215, 187, 154, 0.35);
}
.ono .title.has-shadow,
.ono .subtitle.has-shadow,
.ono .icon.has-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
  height: 0;
  cursor: pointer;
}
.anchor i:nth-child(2) {
  color: #000;
}
small {
  line-height: 100%;
  font-size: 0.8rem;
}
.no-bullet {
  list-style-type: none;
}
.is-link:after {
  display: inline-block;
  font-weight: 300;
  content: '\f101';
  font-family: 'Font Awesome 5 Pro';
  height: 1rem;
  width: 1rem;
  text-align: center;
}
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] p,
html[lang="ar"] td,
html[lang="ar"] ul,
html[lang="ar"] li,
html[lang="ar"] a {
  direction: rtl;
}
html[lang="ar"] ul {
  padding-right: 1rem;
  padding-left: 0;
}
html[lang="ar"] ul.is-bulletless,
html[lang="ar"] ul.no-bullet {
  padding: 0;
  list-style-type: none;
}
html[lang="ar"] li.fas,
html[lang="ar"] li.fa,
html[lang="ar"] li.far,
html[lang="ar"] li.fab,
html[lang="ar"] li.fal {
  padding-right: 1.5rem;
  padding-left: 0;
}
html[lang="ar"] li.fas:before,
html[lang="ar"] li.fa:before,
html[lang="ar"] li.far:before,
html[lang="ar"] li.fab:before,
html[lang="ar"] li.fal:before {
  right: 0;
  transform: scaleX(-1);
}
html[lang="ar"] a.is-link:after {
  content: '\f100';
}
/* === Layout === */
/* == Basic Website Structure == */
* {
  box-sizing: border-box;
}
html {
  background-color: #8494ac;
}
html.mandala {
  background-color: #8494ac;
}
html.facil {
  background-color: #f4f3e8;
}
html.qiu {
  background-color: #421c12;
}
html.ono {
  background-color: #aaa9a4;
}
body {
  margin: 0;
  padding: 0;
}
body #meta {
  margin: 0 auto !important;
  width: 100%;
  max-width: 1400px;
}
body.modal-open {
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  body {
    font-size: 0.9rem;
    overflow-x: hidden;
  }
  body.sidebar-open {
    overflow: hidden;
  }
  body.sidebar-open {
    overflow: hidden;
  }
  body .ft-widget-side,
  body .ft-widget-b2 {
    bottom: 45px;
  }
}
body.facil {
  box-shadow: 0 0 65px #572600;
}
body.qiu {
  box-shadow: 0 0 65px #D7BB9A;
}
body.ono {
  box-shadow: 0 0 65px #ffffff;
}
@media only screen and (max-width: 960px) {
  body {
    padding-top: calc(100px + 1rem);
  }
}
@media only screen and (max-width: 670px) {
  body {
    padding-bottom: 50px;
  }
}
.hero-section + #rows {
  position: relative;
  z-index: 50;
  box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 960px) {
  .mandala body {
    padding-top: 0;
  }
}
.body-content,
.blog-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  transition: filter 0.5s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .body-content,
  .blog-wrapper {
    margin-top: -1px !important;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 670px) {
  .body-content,
  .blog-wrapper {
    margin-top: -1px !important;
    border-bottom: 0 !important;
  }
}
@media only screen and (max-width: 960px) {
  .body-content,
  .blog-wrapper {
    border-left: 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .section,
  .blog-wrapper .section {
    border-top: 0;
    border-bottom: 0;
  }
}
.body-content .section:first-child,
.blog-wrapper .section:first-child,
.body-content .section:first-of-type,
.blog-wrapper .section:first-of-type {
  border-top: 0;
}
.body-content .section:last-child,
.blog-wrapper .section:last-child {
  border-bottom: 0;
}
.body-content .section:only-child,
.blog-wrapper .section:only-child {
  border-top: 0;
  border-bottom: 0;
}
/*
header {
  border-bottom: 1px solid @white;
}
footer {
  border-top: 1px solid @white;
}
*/
.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  .row {
    flex-direction: row;
    flex-wrap: wrap;
    background-size: calc(960px - 20%), cover;
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 670px) {
  .row {
    background-size: 670px, cover;
    background-position: top;
  }
}
.column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  /*&:only-child {
    border-left: 2px solid @white;
    border-right: 2px solid @white;
  }*/
}
.column:first-child {
  border-left: 0;
}
@media only screen and (max-width: 960px) {
  .column:first-child {
    border-top: 0;
  }
}
.column:last-child {
  border-right: 0;
}
@media only screen and (max-width: 960px) {
  .column:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  .column {
    border-left: 0;
    border-right: 0;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .column {
    width: calc(100% + 2px);
    border-left: 0;
    border-right: 0;
  }
}
.column .box {
  width: 100%;
}
.body-content .column {
  flex-direction: column;
}
.body-content .column.one-third {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33%);
}
@media only screen and (max-width: 960px) {
  .body-content .column.one-third {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .column.one-third {
    flex: 0 1 100%;
  }
}
.body-content .column.two-thirds {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(66.66%);
}
@media only screen and (max-width: 960px) {
  .body-content .column.two-thirds {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .column.two-thirds {
    flex: 0 1 100%;
  }
}
.body-content .column .two-thirds {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(66.66%);
}
@media only screen and (max-width: 960px) {
  .body-content .column .two-thirds {
    flex: 1 0 50%;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .column .two-thirds {
    flex: 1 0 100%;
  }
}
.body-content .column .pd-one-third {
  padding-left: 33.3% !important;
}
@media only screen and (max-width: 960px) {
  .body-content .column .pd-one-third {
    padding-left: 1rem !important;
  }
}
.body-content .column.draggable {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33% + 2px);
  width: calc(33.3% + 2px);
}
@media only screen and (max-width: 960px) {
  .body-content .column.draggable {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .column.draggable {
    border-left: 0;
    border-right: 0;
    border-top: 2px solid #ffffff;
    flex: 1 1 100%;
    width: 100%;
    margin-top: 300px;
  }
}
@media only screen and (max-width: 960px) {
  .body-content .column {
    flex-direction: row;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .column {
    flex-direction: column;
  }
}
/*
.body-content #room .column .box {
  .responsive(@tablet-width, {
    width: 100%;
  });
}
*/
.no-padding {
  padding: 0;
}
.mandala .body-content,
.mandala .blog-wrapper {
  overflow: initial;
}
.tile {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile.is-ancestor {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .tile.is-ancestor {
    border-top: 0;
    border-bottom: 0;
  }
}
.tile.is-ancestor.has-shadow {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35) inset;
}
.tile.is-ancestor.has-shadow .bg-img > div {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.35) inset;
}
.tile.is-ancestor:first-child,
.tile.is-ancestor:first-of-type {
  margin-top: 0 !important;
  border-top: 0;
}
.tile.is-ancestor:last-child,
.tile.is-ancestor:last-of-type {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.tile.is-ancestor:last-child .is-parent:last-of-type .is-child:last-of-type,
.tile.is-ancestor:last-of-type .is-parent:last-of-type .is-child:last-of-type {
  border-bottom: 0 !important;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0;
}
.tile.is-ancestor:only-child {
  border: 0;
}
@media only screen and (max-width: 670px) {
  .tile.is-ancestor:only-child {
    border-top: 0;
  }
}
.tile.is-ancestor.is-flex-wrap {
  padding: 0.5rem;
  flex-wrap: wrap;
  margin: 1rem 0;
  border: 0;
  padding: 0;
}
.tile.is-ancestor.is-flex-wrap:not(.has-shadow) {
  margin: 0.75rem 0;
}
.tile.is-ancestor.is-flex-wrap:not(.has-shadow):last-child {
  margin-top: 0;
}
.tile.is-ancestor.is-flex-wrap.has-shadow {
  box-shadow: none;
}
.tile.is-ancestor.is-flex-wrap .is-parent {
  padding: 0.25rem;
}
@media only screen and (max-width: 670px) {
  .tile.is-ancestor.is-flex-wrap .is-parent {
    box-shadow: none;
    margin: 0;
    padding: 0.25rem;
  }
}
@media only screen and (max-width: 670px) {
}
.tile.is-ancestor.is-flex-wrap .is-parent:empty {
  margin: 0 !important;
  padding: 0 !important;
}
.tile.is-ancestor.is-flex-wrap .is-parent .is-child {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border: 0 !important;
  margin: 0.25rem;
}
.tile.is-ancestor.is-flex-wrap .is-parent .is-child:first-child {
  justify-content: flex-start;
}
.tile.is-ancestor.is-flex-wrap .is-parent .is-child:last-child:not(.has-background-image) {
  justify-content: flex-end;
}
.tile.is-ancestor.is-flex-wrap .is-parent .is-child:only-child {
  justify-content: flex-start;
}
.tile.is-ancestor.is-flex-wrap .is-parent .is-child.is-attached {
  margin-bottom: 0;
}
.tile.is-ancestor.is-flex-wrap .is-parent .is-child.is-attached + .is-child {
  margin-top: 0 !important;
}
.tile.is-ancestor.is-flex-wrap .is-parent .is-child .bg-img {
  filter: none;
  margin: 0;
}
.tile.is-ancestor.is-flex-wrap .is-parent.is-horizontal .is-child {
  justify-content: flex-start !important;
}
.tile.is-ancestor.is-flex-wrap .bg-img {
  margin: 0.5rem;
}
@media only screen and (max-width: 670px) {
  .tile.is-ancestor.is-flex-wrap .bg-img {
    margin: 0;
  }
}
.tile.is-ancestor.is-flex-wrap + .tile.is-ancestor.is-flex-wrap {
  margin-top: -0.75em;
}
@media only screen and (max-width: 670px) {
  .tile.is-ancestor.is-flex-wrap + .tile.is-ancestor.is-flex-wrap {
    margin-top: -0.5rem;
  }
}
.tile.is-child {
  margin: 0;
}
@media only screen and (max-width: 670px) {
  .tile.is-child {
    border-left: 0;
    border-right: 0;
    overflow: visible;
  }
}
.tile.is-child:last-child {
  border-bottom: 0;
  border-top: 0;
}
.tile.is-child:last-child:after {
  display: none;
}
.tile.is-child:only-child {
  border-top: 0;
  border-bottom: 0;
}
.tile.is-child:only-child:after {
  display: none;
}
.tile.is-parent {
  padding: 0;
}
@media only screen and (max-width: 670px) {
  .tile.is-parent:only-of-type,
  .tile.is-parent:only-child {
    border: 0;
  }
}
.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child {
  flex-basis: auto;
}
.tile.is-vertical > .tile.is-child:first-child {
  border-top: 0;
}
@media only screen and (max-width: 960px) {
}
.tile.is-vertical > .tile.is-child:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 960px) {
}
.tile.is-vertical > .tile.is-child:only-child {
  border-top: 0;
  border-bottom: 0;
}
.tile.is-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.tile.is-flex-auto {
  flex-basis: auto;
}
.tile.is-fullheight {
  height: 100%;
}
@media only screen and (max-width: 670px) {
  .tile.is-flex-column-mobile {
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  .tile.is-flex-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-flex-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 960px) {
  .tile.is-block-tablet {
    display: block;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-block-mobile {
    display: block;
  }
}
.tile.is-centered {
  margin-left: 33.333%;
}
@media only screen and (max-width: 670px) {
  .tile.is-centered {
    margin-left: 0;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-centered .is-child {
    border: 0 !important;
    margin-left: 0;
  }
}
.tile.is-centered.is-4 {
  width: calc(33.33% + 1px);
  transform: translateX(-1px);
}
@media only screen and (max-width: 960px) {
  .tile.is-centered.is-4 {
    width: calc(66.66% + 2px);
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-centered.is-4 {
    width: inherit;
  }
}
.tile.is-left {
  margin-right: auto;
}
@media only screen and (max-width: 670px) {
  .tile.is-left .is-child {
    border: 0;
  }
}
.tile.is-right {
  transform: translateX(-1px);
  margin-left: auto;
}
@media only screen and (max-width: 670px) {
  .tile.is-right .is-child {
    border: 0;
  }
}
.tile.is-smallest {
  min-height: 100px;
  max-height: 200px;
}
@media only screen and (max-width: 960px) {
  .tile.is-smallest {
    height: auto !important;
    max-height: none;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-smallest {
    min-height: 100px;
  }
}
.tile.is-smaller {
  min-height: 200px;
  max-height: 300px;
}
@media only screen and (max-width: 960px) {
  .tile.is-smaller {
    height: auto !important;
    max-height: none;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-smaller {
    min-height: 200px;
  }
}
.tile.is-small {
  min-height: 300px;
  max-height: 400px;
}
@media only screen and (max-width: 960px) {
  .tile.is-small {
    height: auto;
    max-height: none;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-small {
    min-height: 200px;
  }
}
.tile.is-medium {
  min-height: 45vh;
  max-height: 650px;
}
@media only screen and (max-width: 960px) {
  .tile.is-medium {
    min-height: 300px;
    max-height: none;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-medium {
    min-height: 200px;
  }
}
.tile.is-large {
  min-height: 600px;
}
@media only screen and (max-width: 960px) {
  .tile.is-large {
    height: auto;
    max-height: none;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-large {
    min-height: 200px;
  }
}
@media only screen and (max-width: 670px) {
  .tile.is-collapsed {
    min-height: auto !important;
  }
}
.tile.is-half {
  width: 50%;
}
@media screen and (min-width: 960px), print {
  .tile:not(.is-child).tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333333%;
  }
  .tile.is-1:only-child {
    width: 8.33333333%;
  }
  .tile .is-offset-1 {
    margin-left: 8.33333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666667%;
  }
  .tile.is-2:only-child {
    width: 16.66666667%;
  }
  .tile .is-offset-2 {
    margin-left: 16.66666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-3:only-child {
    width: 25%;
  }
  .tile .is-offset-3 {
    margin-left: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333333%;
  }
  .tile.is-4:only-child {
    width: 33.33333333%;
  }
  .tile .is-offset-4 {
    margin-left: 33.33333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666667%;
  }
  .tile.is-5:only-child {
    width: 41.66666667%;
  }
  .tile .is-offset-5 {
    margin-left: 41.66666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-6:only-child {
    width: 50%;
  }
  .tile .is-offset-6 {
    margin-left: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333333%;
  }
  .tile.is-7:only-child {
    width: 58.33333333%;
  }
  .tile .is-offset-7 {
    margin-left: 58.33333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666667%;
  }
  .tile.is-8:only-child {
    width: 66.66666667%;
  }
  .tile .is-offset-8 {
    margin-left: 66.66666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-9:only-child {
    width: 75%;
  }
  .tile .is-offset-9 {
    margin-left: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333333%;
  }
  .tile.is-10:only-child {
    width: 83.33333333%;
  }
  .tile .is-offset-10 {
    margin-left: 83.33333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666667%;
  }
  .tile.is-11:only-child {
    width: 91.66666667%;
  }
  .tile .is-offset-11 {
    margin-left: 91.66666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
  .tile.is-12:only-child {
    width: 100%;
  }
  .tile .is-offset-12 {
    margin-left: 100%;
  }
}
.tile.is-obscured {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.tile.is-invisible {
  opacity: 0;
}
@media only screen and (max-width: 670px) {
  .tile.is-invisible {
    display: none !important;
  }
}
.body-content .is-parent .content-repeater .is-ancestor,
.blog-wrapper .is-parent .content-repeater .is-ancestor,
.blog-wrapper #main .is-parent .content-repeater .is-ancestor {
  border-bottom: 1px solid #ffffff;
}
.body-content .is-parent .content-repeater .is-ancestor:last-of-type,
.blog-wrapper .is-parent .content-repeater .is-ancestor:last-of-type,
.blog-wrapper #main .is-parent .content-repeater .is-ancestor:last-of-type {
  border-bottom: 0;
}
@media only screen and (max-width: 670px) {
  .body-content .is-parent .content-repeater .is-parent,
  .blog-wrapper .is-parent .content-repeater .is-parent,
  .blog-wrapper #main .is-parent .content-repeater .is-parent {
    margin: 0;
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 670px) {
  .body-content .is-parent.is-marginless,
  .blog-wrapper .is-parent.is-marginless,
  .blog-wrapper #main .is-parent.is-marginless {
    margin: -2px !important;
  }
}
.is-ancestor.is-flex-wrap .is-parent.is-vertical .tile.is-child:not(:last-child).is-attached.mandala:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #7284a0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.is-ancestor.is-flex-wrap .is-parent.is-vertical .tile.is-child:not(:last-child).is-attached.facil:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #f4f3e8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.is-ancestor.is-flex-wrap .is-parent.is-vertical .tile.is-child:not(:last-child).is-attached.qiu:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #220e09;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.is-ancestor.is-flex-wrap .is-parent.is-vertical .tile.is-child:not(:last-child).is-attached.ono:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #9e9c96;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.is-ancestor.is-flex-wrap .is-parent.is-horizontal .tile.is-child:not(:last-child).mandala:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #7284a0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.is-ancestor.is-flex-wrap .is-parent.is-horizontal .tile.is-child:not(:last-child).facil:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.is-ancestor.is-flex-wrap .is-parent.is-horizontal .tile.is-child:not(:last-child).qiu:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #220e09;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.is-ancestor.is-flex-wrap .is-parent.is-horizontal .tile.is-child:not(:last-child).ono:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #9e9c96;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.mandala .is-ancestor,
.mandala .is-ancestor.mandala {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  background: #8494ac;
}
.mandala .is-ancestor:first-of-type,
.mandala .is-ancestor.mandala:first-of-type {
  margin-top: -4px !important;
  border-top: 4px solid #fff;
}
.mandala .is-ancestor:only-child,
.mandala .is-ancestor.mandala:only-child {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}
.mandala .is-ancestor:last-child,
.mandala .is-ancestor.mandala:last-child,
.mandala .is-ancestor:last-of-type,
.mandala .is-ancestor.mandala:last-of-type {
  border-bottom: 4px solid #fff;
}
.mandala .is-ancestor.is-flex-wrap,
.mandala .is-ancestor.mandala.is-flex-wrap {
  margin-right: -3px !important;
  margin-left: -3px !important;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}
.mandala .is-ancestor.is-flex-wrap .is-4,
.mandala .is-ancestor.mandala.is-flex-wrap .is-4 {
  border-right: 4px solid #fff;
}
.mandala .is-ancestor.is-flex-wrap .is-4.is-vertical,
.mandala .is-ancestor.mandala.is-flex-wrap .is-4.is-vertical {
  border-right: 0;
}
.mandala .main-footer .tile.is-ancestor:first-of-type {
  margin-top: 0 !important;
  border-top: 0;
}
.mandala .main-footer .tile.is-ancestor:last-child,
.mandala .main-footer .tile.is-ancestor:last-of-type {
  border-bottom: none;
}
.mandala .main-footer .tile.is-ancestor:only-child {
  border: 0;
}
.facil .is-ancestor,
.facil .is-ancestor.facil {
  background: #f4f3e8;
}
.qiu .is-ancestor,
.qiu .is-ancestor.qiu {
  background: #421c12;
}
.ono .is-ancestor,
.ono .is-ancestor.ono {
  background: #aaa9a4;
}
html[lang="ar"] .tile.is-ancestor {
  flex-direction: row-reverse;
}
@media screen and (min-width: 670px) {
  .mandala .tile.is-left {
    border-right: 4px solid #fff;
    width: calc(33.33% + 4px);
  }
  .mandala .tile.is-right {
    border-left: 4px solid #fff;
    width: calc(33.28% + 5px);
  }
  .mandala .tile.is-centered {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
  }
  .mandala .tile.is-vertical:not(.is-4):first-child {
    border-right: 4px solid #fff;
  }
  .mandala .tile.is-vertical:not(.is-4):first-child:last-child {
    border-right: 0;
  }
  .mandala .tile.is-vertical:not(.is-4):last-child {
    border-left: 4px solid #fff;
  }
  .mandala .tile.is-vertical:not(.is-4):last-child:first-child {
    border-left: 0;
  }
  .mandala [id^='room'] .tile.is-vertical:not(.is-4):first-child {
    border-right: none;
  }
}
@media screen and (max-width: 1400px) {
  .mandala .tile.is-ancestor {
    margin-left: -4px;
    margin-right: -8px;
  }
  .mandala .tile.is-ancestor.is-flex-wrap {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
}
@media screen and (max-width: 960px) {
  .mandala .tile.is-ancestor.is-flex-wrap {
    margin-right: -10px !important;
  }
  .mandala .tile.is-ancestor.is-flex-wrap .is-4 {
    border-right: 0;
    border-bottom: 4px solid #fff;
  }
  .mandala .tile.is-vertical:not(.is-4):first-child {
    border-right: 0;
    border-bottom: 4px solid #fff;
  }
  .mandala .tile.is-vertical:not(.is-4):first-child:last-child {
    border-bottom: 0;
  }
  .mandala .tile.is-vertical:not(.is-4):last-child {
    border-top: 4px solid #fff;
    border-left: 0;
  }
  .mandala .tile.is-vertical:not(.is-4):last-child:first-child {
    border-top: 0;
  }
}
@media screen and (max-width: 670px) {
  .mandala .tile.is-ancestor:first-of-type {
    margin-top: 0 !important;
  }
  .mandala .tile.is-ancestor.is-flex-wrap .is-4 {
    border-bottom: 4px solid #fff;
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
@media only screen and (min-width: 670px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 960px) {
  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
}
.columns {
  margin-left: -2px;
  margin-right: -1px;
  background-size: cover;
  background-position: center;
}
.columns:last-child {
  margin-bottom: -2px;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 2px);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  .columns.is-desktop {
    display: flex;
  }
}
/*
.columns.is-variable {
  @column-gap: 0.75rem
  margin-left: calc(-1 * @column-gap)
  margin-right: calc(-1 * @column-gap)
  .column
    padding-left: @column-gap
    padding-right: @column-gap
  @for $i from 0 through 8
    &.is-#{$i}
      @columnGap: $i * 0.25rem
}
*/
@media only screen and (max-width: 670px) {
  .hero-section {
    background-image: none !important;
    background-color: #667997;
  }
}
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 4;
  min-height: 50vh;
  height: 65vh;
  max-height: 600px;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .hero {
    min-height: 50vh;
    height: 65vh;
    max-height: 500px;
  }
}
@media only screen and (max-width: 670px) {
  .hero {
    min-height: 50vh;
    height: 65vh;
    max-height: 350px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border: 0 !important;
    padding-top: 0 !important;
  }
}
.hero .nav {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .hero.is-small.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-halfheight .hero-image,
.hero.is-fullheight .hero-image {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container,
.hero.is-fullheight .hero-body > .container,
.hero.is-halfheight .hero-image > .container,
.hero.is-fullheight .hero-image > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh !important;
  max-height: 50vh !important;
}
@media only screen and (max-width: 670px) {
  .hero.is-halfheight {
    min-height: calc(50vh - 20px) !important;
    max-height: calc(50vh - 20px) !important;
  }
}
.hero.is-fullheight {
  min-height: 600px !important;
  height: calc(100vh - 50px) !important;
  max-height: 800px !important;
}
@media only screen and (max-width: 960px) {
  .hero.is-fullheight {
    min-height: calc(50vh - 20px) !important;
    height: auto !important;
    max-height: calc(70vh - 20px) !important;
  }
}
@media only screen and (max-width: 670px) {
  .hero.is-fullheight {
    min-height: calc(50vh - 20px) !important;
    height: auto !important;
    max-height: calc(70vh - 20px) !important;
  }
}
.hero.is-unrestrained {
  min-height: 300px !important;
  height: 55vw !important;
  max-height: 780px !important;
}
@media only screen and (max-width: 670px) {
  .hero.is-unrestrained {
    min-height: 200px !important;
    height: 55vw !important;
    max-height: 355px !important;
  }
}
.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media only screen and (min-width: 670px) {
  .hero-video.is-transparent {
    display: none;
  }
}
.facil .hero.hero-has-video {
  padding-top: 125px !important;
}
.facil .hero-video {
  position: relative;
  aspect-ratio: 4 / 2.2;
  display: block;
}
.facil .video.is-16by9 {
  padding-top: 0;
}
.facil .video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.hero-slider,
.hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  animation: fadeIn 2s;
}
.hero-image {
  position: absolute;
  justify-content: center;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-image figure {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-image figure img {
  height: 100%;
  width: auto;
}
.hero-image canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-image .hero-image-caption {
  color: white;
}
.hero-buttons {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 670px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-buttons .button {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 4;
  display: flex;
}
.hero-head-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 1rem 1rem 0 1rem;
}
.hero-head-item:last-of-type {
  align-items: flex-end;
}
.hero-head-item:only-of-type {
  align-items: center;
}
.hero-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 120%;
  z-index: 1;
  height: 120%;
  transition: all 0.5s ease-in-out;
}
.hero-background.is-blurry {
  filter: blur(20px);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
@media only screen and (max-width: 670px) {
  .hero-background.is-blurry {
    opacity: 1;
  }
}
.hero-foot {
  align-items: stretch;
  display: flex;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.hero-foot-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 1rem 1rem 1rem;
}
.hero-foot-item:first-child {
  align-items: flex-start;
  text-align: left;
}
.hero-foot-item:last-child {
  align-items: flex-end;
  text-align: right;
}
.hero-body,
.hero-image {
  flex-grow: 1;
  flex-shrink: 0;
}
.hero-body {
  padding: 3rem 1.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#social-media-icons {
  width: 33%;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
#social-media-icons .button,
#anchor .button {
  border-radius: 50%;
  border-color: transparent;
  display: inline-flex !important;
  background: #ffffff;
  height: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 670px) {
  #social-media-icons .button,
  #anchor .button {
    display: none;
  }
}
#promotion {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  width: 33%;
  margin-top: 60px;
  flex-align: center;
}
#promotion button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: inherit;
  cursor: pointer;
}
@media only screen and (max-width: 670px) {
  #promotion {
    display: none;
  }
}
#promotion .card {
  width: 60%;
  min-width: 250px;
  margin: 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 670px) {
  #promotion .card {
    width: 80%;
  }
}
#promotion .card.mandala {
  background-color: #667997 !important;
  color: #ffffff !important;
}
#promotion .card.facil {
  background-color: #e3e0c6 !important;
  color: #572600 !important;
}
#promotion .card.qiu {
  background-color: #1a0b07 !important;
  color: #D7BB9A !important;
}
#promotion .card.ono {
  min-width: 250px !important;
  min-height: 250px !important;
  background-color: #929089 !important;
  color: #ffffff !important;
}
#promotion .card.ono .card-footer {
  justify-content: center;
}
#promotion .card-image {
  max-height: 25vh;
}
#promotion .card-footer .card-footer-item .field {
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  #promotion {
    flex-basis: 50%;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 670px) {
  #promotion {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.facil .hero {
  background-color: #e3e0c6;
}
.facil #social-media-icons .button,
.facil #anchor .button {
  color: #e3e0c6;
  background: #572600;
}
.facil #social-media-icons .button:hover,
.facil #anchor .button:hover {
  color: #572600;
  background: #e3e0c6;
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .facil .hero.is-fullheight {
    min-height: calc(65vh - 20px) !important;
  }
  .facil body {
    padding-top: 95px;
  }
  .facil .navbar {
    min-height: 0;
  }
  .facil .logo {
    height: 55px;
  }
  .facil .navbar-brand {
    min-height: 0;
  }
  .facil .navbar-burger {
    height: 2.5rem;
  }
}
.mandala .hero {
  background-color: #667997;
  /*.owl-nav {
      top: 50% !important;
    }*/
}
@media only screen and (max-width: 960px) {
  .mandala .hero.is-fullheight {
    height: 100vh !important;
    max-height: none !important;
  }
  .mandala .hero.is-fullheight .owl-stage-outer {
    height: 100% !important;
  }
  .mandala .hero.is-fullheight .owl-stage,
  .mandala .hero.is-fullheight .owl-item,
  .mandala .hero.is-fullheight .item {
    height: 100%;
  }
  .mandala .hero.is-fullheight picture,
  .mandala .hero.is-fullheight img {
    width: auto;
    height: 100%;
  }
}
.mandala .hero #synxis-booking {
  /* top: 50%;*/
  max-width: calc(100% - 200px);
}
.mandala .hero #synxis-booking .tile.is-child.box {
  border: none !important;
  box-shadow: none;
}
.mandala .hero #synxis-booking #bookingBtn {
  margin: 0 auto;
  max-width: 300px;
}
.mandala .hero #synxis-booking > .col-12 {
  padding: 0 15px;
}
.mandala .hero #social-media-icons .button,
.mandala .hero #anchor .button {
  color: #ffffff;
  background-color: #667997;
}
.mandala .hero #social-media-icons .button:hover,
.mandala .hero #anchor .button:hover {
  color: #667997;
  background-color: #ffffff;
}
.mandala .hero-section {
  margin-right: -3px;
  margin-left: -3px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media only screen and (max-width: 960px) {
  .mandala .hero #synxis-booking {
    top: 70%;
  }
  .mandala .hero #synxis-booking > .col-12:first-child {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .mandala .hero #synxis-booking {
    max-width: calc(100% - 100px);
  }
  .mandala .hero #synxis-booking > .col-12 {
    padding: 0;
  }
  .mandala .hero #synxis-booking .col-12.col-xl-6 {
    width: 100%;
  }
  .mandala form.bookingEngine input#bookingBtn {
    min-width: 0 !important;
  }
}
@media (max-width: 424px) {
  .mandala .hero #synxis-booking {
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  .mandala .hero #synxis-booking {
    width: 105%;
    max-width: none;
  }
}
.ono .hero {
  background-color: #929089;
}
.ono .hero #social-media-icons .button,
.ono .hero #anchor .button {
  color: #ffffff;
  background-color: #929089;
}
.ono .hero #social-media-icons .button:hover,
.ono .hero #anchor .button:hover {
  color: #929089;
  background-color: #ffffff;
}
.qiu .hero {
  background-color: #1a0b07;
}
.qiu .hero #social-media-icons .button,
.qiu .hero #anchor .button {
  color: #D7BB9A;
  background-color: #1a0b07;
}
.qiu .hero #social-media-icons .button:hover,
.qiu .hero #anchor .button:hover {
  color: #1a0b07;
  background-color: #D7BB9A;
}
/*
 * Synxis booking Form hero
 */
.hero #synxis-booking {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  width: 100%;
  max-width: 560px;
  border: 0;
}
.hero #synxis-booking .col-12 {
  width: 100%;
}
.hero #synxis-booking .col-12 strong {
  font-weight: 700;
  margin-bottom: 0;
}
.hero #synxis-booking .col-12.col-xl-6 {
  width: 50%;
  min-width: 300px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero #synxis-booking {
    /* IE10+ CSS styles go here */
  }
  .hero #synxis-booking .col-12 {
    flex: none !important;
  }
}
.hero #synxis-booking strong {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
  text-shadow: 0px 0px 4px black;
  display: block;
  color: white;
}
.hero #synxis-booking #synxis-booking-form,
.hero #synxis-booking #synxis-booking-form-mobile {
  float: right;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero #synxis-booking #synxis-booking-form,
  .hero #synxis-booking #synxis-booking-form-mobile {
    /* IE10+ CSS styles go here */
    float: none;
  }
}
.hero #synxis-booking ul {
  float: left;
  text-align: left;
  list-style: none;
  color: white;
}
.hero #synxis-booking ul li {
  line-height: 1;
  text-shadow: 0px 0px 4px black;
}
.hero #synxis-booking ul li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  color: white;
  margin-right: 6px;
}
@media (max-width: 1199px) {
  .hero #synxis-booking {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero #synxis-booking strong {
    font-size: 1.4rem;
  }
  .hero #synxis-booking #synxis-booking-form,
  .hero #synxis-booking #synxis-booking-form-mobile {
    float: none;
  }
  .hero #synxis-booking ul {
    float: none;
    text-align: center;
  }
}
@media (max-width: 424px) {
  .hero #synxis-booking {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 350px) {
  .hero #synxis-booking {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
/*
 * TMS: Header like TMH
 */
table#google-rating {
  width: auto;
  margin: 20px auto 20px 40px;
  display: inline-table;
}
table#google-rating td {
  padding: 2px;
}
table#google-rating tr.score td.score-text {
  color: white;
  font-weight: bold;
  font-size: 12px;
}
table#google-rating tr.score td.rating {
  text-align: left;
  font-size: 24px;
  color: black;
  font-weight: bold;
  padding-left: 5px;
  vertical-align: bottom;
}
table#google-rating td.stars i {
  color: black;
  font-size: 12px;
}
table#google-rating td.review-count {
  color: black;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 55px !important;
  }
}
#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
  outline: none !important;
}
#CookiebotWidget {
  display: none !important;
}
.mandala #synxis-booking-form .is-ancestor.is-flex-wrap,
.mandala #synxis-booking-form .is-ancestor.mandala.is-flex-wrap {
  margin: 0 !important;
  border: 0;
}
@media screen and (max-width: 1290px) {
  #promotion .card.ono {
    top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #promotion .card.ono {
    top: -85px;
    width: 35%;
  }
  .facil .hero.hero-has-video {
    padding-top: 0 !important;
  }
  .facil .hero.hero-has-video.is-fullheight {
    min-height: 0 !important;
  }
}
@media screen and (max-width: 670px) {
  #promotion .card.ono {
    top: auto;
    left: 0 !important;
    transform: scale(0.7) !important;
  }
  .ono .hero-slider img,
  .qiu .hero-slider img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1400px) {
  .mandala .hero-section {
    margin-left: -4px;
    margin-right: -4px;
  }
}
/* === Modules === */
/* == Website Header, excluding Booking Form == */
.mandala .header {
  flex-wrap: nowrap;
}
.mandala header.sub .shadow,
.mandala header.root .shadow {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.facil header.sub #firstNav,
.facil header.root #firstNav,
.facil header.sub #secondNav,
.facil header.root #secondNav {
  text-shadow: none;
}
.facil header.sub .shadow,
.facil header.root .shadow {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(to top, rgba(227, 224, 198, 0) 0%, rgba(227, 224, 198, 0.8) 20%, #e3e0c6 100%);
}
.qiu header.sub .shadow,
.qiu header.root .shadow {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.ono header.sub .shadow,
.ono header.root .shadow {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
header.root #secondNav {
  font-size: 13px;
}
header.root #firstNav {
  font-size: 14px;
}
header {
  transition: filter 0.5s ease-in-out;
}
header.sub,
header.root {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
@media only screen and (max-width: 960px) {
  header.sub,
  header.root {
    position: static;
  }
}
header:after {
  content: '';
  width: 100%;
  position: absolute;
  background: radial-gradient(at 50% 0, rgba(0, 0, 0, 0.35), transparent 55%);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  display: none;
}
@media only screen and (max-width: 670px) {
  header:after {
    display: none;
  }
}
header.is-opaque #firstNav,
header.is-opaque #secondNav {
  text-shadow: none;
}
.header,
.mobile-header {
  overflow: hidden;
}
.header {
  height: auto;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.header:before,
.header:after {
  position: absolute;
  border-width: 0px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 150px;
  height: 100%;
  top: 1px;
  display: none;
}
.header:before {
  content: '';
  border-image: linear-gradient(to left, white, rgba(255, 255, 255, 0)) 1 100%;
  left: 0;
  margin-left: -150px;
  border-image-slice: 20;
}
.header:after {
  content: '';
  border-image: linear-gradient(to right, white, rgba(255, 255, 255, 0)) 1 100%;
  right: 0;
  margin-right: -150px;
  border-image-slice: 20;
}
.header.is-attached {
  position: fixed;
}
.header.is-narrow #secondNav,
.header.is-narrow #firstNav,
.header.is-narrow .header-item {
  margin: 0 !important;
  padding: 0 !important;
}
.header.is-narrow .logo {
  height: 80px !important;
}
.header.is-narrow .menu-item {
  padding: 0.25rem !important;
}
@media only screen and (max-width: 960px) {
  .header {
    display: none;
  }
}
.header .header-item {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-item:nth-of-type(1) {
  flex-basis: 20%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 960px) {
  .header .header-item:nth-of-type(1) {
    border-bottom: 0;
  }
}
.header .header-item:nth-of-type(2) {
  flex-basis: 50%;
  flex-direction: column;
}
@media only screen and (max-width: 960px) {
  .header .header-item:nth-of-type(2) {
    border-bottom: 0;
  }
}
.header .header-item:nth-of-type(3) {
  flex-basis: 19%;
  flex-direction: row;
}
.header .flex-menu {
  display: flex;
  width: 100%;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.header .flex-menu .flex-menu-item,
.header .flex-menu .menu-item {
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0.35rem 0.5rem;
}
html.ono .header .header-item:nth-of-type(1),
html.ono .header .header-item:nth-of-type(3) {
  flex-basis: 10%;
}
@media only screen and (min-width: 961px) and (max-width: 1099px) {
  html.mandala .header .header-item:nth-of-type(2) .flex-menu {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  html.mandala .header .header-item:nth-of-type(2) .flex-menu {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  html.mandala .header .header-item:nth-of-type(2) .flex-menu {
    font-size: 13px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1099px) {
  html.mandala .header {
    flex-wrap: nowrap !important;
  }
  html.mandala .header .header-item .logo {
    height: 80px !important;
  }
  html.mandala .header .header-item #google-rating {
    transform: scale(0.85);
  }
  html.mandala .header .header-item .flex-menu .menu-item a {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 961px) and (max-width: 11153px) {
  html.facil .header {
    flex-wrap: nowrap !important;
  }
  html.facil .header .header-item:nth-of-type(2) {
    flex-basis: 50%;
  }
}
#firstNav {
  margin: 0 0 1rem 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}
#secondNav {
  margin: 1rem 0 0 0;
  font-size: 85%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}
.logo {
  height: 95px;
}
.logo a {
  height: 100%;
  width: 100%;
}
.logo a img {
  height: 100%;
}
.logo svg {
  height: 95px;
  width: 250px;
}
.logo svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 960px) {
  .logo {
    height: 65px;
    padding: 0.25rem;
    text-align: center;
  }
  .logo svg {
    height: 65px;
    width: 150px;
  }
}
@media only screen and (max-width: 670px) {
  .logo {
    height: 65px;
    padding: 0.25rem;
    text-align: center;
  }
  .logo svg {
    height: 65px;
    width: 150px;
  }
}
.mandala .logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mandala .logo a img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.mandala .logo svg path {
  fill: #ffffff;
}
.mandala .logo:hover svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 960px) {
  .mandala .logo a img {
    width: auto;
    height: 72%;
  }
}
.facil .logo svg path {
  fill: #572600;
}
.qiu .logo svg path {
  fill: #D7BB9A;
}
.ono .logo svg path {
  fill: #ffffff;
}
.mobile-header {
  display: none;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.5s;
}
.mobile-header:after {
  content: '';
  width: 100%;
  position: absolute;
  background: radial-gradient(at 50% 0, rgba(0, 0, 0, 0.35), transparent 55%);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  display: none;
}
@media only screen and (max-width: 960px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header.is-up {
  transition: all ease-in-out 0.5s;
  transform: translateY(-66px);
}
.mobile-header .header-item:first-child {
  border-top: 0;
}
.mobile-header .header-item:last-child {
  border-top: 0;
  margin-top: 0;
}
.mobile-header .header-item.is-up {
  max-height: 0;
  transition: max-height ease-in-out 0.5s;
}
.mobile-header .header-item.is-down {
  max-height: 250px !important;
  transition: max-height ease-in-out 0.5s;
}
.mobile-header .flex-menu {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px;
}
.mobile-header .flex-menu .menu-item {
  padding: 0 1rem;
  white-space: nowrap;
}
.mobile-header .dropdown-menu {
  text-align: center;
  width: 100%;
  font-size: 120%;
  font-weight: 600;
}
.mobile-header .dropdown-menu .menu-item {
  padding: 0.5rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.mobile-header .dropdown-menu .menu-item:first-child {
  border-top: 0;
}
.mobile-header .dropdown-menu .menu-item:last-child {
  border-bottom: 0;
}
.mobile-header .dropdown-menu .menu-item a {
  width: 100%;
  height: 100%;
}
section.hero-section .is-fullheight ul.header-quick-links {
  display: none;
}
.mandala .mobile-header {
  box-shadow: none;
}
@media only screen and (max-width: 960px) {
  .mandala .mobile-header.sticky {
    background: #667997 !important;
  }
}
.mandala .navbar {
  background-color: transparent;
}
@media only screen and (max-width: 670px) {
  .navbar {
    padding-right: 0;
    padding-left: 10px;
  }
  .navbar-burger {
    width: 45px;
  }
  a.navbar-item .icon,
  a.navbar-link .icon {
    width: 35px !important;
  }
  .mandala .hero-container #main-header-border-container {
    display: none !important;
  }
  .mandala section.hero-section {
    border: none;
  }
  .mandala section.hero-section .is-fullheight {
    height: 100vh !important;
    max-height: none !important;
  }
}
#mb_menubox.is-attached,
#mb_btn_box.is-attached {
  position: fixed;
  top: 0;
  z-index: 5000;
  width: 100%;
  border-bottom: 2px solid #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
#mb_menubox {
  display: block !important;
}
#mb_menubox.is-up {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0;
  transition: max-height ease-in-out 0.25s, opacity 0.25s ease-in-out;
}
#mb_menubox.is-down {
  visibility: visible;
  opacity: 1;
  max-height: 800px;
  transition: max-height ease-in-out 0.25s, opacity 0.25s ease-in-out;
  margin-top: 52px;
}
#bookMe .is-visible,
#lang .is-visible {
  display: flex;
}
#bookMe .is-invisible,
#lang .is-invisible {
  display: none;
}
.mandala .header,
.mandala .mobile-header,
.mandala #mb_btn_box,
.mandala #mb_menubox {
  color: #ffffff;
  background: #667997;
}
.mandala .header {
  margin-bottom: 4px;
}
.facil .header,
.facil .mobile-header,
.facil #mb_btn_box,
.facil #mb_menubox {
  color: #572600;
  background: #e3e0c6;
}
.facil .header {
  background: transparent;
}
.ono .header,
.ono .mobile-header,
.ono #mb_btn_box,
.ono #mb_menubox {
  color: #ffffff;
  background: #929089;
}
.ono .header {
  background: transparent;
}
.qiu .header,
.qiu .mobile-header,
.qiu #mb_btn_box,
.qiu #mb_menubox {
  color: #D7BB9A;
  background: #1a0b07;
}
.qiu .header {
  background: transparent;
}
.header-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 14vh;
  min-height: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .header-overlay {
    display: none;
  }
}
.header-overlay .clone {
  overflow: hidden;
  z-index: -1;
  position: relative;
  filter: blur(5px);
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.header-overlay .clone canvas {
  position: relative;
  left: -8px;
}
@media only screen and (max-width: 670px) {
  .header-overlay .clone {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .header-overlay .clone {
    display: none;
  }
}
.header-overlay .shadow {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
  background: linear-gradient(to right, #667997 0%, rgba(102, 121, 151, 0.65) 33%, rgba(102, 121, 151, 0.65) 66%, #667997 100%);
}
html[lang="ar"] .header .header-item:nth-of-type(1) {
  order: 2;
}
html[lang="ar"] .header .header-item:nth-of-type(2) {
  order: 1;
}
html[lang="ar"] .header .header-item:nth-of-type(3) {
  order: 3;
}
html[lang="ar"] .header .flex-menu {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  .mandala header.root + .body-content > .section:not(.hero-section):first-of-type {
    margin-top: 130px !important;
  }
}
@media only screen and (max-width: 670px) {
  section.hero-section .is-fullheight ul.header-quick-links {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 9999;
    bottom: 150px;
    left: 50%;
    width: 100%;
    color: #fff;
    list-style: none;
    transform: translateX(-50%);
  }
  section.hero-section .is-fullheight ul.header-quick-links li {
    text-align: center;
    margin: 0 15px;
    width: 90px;
  }
  section.hero-section .is-fullheight ul.header-quick-links li a {
    display: inline-block;
  }
  section.hero-section .is-fullheight ul.header-quick-links li .far {
    font-size: 30px;
    font-weight: 100;
  }
  section.hero-section .is-fullheight ul.header-quick-links li p {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
  header.root #secondNav {
    font-size: 11px;
  }
  header.root #firstNav {
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  header.root #secondNav {
    font-size: 8px;
  }
  header.root #firstNav {
    font-size: 9px;
  }
}
@media only screen and (max-width: 574px) {
  .mandala .mobile-header:not(.sticky) {
    background: transparent !important;
  }
}
@media only screen and (max-width: 183px) {
  .ono #scrollDownNavBar {
    display: none;
  }
  .ono .header {
    display: none;
  }
  .ono .mobile-header {
    display: block;
  }
  .ono .logo {
    height: 65px;
    padding: 0.25rem;
    text-align: center;
  }
  .ono .navbar-brand .navbar-item,
  .ono .navbar-tabs .navbar-item {
    display: flex;
    align-items: center;
  }
}
#mobile-menu {
  position: fixed;
  top: calc(100px - 10px);
  left: 0;
  background: #667997;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  z-index: 60;
  transform: translateX(-500px);
  transition: all 0.5s ease-in-out;
}
#mobile-menu.is-active {
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
}
#mobile-menu .menu {
  position: relative;
}
#mobile-menu .menu > ul {
  height: calc(100vh + 3.25rem);
  overflow-y: scroll;
  padding-bottom: 10rem;
  padding-top: 2rem;
}
#mobile-menu .menu .before,
#mobile-menu .menu .after {
  padding: 0.25rem;
  position: absolute;
  font-size: 20px;
  z-index: 1;
  display: none;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 670px) {
  #mobile-menu .menu .before,
  #mobile-menu .menu .after {
    display: block;
  }
}
#mobile-menu .menu .before {
  content: '\f104';
  top: 0;
  height: 3.25rem;
  background: linear-gradient(to top, rgba(102, 121, 151, 0), #667997, #667997);
}
#mobile-menu .menu .after {
  content: '\f105';
  bottom: -6.5rem;
  height: 3.25rem;
  background: linear-gradient(to bottom, rgba(102, 121, 151, 0), #667997, #667997);
}
.mandala #mobile-menu {
  top: 0;
  padding-top: 100px;
  background: #8494ac;
  color: #ffffff;
  border-right: 1px solid #667997;
}
.facil #mobile-menu {
  background: #f4f3e8;
  color: #572600;
  border-right: 1px solid #e3e0c6;
}
.qiu #mobile-menu {
  background: #421c12;
  color: #D7BB9A;
  border-right: 1px solid #1a0b07;
}
.ono #mobile-menu {
  background: #aaa9a4;
  color: #ffffff;
  border-right: 1px solid #929089;
}
form.bookingEngine {
  overflow: hidden;
  margin-bottom: 0;
}
form.bookingEngine * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.bookingEngine input,
form.bookingEngine select {
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  min-height: 45px;
  background: #000000;
  transition: background 0.5s ease-in-out;
  cursor: pointer;
}
form.bookingEngine input::-ms-expand,
form.bookingEngine select::-ms-expand {
  display: none;
}
form.bookingEngine input::-ms-value,
form.bookingEngine select::-ms-value {
  background: transparent;
}
form.bookingEngine input:focus,
form.bookingEngine select:focus,
form.bookingEngine input:active,
form.bookingEngine select:active {
  border: 0;
  background-color: #8494ac;
}
form.bookingEngine select,
form.bookingEngine input.date {
  padding-left: 20%;
}
form.bookingEngine select,
form.bookingEngine input#bookingBtn {
  padding-top: 0;
  padding-bottom: 0;
}
form.bookingEngine input#bookingBtn {
  background: #ef7b0f;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.5s ease-in-out;
}
form.bookingEngine input#bookingBtn:hover {
  background: #f3953e;
  transition: background 0.5s ease-in-out;
}
form.bookingEngine input#bookingBtn .has-icon:before {
  content: '\f2f1';
  font-family: 'Font Awesome 5 Pro';
}
form.bookingEngine select:active,
form.bookingEngine input:active,
form.bookingEngine select:hover,
form.bookingEngine input:hover {
  outline-color: #667997;
}
form.bookingEngine select:hover,
form.bookingEngine input:hover {
  background: #a2aec1;
  transition: background 0.5s ease-in-out;
}
form.bookingEngine .tile.is-ancestor {
  border-bottom: 0;
  border-top: 0;
  background: transparent;
}
@media only screen and (max-width: 670px) {
  form.bookingEngine .tile.is-ancestor {
    margin-bottom: 0 !important;
  }
}
form.bookingEngine .tile.is-parent {
  padding: 0 !important;
}
form.bookingEngine .tile.is-parent .box:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 0;
  margin-right: 0;
  border-right: 1px solid #737373 !important;
}
form.bookingEngine .tile.is-parent .box:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 670px) {
  form.bookingEngine .tile.is-parent {
    padding: 0 !important;
  }
}
form.bookingEngine .box {
  border-left: 0;
  padding: 0;
  height: auto !important;
  background: inherit !important;
}
@media only screen and (max-width: 960px) {
  form.bookingEngine .box {
    border-left: 0;
    border-right: 0;
  }
  form.bookingEngine .box:first-child {
    border-right: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
  }
  form.bookingEngine .box:last-child {
    border-left: 0;
    border-bottom: 1px solid #ffffff !important;
  }
}
@media only screen and (max-width: 670px) {
}
.systemNotice {
  background: transparent !important;
}
@media only screen and (max-width: 670px) {
  .systemNotice {
    margin-top: 0 !important;
  }
}
.systemNotice .roomHintContainer,
.systemNotice .losHintContainer,
.systemNotice .childHintContainer {
  min-height: 50px;
}
.systemNotice .roomHintContainer .card-content,
.systemNotice .losHintContainer .card-content,
.systemNotice .childHintContainer .card-content {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.systemNotice .tile.is-parent:nth-child(1) {
  order: 1;
}
.systemNotice .tile.is-parent:nth-child(2) {
  order: 2;
}
.systemNotice .tile.is-parent:nth-child(3) {
  order: 3;
}
@media only screen and (max-width: 670px) {
  .systemNotice .tile.is-parent:nth-child(1) {
    order: 3;
  }
  .systemNotice .tile.is-parent:nth-child(2) {
    order: 2;
  }
  .systemNotice .tile.is-parent:nth-child(3) {
    order: 1;
  }
}
.systemNotice.is-up {
  max-height: 0;
  transition: all ease-in-out 0.25s;
  border-bottom: 0;
}
.systemNotice.is-down {
  margin-top: 0;
  max-height: 500px;
  transition: max-height ease-in-out 0.5s;
  border-bottom: 0 !important;
}
.systemNotice .tile.is-right {
  margin-right: 0 !important;
}
.ui-datepicker .ui-datepicker-header {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}
.page-overlay {
  display: block !important;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: calc(100% + 100px);
  position: fixed;
  left: 0;
  top: 0;
}
.page-overlay.is-invisble {
  z-index: -1;
}
.page-overlay.is-visible {
  z-index: 6000;
}
.childContainer {
  visibility: hidden;
}
.childContainer .is-visible {
  visibility: visible;
}
.ageChildOneContainer,
.ageChildTwoContainer {
  visibility: hidden;
}
.ageChildOneContainer .is-visible,
.ageChildTwoContainer .is-visible {
  visibility: visible;
}
/* === Date Picker === */
body.site div#ui-datepicker-div {
  font-family: Arial, Helvetica, sans-serif;
}
body.site #ui-datepicker-div {
  padding: 10px 5px 5px 5px;
  height: auto !important;
  background: #000000;
  margin-top: -2px;
  border: 1px solid #ffffff;
  border-radius: 0;
  font-size: 100%;
  z-index: 9999 !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 960px) {
  body.site #ui-datepicker-div {
    font-size: 120%;
  }
}
body.site .ui-datepicker {
  /*width: 200px;*/
  background: #000000;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 670px) {
  body.site .ui-datepicker {
    width: 100% !important;
    position: absolute;
    left: 0 !important;
  }
}
body.site .ui-datepicker table {
  width: 100%;
}
body.site .ui-datepicker a {
  color: #ffffff;
}
body.site .ui-datepicker .ui-state-default,
body.site .ui-datepicker .ui-widget-content .ui-state-default,
body.site .ui-datepicker .ui-widget-header .ui-datepicker-prev:before,
body.site .ui-datepicker .ui-widget-header .ui-datepicker-next:before {
  color: #ffffff;
}
body.site .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
body.site .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
body.site .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
body.site .ui-datepicker .ui-widget-header {
  background: transparent none repeat scroll 0% 0%;
  color: #ffffff;
  font-weight: normal;
  margin: 2em auto 0px;
  position: relative;
  width: 76%;
}
body.site .ui-datepicker .ui-datepicker-header {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
}
body.site .ui-widget-header {
  border: 0px solid #AAA;
  background: #444 none repeat scroll 0% 0%;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}
body.site .ui-corner-all {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
body.site .ui-helper-clearfix::before,
body.site .ui-helper-clearfix::after {
  content: "";
  display: table;
}
body.site .ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 0;
  top: 0;
}
body.site .ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 0;
  top: 0;
}
body.site .ui-datepicker .ui-widget-header .ui-datepicker-prev::before {
  content: "<";
}
body.site .ui-datepicker .ui-widget-header .ui-datepicker-next::before {
  content: ">";
}
body.site .ui-datepicker .ui-widget-header .ui-datepicker-prev::before,
body.site .ui-datepicker .ui-widget-header .ui-datepicker-next::before {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
body.site .ui-datepicker .ui-widget-header .ui-datepicker-prev,
body.site .ui-datepicker .ui-widget-header .ui-datepicker-next {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  top: -5px;
  width: auto;
}
body.site .ui-datepicker .ui-datepicker-prev,
body.site .ui-datepicker .ui-datepicker-next {
  position: absolute;
  -moz-user-select: none;
  top: 4px;
  width: 28px;
  height: 28px;
}
body.site .ui-corner-all,
body.site .ui-corner-bottom,
body.site .ui-corner-right,
body.site .ui-corner-br {
  border-bottom-right-radius: 2px;
}
body.site .ui-corner-all,
body.site .ui-corner-bottom,
body.site .ui-corner-left,
body.site .ui-corner-bl {
  border-bottom-left-radius: 2px;
}
body.site .ui-corner-all,
body.site .ui-corner-top,
body.site .ui-corner-right,
body.site .ui-corner-tr {
  border-top-right-radius: 2px;
}
body.site .ui-corner-all,
body.site .ui-corner-top,
body.site .ui-corner-left,
body.site .ui-corner-tl {
  border-top-left-radius: 2px;
}
body.site .ui-datepicker table {
  margin: 0px auto;
  width: 100%;
  border-collapse: collapse;
}
body.site .ui-datepicker a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0px none;
  cursor: pointer;
}
body.site .ui-datepicker td {
  min-width: 0;
}
body.site .ui-datepicker td a {
  display: block;
  height: 100%;
  padding: 3px 0px;
  text-align: center;
  text-decoration: none;
}
body.site .ui-datepicker .ui-datepicker-current-day,
body.site .ui-datepicker td a:hover {
  background: #8494ac;
  border: 0;
}
body.site .ui-state-disabled,
body.site .ui-widget-content .ui-state-disabled,
body.site .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  cursor: default !important;
  background-image: none;
}
body.site .ui-state-default,
body.site .ui-widget-content .ui-state-default,
body.site .ui-widget-header .ui-state-default {
  border: 0;
  background: none;
  font-weight: bold;
  color: #ffffff;
}
body.site .ui-state-active,
body.site .ui-widget-content .ui-state-active,
body.site .ui-widget-header .ui-state-active {
  border: 0;
  background: #667997;
}
body.site .ui-state-highlight,
body.site .ui-widget-content .ui-state-highlight,
body.site .ui-widget-header .ui-state-highlight {
  border: 0;
  background: #8494ac;
}
/* == Google Maps API Plugin == */
#map {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#map img {
  width: auto !important;
  max-width: none !important;
}
#panorama,
.panorama {
  display: block !important;
  position: relative;
  height: 100%;
  width: 100%;
  height: calc(100vh - 220px);
  overflow: hidden;
}
#panorama .floating-action-button,
.panorama .floating-action-button {
  bottom: 60px;
  right: auto;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
}
#panorama .action-button,
.panorama .action-button {
  background: transparent;
  border: 2px solid #ffffff;
}
#panorama .action-button:hover,
.panorama .action-button:hover {
  color: #ffffff;
}
#panorama-image {
  overflow: hidden;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #panorama-image {
    height: 100%;
    width: 1024px;
  }
}
#panorama-navigation {
  margin: 0 auto;
  border-radius: 0px;
  width: 100%;
  position: relative;
  background: #000000;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 50px;
  flex-direction: row;
}
#panorama-navigation .before,
#panorama-navigation .after {
  padding: 0.25rem;
  position: absolute;
  font-size: 20px;
  height: 100%;
  top: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 670px) {
}
#panorama-navigation .before {
  content: '\f104';
  left: 0;
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #000000, #000000);
  text-align: left;
}
#panorama-navigation .after {
  content: '\f105';
  right: 0;
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #000000, #000000);
  text-align: right;
}
#panorama-navigation .flex-menu ul {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-wrap: nowrap;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #panorama-navigation .flex-menu ul {
    justify-content: center;
  }
}
#panorama-navigation .flex-menu li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#panorama-navigation .flex-menu a:hover {
  color: #000000;
  background: #ffffff;
}
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1px;
}
@media only screen and (max-width: 670px) {
  .gallery.is-collapsed {
    overflow-y: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 670px) {
  .gallery.is-collapsed .gallery-post {
    flex-basis: 80% !important;
    flex-shrink: 0;
    border-left: 0;
  }
}
.gallery .gallery-post {
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 1;
  border-width: 0 1px 1px 0;
  border-color: #ffffff;
  border-style: solid;
  height: 20vw;
  max-height: 300px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .gallery .gallery-post {
    flex-basis: 100% !important;
    height: 60vw;
  }
}
.gallery .gallery-post:hover .gallery-header {
  transform: translateY(0);
  transition: all ease-in-out 0.5s;
}
.gallery .gallery-post:hover .gallery-image {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.gallery .gallery-post:hover .gallery-caption {
  transform: translateY(0);
  transition: all ease-in-out 0.5s;
}
.gallery .gallery-header,
.gallery .gallery-image,
.gallery .gallery-caption {
  position: absolute;
  transition: all ease-in-out 0.5s;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.gallery .gallery-header {
  left: 0;
  top: 0;
  line-height: 1;
  padding: 0.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  width: 100%;
  height: 50px;
  overflow: hidden;
  transform: translateY(-50px);
  z-index: 3;
  font-size: 80%;
}
.gallery .gallery-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.gallery .gallery-image.is-blurry {
  filter: blur(20px);
  z-index: 2;
  opacity: 1;
}
@media only screen and (max-width: 670px) {
  .gallery .gallery-image.is-blurry {
    opacity: 1;
  }
}
.gallery .gallery-caption {
  left: 0;
  bottom: 0;
  padding: 0.5rem;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  width: 100%;
  height: 50px;
  transform: translateY(50px);
  z-index: 3;
}
/* == Main Image Slider == */
.slider-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.slider-container .before,
.slider-container .after {
  padding: 0.25rem;
  position: absolute;
  font-size: 20px;
  height: 100%;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  transition: all ease-in-out 0.25s 1s;
}
.slider-container .before.is-active,
.slider-container .after.is-active {
  transform: translateX(0px);
  transition: all ease-in-out 0.25s;
}
.slider-container .before {
  content: '\f104';
  left: 0;
  text-align: left;
  transform: translateX(-50px);
}
.slider-container .after {
  content: '\f105';
  right: 0;
  text-align: right;
  transform: translateX(50px);
}
.slider-container .slider {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -20px;
  left: 0;
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: auto;
}
.slider-container .slider .slide {
  background-size: cover;
  height: 100%;
  flex-basis: 100%;
  flex-shrink: 0;
}
.slider-container .owl-stage-outer,
.slider-container .owl-item,
.slider-container .owl-lazy {
  height: 100% !important;
  width: 100% !important;
}
.slider-container .owl-stage {
  height: 100% !important;
}
.slider-container .owl-lazy {
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-container .owl-nav {
  z-index: 4;
}
.slider-container .owl-prev,
.slider-container .owl-next {
  transition: all ease-in-out 0.25s;
  opacity: 0;
}
.slider-container .owl-prev {
  transform: translateX(-100px);
  margin-left: 20px;
  margin-right: 0;
}
.slider-container .owl-next {
  transform: translateX(100px);
  margin-left: 0;
  margin-right: 20px;
}
.slider-container:hover .owl-prev,
.slider-container:hover .owl-next {
  transition: all ease-in-out 0.25s;
  opacity: 1;
  transform: translateX(0);
}
#hero-slider {
  height: 1600px;
  width: 1600px;
}
@media only screen and (max-width: 960px) {
  #hero-slider {
    height: 960px;
    width: 960px;
  }
}
@media only screen and (max-width: 670px) {
  #hero-slider {
    height: 670px;
    width: 670px;
  }
}
@media only screen and (max-width: 960px) {
  #hero-slider > div {
    height: 960px;
    width: 960px;
  }
}
@media only screen and (max-width: 670px) {
  #hero-slider > div {
    height: 670px;
    width: 670px;
  }
}
.slides {
  height: 1600px;
  width: 1600px;
}
@media only screen and (max-width: 960px) {
  .slides {
    height: 960px;
    width: 960px;
  }
}
@media only screen and (max-width: 670px) {
  .slides {
    height: 670px;
    width: 670px;
  }
}
#bio_ep {
  border: 2px solid #ffffff !important;
  background: #667997 !important;
  padding: 15px !important;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
}
#bio_ep #bio_ep_close {
  background: #667997 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  margin: 0 !important;
  padding: 2px;
  left: initial !important;
  right: 2px;
  top: 2px;
}
#bio_ep h1 {
  font-size: 0.95rem !important;
}
#bio_ep .btn-group {
  padding: 15px;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bio_ep .cta,
#bio_ep .cxl {
  padding: 5px 8px;
}
#bio_ep .cta a,
#bio_ep .cxl a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
#bio_ep .cta {
  border: 2px solid #fff;
  max-width: 120px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#bio_ep .cta:hover {
  background: #ffffff;
  color: #667997;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
/* == Social Media Icons == */
@media only screen and (max-width: 670px) {
  #social-media-icons {
    display: none;
  }
}
/* == BLACKBOX: Tertiary Navigation or additional content links underneath hero container == */
#thirdnav,
#blackbox,
#mb_blackbox {
  margin: 0 auto;
  border-radius: 0px;
  width: 100%;
  position: relative;
  background: #000000;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
#thirdnav .before,
#blackbox .before,
#mb_blackbox .before,
#thirdnav .after,
#blackbox .after,
#mb_blackbox .after {
  padding: 0.25rem;
  position: absolute;
  font-size: 20px;
  height: 100%;
  top: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 670px) {
  #thirdnav .before,
  #blackbox .before,
  #mb_blackbox .before,
  #thirdnav .after,
  #blackbox .after,
  #mb_blackbox .after {
    display: flex;
  }
}
#thirdnav .before,
#blackbox .before,
#mb_blackbox .before {
  content: '\f104';
  left: 0;
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #000000, #000000);
  text-align: left;
}
#thirdnav .after,
#blackbox .after,
#mb_blackbox .after {
  content: '\f105';
  right: 0;
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #000000, #000000);
  text-align: right;
}
@media only screen and (max-width: 960px) {
  #thirdnav,
  #blackbox,
  #mb_blackbox {
    margin: 0;
    margin-bottom: -1px;
    margin-top: -1px;
    width: calc(100% + 2px);
    left: -1px;
  }
}
#thirdnav .flex-menu ul,
#blackbox .flex-menu ul,
#mb_blackbox .flex-menu ul {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-wrap: nowrap;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #thirdnav .flex-menu ul,
  #blackbox .flex-menu ul,
  #mb_blackbox .flex-menu ul {
    justify-content: center;
  }
}
#thirdnav .flex-menu li,
#blackbox .flex-menu li,
#mb_blackbox .flex-menu li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#thirdnav .flex-menu a:hover,
#blackbox .flex-menu a:hover,
#mb_blackbox .flex-menu a:hover {
  color: #000000;
  background: #ffffff;
}
#thirdnav.mandala,
#blackbox.mandala,
#mb_blackbox.mandala {
  background: #667997;
  color: #ffffff;
}
#thirdnav.mandala .before,
#blackbox.mandala .before,
#mb_blackbox.mandala .before {
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #667997, #667997);
}
#thirdnav.mandala .after,
#blackbox.mandala .after,
#mb_blackbox.mandala .after {
  content: '\f105';
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #667997, #667997);
}
#thirdnav.mandala .flex-menu a:hover,
#blackbox.mandala .flex-menu a:hover,
#mb_blackbox.mandala .flex-menu a:hover {
  color: #667997;
  background: #ffffff;
}
#thirdnav.qiu,
#blackbox.qiu,
#mb_blackbox.qiu {
  background: #1a0b07;
  color: #D7BB9A;
}
#thirdnav.qiu .before,
#blackbox.qiu .before,
#mb_blackbox.qiu .before {
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #1a0b07, #1a0b07);
}
#thirdnav.qiu .after,
#blackbox.qiu .after,
#mb_blackbox.qiu .after {
  content: '\f105';
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #1a0b07, #1a0b07);
}
#thirdnav.qiu .flex-menu a:hover,
#blackbox.qiu .flex-menu a:hover,
#mb_blackbox.qiu .flex-menu a:hover {
  color: #1a0b07;
  background: #D7BB9A;
}
#thirdnav.ono,
#blackbox.ono,
#mb_blackbox.ono {
  background: #929089;
  color: #ffffff;
}
#thirdnav.ono .before,
#blackbox.ono .before,
#mb_blackbox.ono .before {
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #929089, #929089);
}
#thirdnav.ono .after,
#blackbox.ono .after,
#mb_blackbox.ono .after {
  content: '\f105';
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #929089, #929089);
}
#thirdnav.ono .flex-menu a:hover,
#blackbox.ono .flex-menu a:hover,
#mb_blackbox.ono .flex-menu a:hover {
  color: #929089;
  background: #ffffff;
}
#thirdnav.facil,
#blackbox.facil,
#mb_blackbox.facil {
  background: #e3e0c6;
  color: #572600;
}
#thirdnav.facil .before,
#blackbox.facil .before,
#mb_blackbox.facil .before {
  background: linear-gradient(to left, rgba(102, 121, 151, 0), #e3e0c6, #e3e0c6);
}
#thirdnav.facil .after,
#blackbox.facil .after,
#mb_blackbox.facil .after {
  content: '\f105';
  background: linear-gradient(to right, rgba(102, 121, 151, 0), #e3e0c6, #e3e0c6);
}
#thirdnav.facil .flex-menu a:hover,
#blackbox.facil .flex-menu a:hover,
#mb_blackbox.facil .flex-menu a:hover {
  color: #e3e0c6;
  background: #572600;
}
#blackbox {
  display: none !important;
}
.main-footer {
  position: relative;
  z-index: 200;
  background: linear-gradient(to top, rgba(132, 148, 172, 0) 0%, rgba(132, 148, 172, 0.8) 100%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35) inset;
  color: #f2f2f2 !important;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.main-footer .tile.is-ancestor {
  background: transparent;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.main-footer .tile {
  align-items: flex-start;
}
.main-footer .tile .title {
  margin-bottom: 1rem;
  font-weight: bold;
}
.main-footer .tile.icons ul {
  display: flex;
}
.main-footer .tile.icons li + li {
  margin-left: 15px;
}
.main-footer .tile.bottom-line {
  border-top: 2px solid #fff !important;
  padding-right: 120px;
}
.main-footer .tile.bottom-line ul {
  display: flex;
  flex-wrap: wrap;
}
.main-footer .tile.bottom-line ul li {
  margin-right: 30px;
}
.main-footer .tile #toTop {
  position: absolute;
  right: 50px;
  bottom: 15px;
  padding: 0 !important;
}
.main-footer .box {
  background: transparent;
  color: #f2f2f2;
}
.main-footer ul {
  padding-left: 0;
}
.main-footer li {
  list-style-type: none;
}
.main-footer .flex-menu {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  list-style-type: none;
  padding: 30px !important;
}
.main-footer .flex-menu .menu-item {
  line-height: 1;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.5rem 0.25rem;
}
.main-footer .flex-menu .menu-item a:not(.cookie-settings) {
  width: 100%;
}
.main-footer .flex-menu .menu-item a.cookie-settings {
  width: 90px;
  line-height: 25px;
}
@media only screen and (max-width: 670px) {
  .main-footer .tile.bottom-line {
    padding-right: 0;
  }
  .main-footer .tile #toTop {
    right: 0;
    bottom: 10px;
  }
  .main-footer .flex-menu {
    padding: 15px 30px !important;
  }
}
.mandala .main-footer {
  color: #ffffff;
  background: linear-gradient(to top, rgba(132, 148, 172, 0) 0%, rgba(102, 121, 151, 0.8) 100%);
}
.mandala .main-footer .tile.is-ancestor {
  background: transparent;
}
.mandala .main-footer .box,
.mandala .main-footer .box:hover {
  background: transparent !important;
}
.facil .main-footer {
  background: linear-gradient(to top, rgba(132, 148, 172, 0) 0%, rgba(227, 224, 198, 0.8) 100%);
  color: #572600;
}
.facil .main-footer .tile.is-ancestor {
  background: transparent;
}
.facil .main-footer .box,
.facil .main-footer .box:hover {
  background: transparent !important;
}
.ono .main-footer {
  background: linear-gradient(to top, rgba(170, 169, 164, 0) 0%, rgba(146, 144, 137, 0.8) 100%);
  color: #ffffff;
}
.ono .main-footer .tile.is-ancestor {
  background: transparent;
}
.ono .main-footer .box,
.ono .main-footer .box:hover {
  background: transparent !important;
}
.qiu .main-footer {
  background: linear-gradient(to top, rgba(66, 28, 18, 0) 0%, rgba(26, 11, 7, 0.8) 100%);
  color: #D7BB9A;
}
.qiu .main-footer .tile.is-ancestor {
  background: transparent;
}
.qiu .main-footer .box,
.qiu .main-footer .box:hover {
  background: transparent !important;
}
.voucher-shop {
  background: #667997;
}
.facil .voucher-shop {
  background: #f4f3e8;
}
.ono .voucher-shop {
  background: #aaa9a4;
}
.qiu .voucher-shop {
  background: #421c12;
}
.mandala .voucher-shop {
  background: #8494ac;
}
#factsheets {
  background: #fdfdf6;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  overflow: hidden;
  opacity: 1;
  transition: all ease-in-out 0.25s;
}
#factsheets ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #667997 1%, rgba(102, 121, 151, 0) 50%);
}
@media only screen and (max-width: 670px) {
  #blog .overlay {
    display: none;
  }
}
#blog .blog-teaser-img {
  background-size: cover;
  order: 2;
}
#blog .blog-teaser {
  order: 1;
}
#blog .post-teaser-img {
  height: 128px;
  width: 128px;
  border-radius: 50%;
}
@media only screen and (max-width: 670px) {
  #blog .post-teaser-img {
    height: 64px;
    width: 64px;
  }
}
#blog #bookingEngine {
  display: none;
}
#blog .main-footer {
  background: transparent;
  border: 0;
}
#blog-header {
  border: 0 !important;
}
#blog-header .tile {
  background: transparent !important;
}
#blog-sidebar {
  margin-left: 0;
  margin-right: 0;
  align-items: flex-start;
  border-bottom: 0;
  background: transparent;
}
#blog-sidebar .tile {
  border: 0 !important;
  background: transparent !important;
}
#blog-content .tile {
  border: 0 !important;
}
#blog-content .is-ancestor {
  background: transparent !important;
}
.author-picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .author-picture {
    width: 50px;
    height: 50px;
  }
}
.blog-content .subtitle {
  font-weight: 300;
  font-style: italic;
}
.blog-content .card-content {
  display: block;
}
@media only screen and (max-width: 960px) {
  .blog-content header h1 {
    font-size: inherit;
    background: transparent;
    color: inherit;
  }
}
.blog-wrapper {
  border: 0 !important;
}
.blog-post {
  padding: 1rem;
  background: transparent !important;
  border: 0 !important;
}
.blog-post:nth-child(even) .blog-post-col:first-child {
  order: 1;
}
.blog-post:nth-child(even) .blog-post-col:last-child {
  order: 2;
}
.blog-post:nth-child(odd) .blog-post-col:first-child {
  order: 2;
}
.blog-post:nth-child(odd) .blog-post-col:last-child {
  order: 1;
}
.blog-post .tile {
  border: 0!important;
}
.blog-post .tile.is-parent {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media only screen and (max-width: 670px) {
  .blog-post:nth-child(even) .blog-post-col:first-child {
    order: 1;
  }
  .blog-post:nth-child(even) .blog-post-col:last-child {
    order: 2;
  }
  .blog-post:nth-child(odd) .blog-post-col:first-child {
    order: 1;
  }
  .blog-post:nth-child(odd) .blog-post-col:last-child {
    order: 2;
  }
}
.blog-subtitle {
  font-weight: 300;
  display: block;
}
.blog-teaser-image figure {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.blog-teaser-image figure img {
  height: 100%;
  width: auto;
}
.content-repeater {
  margin-bottom: 1rem;
}
.content-repeater .tile.is-ancestor {
  margin: 0 1rem !important;
  background: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#cookieConsent {
  position: fixed;
  z-index: 6002;
  width: 100%;
  left: 0;
  bottom: 1rem;
  transition: all ease-in-out 0.5s;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 670px) {
  #cookieConsent {
    bottom: 0;
    padding-bottom: 0;
  }
}
#cookieConsent .message {
  max-width: 480px;
  margin: 0 auto;
  transition: all ease-in-out 0.5s;
}
@media only screen and (max-width: 670px) {
  #cookieConsent .message {
    max-width: none;
  }
}
#cookieConsent .message .card {
  box-shadow: 10px 10px 12px 2px rgba(0, 0, 0, 0.45);
}
#cookieConsent .message .card-content {
  padding-bottom: 0;
}
#cookieConsent .message .card-footer {
  margin-top: -1.5rem;
}
#cookieConsent .message #rejectCookie {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
#cookieConsent.is-inactive {
  visibility: hidden;
  transform: translateY(50px);
}
#cookieConsent.is-inactive .message {
  opacity: 0;
}
#cookieConsent.is-active {
  visibility: visible;
  transform: translateY(0);
}
#cookieConsent.is-active .message {
  opacity: 1;
}
@media only screen and (max-width: 670px) {
  #cookieConsent .field {
    flex-wrap: wrap;
  }
}
#cookieConsent .control:first-child {
  margin-right: 5rem;
}
@media only screen and (max-width: 670px) {
  #cookieConsent .control:first-child {
    margin-right: 0;
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 670px) {
  #cookieConsent .control:last-child {
    margin-top: 0.5rem;
  }
}
#userNavbar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6000;
  background: transparent;
}
form#XbeForm {
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
body:not(.site) {
  background-color: #667997;
  background-image: url('https://www.themandala.de/site/assets/files/20287/repeating-m.png');
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 127px 0;
}
body:not(.site) .shadow {
  opacity: 1!important;
}
@media only screen and (max-width: 670px) {
  body:not(.site) {
    padding: 65px 0 0 0;
  }
}
body:not(.site) a {
  color: #667997;
}
body:not(.site) header a {
  color: #ffffff !important;
  text-decoration: none;
}
body:not(.site) header a:hover {
  color: #ffffff !important;
}
body:not(.site) .booking-engine {
  padding: 2rem 4rem;
  transition: opacity ease-in-out 0.5s;
}
@media only screen and (max-width: 670px) {
  body:not(.site) .booking-engine {
    padding: 1rem;
  }
}
body:not(.site) .btnSt1,
body:not(.site) .btnSt2,
body:not(.site) .btnSt3,
body:not(.site) .btnSt4 {
  color: #ffffff;
}
body:not(.site) .blueimp-gallery > .description {
  display: none !important;
}
body:not(.site) .ProductImage,
body:not(.site) .HotelNameAddress {
  display: none;
}
body:not(.site) .ProductShortDesc small {
  display: block;
  line-height: 1.2;
  border: 1px solid #ef7b0f;
  color: #ef7b0f;
  background: #fad2ac;
  padding: 0.25rem;
  border-radius: 2px;
}
body:not(.site) .liverate-container {
  color: #ffffff !important;
  position: fixed;
  left: 15px;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  visibility: hidden;
  width: 215px;
}
@media only screen and (max-width: 670px) {
  body:not(.site) .liverate-container {
    width: 100%;
  }
}
body:not(.site) .liverate-container .card-header {
  background-color: #ef7b0f;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  animation-name: pulsate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  cursor: pointer;
}
body:not(.site) .liverate-container .card-header .card-header-title {
  display: flex;
}
body:not(.site) .liverate-container .card-header div {
  padding: 1rem 0.5rem 1rem 0.5rem;
}
body:not(.site) .liverate-container .card-header div:first-child {
  padding: 1rem 0.5rem 1rem 1rem;
}
body:not(.site) .liverate-container .card-header div:last-child {
  padding: 1rem 1rem 1rem 0.5rem;
}
body:not(.site) .liverate-container .card-header div:only-child {
  padding: 1rem;
}
body:not(.site) .liverate-container .card-header + .card-content {
  padding: 0 2rem 1rem 1rem;
}
body:not(.site) .liverate-container.is-down {
  transform: translate(0, 185px);
  transition: all ease-in-out 0.5s;
}
@media only screen and (max-width: 670px) {
  body:not(.site) .liverate-container {
    width: 100%;
    left: 0;
  }
}
body:not(.site) #liverate {
  background: #000000;
  height: 178px;
  position: relative;
}
body:not(.site) #liverate iframe {
  background: black;
  z-index: 2;
}
body:not(.site) #liverate p {
  padding-top: 1rem;
}
body:not(.site) ul#benefits {
  margin: 1rem 1rem 4rem 1rem;
  padding: 0.25rem;
  background: #667997;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 670px) {
  body:not(.site) ul#benefits {
    display: none;
  }
}
body:not(.site) ul#benefits li {
  list-style-type: none;
  padding: 0.25rem;
  margin: 0;
  font-size: 90%;
}
@keyframes pulsate {
  0% {
    background-color: #ef7b0f;
  }
  50% {
    background-color: #f3953e;
  }
  100% {
    background-color: #ef7b0f;
  }
}
.floating-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 6000;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100vh + 3.25rem);
  background: #ef7b0f;
  background: transparent;
  padding-top: 245px;
  transform: translateX(450px);
  transition: all ease-in-out 0.5s;
}
.floating-sidebar.is-retracted {
  transform: translatex(490px);
}
@media only screen and (max-width: 670px) {
  .floating-sidebar {
    display: none;
    width: 250px;
    transform: translateX(250px);
    padding-top: 121px;
  }
  .floating-sidebar.is-retracted {
    transform: translatex(290px);
  }
}
.floating-sidebar .floating-sidebar-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6001;
  background: #667997;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 0.5s;
  transform: translateX(50px);
}
.floating-sidebar .floating-sidebar-content .card {
  max-height: 0px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.floating-sidebar .floating-sidebar-content .card.is-active {
  max-height: 2000px;
  transition: all ease-in-out 0.5s;
  opacity: 1;
}
.floating-sidebar .floating-sidebar-content .card .card-header {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.floating-sidebar .floating-sidebar-content .card .card-header .title {
  line-height: 1.2 !important;
}
.floating-sidebar .floating-sidebar-content .card .card-content {
  height: calc(100vh - 9rem);
  overflow-y: visible;
  padding: 1rem;
  padding-right: 2rem;
  box-sizing: content-box;
  background-color: #8494ac;
  background: linear-gradient(135deg, #8494ac, #a2aec1);
}
.floating-sidebar .floating-sidebar-content .card .card-content.reviews {
  height: calc(100vh - 11rem);
}
@media only screen and (max-width: 670px) {
  .floating-sidebar .floating-sidebar-content .card .card-content.reviews {
    height: auto;
  }
}
.floating-sidebar .floating-sidebar-content .card .card-content.instafeed {
  height: calc(100vh - 7rem);
}
.floating-sidebar .floating-sidebar-content .card .card-content.instafeed .shadow {
  display: none;
}
.floating-sidebar .floating-sidebar-content .card .card-footer {
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.floating-sidebar .floating-sidebar-content .card .before,
.floating-sidebar .floating-sidebar-content .card .after {
  left: 0;
  padding: 0.75rem;
  position: absolute;
  font-size: 20px;
  z-index: 3;
  width: 100%;
}
.floating-sidebar .floating-sidebar-content .card .before {
  background: linear-gradient(to top, rgba(102, 121, 151, 0), #667997, #667997);
  top: 52px;
}
.floating-sidebar .floating-sidebar-content .card .after {
  background: linear-gradient(to bottom, rgba(102, 121, 151, 0), #667997, #667997);
  bottom: 64px;
}
.floating-sidebar .floating-sidebar-content .accordions {
  background: transparent;
}
.floating-sidebar .floating-sidebar-content .accordions .accordion {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 670px) {
  .floating-sidebar .floating-sidebar-content .accordions .accordion .accordion-content p {
    line-height: 1.4;
    font-size: 90%;
  }
}
.floating-sidebar .floating-sidebar-menu {
  display: flex;
  flex-direction: column;
  transform: translateX(-80px);
}
.floating-sidebar .floating-sidebar-menu .menu-item {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  background: rgba(239, 123, 15, 0.75);
  margin: 0.25rem 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all ease-in-out 0.5s;
  transform: translateX(40px);
  cursor: pointer;
}
.floating-sidebar .floating-sidebar-menu .menu-item:hover {
  transform: translateX(-100px);
}
.floating-sidebar .floating-sidebar-menu .menu-item .card {
  background: transparent;
}
.floating-sidebar .floating-sidebar-menu .menu-item.is-selected {
  background: #ffffff !important;
}
.floating-sidebar .floating-sidebar-menu .menu-item.is-selected .card {
  color: #ef7b0f !important;
}
.floating-sidebar.is-active {
  transform: translateX(0px);
}
.floating-sidebar.is-active .floating-sidebar-content {
  transform: translateX(0px);
}
.floating-sidebar.is-active .floating-sidebar-menu .menu-item {
  transform: translateX(40px);
}
.floating-sidebar.is-active .floating-sidebar-menu .menu-item:hover {
  transform: translateX(-60px);
}
.facil .floating-sidebar {
  background: #e3e0c6;
}
.facil .floating-sidebar .menu-item {
  background: rgba(227, 224, 198, 0.75);
}
.facil .floating-sidebar .menu-item.is-selected {
  background: #572600 !important;
}
.facil .floating-sidebar .menu-item.is-selected .card {
  color: #e3e0c6 !important;
}
.facil .floating-sidebar .floating-sidebar-content {
  background: #e3e0c6;
}
.facil .floating-sidebar .floating-sidebar-content .card .before {
  background: linear-gradient(to top, rgba(227, 224, 198, 0), #e3e0c6, #e3e0c6);
  top: 52px;
}
.facil .floating-sidebar .floating-sidebar-content .card .after {
  background: linear-gradient(to bottom, rgba(227, 224, 198, 0), #e3e0c6, #e3e0c6);
  bottom: 64px;
}
.facil .floating-sidebar .floating-sidebar-content .card .card-content {
  background-color: #f4f3e8;
  background: linear-gradient(135deg, #f4f3e8, #ffffff);
}
.qiu .floating-sidebar {
  background: #1a0b07;
}
.qiu .floating-sidebar .menu-item {
  background: rgba(26, 11, 7, 0.75);
}
.qiu .floating-sidebar .menu-item.is-selected {
  background: #D7BB9A !important;
}
.qiu .floating-sidebar .menu-item.is-selected .card {
  color: #1a0b07 !important;
}
.qiu .floating-sidebar .floating-sidebar-content {
  background: #1a0b07;
}
.qiu .floating-sidebar .floating-sidebar-content .card .before {
  background: linear-gradient(to top, rgba(26, 11, 7, 0), #1a0b07, #1a0b07);
  top: 52px;
}
.qiu .floating-sidebar .floating-sidebar-content .card .after {
  background: linear-gradient(to bottom, rgba(26, 11, 7, 0), #1a0b07, #1a0b07);
  bottom: 64px;
}
.qiu .floating-sidebar .floating-sidebar-content .card .card-content {
  background-color: #421c12;
  background: linear-gradient(135deg, #421c12, #6a2d1d);
}
.ono .floating-sidebar {
  background: #929089;
}
.ono .floating-sidebar .menu-item {
  background: rgba(206, 175, 64, 0.75);
}
.ono .floating-sidebar .menu-item.is-selected {
  background: #ffffff !important;
}
.ono .floating-sidebar .menu-item.is-selected .card {
  color: #ceaf40 !important;
}
.ono .floating-sidebar .floating-sidebar-content {
  background: #929089;
}
.ono .floating-sidebar .floating-sidebar-content .card .before {
  background: linear-gradient(to top, rgba(146, 144, 137, 0), #929089, #929089);
  top: 52px;
}
.ono .floating-sidebar .floating-sidebar-content .card .after {
  background: linear-gradient(to bottom, rgba(146, 144, 137, 0), #929089, #929089);
  bottom: 64px;
}
.ono .floating-sidebar .floating-sidebar-content .card .card-content {
  background-color: #aaa9a4;
  background: linear-gradient(135deg, #aaa9a4, #c3c2be);
}
.floating-sidebar-menu .menu-item#sidebarButton_0 {
  border-radius: 5px;
  width: 135px;
  transform: rotate(-90deg) translate(40px, -2px);
}
ul.testimonials {
  padding: 0 2rem 0 0;
}
ul.testimonials li {
  margin: 1.5rem 0 0 0;
}
ul.testimonials li:nth-child(1) {
  margin-top: 0;
}
ul.testimonials p:nth-child(2) {
  text-align: right;
}
.slider.testimonials .slide {
  height: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px;
  padding: 10px;
  background: transparent;
}
.slider.testimonials .slide p {
  padding: 0 1rem;
  margin: 0;
  width: 100%;
}
.slider.testimonials .slide p:first-child {
  text-align: left;
}
.slider.testimonials .slide p:last-child {
  text-align: right;
}
.slider.testimonials .slide p:only-child {
  text-align: left;
}
.slider.testimonials .slide p span {
  position: relative;
}
.slider.testimonials .slide p span:before,
.slider.testimonials .slide p span:after {
  font-family: 'Font Awesome 5 Pro';
  height: 1rem;
  width: 1rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider.testimonials .slide p span:before {
  content: '\f10d';
  left: -1.5rem;
  top: -0.25rem;
}
.slider.testimonials .slide p span:after {
  content: '\f10e';
  right: -1.5rem;
  bottom: 0.25rem;
}
#scrollDownNavBar {
  position: fixed;
  z-index: 5001;
  top: 0;
  transform: translateY(0px);
  transition: all ease-in-out 0.5s;
  background: linear-gradient(to right, #8494ac 0%, #667997 33%, #667997 66%, #8494ac 100%);
  width: 100%;
  left: 0;
}
#scrollDownNavBar.is-attached {
  position: fixed;
}
#scrollDownNavBar.is-up {
  transform: translateY(-100px);
  transition: all ease-in-out 0.5s;
}
#scrollDownNavBar .logo {
  flex-basis: 33%;
  flex-grow: 0 !important;
}
#scrollDownNavBar .logo svg,
#scrollDownNavBar .logo img {
  height: 95px;
  max-height: none;
  padding: 0.5rem 0;
}
#scrollDownNavBar .logo svg path,
#scrollDownNavBar .logo img path {
  color: #ffffff;
}
#scrollDownNavBar .navbar {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  border-bottom: 1px solid #667997;
  background: transparent !important;
}
#scrollDownNavBar .navbar:after {
  content: '';
  width: 100%;
  position: absolute;
  background: radial-gradient(at 50% 0, rgba(0, 0, 0, 0.35), transparent 55%);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  bottom: -20px;
}
@media only screen and (max-width: 670px) {
  #scrollDownNavBar .navbar:after {
    display: none;
  }
}
#scrollDownNavBar .navbar-item,
#scrollDownNavBar .navbar-link {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#scrollDownNavBar .navbar-item:hover,
#scrollDownNavBar .navbar-link:hover {
  background: none;
}
@media only screen and (max-width: 960px) {
  #scrollDownNavBar {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  #scrollDownNavBar {
    display: none;
  }
}
.mandala #scrollDownNavBar {
  background: linear-gradient(to right, #8494ac 0%, #667997 33%, #667997 66%, #8494ac 100%);
}
.mandala #scrollDownNavBar .navbar {
  border-bottom: 1px solid #667997;
  color: #ffffff;
}
.mandala #scrollDownNavBar .logo svg,
.mandala #scrollDownNavBar .logo img {
  height: auto;
  max-width: 250px;
}
.facil #scrollDownNavBar {
  background: linear-gradient(to right, #f4f3e8 0%, #e3e0c6 33%, #e3e0c6 66%, #f4f3e8 100%);
}
.facil #scrollDownNavBar .navbar {
  border-bottom: 1px solid #e3e0c6;
  color: #572600;
}
.ono #scrollDownNavBar {
  background: linear-gradient(to right, #aaa9a4 0%, #929089 33%, #929089 66%, #aaa9a4 100%);
}
.ono #scrollDownNavBar .navbar {
  border-bottom: 1px solid #929089;
  color: #ffffff;
}
.qiu #scrollDownNavBar {
  background: linear-gradient(to right, #421c12 0%, #1a0b07 33%, #1a0b07 66%, #421c12 100%);
}
.qiu #scrollDownNavBar .navbar {
  border-bottom: 1px solid #1a0b07;
  color: #D7BB9A;
}
#footerNavigation {
  position: fixed;
  right: 2rem;
  bottom: 0;
  z-index: 6000;
  width: 33%;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.35);
  display: none;
}
@media only screen and (max-width: 670px) {
  #footerNavigation {
    display: block;
  }
}
#footerNavigation .tile.is-child,
#footerNavigation .tile.is-ancestor {
  border: 0;
}
#footerNavigation.is-active #footerNavContent {
  max-height: 650px;
  height: 650px;
}
@media only screen and (max-width: 670px) {
  #footerNavigation.is-active #footerNavContent {
    max-height: 450px;
    height: 450px;
  }
}
#footerNavigation #footerNavMenu {
  position: fixed;
  z-index: 6001;
  left: 3px;
  bottom: 0;
  width: 100vw;
  height: 3rem;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.35);
}
#footerNavigation #footerNavMenu .card-header {
  justify-content: space-around;
}
#footerNavigation #footerNavMenu .card-header > div {
  padding: 1rem;
}
#footerNavigation #footerNavMenu .chat-button .badge {
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  background: red;
  color: #ffffff;
  top: 0px;
  right: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  opacity: 0;
  font-size: 10px;
}
#footerNavigation #footerNavMenu .chat-button.has-unread-message .badge {
  animation-name: mini-bounce;
  transform-origin: center bottom;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  opacity: 1;
}
#footerNavigation #footerNavContent {
  transition: all ease-in-out 0.5s;
  max-height: 0;
  height: 650px;
  padding-bottom: 0;
}
@media only screen and (max-width: 670px) {
  #footerNavigation #footerNavContent {
    height: 450px;
  }
}
#footerNavigation #footerNavContent .card-content {
  padding: 1rem;
  overflow-y: auto;
  height: 80%;
}
#footerNavigation #footerNavContent .card {
  opacity: 0;
  max-height: 0;
}
#footerNavigation #footerNavContent .card.is-active {
  opacity: 1;
  max-height: 1001px;
  height: 100%;
  padding-bottom: 3rem;
}
#footerNavigation #footerNavContent .accordions {
  background: transparent;
}
#footerNavigation #footerNavContent .accordions .accordion {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 670px) {
  #footerNavigation #footerNavContent .accordions .accordion .accordion-content p {
    line-height: 1.4;
    font-size: 90%;
  }
}
@media only screen and (max-width: 670px) {
  #footerNavigation {
    width: 100%;
    right: 0;
  }
}
.mandala #footerNavContent .card {
  background: #7586a2;
}
.mandala #footerNavContent .card-content:not(.instafeed) {
  border-bottom: 1px solid #667997;
  border-top: 1px solid #667997;
}
.mandala #footerNavMenu {
  box-shadow: none !important;
  background: transparent;
}
.mandala #footerNavMenu .card {
  background: transparent !important;
}
.mandala #footerNavMenu .card-header-icon {
  color: #fff;
  background: transparent;
}
.mandala #footerNavMenu .card-header-icon.is-selected {
  background: #ffffff;
  color: #ef7b0f;
}
.mandala #footerNavigation #footerNavMenu .card-header > div {
  flex: auto;
}
@media only screen and (max-width: 670px) {
  .mandala #footerNavMenu.sticky {
    background: #667997;
  }
}
.facil #footerNavContent .card {
  background: #ebe9d7;
}
.facil #footerNavContent .card-content:not(.instafeed) {
  border-bottom: 1px solid #e3e0c6;
  border-top: 1px solid #e3e0c6;
}
.facil #footerNavMenu .card-header-icon.is-selected {
  background: #572600;
  color: #e3e0c6;
}
.qiu #footerNavContent .card {
  background: #2e140c;
}
.qiu #footerNavContent .card-content:not(.instafeed) {
  border-bottom: 1px solid #1a0b07;
  border-top: 1px solid #1a0b07;
}
.qiu #footerNavMenu .card-header-icon.is-selected {
  background: #D7BB9A;
  color: #1a0b07;
}
.ono #footerNavContent .card {
  background: #9e9c96;
}
.ono #footerNavContent .card-content:not(.instafeed) {
  border-bottom: 1px solid #929089;
  border-top: 1px solid #929089;
}
.ono #footerNavMenu .card-header-icon.is-selected {
  background: #ffffff;
  color: #929089;
}
/* === Theme === */
/* == Buttons == */
.btn {
  padding: 8px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  font-family: Arial, sans-serif;
  float: none;
  font-weight: 600;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  margin: 0 !important;
  min-width: 75px;
  max-width: 150px;
  display: inline-block;
  transition: all 1.5s ease-in-out, background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01);
}
.btn-more {
  font-weight: 600;
  color: #667997;
  background: #ffffff;
  padding: 0.3em;
  border-radius: 2px;
  width: calc(50%);
  text-align: center;
}
.btn-more:hover {
  color: #667997;
}
.btn:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
.btn.white {
  color: #ffffff;
  border-color: #ffffff;
  background: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
}
.btn.white:hover {
  color: #667997;
}
.btn.blue {
  color: #667997;
  border-color: #667997;
}
.btn.brown {
  color: #71634f;
  border-color: #71634f;
}
.fx-from-left {
  transform: translateX(-1000px);
  animation-name: fromLeft;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.fx-fade-in-from-top {
  transform: translateY(-15px);
  opacity: 0;
  animation-name: fadeInFromTop;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-delay: 1s;
}
.fx-bounce {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-iteration-count: 3;
  animation-delay: 10s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.fx-mini-bounce {
  animation-name: mini-bounce;
  transform-origin: center bottom;
  animation-iteration-count: 2;
  animation-delay: 5s;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.fx-unfurl {
  animation-name: unfurl;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-duration: 0.5s;
}
.orange-pulse:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  animation-name: orange-pulse;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  z-index: -1;
}
.fx-wobble-hor-bottom {
  animation: wobble-hor-bottom 0.8s 3 both;
}
.fx-shake-lr {
  animation: shake-lr 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}
/* == Animations == */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transform: translate3d(0, -10px, 0);
  }
  70% {
    transform: translate3d(0, -5px, 0);
  }
  90% {
    transform: translate3d(0, -1px, 0);
  }
}
@keyframes mini-bounce {
  from,
  20%,
  53%,
  80%,
  to {
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transform: translate3d(0, -3px, 0);
  }
  70% {
    transform: translate3d(0, -2px, 0);
  }
  90% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bob {
  0% {
    transform: translate(0, 2px);
  }
  20% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 2px);
  }
}
@keyframes unfurl {
  0% {
    opacity: 0;
    max-width: 0px;
  }
  100% {
    opacity: 1;
    max-width: 600px;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInFromTop {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fromBottom {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fromTop {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fromLeft {
  0% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes orange-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(239, 123, 15, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px ade(#ef7b0f, 80%);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(239, 123, 15, 0);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-8px) rotate(-6deg);
  }
  30% {
    transform: translateX(4px) rotate(6deg);
  }
  45% {
    transform: translateX(-2px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(1px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-1px) rotate(-1.2deg);
  }
}
@keyframes shake-lr {
  0%,
  50% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  5% {
    transform: rotate(8deg);
  }
  10%,
  20%,
  30% {
    transform: rotate(-10deg);
  }
  15%,
  25%,
  35% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-8deg);
  }
  45% {
    transform: rotate(8deg);
  }
}
/* === Widgets === */
/* == Customer Alliance Review Widget == */
#ca-review-widget {
  align-items: flex-end;
}
#ca-review-widget .card {
  background: #ffffff;
  color: #667997;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
#ca-review-widget .card-header {
  background: #667997;
  color: #ffffff;
}
#ca-review-widget .card-header-title {
  padding: calc(1rem/4);
}
#ca-review-widget .card-content {
  padding: calc(1rem/4);
}
#ca-review-widget .card-header + .card-content {
  padding: 0 calc(1rem/4);
}
#ca-review-widget .card-footer-item {
  padding: 0 calc(1rem/4) calc(1rem/4) calc(1rem/4);
}
#ca-review-widget p {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 670px) {
  #ca-review-widget {
    display: none;
  }
}
.ca-index {
  font-size: 3rem;
}
.ca-comment {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 90%;
}
.ca-comment:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0e5";
  margin-right: 0.5em;
}
.ca-review-score ul,
.ca-portal-ratings ul,
.ca-portals ul {
  text-align: left;
  list-style: none;
  padding-left: 0;
}
.ca-review-score li,
.ca-portal-ratings li,
.ca-portals li {
  text-align: left;
}
.ca-review-score li span,
.ca-portal-ratings li span,
.ca-portals li span {
  display: inline-block;
}
.ca-review-score li span:first-child,
.ca-portal-ratings li span:first-child,
.ca-portals li span:first-child {
  width: 70%;
  text-align: left;
}
.ca-review-score li span:last-child,
.ca-portal-ratings li span:last-child,
.ca-portals li span:last-child {
  width: 30%;
  text-align: right;
}
.ca-review-score,
.ca-portal-ratings {
  flex-basis: 25%;
}
.ca-portals {
  flex-basis: 50%;
}
.ca-logo {
  text-align: center;
}
.mandala #ca-review-widget .card {
  color: #667997;
}
.mandala #ca-review-widget .card .card-header {
  background: #667997;
  color: #ffffff;
}
.mandala #ca-review-widget .card svg path,
.mandala #ca-review-widget .card svg polygon,
.mandala #ca-review-widget .card svg rect {
  fill: #667997;
}
.mandala #ca-review-widget .card:hover {
  color: #ffffff;
}
.mandala #ca-review-widget .card:hover svg path,
.mandala #ca-review-widget .card:hover svg polygon,
.mandala #ca-review-widget .card:hover svg rect {
  fill: #ffffff;
  transition: fill 0.5s ease-in-out;
}
.facil #ca-review-widget .card {
  color: #572600;
}
.facil #ca-review-widget .card .card-header {
  background: #572600;
  color: #e3e0c6;
}
.facil #ca-review-widget .card svg path,
.facil #ca-review-widget .card svg polygon,
.facil #ca-review-widget .card svg rect {
  fill: #572600;
}
.facil #ca-review-widget .card:hover {
  color: #e3e0c6;
}
.facil #ca-review-widget .card:hover svg path,
.facil #ca-review-widget .card:hover svg polygon,
.facil #ca-review-widget .card:hover svg rect {
  fill: #e3e0c6;
  transition: fill 0.5s ease-in-out;
}
.ono #ca-review-widget .card {
  color: #929089;
}
.ono #ca-review-widget .card .card-header {
  background: #929089;
  color: #ffffff;
}
.ono #ca-review-widget .card svg path,
.ono #ca-review-widget .card svg polygon,
.ono #ca-review-widget .card svg rect {
  fill: #929089;
}
.ono #ca-review-widget .card:hover {
  color: #ffffff;
}
.ono #ca-review-widget .card:hover svg path,
.ono #ca-review-widget .card:hover svg polygon,
.ono #ca-review-widget .card:hover svg rect {
  fill: #ffffff;
  transition: fill 0.5s ease-in-out;
}
.qiu #ca-review-widget .card {
  color: #1a0b07;
}
.qiu #ca-review-widget .card .card-header {
  background: #1a0b07;
  color: #D7BB9A;
}
.qiu #ca-review-widget .card svg path,
.qiu #ca-review-widget .card svg polygon,
.qiu #ca-review-widget .card svg rect {
  fill: #1a0b07;
}
.qiu #ca-review-widget .card:hover {
  color: #D7BB9A;
}
.qiu #ca-review-widget .card:hover svg path,
.qiu #ca-review-widget .card:hover svg polygon,
.qiu #ca-review-widget .card:hover svg rect {
  fill: #D7BB9A;
  transition: fill 0.5s ease-in-out;
}
/* == Cognitoforms == */
.cognito {
  min-height: 20vh !important;
  position: relative !important;
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  transition: all ease-in-out 0.5s;
  opacity: 1;
}
.cognito.is-invisible {
  display: block !important;
  opacity: 0 !important;
  transition: all ease-in-out 0.5s;
}
.cognito .c-forms-form {
  z-index: 51 !important;
  position: relative !important;
}
.cognito .c-forms-form .c-forms-heading {
  display: none !important;
}
.cognito .c-forms-form h1,
.cognito .c-forms-form h2,
.cognito .c-forms-form h3,
.cognito .c-forms-form h4,
.cognito .c-forms-form h5,
.cognito .c-forms-form h6 {
  font-size: 0.95rem !important;
  font-weight: normal !important;
}
.cognito .c-forms-form .c-label {
  padding-left: 0 !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
}
.cognito .c-forms-form .c-editor {
  color: #ffffff;
}
.cognito .c-forms-form-main {
  margin-top: 0 !important;
}
.cognito .c-editor {
  padding-left: 0 !important;
}
@media only screen and (max-width: 670px) {
  .cognito .c-editor {
    padding-right: 0 !important;
  }
}
.cognito .c-validation {
  padding: 0.5rem;
  margin: 0 8px 0 0;
  border: 1px solid #aa150e !important;
  color: #aa150e !important;
  font-weight: bold !important;
  background: #f47c77 !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-1px);
}
.cognito .c-field {
  padding: 0 0 1rem 0 !important;
}
.cognito .c-page-numbering {
  display: none;
}
.cognito .c-action {
  margin-top: 0.5rem !important;
}
.cognito .c-title {
  padding-left: 0px !important;
}
.cognito .c-title h1,
.cognito .c-title h2,
.cognito .c-title h3,
.cognito .c-title h4,
.cognito .c-title h5,
.cognito .c-title h6 {
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
}
.cognito .c-html h1,
.cognito .c-html h2,
.cognito .c-html h3,
.cognito .c-html h4,
.cognito .c-html h5,
.cognito .c-html h6 {
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
}
.cognito .c-html li,
.cognito .c-html p {
  margin-bottom: 0.25rem !important;
}
.cognito .c-button-section button:last-child {
  margin-left: 10px !important;
}
.cognito .c-button-section button:only-child {
  margin-left: 0 !important;
}
.cognito button,
.cognito .cognito .c-forms-form button {
  color: #ffffff !important;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  padding: 8px !important;
  border-radius: 0 !important;
  transition: all 0.5s ease-in-out;
  background: transparent !important;
  margin: 0 !important;
}
.cognito button:hover,
.cognito .cognito .c-forms-form button:hover {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.mandala .simplebar-scrollbar:before {
  background: #ffffff;
}
.facil .simplebar-scrollbar:before {
  background: #572600;
}
.ono .simplebar-scrollbar:before {
  background: #ffffff;
}
.qiu .simplebar-scrollbar:before {
  background: #D7BB9A;
}
.hc-joblist ul.hc-joblist-offer-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.hc-joblist li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.hc-joblist li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  padding-top: 0.1rem;
  padding-right: 0.5rem;
}
.hc-joblist .hc-joblist-offer-link {
  margin-left: 0.75rem;
}
html[lang="ar"] .hc-joblist li:before {
  content: "\f0d9";
  padding-right: 0;
  padding-left: 0.5rem;
}
html[lang="ar"] .hc-joblist .hc-joblist-offer-link {
  margin-right: 0.75rem;
  margin-left: 0;
}
.joblist {
  min-height: 150px;
}
#particles {
  background-color: #000000;
}
#swipebox-close {
  top: 20px;
  right: 40px;
}
@media only screen and (max-width: 670px) {
  #swipebox-close {
    top: 20px;
    right: 20px;
  }
}
#career-button {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 5000;
  transform: rotate(90deg) translateY(24px);
  transform-origin: center;
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
#career-button .card-content {
  padding: 0.5rem;
}
#career-button .card {
  transition: background-color 0.5s ease-in-out;
}
#career-button .card:hover {
  background-color: #8494ac;
  transition: background-color 0.5s ease-in-out;
}
@media only screen and (max-width: 670px) {
  #career-button {
    display: none;
  }
}
#career-button.facil .card:hover {
  background-color: #f4f3e8;
}
#career-button.qiu .card:hover {
  background-color: #421c12;
}
#career-button.ono .card:hover {
  background-color: #aaa9a4;
}
.instafeed {
  padding: 0 !important;
  height: 450px;
  background: transparent !important;
  overflow: visible;
}
@media only screen and (max-width: 670px) {
  .instafeed {
    flex-direction: column;
    margin-right: 0;
    height: auto;
  }
}
.instafeed .instafeed-feed {
  display: flex;
  overflow-y: auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  margin-right: -18px;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-feed {
    overflow-y: visible;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin: 0 -2rem;
    padding: 1rem 3rem;
  }
}
.instafeed .instafeed-feed .instafeed-post {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  transition: all ease-in-out 0.5s 0.5s;
  margin-bottom: 1rem;
  color: #ffffff;
  background: #667997;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-feed .instafeed-post {
    flex-basis: 300px;
    flex-shrink: 0;
    margin-bottom: 0rem;
    margin-right: 1rem;
  }
}
.instafeed .instafeed-feed .instafeed-post .shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  display: none;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-feed .instafeed-post .shadow {
    display: block;
  }
}
.instafeed .instafeed-feed .instafeed-header {
  padding: 0.5rem;
  font-size: 80%;
  order: 3;
  line-height: 1.2;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-feed .instafeed-header {
    height: 75px;
    overflow: hidden;
  }
}
.instafeed .instafeed-feed .instafeed-image {
  background-size: cover;
  background-position: center;
  order: 1;
  height: 250px;
  font-size: 80%;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-feed .instafeed-image {
    height: 250px;
  }
}
.instafeed .instafeed-feed .instafeed-caption {
  padding: 0.5rem 0.5rem 0 0.5rem;
  order: 2;
  font-size: 80%;
  font-weight: bold;
}
.instafeed .instafeed-gallery .instafeed-post {
  flex-basis: 33.3333%;
  flex-grow: 1;
  flex-shrink: 1;
  border: 1px solid white;
  height: 20vw;
  max-height: 300px;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.5s 0.5s;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-gallery .instafeed-post {
    flex-basis: 100%;
    height: 60vw;
    transition: all ease-in-out 0.5s;
  }
}
.instafeed .instafeed-gallery .instafeed-post:hover {
  flex-basis: 66.6666%;
  transition: all ease-in-out 0.5s 0.5s;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-gallery .instafeed-post:hover {
    height: 80vw;
    transition: all ease-in-out 0.5s;
  }
}
.instafeed .instafeed-gallery .instafeed-post:hover .instafeed-header {
  transform: translateY(0);
  transition: all ease-in-out 0.5s 0.5s;
}
.instafeed .instafeed-gallery .instafeed-post:hover .instafeed-caption {
  transform: translateY(0);
  transition: all ease-in-out 0.5s 0.5s;
}
.instafeed .instafeed-gallery .instafeed-header,
.instafeed .instafeed-gallery .instafeed-image,
.instafeed .instafeed-gallery .instafeed-caption {
  position: absolute;
  transition: all ease-in-out 0.5s 0.5s;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.instafeed .instafeed-gallery .instafeed-header {
  left: 0;
  top: 0;
  line-height: 1;
  padding: 0.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  width: 100%;
  height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50px);
  z-index: 2;
  font-size: 80%;
}
@media only screen and (max-width: 670px) {
  .instafeed .instafeed-gallery .instafeed-header {
    font-size: 100%;
  }
}
.instafeed .instafeed-gallery .instafeed-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.instafeed .instafeed-gallery .instafeed-caption {
  left: 0;
  bottom: 0;
  padding: 0.5rem;
  padding-bottom: 0;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  width: 100%;
  transform: translateY(50px);
  z-index: 2;
}
.mandala .instafeed-post,
.mandala .instafeed-caption,
.mandala .instafeed-header {
  color: #ffffff;
  background: #667997;
}
.mandala .instafeed-post .shadow,
.mandala .instafeed-caption .shadow,
.mandala .instafeed-header .shadow {
  background: linear-gradient(to bottom, rgba(102, 121, 151, 0) 0%, rgba(102, 121, 151, 0.5) 25%, #667997 75%, #667997 100%);
}
.facil .instafeed-post,
.facil .instafeed-caption,
.facil .instafeed-header {
  color: #572600;
  background: #e3e0c6;
}
.facil .instafeed-post .shadow,
.facil .instafeed-caption .shadow,
.facil .instafeed-header .shadow {
  background: linear-gradient(to bottom, rgba(227, 224, 198, 0) 0%, rgba(227, 224, 198, 0.5) 25%, #e3e0c6 75%, #e3e0c6 100%);
}
.ono .instafeed-post,
.ono .instafeed-caption,
.ono .instafeed-header {
  color: #ffffff;
  background: #929089;
}
.ono .instafeed-post .shadow,
.ono .instafeed-caption .shadow,
.ono .instafeed-header .shadow {
  background: linear-gradient(to bottom, rgba(146, 144, 137, 0) 0%, rgba(146, 144, 137, 0.5) 25%, #929089 75%, #929089 100%);
}
.qiu .instafeed-post,
.qiu .instafeed-caption,
.qiu .instafeed-header {
  color: #D7BB9A;
  background: #1a0b07;
}
.qiu .instafeed-post .shadow,
.qiu .instafeed-caption .shadow,
.qiu .instafeed-header .shadow {
  background: linear-gradient(to bottom, rgba(26, 11, 7, 0) 0%, rgba(26, 11, 7, 0.5) 25%, #1a0b07 75%, #1a0b07 100%);
}
.liverate {
  min-height: 120px;
  transition: all ease-in-out 0.5s;
}
.blog-posts,
.media-list {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px;
  margin: 0 -1rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}
.blog-posts.is-visible,
.media-list.is-visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.blog-posts.has-overflow:before,
.media-list.has-overflow:before,
.blog-posts.has-overflow:after,
.media-list.has-overflow:after {
  left: 0;
  content: "";
  width: 100%;
  position: absolute;
  z-index: 3;
  border-top: 1px solid #ffffff;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background: radial-gradient(at 50% 0px, rgba(0, 0, 0, 0.15), transparent 50%);
}
@media only screen and (max-width: 670px) {
  .blog-posts.has-overflow:before,
  .media-list.has-overflow:before,
  .blog-posts.has-overflow:after,
  .media-list.has-overflow:after {
    display: none;
  }
}
.blog-posts.has-overflow:before,
.media-list.has-overflow:before {
  top: 0;
}
.blog-posts.has-overflow:after,
.media-list.has-overflow:after {
  bottom: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 670px) {
  .blog-posts,
  .media-list {
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    display: flex;
    margin: 0 -2rem;
    padding: 1rem 2rem;
  }
}
.blog-posts .blog-post,
.media-list .blog-post,
.blog-posts .media-post,
.media-list .media-post {
  flex-basis: calc(25% - .5rem);
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0;
  margin: 0.25rem;
  min-height: 70px;
  justify-content: flex-start !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}
.blog-posts .blog-post:only-child,
.media-list .blog-post:only-child,
.blog-posts .media-post:only-child,
.media-list .media-post:only-child {
  margin: 0 !important;
}
.blog-posts .blog-post .card-header,
.media-list .blog-post .card-header,
.blog-posts .media-post .card-header,
.media-list .media-post .card-header {
  flex-wrap: nowrap;
}
.blog-posts .blog-post .card-header + .card-content,
.media-list .blog-post .card-header + .card-content,
.blog-posts .media-post .card-header + .card-content,
.media-list .media-post .card-header + .card-content {
  padding-top: 0;
}
.blog-posts .blog-post .card-content,
.media-list .blog-post .card-content,
.blog-posts .media-post .card-content,
.media-list .media-post .card-content {
  background: transparent !important;
}
.blog-posts .blog-post .card-content p,
.media-list .blog-post .card-content p,
.blog-posts .media-post .card-content p,
.media-list .media-post .card-content p {
  line-height: 1.2;
  padding: 0;
}
.blog-posts .blog-post .card-content + .card-footer .card-footer-item,
.media-list .blog-post .card-content + .card-footer .card-footer-item,
.blog-posts .media-post .card-content + .card-footer .card-footer-item,
.media-list .media-post .card-content + .card-footer .card-footer-item {
  padding-top: 0;
}
.blog-posts .blog-post .card-footer,
.media-list .blog-post .card-footer,
.blog-posts .media-post .card-footer,
.media-list .media-post .card-footer,
.blog-posts .blog-post .card-header,
.media-list .blog-post .card-header,
.blog-posts .media-post .card-header,
.media-list .media-post .card-header {
  position: static !important;
  background: transparent !important;
}
@media only screen and (max-width: 670px) {
  .blog-posts .blog-post,
  .media-list .blog-post,
  .blog-posts .media-post,
  .media-list .media-post {
    flex-basis: 280px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    background: #8494ac !important;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
  }
}
@media only screen and (max-width: 670px) {
  .mandala .blog-posts,
  .mandala .media-list {
    border: 0;
  }
}
.mandala .blog-posts .blog-post,
.mandala .media-list .blog-post,
.mandala .blog-posts .media-post,
.mandala .media-list .media-post {
  background: rgba(102, 121, 151, 0.5) !important;
}
@media only screen and (max-width: 670px) {
  .facil .blog-posts,
  .facil .media-list {
    border: 0;
  }
}
.facil .blog-posts .blog-post,
.facil .media-list .blog-post,
.facil .blog-posts .media-post,
.facil .media-list .media-post {
  background: rgba(227, 224, 198, 0.5) !important;
}
@media only screen and (max-width: 670px) {
  .ono .blog-posts,
  .ono .media-list {
    border: 0;
  }
}
.ono .blog-posts .blog-post,
.ono .media-list .blog-post,
.ono .blog-posts .media-post,
.ono .media-list .media-post {
  background: rgba(146, 144, 137, 0.5) !important;
}
@media only screen and (max-width: 670px) {
  .qiu .blog-posts,
  .qiu .media-list {
    border: 0;
  }
}
.qiu .blog-posts .blog-post,
.qiu .media-list .blog-post,
.qiu .blog-posts .media-post,
.qiu .media-list .media-post {
  background: rgba(26, 11, 7, 0.5) !important;
}
.review-statistics .card .card-header .card-header-title.review-score {
  flex-grow: 0;
}
/* === Pages === */
/* == Specific Styles for Room Layout == */
#room h1 {
  font-weight: normal;
}
.show {
  display: block;
}
.hide {
  display: none;
}
#systemNotice {
  padding-left: 60px;
  background-color: #000000;
  color: #ffffff;
  background-image: url(/site/templates/img/ico_info-white.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px center;
  min-height: 50px;
  transition: all ease-in-out 0.5s;
  display: none;
}
#availabilityCalendar {
  height: 530px;
  height: auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  background-color: #667997;
}
@media only screen and (max-width: 960px) {
  #availabilityCalendar {
    height: 600px;
  }
}
@media only screen and (max-width: 670px) {
  #availabilityCalendar {
    height: 940px;
  }
}
#eventList {
  display: none;
  color: #fff;
  background: #000;
  padding: 15px 15px 15px 60px;
  background-image: url('/site/templates/img/ico_warning-white.png');
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 10px center;
}
#eventList ul {
  padding: 0;
  margin: 0;
  line-height: 2;
  list-style-type: none;
}
@media only screen and (max-width: 960px) {
  #promotions {
    border-top: 2px solid #ffffff;
  }
}
@media only screen and (max-width: 670px) {
  #promotions {
    border-top: 0;
  }
}
#roomList {
  /*margin-bottom: 3rem;*/
}
#roomList .tile.is-ancestor {
  margin: 1rem 0.5rem;
}
#roomList .tile.is-ancestor:last-child {
  margin-bottom: 3rem !important;
}
#roomList .tile.is-ancestor.is-flex-wrap {
  margin-bottom: 0;
}
#roomList .tile.is-ancestor.is-flex-wrap:last-child {
  margin-bottom: 0 !important;
}
#roomList .room-teaser {
  order: 2;
  z-index: 3;
  padding-right: 0;
  padding-top: 0;
}
#roomList .room-teaser .is-child {
  margin-right: 0;
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  #roomList .room-teaser {
    order: 2;
  }
}
@media only screen and (max-width: 960px) {
  #roomList .room-teaser {
    height: auto !important;
    display: flex;
  }
}
#roomList .room-teaser .room-teaser-description {
  margin-bottom: 0;
  order: 2;
}
@media only screen and (max-width: 670px) {
  #roomList .room-teaser .room-teaser-description {
    order: 1;
  }
}
#roomList .room-teaser .room-teaser-floorplan {
  order: 1;
}
@media only screen and (max-width: 670px) {
  #roomList .room-teaser .room-teaser-floorplan {
    order: 3;
    height: 300px;
  }
}
#roomList .room-teaser .room-teaser-floorplan .gallery-header,
#roomList .room-teaser .room-teaser-floorplan .gallery-caption {
  background: transparent;
  transform: translateY(0);
}
#roomList .room-teaser .room-teaser-floorplan .gallery-caption .field {
  justify-content: flex-end;
}
#roomList .room-teaser .room-teaser-floorplan .gallery-image {
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 670px) {
}
#roomList .room-image {
  padding-left: 0;
  padding-top: 0;
  overflow: hidden;
  order: 3;
}
#roomList .room-image .is-child {
  margin-left: 0;
  margin-top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  #roomList .room-image {
    order: 1;
    padding-bottom: 0;
  }
  #roomList .room-image .is-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  #roomList .room-image {
    order: 1;
  }
}
#liverate iframe,
.liverate iframe {
  height: 160px !important;
  position: relative !important;
  z-index: 60;
  background: #000000 !important;
  padding-right: 1rem !important;
}
#liverate iframe body,
.liverate iframe body {
  font-family: Arial, Helvetica, sans-serif !important;
}
@media only screen and (max-width: 960px) {
  #liverate,
  .liverate {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  #liverate,
  .liverate {
    width: 100%;
  }
}
#liverate .container-fluid,
.liverate .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#liverate .card-content,
.liverate .card-content {
  min-height: 180px;
}
@media only screen and (max-width: 960px) {
  #liverate .card-content,
  .liverate .card-content {
    min-height: auto;
  }
}
#promotionList {
  display: flex;
  flex-direction: row;
  padding: 0;
}
@media only screen and (max-width: 670px) {
  #promotionList {
    height: auto;
    flex-direction: column-reverse;
  }
}
.room-promotion {
  flex: 1 1 16.66%;
  margin-right: 2px;
  display: flex;
  flex-direction: column;
  background: #bfbcaa;
}
@media only screen and (max-width: 670px) {
  .room-promotion {
    border-top: 2px solid #ffffff;
  }
}
@media only screen and (max-width: 670px) {
  .room-promotion:first-of-type {
    border-top: 0;
  }
}
.room-promotion:last-child {
  margin-right: 0;
}
.room-promotion-select {
  z-index: 10;
  color: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px solid #999;
}
.room-promotion.active .room-promotion-select {
  background: #800080;
  background: #ef7b0f;
}
.room-promotion.inactive .room-promotion-select {
  background: #460546;
  background: #bf6a1a;
}
.room-promotion.inactive .room-promotion-select:hover {
  background: #981e98;
  background: #bf6a1a;
  cursor: pointer;
}
.room-promotion-select:after {
  content: '';
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 20px #800080;
  border-top: solid 20px #ef7b0f;
  border-left: solid 70px transparent;
  border-right: solid 70px transparent;
  transition: all 0.5s ease-in-out;
}
.room-promotion.active .room-promotion-select:after {
  opacity: 1;
}
.room-promotion.inactive .room-promotion-select:after {
  opacity: 0;
}
.room-promotion.active .room-promotion-select:hover:after {
  border-top: solid 20px #800080;
  border-top: solid 20px #ef7b0f;
  border-left: solid 70px transparent;
  border-right: solid 70px transparent;
}
.room-promotion h2,
.room-promotion p {
  text-align: center;
}
.room-promotion-details {
  z-index: 5;
  padding: 10px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  flex-grow: 1;
  font-size: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 180px;
}
.room-promotion.active .room-promotion-details,
.room-promotion.hover .room-promotion-details {
  opacity: 1 !important;
}
.room-promotion.inactive .room-promotion-details {
  opacity: 0.6;
}
.room-promotion-details ul {
  list-style-type: none;
  padding: 0;
  line-height: 2;
}
.room-promotion li {
  color: #000;
  padding: 5px 10px;
  line-height: 1.5;
}
.breakfast-select {
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35) inset;
  width: 100%;
  color: #000;
  display: flex;
  flex-basis: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  z-index: 100;
}
.breakfast-select p {
  margin: 0;
}
.breakfast-select > * {
  flex: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  height: 21px;
}
.priceBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.priceBlock .cta,
.priceBlock .nightly {
  position: static;
}
#room-benefits .priceBlock {
  position: static;
  padding: 5px;
}
#floorplan {
  position: relative;
}
#floorplan .floorplan-overlay {
  border-radius: 0.5rem;
  height: 80px;
  width: 80px;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.price-per-night,
.length-of-stay {
  padding-right: 1rem;
  font-size: 0.8rem;
  display: inline-block;
}
.NumberOfUnits {
  position: absolute;
  right: 15px;
  bottom: 19px;
  text-align: right;
  max-width: 50%;
  line-height: 1;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 670px) {
  .NumberOfUnits {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
.NumberOfUnits2 {
  position: absolute;
  right: -12px;
  bottom: 80px;
  text-align: right;
  max-width: 50%;
  line-height: 1;
  background: #ffffff;
  padding: 10px;
  color: #667997;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  transition: background 0.5s ease-in-out;
}
@media only screen and (max-width: 670px) {
  .NumberOfUnits2 {
    position: static;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    background: transparent;
    color: #ffffff;
  }
}
.NumberOfUnits2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid black;
  clear: both;
  z-index: 5;
  transform: rotate(180deg);
}
.soldOut {
  padding: 8px 8px 8px 50px;
  /* background: rgba(255,255,255,.75); */
  border-radius: 2px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 30px);
  background-image: url(/site/templates/img/ico_info-white.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #fff;
  left: 15px;
  margin: 20px 0;
}
@media only screen and (max-width: 670px) {
  .soldOut {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.is-visible {
  display: inline-flex;
}
.is-invisible {
  display: none;
}
.promotion {
  color: #000 !important;
  background-color: #bfbcaa !important;
  cursor: pointer;
  position: relative;
}
.promotion .promotion-select,
.promotion .card-header {
  background-color: #bf6a1a;
  border-bottom: 1px solid #999;
  color: #ffffff;
  min-height: 60px;
}
.promotion .promotion-select .card-header-title,
.promotion .card-header .card-header-title {
  padding-right: 0.5rem;
  display: flex;
}
.promotion .promotion-select .card-header-icon,
.promotion .card-header .card-header-icon {
  padding-left: 0.5rem;
}
.promotion .promotion-details {
  padding-top: 1rem !important;
  position: static !important;
  background-color: #bfbcaa !important;
}
.promotion .promotion-details ul {
  list-style-type: none;
  padding: 0;
}
.promotion .promotion-details li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.promotion .promotion-details li.shows-extras:after {
  position: absolute;
  margin-left: 0.5rem;
  font-family: 'Font Awesome 5 Pro';
  content: '\f05a';
}
.promotion .promotion-action {
  margin-top: auto;
  background-color: #bfbcaa !important;
}
.promotion .promotion-info {
  position: absolute;
  display: none;
  background: #fff;
  padding: 0.35rem;
  font-size: 0.75rem;
  z-index: 200;
  width: calc(100% - 23px);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  border: 1px solid orange;
  border-radius: 2px;
  bottom: 1rem;
  left: 11px;
  transition: opacity 0.25s ease-in-out;
}
.promotion .promotion-info p,
.promotion .promotion-info li {
  font-size: 0.85rem !important;
  line-height: 1 !important;
}
.promotion .promotion-info ul {
  margin: 0;
}
.promotion .promotion-info li {
  background-color: transparent !important;
  margin-bottom: 0.25rem;
}
.promotion.is-selected .promotion-select {
  background-color: #ef7b0f !important;
  position: relative;
}
@media only screen and (max-width: 670px) {
  .promotion {
    transition: max-height ease-in-out 0.25s, opacity 0.25s 0.25s ease-in-out;
    opacity: 1;
    max-height: 500px;
  }
  .promotion:not(.is-selected) {
    min-height: 0 !important;
    height: auto !important;
  }
  .promotion:not(.is-selected) .promotion-details,
  .promotion:not(.is-selected) .promotion-action {
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding: 0 !important;
    transition: max-height ease-in-out 0.25s;
  }
}
.promotion.is-selected .promotion-select:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 99%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 20px purple;
  border-top: solid 20px #ef7b0f;
  border-left: solid 70px transparent;
  border-right: solid 70px transparent;
  transition: all 0.5s ease-in-out;
}
.breakfastSelect {
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  border: 1px dotted #460546;
  border: 1px dotted #ef7b0f;
  color: #000;
  display: block;
  min-width: 200px;
  min-height: 60px;
  position: relative;
}
.is-visible {
  display: inline-flex;
}
.is-invisible {
  display: none;
}
@media only screen and (min-width: 1600px) {
  #topBookingMenu2.is-down {
    position: static;
    z-index: 5;
  }
  #topBookingMenu2.is-down .card,
  #topBookingMenu2.is-down .box {
    overflow: visible;
  }
  #topBookingMenu2.is-down .card-header .breakfast-icon {
    opacity: 0;
    transition: opacity 0.25s 0.25s ease-in-out;
  }
  #topBookingMenu2.is-down .card-content,
  #topBookingMenu2.is-down .card-footer,
  #topBookingMenu2.is-down .card-footer-item {
    opacity: 1 !important;
    visibility: visible !important;
    transition: max-height ease-in-out 0.25s, opacity 0.25s 0.25s ease-in-out;
    max-height: 500px;
  }
}
@media only screen and (min-width: 1600px) and only screen and (min-width: 960px) {
  #topBookingMenu2.is-down .card,
  #topBookingMenu2.is-down .box {
    min-height: initial;
    height: initial;
  }
}
@media only screen and (min-width: 1600px) {
  #topBookingMenu2.is-up {
    position: fixed;
    z-index: 5;
    overflow: visible;
    max-width: 1400px;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 2px !important;
    border-bottom: 2px solid #ffffff !important;
  }
  #topBookingMenu2.is-up .tile {
    overflow: visible;
  }
  #topBookingMenu2.is-up .box {
    min-height: 60px !important;
    height: 60px !important;
  }
  #topBookingMenu2.is-up .card {
    min-height: 60px !important;
    height: 60px !important;
    overflow: visible;
  }
  #topBookingMenu2.is-up .card-header .breakfast-icon {
    opacity: 1;
    transition: opacity 0.25s 0.25s ease-in-out;
  }
  #topBookingMenu2.is-up .card-content,
  #topBookingMenu2.is-up .card-footer,
  #topBookingMenu2.is-up .card-footer-item {
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding: 0 !important;
    transition: max-height ease-in-out 0.25s;
    margin: 0 !important;
  }
  #topBookingMenu2.is-up .hover .card-content,
  #topBookingMenu2.is-up .hover .card-footer,
  #topBookingMenu2.is-up .hover .card-footer-item {
    opacity: 1 !important;
    visibility: visible !important;
    transition: max-height ease-in-out 0.25s 0.25s, opacity 0.25s 0.25s ease-in-out;
    max-height: 500px !important;
    min-height: auto !important;
    padding: 10px !important;
  }
}
@media only screen and (min-width: 1600px) and only screen and (min-width: 960px) {
  #topBookingMenu2.is-up .card {
    min-height: initial;
  }
}
@media only screen and (max-width: 575px) {
  .mandala #roomList a[rel='gallery'] {
    display: none;
  }
}
/* == Boxes == */
/* Default (Rooms) */
#box131313 .box,
#box1323 .box,
.box {
  padding: 20px;
  position: relative;
}
#mandala .column,
#facil .column,
#ono .column,
#qiu .column {
  min-height: 400px;
}
@media only screen and (max-width: 670px) {
  #mandala .column,
  #facil .column,
  #ono .column,
  #qiu .column {
    min-height: 200px;
    height: auto;
  }
}
.box td {
  padding-right: 0.5em;
}
/* == Call-to-action == */
/* Default (Rooms)*/
.cta {
  text-align: center;
  border: 2px solid #fff;
  background: transparent;
  background-size: 200% 100%;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01);
  min-width: calc(25% + 20px);
  max-width: 200px;
  display: flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 20px 0 0 0;
}
.cta:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  color: #667997;
}
@media only screen and (max-width: 670px) {
  .cta {
    margin: 20px auto 0 auto;
    display: block;
    position: static;
  }
}
.cta a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  padding: 5px;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01);
  text-align: center;
  margin: 0 auto;
}
.cta a:hover {
  background: none;
  box-shadow: none;
  color: #667997;
}
/* Mandala */
#mandala .box,
.mandala .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
#mandala .media,
.mandala .media,
#mandala.media,
.mandala.media,
#mandala .box,
.mandala .box {
  background-color: #667997;
  color: #ffffff;
  transition: background-color 0.5s ease-in-out;
}
#mandala .media:not(.is-transparent):not(.has-gradient):hover,
.mandala .media:not(.is-transparent):not(.has-gradient):hover,
#mandala.media:not(.is-transparent):not(.has-gradient):hover,
.mandala.media:not(.is-transparent):not(.has-gradient):hover,
#mandala .box:not(.is-transparent):not(.has-gradient):hover,
.mandala .box:not(.is-transparent):not(.has-gradient):hover {
  background-color: #667997;
}
@media only screen and (max-width: 670px) {
  #mandala .media,
  .mandala .media,
  #mandala.media,
  .mandala.media,
  #mandala .box,
  .mandala .box {
    background-color: #667997;
  }
}
#mandala .button,
.mandala .button,
#mandala .cta,
.mandala .cta {
  border: 2px solid #ffffff;
  color: #ffffff;
}
#mandala .button:hover,
.mandala .button:hover,
#mandala .cta:hover,
.mandala .cta:hover {
  color: #667997;
  background: #ffffff;
}
#mandala .button a,
.mandala .button a,
#mandala .cta a,
.mandala .cta a {
  color: #ffffff;
}
#mandala .button a:hover,
.mandala .button a:hover,
#mandala .cta a:hover,
.mandala .cta a:hover {
  color: #667997;
}
#mandala .cognito .c-forms-form,
.mandala .cognito .c-forms-form {
  background-color: transparent !important;
}
#mandala .cognito .c-forms-form button,
.mandala .cognito .c-forms-form button {
  color: #ffffff !important;
  font-weight: 600;
  border: 2px solid #ffffff !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
#mandala .cognito .c-forms-form input[type=text],
.mandala .cognito .c-forms-form input[type=text],
#mandala .cognito .c-forms-form input[type=password],
.mandala .cognito .c-forms-form input[type=password],
#mandala .cognito .c-forms-form textarea,
.mandala .cognito .c-forms-form textarea,
#mandala .cognito .c-forms-form select,
.mandala .cognito .c-forms-form select,
#mandala .cognito .c-forms-form .c-signature .c-editor > div,
.mandala .cognito .c-forms-form .c-signature .c-editor > div,
#mandala .cognito .c-forms-form .has-switch span.switch-left,
.mandala .cognito .c-forms-form .has-switch span.switch-left,
#mandala .cognito .c-forms-form .has-switch span.switch-left,
.mandala .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(255, 255, 255, 0.5) !important;
  padding: 10px;
}
#mandala .cognito .c-forms-form input[type=text]:focus,
.mandala .cognito .c-forms-form input[type=text]:focus,
#mandala .cognito .c-forms-form input[type=password]:focus,
.mandala .cognito .c-forms-form input[type=password]:focus,
#mandala .cognito .c-forms-form textarea:focus,
.mandala .cognito .c-forms-form textarea:focus,
#mandala .cognito .c-forms-form select:focus,
.mandala .cognito .c-forms-form select:focus,
#mandala .cognito .c-forms-form .c-signature .c-editor > div:focus,
.mandala .cognito .c-forms-form .c-signature .c-editor > div:focus,
#mandala .cognito .c-forms-form .has-switch span.switch-left:focus,
.mandala .cognito .c-forms-form .has-switch span.switch-left:focus,
#mandala .cognito .c-forms-form .has-switch span.switch-left:focus,
.mandala .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #ffffff;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(255, 255, 255, 0.5) !important;
}
#mandala .cognito .c-forms-form .c-label,
.mandala .cognito .c-forms-form .c-label {
  color: #ffffff !important;
}
#mandala .cognito .c-forms-form .c-editor,
.mandala .cognito .c-forms-form .c-editor {
  color: #ffffff !important;
}
#mandala .cognito .c-forms-form .c-confirmation-message,
.mandala .cognito .c-forms-form .c-confirmation-message {
  color: #ffffff !important;
}
#mandala .cognito button,
.mandala .cognito button {
  color: #ffffff !important;
  font-weight: 600;
  border-color: #ffffff !important;
}
#mandala .cognito button:hover,
.mandala .cognito button:hover {
  background-color: #ffffff !important;
  color: #667997 !important;
}
#mandala .cognito .c-dropdown:after,
.mandala .cognito .c-dropdown:after,
#mandala .cognito .c-select-input .chevron:before,
.mandala .cognito .c-select-input .chevron:before {
  color: #ffffff !important;
}
#mandala .cognito-dropdown-menu,
.mandala .cognito-dropdown-menu {
  background-color: #667997 !important;
}
#mandala .cognito-datepicker-dropdown:before,
.mandala .cognito-datepicker-dropdown:before,
#mandala .cognito-timepicker-widget:before,
.mandala .cognito-timepicker-widget:before,
#mandala .cognito-datepicker-dropdown:after,
.mandala .cognito-datepicker-dropdown:after,
#mandala .cognito-timepicker-widget:after,
.mandala .cognito-timepicker-widget:after {
  border-bottom-color: #667997 !important;
}
#mandala .cognito-datepicker thead tr:first-child th:hover,
.mandala .cognito-datepicker thead tr:first-child th:hover,
#mandala .cognito-timepicker-widget thead tr:first-child th:hover,
.mandala .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #7586a2 !important;
}
#mandala .cognito-datepicker th,
.mandala .cognito-datepicker th,
#mandala .cognito-timepicker-widget th,
.mandala .cognito-timepicker-widget th {
  color: #ffffff;
}
#mandala .cognito-datepicker td,
.mandala .cognito-datepicker td,
#mandala .cognito-timepicker-widget td,
.mandala .cognito-timepicker-widget td {
  text-align: center !important;
  color: #ffffff;
}
#mandala .cognito-datepicker td:hover,
.mandala .cognito-datepicker td:hover,
#mandala .cognito-timepicker-widget td:hover,
.mandala .cognito-timepicker-widget td:hover {
  background: #7586a2 !important;
}
#mandala .cognito-datepicker td.new,
.mandala .cognito-datepicker td.new,
#mandala .cognito-timepicker-widget td.new,
.mandala .cognito-timepicker-widget td.new {
  color: #f2f2f2 !important;
}
#mandala .cognito-datepicker td.active,
.mandala .cognito-datepicker td.active,
#mandala .cognito-timepicker-widget td.active,
.mandala .cognito-timepicker-widget td.active {
  background: #ffffff !important;
  color: #667997 !important;
}
#mandala .cognito-datepicker td a,
.mandala .cognito-datepicker td a,
#mandala .cognito-timepicker-widget td a,
.mandala .cognito-timepicker-widget td a {
  color: #ffffff !important;
}
#mandala .price,
.mandala .price,
#mandala .room-currency,
.mandala .room-currency {
  background: #ffffff;
  color: #667997;
}
/* FACIL */
#facil .box,
.facil .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
#facil .media,
.facil .media,
#facil.media,
.facil.media,
#facil .box,
.facil .box {
  background-color: #e3e0c6;
  color: #572600;
  transition: background-color 0.5s ease-in-out;
}
#facil .media:not(.is-transparent):not(.has-gradient):hover,
.facil .media:not(.is-transparent):not(.has-gradient):hover,
#facil.media:not(.is-transparent):not(.has-gradient):hover,
.facil.media:not(.is-transparent):not(.has-gradient):hover,
#facil .box:not(.is-transparent):not(.has-gradient):hover,
.facil .box:not(.is-transparent):not(.has-gradient):hover {
  background-color: #e3e0c6;
}
@media only screen and (max-width: 670px) {
  #facil .media,
  .facil .media,
  #facil.media,
  .facil.media,
  #facil .box,
  .facil .box {
    background-color: #e3e0c6;
  }
}
#facil .button,
.facil .button,
#facil .cta,
.facil .cta {
  border: 2px solid #572600;
  color: #572600;
}
#facil .button:hover,
.facil .button:hover,
#facil .cta:hover,
.facil .cta:hover {
  color: #e3e0c6;
  background: #572600;
}
#facil .button a,
.facil .button a,
#facil .cta a,
.facil .cta a {
  color: #572600;
}
#facil .button a:hover,
.facil .button a:hover,
#facil .cta a:hover,
.facil .cta a:hover {
  color: #e3e0c6;
}
#facil .cognito .c-forms-form,
.facil .cognito .c-forms-form {
  background-color: transparent !important;
}
#facil .cognito .c-forms-form button,
.facil .cognito .c-forms-form button {
  color: #572600 !important;
  font-weight: 600;
  border: 2px solid #572600 !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
#facil .cognito .c-forms-form input[type=text],
.facil .cognito .c-forms-form input[type=text],
#facil .cognito .c-forms-form input[type=password],
.facil .cognito .c-forms-form input[type=password],
#facil .cognito .c-forms-form textarea,
.facil .cognito .c-forms-form textarea,
#facil .cognito .c-forms-form select,
.facil .cognito .c-forms-form select,
#facil .cognito .c-forms-form .c-signature .c-editor > div,
.facil .cognito .c-forms-form .c-signature .c-editor > div,
#facil .cognito .c-forms-form .has-switch span.switch-left,
.facil .cognito .c-forms-form .has-switch span.switch-left,
#facil .cognito .c-forms-form .has-switch span.switch-left,
.facil .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(87, 38, 0, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(87, 38, 0, 0.5) !important;
  padding: 10px;
}
#facil .cognito .c-forms-form input[type=text]:focus,
.facil .cognito .c-forms-form input[type=text]:focus,
#facil .cognito .c-forms-form input[type=password]:focus,
.facil .cognito .c-forms-form input[type=password]:focus,
#facil .cognito .c-forms-form textarea:focus,
.facil .cognito .c-forms-form textarea:focus,
#facil .cognito .c-forms-form select:focus,
.facil .cognito .c-forms-form select:focus,
#facil .cognito .c-forms-form .c-signature .c-editor > div:focus,
.facil .cognito .c-forms-form .c-signature .c-editor > div:focus,
#facil .cognito .c-forms-form .has-switch span.switch-left:focus,
.facil .cognito .c-forms-form .has-switch span.switch-left:focus,
#facil .cognito .c-forms-form .has-switch span.switch-left:focus,
.facil .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #572600;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(87, 38, 0, 0.5) !important;
}
#facil .cognito .c-forms-form .c-label,
.facil .cognito .c-forms-form .c-label {
  color: #572600 !important;
}
#facil .cognito .c-forms-form .c-editor,
.facil .cognito .c-forms-form .c-editor {
  color: #572600 !important;
}
#facil .cognito .c-forms-form .c-confirmation-message,
.facil .cognito .c-forms-form .c-confirmation-message {
  color: #572600 !important;
}
#facil .cognito button,
.facil .cognito button {
  color: #572600 !important;
  font-weight: 600;
  border-color: #572600 !important;
}
#facil .cognito button:hover,
.facil .cognito button:hover {
  background-color: #572600 !important;
  color: #e3e0c6 !important;
}
#facil .cognito .c-dropdown:after,
.facil .cognito .c-dropdown:after,
#facil .cognito .c-select-input .chevron:before,
.facil .cognito .c-select-input .chevron:before {
  color: #572600 !important;
}
#facil .cognito-dropdown-menu,
.facil .cognito-dropdown-menu {
  background-color: #e3e0c6 !important;
}
#facil .cognito-datepicker-dropdown:before,
.facil .cognito-datepicker-dropdown:before,
#facil .cognito-timepicker-widget:before,
.facil .cognito-timepicker-widget:before,
#facil .cognito-datepicker-dropdown:after,
.facil .cognito-datepicker-dropdown:after,
#facil .cognito-timepicker-widget:after,
.facil .cognito-timepicker-widget:after {
  border-bottom-color: #e3e0c6 !important;
}
#facil .cognito-datepicker thead tr:first-child th:hover,
.facil .cognito-datepicker thead tr:first-child th:hover,
#facil .cognito-timepicker-widget thead tr:first-child th:hover,
.facil .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #ebe9d7 !important;
}
#facil .cognito-datepicker th,
.facil .cognito-datepicker th,
#facil .cognito-timepicker-widget th,
.facil .cognito-timepicker-widget th {
  color: #572600;
}
#facil .cognito-datepicker td,
.facil .cognito-datepicker td,
#facil .cognito-timepicker-widget td,
.facil .cognito-timepicker-widget td {
  text-align: center !important;
  color: #572600;
}
#facil .cognito-datepicker td:hover,
.facil .cognito-datepicker td:hover,
#facil .cognito-timepicker-widget td:hover,
.facil .cognito-timepicker-widget td:hover {
  background: #ebe9d7 !important;
}
#facil .cognito-datepicker td.new,
.facil .cognito-datepicker td.new,
#facil .cognito-timepicker-widget td.new,
.facil .cognito-timepicker-widget td.new {
  color: #3e1b00 !important;
}
#facil .cognito-datepicker td.active,
.facil .cognito-datepicker td.active,
#facil .cognito-timepicker-widget td.active,
.facil .cognito-timepicker-widget td.active {
  background: #572600 !important;
  color: #e3e0c6 !important;
}
#facil .cognito-datepicker td a,
.facil .cognito-datepicker td a,
#facil .cognito-timepicker-widget td a,
.facil .cognito-timepicker-widget td a {
  color: #572600 !important;
}
#facil .price,
.facil .price,
#facil .room-currency,
.facil .room-currency {
  background: #572600;
  color: #e3e0c6;
}
/* ONO */
#ono .box,
.ono .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
#ono .media,
.ono .media,
#ono.media,
.ono.media,
#ono .box,
.ono .box {
  background-color: #929089;
  color: #ffffff;
  transition: background-color 0.5s ease-in-out;
}
#ono .media:not(.is-transparent):not(.has-gradient):hover,
.ono .media:not(.is-transparent):not(.has-gradient):hover,
#ono.media:not(.is-transparent):not(.has-gradient):hover,
.ono.media:not(.is-transparent):not(.has-gradient):hover,
#ono .box:not(.is-transparent):not(.has-gradient):hover,
.ono .box:not(.is-transparent):not(.has-gradient):hover {
  background-color: #929089;
}
@media only screen and (max-width: 670px) {
  #ono .media,
  .ono .media,
  #ono.media,
  .ono.media,
  #ono .box,
  .ono .box {
    background-color: #929089;
  }
}
#ono .button,
.ono .button,
#ono .cta,
.ono .cta {
  border: 2px solid #ffffff;
  color: #ffffff;
}
#ono .button:hover,
.ono .button:hover,
#ono .cta:hover,
.ono .cta:hover {
  color: #929089;
  background: #ffffff;
}
#ono .button a,
.ono .button a,
#ono .cta a,
.ono .cta a {
  color: #ffffff;
}
#ono .button a:hover,
.ono .button a:hover,
#ono .cta a:hover,
.ono .cta a:hover {
  color: #929089;
}
#ono .cognito .c-forms-form,
.ono .cognito .c-forms-form {
  background-color: transparent !important;
}
#ono .cognito .c-forms-form button,
.ono .cognito .c-forms-form button {
  color: #ffffff !important;
  font-weight: 600;
  border: 2px solid #ffffff !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
#ono .cognito .c-forms-form input[type=text],
.ono .cognito .c-forms-form input[type=text],
#ono .cognito .c-forms-form input[type=password],
.ono .cognito .c-forms-form input[type=password],
#ono .cognito .c-forms-form textarea,
.ono .cognito .c-forms-form textarea,
#ono .cognito .c-forms-form select,
.ono .cognito .c-forms-form select,
#ono .cognito .c-forms-form .c-signature .c-editor > div,
.ono .cognito .c-forms-form .c-signature .c-editor > div,
#ono .cognito .c-forms-form .has-switch span.switch-left,
.ono .cognito .c-forms-form .has-switch span.switch-left,
#ono .cognito .c-forms-form .has-switch span.switch-left,
.ono .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(255, 255, 255, 0.5) !important;
  padding: 10px;
}
#ono .cognito .c-forms-form input[type=text]:focus,
.ono .cognito .c-forms-form input[type=text]:focus,
#ono .cognito .c-forms-form input[type=password]:focus,
.ono .cognito .c-forms-form input[type=password]:focus,
#ono .cognito .c-forms-form textarea:focus,
.ono .cognito .c-forms-form textarea:focus,
#ono .cognito .c-forms-form select:focus,
.ono .cognito .c-forms-form select:focus,
#ono .cognito .c-forms-form .c-signature .c-editor > div:focus,
.ono .cognito .c-forms-form .c-signature .c-editor > div:focus,
#ono .cognito .c-forms-form .has-switch span.switch-left:focus,
.ono .cognito .c-forms-form .has-switch span.switch-left:focus,
#ono .cognito .c-forms-form .has-switch span.switch-left:focus,
.ono .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #ffffff;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(255, 255, 255, 0.5) !important;
}
#ono .cognito .c-forms-form .c-label,
.ono .cognito .c-forms-form .c-label {
  color: #ffffff !important;
}
#ono .cognito .c-forms-form .c-editor,
.ono .cognito .c-forms-form .c-editor {
  color: #ffffff !important;
}
#ono .cognito .c-forms-form .c-confirmation-message,
.ono .cognito .c-forms-form .c-confirmation-message {
  color: #ffffff !important;
}
#ono .cognito button,
.ono .cognito button {
  color: #ffffff !important;
  font-weight: 600;
  border-color: #ffffff !important;
}
#ono .cognito button:hover,
.ono .cognito button:hover {
  background-color: #ffffff !important;
  color: #929089 !important;
}
#ono .cognito .c-dropdown:after,
.ono .cognito .c-dropdown:after,
#ono .cognito .c-select-input .chevron:before,
.ono .cognito .c-select-input .chevron:before {
  color: #ffffff !important;
}
#ono .cognito-dropdown-menu,
.ono .cognito-dropdown-menu {
  background-color: #929089 !important;
}
#ono .cognito-datepicker-dropdown:before,
.ono .cognito-datepicker-dropdown:before,
#ono .cognito-timepicker-widget:before,
.ono .cognito-timepicker-widget:before,
#ono .cognito-datepicker-dropdown:after,
.ono .cognito-datepicker-dropdown:after,
#ono .cognito-timepicker-widget:after,
.ono .cognito-timepicker-widget:after {
  border-bottom-color: #929089 !important;
}
#ono .cognito-datepicker thead tr:first-child th:hover,
.ono .cognito-datepicker thead tr:first-child th:hover,
#ono .cognito-timepicker-widget thead tr:first-child th:hover,
.ono .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #9e9c96 !important;
}
#ono .cognito-datepicker th,
.ono .cognito-datepicker th,
#ono .cognito-timepicker-widget th,
.ono .cognito-timepicker-widget th {
  color: #ffffff;
}
#ono .cognito-datepicker td,
.ono .cognito-datepicker td,
#ono .cognito-timepicker-widget td,
.ono .cognito-timepicker-widget td {
  text-align: center !important;
  color: #ffffff;
}
#ono .cognito-datepicker td:hover,
.ono .cognito-datepicker td:hover,
#ono .cognito-timepicker-widget td:hover,
.ono .cognito-timepicker-widget td:hover {
  background: #9e9c96 !important;
}
#ono .cognito-datepicker td.new,
.ono .cognito-datepicker td.new,
#ono .cognito-timepicker-widget td.new,
.ono .cognito-timepicker-widget td.new {
  color: #f2f2f2 !important;
}
#ono .cognito-datepicker td.active,
.ono .cognito-datepicker td.active,
#ono .cognito-timepicker-widget td.active,
.ono .cognito-timepicker-widget td.active {
  background: #ffffff !important;
  color: #929089 !important;
}
#ono .cognito-datepicker td a,
.ono .cognito-datepicker td a,
#ono .cognito-timepicker-widget td a,
.ono .cognito-timepicker-widget td a {
  color: #ffffff !important;
}
#ono .price,
.ono .price,
#ono .room-currency,
.ono .room-currency {
  background: #ffffff;
  color: #929089;
}
/* QIU */
#qiu .box,
.qiu .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
#qiu .media,
.qiu .media,
#qiu.media,
.qiu.media,
#qiu .box,
.qiu .box {
  background-color: #1a0b07;
  color: #D7BB9A;
  transition: background-color 0.5s ease-in-out;
}
#qiu .media:not(.is-transparent):not(.has-gradient):hover,
.qiu .media:not(.is-transparent):not(.has-gradient):hover,
#qiu.media:not(.is-transparent):not(.has-gradient):hover,
.qiu.media:not(.is-transparent):not(.has-gradient):hover,
#qiu .box:not(.is-transparent):not(.has-gradient):hover,
.qiu .box:not(.is-transparent):not(.has-gradient):hover {
  background-color: #1a0b07;
}
@media only screen and (max-width: 670px) {
  #qiu .media,
  .qiu .media,
  #qiu.media,
  .qiu.media,
  #qiu .box,
  .qiu .box {
    background-color: #1a0b07;
  }
}
#qiu .button,
.qiu .button,
#qiu .cta,
.qiu .cta {
  border: 2px solid #D7BB9A;
  color: #D7BB9A;
}
#qiu .button:hover,
.qiu .button:hover,
#qiu .cta:hover,
.qiu .cta:hover {
  color: #1a0b07;
  background: #D7BB9A;
}
#qiu .button a,
.qiu .button a,
#qiu .cta a,
.qiu .cta a {
  color: #D7BB9A;
}
#qiu .button a:hover,
.qiu .button a:hover,
#qiu .cta a:hover,
.qiu .cta a:hover {
  color: #1a0b07;
}
#qiu .cognito .c-forms-form,
.qiu .cognito .c-forms-form {
  background-color: transparent !important;
}
#qiu .cognito .c-forms-form button,
.qiu .cognito .c-forms-form button {
  color: #D7BB9A !important;
  font-weight: 600;
  border: 2px solid #D7BB9A !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
#qiu .cognito .c-forms-form input[type=text],
.qiu .cognito .c-forms-form input[type=text],
#qiu .cognito .c-forms-form input[type=password],
.qiu .cognito .c-forms-form input[type=password],
#qiu .cognito .c-forms-form textarea,
.qiu .cognito .c-forms-form textarea,
#qiu .cognito .c-forms-form select,
.qiu .cognito .c-forms-form select,
#qiu .cognito .c-forms-form .c-signature .c-editor > div,
.qiu .cognito .c-forms-form .c-signature .c-editor > div,
#qiu .cognito .c-forms-form .has-switch span.switch-left,
.qiu .cognito .c-forms-form .has-switch span.switch-left,
#qiu .cognito .c-forms-form .has-switch span.switch-left,
.qiu .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(215, 187, 154, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(215, 187, 154, 0.5) !important;
  padding: 10px;
}
#qiu .cognito .c-forms-form input[type=text]:focus,
.qiu .cognito .c-forms-form input[type=text]:focus,
#qiu .cognito .c-forms-form input[type=password]:focus,
.qiu .cognito .c-forms-form input[type=password]:focus,
#qiu .cognito .c-forms-form textarea:focus,
.qiu .cognito .c-forms-form textarea:focus,
#qiu .cognito .c-forms-form select:focus,
.qiu .cognito .c-forms-form select:focus,
#qiu .cognito .c-forms-form .c-signature .c-editor > div:focus,
.qiu .cognito .c-forms-form .c-signature .c-editor > div:focus,
#qiu .cognito .c-forms-form .has-switch span.switch-left:focus,
.qiu .cognito .c-forms-form .has-switch span.switch-left:focus,
#qiu .cognito .c-forms-form .has-switch span.switch-left:focus,
.qiu .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #D7BB9A;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(215, 187, 154, 0.5) !important;
}
#qiu .cognito .c-forms-form .c-label,
.qiu .cognito .c-forms-form .c-label {
  color: #D7BB9A !important;
}
#qiu .cognito .c-forms-form .c-editor,
.qiu .cognito .c-forms-form .c-editor {
  color: #D7BB9A !important;
}
#qiu .cognito .c-forms-form .c-confirmation-message,
.qiu .cognito .c-forms-form .c-confirmation-message {
  color: #D7BB9A !important;
}
#qiu .cognito button,
.qiu .cognito button {
  color: #D7BB9A !important;
  font-weight: 600;
  border-color: #D7BB9A !important;
}
#qiu .cognito button:hover,
.qiu .cognito button:hover {
  background-color: #D7BB9A !important;
  color: #1a0b07 !important;
}
#qiu .cognito .c-dropdown:after,
.qiu .cognito .c-dropdown:after,
#qiu .cognito .c-select-input .chevron:before,
.qiu .cognito .c-select-input .chevron:before {
  color: #D7BB9A !important;
}
#qiu .cognito-dropdown-menu,
.qiu .cognito-dropdown-menu {
  background-color: #1a0b07 !important;
}
#qiu .cognito-datepicker-dropdown:before,
.qiu .cognito-datepicker-dropdown:before,
#qiu .cognito-timepicker-widget:before,
.qiu .cognito-timepicker-widget:before,
#qiu .cognito-datepicker-dropdown:after,
.qiu .cognito-datepicker-dropdown:after,
#qiu .cognito-timepicker-widget:after,
.qiu .cognito-timepicker-widget:after {
  border-bottom-color: #1a0b07 !important;
}
#qiu .cognito-datepicker thead tr:first-child th:hover,
.qiu .cognito-datepicker thead tr:first-child th:hover,
#qiu .cognito-timepicker-widget thead tr:first-child th:hover,
.qiu .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #2e140c !important;
}
#qiu .cognito-datepicker th,
.qiu .cognito-datepicker th,
#qiu .cognito-timepicker-widget th,
.qiu .cognito-timepicker-widget th {
  color: #D7BB9A;
}
#qiu .cognito-datepicker td,
.qiu .cognito-datepicker td,
#qiu .cognito-timepicker-widget td,
.qiu .cognito-timepicker-widget td {
  text-align: center !important;
  color: #D7BB9A;
}
#qiu .cognito-datepicker td:hover,
.qiu .cognito-datepicker td:hover,
#qiu .cognito-timepicker-widget td:hover,
.qiu .cognito-timepicker-widget td:hover {
  background: #2e140c !important;
}
#qiu .cognito-datepicker td.new,
.qiu .cognito-datepicker td.new,
#qiu .cognito-timepicker-widget td.new,
.qiu .cognito-timepicker-widget td.new {
  color: #d0af88 !important;
}
#qiu .cognito-datepicker td.active,
.qiu .cognito-datepicker td.active,
#qiu .cognito-timepicker-widget td.active,
.qiu .cognito-timepicker-widget td.active {
  background: #D7BB9A !important;
  color: #1a0b07 !important;
}
#qiu .cognito-datepicker td a,
.qiu .cognito-datepicker td a,
#qiu .cognito-timepicker-widget td a,
.qiu .cognito-timepicker-widget td a {
  color: #D7BB9A !important;
}
#qiu .price,
.qiu .price,
#qiu .room-currency,
.qiu .room-currency {
  background: #D7BB9A;
  color: #1a0b07;
}
/* PROMOTION */
.promotion .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
.promotion .card,
.promotion.card,
.promotion .media,
.promotion.media {
  background-color: #bfbcaa;
  color: #cecbbb;
  transition: background-color 0.5s ease-in-out;
}
.promotion .card:not(.is-transparent):not(.has-gradient):hover,
.promotion.card:not(.is-transparent):not(.has-gradient):hover,
.promotion .media:not(.is-transparent):not(.has-gradient):hover,
.promotion.media:not(.is-transparent):not(.has-gradient):hover {
  background-color: #bfbcaa;
}
@media only screen and (max-width: 670px) {
  .promotion .card,
  .promotion.card,
  .promotion .media,
  .promotion.media {
    background-color: #bfbcaa;
  }
}
.promotion .button,
.promotion .cta {
  border: 2px solid #ef7b0f;
  color: #ef7b0f;
}
.promotion .button:hover,
.promotion .cta:hover {
  color: #bfbcaa;
  background: #ef7b0f;
}
.promotion .button a,
.promotion .cta a {
  color: #ef7b0f;
}
.promotion .button a:hover,
.promotion .cta a:hover {
  color: #bfbcaa;
}
.promotion .cognito .c-forms-form {
  background-color: transparent !important;
}
.promotion .cognito .c-forms-form button {
  color: #cecbbb !important;
  font-weight: 600;
  border: 2px solid #cecbbb !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
.promotion .cognito .c-forms-form input[type=text],
.promotion .cognito .c-forms-form input[type=password],
.promotion .cognito .c-forms-form textarea,
.promotion .cognito .c-forms-form select,
.promotion .cognito .c-forms-form .c-signature .c-editor > div,
.promotion .cognito .c-forms-form .has-switch span.switch-left,
.promotion .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(206, 203, 187, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(206, 203, 187, 0.5) !important;
  padding: 10px;
}
.promotion .cognito .c-forms-form input[type=text]:focus,
.promotion .cognito .c-forms-form input[type=password]:focus,
.promotion .cognito .c-forms-form textarea:focus,
.promotion .cognito .c-forms-form select:focus,
.promotion .cognito .c-forms-form .c-signature .c-editor > div:focus,
.promotion .cognito .c-forms-form .has-switch span.switch-left:focus,
.promotion .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #cecbbb;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(206, 203, 187, 0.5) !important;
}
.promotion .cognito .c-forms-form .c-label {
  color: #cecbbb !important;
}
.promotion .cognito .c-forms-form .c-editor {
  color: #cecbbb !important;
}
.promotion .cognito .c-forms-form .c-confirmation-message {
  color: #cecbbb !important;
}
.promotion .cognito button {
  color: #cecbbb !important;
  font-weight: 600;
  border-color: #cecbbb !important;
}
.promotion .cognito button:hover {
  background-color: #cecbbb !important;
  color: #bfbcaa !important;
}
.promotion .cognito .c-dropdown:after,
.promotion .cognito .c-select-input .chevron:before {
  color: #cecbbb !important;
}
.promotion .cognito-dropdown-menu {
  background-color: #bfbcaa !important;
}
.promotion .cognito-datepicker-dropdown:before,
.promotion .cognito-timepicker-widget:before,
.promotion .cognito-datepicker-dropdown:after,
.promotion .cognito-timepicker-widget:after {
  border-bottom-color: #bfbcaa !important;
}
.promotion .cognito-datepicker thead tr:first-child th:hover,
.promotion .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #cac7b9 !important;
}
.promotion .cognito-datepicker th,
.promotion .cognito-timepicker-widget th {
  color: #cecbbb;
}
.promotion .cognito-datepicker td,
.promotion .cognito-timepicker-widget td {
  text-align: center !important;
  color: #cecbbb;
}
.promotion .cognito-datepicker td:hover,
.promotion .cognito-timepicker-widget td:hover {
  background: #cac7b9 !important;
}
.promotion .cognito-datepicker td.new,
.promotion .cognito-timepicker-widget td.new {
  color: #c3c0ac !important;
}
.promotion .cognito-datepicker td.active,
.promotion .cognito-timepicker-widget td.active {
  background: #cecbbb !important;
  color: #bfbcaa !important;
}
.promotion .cognito-datepicker td a,
.promotion .cognito-timepicker-widget td a {
  color: #cecbbb !important;
}
.promotion .price,
.promotion .room-currency {
  background: #cecbbb;
  color: #bfbcaa;
}
/* DARK */
.dark .box,
.is-dark .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
.dark .card,
.is-dark .card,
.dark.card,
.is-dark.card,
.dark .media,
.is-dark .media,
.dark.media,
.is-dark.media {
  background-color: #000000;
  color: #ffffff;
  transition: background-color 0.5s ease-in-out;
}
.dark .card:not(.is-transparent):not(.has-gradient):hover,
.is-dark .card:not(.is-transparent):not(.has-gradient):hover,
.dark.card:not(.is-transparent):not(.has-gradient):hover,
.is-dark.card:not(.is-transparent):not(.has-gradient):hover,
.dark .media:not(.is-transparent):not(.has-gradient):hover,
.is-dark .media:not(.is-transparent):not(.has-gradient):hover,
.dark.media:not(.is-transparent):not(.has-gradient):hover,
.is-dark.media:not(.is-transparent):not(.has-gradient):hover {
  background-color: #000000 !important;
}
@media only screen and (max-width: 670px) {
  .dark .card,
  .is-dark .card,
  .dark.card,
  .is-dark.card,
  .dark .media,
  .is-dark .media,
  .dark.media,
  .is-dark.media {
    background-color: #000000;
  }
}
.dark .button,
.is-dark .button,
.dark .cta,
.is-dark .cta {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.dark .button:hover,
.is-dark .button:hover,
.dark .cta:hover,
.is-dark .cta:hover {
  color: #000000;
  background: #ffffff;
}
.dark .button a,
.is-dark .button a,
.dark .cta a,
.is-dark .cta a {
  color: #ffffff;
}
.dark .button a:hover,
.is-dark .button a:hover,
.dark .cta a:hover,
.is-dark .cta a:hover {
  color: #000000;
}
.dark .cognito .c-forms-form,
.is-dark .cognito .c-forms-form {
  background-color: transparent !important;
}
.dark .cognito .c-forms-form button,
.is-dark .cognito .c-forms-form button {
  color: #ffffff !important;
  font-weight: 600;
  border: 2px solid #ffffff !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
.dark .cognito .c-forms-form input[type=text],
.is-dark .cognito .c-forms-form input[type=text],
.dark .cognito .c-forms-form input[type=password],
.is-dark .cognito .c-forms-form input[type=password],
.dark .cognito .c-forms-form textarea,
.is-dark .cognito .c-forms-form textarea,
.dark .cognito .c-forms-form select,
.is-dark .cognito .c-forms-form select,
.dark .cognito .c-forms-form .c-signature .c-editor > div,
.is-dark .cognito .c-forms-form .c-signature .c-editor > div,
.dark .cognito .c-forms-form .has-switch span.switch-left,
.is-dark .cognito .c-forms-form .has-switch span.switch-left,
.dark .cognito .c-forms-form .has-switch span.switch-left,
.is-dark .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(255, 255, 255, 0.5) !important;
  padding: 10px;
}
.dark .cognito .c-forms-form input[type=text]:focus,
.is-dark .cognito .c-forms-form input[type=text]:focus,
.dark .cognito .c-forms-form input[type=password]:focus,
.is-dark .cognito .c-forms-form input[type=password]:focus,
.dark .cognito .c-forms-form textarea:focus,
.is-dark .cognito .c-forms-form textarea:focus,
.dark .cognito .c-forms-form select:focus,
.is-dark .cognito .c-forms-form select:focus,
.dark .cognito .c-forms-form .c-signature .c-editor > div:focus,
.is-dark .cognito .c-forms-form .c-signature .c-editor > div:focus,
.dark .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-dark .cognito .c-forms-form .has-switch span.switch-left:focus,
.dark .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-dark .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #ffffff;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(255, 255, 255, 0.5) !important;
}
.dark .cognito .c-forms-form .c-label,
.is-dark .cognito .c-forms-form .c-label {
  color: #ffffff !important;
}
.dark .cognito .c-forms-form .c-editor,
.is-dark .cognito .c-forms-form .c-editor {
  color: #ffffff !important;
}
.dark .cognito .c-forms-form .c-confirmation-message,
.is-dark .cognito .c-forms-form .c-confirmation-message {
  color: #ffffff !important;
}
.dark .cognito button,
.is-dark .cognito button {
  color: #ffffff !important;
  font-weight: 600;
  border-color: #ffffff !important;
}
.dark .cognito button:hover,
.is-dark .cognito button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.dark .cognito .c-dropdown:after,
.is-dark .cognito .c-dropdown:after,
.dark .cognito .c-select-input .chevron:before,
.is-dark .cognito .c-select-input .chevron:before {
  color: #ffffff !important;
}
.dark .cognito-dropdown-menu,
.is-dark .cognito-dropdown-menu {
  background-color: #000000 !important;
}
.dark .cognito-datepicker-dropdown:before,
.is-dark .cognito-datepicker-dropdown:before,
.dark .cognito-timepicker-widget:before,
.is-dark .cognito-timepicker-widget:before,
.dark .cognito-datepicker-dropdown:after,
.is-dark .cognito-datepicker-dropdown:after,
.dark .cognito-timepicker-widget:after,
.is-dark .cognito-timepicker-widget:after {
  border-bottom-color: #000000 !important;
}
.dark .cognito-datepicker thead tr:first-child th:hover,
.is-dark .cognito-datepicker thead tr:first-child th:hover,
.dark .cognito-timepicker-widget thead tr:first-child th:hover,
.is-dark .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #0d0d0d !important;
}
.dark .cognito-datepicker th,
.is-dark .cognito-datepicker th,
.dark .cognito-timepicker-widget th,
.is-dark .cognito-timepicker-widget th {
  color: #ffffff;
}
.dark .cognito-datepicker td,
.is-dark .cognito-datepicker td,
.dark .cognito-timepicker-widget td,
.is-dark .cognito-timepicker-widget td {
  text-align: center !important;
  color: #ffffff;
}
.dark .cognito-datepicker td:hover,
.is-dark .cognito-datepicker td:hover,
.dark .cognito-timepicker-widget td:hover,
.is-dark .cognito-timepicker-widget td:hover {
  background: #0d0d0d !important;
}
.dark .cognito-datepicker td.new,
.is-dark .cognito-datepicker td.new,
.dark .cognito-timepicker-widget td.new,
.is-dark .cognito-timepicker-widget td.new {
  color: #f2f2f2 !important;
}
.dark .cognito-datepicker td.active,
.is-dark .cognito-datepicker td.active,
.dark .cognito-timepicker-widget td.active,
.is-dark .cognito-timepicker-widget td.active {
  background: #ffffff !important;
  color: #000000 !important;
}
.dark .cognito-datepicker td a,
.is-dark .cognito-datepicker td a,
.dark .cognito-timepicker-widget td a,
.is-dark .cognito-timepicker-widget td a {
  color: #ffffff !important;
}
.dark .price,
.is-dark .price,
.dark .room-currency,
.is-dark .room-currency {
  background: #ffffff;
  color: #000000;
}
/* LIGHT */
.light .box,
.is-light .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
.light .card,
.is-light .card,
.light.card,
.is-light.card,
.light .media,
.is-light .media,
.light.media,
.is-light.media {
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.5s ease-in-out;
}
.light .card:not(.is-transparent):not(.has-gradient):hover,
.is-light .card:not(.is-transparent):not(.has-gradient):hover,
.light.card:not(.is-transparent):not(.has-gradient):hover,
.is-light.card:not(.is-transparent):not(.has-gradient):hover,
.light .media:not(.is-transparent):not(.has-gradient):hover,
.is-light .media:not(.is-transparent):not(.has-gradient):hover,
.light.media:not(.is-transparent):not(.has-gradient):hover,
.is-light.media:not(.is-transparent):not(.has-gradient):hover {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 670px) {
  .light .card,
  .is-light .card,
  .light.card,
  .is-light.card,
  .light .media,
  .is-light .media,
  .light.media,
  .is-light.media {
    background-color: #ffffff;
  }
}
.light .button,
.is-light .button,
.light .cta,
.is-light .cta {
  border: 2px solid #000000;
  color: #000000;
}
.light .button:hover,
.is-light .button:hover,
.light .cta:hover,
.is-light .cta:hover {
  color: #ffffff;
  background: #000000;
}
.light .button a,
.is-light .button a,
.light .cta a,
.is-light .cta a {
  color: #000000;
}
.light .button a:hover,
.is-light .button a:hover,
.light .cta a:hover,
.is-light .cta a:hover {
  color: #ffffff;
}
.light .cognito .c-forms-form,
.is-light .cognito .c-forms-form {
  background-color: transparent !important;
}
.light .cognito .c-forms-form button,
.is-light .cognito .c-forms-form button {
  color: #000000 !important;
  font-weight: 600;
  border: 2px solid #000000 !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
.light .cognito .c-forms-form input[type=text],
.is-light .cognito .c-forms-form input[type=text],
.light .cognito .c-forms-form input[type=password],
.is-light .cognito .c-forms-form input[type=password],
.light .cognito .c-forms-form textarea,
.is-light .cognito .c-forms-form textarea,
.light .cognito .c-forms-form select,
.is-light .cognito .c-forms-form select,
.light .cognito .c-forms-form .c-signature .c-editor > div,
.is-light .cognito .c-forms-form .c-signature .c-editor > div,
.light .cognito .c-forms-form .has-switch span.switch-left,
.is-light .cognito .c-forms-form .has-switch span.switch-left,
.light .cognito .c-forms-form .has-switch span.switch-left,
.is-light .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(0, 0, 0, 0.5) !important;
  padding: 10px;
}
.light .cognito .c-forms-form input[type=text]:focus,
.is-light .cognito .c-forms-form input[type=text]:focus,
.light .cognito .c-forms-form input[type=password]:focus,
.is-light .cognito .c-forms-form input[type=password]:focus,
.light .cognito .c-forms-form textarea:focus,
.is-light .cognito .c-forms-form textarea:focus,
.light .cognito .c-forms-form select:focus,
.is-light .cognito .c-forms-form select:focus,
.light .cognito .c-forms-form .c-signature .c-editor > div:focus,
.is-light .cognito .c-forms-form .c-signature .c-editor > div:focus,
.light .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-light .cognito .c-forms-form .has-switch span.switch-left:focus,
.light .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-light .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #000000;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(0, 0, 0, 0.5) !important;
}
.light .cognito .c-forms-form .c-label,
.is-light .cognito .c-forms-form .c-label {
  color: #000000 !important;
}
.light .cognito .c-forms-form .c-editor,
.is-light .cognito .c-forms-form .c-editor {
  color: #000000 !important;
}
.light .cognito .c-forms-form .c-confirmation-message,
.is-light .cognito .c-forms-form .c-confirmation-message {
  color: #000000 !important;
}
.light .cognito button,
.is-light .cognito button {
  color: #000000 !important;
  font-weight: 600;
  border-color: #000000 !important;
}
.light .cognito button:hover,
.is-light .cognito button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.light .cognito .c-dropdown:after,
.is-light .cognito .c-dropdown:after,
.light .cognito .c-select-input .chevron:before,
.is-light .cognito .c-select-input .chevron:before {
  color: #000000 !important;
}
.light .cognito-dropdown-menu,
.is-light .cognito-dropdown-menu {
  background-color: #ffffff !important;
}
.light .cognito-datepicker-dropdown:before,
.is-light .cognito-datepicker-dropdown:before,
.light .cognito-timepicker-widget:before,
.is-light .cognito-timepicker-widget:before,
.light .cognito-datepicker-dropdown:after,
.is-light .cognito-datepicker-dropdown:after,
.light .cognito-timepicker-widget:after,
.is-light .cognito-timepicker-widget:after {
  border-bottom-color: #ffffff !important;
}
.light .cognito-datepicker thead tr:first-child th:hover,
.is-light .cognito-datepicker thead tr:first-child th:hover,
.light .cognito-timepicker-widget thead tr:first-child th:hover,
.is-light .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #ffffff !important;
}
.light .cognito-datepicker th,
.is-light .cognito-datepicker th,
.light .cognito-timepicker-widget th,
.is-light .cognito-timepicker-widget th {
  color: #000000;
}
.light .cognito-datepicker td,
.is-light .cognito-datepicker td,
.light .cognito-timepicker-widget td,
.is-light .cognito-timepicker-widget td {
  text-align: center !important;
  color: #000000;
}
.light .cognito-datepicker td:hover,
.is-light .cognito-datepicker td:hover,
.light .cognito-timepicker-widget td:hover,
.is-light .cognito-timepicker-widget td:hover {
  background: #ffffff !important;
}
.light .cognito-datepicker td.new,
.is-light .cognito-datepicker td.new,
.light .cognito-timepicker-widget td.new,
.is-light .cognito-timepicker-widget td.new {
  color: #000000 !important;
}
.light .cognito-datepicker td.active,
.is-light .cognito-datepicker td.active,
.light .cognito-timepicker-widget td.active,
.is-light .cognito-timepicker-widget td.active {
  background: #000000 !important;
  color: #ffffff !important;
}
.light .cognito-datepicker td a,
.is-light .cognito-datepicker td a,
.light .cognito-timepicker-widget td a,
.is-light .cognito-timepicker-widget td a {
  color: #000000 !important;
}
.light .price,
.is-light .price,
.light .room-currency,
.is-light .room-currency {
  background: #000000;
  color: #ffffff;
}
/* BLUE */
.blue .box,
.is-blue .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
.blue .card,
.is-blue .card,
.blue.card,
.is-blue.card,
.blue .media,
.is-blue .media,
.blue.media,
.is-blue.media {
  background-color: #ffffff;
  color: #667997;
  transition: background-color 0.5s ease-in-out;
}
.blue .card:not(.is-transparent):not(.has-gradient):hover,
.is-blue .card:not(.is-transparent):not(.has-gradient):hover,
.blue.card:not(.is-transparent):not(.has-gradient):hover,
.is-blue.card:not(.is-transparent):not(.has-gradient):hover,
.blue .media:not(.is-transparent):not(.has-gradient):hover,
.is-blue .media:not(.is-transparent):not(.has-gradient):hover,
.blue.media:not(.is-transparent):not(.has-gradient):hover,
.is-blue.media:not(.is-transparent):not(.has-gradient):hover {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 670px) {
  .blue .card,
  .is-blue .card,
  .blue.card,
  .is-blue.card,
  .blue .media,
  .is-blue .media,
  .blue.media,
  .is-blue.media {
    background-color: #ffffff;
  }
}
.blue .button,
.is-blue .button,
.blue .cta,
.is-blue .cta {
  border: 2px solid #667997;
  color: #667997;
}
.blue .button:hover,
.is-blue .button:hover,
.blue .cta:hover,
.is-blue .cta:hover {
  color: #ffffff;
  background: #667997;
}
.blue .button a,
.is-blue .button a,
.blue .cta a,
.is-blue .cta a {
  color: #667997;
}
.blue .button a:hover,
.is-blue .button a:hover,
.blue .cta a:hover,
.is-blue .cta a:hover {
  color: #ffffff;
}
.blue .cognito .c-forms-form,
.is-blue .cognito .c-forms-form {
  background-color: transparent !important;
}
.blue .cognito .c-forms-form button,
.is-blue .cognito .c-forms-form button {
  color: #667997 !important;
  font-weight: 600;
  border: 2px solid #667997 !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
.blue .cognito .c-forms-form input[type=text],
.is-blue .cognito .c-forms-form input[type=text],
.blue .cognito .c-forms-form input[type=password],
.is-blue .cognito .c-forms-form input[type=password],
.blue .cognito .c-forms-form textarea,
.is-blue .cognito .c-forms-form textarea,
.blue .cognito .c-forms-form select,
.is-blue .cognito .c-forms-form select,
.blue .cognito .c-forms-form .c-signature .c-editor > div,
.is-blue .cognito .c-forms-form .c-signature .c-editor > div,
.blue .cognito .c-forms-form .has-switch span.switch-left,
.is-blue .cognito .c-forms-form .has-switch span.switch-left,
.blue .cognito .c-forms-form .has-switch span.switch-left,
.is-blue .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(102, 121, 151, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(102, 121, 151, 0.5) !important;
  padding: 10px;
}
.blue .cognito .c-forms-form input[type=text]:focus,
.is-blue .cognito .c-forms-form input[type=text]:focus,
.blue .cognito .c-forms-form input[type=password]:focus,
.is-blue .cognito .c-forms-form input[type=password]:focus,
.blue .cognito .c-forms-form textarea:focus,
.is-blue .cognito .c-forms-form textarea:focus,
.blue .cognito .c-forms-form select:focus,
.is-blue .cognito .c-forms-form select:focus,
.blue .cognito .c-forms-form .c-signature .c-editor > div:focus,
.is-blue .cognito .c-forms-form .c-signature .c-editor > div:focus,
.blue .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-blue .cognito .c-forms-form .has-switch span.switch-left:focus,
.blue .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-blue .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #667997;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(102, 121, 151, 0.5) !important;
}
.blue .cognito .c-forms-form .c-label,
.is-blue .cognito .c-forms-form .c-label {
  color: #667997 !important;
}
.blue .cognito .c-forms-form .c-editor,
.is-blue .cognito .c-forms-form .c-editor {
  color: #667997 !important;
}
.blue .cognito .c-forms-form .c-confirmation-message,
.is-blue .cognito .c-forms-form .c-confirmation-message {
  color: #667997 !important;
}
.blue .cognito button,
.is-blue .cognito button {
  color: #667997 !important;
  font-weight: 600;
  border-color: #667997 !important;
}
.blue .cognito button:hover,
.is-blue .cognito button:hover {
  background-color: #667997 !important;
  color: #ffffff !important;
}
.blue .cognito .c-dropdown:after,
.is-blue .cognito .c-dropdown:after,
.blue .cognito .c-select-input .chevron:before,
.is-blue .cognito .c-select-input .chevron:before {
  color: #667997 !important;
}
.blue .cognito-dropdown-menu,
.is-blue .cognito-dropdown-menu {
  background-color: #ffffff !important;
}
.blue .cognito-datepicker-dropdown:before,
.is-blue .cognito-datepicker-dropdown:before,
.blue .cognito-timepicker-widget:before,
.is-blue .cognito-timepicker-widget:before,
.blue .cognito-datepicker-dropdown:after,
.is-blue .cognito-datepicker-dropdown:after,
.blue .cognito-timepicker-widget:after,
.is-blue .cognito-timepicker-widget:after {
  border-bottom-color: #ffffff !important;
}
.blue .cognito-datepicker thead tr:first-child th:hover,
.is-blue .cognito-datepicker thead tr:first-child th:hover,
.blue .cognito-timepicker-widget thead tr:first-child th:hover,
.is-blue .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #ffffff !important;
}
.blue .cognito-datepicker th,
.is-blue .cognito-datepicker th,
.blue .cognito-timepicker-widget th,
.is-blue .cognito-timepicker-widget th {
  color: #667997;
}
.blue .cognito-datepicker td,
.is-blue .cognito-datepicker td,
.blue .cognito-timepicker-widget td,
.is-blue .cognito-timepicker-widget td {
  text-align: center !important;
  color: #667997;
}
.blue .cognito-datepicker td:hover,
.is-blue .cognito-datepicker td:hover,
.blue .cognito-timepicker-widget td:hover,
.is-blue .cognito-timepicker-widget td:hover {
  background: #ffffff !important;
}
.blue .cognito-datepicker td.new,
.is-blue .cognito-datepicker td.new,
.blue .cognito-timepicker-widget td.new,
.is-blue .cognito-timepicker-widget td.new {
  color: #5c6d88 !important;
}
.blue .cognito-datepicker td.active,
.is-blue .cognito-datepicker td.active,
.blue .cognito-timepicker-widget td.active,
.is-blue .cognito-timepicker-widget td.active {
  background: #667997 !important;
  color: #ffffff !important;
}
.blue .cognito-datepicker td a,
.is-blue .cognito-datepicker td a,
.blue .cognito-timepicker-widget td a,
.is-blue .cognito-timepicker-widget td a {
  color: #667997 !important;
}
.blue .price,
.is-blue .price,
.blue .room-currency,
.is-blue .room-currency {
  background: #667997;
  color: #ffffff;
}
/* XMAS */
.xmas .box,
.is-xmas .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
.xmas .card,
.is-xmas .card,
.xmas.card,
.is-xmas.card,
.xmas .media,
.is-xmas .media,
.xmas.media,
.is-xmas.media {
  background-color: #000000;
  color: #D7BB9A;
  transition: background-color 0.5s ease-in-out;
}
.xmas .card:not(.is-transparent):not(.has-gradient):hover,
.is-xmas .card:not(.is-transparent):not(.has-gradient):hover,
.xmas.card:not(.is-transparent):not(.has-gradient):hover,
.is-xmas.card:not(.is-transparent):not(.has-gradient):hover,
.xmas .media:not(.is-transparent):not(.has-gradient):hover,
.is-xmas .media:not(.is-transparent):not(.has-gradient):hover,
.xmas.media:not(.is-transparent):not(.has-gradient):hover,
.is-xmas.media:not(.is-transparent):not(.has-gradient):hover {
  background-color: #000000 !important;
}
@media only screen and (max-width: 670px) {
  .xmas .card,
  .is-xmas .card,
  .xmas.card,
  .is-xmas.card,
  .xmas .media,
  .is-xmas .media,
  .xmas.media,
  .is-xmas.media {
    background-color: #000000;
  }
}
.xmas .button,
.is-xmas .button,
.xmas .cta,
.is-xmas .cta {
  border: 2px solid #D7BB9A;
  color: #D7BB9A;
}
.xmas .button:hover,
.is-xmas .button:hover,
.xmas .cta:hover,
.is-xmas .cta:hover {
  color: #000000;
  background: #D7BB9A;
}
.xmas .button a,
.is-xmas .button a,
.xmas .cta a,
.is-xmas .cta a {
  color: #D7BB9A;
}
.xmas .button a:hover,
.is-xmas .button a:hover,
.xmas .cta a:hover,
.is-xmas .cta a:hover {
  color: #000000;
}
.xmas .cognito .c-forms-form,
.is-xmas .cognito .c-forms-form {
  background-color: transparent !important;
}
.xmas .cognito .c-forms-form button,
.is-xmas .cognito .c-forms-form button {
  color: #D7BB9A !important;
  font-weight: 600;
  border: 2px solid #D7BB9A !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
.xmas .cognito .c-forms-form input[type=text],
.is-xmas .cognito .c-forms-form input[type=text],
.xmas .cognito .c-forms-form input[type=password],
.is-xmas .cognito .c-forms-form input[type=password],
.xmas .cognito .c-forms-form textarea,
.is-xmas .cognito .c-forms-form textarea,
.xmas .cognito .c-forms-form select,
.is-xmas .cognito .c-forms-form select,
.xmas .cognito .c-forms-form .c-signature .c-editor > div,
.is-xmas .cognito .c-forms-form .c-signature .c-editor > div,
.xmas .cognito .c-forms-form .has-switch span.switch-left,
.is-xmas .cognito .c-forms-form .has-switch span.switch-left,
.xmas .cognito .c-forms-form .has-switch span.switch-left,
.is-xmas .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(215, 187, 154, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(215, 187, 154, 0.5) !important;
  padding: 10px;
}
.xmas .cognito .c-forms-form input[type=text]:focus,
.is-xmas .cognito .c-forms-form input[type=text]:focus,
.xmas .cognito .c-forms-form input[type=password]:focus,
.is-xmas .cognito .c-forms-form input[type=password]:focus,
.xmas .cognito .c-forms-form textarea:focus,
.is-xmas .cognito .c-forms-form textarea:focus,
.xmas .cognito .c-forms-form select:focus,
.is-xmas .cognito .c-forms-form select:focus,
.xmas .cognito .c-forms-form .c-signature .c-editor > div:focus,
.is-xmas .cognito .c-forms-form .c-signature .c-editor > div:focus,
.xmas .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-xmas .cognito .c-forms-form .has-switch span.switch-left:focus,
.xmas .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-xmas .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #D7BB9A;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(215, 187, 154, 0.5) !important;
}
.xmas .cognito .c-forms-form .c-label,
.is-xmas .cognito .c-forms-form .c-label {
  color: #D7BB9A !important;
}
.xmas .cognito .c-forms-form .c-editor,
.is-xmas .cognito .c-forms-form .c-editor {
  color: #D7BB9A !important;
}
.xmas .cognito .c-forms-form .c-confirmation-message,
.is-xmas .cognito .c-forms-form .c-confirmation-message {
  color: #D7BB9A !important;
}
.xmas .cognito button,
.is-xmas .cognito button {
  color: #D7BB9A !important;
  font-weight: 600;
  border-color: #D7BB9A !important;
}
.xmas .cognito button:hover,
.is-xmas .cognito button:hover {
  background-color: #D7BB9A !important;
  color: #000000 !important;
}
.xmas .cognito .c-dropdown:after,
.is-xmas .cognito .c-dropdown:after,
.xmas .cognito .c-select-input .chevron:before,
.is-xmas .cognito .c-select-input .chevron:before {
  color: #D7BB9A !important;
}
.xmas .cognito-dropdown-menu,
.is-xmas .cognito-dropdown-menu {
  background-color: #000000 !important;
}
.xmas .cognito-datepicker-dropdown:before,
.is-xmas .cognito-datepicker-dropdown:before,
.xmas .cognito-timepicker-widget:before,
.is-xmas .cognito-timepicker-widget:before,
.xmas .cognito-datepicker-dropdown:after,
.is-xmas .cognito-datepicker-dropdown:after,
.xmas .cognito-timepicker-widget:after,
.is-xmas .cognito-timepicker-widget:after {
  border-bottom-color: #000000 !important;
}
.xmas .cognito-datepicker thead tr:first-child th:hover,
.is-xmas .cognito-datepicker thead tr:first-child th:hover,
.xmas .cognito-timepicker-widget thead tr:first-child th:hover,
.is-xmas .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #0d0d0d !important;
}
.xmas .cognito-datepicker th,
.is-xmas .cognito-datepicker th,
.xmas .cognito-timepicker-widget th,
.is-xmas .cognito-timepicker-widget th {
  color: #D7BB9A;
}
.xmas .cognito-datepicker td,
.is-xmas .cognito-datepicker td,
.xmas .cognito-timepicker-widget td,
.is-xmas .cognito-timepicker-widget td {
  text-align: center !important;
  color: #D7BB9A;
}
.xmas .cognito-datepicker td:hover,
.is-xmas .cognito-datepicker td:hover,
.xmas .cognito-timepicker-widget td:hover,
.is-xmas .cognito-timepicker-widget td:hover {
  background: #0d0d0d !important;
}
.xmas .cognito-datepicker td.new,
.is-xmas .cognito-datepicker td.new,
.xmas .cognito-timepicker-widget td.new,
.is-xmas .cognito-timepicker-widget td.new {
  color: #d0af88 !important;
}
.xmas .cognito-datepicker td.active,
.is-xmas .cognito-datepicker td.active,
.xmas .cognito-timepicker-widget td.active,
.is-xmas .cognito-timepicker-widget td.active {
  background: #D7BB9A !important;
  color: #000000 !important;
}
.xmas .cognito-datepicker td a,
.is-xmas .cognito-datepicker td a,
.xmas .cognito-timepicker-widget td a,
.is-xmas .cognito-timepicker-widget td a {
  color: #D7BB9A !important;
}
.xmas .price,
.is-xmas .price,
.xmas .room-currency,
.is-xmas .room-currency {
  background: #D7BB9A;
  color: #000000;
}
/* Orange */
.is-orange .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
.is-orange .card,
.is-orange.card,
.is-orange .media,
.is-orange.media {
  background-color: #ef7b0f;
  color: #ffffff;
  transition: background-color 0.5s ease-in-out;
}
.is-orange .card:not(.is-transparent):not(.has-gradient):hover,
.is-orange.card:not(.is-transparent):not(.has-gradient):hover,
.is-orange .media:not(.is-transparent):not(.has-gradient):hover,
.is-orange.media:not(.is-transparent):not(.has-gradient):hover {
  background-color: #ef7b0f !important;
}
@media only screen and (max-width: 670px) {
  .is-orange .card,
  .is-orange.card,
  .is-orange .media,
  .is-orange.media {
    background-color: #ef7b0f;
  }
}
.is-orange .button,
.is-orange .cta {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.is-orange .button:hover,
.is-orange .cta:hover {
  color: #ef7b0f;
  background: #ffffff;
}
.is-orange .button a,
.is-orange .cta a {
  color: #ffffff;
}
.is-orange .button a:hover,
.is-orange .cta a:hover {
  color: #ef7b0f;
}
.is-orange .cognito .c-forms-form {
  background-color: transparent !important;
}
.is-orange .cognito .c-forms-form button {
  color: #ffffff !important;
  font-weight: 600;
  border: 2px solid #ffffff !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
.is-orange .cognito .c-forms-form input[type=text],
.is-orange .cognito .c-forms-form input[type=password],
.is-orange .cognito .c-forms-form textarea,
.is-orange .cognito .c-forms-form select,
.is-orange .cognito .c-forms-form .c-signature .c-editor > div,
.is-orange .cognito .c-forms-form .has-switch span.switch-left,
.is-orange .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(255, 255, 255, 0.5) !important;
  padding: 10px;
}
.is-orange .cognito .c-forms-form input[type=text]:focus,
.is-orange .cognito .c-forms-form input[type=password]:focus,
.is-orange .cognito .c-forms-form textarea:focus,
.is-orange .cognito .c-forms-form select:focus,
.is-orange .cognito .c-forms-form .c-signature .c-editor > div:focus,
.is-orange .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-orange .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #ffffff;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(255, 255, 255, 0.5) !important;
}
.is-orange .cognito .c-forms-form .c-label {
  color: #ffffff !important;
}
.is-orange .cognito .c-forms-form .c-editor {
  color: #ffffff !important;
}
.is-orange .cognito .c-forms-form .c-confirmation-message {
  color: #ffffff !important;
}
.is-orange .cognito button {
  color: #ffffff !important;
  font-weight: 600;
  border-color: #ffffff !important;
}
.is-orange .cognito button:hover {
  background-color: #ffffff !important;
  color: #ef7b0f !important;
}
.is-orange .cognito .c-dropdown:after,
.is-orange .cognito .c-select-input .chevron:before {
  color: #ffffff !important;
}
.is-orange .cognito-dropdown-menu {
  background-color: #ef7b0f !important;
}
.is-orange .cognito-datepicker-dropdown:before,
.is-orange .cognito-timepicker-widget:before,
.is-orange .cognito-datepicker-dropdown:after,
.is-orange .cognito-timepicker-widget:after {
  border-bottom-color: #ef7b0f !important;
}
.is-orange .cognito-datepicker thead tr:first-child th:hover,
.is-orange .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #f18826 !important;
}
.is-orange .cognito-datepicker th,
.is-orange .cognito-timepicker-widget th {
  color: #ffffff;
}
.is-orange .cognito-datepicker td,
.is-orange .cognito-timepicker-widget td {
  text-align: center !important;
  color: #ffffff;
}
.is-orange .cognito-datepicker td:hover,
.is-orange .cognito-timepicker-widget td:hover {
  background: #f18826 !important;
}
.is-orange .cognito-datepicker td.new,
.is-orange .cognito-timepicker-widget td.new {
  color: #f2f2f2 !important;
}
.is-orange .cognito-datepicker td.active,
.is-orange .cognito-timepicker-widget td.active {
  background: #ffffff !important;
  color: #ef7b0f !important;
}
.is-orange .cognito-datepicker td a,
.is-orange .cognito-timepicker-widget td a {
  color: #ffffff !important;
}
.is-orange .price,
.is-orange .room-currency {
  background: #ffffff;
  color: #ef7b0f;
}
/* Valentines */
.is-purple .box,
.purple .box {
  padding: 1rem;
  overflow: hidden;
  display: block;
}
.is-purple .box,
.purple .box,
.is-purple .card,
.purple .card,
.is-purple.card,
.purple.card,
.is-purple .media,
.purple .media,
.is-purple.media,
.purple.media {
  background-color: #56285d;
  color: #ffffff;
  transition: opacity 0.5s ease-in-out;
}
.is-purple .box.is-transparent,
.purple .box.is-transparent,
.is-purple .card.is-transparent,
.purple .card.is-transparent,
.is-purple.card.is-transparent,
.purple.card.is-transparent,
.is-purple .media.is-transparent,
.purple .media.is-transparent,
.is-purple.media.is-transparent,
.purple.media.is-transparent {
  opacity: 0.65;
}
.is-purple .box.is-transparent:hover,
.purple .box.is-transparent:hover,
.is-purple .card.is-transparent:hover,
.purple .card.is-transparent:hover,
.is-purple.card.is-transparent:hover,
.purple.card.is-transparent:hover,
.is-purple .media.is-transparent:hover,
.purple .media.is-transparent:hover,
.is-purple.media.is-transparent:hover,
.purple.media.is-transparent:hover {
  opacity: 1;
}
.is-purple .box:hover,
.purple .box:hover,
.is-purple .card:hover,
.purple .card:hover,
.is-purple.card:hover,
.purple.card:hover,
.is-purple .media:hover,
.purple .media:hover,
.is-purple.media:hover,
.purple.media:hover {
  background-color: #56285d;
}
@media only screen and (max-width: 670px) {
  .is-purple .box,
  .purple .box,
  .is-purple .card,
  .purple .card,
  .is-purple.card,
  .purple.card,
  .is-purple .media,
  .purple .media,
  .is-purple.media,
  .purple.media {
    background-color: #56285d;
  }
}
.is-purple .button,
.purple .button,
.is-purple .cta,
.purple .cta {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.is-purple .button:hover,
.purple .button:hover,
.is-purple .cta:hover,
.purple .cta:hover {
  color: #56285d;
  background: #ffffff;
}
.is-purple .button a,
.purple .button a,
.is-purple .cta a,
.purple .cta a {
  color: #ffffff;
}
.is-purple .button a:hover,
.purple .button a:hover,
.is-purple .cta a:hover,
.purple .cta a:hover {
  color: #56285d;
}
.is-purple .cognito .c-forms-form,
.purple .cognito .c-forms-form {
  background-color: transparent !important;
}
.is-purple .cognito .c-forms-form button,
.purple .cognito .c-forms-form button {
  color: #ffffff !important;
  font-weight: 600;
  border: 2px solid #ffffff !important;
  transition: background 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01), color 1.5s cubic-bezier(0.07, 0.58, 0.51, 1.01) !important;
}
.is-purple .cognito .c-forms-form input[type=text],
.purple .cognito .c-forms-form input[type=text],
.is-purple .cognito .c-forms-form input[type=password],
.purple .cognito .c-forms-form input[type=password],
.is-purple .cognito .c-forms-form textarea,
.purple .cognito .c-forms-form textarea,
.is-purple .cognito .c-forms-form select,
.purple .cognito .c-forms-form select,
.is-purple .cognito .c-forms-form .c-signature .c-editor > div,
.purple .cognito .c-forms-form .c-signature .c-editor > div,
.is-purple .cognito .c-forms-form .has-switch span.switch-left,
.purple .cognito .c-forms-form .has-switch span.switch-left,
.is-purple .cognito .c-forms-form .has-switch span.switch-left,
.purple .cognito .c-forms-form .has-switch span.switch-left {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  transition: bborder-width ease-in-out 0.5s;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 0px -5px rgba(255, 255, 255, 0.5) !important;
  padding: 10px;
}
.is-purple .cognito .c-forms-form input[type=text]:focus,
.purple .cognito .c-forms-form input[type=text]:focus,
.is-purple .cognito .c-forms-form input[type=password]:focus,
.purple .cognito .c-forms-form input[type=password]:focus,
.is-purple .cognito .c-forms-form textarea:focus,
.purple .cognito .c-forms-form textarea:focus,
.is-purple .cognito .c-forms-form select:focus,
.purple .cognito .c-forms-form select:focus,
.is-purple .cognito .c-forms-form .c-signature .c-editor > div:focus,
.purple .cognito .c-forms-form .c-signature .c-editor > div:focus,
.is-purple .cognito .c-forms-form .has-switch span.switch-left:focus,
.purple .cognito .c-forms-form .has-switch span.switch-left:focus,
.is-purple .cognito .c-forms-form .has-switch span.switch-left:focus,
.purple .cognito .c-forms-form .has-switch span.switch-left:focus {
  border-width: 1px;
  border-color: #ffffff;
  transition: border-width ease-in-out 0.5s;
  outline: none;
  box-shadow: inset 3px 2px 9px -3px rgba(0, 0, 0, 0.6), 0px 0px 10px -5px rgba(255, 255, 255, 0.5) !important;
}
.is-purple .cognito .c-forms-form .c-label,
.purple .cognito .c-forms-form .c-label {
  color: #ffffff !important;
}
.is-purple .cognito .c-forms-form .c-editor,
.purple .cognito .c-forms-form .c-editor {
  color: #ffffff !important;
}
.is-purple .cognito .c-forms-form .c-confirmation-message,
.purple .cognito .c-forms-form .c-confirmation-message {
  color: #ffffff !important;
}
.is-purple .cognito button,
.purple .cognito button {
  color: #ffffff !important;
  font-weight: 600;
  border-color: #ffffff !important;
}
.is-purple .cognito button:hover,
.purple .cognito button:hover {
  background-color: #ffffff !important;
  color: #56285d !important;
}
.is-purple .cognito .c-dropdown:after,
.purple .cognito .c-dropdown:after,
.is-purple .cognito .c-select-input .chevron:before,
.purple .cognito .c-select-input .chevron:before {
  color: #ffffff !important;
}
.is-purple .cognito-dropdown-menu,
.purple .cognito-dropdown-menu {
  background-color: #56285d !important;
}
.is-purple .cognito-datepicker-dropdown:before,
.purple .cognito-datepicker-dropdown:before,
.is-purple .cognito-timepicker-widget:before,
.purple .cognito-timepicker-widget:before,
.is-purple .cognito-datepicker-dropdown:after,
.purple .cognito-datepicker-dropdown:after,
.is-purple .cognito-timepicker-widget:after,
.purple .cognito-timepicker-widget:after {
  border-bottom-color: #56285d !important;
}
.is-purple .cognito-datepicker thead tr:first-child th:hover,
.purple .cognito-datepicker thead tr:first-child th:hover,
.is-purple .cognito-timepicker-widget thead tr:first-child th:hover,
.purple .cognito-timepicker-widget thead tr:first-child th:hover {
  background: #66306f !important;
}
.is-purple .cognito-datepicker th,
.purple .cognito-datepicker th,
.is-purple .cognito-timepicker-widget th,
.purple .cognito-timepicker-widget th {
  color: #ffffff;
}
.is-purple .cognito-datepicker td,
.purple .cognito-datepicker td,
.is-purple .cognito-timepicker-widget td,
.purple .cognito-timepicker-widget td {
  text-align: center !important;
  color: #ffffff;
}
.is-purple .cognito-datepicker td:hover,
.purple .cognito-datepicker td:hover,
.is-purple .cognito-timepicker-widget td:hover,
.purple .cognito-timepicker-widget td:hover {
  background: #66306f !important;
}
.is-purple .cognito-datepicker td.new,
.purple .cognito-datepicker td.new,
.is-purple .cognito-timepicker-widget td.new,
.purple .cognito-timepicker-widget td.new {
  color: #f2f2f2 !important;
}
.is-purple .cognito-datepicker td.active,
.purple .cognito-datepicker td.active,
.is-purple .cognito-timepicker-widget td.active,
.purple .cognito-timepicker-widget td.active {
  background: #ffffff !important;
  color: #56285d !important;
}
.is-purple .cognito-datepicker td a,
.purple .cognito-datepicker td a,
.is-purple .cognito-timepicker-widget td a,
.purple .cognito-timepicker-widget td a {
  color: #ffffff !important;
}
.is-purple .price,
.purple .price,
.is-purple .room-currency,
.purple .room-currency {
  background: #ffffff;
  color: #56285d;
}
/* == Price Display == */
/* Default (Rooms) */
.price,
.room-currency {
  font-size: 110%;
  background: #fff;
  display: inline-block;
  color: #667997;
  padding: 4px;
  font-weight: 600;
  float: left;
  margin-left: -0.75em;
  margin-right: 0.75em;
}
/* == Flippable Box == */
.is-flippable {
  perspective: 600px;
  position: relative;
}
.is-flippable .front {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  z-index: 900;
  width: 100%;
  height: 400px;
  -webkit-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.is-flippable .back {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  z-index: 800;
  width: 100%;
  height: 400px;
  -webkit-transform: rotateY(-179deg);
  transform: rotateY(-179deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* == Draggable Box == */
/* Default (Rooms) */
.draggable-container {
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .draggable-container {
    background-position: center -30px;
  }
}
.draggable-container > .box {
  position: relative;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 35.3%;
  left: 0;
  transition: opacity ease-in-out 0.25s;
  margin: 0;
  margin-bottom: 0 !important;
}
.draggable .reorder {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in-out 0.25s;
}
.draggable-container:nth-child(1) .draggable {
  margin-right: auto!important;
  margin-left: -1px !important;
}
.draggable-container:nth-child(2) .draggable {
  margin-right: auto !important;
  margin-left: auto !important;
}
.draggable-container:nth-child(3) .draggable {
  margin-right: -1px !important;
  margin-left: auto!important;
}
.draggable-container:nth-child(4) .draggable {
  margin-right: auto!important;
  margin-left: auto!important;
}
.draggable-container:nth-child(5) .draggable {
  margin-right: auto!important;
  margin-left: -1px !important;
}
.draggable-container:nth-child(6) .draggable {
  margin-right: auto!important;
  margin-left: auto!important;
}
.draggable-container:nth-child(7) .draggable {
  margin-right: -1px !important;
  margin-left: auto!important;
}
.draggable-container:nth-child(8) .draggable {
  margin-right: auto!important;
  margin-left: auto!important;
}
.draggable-container:nth-child(9) .draggable {
  margin-right: auto!important;
  margin-left: -1px !important;
}
.draggable-container:nth-child(10) .draggable {
  margin-right: auto!important;
  margin-left: auto!important;
}
#roomList .draggable-container:nth-child(1) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(2) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(3) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(4) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(5) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(6) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(7) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(8) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(9) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#roomList .draggable-container:nth-child(10) .draggable {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.draggable-container > .draggable:hover {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.qiu-border #rows {
  border: 4px solid #fff;
}
.qiu-border #rows .tile.is-ancestor {
  margin: 0;
}
.qiu-border #rows .tile.is-ancestor > .tile:nth-child(3) {
  border-right: 4px solid #fff;
}
.qiu-border #rows + #app {
  margin-top: -12px;
  border: 4px solid #fff;
  border-top: none;
}
@media screen and (max-width: 960px) {
  .qiu-border #rows .tile.is-ancestor > .tile:nth-child(3) {
    border-right: none;
  }
}
/* === Extensions === */
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all ease-in-out 0.5s;
  transform: scale(1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-img:not(.is-obscured) > div {
  filter: none !important;
  transition: all ease-in-out 0.5s;
}
.bg-img > div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: all ease-in-out 0.5s;
}
.bg-img > div.progressive-image.is-blurry {
  filter: blur(20px);
  transition: all ease-in-out 0.5s;
}
.bg-img.has-shadow > div {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.65) inset;
}
.bg-img.is-fixed > div {
  background-attachment: fixed;
}
@media only screen and (max-width: 670px) {
  .bg-img.is-obscured {
    filter: blur(5px);
    transition: all ease-in-out 0.5s;
  }
}
.bg-img figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
}
.bg-switcher {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  z-index: 6;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  transition: all ease-in-out 0.5s;
  display: none;
}
@media only screen and (max-width: 670px) {
  .bg-switcher {
    display: block;
  }
}
.bg-switcher span:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f00e";
  font-size: 20px;
}
.bg-switcher.is-active {
  color: rgba(255, 255, 255, 0.65) !important;
  transform: scale(1.5);
  transition: all ease-in-out 0.5s;
}
.bg-switcher.is-active span:before {
  content: "\f010";
}
.tile.is-marginless + .bg-switcher {
  bottom: 0 !important;
}
.mandala .bg-switcher {
  color: #ffffff;
}
.facil .bg-switcher {
  color: #572600;
}
.qiu .bg-switcher {
  color: #D7BB9A;
}
.ono .bg-switcher {
  color: #ffffff;
}
.flipcard {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.flipcard:hover .is-front,
.flipcard .hover .is-front {
  transform: rotateY(180deg);
}
.flipcard:hover .is-back,
.flipcard .hover .is-back {
  transform: rotateY(0deg);
}
.flipcard .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}
.flipcard .is-front,
.flipcard .is-back {
  backface-visibility: hidden;
  position: absolute;
  transition: 0.6s;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
}
.flipcard .is-front .card,
.flipcard .is-back .card {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  .flipcard .is-front .card,
  .flipcard .is-back .card {
    min-height: 600px !important;
  }
}
.flipcard .is-front {
  z-index: 2;
  transform: rotateY(0deg);
}
.flipcard .is-back {
  transform: rotateY(-180deg);
}
.accordions {
  margin: 0.5rem 0;
}
.accordions .accordion {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  border-radius: none;
  font-size: 0.95rem;
}
.accordions .accordion strong {
  color: inherit;
}
.accordions .accordion a:not(.button):not(.tag) {
  color: inherit;
  text-decoration: underline;
}
.accordions .accordion.is-small {
  font-size: 0.75rem;
}
.accordions .accordion.is-medium {
  font-size: 0.95rem;
}
.accordions .accordion.is-large {
  font-size: 1.25rem;
}
.accordions .accordion:not(:first-child) .accordion-header {
  border-radius: 0;
}
.accordions .accordion:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordions .accordion:not(:last-child) .accordion-content {
  border-radius: 0;
}
.accordions .accordion .toggle,
.accordions .accordion [data-action="toggle"] {
  cursor: pointer;
}
.accordions .accordion .accordion-header {
  align-items: center;
  border-radius: none none 0 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5rem 1em;
  position: relative;
}
.accordions .accordion .accordion-header .accordion-header-title {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  transition: background-color ease-in-out 0.5s;
  flex-basis: 100%;
  padding-right: 0.5rem;
}
.accordions .accordion .accordion-header .accordion-header-title:hover {
  transition: background-color ease-in-out 0.5s;
}
.accordions .accordion .accordion-header .icon {
  margin-right: 0.5rem;
  background: transparent;
}
.accordions .accordion .accordion-header .icon i {
  transition: all ease-in-out 0.1s;
}
.accordions .accordion .accordion-header .toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.accordions .accordion .accordion-header + .accordion-body {
  overflow-y: hidden;
  max-height: 0;
  border: none;
  border-radius: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content {
  padding: 1rem 1.25rem;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content code,
.accordions .accordion .accordion-header + .accordion-body .accordion-content pre {
  background-color: #ffffff;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content pre code {
  background-color: transparent;
}
.accordions .accordion .accordion-header + .accordion-body .accordion-content li {
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.accordions .accordion.is-active .accordion-body {
  max-height: 100em;
  opacity: 1;
}
.mandala .accordion,
.mandala .accordion-header,
.mandala .toggle {
  background-color: rgba(102, 121, 151, 0.5);
  color: #ffffff;
}
.mandala .accordion-header:hover {
  background-color: #667997;
}
.mandala .accordion-body {
  background-color: rgba(102, 121, 151, 0.45);
}
.facil .accordion,
.facil .accordion-header,
.facil .toggle {
  background-color: rgba(227, 224, 198, 0.5);
  color: #572600;
}
.facil .accordion-header:hover {
  background-color: #e3e0c6;
}
.facil .accordion-body {
  background-color: rgba(227, 224, 198, 0.45);
}
.ono .accordion,
.ono .accordion-header,
.ono .toggle {
  background-color: rgba(146, 144, 137, 0.5);
  color: #ffffff;
}
.ono .accordion-header:hover {
  background-color: #929089;
}
.ono .accordion-body {
  background-color: rgba(146, 144, 137, 0.45);
}
.qiu .accordion,
.qiu .accordion-header,
.qiu .toggle {
  background-color: rgba(26, 11, 7, 0.5);
  color: #D7BB9A;
}
.qiu .accordion-header:hover {
  background-color: #1a0b07;
}
.qiu .accordion-body {
  background-color: rgba(26, 11, 7, 0.45);
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 670px) {
  .spinner {
    top: 25%;
  }
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.mandala .spinner > div {
  background-color: #ffffff;
}
.facil .spinner > div {
  background-color: #572600;
}
.ono .spinner > div {
  background-color: #ffffff;
}
.qiu .spinner > div {
  background-color: #D7BB9A;
}
