@font-face {
  font-family: 'ABC Prophet';
  src: url('../fonts/ABCProphet-Regular.eot');
  src:
    url('../fonts/ABCProphet-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ABCProphet-Regular.woff2') format('woff2'),
    url('../fonts/ABCProphet-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*!
 * 	Theme Variables
 * ----------------------------------------------- */
:root {
  --primary: #ff6740;
  --primary-rgb: 255, 103, 64;
  --secondary: #a0825f;
  --secondary-rgb: 160, 130, 95;
  --accent: #604e39;
  --accent-rgb: 96, 78, 57;

  --light: #ece6df;
  --light-rgb: 236, 230, 223;
  --dark: #242424;
  --dark-rgb: 36, 36, 36;

  --body-font-family: 'Mukta', sans-serif;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-bg: #f5f5f5;
  --body-color: #000000;
  --body-line-height: 1.45;

  --heading-font-size-base: 1rem;
  --heading-font-family: 'ABC Prophet';
  --heading-font-weight: 400;
  --heading-color: var(--dark);
  --heading-margin-bottom: 16px;
  --heading-line-height: 1.05;

  --link-color: #000000;
  --link-hover-color: #000000;

  --btn-font-family: 'ABC Prophet';
  --btn-font-size: 1rem;
  --btn-font-weight: var(--body-font-weight);
  --btn-line-height: 48px;
  --btn-padding: 0 40px;
  --btn-bg: transparent;
  --btn-border-width: 1px;
  --btn-color: var(--body-color);
  --btn-border-color: transparent;
  --btn-hover-bg: transparent;
  --btn-hover-color: var(--body-color);
  --btn-hover-border-color: transparent;

  --form-control-font-family: var(--body-font-family);
  --form-control-font-size: var(--body-font-size);
  --form-control-font-weight: var(--body-font-weight);
  --form-control-line-height: 1.15;
  --form-control-padding: 8px 24px;
  --form-control-min-height: 64px;
  --form-control-bg: #f5f5f5;
  --form-control-border-color: transparent;
  --form-control-border-radius: 200px;
  --form-control-placeholder-color: var(--dark);
  --form-control-placeholder-opacity: 0.2;
  --form-control-arrow: url('data:image/svg+xml,<svg fill="%23000" viewBox="0 0 24 24" height="16px" width="16px" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z"></path></svg>');

  --hamburger-line-bg: #fff;
  --header-height: 80px;

  --paragraph-margin-bottom: 24px;
  --section-padding-y: 20px;

  --container-width: ;
  --gutter-y: ;
  --gutter-x: 40px;

  --modal-padding: 20px;
  --modal-dialog-max-width: 1280px;
  --modal-close-size: 40px;
  --modal-close-icon-size: 16px;
}

/*!
 * 	Reset Styles
 * ----------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  background-color: var(--body-bg);
  text-align: left;
}

img {
  max-width: 100%;
  height: initial;
}

a {
  color: var(--link-color);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: var(--link-hover-color);
}

p {
  margin-top: 0;
  margin-bottom: var(--paragraph-margin-bottom);
}

p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 16px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 16px;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none !important;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  height: 150px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 4px 8px;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 2px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: var(--heading-font-weight);
  margin-top: 0;
  margin-bottom: var(--heading-margin-bottom);
  line-height: var(--heading-line-height);
}

h1,
.h1 {
  font-size: calc(2rem + 2.8vw);
  line-height: 1.075;
}

h2,
.h2,
.wc-otp-modal h3 {
  font-size: calc(1.5rem + 1.9vw);
  line-height: 1.115;
}

h3,
.h3 {
  font-size: calc(1.25rem + 0.9vw);
  line-height: 1.17;
}

h4,
.h4 {
  line-height: 1.16;
}

h4,
.h4,
.btn.btn--lg {
  font-size: calc(1.4rem + 0.4vw);
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1;
}

h6,
.h6 {
  font-size: calc(var(--heading-font-size-base) * 1.125);
}

/*!
 *	Common
 * ----------------------------------------------- */

#wrapper {
  position: relative;
  min-height: 100vh;
}

.section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.section .section__title {
  margin-bottom: 40px;
}

.section .section__head {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section .section__head .h4 {
  font-weight: 200;
  font-family: var(--body-font-family);
}

.section .section__head .h4:not(:first-child) {
  margin-top: 20px;
}

.section .section__head-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.section .section__content {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.font-light {
  font-family: var(--body-font-family);
  font-weight: 200 !important;
}

.text-center {
  text-align: center !important;
}

.text-mute {
  color: #ccc !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.bg-primary {
  --heading-color: #fff;
  background-color: var(--primary);
  color: #fff;
}

.bg-light {
  background-color: var(--light);
}

.truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  max-height: calc(1.2em * 3);
}

.aspect-1 {
  aspect-ratio: 1 / 1;
}

.aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.aspect-16x9 {
  aspect-ratio: 16 / 9;
}

.aspect-100 {
  min-height: 100vh;
}

.mask {
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mask.mask--1 {
  --mask-image: url('../images/svg/mask-1.svg');
}

.mask.mask--2 {
  /* --mask-image: url('../images/svg/mask-2.svg'); */
  --mask-image: url('../images/svg/mask-4.svg');
}

.mask.mask--3 {
  --mask-image: url('../images/svg/mask-3.svg');
}

.mask.mask--4 {
  border-radius: 50%;
}

.h-auto {
  height: initial !important;
}

/*!
 *	Spacing
 * ----------------------------------------------- */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-40 {
  margin-bottom: 24px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mb-64 {
  margin-bottom: 32px !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/*!
 *	Grid System
 * ----------------------------------------------- */
.container,
.container-fluid {
  width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
}

.container *,
.container-fluid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin-top: calc(-1 * var(--gutter-y));
  margin-left: calc(-0.25 * var(--gutter-x));
  margin-right: calc(-0.25 * var(--gutter-x));
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  min-height: 1px;
  margin-top: var(--gutter-y);
  padding-left: calc(var(--gutter-x) * 0.25);
  padding-right: calc(var(--gutter-x) * 0.25);
}

.row.row--lg {
  --gutter-x: 54px;
}

.row.row--md {
  --gutter-x: 40px;
}

.row.row--form {
  --gutter-x: 16px;
}

.gap {
  --gutter-y: calc(var(--gutter-x) * 0.5);
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

.no-gutter {
  --gutter-x: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

/*!
 *	Form Styling
 * ----------------------------------------------- */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
  text-align: center;
  text-transform: uppercase;
  gap: 20px;
}

.btn:hover {
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
  border-color: var(--btn-hover-border-color);
}

.btn-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.btn.btn--lg {
  --btn-padding: 0 48px;
  --btn-line-height: 64px;
}

.btn.btn--icon {
  padding: 0;
  width: var(--btn-line-height);
  height: var(--btn-line-height);
}

.btn.btn--block,
.btn.btn--mobile-block {
  width: 100%;
}

.btn.btn--primary {
  --btn-bg: var(--primary);
  --btn-color: #ffffff;
  --btn-hover-bg: #e95732;
  --btn-hover-color: #ffffff;
}

.btn.btn--light,
.btn.btn--outline-dark-light {
  --btn-bg: var(--light);
  --btn-color: var(--dark);
  --btn-hover-bg: #e5dbce;
  --btn-hover-color: var(--dark);
}

.btn.btn--white {
  --btn-bg: #ffffff;
  --btn-color: var(--dark);
  --btn-hover-bg: #f7f3ed;
  --btn-hover-color: var(--dark);
}

.btn.btn--secondary {
  --btn-bg: #cccccc;
  --btn-color: #ffffff;
  --btn-hover-bg: #b3b3b3;
  --btn-hover-color: #ffffff;
}

.btn.btn--yellow {
  --btn-bg: #f1b828;
  --btn-color: #ffffff;
  --btn-hover-bg: #e9b020;
  --btn-hover-color: #ffffff;
}

.btn.btn--outline-dark {
  --btn-bg: #ffffff;
  --btn-color: var(--dark);
  --btn-border-color: var(--dark);
  --btn-hover-bg: var(--dark);
  --btn-hover-color: #ffffff;
  --btn-hover-border-color: var(--dark);
}

.btn.btn--whatsapp {
  margin-top: 16px;
}

.btn .btn__arrow {
  width: 12px;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--form-control-border-color);
  min-height: var(--form-control-min-height);
  padding: var(--form-control-padding);
  background-color: var(--form-control-bg);
  font-family: var(--form-control-font-family);
  font-size: var(--form-control-font-size);
  color: var(--body-color);
  border-radius: var(--form-control-border-radius);
}

.form-control:focus {
  --form-control-border-color: var(--dark);
}

.form-control::-webkit-input-placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

.form-control::-moz-placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

.form-control:-ms-input-placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

.form-control::-ms-input-placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

.form-control::placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

.form-control::-webkit-input-placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

.form-control::-moz-placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

.form-control::-ms-placeholder {
  color: var(--form-control-placeholder-color);
  opacity: var(--form-control-placeholder-opacity);
}

select.form-control {
  background-image: var(--form-control-arrow);
  background-position: center right 16px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

textarea.form-control {
  --form-control-border-radius: 12px;
}

.form-inline {
  --form-control-line-height: 1;
  --form-control-padding: 0;
  --form-control-min-height: 20px;
  --form-control-bg: transparent;
  --form-control-border-radius: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-inline .form-group {
  border-radius: 12px;
  background-color: #fff;
  padding: 20px;
}

.form-inline .form-label {
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 8px !important;
}

.form-inline .form-control {
  border: none;
}

.form-inline .btn {
  border-radius: 12px;
}

.switch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 64px;
  height: 32px;
  border-radius: 100px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><defs><filter id="shadow" x="-50%" y="-50%" width="200%" height="200%"><feDropShadow dx="0" dy="4" stdDeviation="3" flood-color="rgba(0, 0, 0, 0.1)" /></filter></defs><circle r="3" fill="%23F5F5F5" filter="url(%23shadow)" /></svg>');
  background-color: var(--light);
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.15s ease-in-out;
  -o-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
  background-size: contain;
  cursor: pointer;
}

.switch input:checked {
  background-position: right center;
}

/*!
 *	Components
 * ----------------------------------------------- */

/* Avatar */
.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
}

.avatar .avatar__image {
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 100px;
  background-color: var(--accent);
}

.avatar .avatar__image > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Cards */
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.card {
  --card-spacer: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.card.card--shadow {
  -webkit-box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.card .card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--card-spacer) var(--card-spacer) 0;
}

.card .card__head + .card__image {
  padding-top: 20px;
}

.card .card__body {
  padding: var(--card-spacer);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card .card__body .card__body__top {
  padding-bottom: 40px;
}

.card .card__body .card__body__bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.aspect-1 > * {
  height: initial;
}

.card .card__image > *,
[class^='aspect-'] > *,
[class*=' aspect-'] > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.card .card__foot {
  padding: 0 var(--card-spacer) var(--card-spacer);
}

.card.card--v.card--event {
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.card.card--v.card--event:hover {
  background-color: #f1b828;
}

.card.card--v.card--event .card__body .card__body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card.card--v.card--pass {
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.card.card--v.card--pass:hover {
  background-color: #f1b828;
}

.card.card--stories {
  background-color: var(--light);
}

.card.card--quick {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}

.card.card--quick:hover {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.card.card--team .card__image,
.card.card--quick .card__image {
  padding: var(--card-spacer);
}

.card.card--quick .card__body {
  padding-top: 0;
}

.card.card--event:not(.card--v) .card__image > * {
  border-radius: 50%;
}

.card.card--team {
  --card-spacer: 16px;
}

.card.card--team .card__image {
  padding-bottom: 0;
}

.card.card--team .card__image > * {
  border-radius: 50%;
}

.card.card--team .card__body {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.card.card--team .card__body img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24px;
  margin-bottom: 10px;
}

/* Collapse */
.collapse {
  --collapse-spacer: 20px;
}

.collapse .collapse__item {
  border-radius: 12px;
  background-color: var(--light);
}

.collapse .collapse__head {
  padding: var(--collapse-spacer);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.collapse .collapse__head svg {
  width: 20px;
  height: 20px;
}

.collapse .collapse__body {
  display: none;
  padding: 0 var(--collapse-spacer) var(--collapse-spacer);
}

.collapse .collapse__body .section__content {
  margin-left: initial;
}

/* Modal */
.modal-open {
  overflow: hidden;
  /* padding-right: 17px; */
}

.modal.show,
.modal .modal__dialog.show {
  visibility: visible;
  opacity: 1;
}

.modal .modal__dialog.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(204, 204, 204, 0.8);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  /* -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; */
  padding: 0 16px;
  overflow: auto;
}

.modal .btn.btn--lg,
.wc-body .btn.btn--lg,
.buy-form .btn.btn--lg {
  font-size: 1rem;
}

.modal .modal__container,
.modal .modal__dialog .close {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .modal__container {
  margin: 40px 0;
  min-height: calc(100% - 80px);
}

.modal .modal__dialog {
  max-width: var(--modal-dialog-max-width);
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  /* -webkit-transform: translateY(64px);
  -ms-transform: translateY(64px);
  transform: translateY(64px);
  -webkit-transition: all 0.25s ease-in-out 0.15s;
  -o-transition: all 0.25s ease-in-out 0.15s;
  transition: all 0.25s ease-in-out 0.15s; */
  max-height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #363d40;
  overflow: hidden;
}

.modal .modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--modal-padding);
}

.modal .modal__title {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70%;
  -ms-flex-item-align: center;
  align-self: center;
}

.modal .modal__head .close {
  width: var(--modal-close-size);
  height: var(--modal-close-size);
  border-radius: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--light);
}

.modal .modal__head .close:hover {
  background-color: #e5dbce;
}

.modal .modal__head .close > * {
  width: var(--modal-close-icon-size);
  height: var(--modal-close-icon-size);
}

.modal .modal__body {
  padding: 0 var(--modal-padding) 40px var(--modal-padding);
}

.modal .modal__thank {
  padding-top: 40px;
}

.modal .modal__thank h2 {
  margin-bottom: 40px;
}

/* Pagination */
.pagination {
  margin-top: 20px;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--heading-font-family);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  line-height: 40px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.pagination a.active {
  background-color: var(--secondary);
  color: #ffffff;
}

/* Tabs */
.tab-wrap {
  position: relative;
}

.tab-btn {
  --btn-bg: var(--accent);
  --btn-color: #ffffff;
  --btn-hover-bg: #55432f;
  --btn-hover-color: #ffffff;
  --btn-padding: 0 20px !important;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 12px;
}

.tab {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 12px;
  margin: 8px 0 0;
  z-index: 10;
  background-color: var(--accent);
  padding: 20px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.tab:not(.show) {
  opacity: 0;
  visibility: hidden;
}

.tab .tab__item:not(:first-child) {
  margin-top: 8px;
}

.tab .tab__link {
  --link-color: #ffffff;
  display: block;
  padding: 14px 20px;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--secondary);
  border-radius: 10px;
}

.tab .tab__link.active {
  --link-color: #ffffff;
  --link-hover-color: #ffffff;
  border-color: var(--primary);
  background-color: var(--primary);
}

.tab-pane {
  display: none;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.tab-pane.active {
  display: block;
}

.tab-pane:not(.show) {
  opacity: 0;
}

/* Swiper */
.slide-3 {
  overflow: visible;
}

.swiper-visible {
  overflow: visible !important;
}

.swiper-slide {
  height: initial;
}

.swiper-button {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: calc(0.5 * var(--gutter-x));
  bottom: calc(0.5 * var(--gutter-x));
}

.swiper-button > * {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  margin-top: initial;
  width: 120px;
  height: 120px;
  max-width: 6.5vw;
  max-height: 6.5vw;
  border-radius: 120px;
  background-color: #fff;
  color: var(--dark);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.swiper-button > *:after {
  display: none;
}

.swiper-button > * svg {
  width: 32px;
  height: 44px;
}

.swiper-pagination {
  --swiper-pagination-color: var(--secondary);
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: relative;
  top: initial !important;
  bottom: initial !important;
  margin-top: 16px;
}

/*!
 *	Header
 * ----------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 16px;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.header-container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 200px;
  padding: 8px;
}

.header-right {
  margin-left: auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-left: 20px;
}

.header-right .avatar .avatar__image {
  width: 48px;
}

.navbar {
  --link-color: var(--dark);
  --link-hover-color: var(--primary);

  font-family: var(--heading-font-family);
  display: none;
  position: absolute;
  top: 100%;
  left: calc(0.5 * var(--gutter-x));
  right: calc(0.5 * var(--gutter-x));
  background-color: #ffffff;
  padding: 40px 20px;
  z-index: 100;
  max-height: calc(100vh - 110px);
  overflow: auto;
  border-radius: 40px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.navbar > ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar > ul > li:not(:first-child) {
  margin-top: 20px;
}

.navbar > ul > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.navbar > ul > li:hover > a,
.navbar > ul > li:hover > a:hover,
.navbar > ul > li > a.active,
.navbar > ul > li.current_page_item > a,
.navbar > ul > li.current-menu-ancestor > a {
  color: var(--link-hover-color);
}

.menu-item-has-children,
.menu-item-has-children > a {
  position: relative;
}

.menu-item-has-children {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

.sub-menu-handler {
  margin-left: auto;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24" fill="%23262626"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
}

.menu-item-has-children > .sub-menu-handler.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-menu {
  display: none;
  padding-top: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 16px 0 0;
  margin: 0;
  list-style: none;
}

.sub-menu li a {
  --link-hover-color: var(--primary);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 24px;
  white-space: nowrap;
}

.indicator {
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 100px;
  height: 64px;
  background-color: var(--primary);
}

#hamburger {
  border: none;
  position: relative;
  margin-left: auto;
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding: 0;
  border-radius: 64px;
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#hamburger > * {
  position: relative;
  width: 24px;
  height: 20px;
}

#hamburger span:before,
#hamburger span:after {
  content: '';
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: var(--hamburger-line-bg);
  display: block;
  border-radius: 3px;
}

#hamburger span,
#hamburger span:after {
  top: 9px;
}

#hamburger span:before {
  top: -9px;
}

#hamburger.active span {
  background-color: transparent;
}

#hamburger.active span:after,
#hamburger.active span:before {
  top: 0;
}

#hamburger.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brand {
  display: inline-block;
  height: auto;
  margin-left: 16px;
}

.brand > * {
  max-width: 100%;
  max-height: 100%;
}

#intro {
  --heading-color: #ffffff;

  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--accent);
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

#intro:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 2;
}

#intro .container {
  position: relative;
  z-index: 3;
}

.intro-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.intro-subtitle {
  text-transform: uppercase;
  display: block;
}

.announcement {
  --heading-font-family: var(--body-font-family);
  --heading-font-weight: 200;
  --heading-color: #ffffff;

  background-color: #a0825f;
  color: #ffffff;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.announcement > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.announcement .announcement__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.announcement .announcement__wrap span {
  padding-right: 32px;
  white-space: nowrap;
  -webkit-animation: marquee 35s linear infinite;
  animation: marquee 35s linear infinite;
}

.announcement a {
  color: #ffffff;
}

.announcement [data-close-announcement] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.gallery .swiper-button,
#explore_swiper .swiper-button {
  right: 0;
  bottom: 0;
}

#explore_swiper .card.card--v .card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#explore_swiper .card.card--v .card__body .card__body__top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#stories_swiper h4 {
  font-family: var(--body-font-family);
  font-weight: 200;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  max-height: calc(1.2em * 6);
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.partner-logos {
  padding: 2rem 1rem;
  background-color: var(--light);
}

.partner-logos .swiper-wrapper {
  align-items: center;
}

/*!
 *	Inner pages
 * ----------------------------------------------- */

.under-header {
  margin-top: 100px;
}

#hero_swiper .swiper-slide {
  overflow: hidden;
}

#hero_swiper .swiper-slide > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .hero__image,
.gallery .gallery__image {
  border-radius: 12px;
  width: 100%;
}

.hero .hero__image > * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .hero__image {
  aspect-ratio: 5 / 4;
  overflow: hidden;
}

.gallery .gallery__image {
  position: relative;
}

.gallery .gallery__image,
.gallery .gallery__image > img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery .gallery__image > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery .gallery__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: #ffffff;
  font-family: var(--body-font-family);
  font-weight: 200;
}

.amenity {
  margin-top: 20px;
  margin-bottom: 20px;
}

.amenity .amenity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.amenity:not(.show) .amenity__item:nth-child(n + 7) {
  display: none;
}

.amenity .amenity__item img {
  width: 44px;
  height: 44px;
}

.cta {
  --heading-margin-bottom: 24px;

  border-radius: 12px;
  background-color: var(--primary);
  padding: 64px 20px;
}

.cta .cta__content {
  max-width: 680px;
  width: 100%;
}

.inner-hero {
  height: 100svh;
  position: relative;
  padding-top: 160px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-hero .card {
  max-width: 800px;
  width: 100%;
}

.inner-hero .card .card__body,
.inner-hero .card .card__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-hero .card .card__body .h2,
.inner-hero .card .card__foot .h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}

.inner-hero .card .card__body .event-icon {
  max-width: 80px;
}

.inner-hero .card .card__foot {
  --btn-padding: 0 20px;
}

.inner-hero .card .card__foot .btn {
  height: var(--btn-line-height);
}

.modal .btn {
  font-size: 1rem;
}

.row.row--form .switch {
  margin-top: 8px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.row.row--form .switch input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.row.row--form .switch label {
  padding-right: 16px;
}

.otp-form {
  max-width: 680px;
}

.otp-form .otp-form__input {
  --form-control-padding: 8px;
  --form-control-border-radius: 12px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  gap: 8px;
}

.otp-form .otp-form__input .form-control {
  text-align: center;
}

.otp-form .otp-form__text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.regen-content {
  margin-right: initial !important;
}

.member-name {
  font-family: var(--heading-font-family);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  line-height: 1.25;
}

.team-members .section__title {
  margin-bottom: 32px;
}

.team-members .section__title:not(:first-child) {
  margin-top: 24px;
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.member .member__hero {
  aspect-ratio: 5 / 4;
  overflow: hidden;
}

.member .member__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member .member__content {
  --modal-padding: 24px;
}

.member .member__content .modal__head .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.member .member__content .modal__title {
  width: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.member .member__content .modal__body {
  padding-bottom: var(--modal-padding);
}

.blog-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.blog-avatar .avatar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#explore {
  --explore-control-size: 48px;
  --explore-padding: 20px;
  --explore-gap: 8px;
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

#explore_map {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
}

#explore_map.slide-down-out {
  -webkit-animation: slideDownOut 500ms ease forwards;
  animation: slideDownOut 500ms ease forwards;
}

#explore_map.slide-up-in {
  -webkit-animation: slideUpIn 500ms ease forwards;
  animation: slideUpIn 500ms ease forwards;
}

#explore_map.slide-up-out {
  -webkit-animation: slideUpOut 500ms ease forwards;
  animation: slideUpOut 500ms ease forwards;
}

#explore_map.slide-down-in {
  -webkit-animation: slideDownIn 500ms ease forwards;
  animation: slideDownIn 500ms ease forwards;
}

@-webkit-keyframes slideDownIn {
  from {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideDownIn {
  from {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideDownOut {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
}

@keyframes slideDownOut {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0;
  }
}

@-webkit-keyframes slideUpIn {
  from {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideUpIn {
  from {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideUpOut {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes slideUpOut {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

#explore_controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: var(--explore-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: var(--explore-gap);
  width: 100%;
}

.explore-control,
.explore-floor-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: var(--explore-control-size);
  border-radius: 120px;
  background-color: #fff;
  color: var(--dark);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.explore-control {
  width: var(--explore-control-size);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.explore-control.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.explore-control > * {
  max-width: 30%;
}

.explore-floor-name {
  padding-left: 24px;
  padding-right: 24px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

#floor_name {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-link {
  cursor: pointer;
}

.map,
.map-link .map-link__bg {
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.map-link.active .map-link__bg {
  stroke-width: 1;
  stroke: var(--dark);
}

.map-blue.disabled,
.map-green.disabled,
.map-orange.disabled {
  fill: #cccccc;
}

.map-yellow.disabled {
  fill: #ece6df;
}

#explore_content {
  --card-max-width: 540px;
  width: 100%;
  position: fixed;
  left: -100%;
  top: var(--top);
  bottom: var(--bottom);
  z-index: 100;
  overflow: auto;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  -webkit-transition: left 500ms;
  -o-transition: left 500ms;
  transition: left 500ms;
  pointer-events: none;
}

#explore_content.show {
  left: 0;
}

#explore_content > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}

#explore_content .card {
  height: initial;
  position: relative;
  width: 100%;
  max-width: var(--card-max-width);
  pointer-events: fill;
}

#explore_content .card .card__body {
  padding-left: 24px;
  padding-right: 24px;
}

#explore_content .card .card__foot {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  text-transform: uppercase;
}

#explore_content .card .card__foot *.disabled {
  opacity: 0.5;
}

#explore_close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#explore_close svg {
  width: 16px;
  height: 16px;
}

/*!
 *	Footer
 * ----------------------------------------------- */
#footer {
  /* --heading-line-height: 1.15; */
  background-color: var(--accent);
  padding-top: 40px;
  padding-bottom: 12px;
}

#footer .card .card__body {
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .card .card__body > .footer-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-row {
  --gutter-y: 40px;
}

.footer-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link li:not(:first-child) {
  margin-top: 4px;
}

.newsletter p {
  --form-control-border-radius: 100px;
  --form-control-bg: #f5f5f5;
  --form-control-padding: 10px 20px;
  --form-control-placeholder-color: #cbcbcb;
  --form-control-min-height: 48px;
  --form-control-placeholder-opacity: 1;
  --btn-padding: 0;
  --btn-bg: #006eb6;
  --btn-border-color: #006eb6;
  --btn-hover-bg: #07639f;
  --btn-hover-border-color: #07639f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  align-items: start;
}
.newsletter .wpcf7-form-control-wrap {
  width: 100%;
}
.newsletter .btn {
  text-indent: -1000px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--btn-line-height);
  background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.121281 8.632V6.544H13.4893L8.64128 1.888L10.0333 0.472L17.1613 7.6L10.0333 14.704L8.64128 13.312L13.5133 8.632H0.121281Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.bnz {
  padding-top: 12px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bnz a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
}

.bg-light .btn-group .btn.btn--white {
  --btn-hover-bg: var(--secondary);
  --btn-hover-color: #ffffff;
}

.bg-light .event-filters.btn-group .btn.btn--white.active {
  --btn-bg: var(--secondary);
  --btn-color: #ffffff;
  --btn-hover-bg: var(--secondary);
  --btn-hover-color: #ffffff;
}

/*!
 *	Responsive
 * ----------------------------------------------- */
@media (min-width: 480px) {
  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}

@media (min-width: 576px) {
  body {
    --container-width: 540px;
    --section-padding-y: 40px;
    --gutter-x: 80px;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  body {
    --container-width: 720px;

    --modal-padding: 40px;
    --modal-close-size: 64px;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .section .section__head-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .btn-stack {
    gap: 16px;
  }

  .btn.btn--outline-dark-light {
    --btn-bg: #ffffff;
    --btn-color: var(--dark);
    --btn-border-color: var(--dark);
    --btn-hover-bg: var(--dark);
    --btn-hover-color: #ffffff;
    --btn-hover-border-color: var(--dark);
  }

  .card.card--v {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card.card--v .card__body,
  .card.card--v .card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .card.card--v .card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.card--v .card__body .card__body__top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card .card__body .card__body__bottom .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .swiper-pagination {
    --swiper-pagination-bullet-size: 16px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
  }

  .modal .modal__body {
    padding-bottom: 64px;
  }

  .switch input {
    height: 40px;
    width: 80px;
  }

  .row.row--form {
    --gutter-x: 40px;
  }

  .modal .btn {
    font-size: 1.25rem;
  }

  .cta {
    padding: 80px 40px;
  }

  .inner-hero {
    height: initial;
    min-height: 800px;
    padding-bottom: 40px;
  }

  .inner-hero .card .card__body .event-icon {
    max-width: 120px;
  }

  .inner-hero .card .card__foot {
    --btn-padding: 0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-hero .card .card__foot .h5 {
    width: 28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .otp-form .otp-form__input {
    --form-control-min-height: 80px;
    gap: 20px;
  }

  .otp-form .otp-form__text {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .otp-form .otp-form__btn .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .modal .modal__thank {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .member-name {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  #explore {
    --explore-gap: 20px;
    --explore-padding: 40px;
    --explore-control-size: 64px;
  }

  .explore-floor-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 320px;
  }

  .partner-logos {
    padding: 10rem 1rem 3rem;
  }

  .partner-logos .swiper-wrapper {
    margin-bottom: 7rem;
  }
}

@media (min-width: 992px) {
  body {
    --container-width: 960px;
    --btn-line-height: 56px;
    --btn-font-size: 1.25rem;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  h5,
  .h5,
  .modal .btn.btn--lg,
  .wc-body .btn.btn--lg,
  .buy-form .btn.btn--lg {
    font-size: calc(var(--heading-font-size-base) * 1.25);
  }

  .collapse {
    --collapse-spacer: 40px;
  }

  .collapse .collapse__head svg {
    width: initial;
    height: initial;
  }

  .btn.btn--lg {
    --btn-padding: 0 64px;
    --btn-line-height: 80px;
  }

  .btn.btn--whatsapp {
    margin-top: 24px;
  }

  .btn.btn--mobile-block {
    width: initial;
  }

  .btn .btn__arrow {
    width: 16px;
  }

  .form-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-inline .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-inline .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .card {
    --card-spacer: 40px;
  }

  .card .card__head + .card__image {
    padding-top: 24px;
  }

  .card.card--quick .card__image {
    padding-bottom: 24px;
  }

  .swiper-pagination {
    margin-top: 24px;
  }

  .newsletter p {
    --form-control-min-height: 60px;
  }

  .newsletter .btn {
    background-image: url('data:image/svg+xml,<svg width="18" height="15" viewBox="0 0 18 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.121281 8.632V6.544H13.4893L8.64128 1.888L10.0333 0.472L17.1613 7.6L10.0333 14.704L8.64128 13.312L13.5133 8.632H0.121281Z" fill="%23ffffff"/></svg>');
  }

  .hero .hero__image {
    aspect-ratio: 23 / 9;
  }

  .amenity {
    margin-bottom: 40px;
  }

  .tab-btn {
    display: none;
  }

  .tab {
    position: relative;
    top: initial;
    left: initial;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    scrollbar-color: var(--accent) transparent;
  }

  .tab .tab__item {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  .tab .tab__item:not(:first-child) {
    margin-top: 0;
  }

  .tab .tab__link {
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: transparent;
    color: var(--dark);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 62px;
  }

  .tab .tab__link.active {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
  }

  .pagination {
    margin-top: 40px;
  }

  .pagination a {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }

  .modal .modal__title {
    width: 40%;
  }

  .team-members .section__title {
    margin-bottom: 40px;
  }

  .team-members .section__title:not(:first-child) {
    margin-top: 80px;
  }

  .member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .member .member__hero,
  .member .member__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .member .member__hero {
    aspect-ratio: initial;
  }

  .member .member__content .modal__head .close {
    position: relative;
    top: initial;
    right: initial;
  }

  .member .member__content .modal__title {
    padding-right: 24px;
  }

  .mb-40 {
    margin-bottom: 40px !important;
  }

  .mb-64 {
    margin-bottom: 64px !important;
  }

  .bnz {
    padding-right: 60px;
  }

  #explore_controls {
    --explore-control-size: 120px;
  }

  .explore-control,
  .explore-floor-name {
    max-height: 6.5vw;
  }

  .explore-control {
    max-width: 6.5vw;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 12px;
  }

  body {
    --container-width: 1280px;
    --form-control-font-size: 1.5rem;

    --modal-close-size: 100px;
    --modal-close-icon-size: 24px;
  }

  h1,
  .h1 {
    font-size: calc(var(--heading-font-size-base) * 5.5);
    line-height: 5.75rem;
  }

  h2,
  .h2,
  .wc-otp-modal h3 {
    font-size: calc(var(--heading-font-size-base) * 3.75);
    line-height: 4rem;
  }

  h3,
  .h3 {
    font-size: calc(var(--heading-font-size-base) * 2.5);
    line-height: 2.75rem;
  }

  h4,
  .h4 {
    line-height: 2.25rem;
  }

  h4,
  .h4,
  .btn.btn--lg {
    font-size: calc(var(--heading-font-size-base) * 2);
  }

  h5,
  .h5,
  .modal .btn.btn--lg,
  .wc-body .btn.btn--lg,
  .buy-form .btn.btn--lg {
    font-size: calc(var(--heading-font-size-base) * 1.5);
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .header-right .avatar .avatar__image {
    width: 64px;
  }

  .navbar {
    margin-top: 0;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    width: initial;
    background-color: transparent;
    padding: 0;
    display: block;
    max-height: initial;
    overflow: visible;
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
  }

  .navbar > ul > li:not(:first-child) {
    margin-top: initial;
  }

  .navbar > ul > li > a {
    --link-hover-color: #fff;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 24px;
    padding: 20px 16px;
    text-align: center;
  }

  .sub-menu-handler {
    margin-left: 4px;
  }

  .menu-item-has-children > a:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 16px;
  }

  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: initial;
    min-width: 320px;
    margin-top: 16px;
    background-color: #fff;
    padding: 36px 20px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    display: block;
  }

  .sub-menu-handler {
    display: none;
  }

  .sub-menu li a {
    padding-left: 0;
    padding-right: 0;
  }

  .indicator {
    left: var(--indicator-offset-x);
    width: var(--indicator-width);
    opacity: var(--indicator-opacity);
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
  }

  #hamburger {
    display: none;
  }

  .brand {
    height: 48px;
    margin-left: 28px;
    margin-right: 28px;
  }

  .under-header {
    margin-top: 120px;
  }

  .section .section__head {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .section .section__head .h4:not(:first-child) {
    margin-top: 24px;
  }

  .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card-list {
    gap: 24px;
  }

  .card.card--v.card--event .card__body .card__body__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .card.card--v.card--event .card__body .card__body__bottom h2 {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
  }

  .card.card--v.card--event .card__body .card__body__bottom .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .form-inline {
    gap: 12px;
    margin-bottom: 40px;
  }

  .slide-3 {
    overflow: hidden;
  }

  .hero .swiper-pagination {
    display: none;
  }

  .modal .btn {
    font-size: 1.5rem;
  }

  .otp-form .otp-form__input {
    --form-control-min-height: 100px;
  }

  .card.card--team {
    --card-spacer: 32px;
  }

  .card.card--team .card__body {
    padding-top: 24px;
  }

  .card.card--team .card__body img {
    width: 32px;
  }

  .member-name {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .member .member__content {
    --modal-padding: 40px;
  }

  #explore_content {
    --card-max-width: 360px;
    bottom: 40px;
  }

  #explore_content .aspect-3x2 {
    aspect-ratio: 2 / 1;
  }

  .modal .btn.btn--lg,
  .wc-body .btn.btn--lg,
  .buy-form .btn.btn--lg {
    --btn-line-height: 64px;
  }
}

@media (min-width: 1400px) {
  /* html {
    font-size: 12px;
  } */

  #explore_content {
    --card-max-width: 480px;
  }

  #explore_content .aspect-3x2 {
    aspect-ratio: 3 / 2;
  }

  #explore_close {
    top: 24px;
    right: 24px;
  }

  .gallery .gallery__content {
    padding: 40px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }

  body {
    --btn-line-height: 64px;
    --btn-font-size: 1.5rem;

    --modal-dialog-max-width: 1440px;
    --modal-close-size: 120px;
  }

  .btn-stack {
    gap: 24px;
  }

  .btn.btn--lg {
    --btn-line-height: 116px;
  }

  .btn .btn__arrow {
    width: 18px;
  }

  .form-inline {
    gap: 20px;
  }

  .avatar .avatar__image {
    width: 60px;
  }

  .section .section__title {
    margin-bottom: 64px;
  }

  .tab .tab__link {
    line-height: 70px;
  }

  .pagination a {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .newsletter {
    --form-control-min-height: 64px;
  }

  .otp-form .otp-form__input {
    --form-control-min-height: 120px;
  }

  .switch input {
    height: 56px;
    width: 112px;
  }

  .card.card--team .card__body img {
    width: 60px;
  }

  .bnz {
    padding-right: 64px;
  }

  #explore_content {
    --card-max-width: 560px;
  }

  #explore_close svg {
    width: 24px;
    height: 24px;
  }

  /* .gallery .gallery__content {
    padding: 40px;
  } */
}

/* WooCommerce My Account Navigation */

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: right;
  gap: 16px;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--body-color);
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
}

.woocommerce-MyAccount-navigation li a:hover {
  background-color: var(--light);
  border-color: var(--primary);
  color: var(--primary);
}

.woocommerce-MyAccount-navigation li.is-active a {
  background-color: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  font-weight: 600;
}

.woocommerce-MyAccount-navigation li.is-active a:hover {
  background-color: rgba(255, 103, 64, 0.9);
}

.my-account-profile {
  display: flex;
  align-items: center;
  gap: 32px;
}

.my-account-profile img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.my-account-profile .profile-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ql-bookings-container {
  margin-bottom: 20px;
}
.ql-bookings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ql-tabs {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.ql-tab {
  padding: 8px 15px;
  background: #f1f1f1;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
}

.ql-tab.active {
  background: #000;
  color: #fff;
}

.ql-card {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.ql-head {
  display: flex;
  gap: 16px;
}
.ql-top-cat {
  background-color: var(--light);
  padding: 2px 16px;
  border-radius: 20px;
}

/* WooCommerce Account Page Default Styles */
.woocommerce-account {
  padding: 40px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 32px;
}

/* Form Styling */
.woocommerce-account form {
  margin-bottom: 32px;
}

.woocommerce-account form legend {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--heading-color);
  border-bottom: 2px solid var(--primary);
  padding-bottom: 12px;
}

.woocommerce-account .form-row {
  margin-bottom: 16px;
}

.woocommerce-account .form-row label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--body-color);
  font-size: 0.875rem;
}

.woocommerce-account .form-row input[type='text'],
.woocommerce-account .form-row input[type='email'],
.woocommerce-account .form-row input[type='password'],
.woocommerce-account .form-row input[type='tel'],
.woocommerce-account .form-row textarea,
.woocommerce-account .form-row select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 0.875rem;
  font-family: var(--body-font-family);
  transition: border-color 0.3s ease;
}

.woocommerce-account .form-row input[type='text']:focus,
.woocommerce-account .form-row input[type='email']:focus,
.woocommerce-account .form-row input[type='password']:focus,
.woocommerce-account .form-row input[type='tel']:focus,
.woocommerce-account .form-row textarea:focus,
.woocommerce-account .form-row select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 103, 64, 0.1);
}

/* Button Styling */
.woocommerce-account button.button {
  padding: 12px 32px;
  background-color: var(--primary);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--body-font-family);
}

