@font-face {
  font-family: Cabinetgrotesk Variable;
  src: url('../fonts/cabinetgrotesk-variable.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sentient Variable;
  src: url('../fonts/sentient-variable.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-default: white;
  --black-200: #3d3d44;
  --blue-dark: #305881;
  --blue-darker: #22476d;
  --black-100: #28282f;
  --white-default-85: #ffffffd9;
  --blue-default: #6499d1;
  --black-400: #6b6b71;
  --beige-light: #f0e8df;
  --white-default-75: #ffffffbf;
  --grey-light: #f6f6f6;
  --blue-light: #e2edf9;
  --blue-huge: #29334a;
  --orange-light: #ffefde;
  --orange-default: #ffae6b;
  --green-darker: #488864;
  --green-dark: #5a9f79;
  --green-default: #7ec99f;
  --green-light: #e1f0e7;
  --black-300: #54545b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white-default);
  color: var(--black-200);
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  grid-column-gap: .75rem;
  border: .0625rem solid var(--blue-dark);
  background-color: var(--blue-dark);
  color: var(--white-default);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.375rem 3.375rem;
  font-weight: 500;
  transition: all .25s;
  display: flex;
  box-shadow: 3px 4px .75rem -.625rem #29334a0d, 0 10px 2.5rem -.5rem #29334a1a;
}

.button:hover {
  border-color: var(--blue-darker);
  background-color: var(--blue-darker);
}

.button.is-small {
  padding: 1rem 2.5rem;
}

.button.is-large {
  padding: 1.5rem 3rem;
}

.button.is-light {
  border-color: var(--white-default);
  color: var(--black-100);
  background-color: #fff;
}

.button.is-light:hover {
  background-color: var(--white-default-85);
}

.button.is-secondary {
  border-color: var(--black-100);
  box-shadow: none;
  color: var(--black-100);
  background-color: #0000;
}

.button.is-secondary:hover {
  border-color: var(--blue-default);
  background-color: var(--blue-default);
  color: var(--white-default);
}

.button.is-secondary.is-light {
  border-color: var(--white-default);
  color: var(--white-default);
}

.button.is-secondary.is-light:hover {
  background-color: var(--white-default-85);
  color: var(--black-100);
}

.button.is-secondary.is-awo-nav {
  border-color: var(--black-400);
  padding: 1rem 2.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
}

.button.is-secondary.is-awo-nav:hover {
  border-color: var(--beige-light);
  background-color: var(--beige-light);
  color: var(--black-100);
}

.button.is-secondary.is-awo-dark {
  border-color: var(--white-default-75);
  color: var(--white-default);
}

.button.is-secondary.is-awo-dark:hover {
  border-color: var(--grey-light);
  color: var(--black-100);
  background-color: #e0e0e0;
}

.button.is-secondary.is-awo-light {
  border-color: var(--black-400);
  font-size: 1.0625rem;
  font-weight: 600;
}

.button.is-secondary.is-awo-light:hover {
  border-color: var(--beige-light);
  background-color: var(--beige-light);
  color: var(--black-100);
}

.button.is-secondary.is-wellness-nav {
  border-color: var(--blue-light);
  color: var(--blue-light);
  padding: 1rem 2.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
}

.button.is-secondary.is-wellness-nav:hover {
  background-color: #6499d140;
}

.button.is-secondary.is-wellness-dark {
  border-color: var(--white-default-75);
  color: var(--white-default);
}

.button.is-secondary.is-wellness-dark:hover {
  border-color: var(--grey-light);
  background-color: var(--blue-light);
  color: var(--black-100);
}

.button.is-secondary.is-wellness-light {
  border-color: var(--black-400);
  font-size: 1.0625rem;
  font-weight: 600;
}

.button.is-secondary.is-wellness-light:hover {
  border-color: var(--blue-default);
  color: var(--black-100);
  background-color: #6499d180;
}

.button.is-link {
  grid-column-gap: .5rem;
  box-shadow: none;
  color: var(--black-100);
  background-color: #0000;
  border-style: none;
  padding: 0 .25rem;
  text-decoration: underline;
}

.button.is-link:hover {
  opacity: .75;
}

.button.is-full-width {
  width: 100%;
}

.button.is-full-width.is-event-custom {
  color: var(--blue-huge);
  background-color: #dbaf95;
  border-style: none;
  border-color: #3272b9;
}

.button.is-full-width.is-event-custom:hover {
  background-color: #fff;
  border-color: #2781a7;
  transform: scale(1.025);
}

.button.is-full-width-custom-cookies {
  width: 100%;
}

.button.is-link-light {
  grid-column-gap: .5rem;
  box-shadow: none;
  color: var(--white-default);
  background-color: #0000;
  border-style: none;
  padding: 0 .25rem;
  text-decoration: underline;
}

.button.is-link-light:hover {
  opacity: .75;
}

.button.is-nav-custom {
  box-shadow: none;
  background-color: #fff0;
  border-style: none;
  padding: 1rem 2.5rem;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.button.is-nav-custom:hover {
  opacity: .9;
}

.button.is-awo {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #0000;
  background-image: linear-gradient(#ffffff5c, #ffffff5c 60%, #ffffff2e);
  border-style: none;
  box-shadow: 0 .625rem 2.5rem -.75rem #0000000d, 0 .25rem .25rem #00000040;
}

.button.is-awo:hover {
  transform: scale(1.0375);
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

.text-align-center {
  text-align: center;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.rich-text {
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.rich-text h1 {
  color: var(--black-100);
  margin-top: 4rem;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 1.2;
}

.rich-text h2 {
  color: var(--black-100);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.rich-text h3 {
  color: var(--black-100);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.rich-text h4 {
  color: var(--black-100);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.rich-text h5 {
  color: var(--black-100);
  margin-top: 1rem;
  margin-bottom: .875rem;
  font-size: 1.375rem;
}

.rich-text h6 {
  color: var(--black-100);
  margin-top: 1rem;
  margin-bottom: .75rem;
}

.rich-text p {
  color: var(--black-200);
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text blockquote {
  color: var(--black-400);
  border-left-style: none;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 0;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
}

.rich-text ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.rich-text img {
  object-fit: cover;
}

.rich-text li {
  margin-bottom: .25rem;
}

.rich-text figure {
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  margin: 2rem 0;
  padding: 0;
}

.rich-text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  list-style-type: decimal;
}

.rich-text a {
  color: #0063c9;
  text-decoration: underline;
}

.rich-text figcaption {
  color: var(--black-200);
  text-align: left;
  margin-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
  font-weight: 500;
}

.container-large {
  width: 100%;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.is-pop-up-custom {
  margin-top: auto;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 59.25rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.is-text-small {
  letter-spacing: .0875rem;
}

.text-style-allcaps.is-text-large {
  letter-spacing: .1125rem;
}

.text-style-allcaps.is-text-medium {
  letter-spacing: .1rem;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-pop-up {
  max-width: 30rem;
}

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.5;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.5;
}

.show-mobile {
  display: none;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.is-landscape-smaller.is-campaign-tag {
  text-decoration: underline;
}

.text-size-huge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h2 {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3 {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4 {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4.is-awo {
  color: var(--orange-light);
}

.heading-style-h5 {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.heading-style-h5.is-blog-mension {
  line-height: 1.5;
}

.heading-style-h6 {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h6.inner-padding {
  font-size: 1.125rem;
}

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-color-blue-huge {
  background-color: var(--blue-huge);
}

.background-color-blue-huge.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.text-color-blue-huge {
  color: var(--blue-huge);
}

.background-color-blue-darker {
  background-color: var(--blue-darker);
}

.background-color-blue-darker.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-blue-dark {
  background-color: var(--blue-dark);
}

.background-color-blue-dark.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-darker {
  color: var(--blue-darker);
}

.text-color-blue-dark {
  color: var(--blue-dark);
}

.background-color-blue-default {
  background-color: var(--blue-default);
}

.background-color-blue-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-default {
  color: var(--blue-default);
}

.background-color-blue-light {
  background-color: var(--blue-light);
}

.background-color-blue-light.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-blue-light {
  color: var(--blue-light);
}

.background-color-white-default {
  background-color: var(--white-default);
}

.background-color-white-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-white-default {
  color: var(--white-default);
}

.text-color-white-default.opacity-85 {
  opacity: .85;
  color: var(--white-default-85);
}

.text-color-white-default.opacity-90 {
  opacity: .9;
}

.background-color-black-100 {
  background-color: var(--black-100);
}

.background-color-black-100.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-black-100 {
  color: var(--black-100);
}

.background-color-black-200 {
  background-color: var(--black-200);
}

.background-color-black-200.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-black-200 {
  color: var(--black-200);
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.display-flex {
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-large.is-awo {
  height: 3.5rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-medium.is-custom-wedding {
  height: 2.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

.spacing-section-huge.is-blog-custom {
  height: 13rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .625rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.75rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px #0000000d, inset -1px 0 #0000001a;
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent.webp');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_component {
  margin-bottom: 0;
}

.form_checkbox-icon {
  border: .0625rem solid var(--black-100);
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-color: var(--blue-dark);
  background-color: var(--blue-dark);
  background-image: url('../images/check-icon-white.svg');
  background-position: 80%;
  background-size: 90%;
  border-radius: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border: .0625rem solid var(--black-100);
  box-shadow: none;
  border-radius: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.is-unique {
  margin-right: 0;
}

.form_checkbox-icon.is-light {
  border-color: var(--white-default);
}

.form_checkbox-icon.is-light.w--redirected-checked {
  background-color: var(--white-default);
  background-image: url('../images/check-icon-blue-dark.svg');
}

.form_input {
  background-color: #0000;
  border: .0625rem solid #28282f66;
  min-height: 3.75rem;
  margin-bottom: 0;
  padding: 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.form_input::placeholder {
  color: var(--black-400);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-newsletter {
  border-color: var(--white-default);
  color: var(--white-default);
  min-height: 4rem;
  font-size: 1.125rem;
}

.form_input.is-newsletter::placeholder {
  color: var(--white-default-75);
}

.form_input.is-search-bar {
  border-color: var(--black-100);
  color: var(--black-100);
  min-height: 3.8rem;
  font-size: 1.125rem;
}

.form_input.is-search-bar::placeholder {
  color: var(--black-400);
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-success {
  padding: 1.25rem;
}

.form_field-wrapper.is-full-width {
  width: 100%;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-label {
  margin-bottom: 0;
  font-weight: 500;
}

.form_checkbox-label.is-newsletter {
  color: var(--white-default-85);
  font-size: .875rem;
  line-height: 1.4;
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

.background-color-orange-default {
  background-color: var(--orange-default);
}

.background-color-orange-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-orange-default {
  color: var(--orange-default);
}

.text-color-orange-light {
  color: var(--orange-light);
}

.background-color-orange-light {
  background-color: var(--orange-light);
}

.background-color-orange-light.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-green-darker {
  color: var(--green-darker);
}

.background-color-green-darker {
  background-color: var(--green-darker);
}

.background-color-green-darker.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-green-dark {
  background-color: var(--green-dark);
}

.background-color-green-dark.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-green-dark {
  color: var(--green-dark);
}

.background-color-green-default {
  background-color: var(--green-default);
}

.background-color-green-default.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-green-default {
  color: var(--green-default);
}

.background-color-green-light {
  background-color: var(--green-light);
}

.background-color-green-light.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-green-light {
  color: var(--green-light);
}

.background-color-beige-light {
  background-color: var(--beige-light);
}

.background-color-beige-light.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-beige-light {
  color: var(--beige-light);
}

.text-color-grey-light {
  color: var(--grey-light);
}

.background-color-grey-light {
  background-color: var(--grey-light);
}

.background-color-grey-light.zy-stylesystem-color {
  min-height: 1px;
}

.background-color-black-300 {
  background-color: var(--black-300);
}

.background-color-black-300.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-black-300 {
  color: var(--black-300);
}

.background-color-black-400 {
  background-color: var(--black-400);
}

.background-color-black-400.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-black-400 {
  color: var(--black-400);
}

.footer {
  z-index: 4;
  background-color: var(--blue-darker);
  padding-top: 5rem;
  padding-bottom: 12.5rem;
  display: block;
  position: relative;
}

.cookies-modal-wrapper {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-width: 100svw;
  max-width: 100svw;
  display: flex;
  position: absolute;
}

.cookies-modal {
  background-color: var(--white-default);
  max-width: 59.25rem;
  padding: 1.75rem 3rem;
  display: none;
  position: fixed;
  bottom: 1rem;
  box-shadow: 0 24px 4rem -.75rem #28282f3d;
}

.cookies-modal_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookies-modal_text {
  max-width: 88%;
  font-weight: 500;
}

.button-text {
  letter-spacing: .0575rem;
  white-space: nowrap;
  line-height: 1.5;
  text-decoration: underline;
}

.button-text.is-small {
  font-size: 1rem;
}

.button-text.is-large {
  font-size: 1.25rem;
}

.cookies-modal_close-button {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: -.2rem -.2% auto auto;
}

.cookies-modal_content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cookies-modal-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cookies-config-modal {
  background-color: var(--white-default);
  align-items: flex-start;
  max-width: 59.25rem;
  max-height: 100dvh;
  margin-bottom: 0;
  padding: 3rem;
  display: none;
  position: fixed;
  bottom: 1rem;
  overflow: auto;
  box-shadow: 0 24px 4rem -.75rem #28282f3d;
}

.cookies-config-modal_heading {
  width: 88%;
  max-width: 40rem;
}

.cookies-config-modal_line {
  background-color: #6b6b7152;
  width: 100%;
  height: .05rem;
}

.cookies-config-modal_preferences-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cookies-config-modal_pref-wrap {
  grid-column-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookies-config-modal_pref-title {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.cookies-config-modal_close-button {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cookies-config-modal_content {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-link.hover-opacity-75.color-inherit {
  color: inherit;
}

.fs-cc-banner_trigger {
  display: none;
}

.hover-opacity-75 {
  transition: all .15s;
}

.hover-opacity-75:hover {
  opacity: .75;
}

.footer_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.footer_block-acomodations {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_acomodations-logo {
  width: 3.75rem;
}

.footer_acomodations {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 55.5rem;
  display: flex;
}

.footer_acomodation {
  color: var(--white-default-75);
  letter-spacing: .1125rem;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: underline;
  transition: all .2s;
}

.footer_acomodation:hover {
  color: var(--white-default);
}

.footer_line {
  background-color: #ffffff40;
  height: .0625rem;
}

.footer_line.is-custom {
  width: .0625rem;
  height: auto;
}

.footer_main {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_about {
  flex-direction: column;
  align-items: flex-start;
  max-width: 18.125rem;
  display: flex;
}

.footer_prides {
  max-width: 18.25rem;
}

.footer_main-contacts {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 14rem;
  display: flex;
}

.footer_logo-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_logo {
  width: 12.875rem;
}

.footer_sub-logo {
  width: 3.625rem;
}

.footer_about-details {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_sub-titles {
  color: var(--white-default);
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer_sub-titles.no-wrap {
  white-space: nowrap;
}

.footer_comomn-link {
  color: var(--white-default-85);
  white-space: nowrap;
  font-weight: 500;
  transition: all .15s;
}

.footer_comomn-link:hover {
  text-decoration: underline;
}

.footer_comomn-link.is-link-number {
  font-size: 1rem;
}

.footer_main-links-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-icon.is-smal {
  width: 1.25rem;
  height: 1.25rem;
}

.button-icon.hide {
  display: none;
}

.footer_prides-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer_best-choice {
  object-fit: cover;
  width: 68%;
  max-width: 4.6rem;
  max-height: 5rem;
}

.footer_turist-safe {
  width: 42%;
  max-width: 4.25rem;
}

.footer_comomn-link-wrap {
  color: var(--white-default-85);
  align-items: center;
  display: flex;
  position: relative;
}

.footer_comomn-link-wrap.hide {
  display: none;
}

.footer_comomn-link-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.footer_newsletter-form {
  width: 100%;
  margin-bottom: 0;
}

.footer_form-main {
  background-color: #0000;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.footer_newsletter {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_newsletter-title {
  color: var(--white-default);
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.footer_newsletter-heading {
  text-align: center;
  max-width: 36.25rem;
}

.footer_form-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.footer_confirm-field {
  justify-content: flex-end;
  display: flex;
}

.footer_newsletter-title-wrap {
  display: inline;
}

.footer_newsletter-title-p {
  width: .575rem;
  margin-bottom: .4rem;
  margin-left: .375rem;
  margin-right: .125rem;
}

.footer_newsletter-title-p.is-left {
  width: .5rem;
  margin-bottom: .35rem;
  margin-left: .625rem;
  margin-right: .375rem;
}

.footer-newsletter-success-wrap {
  grid-column-gap: 1rem;
  border-top: .0625rem solid #ffffff40;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 59.25rem;
  padding: 1.75rem 3rem;
  display: flex;
}

.footer-newsletter-success {
  background-color: #0000;
  padding: 0;
}

.footer-newsletter-success-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_newsletter-success-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.footer_newsletter-error {
  text-align: center;
  background-color: #ffe6e6;
  margin-top: 1.5rem;
  padding: .5rem 3rem;
}

.footer_contacts {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.footer_contacts-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_contacts-wrap {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.footer_contacts-logo {
  min-width: 1.75rem;
  min-height: 1.75rem;
}

.footer-others {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  text-align: center;
  border-top: .0625rem solid #ffffff40;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem 1rem;
  display: flex;
}

.footer_go-to-top {
  padding: .25rem;
}

.footer_final-block {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_go-to-top-button {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_go-to-top-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.section_header-patterner {
  background-color: var(--blue-huge);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 72svh;
  padding-top: 12rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_header-patterner.is-suite {
  height: 72svh;
  min-height: 32rem;
  padding-top: 8.5rem;
}

.wave {
  opacity: 0;
  min-width: 101%;
}

.wave.set-minimum-size-tablet.is-opacity-100 {
  pointer-events: none;
}

.wave.is-opacity-100 {
  opacity: 1;
}

.wave.set-custom-home-about {
  transform: scale(1.015);
}

.wave.is-pop-up-size {
  transform: none;
}

.wave-wrapper {
  pointer-events: none;
  flex-direction: column;
  max-width: 100%;
  display: flex;
  position: absolute;
}

.wave-wrapper.is-top {
  inset: 0% 0% auto;
}

.wave-wrapper.is-top.hide {
  display: none;
}

.wave-wrapper.is-bottom {
  inset: auto 0% 0%;
}

.wave-wrapper.is-bottom.hide {
  display: none;
}

.wave-wrapper.is-pop-up {
  inset: 0% 0% auto;
}

.footer_horizon-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer_wave-horizon {
  position: absolute;
}

.footer_wave-horizon.is-blue {
  width: 100%;
  min-width: 77rem;
  position: relative;
}

.footer_wave-horizon.is-green {
  width: 80%;
  min-width: 62rem;
  right: 0;
}

.footer_wave-horizon.is-yellow {
  width: 100%;
  min-width: 78rem;
  margin-bottom: 2.375rem;
}

.pop-up-modal {
  z-index: 101;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100svw;
  padding-bottom: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-modal.temp {
  opacity: 0;
  pointer-events: none;
  display: flex;
}

.pop-up_background {
  cursor: pointer;
  background-image: radial-gradient(circle, #24282da3, #28282fcc);
  position: absolute;
  inset: 0%;
}

.pop-up_main-modal {
  background-color: #fff7ef;
  width: 41rem;
  max-width: 100%;
  overflow: hidden;
}

.pop-up_main-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.5rem 2rem;
  display: flex;
  position: relative;
}

.pop-up_main-heading {
  z-index: 1;
  text-align: center;
  max-width: 44rem;
  position: relative;
}

.pop-up_main-header {
  display: block;
}

.pop-up_line {
  background-color: #6b6b7180;
  width: 100%;
  height: .05rem;
}

.pop-up_points {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

.pop-up_points.is-event-custom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pop-up_point {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.pop-up_point-title {
  color: var(--black-100);
  font-family: Sentient Variable, Georgia, sans-serif;
  font-weight: 500;
}

.pop-up_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  width: 100%;
  display: flex;
}

.pop-up_disclaimer {
  text-align: center;
  max-width: 26.125rem;
  display: block;
}

.pop-up_image {
  background-image: url('../images/semana-santa-img_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-start;
  height: 15.25rem;
  padding: 2.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pop-up_image.is-custom-event {
  background-image: url('../images/semana-santa-26.avif');
}

.wave-comomn {
  flex-direction: column;
  display: flex;
  position: absolute;
}

.wave-comomn.is-bottom-reverse {
  bottom: 0;
  left: 0%;
  right: 0%;
}

.wave-comomn-image {
  opacity: 0;
  min-width: 100%;
}

.wave-comomn-image.is-outsite-bottom {
  opacity: 1;
  position: absolute;
  inset: 99.6% 0% auto;
}

.wave-comomn-image.is-outsite-bottom.is-navbar-custom {
  max-height: 5.25rem;
}

.pop-up_close-buttom {
  filter: invert();
  cursor: pointer;
  background-image: radial-gradient(circle, #29334a3d, #fff0);
  width: 3rem;
  height: 3rem;
  position: absolute;
}

.pop-up_close-button-embed {
  display: none;
}

.pop-up_image-shadow {
  background-image: radial-gradient(circle, #28282f14, #28282f26 50%, #28282f33);
  position: absolute;
  inset: 0%;
}

.loading {
  z-index: 999;
  background-color: var(--grey-light);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loading-logo {
  width: 30%;
  max-width: 24rem;
  margin-bottom: 2.5rem;
}

.loading-trigger {
  display: none;
}

.navbar {
  z-index: 99;
  flex-direction: column;
  width: 100svw;
  max-width: 100svw;
  max-height: 100svh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_component {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.navbar_hamburger {
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 3rem;
  padding-right: .5rem;
  display: flex;
}

.navbar_links-grid-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  max-width: 24.5rem;
  display: grid;
}

.navbar_hamburger-line-1, .navbar_hamburger-line-2 {
  background-color: var(--white-default);
  width: 3.75rem;
  height: .075rem;
}

.navbar_link {
  white-space: nowrap;
  color: inherit;
  justify-content: space-between;
  align-items: center;
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
  font-weight: 500;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.navbar_link:hover {
  color: var(--black-100);
  text-decoration: underline;
}

.navbar_link.w--current {
  color: var(--black-100);
  font-weight: 700;
  text-decoration: underline;
}

.navbar_content {
  grid-column-gap: 3.4375rem;
  background-color: var(--white-default);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.25rem;
  display: none;
}

.navbar_logo-link-light {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar_main {
  background-color: #fff0;
  border-bottom: .05rem solid #ffffff40;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar-logo {
  width: 12.5rem;
}

.navbar-sublogo {
  width: 3.5rem;
}

.navbar_portions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.navbar_portions.is-right {
  margin-left: auto;
  margin-right: 0;
}

.navbar_message {
  background-color: #3272b9;
  padding-top: .25rem;
  padding-bottom: .375rem;
}

.navbar_message.z-index-2.is-custom-event {
  color: var(--black-100);
}

.navbar_message-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.navbar_message-close {
  filter: invert();
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: -.125rem;
  position: absolute;
  right: 0;
}

.navbar_bg {
  cursor: pointer;
  background-color: #28282f80;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_content-component {
  grid-row-gap: 3.25rem;
  border-top: .05rem solid #6b6b7152;
  flex-direction: column;
  padding-top: 2.625rem;
  padding-bottom: .625rem;
  display: flex;
}

.navbar_links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar_links-title {
  color: var(--blue-darker);
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.navbar_links-wrap {
  grid-row-gap: .125rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar_content-about {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-top: .05rem solid #6b6b7152;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar_content-wrap {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  max-width: 40rem;
  display: flex;
}

.navbar_content-line {
  background-color: #6b6b7180;
  width: .05rem;
  min-height: 100%;
}

.navbar_content-line.is-hide-custom {
  background-color: #6b6b7152;
  display: none;
}

.navbar_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.275fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.navbar_content-wave {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_content-image-wrap {
  background-color: var(--blue-default);
  position: relative;
}

.navbar_content-img-item {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s linear;
  position: absolute;
  inset: 0%;
}

.navbar_content-img-item.is-img-default {
  opacity: 1;
  position: static;
}

.navbar_content-img-list {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 26px 4rem -.75rem #3d3d4414;
}

.section_cta {
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  justify-content: center;
  align-items: center;
  height: 120svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_header-element {
  width: .6rem;
  margin-bottom: .8rem;
  margin-left: .375rem;
  margin-right: .375rem;
}

.cta_header-element.is-right {
  width: .75rem;
  margin-left: .375rem;
  margin-right: 0;
}

.cta_heading-bg {
  width: 166%;
  min-width: 42rem;
  max-width: 49.75rem;
  margin-top: 2.25rem;
  margin-left: 5rem;
  position: absolute;
}

.cta_heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta_image-mask {
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  position: absolute;
  inset: 0%;
}

.header-patterner_bg {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80);
  background-position: 0 0;
  position: absolute;
  inset: 0%;
}

.header-patterner_bg.is-zumbi-jardim {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/zumbi-jardim-hero_1.avif');
  background-size: auto, cover;
}

.header-patterner_bg.is-jacu-ocean {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/jacu-ocean-hero_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-patterner_bg.is-zumbi-master {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/zumbi-master-hero_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-patterner_bg.is-sibraama-jardim {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/sibraama-jardim-header_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-patterner_bg.is-zumbi-ocean {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/zumbi-ocean-hero-img_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-patterner_bg.is-desideria {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/desideria-img-hero_2.avif');
  background-size: auto, cover;
}

.header-patterner_bg.is-jacu-jardim {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/jacu-jardim-hero_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-patterner_bg.is-sibraam-ocean {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/sibraama-ocean-header_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-patterner_bg.is-suite-azul {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/suite-azul-hero_1.avif');
  background-size: auto, cover;
}

.header-patterner_bg.is-das-rosas {
  background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/das-rosas-hero_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-patterner_bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-patterner_header {
  line-height: 1.5;
}

.header-patterner_element {
  width: 1rem;
  margin-top: -.875rem;
  margin-left: 1rem;
  margin-right: .75rem;
}

.header-patterner_element.is-right {
  width: 1.1rem;
  margin-left: .75rem;
  margin-right: 0;
}

.header-patterner_heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 48rem;
  display: flex;
}

.header-patterner_heading.is-suite {
  align-items: center;
}

.header-patterner_scroll-down {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.header-patterner_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.header-patterner_icon.is-home-bigger {
  width: 2rem;
  height: 2rem;
}

.header-patterner_wrap-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-patterner_tag-wrap {
  grid-column-gap: .325rem;
  display: flex;
}

.navbar_logo-link-dark {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar_wrap-logos {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_wrap-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.no-scroll {
  height: 100svh;
  overflow: hidden;
}

.polices-terms_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.polices-terms_wrapper {
  grid-row-gap: 4rem;
  border-top: .05rem solid #6b6b7180;
  flex-direction: column;
  padding-top: 4rem;
  display: flex;
}

.polices-terms_wrap {
  flex-direction: column;
  display: flex;
}

.polices-terms_wrap-list {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.polices-terms_wrap-list-item {
  margin-bottom: 1.5rem;
}

.polices-terms_wrap-list-item.is-last {
  margin-bottom: 0;
}

.polices-terms_line {
  background-color: #6b6b7180;
  height: .05rem;
}

.faq_direct-contact {
  padding: 2rem 2.5rem;
  box-shadow: 0 4px .75rem -.75rem #29334a8a, 0 6px 2.5rem -.75rem #29334a3d;
}

.faq_direct-contact-buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  display: flex;
}

.section_big-image {
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  justify-content: center;
  align-items: center;
  height: 94svh;
  min-height: 32rem;
  margin-top: -.125rem;
  margin-bottom: -.125rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.big-image_wrap-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.big-image_image-mask {
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  display: none;
  position: absolute;
  inset: 0%;
}

.section_home-header {
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-header_block-1 {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  padding-top: 11.5rem;
  padding-bottom: 3rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_content-address {
  font-style: normal;
}

.home-header_heading {
  max-width: 49rem;
}

.span-elements-hide {
  display: none;
  position: relative;
}

.home-header_heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-header_description {
  max-width: 23.125rem;
}

.home-header_mask {
  opacity: .6;
  background-image: radial-gradient(circle, #28282feb, #28282ff2 56%, #28282ff5);
  position: absolute;
  inset: 0%;
}

.home-header_component {
  flex-direction: column;
  justify-content: flex-start;
  height: 200svh;
  display: flex;
  position: sticky;
}

.home-header_block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.home-header_message-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 43rem;
  display: flex;
  position: relative;
}

.home-header_keep-scrolling {
  grid-column-gap: .5rem;
  opacity: 0;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 7rem;
}

.home-header_message {
  opacity: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.home-header_message-image-wrap {
  grid-column-gap: 5rem;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 132%;
  max-width: 100svw;
  display: flex;
  position: absolute;
}

.home-header_message-image {
  width: 3.75rem;
}

.home-header_message-image.is-right {
  width: 4rem;
}

.home-header_block-1-wrap {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-header_wrap-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
}

.contact-list_component {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact-list_heading {
  text-align: center;
  flex-direction: column;
  max-width: 54.5rem;
  display: flex;
}

.contact-list_contacts {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.contact-list_contact {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  max-width: 19.875rem;
  display: flex;
}

.contact-list_contact-title {
  font-size: 1.375rem;
  font-weight: 700;
}

.contact-list_contacts-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
  display: flex;
}

.contact-list_contact-link {
  font-weight: 500;
  text-decoration: underline;
  transition: all .15s;
}

.contact-list_contact-link:hover {
  opacity: .75;
}

.contact-list_contact-link-wrap {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.contact-list_contact-comomn-link {
  font-weight: 500;
  transition: all .15s;
}

.contact-list_contact-comomn-link:hover {
  text-decoration: underline;
}

.contact-list_contact-comomn-link.is-link-number {
  font-size: 1.125rem;
  text-decoration: underline;
}

.contact-list_contact-comomn-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq_direct-contact-heading {
  max-width: 90%;
}

.section_contact-social {
  background-color: var(--orange-light);
  position: relative;
}

.contact-social_component, .contact-map_component {
  flex-direction: column;
  display: flex;
}

.contact-map_heading {
  max-width: 64%;
}

.contact-map_map {
  height: 37.5rem;
  box-shadow: 0 4px 1.25rem -.125rem #00000029;
}

.contact-social_social {
  grid-column-gap: 1rem;
  display: flex;
}

.contact-social_contacts-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-social_contacts-wrap {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.contact-social_card {
  min-width: 27rem;
  max-width: 27rem;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.contact-social_card:hover {
  z-index: 1;
  transform: none;
}

.contact-social_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 26px 4rem -.75rem #3d3d4414;
}

.contact-social_card-image:hover {
  z-index: 1;
  position: relative;
}

.contact-social_social-wrap {
  grid-column-gap: 1rem;
  display: flex;
}

.contact-social_contacts-logo {
  min-width: 2rem;
  min-height: 2rem;
}

.pop-up_wrap {
  max-height: 100dvh;
  overflow: auto;
}

.navbar_wrap {
  flex-direction: column;
  min-width: 100%;
  display: flex;
  overflow: auto;
}

.wave-wrap {
  flex-direction: column;
  max-width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.wave-wrap.is-outsite-top {
  inset: -99.5% 0% auto;
}

.wave-wrap.is-anchor {
  position: static;
}

.wave-wrap.is-inside-bottom {
  inset: auto 0% -.125rem;
  transform: scale(1.015);
}

.wave-wrap.is-inside-bottom.is-home-location {
  opacity: 0;
}

.wave-wrap.is-inside-bottom.is-scale-big {
  transform: scale(1.0375);
}

.wave-wrap.is-inside-bottom.is-home-header {
  transform: none;
}

.wave-wrap.is-inside-bottom.is-max-scale-1 {
  transform: scale(1);
}

.wave-wrap.is-inside-bottom.is-big-image {
  pointer-events: none;
  bottom: -.425rem;
}

.wave-wrap.is-inside-bottom.is-big-image.hide {
  display: none;
}

.wave-wrap.is-inside-top {
  inset: -.125rem 0% auto;
}

.wave-wrap.is-inside-top.hide {
  display: none;
}

.wave-wrap.is-outside-bottom {
  inset: auto 0% -99.5%;
}

.wave-wrap.is-outside-bottom.is-card-custom {
  bottom: -95%;
}

.wave-wrap.is-pop-up {
  inset: -90% 0% auto;
}

.wave-wrap.is-inside-top-noscale {
  inset: -.125rem 0% auto;
}

.navbar_box-mobile {
  padding: 2rem 2.5rem;
  display: none;
  box-shadow: 0 4px .75rem -.75rem #29334a99, 0 4px 2.5rem -.75rem #29334a4d;
}

.navbar_box-contact-buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  display: flex;
}

.section_faq.is-wellness {
  background-color: #fff;
}

.faq_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.faq_question-wrap {
  flex-direction: column;
  display: flex;
}

.faq_question-wrapper {
  grid-row-gap: 2.5rem;
  border-top: .05rem solid #6b6b713d;
  flex-direction: column;
  padding-top: 4rem;
  display: flex;
}

.section_home-acomodations {
  background-color: var(--blue-light);
  position: relative;
}

.home-acomodations_heading {
  max-width: 36rem;
}

.home-acomodations_slide {
  flex-direction: column;
  min-width: 42%;
  max-width: 42%;
  display: flex;
  position: relative;
}

.home-acomodations_slide.swiper-slide {
  flex-direction: column;
}

.home-acomodations_slide-texts {
  flex-direction: column;
  align-items: flex-start;
  max-width: 88%;
  display: flex;
}

.home-acomodations_slide-texts.is-suite {
  max-width: 64%;
}

.home-acomodations_slide-title {
  color: var(--black-100);
  font-size: 1.25rem;
  font-weight: 500;
}

.home-acomodations_slide-img-wrapper {
  width: 100%;
  height: 27rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-acomodations_slide-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.home-acomodations_slide-img-wrap {
  width: 100%;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.home-acomodations_slide-img-wrap:hover {
  transform: scale(1.05);
}

.hide-desktop {
  display: none;
}

.swiper-wrapper {
  display: flex;
}

.home-acomodations_slider {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-acomodations_heading-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-about_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.home-about_heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 35.75rem;
  display: flex;
}

.h2-span {
  width: .75rem;
  height: 2.625rem;
  margin-bottom: -.5rem;
  display: inline-block;
  position: relative;
}

.h2-span.is-2 {
  width: 1.1rem;
  height: 3.5rem;
  margin-bottom: -1rem;
}

.h2-span.span-wrapper.is-2.is-adj {
  bottom: .375rem;
}

.span-element-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h2-element-span-image {
  width: .625rem;
}

.h2-element-span-image.is-right {
  width: .75rem;
}

.home-about_text-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-about_prides {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.home-about_prides.is-tablet-center {
  justify-content: center;
}

.home-about_image {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about_image.is-parallax.is-opacity {
  opacity: .75;
}

.home-about_image.is-home {
  max-height: 30rem;
}

.home-about_img-1-wrap {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.home-about_img-2-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.is-reverse-wave {
  flex-direction: column;
  width: 101%;
  display: flex;
}

.section_home-points {
  margin-top: -.125rem;
  overflow: hidden;
}

.home-points_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-points_heading {
  text-align: center;
  flex-direction: column;
  max-width: 39rem;
  display: flex;
}

.home-points_points {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 100%;
  display: flex;
}

.home-points_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-points_point {
  grid-column-gap: 1rem;
  width: 30%;
  max-width: 22.75rem;
  display: flex;
}

.home-points_point-icon {
  width: 2rem;
  height: 2rem;
}

.section_home-exp {
  margin-top: -.125rem;
}

.home-exp_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.55fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-exp_column-1 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.home-exp_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.h3-element-span-image {
  width: .625rem;
}

.h3-element-span-image.is-right {
  width: .75rem;
}

.h3-span {
  width: .75rem;
  height: 2.625rem;
  margin-bottom: -.5rem;
  margin-right: -.25rem;
  display: inline-block;
  position: relative;
}

.home-exp_image-1 {
  object-fit: cover;
  flex-direction: column;
  min-width: 100%;
  display: flex;
  position: relative;
}

.home-exp_img-1-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: flex;
}

.home-exp_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.is-reversey-wave {
  justify-content: center;
  min-width: 101%;
  display: flex;
}

.home-exp_column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.home-exp_ativicty {
  width: 78%;
  max-width: 26.5rem;
}

.home-exp_ativicty.is-90 {
  width: 90%;
  max-width: 30rem;
}

.home-exp_ativity-title {
  color: var(--black-100);
  font-family: Cabinetgrotesk Variable, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-exp_ativicty-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section_home-exp-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 220svw;
  margin-bottom: -.5rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.home-exp-2_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 35svw 1fr;
  grid-auto-columns: 50svw;
  align-items: center;
  display: grid;
}

.home-exp-2_heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 32.25rem;
  display: flex;
}

.home-exp-2_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.home-exp-2_camera {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 9.5rem;
  overflow: hidden;
}

.home-exp-2_exp-wrap {
  min-width: 50svw;
  max-width: 47.75rem;
}

.home-exp-2_exp-wrap.is-center-custom {
  text-align: center;
  min-width: 40svw;
  max-width: 43.5rem;
  margin-bottom: 4.5rem;
  margin-left: auto;
  margin-right: auto;
}

.home-exp-2_exp-wrap.is-suite {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 46rem;
  display: flex;
}

.home-exp-2_image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 47.625rem;
  display: flex;
  position: relative;
}

.home-exp-2_img-wrap {
  flex-direction: row;
  min-width: 100%;
  max-height: 58svh;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.home-exp-2_img-wrap:hover {
  transform: scale(1.05);
}

.home-exp-2_image-wrapper {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-patterner_component.is-suite {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-exp-2_exp-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50svw 50svw 50svw 50svw 50svw 35svw;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  width: 100%;
  display: grid;
}

.home-exp-2_ativicty-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-exp-2_exp-tag {
  color: var(--black-400);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.home-exp-2_exp-tag.is-small {
  letter-spacing: .0875rem;
  font-size: .875rem;
}

.home-exp-2_exp-tag.is-blue-darker {
  color: var(--blue-darker);
}

.home-exp-2_heading-2 {
  flex-direction: column;
  width: 100%;
  max-width: 34rem;
  margin-bottom: 4.5rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
  display: flex;
}

.section_home-gallery {
  background-color: var(--blue-huge);
}

.section_home-gallery.is-weeding {
  background-color: var(--orange-light);
  position: relative;
}

.section_home-gallery.is-us {
  background-color: #0000;
}

.home-gallery_component {
  flex-direction: column;
  display: flex;
}

.home-gallery_component.is-weeding {
  align-items: flex-start;
}

.home-gallery_heading {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.home-gallery_heading.is-weeding {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.home-gallery_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-gallery_gallery-column {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.home-gallery_image-wrap {
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.home-gallery_image-wrap:hover {
  transform: none;
}

.home-gallery_image {
  object-fit: cover;
  width: 100%;
}

.home-gallery_gallery-cta.is-weeding {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.home-gallery_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.home-gallery_text {
  max-width: 90%;
}

.section_home-location {
  position: relative;
}

.home-location_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 12rem;
  display: flex;
  position: relative;
}

.home-location_img-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.home-location_content {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-location_heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 33.5rem;
  display: flex;
}

.home-location_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.home-location_paragraphs {
  flex-direction: column;
  max-width: 40rem;
  display: flex;
}

.home-location_locations {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-location_location {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-location_image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: relative;
}

.home-location_image-wrap {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.home-location_image-main-wrap {
  width: 70%;
  height: 80%;
  transition: all .35s;
  display: flex;
  position: absolute;
}

.home-location_sub-title {
  color: var(--white-default);
  font-size: 1.375rem;
  font-weight: 500;
}

.home-location_about {
  max-width: 80%;
}

.home-location_bg {
  background-image: linear-gradient(to bottom, var(--white-default), #29334a73 8%, var(--blue-huge) 18%);
  position: absolute;
  inset: 0%;
}

.section_message {
  background-color: var(--orange-light);
  position: relative;
}

.message_component {
  height: 300svh;
}

.message_component.is-weeding {
  height: 850svh;
}

.message_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 104dvh;
  padding-top: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.message_message-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 43rem;
  display: flex;
  position: relative;
}

.message_keep-scrolling {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 7rem;
}

.message_message-image-wrap {
  grid-column-gap: 5rem;
  opacity: .32;
  justify-content: space-between;
  align-items: center;
  width: 132%;
  max-width: 100svw;
  display: flex;
  position: absolute;
}

.message_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.message_message-image {
  width: 5.75rem;
}

.message_message-image.is-right {
  width: 6rem;
}

.search-bar {
  z-index: 98;
  background-color: var(--white-default);
  padding-top: 1.125rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.search-bar_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.search-bar_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 -26px 4rem -.75rem #3d3d4414;
}

.search-bar_form {
  flex-direction: column;
  min-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-bar_form-wrapper {
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.search-bar_field-wrapper.is-full-width {
  width: 100%;
  display: flex;
}

.search-bar_success {
  background-color: #0000;
  padding: 0;
}

.search-bar_error {
  text-align: center;
  background-color: #ffe6e6;
  margin-top: .75rem;
  padding: .5rem 3rem;
}

.search-bar_form-data-picker {
  width: 100%;
}

.search-bar_hide-custom {
  display: none;
}

.suites_slide {
  flex-direction: column;
  min-width: 40%;
  max-width: 40%;
  display: flex;
  position: relative;
}

.suites_slide.swiper-slide {
  flex-direction: column;
}

.suite-slide_content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.suite-details_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(.05rem, .05rem) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.suite-details_left {
  padding-top: 8rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.suite-details_right {
  flex-direction: column;
  padding-bottom: 2.5rem;
  display: flex;
}

.suite-details_points-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.suite-details_line-y {
  background-color: #6b6b7180;
  width: .05rem;
}

.suite-details_links-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 12.5rem;
}

.suite-details_links {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.suite-datails_link {
  color: var(--black-400);
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.suite-datails_link.w--current {
  color: var(--black-100);
  font-variation-settings: "wght" 450;
}

.suite-datails_link.is-itens-title {
  color: var(--black-100);
}

.suite-details_points-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 8rem;
  display: flex;
}

.suite-details_specs-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.suite-details_testimonials {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.suite-details_testimonials.is-margin-4 {
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.suite-images_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.suite-images_image-wrapper {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.suite-images_img-1-wrap {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.suite-images_img-2-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.suite-images_image {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  display: flex;
  position: relative;
}

.suite-images_slide {
  height: 44rem;
}

.suite-images_slider {
  background-color: #0000;
  height: 38.25rem;
}

.suite-images_slider-nav {
  padding-top: 0;
  display: flex;
}

.suite-images_slider-arrow {
  height: 88%;
}

.suite-images_slider-icon {
  background-image: radial-gradient(circle, #00000029, #fff0 59%);
  width: 3rem;
  margin-top: auto;
  margin-bottom: auto;
}

.suite-images_slide-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.suite-images_slide-image {
  background-color: var(--black-100);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.suite-images_slide-image.is-zumbi-jardim._1 {
  background-image: url('../images/zumbi-jardim-slide-1_1.avif');
}

.suite-images_slide-image.is-zumbi-jardim._2 {
  background-image: url('../images/zumbi-jardim-slide-2_1.avif');
}

.suite-images_slide-image.is-zumbi-jardim._3 {
  background-image: url('../images/zumbi-jardim-2_1.avif');
}

.suite-images_slide-image.is-zumbi-jardim._4 {
  background-image: url('../images/zumbi-jardim-slide-4.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-jardim._5 {
  background-image: url('../images/zumbi-jardim-slide-5-1.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-jardim._6 {
  background-image: url('../images/zumbi-jardim-slide-6.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-jacu-ocean._1 {
  background-image: url('../images/jacu-ocean-slide-5_1.avif');
}

.suite-images_slide-image.is-jacu-ocean._2 {
  background-image: url('../images/jacu-ocean-slide-2.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-jacu-ocean._3 {
  background-image: url('../images/jacu-ocean-slide-3_1.avif');
  background-repeat: no-repeat;
}

.suite-images_slide-image.is-jacu-ocean._4 {
  background-image: url('../images/jacu-ocean-2_1.avif');
  background-repeat: no-repeat;
}

.suite-images_slide-image.is-jacu-ocean._5 {
  background-image: url('../images/jacu-ocean-slide-1_1.avif');
  background-repeat: no-repeat;
}

.suite-images_slide-image.is-jacu-ocean._6 {
  background-image: url('../images/jacu-ocean-slide-6.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-jacu-ocean._8 {
  background-image: url('../images/jacu-ocean-slide-2-2.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-jacu-ocean._9 {
  background-image: url('../images/jacu-ocean-slide-2-1_1.avif');
}

.suite-images_slide-image.is-jacu-ocean._10 {
  background-image: url('../images/jacu-ocean-slide-2-3.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-master._1 {
  background-image: url('../images/zumbi-master-slide-1_1.avif');
}

.suite-images_slide-image.is-zumbi-master._2 {
  background-image: url('../images/zumbi-master-slide-2.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-master._3 {
  background-image: url('../images/zumbi-master-slide-4_1.avif');
}

.suite-images_slide-image.is-zumbi-master._4 {
  background-image: url('../images/zumbi-master-slide-5.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-master._5 {
  background-image: url('../images/zumbi-master-slide-3.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-master._6 {
  background-image: url('../images/zumbi-master-2_1.avif');
}

.suite-images_slide-image.is-sibraama-jardim._1 {
  background-image: url('../images/sibraama-jardim-slide-1_1.avif');
}

.suite-images_slide-image.is-sibraama-jardim._2 {
  background-image: url('../images/sibraama-jardim-slide-5.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-sibraama-jardim._3 {
  background-image: url('../images/sibraama-jardim-slide-2_1.avif');
}

.suite-images_slide-image.is-sibraama-jardim._4 {
  background-image: url('../images/sibraama-jardim-slide-3.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-sibraama-jardim._5 {
  background-image: url('../images/sibraama-jardim-slide-4_1.avif');
}

.suite-images_slide-image.is-sibraama-jardim._6 {
  background-image: url('../images/sibraama-jardim-slide-6.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-ocean._1 {
  background-image: url('../images/zumbi-ocean-slide-image-1_1.avif');
}

.suite-images_slide-image.is-zumbi-ocean._2 {
  background-image: url('../images/zumbi-ocean-slide-image-2_1.avif');
}

.suite-images_slide-image.is-zumbi-ocean._3 {
  background-image: url('../images/zumbi-ocean-slide-image-3_1.avif');
  background-position: 50% 40%;
}

.suite-images_slide-image.is-zumbi-ocean._4 {
  background-image: url('../images/zumbi-ocean-slide-image-4_1.avif');
}

.suite-images_slide-image.is-zumbi-ocean._5 {
  background-image: url('../images/zumbi-ocean-slide-image-5.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-zumbi-ocean._6 {
  background-image: url('../images/zumbi-ocean-slide-image-6.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-desideria._1 {
  background-image: url('../images/desideria-slide-6_1.avif');
  background-size: cover;
}

.suite-images_slide-image.is-desideria._2 {
  background-image: url('../images/desideria-slide-2_1.avif');
}

.suite-images_slide-image.is-desideria._3 {
  background-image: url('../images/desideria-slide-4.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-desideria._4 {
  background-image: url('../images/desideria-slide-3_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.suite-images_slide-image.is-desideria._5 {
  background-image: url('../images/desideria-slide-5_1.avif');
}

.suite-images_slide-image.is-desideria._6 {
  background-image: url('../images/desideria-slide-1.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-jacu-jardim._1 {
  background-image: url('../images/jacu-jardim-slide-1_1.avif');
}

.suite-images_slide-image.is-jacu-jardim._2 {
  background-image: url('../images/jacu-jardim-slide-2_1.avif');
  background-position: 100%;
  background-size: cover;
}

.suite-images_slide-image.is-jacu-jardim._3 {
  background-image: url('../images/jacu-jardim-slide-3.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-jacu-jardim._4 {
  background-image: url('../images/jacu-jardim-slide-4_1.avif');
  background-position: 50%;
  border-radius: 7px;
}

.suite-images_slide-image.is-jacu-jardim._5 {
  background-image: url('../images/jacu-jardim-slide-5.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-jacu-jardim._6 {
  background-image: url('../images/jacu-jardim-slide-6.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-sibraama-ocean._1 {
  background-image: url('../images/sibraama-ocean-slide-1_1.avif');
}

.suite-images_slide-image.is-sibraama-ocean._2 {
  background-image: url('../images/sibraama-ocean-slide-2_1.avif');
}

.suite-images_slide-image.is-sibraama-ocean._3 {
  background-image: url('../images/sibraama-ocean-slide-5.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-sibraama-ocean._4 {
  background-image: url('../images/sibraama-ocean-slide-4_1.avif');
}

.suite-images_slide-image.is-sibraama-ocean._5 {
  background-image: url('../images/sibraama-ocean-slide-3_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
}

.suite-images_slide-image.is-sibraama-ocean._6 {
  background-image: url('../images/sibraama-ocean-slide-6_1.avif');
}

.suite-images_slide-image.is-suite-azul._1 {
  background-image: url('../images/suite-azul-slide-1_1.avif');
}

.suite-images_slide-image.is-suite-azul._2 {
  background-image: url('../images/suite-azul-slide-2_1.avif');
}

.suite-images_slide-image.is-suite-azul._3 {
  background-image: url('../images/suite-azul-slide-3.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-suite-azul._4 {
  background-image: url('../images/suite-azul-slide-4.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-suite-azul._5 {
  background-image: url('../images/suite-azul-slide-5.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-suite-azul._6 {
  background-image: url('../images/suite-azul-slide-6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-das-rosas._1 {
  background-image: url('../images/das-rosas-slide-3.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-das-rosas._2 {
  background-image: url('../images/das-rosas-slide-1_1.avif');
}

.suite-images_slide-image.is-das-rosas._3 {
  background-image: url('../images/das-rosas-slide-2_1.avif');
}

.suite-images_slide-image.is-das-rosas._4 {
  background-image: url('../images/das-rosas-slide-4.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-das-rosas._5 {
  background-image: url('../images/das-rosas-slide-5.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-images_slide-image.is-das-rosas._6 {
  background-image: url('../images/das-rosas-slide-5-1.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.suite-about_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: .7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.suite-about_details {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  color: var(--black-300);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.suite-about_content {
  max-width: 80%;
}

.section_weeding-intro {
  z-index: 1;
  position: relative;
}

.weeding-intro_component {
  flex-direction: column;
  display: flex;
}

.weeding-intro_heading {
  text-align: center;
  max-width: 49rem;
  margin-left: auto;
  margin-right: auto;
}

.weeding-intro_image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  position: relative;
}

.weeding-intro_images-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.weeding-intro_img-wrap {
  flex-direction: row;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.weeding-intro_img {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.weeding-message_image-mask {
  background-image: radial-gradient(circle, #28282f99, #28282fa8 52%, #28282fbd);
  position: absolute;
  inset: 0%;
}

.weeding-message_wrapper-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.weeding-message_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 100dvh;
}

.weeding-message_bg-image.is-absolute {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.weeding-message_wrap {
  position: sticky;
  top: 0;
}

.kibo-intro_component {
  flex-direction: column;
  display: flex;
}

.kibo-intro_heading {
  text-align: center;
  max-width: 45.25rem;
  margin-left: auto;
  margin-right: auto;
}

.kibo-intro_images-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .72fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kibo-intro_point {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.kibo-intro_image {
  object-fit: cover;
  flex-direction: column;
  min-width: 100%;
  display: flex;
  position: relative;
}

.kibo-intro_block {
  flex-direction: column;
  display: flex;
}

.section_kibo-moments {
  background-color: var(--blue-huge);
  margin-top: -.125rem;
}

.kibo-moments_component {
  flex-direction: column;
  display: flex;
}

.kibo-moments_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.kibo-moments_heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 37.25rem;
  display: flex;
}

.kibo-moments_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.kibo-moments_moments-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kibo-moments_image {
  object-fit: cover;
  min-width: 110%;
  display: flex;
  position: relative;
}

.kibo-moments_img-wrap {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.kibo-moments_img-wrap:hover {
  transform: scale(1.05);
}

.kibo-moments_image-wrap {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_404-header {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

._404-header_component {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -2.5rem;
  padding-bottom: 4rem;
  display: flex;
}

._404-header_heading {
  flex-direction: column;
  align-items: stretch;
  max-width: 40rem;
  display: flex;
}

._404-header_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

._404-header_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

._404-header_instructions {
  width: 52%;
  max-width: 32rem;
}

._404-header_image-wrap {
  background-image: url('../images/404-bg-image-1_1.avif');
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  height: 40rem;
  display: flex;
  position: relative;
}

._404-header_wave {
  z-index: 1;
  min-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.location-intro_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.location-intro_heading {
  text-align: center;
  max-width: 45.25rem;
  margin-left: auto;
  margin-right: auto;
}

.location-intro_images-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  width: 100%;
  display: flex;
}

.location-intro_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.location-intro_content {
  text-align: center;
  max-width: 55rem;
}

.location-intro_image-wrap {
  flex-direction: column;
  min-width: 31%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-intro_image {
  width: 100%;
  height: 100%;
}

.location-intro_image.is-parallax {
  object-fit: cover;
}

.location-intro_image-hover {
  width: 100%;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.location-intro_image-hover:hover {
  transform: scale(1.05);
}

.location-intro_wave {
  min-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.location-intro_wave.is-scale-1x {
  transform: scale(1.025);
}

.section_location-sus {
  background-color: var(--green-light);
  position: relative;
}

.section_location-history {
  position: relative;
}

.location-history_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .72fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-sus_main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: .72fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.location-history_heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.location-history_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 37.5rem;
  max-height: 70svh;
  display: flex;
  position: sticky;
  top: 8rem;
}

.location-history_more-info-mention {
  color: var(--black-100);
  font-size: 1.375rem;
  font-weight: 700;
}

.location-history_images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-history_image {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.location-history_image-wrapper {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  display: flex;
  position: relative;
}

.location-history_image-wrap {
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.location-history_image-content {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.location-sus_image {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.location-sus_image-wrap {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.location-sus_image-wrapper {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  display: flex;
  position: relative;
}

.location-sus_points {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.location-sus_point {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 22%;
  max-width: 17.75rem;
  display: flex;
}

.location-sus_point-image {
  width: 2.5rem;
  height: 2.5rem;
}

.sus-intro_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  align-items: stretch;
  display: flex;
}

.sus-intro_heading {
  width: 44%;
  max-width: 27.75rem;
}

.sus-intro_images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  width: 57%;
  display: grid;
}

.sus-intro_image {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.sus-intro_image-wrap {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.sus-intro_image-wrapper {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  display: flex;
  position: relative;
}

.section_sus-project {
  background-color: #2c6e49;
}

.sus-project_component {
  flex-direction: column;
  display: flex;
}

.sus-project_heading {
  text-align: center;
  max-width: 41.5rem;
  margin-left: auto;
  margin-right: auto;
}

.sus-project_images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sus-project_image {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.sus-project_image-wrap {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.sus-project_image-wrapper {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  display: flex;
  position: relative;
}

.sus-project_points {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.sus-project_point {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 24rem;
  display: flex;
}

.sus-project_point-image {
  width: 2rem;
  height: 2rem;
}

.sus-points_header {
  max-width: 50rem;
}

.sus-points_line {
  background-color: #6b6b7152;
  height: .05rem;
}

.sus-points_points {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.sus-points_point {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 24rem;
  display: flex;
}

.sus-points_point-image {
  width: 2.25rem;
  height: 2.25rem;
}

.sus-points_point-image.is-small {
  width: 2rem;
  height: 2rem;
}

.sus-points_point-title {
  color: var(--black-100);
  font-size: 1.375rem;
  font-weight: 700;
}

.sus-points_more-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sus-points_more-text {
  width: 54%;
  max-width: 39.5rem;
}

.section_sus-cleaner {
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  justify-content: flex-start;
  align-items: center;
  height: 120svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sus-cleaner_wrap-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sus-cleaner_image-mask {
  background-image: linear-gradient(to right, #28282fb8, #28282f8f 36%, #28282f66);
  display: block;
  position: absolute;
  inset: 0%;
}

.sus-cleaner_heading {
  width: 44%;
  max-width: 72rem;
}

.us-intro_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.us-intro_image {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.us-intro_image-main-wrap {
  width: 70%;
  height: 75%;
  transition: all .35s;
  display: flex;
  position: absolute;
}

.us-intro_image-main-wrap:hover {
  transform: scale(1.05);
}

.us-intro_image-wrap {
  flex-direction: row;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.us-intro_image-bg {
  object-fit: cover;
  min-width: 100%;
  min-height: 28rem;
  display: flex;
  position: relative;
}

.us-intro_image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 54%;
  max-width: 47.75rem;
  display: flex;
  position: relative;
}

.us-intro_heading {
  width: 44%;
  max-width: 30.75rem;
}

.us-intro_prides {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_us-points {
  background-color: var(--orange-light);
  position: relative;
}

.us-points_heading {
  text-align: center;
  max-width: 41.125rem;
  margin-left: auto;
  margin-right: auto;
}

.us-points_list {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.us-points_item {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.us-points_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.us-points_item-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.us-points_item-image-wrapper {
  aspect-ratio: 1;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.us-points_item-image-wrap {
  flex-direction: column;
  flex: 1;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.us-points_item-image-wrap:hover {
  transform: scale(1.05);
}

.us-concept_header {
  max-width: 44rem;
}

.us-concept_images {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.us-concept_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.us-concept_heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.us-concept_img-wrap {
  flex-direction: row;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.us-concept_image-wrapper {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.us-concept_sub-heading {
  width: 88%;
  max-width: 38rem;
}

.section_us-leaf {
  background-color: var(--grey-light);
  position: relative;
}

.us-leaf_component {
  flex-direction: column;
  display: flex;
}

.us-leaf_heading {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.us-leaf_header {
  text-align: right;
  width: 44%;
  max-width: 29.875rem;
}

.us-leaf_text {
  width: 56%;
  max-width: 48rem;
}

.us-leaf_images-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.us-leaf_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  max-height: 21.5rem;
}

.us-leaf_text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.us-leaf_image-hover {
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
}

.us-leaf_image-hover:hover {
  transform: none;
}

.acomodation-intro_component, .acomodation-suites_component {
  flex-direction: column;
  display: flex;
}

.section_acomodation-points {
  background-color: var(--orange-light);
  position: relative;
}

.acomodation-points_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section_exp-list {
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  flex-direction: column;
  align-items: stretch;
  height: 800svh;
  display: flex;
  position: relative;
}

.exp-list_component {
  height: 100dvh;
  display: flex;
  position: relative;
}

.exp-list_component.is-center-right {
  justify-content: flex-end;
  align-items: center;
  padding-top: 4rem;
}

.exp-kibo_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_exp-moments {
  background-color: var(--orange-light);
  justify-content: center;
  align-items: flex-start;
  height: 250svh;
  display: flex;
  position: relative;
}

.exp-momentsimage-mask {
  opacity: 0;
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  display: block;
  position: absolute;
  inset: 0%;
}

.exp-moments_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 104dvh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.acomodation-intro_prides {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.acomodation-intro_line {
  background-color: #6b6b7152;
  height: .05rem;
}

.acomodation-intro_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.acomodation-intro_points {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.acomodation-intro_point-image {
  width: 2rem;
  height: 2rem;
}

.acomodation-intro_point {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 20rem;
  display: flex;
}

.acomodation-points_header {
  max-width: 40.5rem;
}

.acomodation-points_item {
  flex-direction: column;
  display: flex;
}

.acomodation-points_image-wrapper {
  object-fit: cover;
  flex: 1;
  min-width: 100%;
  display: flex;
  position: relative;
}

.acomodation-points_image-wrap {
  flex-direction: row;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.acomodation-points_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.acomodation-points_item-heading {
  max-width: 88%;
}

.acomodation-points_item-text-wrap {
  text-align: center;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.exp-intro_heading {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.exp-intro_header {
  max-width: 33.75rem;
}

.exp-moments_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.exp-moments_image {
  object-fit: cover;
  width: 100%;
  min-width: 30rem;
}

.exp-moments_image-wrap {
  box-shadow: 0 24px 4.5rem -1rem #0000001a;
}

.exp-moments_image-wrap.is-hide-desktop {
  display: none;
}

.exp-moments_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.exp-intro_component {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.exp-intro_list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.exp-kibo_content {
  width: 44%;
  max-width: 31.5rem;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  position: sticky;
  top: 11.5rem;
}

.exp-kibo_list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.exp-kibo_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.exp-kibo_image {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.exp-kibo_image-wrap {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.exp-kibo_image-wrapper {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.exp-kibo_image-wrapper.is-secondary {
  z-index: 1;
  width: 50%;
  min-width: 10rem;
  max-width: 21rem;
  position: absolute;
  bottom: -3.5rem;
  left: 10%;
}

.exp-kibo_images-block {
  align-items: flex-end;
  width: 60%;
  max-width: 47.5rem;
  display: flex;
  position: relative;
}

.exp-list_bg-image {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exp-list_bg-image._01 {
  opacity: 1;
}

.exp-list_image-mask {
  background-image: radial-gradient(circle, #28282f1f, #28282f26 56%, #28282f33);
  display: none;
  position: absolute;
  inset: 0%;
}

.exp-list_sticky {
  position: sticky;
  top: 0;
}

.exp-list_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 45%;
  max-width: 30rem;
  display: flex;
}

.exp-list_exp-tag {
  letter-spacing: .0875rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.exp-list_box {
  z-index: 1;
  position: relative;
}

.exp-list_box.is-exp-1 {
  background-image: linear-gradient(to right, #fff0 31%, #fffc 58%, #fffc);
}

.acomodation-suites_heading {
  text-align: center;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
}

.acomodation-suites_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.acomodation-suites_tabs-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  border-right: .05rem solid #6b6b7152;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 4rem;
  display: flex;
  position: sticky;
  top: 9.5rem;
}

.acomodation-suites_tabs-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .64fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.acomodation-suites_tab-link-wrap {
  color: var(--black-400);
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.acomodation-suites_tab-link-wrap.w--current {
  color: var(--black-100);
  font-variation-settings: "wght" 450;
  background-color: #0000;
  font-weight: 500;
}

.acomodation-suites_tabs-content-wrapper {
  flex: 1;
  margin-left: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.acomodation-suites_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 22rem;
  max-height: 22rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.acomodation-suites_image-wrap {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.acomodation-suites_image-wrapper {
  object-fit: cover;
  max-height: 25.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.acomodation-suites_content-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.acomodation-suites_points {
  color: var(--black-100);
}

.acomodation-suites_tab-link-title {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.fav_button {
  z-index: 100;
  color: var(--grey-light);
  background-color: #339748;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  min-height: 3.2rem;
  padding-bottom: .05rem;
  padding-right: .025rem;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  inset: auto 1.5rem 4.875rem auto;
  box-shadow: 0 2px 2.5rem -.25rem #0613094d;
}

.fav_button:hover {
  background-color: #278a3b;
}

.fav_button-icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.home-exp-2_main-buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookies-config-modal_header {
  color: var(--black-100);
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.faq_direct-contact-title {
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.acomodation-points_itens {
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-publish-header_heading {
  text-align: center;
}

.blog-publish-header_tag {
  letter-spacing: .0875rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.blog-publish-posts_component-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  background-color: var(--grey-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
}

.blog-publish_card {
  background-color: var(--white-default);
  flex-direction: column;
  transition: all .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 2.875rem -.25rem #00000005, 0 8px 5.25rem -.25rem #0000000a;
}

.blog-publish_card:hover {
  transform: scale(1.025);
}

.blog-publish_card.is-seggest {
  border-top: .5rem solid var(--green-darker);
  text-align: center;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-publish_card.is-seggest:hover {
  transform: none;
}

.blog-publish_card-content {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 3rem 3rem 2.25rem;
  display: flex;
  position: relative;
}

.blog-publish_card-image-wrap {
  min-height: 16rem;
  max-height: 16rem;
  display: flex;
}

.blog-publish_card-image {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.blog-publish_card-tag {
  background-color: var(--green-light);
  color: #28282fcc;
  letter-spacing: .0875rem;
  text-transform: uppercase;
  align-items: center;
  padding: .45rem 1.25rem .25rem;
  font-size: .8125rem;
  font-weight: 700;
  display: flex;
}

.blog-publish_card-specs {
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: baseline;
  display: flex;
}

.blog-publish_card-date {
  letter-spacing: .0875rem;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 700;
}

.blog-publish_card-title {
  color: var(--black-100);
  font-size: 1.4375rem;
  line-height: 1.4;
}

.blog-publish_card-title.is-suggest {
  font-size: 1.75rem;
  line-height: 1.2;
}

.blog-publish_card-buttons {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.blog-publish-header_title {
  font-size: 2.75rem;
}

.blog-post-header_infos {
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.blog-post-header_tag {
  background-color: var(--green-light);
  color: #175331;
  letter-spacing: .0875rem;
  text-transform: uppercase;
  align-items: center;
  padding: .45rem 1.25rem .25rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.blog-post-header_tag.is-yellow {
  background-color: var(--orange-light);
  color: #89562b;
}

.blog-post-header_tag.is-blue {
  background-color: var(--blue-light);
  color: var(--blue-darker);
}

.blog-post-header_tagdate {
  letter-spacing: .0875rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.blog-post-header_heading {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.blog-post-header_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-header_image.is-parallax {
  width: 869.763px;
}

.blog-post-header_img-wrap {
  flex-direction: column;
  width: 100%;
  min-height: 20rem;
  display: flex;
}

.blog-post-header_img-wrapper {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-header_share {
  grid-column-gap: 2rem;
  grid-row-gap: .75rem;
  border-bottom: .05rem solid #6b6b7152;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.blog-post-header_time-wrap {
  display: flex;
}

.blog-post-header_share-wrap {
  grid-column-gap: .375rem;
  align-items: baseline;
  display: flex;
}

.blog-post-header_share-button {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post-header_share-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.blog-post-main_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.blog-post-main_content-block {
  flex-direction: column;
  display: flex;
}

.blog-post-main_line {
  background-color: #6b6b7180;
  height: .05rem;
}

.blog-post-main_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-main_image.is-resp-image {
  min-width: auto;
}

.blog-post-main_img-wrap {
  justify-content: center;
  width: 100%;
  height: 22rem;
  display: flex;
}

.blog-post-main_img-wrap.is-resp-image {
  height: auto;
  max-height: 40rem;
}

.blog-post-main_img-wrapper {
  object-fit: cover;
  min-width: 100%;
  margin-top: .5rem;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-main_img-wrapper.is-two-colummns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.blog-post-main_img-wrapper.is-resp-image {
  background-color: #ebebeb;
  min-width: auto;
}

.section_blog-post-more {
  background-color: var(--grey-light);
  display: block;
  position: relative;
}

.blog-post-more_component {
  flex-flow: column;
  padding-bottom: 3.125rem;
  display: flex;
}

.blog-post-more_heading-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post-more_heading {
  max-width: 47.75rem;
}

.blog-post-more_slider-wrap {
  flex-flow: row;
}

.blog-post-more_slide {
  flex-flow: row;
  justify-content: center;
  min-width: 43%;
  max-width: 43%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.blog-post-more_slide.swiper-slide {
  height: auto;
  min-height: auto;
}

.footer_reserve {
  width: 31%;
  max-width: 4.875rem;
}

.footer-turism {
  width: 30%;
  max-width: 4.5rem;
}

.footer_iglta {
  width: 46%;
  max-width: 7.75rem;
}

.us-point-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.slider_arrows-wrap {
  z-index: 1;
  border-top-style: solid;
  border-top-width: .05rem;
  border-top-color: var(--blue-dark);
  border-right-style: solid;
  border-right-width: .05rem;
  border-right-color: var(--blue-dark);
  border-bottom-style: solid;
  border-bottom-width: .05rem;
  border-bottom-color: var(--blue-dark);
  border-left-style: solid;
  border-left-width: .05rem;
  border-left-color: var(--blue-dark);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
  inset: 0;
  margin-top: 0 !important;
}

.slider_arrows-wrap:hover {
  background-color: #6499d129;
}

.slider_arrow {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.slider_arrows-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: 2.5rem !important;
}

.guest-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.guest-header_heading {
  text-align: center;
  max-width: 49.75rem;
}

.guest-header_box {
  border-top: .5rem solid #e59d60;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 3rem 2.5rem;
  display: flex;
  box-shadow: 0 16px 4rem -.75rem #00000029;
}

.guest-header_box.hide {
  display: none;
}

.guest-header_box-content {
  text-align: center;
  max-width: 32.5rem;
}

.guest-form_form-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.guest-form_box {
  border-top: .5rem solid var(--blue-darker);
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2.5rem;
  display: flex;
  box-shadow: 0 16px 4rem -.75rem #00000029;
}

.guest-foirm_box-title-wrap {
  max-width: 38.25rem;
}

.guest-form_title {
  color: var(--black-100);
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

.guest-form_line {
  background-color: #6b6b7152;
  height: .05rem;
}

.guest-form_form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.guest-form_label {
  color: var(--black-100);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.guest-form_label.is-checkbox-submit {
  color: var(--black-200);
  font-size: 1rem;
  font-weight: 500;
}

.guest-form_label.is-checkbox {
  font-weight: 500;
}

.guest-form_input {
  background-color: #0000;
  border: .0625rem solid #28282fa3;
  min-height: 3.875rem;
  margin-bottom: 0;
  padding: 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.guest-form_input::placeholder {
  color: var(--black-400);
}

.guest-form_input.is-text-area {
  min-width: 100%;
  max-width: 100%;
  min-height: 7.75rem;
}

.guest-form_input.is-date {
  border-radius: 0;
  width: 100%;
  max-height: 3.875rem;
}

.guest-form_input.is-date:focus, .guest-form_input.is-date:focus-visible, .guest-form_input.is-date[data-wf-focus-visible] {
  border-radius: 0;
}

.guest-form_box-submit {
  border-top: .5rem solid var(--blue-darker);
  flex-direction: column;
  width: 100%;
  padding: 3rem 2.5rem;
  display: flex;
  box-shadow: 0 16px 4rem -.75rem #00000029;
}

.guest-header_box-content-submit {
  text-align: center;
  align-self: center;
  max-width: 37rem;
}

.guest-form_submit-agree-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.guest-form_submit-agree-wrap-check {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.blog-post_read-time-embed {
  display: none;
}

.blog-post-main_list-wrapper {
  margin-top: -2rem;
  margin-bottom: -1rem;
}

.blog-post-main_list-item {
  margin-bottom: .5rem;
}

.pop-up_label-text {
  color: var(--black-100);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-weight: 500;
}

.pop-up_temp-image-bg {
  z-index: 0;
  min-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.pop-up_temp-image-bg.is-2 {
  bottom: 0%;
}

.hide-desktop-tablet {
  display: none;
}

.section_suite-slide {
  max-width: 100vw;
  padding-bottom: 2rem;
  overflow: hidden;
}

.footer_certified {
  width: 30%;
  max-width: 4.5rem;
}

.footer_gree-destination-logo {
  width: 46%;
  max-width: 8rem;
}

.form-field_select-group {
  grid-row-gap: .375rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.guest-form_box-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.guest-form_disclaimer {
  max-width: 60%;
  font-size: .875rem;
  font-weight: 500;
}

.form-field_data-group-input {
  display: none;
}

.blog-publish-posts_component-wrapper {
  flex-flow: column;
  display: flex;
}

.blog-publish_card-link {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.blog-publish_card-tags-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  margin-right: 1.25rem;
  display: flex;
}

.blog-publish_card-empty-wrap {
  display: none;
}

.blog-publish-posts_empty {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding: 3rem;
  display: flex;
}

.color-inherit {
  color: inherit;
}

.min-w-full {
  min-width: 100%;
}

.locale_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
}

.locale_wrapper.hide {
  display: block;
}

.locale_drop-down {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.locale_text-btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.locale_drop-down-list {
  background-color: var(--white-default);
  min-width: auto;
  min-height: auto;
  margin-top: 3rem;
  padding: .875rem;
  position: fixed;
  box-shadow: 0 .25rem 4rem -.75rem #3d3d441a;
}

.locale_empty {
  padding: 0;
}

.locale_link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.locale_link:hover {
  opacity: .85;
}

.locale_drop-down-btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--white-default);
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  min-height: auto;
  padding: .25rem;
  display: none;
}

.locale_img {
  object-fit: cover;
  border-radius: 4rem;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.locale_arrow {
  color: #fff;
  width: .875rem;
  min-width: .875rem;
  height: .875rem;
  min-height: .875rem;
}

.locale_text-btn-item {
  color: var(--black-100);
  font-size: 1rem;
  font-weight: 500;
}

.fade-intro {
  opacity: 1;
}

.blog-publish-posts_link-text, .blog-publish_cards-embed {
  display: none;
}

.navbar-awo {
  z-index: 99;
  background-color: var(--white-default);
  filter: drop-shadow(0 0 64px #0000000d);
  padding-top: 1.86667rem;
  padding-bottom: 1.86667rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-awo.is-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section_awo-header {
  background-color: var(--black-100);
  background-image: url('../images/bg-hero-wellness_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.awo-header_component {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_awo-about {
  background-color: var(--grey-light);
}

.awo-about_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_awo-testimonials {
  background-color: var(--white-default);
  position: relative;
  overflow: hidden;
}

.section_awo-days {
  background-color: var(--beige-light);
}

.section_awo-cta {
  background-color: var(--black-100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 11.25rem;
  padding-bottom: 16.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.awo-cta_component {
  z-index: 4;
  position: relative;
}

.navbar-awo_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-awo_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-awo_logos {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-awo_symbol {
  width: 5.8125rem;
}

.navbar-awo_reveillon-text {
  width: 8.5625rem;
}

.navbar-awo_link {
  color: var(--black-100);
  font-size: 1.0625rem;
  font-weight: 500;
  text-decoration: underline;
}

.navbar-awo_wave {
  pointer-events: none;
  min-width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 90%);
}

.awo-header_wave {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.awo-header_wave.is-mobile.is-wellness {
  margin-bottom: -5px;
}

.awo-header_content {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50.125rem;
  display: flex;
  position: relative;
}

.awo-header_title {
  color: var(--white-default);
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.awo-header_btns {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  display: flex;
}

.awo-header_scroll-down {
  grid-column-gap: .5rem;
  opacity: .75;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.awo-header_mask {
  z-index: 1;
  opacity: .88;
  pointer-events: none;
  background-image: linear-gradient(#101b26b8, #101b26a3 61%, #101b26b8);
  position: absolute;
  inset: 0%;
}

.awo-header_grid-imgs {
  z-index: 1;
  pointer-events: none;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.awo-header_grid-column {
  flex-flow: column;
  flex: 1;
  align-self: flex-start;
  display: flex;
}

.awo-header_grid-column.is-reverse {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
}

.awo-header_grid-column.is-center {
  margin-top: 1rem;
}

.awo-header_grid-img {
  object-fit: cover;
}

.awo-about_column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.awo-header_word-bg {
  z-index: 2;
  display: none;
  position: absolute;
}

.awo-header_awo-text {
  z-index: 2;
  opacity: .16;
  filter: blur(.2rem) invert();
  pointer-events: none;
  display: none;
  position: absolute;
}

.awo-testimonials_wave {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.awo-testimonials_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awo-testimonials_plataforms {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.awo-testimonials_embed-tripadvisor {
  max-width: 38rem;
  margin-bottom: 0;
  overflow: hidden;
}

.awo-testimonials_google {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black-400);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-height: 3.5rem;
  padding: .5rem 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: all .3s;
  display: flex;
}

.awo-testimonials_google:hover {
  background-color: var(--beige-light);
}

.awo-testimonials_google-title {
  color: var(--black-100);
  font-size: 1rem;
  font-weight: 700;
}

.awo-testimonials_google-rate-wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.awo-testimonials_google-stars {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.awo-testimonials_google-count {
  color: #006590;
}

.awo-testimonials_google-star {
  width: 1rem;
}

.awo-testimonials_swiper {
  align-items: center;
  display: flex;
}

.awo-testimonials_swiper-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.awo-testimonials_swiper-image {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.awo-testimonials_card {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.awo-testimonials_card-content {
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.awo-testimonials_card-person {
  object-fit: cover;
  border-radius: 4rem;
  width: 2.5rem;
  height: 2.5rem;
}

.awo-testimonials_card-person-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.awo-testimonials_card-title {
  color: var(--black-100);
  font-size: 1.375rem;
  font-weight: 500;
}

.awo-testimonials_card-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.awo-testimonials_card-rate-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.awo-testimonials_card-stars {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.awo-testimonials_card-star {
  background-color: var(--orange-default);
  border-radius: 4rem;
  width: .625rem;
  height: .625rem;
}

.awo-testimonials_swiper-slide {
  min-width: 32.75rem;
  max-width: 32vw;
  height: auto;
  max-height: 37.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
}

.awo-testimonials_swiper-nav-wrap {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.awo-testimonials_swiper-nav {
  background-color: var(--white-default);
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 7rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: 0;
  box-shadow: 0 2px 4rem -.125rem #0003;
}

.awo-testimonials_swiper-nav:hover {
  background-color: var(--beige-light);
}

.awo-testimonials_swiper-nav-arrow {
  width: 1.75rem;
  height: 1.75rem;
}

.awo-testimonials_card-image-wrap {
  height: 24rem;
  min-height: 24rem;
  max-height: 24rem;
  display: flex;
}

.awo-testimonials_swiper-mask {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #ffffff7a 35%, #ffffff26 71%, #fff0);
  width: 16rem;
  height: 100vh;
  max-height: 100%;
  position: absolute;
  left: 0%;
}

.awo-testimonials_swiper-mask.is-reverse-wave {
  left: auto;
  right: 0;
}

.awo-testimonials_btns {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.awo-days_warp {
  position: relative;
}

.awo-days_line-day {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
}

.awo-days_line-day.is-first {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.awo-days_line-day.is-last {
  padding-bottom: 7.5rem;
}

.awo-days_line-component {
  z-index: 2;
  position: relative;
}

.awo-days_line-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awo-days_line-img.is-wrap {
  transform: scale(1.01);
}

.awo-days_line-img.is-wrap.is-mobile {
  display: none;
}

.awo-days_line-mask {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.awo-days_list {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.awo-days_heading {
  max-width: 43.75rem;
}

.awo-days_line-btns {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.awo-about_column-3-block {
  align-self: stretch;
}

.awo-days_line-cta {
  max-width: 41rem;
}

.awo-testimonials_card-embed {
  display: none;
}

.awo-site_heading {
  text-align: center;
  max-width: 45.25rem;
  margin-left: auto;
  margin-right: auto;
}

.awo-site_about {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.42fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.awo-site_about-column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.awo-site_about-column-2-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.awo-site_image-main-wrap {
  width: 86%;
  max-width: 39.375rem;
  transition: all .35s;
  display: flex;
  position: absolute;
}

.awo-cta_bg-img {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awo-cta_mask {
  z-index: 1;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.awo-cta_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 46.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.awo-cta_awo-text {
  z-index: 2;
  opacity: .2;
  filter: blur(.2rem) invert();
  pointer-events: none;
  position: absolute;
}

.navbar-awo_logo-wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  opacity: 1;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.navbar-awo_logo-kilombo-b1 {
  filter: contrast(200%);
  width: 9rem;
}

.navbar-awo_logo-kilombo-b2 {
  width: 2.625rem;
}

.awo-intro_image, .awo-about_image-column, .awo-about_column-image-2 {
  object-fit: cover;
  flex-direction: column;
  min-width: 100%;
  display: flex;
  position: relative;
}

.awo-about_column-3-img-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  min-height: 100%;
  display: flex;
}

.navbar_message-logos {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-bullet-message {
  margin-top: 3px;
  margin-bottom: -2px;
  font-size: 1rem;
}

.footer_comomn-link-label {
  color: var(--white-default);
  background-color: #4286ce;
  border-radius: 1px;
  padding: .1125rem .25rem;
  font-family: Sentient Variable, Georgia, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  position: absolute;
  inset: 0 -.5rem auto auto;
  transform: translate(100%);
}

.footer_comomn-link-label.is-nav {
  background-color: var(--blue-dark);
}

.navbar_link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_link-wrap.hide {
  display: none;
}

.pop-up_main-title-wrap {
  display: inline;
}

.pop-up_img-logo {
  max-width: 9.25rem;
}

.navbar-wellness_symbol {
  width: 9rem;
}

.navbar-wellness_text {
  width: 4.375rem;
}

.navbar-wellness {
  z-index: 99;
  background-color: var(--blue-dark);
  filter: drop-shadow(0 0 64px #0000000d);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wellness_link {
  color: var(--blue-light);
  font-size: 1.0625rem;
  font-weight: 500;
  text-decoration: underline;
}

.section_wellness-header {
  background-color: var(--black-100);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 15rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wellness-header_mask {
  z-index: 1;
  opacity: .55;
  pointer-events: none;
  background-image: linear-gradient(#04090eb8, #04090ea3 61%, #04090eb8);
  display: block;
  position: absolute;
  inset: 0%;
}

.wellness-intro_image {
  object-fit: cover;
  min-width: 100%;
  display: flex;
  position: relative;
}

.wellness-intro_image-main-wrap {
  width: 75%;
  height: 72%;
  transition: all .35s;
  display: flex;
  position: absolute;
}

.wellness-nature_main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: .72fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.wellness-days_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.wellness-days_line-day {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 25rem;
  padding: 5.625rem 2.5rem;
  display: flex;
  position: relative;
}

.wellness-location_bg {
  background-color: var(--blue-huge);
  position: absolute;
  inset: 0%;
}

.section_wellness-gallery {
  background-image: linear-gradient(180deg, var(--blue-huge) 20%, white 75%);
}

.navbar-wellness_wave {
  pointer-events: none;
  min-width: 101%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 90%);
}

.section_wellness-about {
  background-color: #fff;
}

.wellness-cta_mask {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.wellness-days_line-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wellness-days_line-img.is-wrap {
  transform: scale(1.01);
}

.wellness-about_column-image-2 {
  object-fit: cover;
  flex-direction: column;
  min-width: 100%;
  display: flex;
  position: relative;
}

.wellness-location_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-semana-santa {
  max-width: 20rem;
  margin-bottom: .75rem;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.125rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.125rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.625rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .button {
    padding: 1.25rem 2.125rem;
  }

  .button:hover {
    border-color: var(--blue-dark);
    background-color: var(--blue-dark);
  }

  .button.is-secondary:hover {
    border-color: var(--black-100);
    color: var(--black-100);
    background-color: #0000;
  }

  .button.is-secondary.is-light {
    color: var(--white-default);
    background-color: #0000;
  }

  .button.is-secondary.is-light:hover {
    border-color: var(--white-default);
    color: var(--white-default);
    background-color: #0000;
  }

  .button.is-secondary.is-awo-nav, .button.is-secondary.is-wellness-nav {
    padding: .875rem 2rem;
    font-size: .9375rem;
  }

  .button.is-link:hover {
    opacity: 1;
    background-color: #0000;
  }

  .button.is-full-width-custom-cookies {
    width: auto;
  }

  .button.is-link-light:hover {
    opacity: 1;
    background-color: #0000;
  }

  .button.is-nav-custom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button.is-nav-custom:hover {
    opacity: 1;
  }

  .button.is-awo:hover {
    background-color: #0000;
    background-image: linear-gradient(#ffffff5c, #ffffff5c 60%, #ffffff2e);
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .rich-text h2 {
    font-size: 1.875rem;
  }

  .rich-text h3 {
    font-size: 1.625rem;
  }

  .rich-text h4 {
    font-size: 1.5rem;
  }

  .padding-global.is-tablet-full {
    padding-left: 0;
    padding-right: 0;
  }

  .show-tablet {
    display: block;
  }

  .text-size-large.is-tablet-smaller {
    font-size: 1rem;
  }

  .text-size-medium.is-tablet-smaller {
    font-size: .875rem;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-huge, .text-size-huge.is-tablet-smaller {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .heading-style-h2 {
    font-size: 2.125rem;
  }

  .heading-style-h3 {
    font-size: 1.875rem;
  }

  .heading-style-h4 {
    font-size: 1.625rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6.inner-padding {
    padding-left: 2.5rem;
  }

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-medium.is-tablet-bigger {
    height: 2.25rem;
  }

  .spacing-block-medium.is-tablet-biggest {
    height: 3.25rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-large.is-tablet-bigger {
    height: 3.5rem;
  }

  .spacing-block-large.is-custom-weeding {
    height: 1.5rem;
  }

  .spacing-block-large.is-awo {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xlarge.is-tablet-smal {
    height: 2.5rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-small.is-tablet-small {
    height: 4rem;
  }

  .spacing-section-small.is-tablet-bigger {
    height: 7.125rem;
  }

  .spacing-section-small.is-tablet-smaller {
    height: 4rem;
  }

  .spacing-section-small.is-home-exp {
    height: 8rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-medium.is-tablet-smaller {
    height: 5rem;
  }

  .spacing-section-medium.is-tablet-big, .spacing-section-medium.is-tablet-bigger {
    height: 7rem;
  }

  .spacing-section-large {
    height: 7.5rem;
  }

  .spacing-section-large.is-tablet-small {
    height: 5rem;
  }

  .spacing-section-xlarge {
    height: 7.5rem;
  }

  .spacing-section-xlarge.is-tablet-bigger {
    height: 10rem;
  }

  .spacing-section-xlarge.is-tablet-big {
    height: 9rem;
  }

  .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-xxlarge.is-tablet-bigger, .spacing-section-xxlarge.is-tablet-big, .spacing-section-xxlarge.is-custom-about-us-gallery {
    height: 9rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-section-huge.is-blog-custom {
    height: 12rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .spacing-block-custom4.is-kibo-intro-custom, .spacing-block-custom4.is-tablet-big {
    height: 3.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .text-color-black-300.is-first-landscape {
    order: -1;
  }

  .cookies-modal {
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cookies-modal_buttons {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .button-text.is-tablet-smaller {
    font-size: 1rem;
  }

  .button-text.is-large {
    font-size: 1.125rem;
  }

  .cookies-config-modal {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    bottom: 0;
  }

  .cookies-config-modal_pref-title {
    font-size: 1.125rem;
  }

  .hover-opacity-75:hover {
    opacity: 1;
  }

  .footer_line.is-custom {
    width: auto;
    height: .0625rem;
  }

  .footer_main {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_about {
    align-items: stretch;
    max-width: none;
  }

  .footer_prides {
    max-width: none;
  }

  .footer_comomn-link:hover {
    text-decoration: none;
  }

  .button-icon {
    width: 1.375rem;
    height: 1.375rem;
  }

  .footer_best-choice {
    max-width: 4.875rem;
    max-height: 5rem;
  }

  .footer_turist-safe {
    width: 40%;
    max-width: 4.125rem;
  }

  .footer_form-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_newsletter-heading {
    max-width: none;
  }

  .footer_form-wrapper {
    grid-row-gap: 1.5rem;
    align-items: center;
  }

  .footer_contacts {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section_header-patterner {
    height: auto;
    min-height: 68svh;
    max-height: 45.25rem;
  }

  .section_header-patterner.is-suite {
    max-height: 56rem;
  }

  .wave.set-minimum-size-tablet {
    min-width: 140svw;
  }

  .wave.set-custom-home-about {
    min-width: 100%;
  }

  .wave.set-custom-home-exp {
    min-width: 120%;
  }

  .wave.set-custom-home-exp.is-opacity-100.is-awo-1 {
    min-width: 100%;
  }

  .wave.set-custom-home-exp.is-opacity-100.is-awo-1.custom {
    max-height: 5rem;
  }

  .wave.set-custom-weeding-intro {
    min-width: 120%;
  }

  .wave.set-custom-location-history {
    min-width: 110%;
  }

  .wave.set-custom-kibo-intro {
    min-width: 120%;
  }

  .wave.is-pop-up-size {
    min-width: 140svw;
  }

  .footer_wave-horizon.is-yellow {
    min-width: 89rem;
    margin-bottom: 4rem;
    margin-left: -6.25rem;
  }

  .pop-up_main-modal {
    width: auto;
  }

  .pop-up_main-heading {
    max-width: 100%;
  }

  .pop-up_buttons {
    grid-column-gap: 1rem;
  }

  .loading-logo {
    width: 36%;
    margin-bottom: 3.5rem;
  }

  .navbar_component {
    grid-column-gap: 2rem;
  }

  .navbar_hamburger {
    z-index: 102;
    display: flex;
    position: relative;
  }

  .navbar_links-grid-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .navbar_link:hover {
    color: var(--black-200);
    text-decoration: none;
  }

  .navbar_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .navbar_message {
    padding-top: .425rem;
    padding-bottom: .625rem;
  }

  .navbar_message-component {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .navbar_links-wrapper.is-align-bottom {
    margin-top: auto;
  }

  .navbar_links-title {
    font-size: 1.25rem;
  }

  .navbar_content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .navbar_content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .navbar_content-image-wrap {
    display: none;
  }

  .section_cta {
    height: 82svh;
    min-height: 38rem;
  }

  .cta_header-element {
    opacity: .95;
  }

  .cta_heading-bg {
    width: 160%;
  }

  .header-patterner_bg.is-zumbi-jardim {
    background-position: 0 0, 30%;
  }

  .header-patterner_bg.is-zumbi-master {
    background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/zumbi-master-small-image-4_1zumbi-master-small-image-4.avif');
  }

  .header-patterner_bg.is-desideria {
    background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/desideria-img-hero_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .header-patterner_bg.is-suite-azul {
    background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/suite-azul-hero_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .header-patterner_element {
    width: .75rem;
    margin-right: .5rem;
  }

  .header-patterner_element.is-right {
    width: .9rem;
    margin-left: .5rem;
  }

  .header-patterner_icon.is-home-bigger {
    width: 1.5rem;
    height: 1.5rem;
  }

  .header-patterner_tag-wrap {
    font-size: 1rem;
  }

  .navbar_logo-link-dark.w--current {
    z-index: 102;
    position: relative;
  }

  .polices-terms_component {
    grid-row-gap: 3rem;
  }

  .polices-terms_wrapper {
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .polices-terms_wrap.is-tablet-margin {
    margin-bottom: 2.5rem;
  }

  .faq_direct-contact-buttons {
    grid-column-gap: 1rem;
    flex-wrap: wrap;
  }

  .section_big-image {
    height: 80svh;
    min-height: 40rem;
    max-height: 52.5rem;
    margin-top: -.125rem;
  }

  .section_home-header {
    overflow: hidden;
  }

  .home-header_block-1 {
    height: 100%;
    padding-bottom: 8rem;
  }

  .home-header_component {
    height: 101.5svh;
    min-height: 33.25rem;
  }

  .home-header_block-2 {
    display: none;
  }

  .home-header_message-image-wrap {
    max-width: 94svw;
  }

  .home-header_message-image {
    width: 3.5rem;
  }

  .home-header_message-image.is-right {
    width: 3.75rem;
  }

  .home-header_bg-image {
    height: 101.5dvh;
    min-height: 33.25rem;
  }

  .contact-list_contacts {
    justify-content: center;
  }

  .contact-social_card {
    min-width: 22rem;
    max-width: 22rem;
    min-height: 22rem;
  }

  .contact-social_card:hover {
    transform: none;
  }

  .contact-social_contacts-logo {
    min-width: 1.75rem;
    min-height: 1.75rem;
  }

  .wave-wrap.is-inside-bottom.is-big-image {
    margin-bottom: -.125rem;
  }

  .wave-wrap.is-outside-bottom {
    align-items: center;
  }

  .navbar_box-contact-buttons {
    grid-column-gap: 1rem;
  }

  .faq_component {
    grid-row-gap: 3rem;
  }

  .faq_question-wrapper {
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .home-acomodations_slide {
    min-width: 52%;
    max-width: 52%;
  }

  .home-acomodations_slide-texts.is-suite {
    max-width: 88%;
  }

  .home-acomodations_slide-img-wrapper {
    height: 24rem;
  }

  .home-acomodations_slide-img-wrap:hover {
    transform: none;
  }

  .hide-desktop {
    display: block;
  }

  .home-acomodations_heading-wrap {
    flex-wrap: wrap;
  }

  .home-about_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
  }

  .home-about_heading {
    max-width: none;
  }

  .h2-span {
    margin-bottom: -.625rem;
  }

  .h2-span.is-2 {
    width: .75rem;
    height: 2.625rem;
    margin-bottom: -.625rem;
  }

  .h2-span.span-wrapper.is-2.is-adj {
    bottom: .25rem;
  }

  .h2-element-span-image {
    opacity: .85;
    width: .6rem;
  }

  .h2-element-span-image.is-right {
    width: .7rem;
  }

  .home-about_prides.is-tablet-center {
    justify-content: center;
  }

  .is-reverse-wave.is-center {
    align-items: center;
  }

  .home-points_points {
    justify-content: center;
  }

  .home-points_point {
    width: 46%;
  }

  .home-exp_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-exp_buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .h3-element-span-image {
    opacity: .95;
    width: .5rem;
  }

  .h3-element-span-image.is-right {
    width: .625rem;
  }

  .h3-span, .h3-span.is-s2 {
    margin-bottom: -.55rem;
  }

  .home-exp_image-1 {
    height: 100%;
  }

  .home-exp_img-1-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: hidden;
  }

  .home-exp_image {
    min-height: 100%;
  }

  .home-exp_ativicty {
    width: auto;
    max-width: 24rem;
  }

  .home-exp_ativity-title {
    font-size: 1.125rem;
  }

  .home-exp_ativicty-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .section_home-exp-2 {
    height: auto;
    padding-bottom: 5rem;
  }

  .home-exp-2_component {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 35svw;
    display: flex;
  }

  .home-exp-2_heading {
    margin-bottom: 2rem;
  }

  .home-exp-2_exp-wrap {
    max-width: none;
  }

  .home-exp-2_exp-wrap.is-center-custom {
    width: 88%;
    max-width: 39rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .home-exp-2_img-wrap {
    max-height: none;
  }

  .home-exp-2_img-wrap:hover {
    transform: none;
  }

  .home-exp-2_exp-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .home-exp-2_heading-2 {
    margin: 3rem 0 1rem;
  }

  .home-gallery_image-wrap:hover {
    transform: none;
  }

  .home-gallery_buttons {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .home-gallery_text {
    max-width: none;
  }

  .home-location_content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-location_paragraphs {
    max-width: none;
  }

  .home-location_image-main-wrap:hover {
    transform: none;
  }

  .home-location_sub-title {
    font-size: 1.25rem;
  }

  .home-location_about {
    max-width: 94%;
  }

  .message_message {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .message_message-image-wrap {
    max-width: 94svw;
  }

  .message_message-image {
    width: 4.5rem;
  }

  .message_message-image.is-right {
    width: 4.75rem;
  }

  .search-bar_component {
    grid-column-gap: .75rem;
  }

  .search-bar_form {
    display: none;
  }

  .search-bar_form-wrapper {
    grid-row-gap: 1.5rem;
  }

  .search-bar_hide-custom {
    width: 100%;
    display: block;
  }

  .search-bar_button-full-width {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .suite-details_component {
    grid-column-gap: 2rem;
  }

  .suite-details_points-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.25rem;
  }

  .suite-datails_link {
    font-size: 1.25rem;
  }

  .suite-details_specs-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .suite-images_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
  }

  .suite-images_slider {
    height: 64vh;
    min-height: 40rem;
  }

  .suite-images_slider-nav {
    padding-left: 2rem;
  }

  .suite-images_slide-image.is-zumbi-jardim._3 {
    background-position: 70%;
  }

  .suite-images_slide-image.is-sibraama-jardim._1 {
    background-position: 44%;
  }

  .suite-images_slide-image.is-sibraama-jardim._2 {
    background-size: contain;
  }

  .suite-images_slide-image.is-sibraama-jardim._4 {
    background-position: 50% 66%;
    background-size: contain;
  }

  .suite-images_slide-image.is-desideria._2 {
    background-position: 10%;
  }

  .suite-about_details {
    font-size: 1rem;
  }

  .suite-about_content {
    max-width: 90%;
  }

  .weeding-intro_image, .kibo-intro_image {
    height: 100%;
  }

  .kibo-moments_heading {
    max-width: 32rem;
  }

  .kibo-moments_moments-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .kibo-moments_img-wrap:hover {
    transform: none;
  }

  .hide-tablet-kibo-moments {
    display: none;
  }

  ._404-header_component {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  ._404-header_content {
    flex-wrap: wrap;
  }

  ._404-header_instructions {
    width: auto;
    max-width: none;
  }

  ._404-header_image-wrap {
    background-position: 77%;
    height: 32rem;
  }

  .location-intro_image-wrap {
    min-width: 46%;
  }

  .location-intro_image-hover:hover {
    transform: none;
  }

  .location-history_component {
    grid-template-columns: 1fr;
  }

  .location-sus_main {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .location-history_content {
    position: static;
  }

  .location-sus_header {
    max-width: 33.375rem;
  }

  .location-sus_point {
    width: 50%;
    max-width: 20rem;
  }

  .location-sus_text {
    max-width: 88%;
  }

  .sus-intro_component {
    grid-column-gap: 2.5rem;
  }

  .sus-intro_image-wrapper.is-custom-hide {
    display: none;
  }

  .section_sus-project {
    background-color: #2c6e49;
  }

  .sus-project_point {
    flex-wrap: wrap;
  }

  .sus-points_header {
    max-width: 27rem;
  }

  .sus-points_points {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sus-points_point {
    flex-wrap: wrap;
  }

  .sus-points_point-title {
    font-size: 1.25rem;
  }

  .sus-points_more-text {
    width: 70%;
  }

  .section_sus-cleaner {
    height: 104svh;
  }

  .sus-cleaner_heading {
    width: 68%;
  }

  .us-intro_component {
    grid-column-gap: 2.5rem;
  }

  .us-intro_image-main-wrap:hover {
    transform: none;
  }

  .us-intro_image-wrapper {
    align-items: center;
  }

  .us-points_list {
    grid-template-columns: 1fr 1fr;
  }

  .us-points_item-image-wrap:hover {
    transform: none;
  }

  .us-concept_header {
    width: 66%;
  }

  .us-concept_images {
    grid-column-gap: 1rem;
  }

  .us-concept_sub-heading {
    width: 96%;
  }

  .us-leaf_heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .us-leaf_header {
    text-align: left;
    order: -1;
    width: 66%;
  }

  .us-leaf_text {
    width: 88%;
  }

  .us-leaf_image.is-main {
    min-height: 16rem;
  }

  .us-leaf_image-hover:hover {
    transform: none;
  }

  .acomodation-points_component {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
  }

  .exp-kibo_component {
    flex-direction: column;
    align-items: stretch;
  }

  .acomodation-intro_points {
    flex-wrap: wrap;
    justify-content: center;
  }

  .acomodation-points_image-wrapper {
    height: 100%;
  }

  .exp-intro_heading {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .exp-moments_image {
    min-width: 24rem;
  }

  .exp-moments_image-wrap.is-hide-desktop {
    display: block;
  }

  .exp-kibo_content {
    width: auto;
    max-width: 37rem;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .exp-kibo_image-wrapper.is-secondary {
    width: 40%;
  }

  .exp-kibo_images-block {
    width: auto;
    max-width: none;
  }

  .exp-list_content {
    text-align: right;
    align-items: flex-end;
    width: 60%;
  }

  .acomodation-suites_tabs-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .acomodation-suites_tabs-content {
    grid-row-gap: 1rem;
  }

  .acomodation-suites_tabs-content-wrapper {
    margin-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .acomodation-suites_image {
    min-height: 11rem;
  }

  .acomodation-suites_points {
    grid-column-gap: 3rem;
    flex-wrap: wrap;
    margin-top: .5rem;
    display: flex;
  }

  .acomodation-suites_tab-link-title {
    font-size: 1.125rem;
  }

  .fav_button:hover {
    background-color: #339748;
  }

  .cookies-config-modal_header {
    font-size: 1.75rem;
  }

  .faq_direct-contact-title {
    font-size: 1.375rem;
  }

  .blog-publish-posts_component-wrap {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .blog-publish_card:hover {
    transform: none;
  }

  .blog-publish_card-content {
    padding: 2rem 2rem 1.75rem;
  }

  .blog-publish_card-tag {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .75rem;
  }

  .blog-publish_card-date {
    font-size: .75rem;
  }

  .blog-publish_card-title {
    font-size: 1.375rem;
  }

  .blog-publish_card-title.is-suggest {
    font-size: 1.625rem;
  }

  .blog-publish-header_title {
    font-size: 2.25rem;
  }

  .blog-post-header_tag {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .75rem;
  }

  .blog-post-header_tagdate {
    font-size: .75rem;
  }

  .blog-post-main_img-wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .blog-post-more_heading-wrap {
    flex-wrap: wrap;
  }

  .blog-post-more_slide {
    min-width: 92%;
    max-width: 92%;
  }

  .footer_iglta {
    max-width: 8rem;
  }

  .slider_arrows-wrap {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .slider_arrows-wrapper {
    margin-top: 1.5rem !important;
  }

  .guest-form_title {
    font-size: 1.5rem;
  }

  .guest-form_label {
    font-size: 1.125rem;
  }

  .guest-form_submit-agree-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .locale_drop-down {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .navbar-awo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .awo-about_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .section_awo-cta {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }

  .navbar-awo_component {
    justify-content: space-between;
    display: flex;
  }

  .navbar-awo_links {
    display: none;
  }

  .navbar-awo_wave {
    min-width: 250%;
  }

  .awo-header_title {
    font-size: 2.25rem;
  }

  .awo-header_mask {
    opacity: 1;
  }

  .awo-header_grid-img {
    flex: 1;
  }

  .awo-testimonials_wave.is-mobile {
    min-width: 140%;
  }

  .awo-testimonials_plataforms {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .awo-testimonials_embed-tripadvisor {
    max-width: none;
  }

  .awo-testimonials_swiper-image-wrapper {
    height: 100%;
  }

  .awo-testimonials_swiper-image {
    min-height: 100%;
  }

  .awo-testimonials_card-title {
    font-size: 1.25rem;
  }

  .awo-testimonials_swiper-slide {
    min-width: 60vw;
    max-width: 60vw;
  }

  .awo-testimonials_swiper-slide.swiper-slide {
    display: flex !important;
  }

  .awo-testimonials_card-image-wrap {
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .awo-site_image-main-wrap:hover {
    transform: none;
  }

  .navbar-awo_logo-wrap.w--current {
    z-index: 102;
    position: relative;
  }

  .awo-intro_image {
    height: 40rem;
  }

  .awo-about_image-column, .awo-about_column-image-2 {
    height: 100%;
  }

  .awo-about_column-3-img-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: hidden;
  }

  .navbar-wellness {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .wellness-header_mask {
    opacity: 1;
  }

  .wellness-intro_image-main-wrap:hover {
    transform: none;
  }

  .wellness-nature_text {
    max-width: 88%;
  }

  .wellness-nature_header {
    max-width: 33.375rem;
  }

  .wellness-nature_main {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .navbar-wellness_wave {
    min-width: 250%;
  }

  .wellness-about_column-image-2 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.625rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button.is-large {
    padding: 1.25rem 2.5rem;
  }

  .button.is-secondary.is-awo-nav {
    border-style: none;
    padding: .25rem;
  }

  .button.is-secondary.is-awo-nav:hover {
    background-color: #0000;
  }

  .button.is-secondary.is-wellness-nav {
    border-style: none;
    padding: .25rem;
  }

  .button.is-secondary.is-wellness-nav:hover {
    background-color: #0000;
  }

  .rich-text h2 {
    font-size: 1.75rem;
  }

  .rich-text h3 {
    font-size: 1.5rem;
  }

  .rich-text h4 {
    font-size: 1.375rem;
  }

  .rich-text h5 {
    font-size: 1.25rem;
  }

  .rich-text h6 {
    font-size: 1.125rem;
  }

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.is-pop-up-custom {
    padding-left: 0;
    padding-right: 0;
  }

  .text-align-right.is-landscape-center {
    text-align: center;
  }

  .text-style-allcaps.is-text-medium {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-weight-medium.is-tablet-line-height-smaller {
    line-height: 1.1;
  }

  .hide-mobile {
    display: none;
  }

  .text-size-large {
    font-size: 1.063rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile {
    display: block;
  }

  .text-size-small.is-landscape-smaller {
    font-size: .75rem;
  }

  .text-size-huge, .text-size-huge.is-tablet-smaller {
    font-size: 1rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 1.625rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .heading-style-h4.is-awo, .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6.inner-padding {
    padding-left: 1.5rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

  .spacing-block-small.is-landscape-small {
    height: .75rem;
  }

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-medium.is-landscape-big {
    height: 2rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .spacing-block-large.is-landscape-bigger {
    height: 3rem;
  }

  .spacing-block-large.is-landscape-big {
    height: 2rem;
  }

  .spacing-block-large.is-tablet-bigger {
    height: 3rem;
  }

  .spacing-block-large.is-custom-weeding {
    height: 1.25rem;
  }

  .spacing-block-large.is-landscape-hude {
    height: 4rem;
  }

  .spacing-block-large.is-block-space {
    height: 3rem;
  }

  .spacing-block-xlarge {
    height: 2.5rem;
  }

  .spacing-block-xlarge.is-landscape-bigger {
    height: 3rem;
  }

  .spacing-block-xlarge.is-landscape-huge {
    height: 4rem;
  }

  .spacing-block-xlarge.is-submit, .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-huge.is-landscape-big {
    height: 4.25rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-small.is-tablet-small {
    height: 3.5rem;
  }

  .spacing-section-small.is-tablet-bigger {
    height: 5.125rem;
  }

  .spacing-section-small.is-landscape-bigger {
    height: 4.5rem;
  }

  .spacing-section-small.is-tablet-smaller {
    height: 3rem;
  }

  .spacing-section-small.is-home-exp {
    height: 6rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .spacing-section-medium.is-landscape-kibo-smaller {
    height: 2.75rem;
  }

  .spacing-section-medium.is-tablet-big {
    height: 6.25rem;
  }

  .spacing-section-medium.is-landscape-big {
    height: 5rem;
  }

  .spacing-section-medium.is-tablet-bigger {
    height: 7.5rem;
  }

  .spacing-section-medium.is-custom-wedding {
    height: 2rem;
  }

  .spacing-section-large {
    height: 6.25rem;
  }

  .spacing-section-large.is-tablet-small {
    height: 4rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .spacing-section-xlarge.is-tablet-big {
    height: 8.5rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-xxlarge.is-tablet-big, .spacing-section-xxlarge.is-custom-about-us-gallery {
    height: 11rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-section-huge.is-blog-custom {
    height: 11rem;
  }

  .spacing-block-custom1.is-mobile-large {
    height: 1.5rem;
  }

  .spacing-block-custom2.is-landscape-small {
    height: .875rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom3.is-landscape-big, .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom5.is-landscape-bigger {
    height: 3.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .spacing-block-custom4.is-kibo-intro-custom {
    height: 3rem;
  }

  .spacing-block-custom4.is-landscape-big {
    height: 1.75rem;
  }

  .spacing-block-custom4.is-tablet-big {
    height: 2rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .spacing-section-xsmall.is-submit {
    height: 3rem;
  }

  .spacing-section-xsmall.is-mobile-small {
    height: 1rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .footer {
    padding-top: 4rem;
    padding-bottom: 13.5rem;
  }

  .cookies-modal {
    padding: 1.5rem 1.5rem 3.5rem;
    bottom: 0;
    box-shadow: 0 0 4rem -.75rem #28282f3d;
  }

  .cookies-modal_buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .button-text, .button-text.is-large {
    font-size: 1rem;
  }

  .button-text.is-awo-nav {
    font-size: .9375rem;
  }

  .cookies-config-modal {
    padding: 3.5rem 1.5rem;
    bottom: 0;
  }

  .cookies-config-modal_line {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cookies-config-modal_preferences-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer_acomodations-logo {
    width: 3.5rem;
  }

  .footer_acomodation {
    font-size: 1rem;
  }

  .footer_main {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_logo {
    width: 10.875rem;
  }

  .footer_sub-logo {
    width: 3.25rem;
  }

  .button-icon {
    transform: scale(.85);
  }

  .footer_prides-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_comomn-link-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer_form-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer_newsletter-heading {
    font-size: 1rem;
  }

  .footer_contacts-logo {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .section_header-patterner {
    min-height: 64svh;
    max-height: 48rem;
  }

  .section_header-patterner.is-suite {
    min-height: 24rem;
    max-height: 48rem;
  }

  .wave.set-minimum-size-tablet {
    min-width: 200svw;
  }

  .wave.set-custom-home-exp.is-opacity-100.is-awo-1.custom {
    max-height: 4rem;
  }

  .wave.set-custom-weeding-intro {
    min-width: 100%;
  }

  .wave.set-custom-location-history {
    min-width: 150%;
  }

  .wave.set-custom-kibo-intro {
    min-width: 101%;
  }

  .wave.is-pop-up-size {
    min-width: 200svw;
  }

  .footer_wave-horizon.is-green {
    min-width: 55rem;
  }

  .footer_wave-horizon.is-yellow {
    min-width: 86rem;
    margin-bottom: 5rem;
    margin-left: -16rem;
  }

  .pop-up-modal {
    padding-bottom: 0;
    display: none;
  }

  .pop-up_main-content {
    padding: 1.5rem 1.5rem 3.5rem;
  }

  .pop-up_main-heading {
    font-size: 1rem;
  }

  .pop-up_points.is-event-custom {
    grid-row-gap: 0rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .pop-up_buttons {
    flex-wrap: wrap;
  }

  .pop-up_image {
    padding-top: 2rem;
    padding-right: 1.5rem;
  }

  .pop-up_image.is-custom-event {
    height: 11rem;
  }

  .wave-comomn-image.is-outsite-bottom.is-navbar-custom {
    min-height: 4rem;
  }

  .pop-up_image-shadow {
    background-image: radial-gradient(circle, #28282f1f, #28282f33 50%, #28282f66);
  }

  .loading-logo {
    width: 50%;
    max-width: 18rem;
  }

  .navbar_component {
    grid-column-gap: 1.75rem;
    grid-template-columns: 1.25fr auto auto;
    justify-items: start;
  }

  .navbar_hamburger {
    padding-right: 0;
  }

  .navbar_hamburger.toggle-modal {
    width: 3rem;
  }

  .navbar_links-grid-1 {
    grid-column-gap: 1.75rem;
    max-width: none;
  }

  .navbar_hamburger-line-1, .navbar_hamburger-line-2 {
    width: 2.5rem;
  }

  .navbar_link {
    font-size: 1.125rem;
  }

  .navbar_content {
    padding-bottom: 2rem;
  }

  .navbar_logo-link-light {
    flex-direction: row;
  }

  .navbar-logo {
    width: 11rem;
  }

  .navbar-sublogo {
    width: 3.25rem;
    display: none;
  }

  .navbar_portions {
    margin-left: auto;
    margin-right: 0;
  }

  .navbar_message {
    display: none;
  }

  .navbar_links-wrapper.is-align-bottom {
    margin-top: 0;
  }

  .navbar_links-title {
    font-size: 1.125rem;
  }

  .navbar_links-wrap.is-landscape-grid {
    grid-column-gap: 2rem;
    grid-row-gap: .125rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .navbar_content-about {
    border-top-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar_content-wrap {
    grid-column-gap: 1.75rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar_content-line {
    width: 100%;
    height: .05rem;
    min-height: auto;
  }

  .navbar_content-line.is-hide-custom {
    display: block;
  }

  .section_cta {
    height: 88svh;
    min-height: 46rem;
  }

  .cta_buttons {
    flex-wrap: wrap;
  }

  .cta_header-element {
    width: .5rem;
  }

  .cta_header-element.is-right {
    width: .625rem;
  }

  .cta_heading-bg {
    width: 160%;
    min-width: 46rem;
    max-width: none;
    margin-top: 1.75rem;
  }

  .header-patterner_bg.is-zumbi-jardim {
    background-position: 0 0, 35%;
  }

  .header-patterner_bg.is-jacu-ocean {
    background-position: 0 0, 62%;
  }

  .header-patterner_bg.is-zumbi-master {
    background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/zumbi-master-small-image-4_1zumbi-master-small-image-4.avif');
    background-position: 0 0, 50%;
  }

  .header-patterner_bg.is-sibraama-jardim {
    background-position: 0 0, 40%;
  }

  .header-patterner_bg.is-zumbi-ocean {
    background-position: 0 0, 64%;
  }

  .header-patterner_bg.is-sibraam-ocean {
    background-position: 0 0, 36%;
  }

  .header-patterner_bg.is-suite-azul {
    background-image: radial-gradient(circle, #28282f61, #28282f70 50%, #28282f80), url('../images/suite-azul-big-image-2_1suite-azul-big-image-2.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .header-patterner_element {
    width: .625rem;
    margin-top: -.625rem;
    margin-left: .625rem;
    margin-right: .375rem;
  }

  .header-patterner_element.is-right {
    width: .75rem;
    margin-left: .375rem;
  }

  .header-patterner_scroll-down {
    font-size: 1rem;
  }

  .header-patterner_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .header-patterner_tag-wrap {
    font-size: .875rem;
  }

  .navbar_logo-link-dark {
    flex-direction: row;
  }

  .navbar_wrap-logos {
    order: -1;
  }

  .polices-terms_component {
    grid-row-gap: 2.5rem;
  }

  .polices-terms_wrapper {
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
  }

  .faq_direct-contact {
    padding: 1.75rem 1.5rem;
  }

  .faq_direct-contact-buttons {
    flex-direction: column;
  }

  .home-header_block-1 {
    padding-top: 11rem;
    padding-bottom: 10rem;
  }

  .navbar_content-address {
    text-align: center;
  }

  .home-header_heading {
    flex-direction: column;
    display: flex;
  }

  .home-header_heading-wrap {
    margin-top: auto;
  }

  .home-header_message {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header_message-image {
    width: 3.5rem;
  }

  .home-header_message-image.is-right {
    width: 3.75rem;
  }

  .contact-list_contacts {
    grid-row-gap: 2.5rem;
  }

  .contact-list_contact-title {
    font-size: 1.25rem;
  }

  .contact-list_contact-link {
    font-size: 1.125rem;
  }

  .contact-list_contact-comomn-link.is-link-number {
    font-size: 1rem;
  }

  .contact-map_heading {
    max-width: none;
  }

  .contact-social_contacts-wrapper {
    grid-column-gap: 2rem;
    text-align: center;
    flex-direction: column;
  }

  .contact-social_card {
    min-width: 22rem;
    max-width: 22rem;
    min-height: 22rem;
  }

  .pop-up_wrap {
    width: 100%;
  }

  .wave-wrap.is-outsite-top, .wave-wrap.is-pop-up {
    align-items: center;
  }

  .navbar_box-mobile {
    padding: 1.75rem 1.5rem;
    display: block;
  }

  .navbar_box-contact-buttons {
    flex-direction: column;
  }

  .faq_component {
    grid-row-gap: 2.5rem;
  }

  .faq_question-wrapper {
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
  }

  .section_home-acomodations {
    margin-bottom: -.125rem;
  }

  .home-acomodations_slide {
    min-width: 90%;
    max-width: 90%;
  }

  .home-acomodations_slide-texts {
    max-width: 94%;
  }

  .home-acomodations_slide-texts.is-suite {
    max-width: 100%;
  }

  .home-about_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-about_heading {
    width: auto;
  }

  .h2-span.span-wrapper.is-2.is-adj {
    top: 0;
    bottom: 0;
  }

  .h2-element-span-image {
    width: .5rem;
  }

  .h2-element-span-image.is-right {
    width: .625rem;
  }

  .home-about_prides {
    grid-column-gap: .75rem;
  }

  .home-about_image {
    flex-direction: column;
    max-height: 34rem;
  }

  .home-about_image.is-mobile-custom-margin {
    margin-top: -1.5rem;
  }

  .home-about_image.is-home {
    height: 25rem;
  }

  .home-points_points {
    justify-content: flex-start;
    align-items: center;
  }

  .home-points_point {
    width: auto;
    max-width: none;
  }

  .home-points_point.is-tablet-size {
    width: auto;
  }

  .home-exp_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-exp_buttons {
    flex-direction: row;
  }

  .h3-element-span-image.is-right {
    width: .6rem;
  }

  .h3-span {
    margin-bottom: -.675rem;
  }

  .h3-span.span-wrapper.is-s2 {
    top: -.5rem;
  }

  .h3-span.is-s2 {
    margin-bottom: -.6125rem;
  }

  .home-exp_image-1 {
    flex-direction: column;
    height: auto;
  }

  .home-exp_image-1.is-dinner {
    height: 32rem;
    max-height: 32rem;
  }

  .home-exp_image {
    flex-direction: column;
    align-self: stretch;
  }

  .home-exp_ativicty.is-kibo {
    width: 95%;
    max-width: none;
  }

  .home-exp_ativicty-wrap {
    align-items: flex-start;
  }

  .home-exp-2_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .home-exp-2_exp-wrap.is-center-custom {
    width: 92%;
    min-width: auto;
  }

  .home-exp-2_exp-wrap.is-center-custom.is-home {
    margin-bottom: 0;
  }

  .home-exp-2_image {
    flex-direction: column;
    min-height: 16rem;
  }

  .home-exp-2_image-wrapper {
    flex-direction: column;
  }

  .home-exp-2_exp-wrapper {
    grid-row-gap: 2.5rem;
  }

  .home-exp-2_ativicty-wrap {
    align-items: flex-start;
  }

  .home-exp-2_exp-tag {
    font-size: .875rem;
  }

  .home-exp-2_exp-tag.is-small {
    font-size: .75rem;
  }

  .home-exp-2_heading-2 {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .home-gallery_gallery {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-gallery_image {
    height: 32rem;
    max-height: 32rem;
  }

  .home-gallery_text {
    max-width: 94%;
  }

  .home-location_image {
    flex-direction: column;
  }

  .home-location_content {
    grid-row-gap: 2.5rem;
  }

  .home-location_heading {
    max-width: none;
  }

  .home-location_locations {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-location_image-wrapper {
    flex-direction: column;
  }

  .home-location_sub-title {
    font-size: 1.125rem;
  }

  .home-location_bg {
    background-image: linear-gradient(to bottom, var(--white-default), #29334a80 4%, var(--blue-huge) 10%);
  }

  .message_message {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .message_icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .message_message-image {
    width: 3.5rem;
  }

  .message_message-image.is-right {
    width: 3.75rem;
  }

  .search-bar {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
  }

  .search-bar_component {
    flex-direction: column;
  }

  .hide-landscape {
    display: none;
  }

  .suites_slide {
    min-width: 92%;
    max-width: 92%;
  }

  .suite-details_component {
    grid-template-columns: 1fr;
  }

  .suite-details_right {
    grid-row-gap: 3.5rem;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .suite-datails_link {
    font-size: 1.125rem;
  }

  .suite-datails_link.is-itens-title {
    font-variation-settings: "wght" 450;
    font-size: 1.375rem;
    display: block;
  }

  .suite-details_points-block {
    grid-row-gap: 1.75rem;
    padding-top: 2.5rem;
  }

  .suite-details_testimonials {
    grid-row-gap: 3rem;
  }

  .suite-details_testimonials.is-margin-4 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .suite-images_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .suite-images_image-wrapper {
    flex-direction: column;
  }

  .suite-images_image {
    flex-direction: column;
    min-height: 24rem;
    max-height: 24rem;
  }

  .suite-images_slide {
    height: 100%;
  }

  .suite-images_slider {
    height: 60vh;
    min-height: 36rem;
  }

  .suite-images_slider-nav {
    padding-left: .5rem;
  }

  .suite-images_slide-image.is-zumbi-jardim._1 {
    background-position: 54%;
  }

  .suite-images_slide-image.is-zumbi-jardim._3 {
    background-position: 74%;
  }

  .suite-images_slide-image.is-zumbi-jardim._4, .suite-images_slide-image.is-zumbi-jardim._5, .suite-images_slide-image.is-zumbi-jardim._6, .suite-images_slide-image.is-jacu-ocean._2 {
    background-size: cover;
  }

  .suite-images_slide-image.is-jacu-ocean._4 {
    background-position: 60%;
  }

  .suite-images_slide-image.is-jacu-ocean._6, .suite-images_slide-image.is-jacu-ocean._8, .suite-images_slide-image.is-jacu-ocean._10 {
    background-size: cover;
  }

  .suite-images_slide-image.is-zumbi-master._2 {
    background-position: 50% 0;
    background-size: cover;
  }

  .suite-images_slide-image.is-zumbi-master._3 {
    background-position: 40%;
  }

  .suite-images_slide-image.is-zumbi-master._4 {
    background-position: 60%;
    background-size: cover;
  }

  .suite-images_slide-image.is-zumbi-master._5 {
    background-position: 12%;
    background-size: cover;
  }

  .suite-images_slide-image.is-sibraama-jardim._2, .suite-images_slide-image.is-sibraama-jardim._4, .suite-images_slide-image.is-sibraama-jardim._6 {
    background-size: cover;
  }

  .suite-images_slide-image.is-zumbi-ocean._1 {
    background-position: 32%;
  }

  .suite-images_slide-image.is-zumbi-ocean._2 {
    background-position: 64%;
  }

  .suite-images_slide-image.is-zumbi-ocean._5 {
    background-position: 100%;
    background-size: cover;
  }

  .suite-images_slide-image.is-zumbi-ocean._6 {
    background-size: cover;
  }

  .suite-images_slide-image.is-desideria._1 {
    background-position: 34%;
  }

  .suite-images_slide-image.is-desideria._3 {
    background-size: cover;
  }

  .suite-images_slide-image.is-desideria._6 {
    background-position: 60%;
    background-size: cover;
  }

  .suite-images_slide-image.is-jacu-jardim._2 {
    background-position: 100%;
  }

  .suite-images_slide-image.is-jacu-jardim._3, .suite-images_slide-image.is-jacu-jardim._5, .suite-images_slide-image.is-jacu-jardim._6, .suite-images_slide-image.is-sibraama-ocean._3 {
    background-size: cover;
  }

  .suite-images_slide-image.is-sibraama-ocean._5 {
    background-position: 64%;
  }

  .suite-images_slide-image.is-sibraama-ocean._6 {
    background-position: 32%;
  }

  .suite-images_slide-image.is-suite-azul._3, .suite-images_slide-image.is-suite-azul._4, .suite-images_slide-image.is-suite-azul._5, .suite-images_slide-image.is-suite-azul._6 {
    background-size: cover;
  }

  .suite-images_slide-image.is-das-rosas._1 {
    background-position: 50%;
    background-size: cover;
  }

  .suite-images_slide-image.is-das-rosas._4, .suite-images_slide-image.is-das-rosas._5, .suite-images_slide-image.is-das-rosas._6 {
    background-size: cover;
  }

  .suite-about_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .suite-about_details {
    grid-column-gap: .75rem;
  }

  .suite-about_content {
    max-width: 100%;
  }

  .weeding-intro_image {
    flex-direction: column;
  }

  .weeding-intro_images-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .weeding-intro_img {
    flex-direction: column;
  }

  .kibo-intro_images-wrapper {
    grid-template-columns: 1fr;
  }

  .kibo-intro_image {
    flex-direction: column;
  }

  .kibo-moments_content {
    grid-row-gap: 1.5rem;
  }

  .kibo-moments_heading {
    max-width: none;
  }

  .kibo-moments_moments-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .kibo-moments_image {
    flex-direction: column;
    min-width: 100%;
    min-height: 100%;
  }

  .kibo-moments_image.is-parallax.is-scale {
    transform: scale(1.025);
  }

  .kibo-moments_img-wrap {
    max-height: 24rem;
  }

  .kibo-moments_image-wrap {
    flex-direction: column;
  }

  ._404-header_component {
    margin-top: 0;
  }

  ._404-header_buttons {
    flex-direction: column;
    align-items: stretch;
  }

  ._404-header_image-wrap {
    height: 26rem;
  }

  .location-intro_images-wrapper {
    flex-direction: column;
  }

  .location-intro_buttons {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .location-intro_image-wrap {
    min-width: 50%;
  }

  .location-intro_wave {
    min-width: 100%;
  }

  .location-history_component {
    grid-row-gap: 2.5rem;
  }

  .location-sus_main {
    grid-row-gap: 2rem;
  }

  .location-history_images {
    grid-template-columns: 1fr;
  }

  .location-history_image {
    flex-direction: column;
  }

  .location-history_image-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .location-sus_header {
    max-width: none;
  }

  .location-sus_image {
    flex-direction: column;
  }

  .location-sus_image-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .location-sus_points {
    grid-column-gap: 1rem;
    justify-content: center;
  }

  .location-sus_point {
    width: 46%;
  }

  .location-sus_point-image {
    width: 2rem;
    height: 2rem;
  }

  .location-sus_text {
    max-width: none;
  }

  .sus-intro_component {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .sus-intro_heading {
    order: -1;
    width: auto;
    max-width: none;
  }

  .sus-intro_images {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    width: auto;
  }

  .sus-intro_image {
    flex-direction: column;
    max-height: 26rem;
  }

  .sus-intro_image-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .sus-intro_image-wrapper.is-custom-hide {
    display: block;
  }

  .sus-project_images {
    grid-template-columns: 1fr;
  }

  .sus-project_image {
    flex-direction: column;
  }

  .sus-project_image-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .sus-project_points {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sus-project_point {
    text-align: center;
    justify-content: center;
    max-width: 47%;
  }

  .sus-points_header {
    max-width: none;
  }

  .sus-points_points {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .sus-points_point-image {
    width: 2rem;
    height: 2rem;
  }

  .sus-points_point-title {
    font-size: 1.125rem;
  }

  .sus-points_more-text {
    width: auto;
  }

  .section_sus-cleaner {
    height: 90svh;
    min-height: 40rem;
  }

  .sus-cleaner_heading {
    order: -1;
    width: 78%;
    max-width: none;
  }

  .us-intro_component {
    flex-direction: column;
    align-items: stretch;
  }

  .us-intro_image {
    flex-direction: column;
  }

  .us-intro_image-bg {
    flex-direction: column;
    min-height: 26rem;
  }

  .us-intro_image-wrapper {
    flex-direction: column;
    width: auto;
    max-width: none;
  }

  .us-intro_heading {
    width: auto;
    max-width: none;
  }

  .us-intro_prides {
    grid-column-gap: .75rem;
  }

  .us-points_list {
    grid-row-gap: 2.5rem;
  }

  .us-points_buttons {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .us-concept_header {
    width: auto;
  }

  .us-concept_images {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .us-concept_image-wrapper {
    flex-direction: column;
  }

  .us-concept_sub-heading, .us-leaf_header, .us-leaf_text {
    width: auto;
  }

  .us-leaf_images-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .us-leaf_image {
    min-height: 13rem;
  }

  .us-leaf_text-wrap {
    grid-template-columns: 1fr;
  }

  .acomodation-points_component {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .exp-kibo_component {
    grid-row-gap: 4rem;
    justify-content: space-between;
  }

  .section_exp-moments {
    height: 300svh;
  }

  .acomodation-intro_prides {
    grid-column-gap: .75rem;
  }

  .acomodation-intro_points {
    grid-column-gap: 2rem;
    justify-content: flex-start;
  }

  .acomodation-intro_point {
    justify-content: center;
    max-width: 44%;
  }

  .acomodation-points_header {
    margin-bottom: -.75rem;
  }

  .acomodation-points_image-wrap.is-last {
    height: 16.5rem;
    min-height: 100%;
  }

  .acomodation-points_image {
    flex-direction: row;
    height: 32rem;
  }

  .exp-intro_heading {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .exp-moments_column {
    grid-row-gap: .75rem;
  }

  .exp-moments_image {
    min-width: 3.5rem;
  }

  .exp-moments_grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .exp-intro_list {
    grid-column-gap: .75rem;
  }

  .exp-kibo_content {
    max-width: none;
  }

  .exp-kibo_list {
    grid-column-gap: .75rem;
  }

  .exp-kibo_buttons {
    flex-wrap: wrap;
  }

  .exp-kibo_image, .exp-kibo_image-wrapper {
    flex-direction: column;
  }

  .exp-list_content {
    width: 80%;
    max-width: 25rem;
  }

  .exp-list_exp-tag {
    font-size: .875rem;
  }

  .exp-list_box.is-exp-1 {
    background-image: linear-gradient(to right, #ffffff1a, #ffffffb8 21%, #fffc 42%);
  }

  .acomodation-suites_tabs {
    flex-direction: column;
  }

  .acomodation-suites_tabs-menu {
    border-top: .05rem solid #6b6b7152;
    border-bottom: .05rem solid #6b6b7152;
    border-right-style: none;
    flex-direction: row;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    position: static;
    overflow: auto;
  }

  .acomodation-suites_tabs-content-wrapper {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .acomodation-suites_image {
    flex-direction: column;
    min-height: 18rem;
  }

  .acomodation-suites_image-wrapper {
    flex-direction: column;
  }

  .acomodation-suites_content-wrap {
    margin-top: 2rem;
  }

  .acomodation-suites_tab-link-title {
    white-space: nowrap;
  }

  .fav_button {
    right: 1.75rem;
  }

  .cookies-config-modal_header {
    font-size: 1.625rem;
  }

  .faq_direct-contact-title {
    font-size: 1.5rem;
  }

  .acomodation-points_itens {
    grid-row-gap: 4rem;
  }

  .blog-publish-header_tag {
    font-size: .75rem;
  }

  .blog-publish-posts_component-wrap {
    grid-template-columns: 1fr;
    padding: 1rem .75rem;
  }

  .blog-publish_card.is-seggest {
    border-top-width: .375rem;
  }

  .blog-publish_card-title.is-suggest {
    font-size: 1.5rem;
  }

  .blog-publish-header_title {
    font-size: 1.875rem;
  }

  .blog-post-header_image {
    flex-direction: column;
  }

  .blog-post-header_img-wrap {
    min-height: auto;
  }

  .blog-post-header_img-wrapper {
    flex-direction: column;
  }

  .blog-post-header_share {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1.75rem;
  }

  .blog-post-header_time-wrap, .blog-post-header_share-wrapper {
    grid-column-gap: .5rem;
    white-space: nowrap;
  }

  .blog-post-main_image {
    flex-direction: column;
  }

  .blog-post-main_img-wrap {
    height: 16rem;
  }

  .blog-post-main_img-wrapper {
    flex-direction: column;
  }

  .section_blog-post-more {
    margin-bottom: -.125rem;
  }

  .footer_iglta {
    max-width: 7.75rem;
  }

  .slider_arrows-wrap {
    padding: .75rem;
  }

  .guest-form_form-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .guest-form_box {
    padding: 2rem 1.5rem;
  }

  .guest-form_title {
    font-size: 1.375rem;
  }

  .guest-form_box-submit {
    padding: 2rem 1.5rem;
  }

  .guest-form_submit-agree-wrap {
    flex-direction: column;
  }

  .hide-desktop-tablet {
    display: block;
  }

  .section_suite-slide {
    padding-bottom: 1rem;
  }

  .locale_wrapper {
    order: -1;
  }

  .locale_drop-down {
    justify-content: flex-start;
    align-items: center;
  }

  .section_awo-header {
    padding-top: 11rem;
    padding-bottom: 6rem;
  }

  .awo-about_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .navbar-awo_component, .navbar-awo_logos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar-awo_symbol {
    width: 4rem;
  }

  .navbar-awo_wave {
    left: auto;
  }

  .awo-header_wave.is-mobile {
    min-width: 250%;
  }

  .awo-header_wave.is-cta {
    min-width: 140%;
  }

  .awo-header_title {
    font-size: 1.75rem;
  }

  .awo-header_btns {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    width: 100%;
  }

  .awo-header_scroll-down {
    font-size: 1rem;
  }

  .awo-about_column {
    align-items: stretch;
  }

  .awo-testimonials_wave.is-mobile {
    min-width: 200%;
  }

  .awo-testimonials_google-title {
    font-size: .9375rem;
  }

  .awo-testimonials_swiper-image-wrapper {
    flex-direction: column;
    height: auto;
  }

  .awo-testimonials_swiper-image {
    flex-direction: column;
  }

  .awo-testimonials_card-footer {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .awo-testimonials_swiper-slide {
    min-width: 85vw;
    max-width: 85vw;
    max-height: none;
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .awo-testimonials_swiper-nav {
    width: 2.5rem;
    height: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .awo-testimonials_swiper-nav-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .awo-testimonials_card-image-wrap {
    height: 17rem;
    min-height: 17rem;
    max-height: none;
  }

  .awo-testimonials_swiper-mask {
    display: none;
  }

  .awo-testimonials_btns {
    z-index: 2;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .awo-days_line-day {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .awo-days_line-day.is-first {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .awo-days_line-img.is-wrap {
    display: none;
  }

  .awo-days_line-img.is-wrap.is-mobile {
    display: block;
  }

  .awo-days_line-btns {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .awo-site_about {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .awo-site_about-column-2-content, .awo-cta_content {
    align-items: stretch;
  }

  .navbar-awo_logo-wrap {
    flex-direction: row;
  }

  .navbar-awo_logo-kilombo-b1 {
    width: 9.25rem;
  }

  .navbar-awo_logo-kilombo-b2 {
    width: 3.25rem;
  }

  .awo-intro_image {
    flex-direction: column;
    height: auto;
  }

  .awo-about_image-column {
    flex-direction: column;
    height: auto;
    max-height: 29rem;
  }

  .awo-about_column-image-2 {
    flex-direction: column;
    max-height: 29rem;
  }

  .footer_comomn-link-label {
    position: static;
    right: 0;
    transform: none;
  }

  .pop-up_img-logo {
    max-width: 7rem;
  }

  .navbar-wellness_symbol {
    width: 8rem;
  }

  .section_wellness-header {
    padding-top: 14rem;
    padding-bottom: 15rem;
  }

  .wellness-intro_image {
    flex-direction: column;
  }

  .wellness-intro_image-main-wrap.fade-intro {
    height: 60%;
  }

  .wellness-nature_text, .wellness-nature_header {
    max-width: none;
  }

  .wellness-nature_main {
    grid-row-gap: 2rem;
  }

  .wellness-days_list {
    grid-template-columns: 1fr;
  }

  .wellness-days_line-day {
    min-height: 16rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wellness-about_column-image-2 {
    flex-direction: column;
  }

  .wellness-location_buttons {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .button.is-secondary.is-awo-nav, .button.is-secondary.is-wellness-nav {
    display: none;
  }

  .ss_utility_spacing-items, .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .spacing-section-medium.is-landscape-kibo-smaller {
    height: 5rem;
  }

  .footer_main {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer_main-links-wrap.is-mobile-grid {
    grid-column-gap: 1rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wave.set-minimum-size-tablet, .wave.is-pop-up-size {
    min-width: 320svw;
  }

  .wave-comomn-image.is-outsite-bottom.is-navbar-custom {
    min-height: 2.5rem;
  }

  .loading-logo {
    width: 70%;
    max-width: 16rem;
  }

  .navbar-logo {
    width: 9.75rem;
  }

  .navbar-sublogo {
    width: 3rem;
  }

  .cta_buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cta_heading-bg {
    min-width: 50rem;
  }

  .cta_heading.z-index-1 {
    align-items: stretch;
  }

  .pop-up_wrap {
    margin-bottom: 0;
  }

  .home-points_points {
    width: auto;
  }

  .home-points_point-text {
    max-width: none;
  }

  .home-gallery_image {
    height: 24rem;
    max-height: 24rem;
  }

  .home-location_bg {
    background-image: linear-gradient(to bottom, var(--white-default), #29334a80 3%, var(--blue-huge) 7%);
  }

  .suite-details_points-wrapper {
    grid-template-columns: 1fr;
  }

  .suite-images_slide-image.is-zumbi-jardim._2 {
    background-position: 72%;
  }

  .kibo-moments_moments-grid {
    grid-template-columns: 1fr;
  }

  .hide-tablet-kibo-moments {
    display: block;
  }

  .hide-mobile-kibo {
    display: none;
  }

  .location-intro_image-wrap {
    min-width: 64%;
  }

  .location-sus_point {
    width: auto;
  }

  .sus-project_point {
    max-width: none;
  }

  .sus-points_points {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sus-points_point {
    max-width: none;
  }

  .sus-cleaner_heading {
    width: auto;
  }

  .us-points_list {
    grid-template-columns: 1fr;
  }

  .acomodation-intro_point {
    max-width: none;
  }

  .exp-moments_image {
    min-width: 13rem;
  }

  .exp-list_content {
    width: auto;
  }

  .faq_direct-contact-title {
    font-size: 1.375rem;
  }

  .blog-publish-header_title {
    font-size: 1.75rem;
  }

  .navbar-awo_component {
    justify-content: center;
    align-items: center;
  }

  .awo-header_grid-column, .awo-header_grid-column.is-reverse {
    align-self: stretch;
  }

  .awo-testimonials_swiper-nav {
    padding-right: 0;
  }

  .awo-days_line-img.is-wrap.is-mobile {
    transform: scale(1.05);
  }

  .navbar-awo_logo-kilombo-b1 {
    width: 9.75rem;
  }

  .navbar-awo_logo-kilombo-b2 {
    width: 3rem;
  }
}

#w-node-c218d31b-206b-cb7b-9f13-d96b675fa4fb-a3a2ff1e, #w-node-_4ab1972d-f8c5-7aba-7a06-b5470e2bb90d-a3a2ff1e, #w-node-_13698362-b98f-5a14-0886-bf78b3a852c0-a3a2ff1e, #w-node-_86ebf032-244a-e65f-5f38-09f1624da430-624da40e, #w-node-_86ebf032-244a-e65f-5f38-09f1624da439-624da40e, #w-node-_86ebf032-244a-e65f-5f38-09f1624da444-624da40e, #w-node-_86ebf032-244a-e65f-5f38-09f1624da44f-624da40e, #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff29c-13bff24c, #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff2a8-13bff24c, #w-node-_5db5185b-0438-1fec-0b39-b5de43f647ab-43f64783, #w-node-_5db5185b-0438-1fec-0b39-b5de43f647b8-43f64783, #w-node-_5db5185b-0438-1fec-0b39-b5de43f647c4-43f64783, #w-node-_5db5185b-0438-1fec-0b39-b5de43f647cd-43f64783, #w-node-_252841e2-dc35-8e93-53d4-1440702b08a8-a3a2ffae, #w-node-_252841e2-dc35-8e93-53d4-1440702b0894-a3a2ffae, #w-node-_252841e2-dc35-8e93-53d4-1440702b08af-a3a2ffae, #w-node-da4706dc-1238-69dc-f782-f914c01f4798-a3a2ffaf, #w-node-_21e4ee8a-c607-5f3c-d535-c6ec88df23d9-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21e4ee8a-c607-5f3c-d535-c6ec88df23e5-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_9b8b026e-1664-d2e3-f0a4-30cb8ce1e396-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b8b026e-1664-d2e3-f0a4-30cb8ce1e3a2-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_9feaa439-e370-e2a3-d1fe-c24ed09b0ca0-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9feaa439-e370-e2a3-d1fe-c24ed09b0cac-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_2775afa2-1294-9b16-8dd6-735d55be85a4-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2775afa2-1294-9b16-8dd6-735d55be85b0-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_56547ece-f770-5800-b049-d4f70df7e254-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56547ece-f770-5800-b049-d4f70df7e260-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_273ac053-a7b2-963b-a8b2-4985652251f5-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_273ac053-a7b2-963b-a8b2-498565225201-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_96d5e171-80b3-1fb2-cabb-8355aedbfda9-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96d5e171-80b3-1fb2-cabb-8355aedbfdb5-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_62125a74-6d44-a2b5-8bc1-a74c4d34d5a2-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62125a74-6d44-a2b5-8bc1-a74c4d34d5ae-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-c2750a79-fbec-5dd2-ae3b-524a75b688c6-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2750a79-fbec-5dd2-ae3b-524a75b688d2-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_851c5872-b54a-d647-1c8d-0a1381068d4d-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_851c5872-b54a-d647-1c8d-0a1381068d59-a3a2ffb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_808cff13-6365-2b3c-a848-793dd0b633ea-a3a2ffb0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_723c6106-c0dc-8379-0979-24fae1be5af2-a3a2ffb0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0a597a03-7a66-41c0-eee9-0da1038dab5a-a3a2ffb2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_21ca9b98-e763-e831-1377-65fa8b897217-a3a2ffb2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af5f5db1-61fa-2942-f528-05bb93d8f39e-a3a2ffb2, #w-node-_2fe80e14-eb65-ed8d-2199-2b0bb9ef4244-a3a2ffb2, #w-node-d09d9a14-48d5-f280-14cb-eecb0f002fab-a3a2ffb2, #w-node-d09d9a14-48d5-f280-14cb-eecb0f002fb2-a3a2ffb2, #w-node-d09d9a14-48d5-f280-14cb-eecb0f002fc5-a3a2ffb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ef2b414-f2e0-5640-1a70-4289fff85cef-a3a2ffb3 {
  place-self: stretch stretch;
}

#w-node-_62daedc2-0df4-2d60-2748-9afc5d9b45a3-a3a2ffb3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b920227-b181-b69b-5547-869775de2515-a3a2ffb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad3cbae4-f03a-4a50-f898-e1ac98b44b54-a3a2ffb3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9db2e208-cfda-7b0d-f251-357f2ec5dd74-a3a2ffb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_93ae0e5e-be90-9736-276e-ba68ac03d78a-a3a2ffb3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_354cd6a2-b466-1267-c0ef-dda607465a5b-a3a2ffb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ed4b7224-d29f-ed3b-183a-14e30e983fa2-a3a2ffb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48041143-fe9d-08f7-99e8-7c1c3ffc9d14-a3a2ffb5 {
  align-self: stretch;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffca, #w-node-f84c30d3-ed04-1798-cc92-3ad36f9ee9e2-a3a2ffca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffca, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffca, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffca, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffca, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffca, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffca, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffca, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffca, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffca, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffca, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffca, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffca, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffca, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffca, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffca, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffca, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffca, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffcb, #w-node-_8bfea19e-0166-9319-49b6-3883805c0eeb-a3a2ffcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffcb, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffcb, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffcb, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffcb, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffcb, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffcb, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffcb, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffcb, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffcb, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffcb, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffcb, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffcb, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffcb, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffcb, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffcb, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffcb, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffcc, #w-node-_8fbce194-0ef1-81a2-7525-9710e5913a92-a3a2ffcc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffcc, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffcc, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffcc, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffcc, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffcc, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffcc, #w-node-_2fade994-ecd4-fc43-1e20-c8dc32135c31-a3a2ffcc, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffcc, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffcc, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffcc, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffcc, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffcc, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffcc, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffcc, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffcc, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffcc, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffcc, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffcc, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffcc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36850746-a68c-808f-3443-d22d69a1f3c1-a3a2ffcd, #w-node-_118ca549-fb28-32bd-52cb-235a7fb58055-a3a2ffcd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffcd, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffcd, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffcd, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffcd, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffcd, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffcd, #w-node-_97ba3f55-7283-d809-1cd0-c0c983bf3b22-a3a2ffcd, #w-node-_0cee9c00-499a-716e-4afb-bd6e3caf9bde-a3a2ffcd, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffcd, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffcd, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffcd, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffcd, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffcd, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffcd, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffcd, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffcd, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffcd, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffcd, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffcd, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffce, #w-node-cdbeff24-321c-d00c-1712-9595518b3ddc-a3a2ffce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffce, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffce, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffce, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffce, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffce, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffce, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffce, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffce, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffce, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffce, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffce, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffce, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffce, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffce, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffce, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffce, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffce, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd5, #w-node-de0e72af-f578-11b7-62fe-54148e9889f4-a3a2ffd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffd5, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffd5, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffd5, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffd5, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffd5, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffd5, #w-node-d4985337-10df-e486-e696-28a5e0d87715-a3a2ffd5, #w-node-ca18b8ce-d0fa-e457-b300-0ce44b0b96d8-a3a2ffd5, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffd5, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffd5, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffd5, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffd5, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffd5, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffd5, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffd5, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffd5, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffd5, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffd5, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffd5, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd6, #w-node-_3af0f969-d9bb-a461-4e9f-e1db930deb9a-a3a2ffd6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffd6, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffd6, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffd6, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffd6, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffd6, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffd6, #w-node-_3e8ebca5-c9ac-5cd2-e336-72489072b1cb-a3a2ffd6, #w-node-de183d25-0522-0756-93d8-73a2d4ce2195-a3a2ffd6, #w-node-e1443fa6-3d52-031d-0435-a75259759273-a3a2ffd6, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffd6, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffd6, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffd6, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffd6, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffd6, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffd6, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffd6, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffd6, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffd6, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffd6, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffd6, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd7, #w-node-_83ac4792-5b40-8f10-c17c-005c94575b56-a3a2ffd7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffd7, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffd7, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffd7, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffd7, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffd7, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffd7, #w-node-d3ac71ce-7bb6-68ba-77f9-7642ee73c260-a3a2ffd7, #w-node-eee91785-8f65-0154-af0a-9b5ec388238b-a3a2ffd7, #w-node-_04a23122-5232-a772-cbaf-dfb09f7f7a7e-a3a2ffd7, #w-node-_6d96a16e-588b-ee73-c623-3e613398c210-a3a2ffd7, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffd7, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffd7, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffd7, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffd7, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffd7, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffd7, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffd7, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffd7, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffd7, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffd7, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffd7, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd8, #w-node-_3c6d8468-4405-b4ae-9bb4-6edbd648b517-a3a2ffd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffd8, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffd8, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffd8, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffd8, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae467-a3a2ffd8, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffd8, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffd8, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffd8, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffd8, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffd8, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffd8, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffd8, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffd8, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffd8, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffd8, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffd8, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd9, #w-node-_95b86227-d4f0-56b8-fae2-3eb1db185d35-a3a2ffd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4300cd23-4b96-c203-81cf-0c04133ae44b-a3a2ffd9, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae452-a3a2ffd9, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae459-a3a2ffd9, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae460-a3a2ffd9, #w-node-_4300cd23-4b96-c203-81cf-0c04133ae46e-a3a2ffd9, #w-node-_589b31c5-f995-0346-9417-d1c26a56c7d7-a3a2ffd9, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6337-a3a2ffd9, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e633e-a3a2ffd9, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6345-a3a2ffd9, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e634c-a3a2ffd9, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e6353-a3a2ffd9, #w-node-_8891e6af-8ef9-8892-fff8-08557ab8fcf9-a3a2ffd9, #w-node-d1884c39-2705-8c8a-849c-200c7eb6830d-a3a2ffd9, #w-node-_4b047621-cf05-52b5-75aa-4c14cca13f24-a3a2ffd9, #w-node-db0377d6-b590-29df-403c-cdd3dcc3d4c2-a3a2ffd9, #w-node-_68554c25-17db-f437-6ff4-a5ed9e8e635a-a3a2ffd9, #w-node-fb88e3f1-a325-370b-c32f-455a2ff72973-a3a2ffd9, #w-node-d270435a-1573-8b1c-8d34-6cd153bde753-a3a2ffd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1787dd02-bdfd-f77b-6f57-c3c4d069cab1-a3a2ffda, #w-node-d1aabed1-d288-ddc7-ce92-8424f058db9d-a3a2ffda, #w-node-_4070b8d0-2fdc-703f-43d7-12db15dac8f6-a3a2ffda {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_767fcfc2-fa75-5ae4-0224-dbaa67e2609d-a3a2ffda, #w-node-c05536e7-025a-2b4d-c05c-4a23f7f3abd9-a3a2ffda, #w-node-_7516084a-dbb7-205e-0f36-099352ababa4-a3a2ffda, #w-node-_0e3a4b4d-6136-4d84-b824-1af102461a09-a3a2ffda, #w-node-_2602a3b2-d0b1-d648-d5c4-bf90529fcf42-a3a2ffda, #w-node-_51f08ca1-cd08-af81-3f2d-499695a719a1-a3a2ffda, #w-node-_142bff95-0287-f32a-21b5-69c226e660b4-a3a2ffda, #w-node-_54340386-38bc-0476-6919-d180ac1c6da6-a3a2ffda, #w-node-cc031c4d-b484-38c8-19e1-5eb000b5f773-a3a2ffda, #w-node-_73aa0e19-d315-e974-975c-5b37a5f6387c-a3a2ffda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2018d7a5-e504-fdd5-5595-298f4cd7756b-a3a2ffda {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2d43674d-7e79-3ead-d269-a208cbc9a10e-a3a2ffda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_275636e8-75c9-70f2-04e4-8e1d17e66172-a3a2ffda, #w-node-_06f04cea-5398-a847-f165-cdf0d6a23936-a3a2ffda, #w-node-_59e0716a-f3ee-f3c9-572f-d3e7112d28b8-a3a2ffda, #w-node-d4c12e0b-6e9b-fd2b-8b09-00e9d4a76a41-a3a2ffda, #w-node-_689dc6a3-25d4-5f5a-c0a1-5cb257bdf4ac-a3a2ffda, #w-node-cc897f7e-95a6-dc1c-86e3-100081d17eb4-a3a2ffda, #w-node-_3ae02013-62ee-4c3c-51f0-6e944d273b25-a3a2ffda, #w-node-_0b27582f-014a-8097-532e-8cd08073d1ea-a3a2ffda, #w-node-a104f6f5-7f77-2e4e-3b6c-03bd3a9398f6-a3a2ffda {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_18a35795-2618-cf2b-e36b-cd08fcd08181-a3a2ffdb {
  align-self: stretch;
}

#w-node-_301c4dfc-4f9d-ea3d-3ad1-3d1a25207969-776ea96d {
  justify-self: start;
}

#w-node-_54984f75-6688-5d63-328c-488e15010fe5-776ea96d {
  justify-self: center;
}

#w-node-_5d59e90d-cb3d-1555-bfe2-3f3ddb2ce802-776ea96d {
  justify-self: end;
}

#w-node-_37973bb5-250f-f83a-1750-02fec5076a4e-776ea96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4e4559d-a670-2537-f8f6-c5eb4ed5f0eb-776ea96d {
  justify-self: stretch;
}

#w-node-_301c4dfc-4f9d-ea3d-3ad1-3d1a25207969-f28f8199 {
  justify-self: start;
}

#w-node-_54984f75-6688-5d63-328c-488e15010fe5-f28f8199 {
  justify-self: center;
}

#w-node-_5d59e90d-cb3d-1555-bfe2-3f3ddb2ce802-f28f8199 {
  justify-self: end;
}

#w-node-b4e4559d-a670-2537-f8f6-c5eb4ed5f0eb-f28f8199 {
  justify-self: stretch;
}

#w-node-fde80a1e-d794-26b9-bcc0-1a8e6b02a1f6-f28f8199 {
  align-self: start;
}

#w-node-fde80a1e-d794-26b9-bcc0-1a8e6b02a1f9-f28f8199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_378f5e0c-8891-4855-1291-90cfb3505c46-f28f8199, #w-node-_378f5e0c-8891-4855-1291-90cfb3505c5a-f28f8199, #w-node-_378f5e0c-8891-4855-1291-90cfb3505c61-f28f8199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_174450b3-60be-d182-48c0-89e8e26c381a-a3a2ff1e, #w-node-f6678616-1ca5-e54d-5d8c-221ffc83ab72-a3a2ff1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff270-13bff24c {
    order: -9999;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff285-13bff24c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff286-13bff24c {
    order: -9999;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff29b-13bff24c {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff2dd-13bff24c {
    order: -9999;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff2e1-13bff24c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff2e5-13bff24c {
    order: -9999;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff2e9-13bff24c, #w-node-_21e4ee8a-c607-5f3c-d535-c6ec88df23cf-a3a2ffb0, #w-node-_21e4ee8a-c607-5f3c-d535-c6ec88df23d4-a3a2ffb0, #w-node-_21e4ee8a-c607-5f3c-d535-c6ec88df23d9-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21e4ee8a-c607-5f3c-d535-c6ec88df23e5-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_9b8b026e-1664-d2e3-f0a4-30cb8ce1e38b-a3a2ffb0, #w-node-_9b8b026e-1664-d2e3-f0a4-30cb8ce1e391-a3a2ffb0, #w-node-_9b8b026e-1664-d2e3-f0a4-30cb8ce1e396-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b8b026e-1664-d2e3-f0a4-30cb8ce1e3a2-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_9feaa439-e370-e2a3-d1fe-c24ed09b0c95-a3a2ffb0, #w-node-_9feaa439-e370-e2a3-d1fe-c24ed09b0c9b-a3a2ffb0, #w-node-_9feaa439-e370-e2a3-d1fe-c24ed09b0ca0-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9feaa439-e370-e2a3-d1fe-c24ed09b0cac-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_2775afa2-1294-9b16-8dd6-735d55be8599-a3a2ffb0, #w-node-_2775afa2-1294-9b16-8dd6-735d55be859f-a3a2ffb0, #w-node-_2775afa2-1294-9b16-8dd6-735d55be85a4-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2775afa2-1294-9b16-8dd6-735d55be85b0-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_56547ece-f770-5800-b049-d4f70df7e249-a3a2ffb0, #w-node-_56547ece-f770-5800-b049-d4f70df7e24f-a3a2ffb0, #w-node-_56547ece-f770-5800-b049-d4f70df7e254-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56547ece-f770-5800-b049-d4f70df7e260-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_273ac053-a7b2-963b-a8b2-4985652251ea-a3a2ffb0, #w-node-_273ac053-a7b2-963b-a8b2-4985652251f0-a3a2ffb0, #w-node-_273ac053-a7b2-963b-a8b2-4985652251f5-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_273ac053-a7b2-963b-a8b2-498565225201-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_96d5e171-80b3-1fb2-cabb-8355aedbfd9e-a3a2ffb0, #w-node-_96d5e171-80b3-1fb2-cabb-8355aedbfda4-a3a2ffb0, #w-node-_96d5e171-80b3-1fb2-cabb-8355aedbfda9-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96d5e171-80b3-1fb2-cabb-8355aedbfdb5-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_62125a74-6d44-a2b5-8bc1-a74c4d34d597-a3a2ffb0, #w-node-_62125a74-6d44-a2b5-8bc1-a74c4d34d59d-a3a2ffb0, #w-node-_62125a74-6d44-a2b5-8bc1-a74c4d34d5a2-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62125a74-6d44-a2b5-8bc1-a74c4d34d5ae-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-c2750a79-fbec-5dd2-ae3b-524a75b688bb-a3a2ffb0, #w-node-c2750a79-fbec-5dd2-ae3b-524a75b688c1-a3a2ffb0, #w-node-c2750a79-fbec-5dd2-ae3b-524a75b688c6-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2750a79-fbec-5dd2-ae3b-524a75b688d2-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_851c5872-b54a-d647-1c8d-0a1381068d42-a3a2ffb0, #w-node-_851c5872-b54a-d647-1c8d-0a1381068d48-a3a2ffb0, #w-node-_851c5872-b54a-d647-1c8d-0a1381068d4d-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_851c5872-b54a-d647-1c8d-0a1381068d59-a3a2ffb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_790b6b61-6952-7292-9e1c-a795a01ad1d7-a3a2ffb1, #w-node-_0fb0d5de-ca87-f2c2-393e-030f74f97c73-a3a2ffb2, #w-node-_21ca9b98-e763-e831-1377-65fa8b897217-a3a2ffb2, #w-node-d22aaaaa-a7b1-ba27-60fb-a6f1bca33135-a3a2ffb3, #w-node-ed4b7224-d29f-ed3b-183a-14e30e983fa2-a3a2ffb3, #w-node-_00ee5f25-51ad-523e-ff8a-570f2ecdd668-2ecdd659, #w-node-_3af0f969-d9bb-a461-4e9f-e1db930deb9a-a3a2ffd6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4e4559d-a670-2537-f8f6-c5eb4ed5f0eb-776ea96d, #w-node-b4e4559d-a670-2537-f8f6-c5eb4ed5f0eb-f28f8199 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-fde80a1e-d794-26b9-bcc0-1a8e6b02a1f6-f28f8199, #w-node-fde80a1e-d794-26b9-bcc0-1a8e6b02a1f9-f28f8199, #w-node-_87bc78f7-3600-7413-5e86-2cf7154296b1-f28f8199, #w-node-_87bc78f7-3600-7413-5e86-2cf7154296c5-f28f8199 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_174450b3-60be-d182-48c0-89e8e26c381a-a3a2ff1e, #w-node-f6678616-1ca5-e54d-5d8c-221ffc83ab72-a3a2ff1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_412da321-a66f-6130-9f3f-92a38efec95f-a3a2ff1e {
    order: -9999;
  }

  #w-node-c218d31b-206b-cb7b-9f13-d96b675fa4fb-a3a2ff1e, #w-node-_5db5185b-0438-1fec-0b39-b5de43f64793-43f64783 {
    order: 9999;
  }

  #w-node-_5db5185b-0438-1fec-0b39-b5de43f647c3-43f64783 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3d4b9e90-1070-bc8c-9ec8-6672bdfe3efb-a3a2ffac {
    order: -9999;
  }

  #w-node-_95d575d0-25b3-bd78-3e66-ddba58978002-a3a2ffac, #w-node-_2acbea50-7832-2686-532d-0fda6ff21f96-a3a2ffac, #w-node-_252841e2-dc35-8e93-53d4-1440702b0894-a3a2ffae {
    order: 9999;
  }

  #w-node-_808cff13-6365-2b3c-a848-793dd0b633ea-a3a2ffb0, #w-node-_935210e1-6786-8542-f8ac-9782d5ac4f67-a3a2ffb0, #w-node-_4b80bdeb-fd97-de4d-9b06-ee56b79a9040-a3a2ffb0, #w-node-bf895cef-7408-fb1f-ebfc-8e88ebc2dfd6-a3a2ffb0, #w-node-_04ea8955-3453-6d53-f885-e872177748a3-a3a2ffb0, #w-node-_70576754-5744-58e1-0583-041769597f8c-a3a2ffb0, #w-node-_723c6106-c0dc-8379-0979-24fae1be5af2-a3a2ffb0 {
    order: -9999;
  }

  #w-node-_790b6b61-6952-7292-9e1c-a795a01ad1d7-a3a2ffb1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a597a03-7a66-41c0-eee9-0da1038dab5a-a3a2ffb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d09d9a14-48d5-f280-14cb-eecb0f002fb2-a3a2ffb2 {
    order: 9999;
  }

  #w-node-_62daedc2-0df4-2d60-2748-9afc5d9b45a3-a3a2ffb3, #w-node-ad3cbae4-f03a-4a50-f898-e1ac98b44b54-a3a2ffb3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_93ae0e5e-be90-9736-276e-ba68ac03d78a-a3a2ffb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ff96470-f4c0-6864-7fdc-e003b42da306-a3a2ffb3, #w-node-_41343bff-aa96-8e35-0c92-d44ff534ed05-a3a2ffb3, #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffca, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffca, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffcb {
    grid-column: span 1 / span 1;
  }

  #w-node-_8bfea19e-0166-9319-49b6-3883805c0eeb-a3a2ffcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffcc {
    grid-column: span 1 / span 1;
  }

  #w-node-_8fbce194-0ef1-81a2-7525-9710e5913a92-a3a2ffcc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36850746-a68c-808f-3443-d22d69a1f3c1-a3a2ffcd, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffcd, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffcd, #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffce, #w-node-cdbeff24-321c-d00c-1712-9595518b3ddc-a3a2ffce, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffce, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffce, #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd5, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffd5, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffd5, #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd6, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffd6, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffd6, #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd7, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffd7, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffd7, #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd8, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffd8, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffd8, #w-node-_6b7c2609-de6d-acd2-b2ed-51be4078ed9e-a3a2ffd9, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f102c-a3a2ffd9, #w-node-_8ecb8f07-ce03-e77a-2376-e7186a1f1031-a3a2ffd9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_767fcfc2-fa75-5ae4-0224-dbaa67e2609d-a3a2ffda, #w-node-c05536e7-025a-2b4d-c05c-4a23f7f3abd9-a3a2ffda, #w-node-_7516084a-dbb7-205e-0f36-099352ababa4-a3a2ffda, #w-node-_0e3a4b4d-6136-4d84-b824-1af102461a09-a3a2ffda {
    grid-column: span 4 / span 4;
  }

  #w-node-_2602a3b2-d0b1-d648-d5c4-bf90529fcf42-a3a2ffda, #w-node-_51f08ca1-cd08-af81-3f2d-499695a719a1-a3a2ffda, #w-node-_142bff95-0287-f32a-21b5-69c226e660b4-a3a2ffda, #w-node-_54340386-38bc-0476-6919-d180ac1c6da6-a3a2ffda, #w-node-cc031c4d-b484-38c8-19e1-5eb000b5f773-a3a2ffda, #w-node-_73aa0e19-d315-e974-975c-5b37a5f6387c-a3a2ffda, #w-node-_2018d7a5-e504-fdd5-5595-298f4cd7756b-a3a2ffda, #w-node-_2d43674d-7e79-3ead-d269-a208cbc9a10e-a3a2ffda {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fde80a1e-d794-26b9-bcc0-1a8e6b02a1fc-f28f8199, #w-node-fde80a1e-d794-26b9-bcc0-1a8e6b02a202-f28f8199 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_378f5e0c-8891-4855-1291-90cfb3505c46-f28f8199 {
    order: 9999;
  }

  #w-node-_87bc78f7-3600-7413-5e86-2cf7154296b1-f28f8199, #w-node-_87bc78f7-3600-7413-5e86-2cf7154296c5-f28f8199 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff285-13bff24c {
    grid-column: span 1 / span 1;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff29c-13bff24c {
    order: 9999;
  }

  #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff2dd-13bff24c, #w-node-_4f5120bb-36cc-7fbe-72ad-5d0813bff2e5-13bff24c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk Variable';
  src: url('../fonts/cabinetgrotesk-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient Variable';
  src: url('../fonts/sentient-variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}