.woocommerce-account button.button:hover {
  background-color: rgba(255, 103, 64, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 103, 64, 0.3);
}

/* Field Group Wrapper */
/* .woocommerce-account .form-row-wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
} */

.woocommerce-account .form-row-first {
  margin-right: 0;
}

.woocommerce-account .form-row-last {
  margin-left: 0;
}

/* Messages and Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-notice {
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  border-left: 4px solid;
}

.woocommerce-message {
  background-color: #f0f8f4;
  color: #0b7b41;
  border-left-color: #0b7b41;
}

.woocommerce-error {
  background-color: #fef5f5;
  color: #c1294c;
  border-left-color: #c1294c;
}
.customer-login-edit-form,
.customer-login-form {
  max-width: 500px;
  margin: 0 auto 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-account {
    padding: 24px 0;
  }

  .woocommerce-account .form-row-wide {
    grid-template-columns: 1fr;
  }

  .woocommerce-account form legend {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .woocommerce-MyAccount-navigation ul {
    gap: 8px;
    justify-content: left;
  }
  .woocommerce-MyAccount-navigation li a {
    padding: 6px 10px;
  }
  .ql-bookings-header {
    flex-direction: column;
    align-items: stretch;
  }
  .ql-bookings-header h3 {
    margin: 12px 0 4px;
  }
  .ql-tab {
    font-size: 0.875rem;
    padding: 6px 8px;
  }
  .ql-card {
    flex-direction: column;
    gap: 12px;
  }
}

.partner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}
