/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./themes/carre-dor-theme/src/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link.screen-reader-text:focus {
  position: absolute;
  width: auto;
  height: auto;
  clip: auto;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0.75rem 1.25rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.jb-heading-h1 {
  font-size: var(--wp--preset--font-size--3-xl);
  margin-bottom: 3rem;
}

.jb-section {
  padding-block: 5rem;
}
.jb-section--flush-top {
  padding-top: 0;
}
.jb-section--flush-bottom {
  padding-bottom: 0;
}
.jb-section--alternate {
  background-color: var(--wp--preset--color--alternate);
}
.jb-section--dark {
  background-color: var(--wp--preset--color--primary);
}
.jb-section--dark h2, .jb-section--dark p {
  color: var(--wp--preset--color--white);
}
.jb-section--last {
  padding-bottom: 8rem;
}

:where(a):not(:where(.wp-block-breadcrumbs a)) {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--accent);
  text-decoration-thickness: 2px;
  font-size: inherit;
}

.jb-sidebar {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  isolation: isolate;
  z-index: 9999;
  color: var(--wp--preset--color--navy-blue);
}
@media (min-width: 1024px) {
  .jb-sidebar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 3px 3px 6px rgba(0, 0, 0, 0.06);
  }
  body.admin-bar .jb-sidebar {
    top: calc(0 + 46px);
  }
}
@media (min-width: 1024px) and (min-width: 783px) {
  body.admin-bar .jb-sidebar {
    top: calc(0 + 32px);
  }
}
.jb-sidebar__bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  gap: 1rem;
  padding: 1rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 3px 3px 6px rgba(0, 0, 0, 0.06);
  touch-action: manipulation;
}
.jb-sidebar__bar .wp-block-buttons {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .jb-sidebar__bar .wp-block-buttons {
    margin-inline: -1rem;
  }
  .jb-sidebar__bar .wp-block-buttons .jb-sidebar__cta {
    width: 100%;
  }
  .jb-sidebar__bar .wp-block-buttons .jb-sidebar__cta .wp-block-button__link {
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .jb-sidebar__bar {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    box-shadow: none;
  }
}
.jb-sidebar__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  aspect-ratio: 1;
  padding: 0.5rem;
  background-color: #fff;
  box-shadow: 0 12px 16px -14px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .jb-sidebar__logo {
    position: relative;
    width: 160px;
    align-self: center;
    box-shadow: none;
  }
}
.jb-sidebar__cta.wp-block-button {
  display: none;
}
@media (min-width: 768px) {
  .jb-sidebar__cta.wp-block-button {
    display: flex;
  }
}
.jb-sidebar__cta.wp-block-button.jb-sidebar__cta--mobile {
  display: flex;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .jb-sidebar__cta.wp-block-button.jb-sidebar__cta--mobile {
    display: none;
    margin-top: 0;
  }
}
.jb-sidebar__toggle {
  position: relative;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  touch-action: manipulation;
}
@media (min-width: 1024px) {
  .jb-sidebar__toggle {
    display: none;
  }
}
.jb-sidebar__toggle[aria-expanded=true] {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
body.admin-bar .jb-sidebar__toggle[aria-expanded=true] {
  top: calc(1rem + 46px);
}
@media (min-width: 783px) {
  body.admin-bar .jb-sidebar__toggle[aria-expanded=true] {
    top: calc(1rem + 32px);
  }
}
.jb-sidebar__toggle-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}
.jb-sidebar__toggle-bar:nth-child(1) {
  top: 0;
}
.jb-sidebar__toggle-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.jb-sidebar__toggle-bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.jb-sidebar__toggle[aria-expanded=true] .jb-sidebar__toggle-bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.jb-sidebar__toggle[aria-expanded=true] .jb-sidebar__toggle-bar:nth-child(2) {
  opacity: 0;
}
.jb-sidebar__toggle[aria-expanded=true] .jb-sidebar__toggle-bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.jb-sidebar__panel {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 80px 1rem 1rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  min-width: 280px;
  max-width: min(320px, 90vw);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s ease;
  overflow-y: auto;
}
.jb-sidebar__panel:focus {
  outline: none;
}
body.admin-bar .jb-sidebar__panel {
  top: calc(0 + 46px);
}
@media (min-width: 783px) {
  body.admin-bar .jb-sidebar__panel {
    top: calc(0 + 32px);
  }
}
.jb-sidebar__panel--open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
}
@media (prefers-reduced-motion: reduce) {
  .jb-sidebar__panel {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .jb-sidebar__panel {
    position: static;
    width: auto;
    min-width: 0;
    max-width: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    box-shadow: none;
    z-index: auto;
    padding-top: 1rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.jb-sidebar .wp-block-navigation {
  flex: 1;
  text-transform: uppercase;
  font-weight: 500;
  gap: 0;
}
.jb-sidebar .wp-block-navigation-item {
  padding: 0.5rem 0.625rem 0.25rem;
}
.jb-sidebar .wp-block-navigation-item a {
  position: relative;
  display: inline-block;
}
.jb-sidebar .wp-block-navigation-item a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--wp--preset--color--accent);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (min-width: 1024px) {
  .jb-sidebar .wp-block-navigation-item a:hover::after,
  .jb-sidebar .wp-block-navigation-item a:focus-visible::after {
    width: 100%;
  }
  .jb-sidebar .wp-block-navigation-item.has-child:has(> .wp-block-navigation-submenu__toggle[aria-expanded=true]) > a::after {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .jb-sidebar .wp-block-navigation {
    align-items: center;
  }
  .jb-sidebar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item {
    background-color: color-mix(in srgb, var(--wp--preset--color--accent) 12%, transparent);
    border-radius: 6px;
  }
  .jb-sidebar .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > a {
    color: var(--wp--preset--color--dark-navy-blue);
    font-weight: 500;
  }
}
.jb-sidebar .wp-block-navigation-item.has-child {
  position: relative;
  flex-wrap: wrap;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-submenu__toggle {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  color: var(--wp--preset--color--navy-blue) !important;
  cursor: pointer;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-submenu__toggle::before {
  content: "";
  position: absolute;
  inset: -0.75rem;
}
@media (min-width: 1024px) {
  .jb-sidebar .wp-block-navigation .wp-block-navigation-submenu__toggle {
    transform: rotate(-90deg);
  }
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-submenu__toggle svg {
  stroke: currentcolor !important;
  transform: none !important;
  transition: transform 0.25s ease;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-submenu__toggle[aria-expanded=true] svg {
  transform: rotate(180deg) !important;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-item__label {
  font-size: var(--wp--preset--font-size--sm);
}
.jb-sidebar .wp-block-navigation .wp-block-navigation__submenu-container {
  position: static !important;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  overflow: hidden !important;
  max-height: 0;
  opacity: 1;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  box-shadow: none;
  transition: none;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
  padding-left: 1.25rem;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  text-align: left;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  max-height: none !important;
  visibility: visible !important;
}
@media (hover: hover) and (max-width: 1023.98px) {
  .jb-sidebar .wp-block-navigation-item.has-child:hover > .wp-block-navigation-submenu__toggle:not([aria-expanded=true]) ~ .wp-block-navigation__submenu-container {
    max-height: 0 !important;
  }
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-item__content {
  padding: 0 !important;
}
.jb-sidebar .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item.wp-block-navigation-link {
  margin-right: auto;
}
.jb-sidebar .wp-block-navigation ul.wp-block-navigation-submenu {
  border: none;
}
.jb-sidebar .wp-block-navigation ul.wp-block-navigation-submenu .wp-block-navigation-item__label {
  color: var(--wp--preset--color--navy-blue);
  font-size: var(--wp--preset--font-size--sm);
}
@media (min-width: 1024px) {
  .jb-sidebar .wp-block-navigation .wp-block-navigation__submenu-container {
    position: absolute !important;
    display: flex;
    flex-direction: column;
    flex: initial;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    max-height: none;
    overflow: visible !important;
    width: 300px !important;
    background-color: #fff;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s ease;
  }
  .jb-sidebar .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding-left: 0.625rem;
    margin-right: auto;
  }
  .jb-sidebar .wp-block-navigation .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    z-index: 2;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }
}
.jb-sidebar__contact-details {
  list-style: none;
  padding: 0;
  font-size: var(--wp--preset--font-size--md);
  text-align: center;
}
.jb-sidebar__contact-details li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.jb-sidebar__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jb-sidebar__badge-image {
  width: 72px;
  aspect-ratio: 1;
  margin: 0;
}
.jb-sidebar__badge-image img {
  display: block;
}
.jb-sidebar__badge-text {
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
}

.jb-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.jb-heading--luggage::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 21V7C8 6.07003 8 5.60504 8.10222 5.22354C8.37962 4.18827 9.18827 3.37962 10.2235 3.10222C10.605 3 11.07 3 12 3C12.93 3 13.395 3 13.7765 3.10222C14.8117 3.37962 15.6204 4.18827 15.8978 5.22354C16 5.60504 16 6.07003 16 7V13.5M16 17.5V21M6.8 21H17.2C18.8802 21 19.7202 21 20.362 20.673C20.9265 20.3854 21.3854 19.9265 21.673 19.362C22 18.7202 22 17.8802 22 16.2V11.8C22 10.1198 22 9.27976 21.673 8.63803C21.3854 8.07354 20.9265 7.6146 20.362 7.32698C19.7202 7 18.8802 7 17.2 7H6.8C5.11984 7 4.27976 7 3.63803 7.32698C3.07354 7.6146 2.6146 8.07354 2.32698 8.63803C2 9.27976 2 10.1198 2 11.8V16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21ZM12.8 17.5H17.7C17.98 17.5 18.12 17.5 18.227 17.4455C18.3211 17.3976 18.3976 17.3211 18.4455 17.227C18.5 17.12 18.5 16.98 18.5 16.7V14.3C18.5 14.02 18.5 13.88 18.4455 13.773C18.3976 13.6789 18.3211 13.6024 18.227 13.5545C18.12 13.5 17.98 13.5 17.7 13.5H12.8C12.52 13.5 12.38 13.5 12.273 13.5545C12.1789 13.6024 12.1024 13.6789 12.0545 13.773C12 13.88 12 14.02 12 14.3V16.7C12 16.98 12 17.12 12.0545 17.227C12.1024 17.3211 12.1789 17.3976 12.273 17.4455C12.38 17.5 12.52 17.5 12.8 17.5Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 21V7C8 6.07003 8 5.60504 8.10222 5.22354C8.37962 4.18827 9.18827 3.37962 10.2235 3.10222C10.605 3 11.07 3 12 3C12.93 3 13.395 3 13.7765 3.10222C14.8117 3.37962 15.6204 4.18827 15.8978 5.22354C16 5.60504 16 6.07003 16 7V13.5M16 17.5V21M6.8 21H17.2C18.8802 21 19.7202 21 20.362 20.673C20.9265 20.3854 21.3854 19.9265 21.673 19.362C22 18.7202 22 17.8802 22 16.2V11.8C22 10.1198 22 9.27976 21.673 8.63803C21.3854 8.07354 20.9265 7.6146 20.362 7.32698C19.7202 7 18.8802 7 17.2 7H6.8C5.11984 7 4.27976 7 3.63803 7.32698C3.07354 7.6146 2.6146 8.07354 2.32698 8.63803C2 9.27976 2 10.1198 2 11.8V16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21ZM12.8 17.5H17.7C17.98 17.5 18.12 17.5 18.227 17.4455C18.3211 17.3976 18.3976 17.3211 18.4455 17.227C18.5 17.12 18.5 16.98 18.5 16.7V14.3C18.5 14.02 18.5 13.88 18.4455 13.773C18.3976 13.6789 18.3211 13.6024 18.227 13.5545C18.12 13.5 17.98 13.5 17.7 13.5H12.8C12.52 13.5 12.38 13.5 12.273 13.5545C12.1789 13.6024 12.1024 13.6789 12.0545 13.773C12 13.88 12 14.02 12 14.3V16.7C12 16.98 12 17.12 12.0545 17.227C12.1024 17.3211 12.1789 17.3976 12.273 17.4455C12.38 17.5 12.52 17.5 12.8 17.5Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-heading--wifi::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 19.5H12.01M22.8064 8.70076C19.9595 6.09199 16.1656 4.5 11.9999 4.5C7.83414 4.5 4.04023 6.09199 1.19336 8.70076M4.73193 12.243C6.67006 10.5357 9.21407 9.5 12 9.5C14.7859 9.5 17.3299 10.5357 19.268 12.243M15.6983 15.7751C14.6792 14.9763 13.3952 14.5 11.9999 14.5C10.5835 14.5 9.28172 14.9908 8.25537 15.8116%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 19.5H12.01M22.8064 8.70076C19.9595 6.09199 16.1656 4.5 11.9999 4.5C7.83414 4.5 4.04023 6.09199 1.19336 8.70076M4.73193 12.243C6.67006 10.5357 9.21407 9.5 12 9.5C14.7859 9.5 17.3299 10.5357 19.268 12.243M15.6983 15.7751C14.6792 14.9763 13.3952 14.5 11.9999 14.5C10.5835 14.5 9.28172 14.9908 8.25537 15.8116%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-heading--mug::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077%27/><path d=%27M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077%27/><path d=%27M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5%27/></svg>");
}
.jb-heading--baby::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M6 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0%27/><path d=%27M16 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0%27/><path d=%27M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6%27/><path d=%27M6 9h14%27/><path d=%27M9 17l1 -3%27/><path d=%27M16 14l1 3%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M6 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0%27/><path d=%27M16 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0%27/><path d=%27M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6%27/><path d=%27M6 9h14%27/><path d=%27M9 17l1 -3%27/><path d=%27M16 14l1 3%27/></svg>");
}
.jb-heading--info::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 16V12M12 8H12.01M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 16V12M12 8H12.01M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-heading--key::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17 8.99994C17 8.48812 16.8047 7.9763 16.4142 7.58579C16.0237 7.19526 15.5118 7 15 7M15 15C18.3137 15 21 12.3137 21 9C21 5.68629 18.3137 3 15 3C11.6863 3 9 5.68629 9 9C9 9.27368 9.01832 9.54308 9.05381 9.80704C9.11218 10.2412 9.14136 10.4583 9.12172 10.5956C9.10125 10.7387 9.0752 10.8157 9.00469 10.9419C8.937 11.063 8.81771 11.1823 8.57913 11.4209L3.46863 16.5314C3.29568 16.7043 3.2092 16.7908 3.14736 16.8917C3.09253 16.9812 3.05213 17.0787 3.02763 17.1808C3 17.2959 3 17.4182 3 17.6627V19.4C3 19.9601 3 20.2401 3.10899 20.454C3.20487 20.6422 3.35785 20.7951 3.54601 20.891C3.75992 21 4.03995 21 4.6 21H7V19H9V17H11L12.5791 15.4209C12.8177 15.1823 12.937 15.063 13.0581 14.9953C13.1843 14.9248 13.2613 14.8987 13.4044 14.8783C13.5417 14.8586 13.7588 14.8878 14.193 14.9462C14.4569 14.9817 14.7263 15 15 15Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17 8.99994C17 8.48812 16.8047 7.9763 16.4142 7.58579C16.0237 7.19526 15.5118 7 15 7M15 15C18.3137 15 21 12.3137 21 9C21 5.68629 18.3137 3 15 3C11.6863 3 9 5.68629 9 9C9 9.27368 9.01832 9.54308 9.05381 9.80704C9.11218 10.2412 9.14136 10.4583 9.12172 10.5956C9.10125 10.7387 9.0752 10.8157 9.00469 10.9419C8.937 11.063 8.81771 11.1823 8.57913 11.4209L3.46863 16.5314C3.29568 16.7043 3.2092 16.7908 3.14736 16.8917C3.09253 16.9812 3.05213 17.0787 3.02763 17.1808C3 17.2959 3 17.4182 3 17.6627V19.4C3 19.9601 3 20.2401 3.10899 20.454C3.20487 20.6422 3.35785 20.7951 3.54601 20.891C3.75992 21 4.03995 21 4.6 21H7V19H9V17H11L12.5791 15.4209C12.8177 15.1823 12.937 15.063 13.0581 14.9953C13.1843 14.9248 13.2613 14.8987 13.4044 14.8783C13.5417 14.8586 13.7588 14.8878 14.193 14.9462C14.4569 14.9817 14.7263 15 15 15Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-heading--clock::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M20.4532 12.8928C20.1754 15.5027 18.6967 17.9484 16.2497 19.3612C12.1842 21.7084 6.98566 20.3155 4.63845 16.25L4.38845 15.817M3.54617 11.1071C3.82397 8.49723 5.30276 6.05151 7.74974 4.63874C11.8152 2.29153 17.0138 3.68447 19.361 7.74995L19.611 8.18297M3.49316 18.0659L4.22522 15.3339L6.95727 16.0659M17.0422 7.93398L19.7743 8.66603L20.5063 5.93398M11.9997 7.49995V12L14.4997 13.5%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M20.4532 12.8928C20.1754 15.5027 18.6967 17.9484 16.2497 19.3612C12.1842 21.7084 6.98566 20.3155 4.63845 16.25L4.38845 15.817M3.54617 11.1071C3.82397 8.49723 5.30276 6.05151 7.74974 4.63874C11.8152 2.29153 17.0138 3.68447 19.361 7.74995L19.611 8.18297M3.49316 18.0659L4.22522 15.3339L6.95727 16.0659M17.0422 7.93398L19.7743 8.66603L20.5063 5.93398M11.9997 7.49995V12L14.4997 13.5%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-heading--parking::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14%27/><path d=%27M10 16v-8h2.667c.736 0 1.333 .895 1.333 2s-.597 2 -1.333 2h-2.667%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14%27/><path d=%27M10 16v-8h2.667c.736 0 1.333 .895 1.333 2s-.597 2 -1.333 2h-2.667%27/></svg>");
}

.jb-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .jb-layout {
    flex-direction: row;
  }
}

.jb-layout__content {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .jb-layout__content {
    margin-left: 240px;
  }
}

.jb-footer__legal-inner, .jb-footer__corps, .jb-footer__perks-inner {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-inline: auto;
}

.jb-footer__legal, .jb-footer__perks {
  margin-inline: calc(-1 * var(--wp--preset--spacing--xl));
  padding-inline: var(--wp--preset--spacing--xl);
}

.jb-footer {
  container-type: inline-size;
  container-name: jb-footer;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  border-top: 3px solid var(--wp--preset--color--accent);
  padding-inline: var(--wp--preset--spacing--xl);
}
.jb-footer__perks {
  background-color: var(--wp--preset--color--alternate);
  padding-block: var(--wp--preset--spacing--sm);
}
.jb-footer__perks-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--lg);
}
.jb-footer__perks-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--wp--preset--color--primary);
}
.jb-footer__perks-item--rate::before {
  color: var(--wp--preset--color--accent);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M15.3333 8.27316C14.4487 7.48142 13.2806 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C13.2806 17 14.4487 16.5186 15.3333 15.7268M6 13.5H11M6 10.5H11M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M15.3333 8.27316C14.4487 7.48142 13.2806 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C13.2806 17 14.4487 16.5186 15.3333 15.7268M6 13.5H11M6 10.5H11M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-footer__perks-item--assistance::before {
  color: var(--wp--preset--color--accent);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 9.5H12M8 13H15M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 13.1971 3.23374 14.3397 3.65806 15.3845C3.73927 15.5845 3.77988 15.6845 3.798 15.7653C3.81572 15.8443 3.8222 15.9028 3.82221 15.9839C3.82222 16.0667 3.80718 16.1569 3.77711 16.3374L3.18413 19.8952C3.12203 20.2678 3.09098 20.4541 3.14876 20.5888C3.19933 20.7067 3.29328 20.8007 3.41118 20.8512C3.54589 20.909 3.73218 20.878 4.10476 20.8159L7.66265 20.2229C7.84309 20.1928 7.9333 20.1778 8.01613 20.1778C8.09715 20.1778 8.15566 20.1843 8.23472 20.202C8.31554 20.2201 8.41552 20.2607 8.61549 20.3419C9.6603 20.7663 10.8029 21 12 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8 9.5H12M8 13H15M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 13.1971 3.23374 14.3397 3.65806 15.3845C3.73927 15.5845 3.77988 15.6845 3.798 15.7653C3.81572 15.8443 3.8222 15.9028 3.82221 15.9839C3.82222 16.0667 3.80718 16.1569 3.77711 16.3374L3.18413 19.8952C3.12203 20.2678 3.09098 20.4541 3.14876 20.5888C3.19933 20.7067 3.29328 20.8007 3.41118 20.8512C3.54589 20.909 3.73218 20.878 4.10476 20.8159L7.66265 20.2229C7.84309 20.1928 7.9333 20.1778 8.01613 20.1778C8.09715 20.1778 8.15566 20.1843 8.23472 20.202C8.31554 20.2201 8.41552 20.2607 8.61549 20.3419C9.6603 20.7663 10.8029 21 12 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-footer__perks-text {
  margin: 0;
  font-size: var(--wp--preset--font-size--lg);
}
.jb-footer__corps {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--2-xl);
  margin-block: var(--wp--preset--spacing--2-xl) var(--wp--preset--spacing--md);
}
.jb-footer__colonnes {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--xl);
}
@container jb-footer (min-width: 450px) {
  .jb-footer__colonnes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container jb-footer (min-width: 600px) {
  .jb-footer__colonnes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@container jb-footer (min-width: 1050px) {
  .jb-footer__colonnes {
    grid-template-columns: repeat(4, 1fr);
  }
}
.jb-footer__colonne {
  min-width: 0;
}
@container jb-footer (min-width: 450px) {
  .jb-footer__colonne--entreprise {
    grid-column: 1/3;
  }
}
@container jb-footer (min-width: 1050px) {
  .jb-footer__colonne--entreprise {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    gap: var(--wp--preset--spacing--xl);
    margin-bottom: var(--wp--preset--spacing--sm);
  }
  .jb-footer__colonne--entreprise .jb-footer-contact {
    display: contents;
  }
}
.jb-footer__brand {
  font-size: var(--wp--preset--font-size--lg);
  color: var(--wp--preset--color--white);
  margin-block: 0 0.25rem;
}
.jb-footer__brand strong {
  font-weight: 600;
}
.jb-footer__colonne-title {
  position: relative;
  color: var(--wp--preset--color--white);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--md);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 var(--wp--preset--spacing--sm);
  padding-bottom: 0.5rem;
}
.jb-footer__colonne-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2px;
  background-color: var(--wp--preset--color--accent);
}
.jb-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
}
.jb-footer__list a {
  color: inherit;
  text-decoration: none;
}
.jb-footer__list a:hover, .jb-footer__list a:focus-visible {
  text-decoration: underline;
}
.jb-footer__list a {
  transition: color 0.2s ease;
}
.jb-footer__list a:hover, .jb-footer__list a:focus-visible {
  color: var(--wp--preset--color--accent);
}
.jb-footer__informations {
  text-align: center;
  font-size: var(--wp--preset--font-size--sm);
  max-width: var(--wp--style--global--content-size, 840px);
  margin: auto;
}
.jb-footer__info-text {
  margin: 0 0 var(--wp--preset--spacing--xs);
}
.jb-footer__legal {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 75%, #000);
  color: var(--wp--preset--color--white);
  padding-block: var(--wp--preset--spacing--md);
  font-size: var(--wp--preset--font-size--sm);
}
@container jb-footer (min-width: 600px) {
  .jb-footer__legal-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--wp--preset--spacing--xs);
  }
}
.jb-footer__copyright {
  margin: 0 0 var(--wp--preset--spacing--sm);
}
@container jb-footer (min-width: 600px) {
  .jb-footer__copyright {
    margin: 0;
  }
}
.jb-footer__legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--lg);
}
.jb-footer__legal-list a {
  color: inherit;
  text-decoration: none;
}
.jb-footer__legal-list a:hover, .jb-footer__legal-list a:focus-visible {
  text-decoration: underline;
}
.jb-footer__legal-list a {
  transition: color 0.2s ease;
}
.jb-footer__legal-list a:hover, .jb-footer__legal-list a:focus-visible {
  color: var(--wp--preset--color--accent);
}

.jb-footer-contact {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--lg);
  margin-top: var(--wp--preset--spacing--lg);
}
.jb-footer-contact__item {
  min-width: 0;
  margin: 0;
  line-height: 1.5;
}
.jb-footer-contact__item--address .jb-footer-contact__label::before {
  color: var(--wp--preset--color--accent);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 22C16 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 8 18 12 22Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 22C16 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 8 18 12 22Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--accent);
}
.jb-footer-contact__item--phone .jb-footer-contact__label::before {
  color: var(--wp--preset--color--accent);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.38028 8.85335C9.07627 10.303 10.0251 11.6616 11.2266 12.8632C12.4282 14.0648 13.7869 15.0136 15.2365 15.7096C15.3612 15.7694 15.4235 15.7994 15.5024 15.8224C15.7828 15.9041 16.127 15.8454 16.3644 15.6754C16.4313 15.6275 16.4884 15.5704 16.6027 15.4561C16.9523 15.1064 17.1271 14.9316 17.3029 14.8174C17.9658 14.3864 18.8204 14.3864 19.4833 14.8174C19.6591 14.9316 19.8339 15.1064 20.1835 15.4561L20.3783 15.6509C20.9098 16.1824 21.1755 16.4481 21.3198 16.7335C21.6069 17.301 21.6069 17.9713 21.3198 18.5389C21.1755 18.8242 20.9098 19.09 20.3783 19.6214L20.2207 19.779C19.6911 20.3087 19.4263 20.5735 19.0662 20.7757C18.6667 21.0001 18.0462 21.1615 17.588 21.1601C17.1751 21.1589 16.8928 21.0788 16.3284 20.9186C13.295 20.0576 10.4326 18.4332 8.04466 16.0452C5.65668 13.6572 4.03221 10.7948 3.17124 7.76144C3.01103 7.19699 2.93092 6.91477 2.9297 6.50182C2.92833 6.0436 3.08969 5.42311 3.31411 5.0236C3.51636 4.66357 3.78117 4.39876 4.3108 3.86913L4.46843 3.7115C4.99987 3.18006 5.2656 2.91433 5.55098 2.76999C6.11854 2.48292 6.7888 2.48292 7.35636 2.76999C7.64174 2.91433 7.90747 3.18006 8.43891 3.7115L8.63378 3.90637C8.98338 4.25597 9.15819 4.43078 9.27247 4.60655C9.70347 5.26945 9.70347 6.12403 9.27247 6.78692C9.15819 6.96269 8.98338 7.1375 8.63378 7.4871C8.51947 7.60142 8.46231 7.65857 8.41447 7.72538C8.24446 7.96281 8.18576 8.30707 8.26748 8.58743C8.29048 8.66632 8.32041 8.72866 8.38028 8.85335Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.38028 8.85335C9.07627 10.303 10.0251 11.6616 11.2266 12.8632C12.4282 14.0648 13.7869 15.0136 15.2365 15.7096C15.3612 15.7694 15.4235 15.7994 15.5024 15.8224C15.7828 15.9041 16.127 15.8454 16.3644 15.6754C16.4313 15.6275 16.4884 15.5704 16.6027 15.4561C16.9523 15.1064 17.1271 14.9316 17.3029 14.8174C17.9658 14.3864 18.8204 14.3864 19.4833 14.8174C19.6591 14.9316 19.8339 15.1064 20.1835 15.4561L20.3783 15.6509C20.9098 16.1824 21.1755 16.4481 21.3198 16.7335C21.6069 17.301 21.6069 17.9713 21.3198 18.5389C21.1755 18.8242 20.9098 19.09 20.3783 19.6214L20.2207 19.779C19.6911 20.3087 19.4263 20.5735 19.0662 20.7757C18.6667 21.0001 18.0462 21.1615 17.588 21.1601C17.1751 21.1589 16.8928 21.0788 16.3284 20.9186C13.295 20.0576 10.4326 18.4332 8.04466 16.0452C5.65668 13.6572 4.03221 10.7948 3.17124 7.76144C3.01103 7.19699 2.93092 6.91477 2.9297 6.50182C2.92833 6.0436 3.08969 5.42311 3.31411 5.0236C3.51636 4.66357 3.78117 4.39876 4.3108 3.86913L4.46843 3.7115C4.99987 3.18006 5.2656 2.91433 5.55098 2.76999C6.11854 2.48292 6.7888 2.48292 7.35636 2.76999C7.64174 2.91433 7.90747 3.18006 8.43891 3.7115L8.63378 3.90637C8.98338 4.25597 9.15819 4.43078 9.27247 4.60655C9.70347 5.26945 9.70347 6.12403 9.27247 6.78692C9.15819 6.96269 8.98338 7.1375 8.63378 7.4871C8.51947 7.60142 8.46231 7.65857 8.41447 7.72538C8.24446 7.96281 8.18576 8.30707 8.26748 8.58743C8.29048 8.66632 8.32041 8.72866 8.38028 8.85335Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--accent);
}
.jb-footer-contact__item--email .jb-footer-contact__label::before {
  color: var(--wp--preset--color--accent);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--accent);
}
.jb-footer-contact__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--sm);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--wp--preset--color--white);
  margin-bottom: 0.25rem;
}
.jb-footer-contact__value {
  display: block;
}
.jb-footer-contact__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.jb-footer-contact__link:hover, .jb-footer-contact__link:focus-visible {
  text-decoration: underline;
}
.jb-footer-contact__link {
  transition: color 0.2s ease;
}
.jb-footer-contact__link:hover, .jb-footer-contact__link:focus-visible {
  color: var(--wp--preset--color--accent);
}

.jb-cards {
  container-type: inline-size;
  container-name: card-grid;
  margin-top: var(--wp--preset--spacing--xl);
}

.jb-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--md);
  list-style: none;
  padding: 0;
  margin: 0;
}
@container card-grid (min-width: 880px) {
  .jb-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .jb-cards__grid:has(.jb-card:nth-child(2)):not(:has(.jb-card:nth-child(3))) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin-inline: auto;
  }
}

.jb-card {
  display: flex;
  position: relative;
  gap: 0 var(--wp--preset--spacing--sm);
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  align-items: start;
  max-width: 390px;
  margin-inline: auto;
  border-radius: var(--wp--custom--radius--default);
  overflow: clip;
  box-shadow: var(--wp--preset--shadow--default);
}
.jb-card:not(.jb-card--dark):hover {
  transform: translateY(-4px);
  box-shadow: 0 3px 6px rgba(76, 26, 100, 0.03), 0 10px 20px rgba(76, 26, 100, 0.06);
}
.jb-card--dark {
  background-color: var(--wp--preset--color--primary);
}
.jb-card--dark .jb-card__title {
  color: var(--wp--preset--color--white);
  font-weight: 600;
}
.jb-card--dark .jb-card__description {
  color: var(--wp--preset--color--text-inverse);
}
.jb-card--dark .jb-card__button a {
  color: var(--wp--preset--color--white);
}
@container card-grid (min-width: 520px) and (max-width: 879.99px) {
  .jb-card {
    flex-direction: row;
    max-width: none;
    margin-inline: 0;
  }
  .jb-card .jb-card__media {
    position: absolute;
    inset: 0;
    width: 38%;
  }
  .jb-card .jb-card__body {
    width: 62%;
    margin-left: 38%;
  }
}
.jb-card__media {
  margin: 0;
  overflow: hidden;
}
.jb-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.4s ease;
}
.jb-card:not(.jb-card--dark):hover .jb-card__media img {
  transform: scale(1.06);
}
.jb-card__body {
  position: static;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md);
}
.jb-card__title {
  margin: 0 0 var(--wp--preset--spacing--xs);
}
.jb-card__facts-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 var(--wp--preset--spacing--lg);
  gap: var(--wp--preset--spacing--xs);
  color: var(--wp--preset--color--text);
  font-size: var(--wp--preset--font-size--sm);
}
.jb-card__facts-item:not(:first-child)::before {
  content: "/";
  margin-inline-end: var(--wp--preset--spacing--xs);
  color: var(--wp--preset--color--accent);
}
.jb-card__link {
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--xs);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 700;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.jb-card__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.jb-card__link::after {
  content: "→";
}

@media (max-width: 767px) {
  .jb-media-text.wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .jb-media-text.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .jb-media-text.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.jb-media-text--dark {
  background-color: var(--wp--preset--color--primary);
}
.jb-media-text--flush .wp-block-media-text__content {
  padding-inline: 0;
}
@media (min-width: 768px) {
  .jb-media-text--flush .wp-block-media-text__content {
    padding-inline: 6%;
    min-height: 400px;
    display: flex;
    justify-content: center;
  }
}
.jb-media-text--root-padded .wp-block-media-text__content {
  padding-left: var(--wp--style--root--padding-left, 0);
  padding-right: var(--wp--style--root--padding-right, 0);
}
@media (min-width: 768px) {
  .jb-media-text--root-padded .wp-block-media-text__content {
    padding-inline: 6%;
  }
}
@media (max-width: 767px) {
  .jb-media-text--reverse-mobile.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-row: 2;
  }
  .jb-media-text--reverse-mobile.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .jb-media-text--reverse-mobile.wp-block-media-text .wp-block-media-text__media,
  .jb-media-text--reverse-mobile.wp-block-media-text .wp-block-media-text__content {
    grid-row: 1/-1;
  }
}

.jb-tabs {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding-top: var(--wp--preset--spacing--2-xl);
  align-self: center;
}
.jb-tabs__list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: safe center;
  gap: clamp(16px, 3vw, var(--wp--preset--spacing--sm));
  margin: 0;
  padding-inline: var(--wp--preset--spacing--md);
  background: #fff;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.jb-tabs__list::-webkit-scrollbar {
  display: none;
}
.jb-tabs__list li {
  flex: 0 0 auto;
}
.jb-tabs__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding-block: 10px;
  border-bottom: 3px solid transparent;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: var(--wp--preset--color--primary);
  transition: border-color 0.2s ease;
  font-size: var(--wp--preset--font-size--lg);
  padding-inline: var(--wp--preset--spacing--sm);
}
.jb-tabs__list li a:hover {
  border-color: color-mix(in srgb, var(--wp--preset--color--accent) 70%, transparent);
}
.jb-tabs__list li.current-menu-item a,
.jb-tabs__list li a[aria-current=page] {
  border-color: var(--wp--preset--color--accent);
}
.jb-tabs__arrow {
  position: relative;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-inline: 8px;
  border: none;
  border-radius: 50%;
  background: var(--wp--preset--color--accent);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  z-index: 2;
}
.jb-tabs__arrow::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27currentColor%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9.707 5.293l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1 -1.414 -1.414l5.293 -5.293l-5.293 -5.293a1 1 0 0 1 1.414 -1.414%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27currentColor%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9.707 5.293l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1 -1.414 -1.414l5.293 -5.293l-5.293 -5.293a1 1 0 0 1 1.414 -1.414%27/></svg>");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--wp--preset--color--primary);
}
.jb-tabs__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.jb-tabs__arrow[hidden] {
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .jb-tabs__arrow {
    display: flex;
  }
}

.jb-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jb-intro > * {
  margin-inline: 0 !important;
}
.jb-intro--padded {
  padding-block: var(--wp--preset--spacing--3-xl) var(--wp--preset--spacing--2-xl);
}
.jb-intro--booking {
  background-color: var(--wp--preset--color--alternate);
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--lg);
}
.jb-intro__eyebrow {
  text-transform: uppercase;
  color: var(--wp--preset--color--dark-gold);
  margin-bottom: var(--wp--preset--spacing--md);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.jb-intro__buttons {
  justify-content: center;
  margin-top: var(--wp--preset--spacing--sm);
}
@media (min-width: 768px) {
  .jb-intro--left {
    align-items: start;
    text-align: left;
  }
  .jb-intro--left .jb-intro__buttons {
    justify-content: left;
  }
}
.jb-intro--dark {
  padding-block: 4rem;
}
.jb-intro--dark .jb-intro__eyebrow {
  color: var(--wp--preset--color--accent);
}
.jb-intro--dark .jb-intro__heading {
  color: var(--wp--preset--color--white);
  margin-bottom: 0.15em;
}
.jb-intro--dark .jb-intro__text {
  color: var(--wp--preset--color--text-inverse);
}

.jb-list {
  list-style: none;
  padding: 0;
}
.jb-list li {
  position: relative;
  padding-left: 1.9em;
  margin-bottom: var(--wp--preset--spacing--xs);
}
.jb-list--check li::before {
  position: absolute;
  left: 0;
  top: 0em;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 11L12 14L22 4M16 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V12%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 11L12 14L22 4M16 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V12%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-list--point li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27currentColor%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27currentColor%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z%27/></svg>");
}

.jb-amenities {
  display: grid;
  gap: var(--wp--preset--spacing--3-xl);
}
@media (min-width: 768px) {
  .jb-amenities {
    grid-template-columns: repeat(3, 1fr);
  }
}
.jb-amenities .jb-intro {
  grid-column: 1/-1;
}
.jb-amenities__list {
  display: grid;
  gap: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  list-style: none;
  min-width: 0;
  max-width: 390px;
  padding: 0;
  margin: 0;
}
.jb-amenities__list-wrapper {
  position: relative;
}
.jb-amenities__list-wrapper:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--wp--preset--spacing--2-xl) / 2);
  right: 0;
  height: 1px;
  background-color: color-mix(in srgb, var(--wp--preset--color--accent) 50%, white);
}
@media (min-width: 768px) {
  .jb-amenities__list-wrapper:not(:last-child)::after {
    top: 0;
    bottom: 0;
    right: calc(-1 * var(--wp--preset--spacing--2-xl) / 2);
    left: auto;
    width: 1px;
    height: 100%;
  }
}
.jb-amenities__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  gap: var(--wp--preset--spacing--2-xs);
}
.jb-amenities__item span {
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--sm);
  text-align: center;
}
.jb-amenities__icon {
  width: 100%;
  height: 65px;
  display: block;
  object-fit: contain;
}

.jb-divider {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 2rem;
}
.jb-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: var(--wp--preset--color--primary);
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.5s ease 0.25s;
}
.jb-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--wp--preset--color--icons);
  box-shadow: 0 0 0 10px #fff;
  transform: translate(-50%, 50%) scale(0);
  transition: transform 0.35s ease;
}
.jb-divider--alternate::after {
  box-shadow: 0 0 0 10px var(--wp--preset--color--alternate);
}
.jb-divider.is-visible::before {
  transform: translateX(-50%) scaleX(1);
}
.jb-divider.is-visible::after {
  transform: translate(-50%, 50%) scale(1);
}

.jb-pets-policy {
  display: flex;
  flex-direction: column;
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--lg);
  gap: var(--wp--preset--spacing--sm);
  background-color: var(--wp--preset--color--alternate);
  margin-top: var(--wp--preset--spacing--2-xl);
}
.jb-pets-policy__badge {
  width: 96px;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin: 0;
}
.jb-pets-policy__text {
  margin: 0;
}
@media (min-width: 768px) {
  .jb-pets-policy {
    flex-direction: row;
    align-items: center;
  }
}

.wp-block-button__link {
  transition: background-color 0.25s ease;
}

.wp-block-button.is-style-underline-link .wp-block-button__link {
  background-color: transparent !important;
  text-decoration-color: var(--wp--preset--color--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
  padding-inline: 0;
}

@keyframes jb-hero-frame-in {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jb-hero-text-in {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.jb-hero {
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--alternate);
}
.jb-hero:not(:has(.jb-hero__perks)):not(:has(.jb-tabs)) {
  padding-bottom: var(--wp--preset--spacing--3-xl);
}
.jb-hero--white {
  background-color: white;
}
.jb-hero__cover {
  height: 720px;
}
.jb-hero__cover .wp-block-cover__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.jb-hero__featured-image {
  height: 480px;
  margin: 0;
}
.jb-hero__featured-image--home {
  height: 480px;
}
@media (min-width: 768px) {
  .jb-hero__featured-image--home {
    height: 640px;
  }
}
.jb-hero__featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
  object-fit: cover;
}
.jb-hero__card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(76, 26, 100, 0.03), 0 10px 20px rgba(76, 26, 100, 0.06);
  min-height: 126px;
  background-color: var(--wp--preset--color--white);
  margin: -3rem auto auto !important;
  z-index: 10;
  padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--xl);
  gap: var(--wp--preset--spacing--xs);
  text-align: center;
  max-width: var(--wp--style--global--content-size);
  position: relative;
}
.jb-hero__card--booking {
  padding: 0;
}
.jb-hero__brand {
  color: var(--wp--preset--color--white);
  border: 6px solid currentcolor;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  padding: var(--wp--preset--spacing--lg);
  width: fit-content;
  aspect-ratio: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (prefers-reduced-motion: no-preference) {
  .jb-hero__brand {
    animation: jb-hero-frame-in 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
  }
}
.jb-hero__brand span {
  font-family: var(--wp--preset--font-family--open-sans), sans-serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}
@media (prefers-reduced-motion: no-preference) {
  .jb-hero__brand span {
    animation: jb-hero-text-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}
.jb-hero__brand span:nth-child(1) {
  font-size: clamp(0.9rem, 0.75rem + 1vw, 1.2rem);
}
@media (prefers-reduced-motion: no-preference) {
  .jb-hero__brand span:nth-child(1) {
    animation-delay: 0.45s;
  }
}
.jb-hero__brand span:nth-child(2) {
  font-size: clamp(2rem, 1.5rem + 3vw, 3rem);
  font-family: var(--wp--preset--font-family--castoro), serif;
}
@media (prefers-reduced-motion: no-preference) {
  .jb-hero__brand span:nth-child(2) {
    animation-delay: 0.65s;
  }
}
.jb-hero__brand span:nth-child(3) {
  font-size: clamp(1.1rem, 0.9rem + 1.2vw, 1.5rem);
  letter-spacing: 0.3em;
}
@media (prefers-reduced-motion: no-preference) {
  .jb-hero__brand span:nth-child(3) {
    animation-delay: 0.85s;
  }
}
.jb-hero__title {
  margin: 0;
}
.jb-hero__subtitle {
  font-size: var(--wp--preset--font-size--lg);
}
.jb-hero__breadcrumb {
  margin: auto;
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--sm);
}
.jb-hero__breadcrumb ol {
  justify-content: center;
}
.jb-hero__breadcrumb li a {
  text-decoration: none;
  color: var(--wp--preset--color--text);
}
.jb-hero__breadcrumb li a:hover {
  text-decoration: underline;
}
.jb-hero__breadcrumb span[aria-current=page] {
  color: var(--wp--preset--color--dark-gold);
}
.jb-hero__content {
  padding-block: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--sm);
}
.jb-hero__perks {
  margin-block: var(--wp--preset--spacing--lg);
}
.jb-hero__perks-list {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--2-xl);
  font-size: var(--wp--preset--font-size--lg);
}
.jb-hero__perks-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--wp--preset--color--primary);
}
.jb-hero__perks-item--check::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 11L12 14L22 4M16 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V12%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M9 11L12 14L22 4M16 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V12%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-hero__perks-item--lock::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17 11V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V11M8.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V15.8C20 14.1198 20 13.2798 19.673 12.638C19.3854 12.0735 18.9265 11.6146 18.362 11.327C17.7202 11 16.8802 11 15.2 11H8.8C7.11984 11 6.27976 11 5.63803 11.327C5.07354 11.6146 4.6146 12.0735 4.32698 12.638C4 13.2798 4 14.1198 4 15.8V16.2C4 17.8802 4 18.7202 4.32698 19.362C4.6146 19.9265 5.07354 20.3854 5.63803 20.673C6.27976 21 7.11984 21 8.8 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M17 11V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V11M8.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V15.8C20 14.1198 20 13.2798 19.673 12.638C19.3854 12.0735 18.9265 11.6146 18.362 11.327C17.7202 11 16.8802 11 15.2 11H8.8C7.11984 11 6.27976 11 5.63803 11.327C5.07354 11.6146 4.6146 12.0735 4.32698 12.638C4 13.2798 4 14.1198 4 15.8V16.2C4 17.8802 4 18.7202 4.32698 19.362C4.6146 19.9265 5.07354 20.3854 5.63803 20.673C6.27976 21 7.11984 21 8.8 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-hero__perks-item--star::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M11.2827 3.45332C11.5131 2.98638 11.6284 2.75291 11.7848 2.67831C11.9209 2.61341 12.0791 2.61341 12.2152 2.67831C12.3717 2.75291 12.4869 2.98638 12.7174 3.45332L14.9041 7.88328C14.9721 8.02113 15.0061 8.09006 15.0558 8.14358C15.0999 8.19096 15.1527 8.22935 15.2113 8.25662C15.2776 8.28742 15.3536 8.29854 15.5057 8.32077L20.397 9.03571C20.9121 9.11099 21.1696 9.14863 21.2888 9.27444C21.3925 9.38389 21.4412 9.5343 21.4215 9.68377C21.3988 9.85558 21.2124 10.0372 20.8395 10.4004L17.3014 13.8464C17.1912 13.9538 17.136 14.0076 17.1004 14.0715C17.0689 14.128 17.0487 14.1902 17.0409 14.2545C17.0321 14.3271 17.0451 14.403 17.0711 14.5547L17.906 19.4221C17.994 19.9355 18.038 20.1922 17.9553 20.3445C17.8833 20.477 17.7554 20.57 17.6071 20.5975C17.4366 20.6291 17.2061 20.5078 16.7451 20.2654L12.3724 17.9658C12.2361 17.8942 12.168 17.8584 12.0962 17.8443C12.0327 17.8318 11.9673 17.8318 11.9038 17.8443C11.832 17.8584 11.7639 17.8942 11.6277 17.9658L7.25492 20.2654C6.79392 20.5078 6.56341 20.6291 6.39297 20.5975C6.24468 20.57 6.11672 20.477 6.04474 20.3445C5.962 20.1922 6.00603 19.9355 6.09407 19.4221L6.92889 14.5547C6.95491 14.403 6.96793 14.3271 6.95912 14.2545C6.95132 14.1902 6.93111 14.128 6.89961 14.0715C6.86402 14.0076 6.80888 13.9538 6.69859 13.8464L3.16056 10.4004C2.78766 10.0372 2.60121 9.85558 2.57853 9.68377C2.55879 9.5343 2.60755 9.38389 2.71125 9.27444C2.83044 9.14863 3.08797 9.11099 3.60304 9.03571L8.49431 8.32077C8.64642 8.29854 8.72248 8.28742 8.78872 8.25662C8.84736 8.22935 8.90016 8.19096 8.94419 8.14358C8.99391 8.09006 9.02793 8.02113 9.09597 7.88328L11.2827 3.45332Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M11.2827 3.45332C11.5131 2.98638 11.6284 2.75291 11.7848 2.67831C11.9209 2.61341 12.0791 2.61341 12.2152 2.67831C12.3717 2.75291 12.4869 2.98638 12.7174 3.45332L14.9041 7.88328C14.9721 8.02113 15.0061 8.09006 15.0558 8.14358C15.0999 8.19096 15.1527 8.22935 15.2113 8.25662C15.2776 8.28742 15.3536 8.29854 15.5057 8.32077L20.397 9.03571C20.9121 9.11099 21.1696 9.14863 21.2888 9.27444C21.3925 9.38389 21.4412 9.5343 21.4215 9.68377C21.3988 9.85558 21.2124 10.0372 20.8395 10.4004L17.3014 13.8464C17.1912 13.9538 17.136 14.0076 17.1004 14.0715C17.0689 14.128 17.0487 14.1902 17.0409 14.2545C17.0321 14.3271 17.0451 14.403 17.0711 14.5547L17.906 19.4221C17.994 19.9355 18.038 20.1922 17.9553 20.3445C17.8833 20.477 17.7554 20.57 17.6071 20.5975C17.4366 20.6291 17.2061 20.5078 16.7451 20.2654L12.3724 17.9658C12.2361 17.8942 12.168 17.8584 12.0962 17.8443C12.0327 17.8318 11.9673 17.8318 11.9038 17.8443C11.832 17.8584 11.7639 17.8942 11.6277 17.9658L7.25492 20.2654C6.79392 20.5078 6.56341 20.6291 6.39297 20.5975C6.24468 20.57 6.11672 20.477 6.04474 20.3445C5.962 20.1922 6.00603 19.9355 6.09407 19.4221L6.92889 14.5547C6.95491 14.403 6.96793 14.3271 6.95912 14.2545C6.95132 14.1902 6.93111 14.128 6.89961 14.0715C6.86402 14.0076 6.80888 13.9538 6.69859 13.8464L3.16056 10.4004C2.78766 10.0372 2.60121 9.85558 2.57853 9.68377C2.55879 9.5343 2.60755 9.38389 2.71125 9.27444C2.83044 9.14863 3.08797 9.11099 3.60304 9.03571L8.49431 8.32077C8.64642 8.29854 8.72248 8.28742 8.78872 8.25662C8.84736 8.22935 8.90016 8.19096 8.94419 8.14358C8.99391 8.09006 9.02793 8.02113 9.09597 7.88328L11.2827 3.45332Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-hero__perks-item--user::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M23.9998 21.1159C25.941 22.0911 27.6053 23.656 28.8201 25.6128C29.0606 26.0004 29.1809 26.1941 29.2225 26.4624C29.307 27.0077 28.9342 27.678 28.4264 27.8939C28.1765 28 27.8953 28 27.3332 28M21.3332 15.3763C23.3088 14.3945 24.6665 12.3558 24.6665 10C24.6665 7.64419 23.3088 5.60548 21.3332 4.62368M18.6665 10C18.6665 13.3137 15.9801 16 12.6665 16C9.35275 16 6.66645 13.3137 6.66645 10C6.66645 6.68629 9.35275 4 12.6665 4C15.9801 4 18.6665 6.68629 18.6665 10ZM3.41209 25.2511C5.53784 22.0595 8.89228 20 12.6665 20C16.4406 20 19.795 22.0595 21.9208 25.2511C22.3865 25.9504 22.6193 26.3 22.5925 26.7465C22.5717 27.0943 22.3437 27.52 22.0658 27.7301C21.709 28 21.2182 28 20.2366 28H5.09627C4.11468 28 3.62389 28 3.26704 27.7301C2.98919 27.52 2.76124 27.0943 2.74036 26.7465C2.71356 26.3 2.9464 25.9504 3.41209 25.2511Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M23.9998 21.1159C25.941 22.0911 27.6053 23.656 28.8201 25.6128C29.0606 26.0004 29.1809 26.1941 29.2225 26.4624C29.307 27.0077 28.9342 27.678 28.4264 27.8939C28.1765 28 27.8953 28 27.3332 28M21.3332 15.3763C23.3088 14.3945 24.6665 12.3558 24.6665 10C24.6665 7.64419 23.3088 5.60548 21.3332 4.62368M18.6665 10C18.6665 13.3137 15.9801 16 12.6665 16C9.35275 16 6.66645 13.3137 6.66645 10C6.66645 6.68629 9.35275 4 12.6665 4C15.9801 4 18.6665 6.68629 18.6665 10ZM3.41209 25.2511C5.53784 22.0595 8.89228 20 12.6665 20C16.4406 20 19.795 22.0595 21.9208 25.2511C22.3865 25.9504 22.6193 26.3 22.5925 26.7465C22.5717 27.0943 22.3437 27.52 22.0658 27.7301C21.709 28 21.2182 28 20.2366 28H5.09627C4.11468 28 3.62389 28 3.26704 27.7301C2.98919 27.52 2.76124 27.0943 2.74036 26.7465C2.71356 26.3 2.9464 25.9504 3.41209 25.2511Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-hero__perks-item--bed::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.90144 17.2755C3.88672 16.4883 3.88672 16 3.88672 16C3.88672 16 3.88896 10.4938 4.44192 6.64864C4.59296 5.59712 4.78816 4.66304 5.02688 3.97472C5.24256 3.35296 5.51776 2.896 5.79488 2.62304C6.52736 1.9072 7.68224 1.30816 9.11424 0.87872C11.0531 0.29696 13.5258 0 15.9994 0C18.473 0 20.9456 0.29696 22.8848 0.87872C24.3168 1.30816 25.4714 1.9072 26.2022 2.624C26.481 2.89696 26.7562 3.35392 26.9702 3.97568C27.209 4.664 27.4042 5.59808 27.5552 6.6496C28.1098 10.4938 28.112 16 28.112 16C28.112 16 28.112 16.4883 28.0973 17.2755C28.0582 19.3757 27.911 23.5946 27.3901 26.3667C27.1171 27.8208 26.672 28.9165 26.2022 29.3766C25.4717 30.0928 24.3168 30.6918 22.8848 31.1213C20.9456 31.703 18.473 32 15.9994 32C13.5258 32 11.0531 31.703 9.11424 31.1213C7.68224 30.6918 6.52736 30.0928 5.79648 29.376C5.32672 28.9165 4.88192 27.8208 4.60736 26.368C4.08768 23.5946 3.94048 19.3757 3.90144 17.2755ZM6.06336 17.2352C6.1008 19.2512 6.23328 23.305 6.73376 25.9677C6.83168 26.4893 6.94272 26.9533 7.0736 27.3277C7.15136 27.5498 7.2096 27.7344 7.30976 27.8323C7.83872 28.351 8.69856 28.7392 9.73536 29.0502C11.4992 29.5795 13.7498 29.8378 15.9994 29.8378C18.249 29.8378 20.4995 29.5795 22.2634 29.0502C23.3002 28.7392 24.16 28.351 24.6893 27.8323C24.7891 27.7344 24.8474 27.5498 24.9251 27.3277C25.0563 26.9533 25.167 26.4893 25.265 25.9677C25.7654 23.305 25.8979 19.2525 25.937 17.2352C25.951 16.4778 25.9514 16.0061 25.9514 16C25.9514 15.9718 25.9514 10.665 25.4182 6.95648C25.2902 6.06304 25.1334 5.26816 24.9306 4.68448C24.8515 4.45696 24.7926 4.26848 24.6909 4.16832C24.1616 3.64992 23.3018 3.26176 22.265 2.95232C20.4995 2.42048 18.249 2.16224 15.9994 2.16224C13.7498 2.16224 11.4992 2.42048 9.73536 2.94976C8.69856 3.2608 7.83872 3.64896 7.30976 4.16576C7.20768 4.2656 7.14976 4.45376 7.06976 4.68192C6.86688 5.26656 6.7104 6.06144 6.58208 6.95392C6.04896 10.665 6.04896 15.9718 6.04896 16C6.04896 16.0061 6.04928 16.4778 6.06336 17.2352ZM24.5594 7.86208C24.5594 7.86208 24.5533 8.82784 24.3779 9.5024C24.2234 10.1005 23.8838 10.5162 23.5667 10.688C23.0547 10.9648 21.7872 11.1629 20.5101 11.1629C19.233 11.1629 17.9642 10.9648 17.4534 10.688C17.1363 10.5162 16.7974 10.1005 16.6419 9.5024C16.4666 8.82784 16.4608 7.86208 16.4608 7.86208C16.4608 7.86208 16.4666 6.89664 16.6419 6.22176C16.7974 5.62368 17.1363 5.20832 17.4534 5.03776C17.9654 4.76096 19.233 4.56288 20.5101 4.56288C21.7872 4.56288 23.056 4.76096 23.5667 5.03776C23.8838 5.2096 24.2227 5.62496 24.3779 6.22176C24.5533 6.89664 24.5594 7.86208 24.5594 7.86208ZM18.7427 6.8448L18.6234 7.86208L18.743 8.87936C19.159 8.98048 19.8371 9.00064 20.5104 9.00064C21.1837 9.00064 21.8611 8.98048 22.2778 8.87936L22.3974 7.86208L22.2778 6.8448C21.8618 6.74336 21.1837 6.72352 20.5104 6.72352C19.8371 6.72352 19.159 6.74336 18.7427 6.8448ZM15.5379 7.86208C15.5379 7.86208 15.5322 8.82784 15.3568 9.5024C15.2013 10.1005 14.8627 10.5162 14.5453 10.688C14.0333 10.9648 12.7661 11.1629 11.4886 11.1629C10.2112 11.1629 8.94304 10.9648 8.432 10.688C8.11488 10.5162 7.77632 10.1005 7.6208 9.5024C7.44544 8.82784 7.43968 7.86208 7.43968 7.86208C7.43968 7.86208 7.44544 6.89664 7.6208 6.22176C7.77632 5.62368 8.11488 5.20832 8.432 5.03776C8.944 4.76096 10.2115 4.56288 11.4886 4.56288C12.7658 4.56288 14.0346 4.76096 14.5453 5.03776C14.8627 5.2096 15.2013 5.62496 15.3568 6.22176C15.5322 6.89664 15.5379 7.86208 15.5379 7.86208ZM9.72128 6.8448L9.6016 7.86208L9.72128 8.87936C10.1373 8.98048 10.8157 9.00064 11.4886 9.00064C12.1616 9.00064 12.8397 8.98048 13.256 8.87936L13.3754 7.86208L13.2557 6.8448C12.8397 6.74336 12.1616 6.72352 11.4883 6.72352C10.815 6.72352 10.1379 6.74336 9.72128 6.8448Z%27 fill=%27currentColor%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M28.0977 17.2755C28.0586 19.3757 27.9114 23.5946 27.3905 26.3667C27.1175 27.8208 26.6724 28.9165 26.2026 29.3766C25.4721 30.0925 24.3172 30.6915 22.8852 31.1213C20.946 31.703 18.4734 32 15.9998 32C13.5262 32 11.0535 31.703 9.11465 31.1213C7.68265 30.6915 6.52777 30.0925 5.79689 29.376C5.32713 28.9165 4.88233 27.8208 4.60777 26.368C4.08681 23.5958 3.93961 19.377 3.90057 17.2768C3.89681 17.0707 3.95205 16.8678 4.05977 16.692C4.16749 16.5163 4.32321 16.375 4.50857 16.2848C6.83337 15.1498 11.4138 14.5434 15.9998 14.5434C20.5857 14.5434 25.1662 15.1498 27.4913 16.2848C27.6761 16.3752 27.8314 16.5164 27.9388 16.6918C28.0462 16.8673 28.1013 17.0698 28.0977 17.2755ZM25.9217 17.9603C23.6561 17.1037 19.8257 16.704 15.9998 16.704C12.1739 16.704 8.34345 17.103 6.07977 17.9597C6.13417 20.1158 6.28809 23.5917 6.73417 25.9667C6.83209 26.4886 6.94313 26.9526 7.07401 27.3267C7.15177 27.5491 7.21001 27.7338 7.31017 27.832C7.83913 28.3501 8.69897 28.7386 9.73577 29.0496C11.4996 29.5792 13.7502 29.8378 15.9998 29.8378C18.2494 29.8378 20.4999 29.5792 22.2638 29.0502C23.3006 28.7392 24.1604 28.3507 24.6897 27.8326C24.7895 27.7344 24.8478 27.5498 24.9255 27.3274C25.0567 26.9533 25.1674 26.4893 25.2654 25.9674C25.7114 23.5939 25.8654 20.1165 25.9198 17.9603H25.9217Z%27 fill=%27currentColor%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.90144 17.2755C3.88672 16.4883 3.88672 16 3.88672 16C3.88672 16 3.88896 10.4938 4.44192 6.64864C4.59296 5.59712 4.78816 4.66304 5.02688 3.97472C5.24256 3.35296 5.51776 2.896 5.79488 2.62304C6.52736 1.9072 7.68224 1.30816 9.11424 0.87872C11.0531 0.29696 13.5258 0 15.9994 0C18.473 0 20.9456 0.29696 22.8848 0.87872C24.3168 1.30816 25.4714 1.9072 26.2022 2.624C26.481 2.89696 26.7562 3.35392 26.9702 3.97568C27.209 4.664 27.4042 5.59808 27.5552 6.6496C28.1098 10.4938 28.112 16 28.112 16C28.112 16 28.112 16.4883 28.0973 17.2755C28.0582 19.3757 27.911 23.5946 27.3901 26.3667C27.1171 27.8208 26.672 28.9165 26.2022 29.3766C25.4717 30.0928 24.3168 30.6918 22.8848 31.1213C20.9456 31.703 18.473 32 15.9994 32C13.5258 32 11.0531 31.703 9.11424 31.1213C7.68224 30.6918 6.52736 30.0928 5.79648 29.376C5.32672 28.9165 4.88192 27.8208 4.60736 26.368C4.08768 23.5946 3.94048 19.3757 3.90144 17.2755ZM6.06336 17.2352C6.1008 19.2512 6.23328 23.305 6.73376 25.9677C6.83168 26.4893 6.94272 26.9533 7.0736 27.3277C7.15136 27.5498 7.2096 27.7344 7.30976 27.8323C7.83872 28.351 8.69856 28.7392 9.73536 29.0502C11.4992 29.5795 13.7498 29.8378 15.9994 29.8378C18.249 29.8378 20.4995 29.5795 22.2634 29.0502C23.3002 28.7392 24.16 28.351 24.6893 27.8323C24.7891 27.7344 24.8474 27.5498 24.9251 27.3277C25.0563 26.9533 25.167 26.4893 25.265 25.9677C25.7654 23.305 25.8979 19.2525 25.937 17.2352C25.951 16.4778 25.9514 16.0061 25.9514 16C25.9514 15.9718 25.9514 10.665 25.4182 6.95648C25.2902 6.06304 25.1334 5.26816 24.9306 4.68448C24.8515 4.45696 24.7926 4.26848 24.6909 4.16832C24.1616 3.64992 23.3018 3.26176 22.265 2.95232C20.4995 2.42048 18.249 2.16224 15.9994 2.16224C13.7498 2.16224 11.4992 2.42048 9.73536 2.94976C8.69856 3.2608 7.83872 3.64896 7.30976 4.16576C7.20768 4.2656 7.14976 4.45376 7.06976 4.68192C6.86688 5.26656 6.7104 6.06144 6.58208 6.95392C6.04896 10.665 6.04896 15.9718 6.04896 16C6.04896 16.0061 6.04928 16.4778 6.06336 17.2352ZM24.5594 7.86208C24.5594 7.86208 24.5533 8.82784 24.3779 9.5024C24.2234 10.1005 23.8838 10.5162 23.5667 10.688C23.0547 10.9648 21.7872 11.1629 20.5101 11.1629C19.233 11.1629 17.9642 10.9648 17.4534 10.688C17.1363 10.5162 16.7974 10.1005 16.6419 9.5024C16.4666 8.82784 16.4608 7.86208 16.4608 7.86208C16.4608 7.86208 16.4666 6.89664 16.6419 6.22176C16.7974 5.62368 17.1363 5.20832 17.4534 5.03776C17.9654 4.76096 19.233 4.56288 20.5101 4.56288C21.7872 4.56288 23.056 4.76096 23.5667 5.03776C23.8838 5.2096 24.2227 5.62496 24.3779 6.22176C24.5533 6.89664 24.5594 7.86208 24.5594 7.86208ZM18.7427 6.8448L18.6234 7.86208L18.743 8.87936C19.159 8.98048 19.8371 9.00064 20.5104 9.00064C21.1837 9.00064 21.8611 8.98048 22.2778 8.87936L22.3974 7.86208L22.2778 6.8448C21.8618 6.74336 21.1837 6.72352 20.5104 6.72352C19.8371 6.72352 19.159 6.74336 18.7427 6.8448ZM15.5379 7.86208C15.5379 7.86208 15.5322 8.82784 15.3568 9.5024C15.2013 10.1005 14.8627 10.5162 14.5453 10.688C14.0333 10.9648 12.7661 11.1629 11.4886 11.1629C10.2112 11.1629 8.94304 10.9648 8.432 10.688C8.11488 10.5162 7.77632 10.1005 7.6208 9.5024C7.44544 8.82784 7.43968 7.86208 7.43968 7.86208C7.43968 7.86208 7.44544 6.89664 7.6208 6.22176C7.77632 5.62368 8.11488 5.20832 8.432 5.03776C8.944 4.76096 10.2115 4.56288 11.4886 4.56288C12.7658 4.56288 14.0346 4.76096 14.5453 5.03776C14.8627 5.2096 15.2013 5.62496 15.3568 6.22176C15.5322 6.89664 15.5379 7.86208 15.5379 7.86208ZM9.72128 6.8448L9.6016 7.86208L9.72128 8.87936C10.1373 8.98048 10.8157 9.00064 11.4886 9.00064C12.1616 9.00064 12.8397 8.98048 13.256 8.87936L13.3754 7.86208L13.2557 6.8448C12.8397 6.74336 12.1616 6.72352 11.4883 6.72352C10.815 6.72352 10.1379 6.74336 9.72128 6.8448Z%27 fill=%27currentColor%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M28.0977 17.2755C28.0586 19.3757 27.9114 23.5946 27.3905 26.3667C27.1175 27.8208 26.6724 28.9165 26.2026 29.3766C25.4721 30.0925 24.3172 30.6915 22.8852 31.1213C20.946 31.703 18.4734 32 15.9998 32C13.5262 32 11.0535 31.703 9.11465 31.1213C7.68265 30.6915 6.52777 30.0925 5.79689 29.376C5.32713 28.9165 4.88233 27.8208 4.60777 26.368C4.08681 23.5958 3.93961 19.377 3.90057 17.2768C3.89681 17.0707 3.95205 16.8678 4.05977 16.692C4.16749 16.5163 4.32321 16.375 4.50857 16.2848C6.83337 15.1498 11.4138 14.5434 15.9998 14.5434C20.5857 14.5434 25.1662 15.1498 27.4913 16.2848C27.6761 16.3752 27.8314 16.5164 27.9388 16.6918C28.0462 16.8673 28.1013 17.0698 28.0977 17.2755ZM25.9217 17.9603C23.6561 17.1037 19.8257 16.704 15.9998 16.704C12.1739 16.704 8.34345 17.103 6.07977 17.9597C6.13417 20.1158 6.28809 23.5917 6.73417 25.9667C6.83209 26.4886 6.94313 26.9526 7.07401 27.3267C7.15177 27.5491 7.21001 27.7338 7.31017 27.832C7.83913 28.3501 8.69897 28.7386 9.73577 29.0496C11.4996 29.5792 13.7502 29.8378 15.9998 29.8378C18.2494 29.8378 20.4999 29.5792 22.2638 29.0502C23.3006 28.7392 24.1604 28.3507 24.6897 27.8326C24.7895 27.7344 24.8478 27.5498 24.9255 27.3274C25.0567 26.9533 25.1674 26.4893 25.2654 25.9674C25.7114 23.5939 25.8654 20.1165 25.9198 17.9603H25.9217Z%27 fill=%27currentColor%27/></svg>");
}
.jb-hero__perks-item--couch::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.0214 18.7267V15.0957C8.02123 14.8506 7.92382 14.6156 7.75056 14.4423C7.57729 14.2689 7.34232 14.1715 7.09724 14.1712H4.73916C4.59722 14.1712 4.45667 14.1433 4.32552 14.089C4.19438 14.0347 4.07521 13.9552 3.97483 13.8548C3.87445 13.7545 3.79482 13.6353 3.74049 13.5042C3.68617 13.373 3.6582 13.2325 3.6582 13.0906V7.42656C3.6588 6.60827 3.98419 5.82367 4.5629 5.24514C5.14161 4.66661 5.92631 4.34146 6.7446 4.34112H14.3875C15.1255 4.34009 15.8392 4.60476 16.398 5.08672C16.9571 4.60488 17.6709 4.34024 18.4089 4.34112H26.0518C26.8701 4.34146 27.6548 4.66661 28.2335 5.24514C28.8122 5.82367 29.1376 6.60827 29.1382 7.42656V13.0906C29.1382 13.2325 29.1102 13.373 29.0559 13.5042C29.0016 13.6353 28.922 13.7545 28.8216 13.8548C28.7212 13.9552 28.602 14.0347 28.4709 14.089C28.3397 14.1433 28.1992 14.1712 28.0572 14.1712H24.904C24.6589 14.1715 24.4239 14.2689 24.2507 14.4423C24.0774 14.6156 23.98 14.8506 23.9798 15.0957V18.7267C23.9799 18.8687 23.952 19.0093 23.8977 19.1405C23.8434 19.2717 23.7638 19.391 23.6634 19.4914C23.563 19.5918 23.4438 19.6714 23.3126 19.7258C23.1814 19.7801 23.0408 19.808 22.8988 19.808H9.10236C8.96037 19.808 8.81976 19.7801 8.68857 19.7258C8.55739 19.6714 8.43819 19.5918 8.3378 19.4914C8.23741 19.391 8.1578 19.2717 8.10351 19.1405C8.04922 19.0093 8.02132 18.8687 8.02140 18.7267ZM15.3116 13.2845V7.42592C15.3115 7.18096 15.214 6.94609 15.0407 6.77297C14.8674 6.59984 14.6324 6.50264 14.3875 6.50272H6.7446C6.49964 6.50264 6.26467 6.59984 6.09137 6.77297C5.91806 6.94609 5.82061 7.18096 5.82044 7.42592V12.009H7.09724C7.70614 12.0093 8.30133 12.1897 8.80805 12.5273C9.31477 12.8649 9.7104 13.3448 9.94524 13.9066C11.1152 13.609 12.8252 13.3494 15.3116 13.2845ZM22.0912 13.824C22.3361 13.2832 22.7316 12.8245 23.2305 12.5026C23.7293 12.1807 24.3103 12.0093 24.904 12.009H26.9766V7.42592C26.9764 7.18096 26.879 6.94609 26.7057 6.77297C26.5324 6.59984 26.2974 6.50264 26.0524 6.50272H18.4089C18.164 6.50264 17.929 6.59984 17.7557 6.77297C17.5824 6.94609 17.4849 7.18096 17.4848 7.42592V13.2819C19.5024 13.3357 20.9968 13.5581 22.0912 13.824ZM10.1836 16.08V17.6451H21.8176V15.985C20.6832 15.6816 18.9936 15.4317 16.5286 15.4317H16.3628C13.2617 15.4416 11.3481 15.7414 10.1836 16.08ZM4.84284 21.9408H7.70332C7.98996 21.9409 8.26484 22.0547 8.46758 22.2574C8.67033 22.46 8.78435 22.7348 8.7846 23.0214V26.5789C8.78456 26.7208 8.75656 26.8614 8.7022 26.9925C8.64784 27.1237 8.56818 27.2428 8.46777 27.3431C8.36736 27.4435 8.24818 27.5231 8.11701 27.5774C7.98585 27.6316 7.84528 27.6596 7.70332 27.6595H4.84284C4.7009 27.6596 4.56035 27.6316 4.4292 27.5774C4.29806 27.5231 4.17889 27.4435 4.07851 27.3431C3.97813 27.2428 3.8985 27.1236 3.84417 26.9925C3.78985 26.8614 3.76188 26.7208 3.76188 26.5789V23.0214C3.76205 22.7348 3.876 22.46 4.0787 22.2574C4.28139 22.0548 4.55624 21.9409 4.84284 21.9408ZM5.92412 24.103V25.4973H6.62236V24.103H5.92412ZM24.2979 21.9408H27.1584C27.445 21.9409 27.7198 22.0548 27.9225 22.2574C28.1252 22.46 28.2392 22.7348 28.2393 23.0214V26.5789C28.2393 26.7208 28.2114 26.8614 28.157 26.9925C28.1027 27.1236 28.0231 27.2428 27.9227 27.3431C27.8223 27.4435 27.7031 27.5231 27.572 27.5774C27.4409 27.6316 27.3003 27.6596 27.1584 27.6595H24.2979C24.1559 27.6596 24.0154 27.6316 23.8842 27.5774C23.753 27.5231 23.6338 27.4435 23.5334 27.3431C23.433 27.2428 23.3534 27.1237 23.299 26.9925C23.2446 26.8614 23.2166 26.7208 23.2166 26.5789V23.0214C23.2169 22.7348 23.3309 22.46 23.5336 22.2574C23.7364 22.0547 24.0112 21.9409 24.2979 21.9408ZM25.3788 24.103V25.4973H26.0771V24.103H25.3788Z%27 fill=%27currentColor%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M28.9136 24.103H3.0864C2.26794 24.1027 1.4831 23.7774 0.90436 23.1987C0.325622 22.6199 0.000339223 21.8351 0 21.0166L0 15.0966C0.000254417 14.2781 0.325499 13.4932 0.904247 12.9144C1.483 12.3356 2.26788 12.0103 3.0864 12.0099H7.09664C7.91516 12.0103 8.70005 12.3356 9.27879 12.9144C9.85754 13.4932 10.1828 14.2781 10.183 15.0966V17.6461H21.817V15.0957C21.8172 14.2772 22.1425 13.4922 22.7212 12.9134C23.3 12.3346 24.0848 12.0093 24.9034 12.009H28.9136C29.7321 12.0093 30.517 12.3346 31.0958 12.9134C31.6745 13.4922 31.9997 14.2772 32 15.0957V21.0157C31.9999 21.8343 31.6747 22.6194 31.096 23.1983C30.5172 23.7773 29.7322 24.1027 28.9136 24.103ZM28.9136 21.9408C29.1587 21.9408 29.3938 21.8434 29.5671 21.6701C29.7404 21.4968 29.8378 21.2617 29.8378 21.0166V15.0966C29.8376 14.8516 29.7402 14.6166 29.5669 14.4432C29.3936 14.2699 29.1587 14.1724 28.9136 14.1722H24.9034C24.6583 14.1724 24.4233 14.2699 24.25 14.4432C24.0768 14.6166 23.9794 14.8516 23.9792 15.0966V18.7267C23.9793 18.8687 23.9514 19.0093 23.8971 19.1405C23.8428 19.2717 23.7632 19.391 23.6628 19.4914C23.5624 19.5918 23.4432 19.6714 23.312 19.7258C23.1808 19.7801 23.0402 19.808 22.8982 19.808H9.10176C8.95982 19.808 8.81927 19.7801 8.68812 19.7258C8.55697 19.6715 8.43781 19.5919 8.33743 19.4916C8.23704 19.3912 8.15742 19.2721 8.10309 19.141C8.04876 19.0098 8.0208 18.8693 8.0208 18.7274V15.0957C8.02063 14.8506 7.92322 14.6156 7.74995 14.4423C7.57668 14.2689 7.34172 14.1715 7.09664 14.1712H3.0864C2.84132 14.1715 2.60636 14.2689 2.43309 14.4423C2.25982 14.6156 2.16241 14.8506 2.16224 15.0957V21.0157C2.16224 21.2608 2.25961 21.4958 2.43292 21.6692C2.60623 21.8425 2.8413 21.9398 3.0864 21.9398L28.9136 21.9408Z%27 fill=%27currentColor%27/></g></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.0214 18.7267V15.0957C8.02123 14.8506 7.92382 14.6156 7.75056 14.4423C7.57729 14.2689 7.34232 14.1715 7.09724 14.1712H4.73916C4.59722 14.1712 4.45667 14.1433 4.32552 14.089C4.19438 14.0347 4.07521 13.9552 3.97483 13.8548C3.87445 13.7545 3.79482 13.6353 3.74049 13.5042C3.68617 13.373 3.6582 13.2325 3.6582 13.0906V7.42656C3.6588 6.60827 3.98419 5.82367 4.5629 5.24514C5.14161 4.66661 5.92631 4.34146 6.7446 4.34112H14.3875C15.1255 4.34009 15.8392 4.60476 16.398 5.08672C16.9571 4.60488 17.6709 4.34024 18.4089 4.34112H26.0518C26.8701 4.34146 27.6548 4.66661 28.2335 5.24514C28.8122 5.82367 29.1376 6.60827 29.1382 7.42656V13.0906C29.1382 13.2325 29.1102 13.373 29.0559 13.5042C29.0016 13.6353 28.922 13.7545 28.8216 13.8548C28.7212 13.9552 28.602 14.0347 28.4709 14.089C28.3397 14.1433 28.1992 14.1712 28.0572 14.1712H24.904C24.6589 14.1715 24.4239 14.2689 24.2507 14.4423C24.0774 14.6156 23.98 14.8506 23.9798 15.0957V18.7267C23.9799 18.8687 23.952 19.0093 23.8977 19.1405C23.8434 19.2717 23.7638 19.391 23.6634 19.4914C23.563 19.5918 23.4438 19.6714 23.3126 19.7258C23.1814 19.7801 23.0408 19.808 22.8988 19.808H9.10236C8.96037 19.808 8.81976 19.7801 8.68857 19.7258C8.55739 19.6714 8.43819 19.5918 8.3378 19.4914C8.23741 19.391 8.1578 19.2717 8.10351 19.1405C8.04922 19.0093 8.02132 18.8687 8.02140 18.7267ZM15.3116 13.2845V7.42592C15.3115 7.18096 15.214 6.94609 15.0407 6.77297C14.8674 6.59984 14.6324 6.50264 14.3875 6.50272H6.7446C6.49964 6.50264 6.26467 6.59984 6.09137 6.77297C5.91806 6.94609 5.82061 7.18096 5.82044 7.42592V12.009H7.09724C7.70614 12.0093 8.30133 12.1897 8.80805 12.5273C9.31477 12.8649 9.7104 13.3448 9.94524 13.9066C11.1152 13.609 12.8252 13.3494 15.3116 13.2845ZM22.0912 13.824C22.3361 13.2832 22.7316 12.8245 23.2305 12.5026C23.7293 12.1807 24.3103 12.0093 24.904 12.009H26.9766V7.42592C26.9764 7.18096 26.879 6.94609 26.7057 6.77297C26.5324 6.59984 26.2974 6.50264 26.0524 6.50272H18.4089C18.164 6.50264 17.929 6.59984 17.7557 6.77297C17.5824 6.94609 17.4849 7.18096 17.4848 7.42592V13.2819C19.5024 13.3357 20.9968 13.5581 22.0912 13.824ZM10.1836 16.08V17.6451H21.8176V15.985C20.6832 15.6816 18.9936 15.4317 16.5286 15.4317H16.3628C13.2617 15.4416 11.3481 15.7414 10.1836 16.08ZM4.84284 21.9408H7.70332C7.98996 21.9409 8.26484 22.0547 8.46758 22.2574C8.67033 22.46 8.78435 22.7348 8.7846 23.0214V26.5789C8.78456 26.7208 8.75656 26.8614 8.7022 26.9925C8.64784 27.1237 8.56818 27.2428 8.46777 27.3431C8.36736 27.4435 8.24818 27.5231 8.11701 27.5774C7.98585 27.6316 7.84528 27.6596 7.70332 27.6595H4.84284C4.7009 27.6596 4.56035 27.6316 4.4292 27.5774C4.29806 27.5231 4.17889 27.4435 4.07851 27.3431C3.97813 27.2428 3.8985 27.1236 3.84417 26.9925C3.78985 26.8614 3.76188 26.7208 3.76188 26.5789V23.0214C3.76205 22.7348 3.876 22.46 4.0787 22.2574C4.28139 22.0548 4.55624 21.9409 4.84284 21.9408ZM5.92412 24.103V25.4973H6.62236V24.103H5.92412ZM24.2979 21.9408H27.1584C27.445 21.9409 27.7198 22.0548 27.9225 22.2574C28.1252 22.46 28.2392 22.7348 28.2393 23.0214V26.5789C28.2393 26.7208 28.2114 26.8614 28.157 26.9925C28.1027 27.1236 28.0231 27.2428 27.9227 27.3431C27.8223 27.4435 27.7031 27.5231 27.572 27.5774C27.4409 27.6316 27.3003 27.6596 27.1584 27.6595H24.2979C24.1559 27.6596 24.0154 27.6316 23.8842 27.5774C23.753 27.5231 23.6338 27.4435 23.5334 27.3431C23.433 27.2428 23.3534 27.1237 23.299 26.9925C23.2446 26.8614 23.2166 26.7208 23.2166 26.5789V23.0214C23.2169 22.7348 23.3309 22.46 23.5336 22.2574C23.7364 22.0547 24.0112 21.9409 24.2979 21.9408ZM25.3788 24.103V25.4973H26.0771V24.103H25.3788Z%27 fill=%27currentColor%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M28.9136 24.103H3.0864C2.26794 24.1027 1.4831 23.7774 0.90436 23.1987C0.325622 22.6199 0.000339223 21.8351 0 21.0166L0 15.0966C0.000254417 14.2781 0.325499 13.4932 0.904247 12.9144C1.483 12.3356 2.26788 12.0103 3.0864 12.0099H7.09664C7.91516 12.0103 8.70005 12.3356 9.27879 12.9144C9.85754 13.4932 10.1828 14.2781 10.183 15.0966V17.6461H21.817V15.0957C21.8172 14.2772 22.1425 13.4922 22.7212 12.9134C23.3 12.3346 24.0848 12.0093 24.9034 12.009H28.9136C29.7321 12.0093 30.517 12.3346 31.0958 12.9134C31.6745 13.4922 31.9997 14.2772 32 15.0957V21.0157C31.9999 21.8343 31.6747 22.6194 31.096 23.1983C30.5172 23.7773 29.7322 24.1027 28.9136 24.103ZM28.9136 21.9408C29.1587 21.9408 29.3938 21.8434 29.5671 21.6701C29.7404 21.4968 29.8378 21.2617 29.8378 21.0166V15.0966C29.8376 14.8516 29.7402 14.6166 29.5669 14.4432C29.3936 14.2699 29.1587 14.1724 28.9136 14.1722H24.9034C24.6583 14.1724 24.4233 14.2699 24.25 14.4432C24.0768 14.6166 23.9794 14.8516 23.9792 15.0966V18.7267C23.9793 18.8687 23.9514 19.0093 23.8971 19.1405C23.8428 19.2717 23.7632 19.391 23.6628 19.4914C23.5624 19.5918 23.4432 19.6714 23.312 19.7258C23.1808 19.7801 23.0402 19.808 22.8982 19.808H9.10176C8.95982 19.808 8.81927 19.7801 8.68812 19.7258C8.55697 19.6715 8.43781 19.5919 8.33743 19.4916C8.23704 19.3912 8.15742 19.2721 8.10309 19.141C8.04876 19.0098 8.0208 18.8693 8.0208 18.7274V15.0957C8.02063 14.8506 7.92322 14.6156 7.74995 14.4423C7.57668 14.2689 7.34172 14.1715 7.09664 14.1712H3.0864C2.84132 14.1715 2.60636 14.2689 2.43309 14.4423C2.25982 14.6156 2.16241 14.8506 2.16224 15.0957V21.0157C2.16224 21.2608 2.25961 21.4958 2.43292 21.6692C2.60623 21.8425 2.8413 21.9398 3.0864 21.9398L28.9136 21.9408Z%27 fill=%27currentColor%27/></g></svg>");
}
.jb-hero__perks-item--bath::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1.78653 13.7987H1.08253C0.798934 13.7938 0.528604 13.6778 0.329775 13.4755C0.130947 13.2732 0.0195313 13.0009 0.0195312 12.7173C0.0195313 12.4336 0.130947 12.1614 0.329775 11.9591C0.528604 11.7568 0.798934 11.6407 1.08253 11.6358H7.60093C7.74294 11.6359 7.88354 11.6639 8.01472 11.7183C8.14589 11.7727 8.26506 11.8524 8.36542 11.9529C8.46577 12.0534 8.54534 12.1726 8.59959 12.3039C8.65384 12.4351 8.68169 12.5758 8.68157 12.7178V15.9075C8.68157 16.0618 8.74282 16.2097 8.85185 16.3188C8.96088 16.4279 9.10877 16.4892 9.26301 16.4893H12.5878C12.742 16.4892 12.8899 16.4279 12.999 16.3188C13.108 16.2097 13.1692 16.0618 13.1692 15.9075V12.7178C13.1691 12.5757 13.197 12.4351 13.2513 12.3038C13.3055 12.1725 13.3851 12.0533 13.4855 11.9528C13.5859 11.8523 13.7051 11.7726 13.8363 11.7182C13.9675 11.6638 14.1082 11.6358 14.2502 11.6358H30.919C31.0626 11.6334 31.2052 11.6595 31.3386 11.7128C31.472 11.766 31.5934 11.8453 31.6958 11.9459C31.7982 12.0466 31.8796 12.1666 31.9351 12.2991C31.9906 12.4315 32.0192 12.5737 32.0192 12.7173C32.0192 12.8609 31.9906 13.0031 31.9351 13.1355C31.8796 13.2679 31.7982 13.388 31.6958 13.4886C31.5934 13.5893 31.472 13.6686 31.3386 13.7218C31.2052 13.775 31.0626 13.8012 30.919 13.7987H30.215C30.1769 17.0992 29.8771 19.7898 27.8652 21.8006C27.6857 21.9798 27.4355 22.1594 27.111 22.3194C26.4371 22.6506 25.3356 22.9386 23.9577 23.1488C19.6176 23.8115 12.3318 23.8147 8.00861 23.151C6.61949 22.9373 5.51453 22.6426 4.84861 22.3021C4.58282 22.1719 4.3398 21.9997 4.12893 21.792C2.13981 19.7635 1.82781 17.0912 1.78653 13.7987ZM3.94237 13.7987C3.94717 16.448 4.06365 18.6381 5.67229 20.28C5.721 20.3191 5.77483 20.3514 5.83229 20.376C6.35901 20.6445 7.24029 20.8445 8.33885 21.0125C12.4838 21.6499 19.4704 21.6454 23.6323 21.0102C24.7324 20.8422 25.6192 20.6435 26.1571 20.3782C26.2316 20.3418 26.2966 20.312 26.3379 20.271C27.96 18.6486 28.0595 16.447 28.0608 13.7978H15.3308V15.9066C15.3304 16.634 15.0413 17.3315 14.527 17.8458C14.0127 18.3602 13.3152 18.6494 12.5878 18.6499H9.26301C8.53561 18.6494 7.83815 18.3602 7.32383 17.8458C6.80952 17.3315 6.52039 16.634 6.51997 15.9066V13.7978L3.94237 13.7987Z%27 fill=%27currentColor%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M6.02077 27.4362C5.6877 27.4278 5.35962 27.3532 5.05564 27.2168C4.75166 27.0804 4.47786 26.8849 4.25018 26.6416C4.0225 26.3984 3.8455 26.1122 3.72947 25.7999C3.61345 25.4876 3.56073 25.1553 3.57437 24.8224C3.63229 23.2138 3.82269 22.1683 4.34237 20.9242C4.3995 20.7865 4.48451 20.6622 4.59205 20.559C4.69959 20.4558 4.82733 20.376 4.96723 20.3246C5.10713 20.2732 5.25616 20.2513 5.40493 20.2603C5.5537 20.2693 5.69899 20.309 5.83165 20.377C6.35805 20.6454 7.23965 20.8454 8.33757 21.0131C8.51423 21.0406 8.68132 21.1115 8.82389 21.2194C8.96646 21.3273 9.08006 21.4688 9.15453 21.6313C9.229 21.7939 9.26202 21.9723 9.25063 22.1508C9.23923 22.3292 9.18379 22.502 9.08925 22.6538C8.64605 23.3658 8.60541 23.9619 8.59741 24.9536V24.9616C8.58783 25.6219 8.31882 26.2518 7.84854 26.7153C7.37825 27.1789 6.74445 27.4387 6.08413 27.4387C6.06397 27.4387 6.04221 27.4374 6.02077 27.4362ZM6.10749 25.2758C6.19549 25.2702 6.27816 25.2317 6.33913 25.168C6.40011 25.1043 6.43495 25.02 6.43677 24.9318C6.44349 24.1117 6.49021 23.4778 6.64317 22.8938C6.41725 22.8422 6.20413 22.7888 6.00477 22.7315C5.83741 23.376 5.76605 24.0397 5.73501 24.9034C5.73489 24.9053 5.73489 24.9072 5.73501 24.9091C5.73289 24.9566 5.74043 25.0039 5.75719 25.0484C5.77395 25.0928 5.79957 25.1333 5.8325 25.1676C5.86543 25.2018 5.90497 25.2289 5.94872 25.2474C5.99248 25.2658 6.03953 25.2752 6.08701 25.2749C6.09277 25.2749 6.10013 25.2758 6.10749 25.2758ZM25.9475 27.4362C25.9261 27.4362 25.9046 27.4387 25.8835 27.4387C25.2232 27.4385 24.5895 27.1786 24.1193 26.7152C23.649 26.2517 23.38 25.6218 23.3702 24.9616V24.9536C23.3625 23.9616 23.3216 23.3632 22.8777 22.6515C22.783 22.4996 22.7275 22.3266 22.7161 22.1479C22.7048 21.9693 22.738 21.7906 22.8128 21.628C22.8876 21.4653 23.0016 21.3238 23.1445 21.2161C23.2875 21.1084 23.455 21.0379 23.632 21.0109C24.7318 20.8429 25.6185 20.6442 26.1565 20.3792C26.2891 20.3137 26.4337 20.2762 26.5814 20.2689C26.7292 20.2617 26.8768 20.2849 27.0152 20.337C27.1536 20.3892 27.2798 20.4693 27.3859 20.5723C27.4921 20.6752 27.5759 20.7989 27.6323 20.9357C28.1475 22.1763 28.3363 23.2182 28.3949 24.8224C28.4085 25.1553 28.3557 25.4876 28.2396 25.7999C28.1236 26.1123 27.9465 26.3984 27.7188 26.6416C27.4911 26.8849 27.2173 27.0804 26.9133 27.2168C26.6093 27.3532 26.2812 27.4278 25.9481 27.4362H25.9475ZM25.8611 25.2758H25.8832C25.9306 25.2759 25.9775 25.2663 26.0211 25.2478C26.0648 25.2292 26.1042 25.2021 26.1371 25.1679C26.1699 25.1338 26.1956 25.0933 26.2124 25.049C26.2293 25.0047 26.237 24.9575 26.2352 24.9101C26.235 24.9082 26.235 24.9062 26.2352 24.9043C26.2032 24.0403 26.1328 23.3779 25.9657 22.736C25.7661 22.7907 25.5526 22.8445 25.3257 22.896C25.4784 23.48 25.5254 24.1139 25.5321 24.9389C25.5357 25.0257 25.5712 25.1082 25.6319 25.1704C25.6925 25.2326 25.7741 25.2701 25.8608 25.2758H25.8611ZM27.9411 12.7178C27.9362 13.0013 27.8202 13.2715 27.618 13.4703C27.4157 13.6691 27.1435 13.7804 26.86 13.7804C26.5764 13.7804 26.3042 13.6691 26.102 13.4703C25.8998 13.2715 25.7837 13.0013 25.7789 12.7178V7.81056C25.7789 7.522 25.6642 7.24527 25.4602 7.04123C25.2561 6.83719 24.9794 6.72256 24.6909 6.72256C24.4023 6.72256 24.1256 6.83719 23.9215 7.04123C23.7175 7.24527 23.6029 7.522 23.6029 7.81056C23.598 8.09407 23.4819 8.36432 23.2797 8.56309C23.0775 8.76186 22.8053 8.87324 22.5217 8.87324C22.2382 8.87324 21.966 8.76186 21.7638 8.56309C21.5615 8.36432 21.4455 8.09407 21.4406 7.81056C21.4491 6.95426 21.7952 6.13591 22.4038 5.53339C23.0123 4.93088 23.834 4.59289 24.6904 4.59289C25.5467 4.59289 26.3685 4.93088 26.977 5.53339C27.5855 6.13591 27.9316 6.95426 27.9401 7.81056L27.9411 12.7178ZM15.3293 15.9075C15.3288 16.6349 15.0397 17.3324 14.5253 17.8468C14.0109 18.3611 13.3133 18.6502 12.5859 18.6506H9.26269C8.5353 18.6501 7.8378 18.361 7.32343 17.8467C6.80905 17.3324 6.51984 16.6349 6.51933 15.9075V12.0186C6.51976 11.2911 6.80892 10.5936 7.32331 10.0792C7.8377 9.56479 8.53524 9.27562 9.26269 9.2752H12.5872C13.3144 9.27588 14.0117 9.56517 14.5258 10.0795C15.0399 10.5939 15.3289 11.2913 15.3293 12.0186V15.9075ZM13.167 15.9075V12.0186C13.1668 11.8646 13.1054 11.717 12.9965 11.6082C12.8875 11.4993 12.7399 11.4382 12.5859 11.4381H9.26269C9.10871 11.4382 8.96104 11.4993 8.8521 11.6082C8.74316 11.717 8.68183 11.8646 8.68157 12.0186V15.9075C8.68157 16.0617 8.74279 16.2095 8.85176 16.3185C8.96073 16.4276 9.10854 16.4889 9.26269 16.489H12.5872C12.7413 16.4889 12.8891 16.4276 12.9981 16.3185C13.1071 16.2095 13.1683 16.0617 13.1683 15.9075H13.167Z%27 fill=%27currentColor%27/></g></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1.78653 13.7987H1.08253C0.798934 13.7938 0.528604 13.6778 0.329775 13.4755C0.130947 13.2732 0.0195313 13.0009 0.0195312 12.7173C0.0195313 12.4336 0.130947 12.1614 0.329775 11.9591C0.528604 11.7568 0.798934 11.6407 1.08253 11.6358H7.60093C7.74294 11.6359 7.88354 11.6639 8.01472 11.7183C8.14589 11.7727 8.26506 11.8524 8.36542 11.9529C8.46577 12.0534 8.54534 12.1726 8.59959 12.3039C8.65384 12.4351 8.68169 12.5758 8.68157 12.7178V15.9075C8.68157 16.0618 8.74282 16.2097 8.85185 16.3188C8.96088 16.4279 9.10877 16.4892 9.26301 16.4893H12.5878C12.742 16.4892 12.8899 16.4279 12.999 16.3188C13.108 16.2097 13.1692 16.0618 13.1692 15.9075V12.7178C13.1691 12.5757 13.197 12.4351 13.2513 12.3038C13.3055 12.1725 13.3851 12.0533 13.4855 11.9528C13.5859 11.8523 13.7051 11.7726 13.8363 11.7182C13.9675 11.6638 14.1082 11.6358 14.2502 11.6358H30.919C31.0626 11.6334 31.2052 11.6595 31.3386 11.7128C31.472 11.766 31.5934 11.8453 31.6958 11.9459C31.7982 12.0466 31.8796 12.1666 31.9351 12.2991C31.9906 12.4315 32.0192 12.5737 32.0192 12.7173C32.0192 12.8609 31.9906 13.0031 31.9351 13.1355C31.8796 13.2679 31.7982 13.388 31.6958 13.4886C31.5934 13.5893 31.472 13.6686 31.3386 13.7218C31.2052 13.775 31.0626 13.8012 30.919 13.7987H30.215C30.1769 17.0992 29.8771 19.7898 27.8652 21.8006C27.6857 21.9798 27.4355 22.1594 27.111 22.3194C26.4371 22.6506 25.3356 22.9386 23.9577 23.1488C19.6176 23.8115 12.3318 23.8147 8.00861 23.151C6.61949 22.9373 5.51453 22.6426 4.84861 22.3021C4.58282 22.1719 4.3398 21.9997 4.12893 21.792C2.13981 19.7635 1.82781 17.0912 1.78653 13.7987ZM3.94237 13.7987C3.94717 16.448 4.06365 18.6381 5.67229 20.28C5.721 20.3191 5.77483 20.3514 5.83229 20.376C6.35901 20.6445 7.24029 20.8445 8.33885 21.0125C12.4838 21.6499 19.4704 21.6454 23.6323 21.0102C24.7324 20.8422 25.6192 20.6435 26.1571 20.3782C26.2316 20.3418 26.2966 20.312 26.3379 20.271C27.96 18.6486 28.0595 16.447 28.0608 13.7978H15.3308V15.9066C15.3304 16.634 15.0413 17.3315 14.527 17.8458C14.0127 18.3602 13.3152 18.6494 12.5878 18.6499H9.26301C8.53561 18.6494 7.83815 18.3602 7.32383 17.8458C6.80952 17.3315 6.52039 16.634 6.51997 15.9066V13.7978L3.94237 13.7987Z%27 fill=%27currentColor%27/><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M6.02077 27.4362C5.6877 27.4278 5.35962 27.3532 5.05564 27.2168C4.75166 27.0804 4.47786 26.8849 4.25018 26.6416C4.0225 26.3984 3.8455 26.1122 3.72947 25.7999C3.61345 25.4876 3.56073 25.1553 3.57437 24.8224C3.63229 23.2138 3.82269 22.1683 4.34237 20.9242C4.3995 20.7865 4.48451 20.6622 4.59205 20.559C4.69959 20.4558 4.82733 20.376 4.96723 20.3246C5.10713 20.2732 5.25616 20.2513 5.40493 20.2603C5.5537 20.2693 5.69899 20.309 5.83165 20.377C6.35805 20.6454 7.23965 20.8454 8.33757 21.0131C8.51423 21.0406 8.68132 21.1115 8.82389 21.2194C8.96646 21.3273 9.08006 21.4688 9.15453 21.6313C9.229 21.7939 9.26202 21.9723 9.25063 22.1508C9.23923 22.3292 9.18379 22.502 9.08925 22.6538C8.64605 23.3658 8.60541 23.9619 8.59741 24.9536V24.9616C8.58783 25.6219 8.31882 26.2518 7.84854 26.7153C7.37825 27.1789 6.74445 27.4387 6.08413 27.4387C6.06397 27.4387 6.04221 27.4374 6.02077 27.4362ZM6.10749 25.2758C6.19549 25.2702 6.27816 25.2317 6.33913 25.168C6.40011 25.1043 6.43495 25.02 6.43677 24.9318C6.44349 24.1117 6.49021 23.4778 6.64317 22.8938C6.41725 22.8422 6.20413 22.7888 6.00477 22.7315C5.83741 23.376 5.76605 24.0397 5.73501 24.9034C5.73489 24.9053 5.73489 24.9072 5.73501 24.9091C5.73289 24.9566 5.74043 25.0039 5.75719 25.0484C5.77395 25.0928 5.79957 25.1333 5.8325 25.1676C5.86543 25.2018 5.90497 25.2289 5.94872 25.2474C5.99248 25.2658 6.03953 25.2752 6.08701 25.2749C6.09277 25.2749 6.10013 25.2758 6.10749 25.2758ZM25.9475 27.4362C25.9261 27.4362 25.9046 27.4387 25.8835 27.4387C25.2232 27.4385 24.5895 27.1786 24.1193 26.7152C23.649 26.2517 23.38 25.6218 23.3702 24.9616V24.9536C23.3625 23.9616 23.3216 23.3632 22.8777 22.6515C22.783 22.4996 22.7275 22.3266 22.7161 22.1479C22.7048 21.9693 22.738 21.7906 22.8128 21.628C22.8876 21.4653 23.0016 21.3238 23.1445 21.2161C23.2875 21.1084 23.455 21.0379 23.632 21.0109C24.7318 20.8429 25.6185 20.6442 26.1565 20.3792C26.2891 20.3137 26.4337 20.2762 26.5814 20.2689C26.7292 20.2617 26.8768 20.2849 27.0152 20.337C27.1536 20.3892 27.2798 20.4693 27.3859 20.5723C27.4921 20.6752 27.5759 20.7989 27.6323 20.9357C28.1475 22.1763 28.3363 23.2182 28.3949 24.8224C28.4085 25.1553 28.3557 25.4876 28.2396 25.7999C28.1236 26.1123 27.9465 26.3984 27.7188 26.6416C27.4911 26.8849 27.2173 27.0804 26.9133 27.2168C26.6093 27.3532 26.2812 27.4278 25.9481 27.4362H25.9475ZM25.8611 25.2758H25.8832C25.9306 25.2759 25.9775 25.2663 26.0211 25.2478C26.0648 25.2292 26.1042 25.2021 26.1371 25.1679C26.1699 25.1338 26.1956 25.0933 26.2124 25.049C26.2293 25.0047 26.237 24.9575 26.2352 24.9101C26.235 24.9082 26.235 24.9062 26.2352 24.9043C26.2032 24.0403 26.1328 23.3779 25.9657 22.736C25.7661 22.7907 25.5526 22.8445 25.3257 22.896C25.4784 23.48 25.5254 24.1139 25.5321 24.9389C25.5357 25.0257 25.5712 25.1082 25.6319 25.1704C25.6925 25.2326 25.7741 25.2701 25.8608 25.2758H25.8611ZM27.9411 12.7178C27.9362 13.0013 27.8202 13.2715 27.618 13.4703C27.4157 13.6691 27.1435 13.7804 26.86 13.7804C26.5764 13.7804 26.3042 13.6691 26.102 13.4703C25.8998 13.2715 25.7837 13.0013 25.7789 12.7178V7.81056C25.7789 7.522 25.6642 7.24527 25.4602 7.04123C25.2561 6.83719 24.9794 6.72256 24.6909 6.72256C24.4023 6.72256 24.1256 6.83719 23.9215 7.04123C23.7175 7.24527 23.6029 7.522 23.6029 7.81056C23.598 8.09407 23.4819 8.36432 23.2797 8.56309C23.0775 8.76186 22.8053 8.87324 22.5217 8.87324C22.2382 8.87324 21.966 8.76186 21.7638 8.56309C21.5615 8.36432 21.4455 8.09407 21.4406 7.81056C21.4491 6.95426 21.7952 6.13591 22.4038 5.53339C23.0123 4.93088 23.834 4.59289 24.6904 4.59289C25.5467 4.59289 26.3685 4.93088 26.977 5.53339C27.5855 6.13591 27.9316 6.95426 27.9401 7.81056L27.9411 12.7178ZM15.3293 15.9075C15.3288 16.6349 15.0397 17.3324 14.5253 17.8468C14.0109 18.3611 13.3133 18.6502 12.5859 18.6506H9.26269C8.5353 18.6501 7.8378 18.361 7.32343 17.8467C6.80905 17.3324 6.51984 16.6349 6.51933 15.9075V12.0186C6.51976 11.2911 6.80892 10.5936 7.32331 10.0792C7.8377 9.56479 8.53524 9.27562 9.26269 9.2752H12.5872C13.3144 9.27588 14.0117 9.56517 14.5258 10.0795C15.0399 10.5939 15.3289 11.2913 15.3293 12.0186V15.9075ZM13.167 15.9075V12.0186C13.1668 11.8646 13.1054 11.717 12.9965 11.6082C12.8875 11.4993 12.7399 11.4382 12.5859 11.4381H9.26269C9.10871 11.4382 8.96104 11.4993 8.8521 11.6082C8.74316 11.717 8.68183 11.8646 8.68157 12.0186V15.9075C8.68157 16.0617 8.74279 16.2095 8.85176 16.3185C8.96073 16.4276 9.10854 16.4889 9.26269 16.489H12.5872C12.7413 16.4889 12.8891 16.4276 12.9981 16.3185C13.1071 16.2095 13.1683 16.0617 13.1683 15.9075H13.167Z%27 fill=%27currentColor%27/></g></svg>");
}
.jb-hero__perks-item--area::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M18.6667 13.3333L28 4M28 12V4H20M13.3333 18.6667L4 28M4 20V28H12%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M18.6667 13.3333L28 4M28 12V4H20M13.3333 18.6667L4 28M4 20V28H12%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-hero__footnote {
  text-align: center;
}

.jb-info-grid {
  display: grid;
  margin-block: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--2-xl);
  gap: var(--wp--preset--spacing--2-xl) var(--wp--preset--spacing--xl);
}
@media (min-width: 768px) {
  .jb-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jb-info-grid--apartment {
    grid-template-columns: repeat(6, 1fr);
  }
}
.jb-info-grid__add-button {
  grid-column: 1/-1;
}

.jb-info-card {
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background-color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md);
  box-shadow: var(--wp--preset--shadow--default);
  border-radius: 2px 2px 6px 6px;
  overflow: clip;
}
.jb-info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background-color: var(--wp--preset--color--accent);
}
@media (min-width: 768px) {
  .jb-info-card--2-col {
    grid-column: span 3;
  }
  .jb-info-card--3-col-fixed {
    grid-column: span 3;
  }
  .jb-info-card--3-col {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .jb-info-card--2-col {
    grid-column: span 2;
  }
  .jb-info-card--3-col {
    grid-column: span 3;
  }
}
.jb-info-card--full {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .jb-info-card--full:has(.jb-info-card__media) .jb-info-card__media {
    float: left;
    width: 48%;
    margin-right: var(--wp--preset--spacing--lg);
  }
  .jb-info-card--full:has(.jb-info-card__media) .jb-info-card__meta {
    clear: both;
  }
}
.jb-info-card__media {
  margin-bottom: var(--wp--preset--spacing--md);
  border-radius: 6px;
  overflow: clip;
}
.jb-info-card__media-editor {
  margin-bottom: var(--wp--preset--spacing--md);
}
.jb-info-card__media-preview {
  max-width: 200px;
  border-radius: 6px;
  overflow: clip;
}
.jb-info-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.jb-info-card__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--md);
}
.jb-info-card__title {
  margin-bottom: var(--wp--preset--spacing--sm);
}
.jb-info-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--xs);
  list-style: none;
  margin: 0 0 var(--wp--preset--spacing--md);
  padding-left: 0;
}
.jb-info-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  border-radius: 999px;
  padding: 0.25em 0.85em;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}
.jb-info-card__tags-editor, .jb-info-card__meta-editor {
  margin-bottom: var(--wp--preset--spacing--md);
  padding: var(--wp--preset--spacing--sm);
  border-radius: 4px;
  background-color: #f0f0f1;
}
.jb-info-card__add-button {
  margin-top: var(--wp--preset--spacing--xs);
}
.jb-info-card__hint {
  margin: 0.35em 0 0;
  font-size: var(--wp--preset--font-size--sm);
  color: var(--wp--preset--color--navy-blue);
}
.jb-info-card__remove-button.components-button {
  height: auto;
  padding: 0;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: var(--wp--preset--font-size--sm);
  text-decoration: underline;
}
.jb-info-card__content {
  margin-block: var(--wp--preset--spacing--lg);
}
.jb-info-card__content p {
  margin: 0 0 var(--wp--preset--spacing--sm);
}
.jb-info-card__content p:last-child {
  margin-bottom: 0;
}
.jb-info-card__tip {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--md);
  padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--sm) var(--wp--preset--spacing--sm) 2.5rem;
  border-radius: 8px;
  background-color: #FCF2DD;
  color: #724502;
}
@media (min-width: 768px) {
  .jb-info-card__tip {
    padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) var(--wp--preset--spacing--md) 2.75rem;
  }
}
.jb-info-card__tip::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 10.5V7M12 14H12.01M9.9 19.2L11.36 21.1467C11.5771 21.4362 11.6857 21.5809 11.8188 21.6327C11.9353 21.678 12.0647 21.678 12.1812 21.6327C12.3143 21.5809 12.4229 21.4362 12.64 21.1467L14.1 19.2C14.3931 18.8091 14.5397 18.6137 14.7185 18.4645C14.9569 18.2656 15.2383 18.1248 15.5405 18.0535C15.7671 18 16.0114 18 16.5 18C17.8978 18 18.5967 18 19.1481 17.7716C19.8831 17.4672 20.4672 16.8831 20.7716 16.1481C21 15.5967 21 14.8978 21 13.5V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V13.5C3 14.8978 3 15.5967 3.22836 16.1481C3.53284 16.8831 4.11687 17.4672 4.85195 17.7716C5.40326 18 6.10218 18 7.5 18C7.98858 18 8.23287 18 8.45951 18.0535C8.76169 18.1248 9.04312 18.2656 9.2815 18.4645C9.46028 18.6137 9.60685 18.8091 9.9 19.2Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 10.5V7M12 14H12.01M9.9 19.2L11.36 21.1467C11.5771 21.4362 11.6857 21.5809 11.8188 21.6327C11.9353 21.678 12.0647 21.678 12.1812 21.6327C12.3143 21.5809 12.4229 21.4362 12.64 21.1467L14.1 19.2C14.3931 18.8091 14.5397 18.6137 14.7185 18.4645C14.9569 18.2656 15.2383 18.1248 15.5405 18.0535C15.7671 18 16.0114 18 16.5 18C17.8978 18 18.5967 18 19.1481 17.7716C19.8831 17.4672 20.4672 16.8831 20.7716 16.1481C21 15.5967 21 14.8978 21 13.5V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V13.5C3 14.8978 3 15.5967 3.22836 16.1481C3.53284 16.8831 4.11687 17.4672 4.85195 17.7716C5.40326 18 6.10218 18 7.5 18C7.98858 18 8.23287 18 8.45951 18.0535C8.76169 18.1248 9.04312 18.2656 9.2815 18.4645C9.46028 18.6137 9.60685 18.8091 9.9 19.2Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  position: absolute;
  top: var(--wp--preset--spacing--sm);
  left: var(--wp--preset--spacing--sm);
  background-color: #724502;
}
@media (min-width: 768px) {
  .jb-info-card__tip::before {
    top: var(--wp--preset--spacing--md);
    left: var(--wp--preset--spacing--md);
  }
}
.jb-info-card__tip p {
  margin: 0 0 var(--wp--preset--spacing--sm);
}
.jb-info-card__tip p:last-child {
  margin-bottom: 0;
}
.jb-info-card__meta {
  padding-top: var(--wp--preset--spacing--lg);
  list-style: none;
  padding-left: 0;
  margin-top: var(--wp--preset--spacing--lg);
  border-top: 1px dashed var(--wp--preset--color--accent);
  color: var(--wp--preset--color--primary);
}
.jb-info-card__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 500;
  margin-bottom: var(--wp--preset--spacing--sm);
}
.jb-info-card__meta-item::before {
  margin-top: 0.15em;
}
.jb-info-card__meta-item a {
  color: var(--wp--preset--color--primary, #12314F);
  text-decoration-line: underline;
  text-decoration-color: var(--wp--preset--color--accent, #E8B94A);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
}
.jb-info-card__meta-item--address::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 22C16 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 8 18 12 22Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 22C16 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 8 18 12 22Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--primary);
}
.jb-info-card__meta-item--phone::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.38028 8.85335C9.07627 10.303 10.0251 11.6616 11.2266 12.8632C12.4282 14.0648 13.7869 15.0136 15.2365 15.7096C15.3612 15.7694 15.4235 15.7994 15.5024 15.8224C15.7828 15.9041 16.127 15.8454 16.3644 15.6754C16.4313 15.6275 16.4884 15.5704 16.6027 15.4561C16.9523 15.1064 17.1271 14.9316 17.3029 14.8174C17.9658 14.3864 18.8204 14.3864 19.4833 14.8174C19.6591 14.9316 19.8339 15.1064 20.1835 15.4561L20.3783 15.6509C20.9098 16.1824 21.1755 16.4481 21.3198 16.7335C21.6069 17.301 21.6069 17.9713 21.3198 18.5389C21.1755 18.8242 20.9098 19.09 20.3783 19.6214L20.2207 19.779C19.6911 20.3087 19.4263 20.5735 19.0662 20.7757C18.6667 21.0001 18.0462 21.1615 17.588 21.1601C17.1751 21.1589 16.8928 21.0788 16.3284 20.9186C13.295 20.0576 10.4326 18.4332 8.04466 16.0452C5.65668 13.6572 4.03221 10.7948 3.17124 7.76144C3.01103 7.19699 2.93092 6.91477 2.9297 6.50182C2.92833 6.0436 3.08969 5.42311 3.31411 5.0236C3.51636 4.66357 3.78117 4.39876 4.3108 3.86913L4.46843 3.7115C4.99987 3.18006 5.2656 2.91433 5.55098 2.76999C6.11854 2.48292 6.7888 2.48292 7.35636 2.76999C7.64174 2.91433 7.90747 3.18006 8.43891 3.7115L8.63378 3.90637C8.98338 4.25597 9.15819 4.43078 9.27247 4.60655C9.70347 5.26945 9.70347 6.12403 9.27247 6.78692C9.15819 6.96269 8.98338 7.1375 8.63378 7.4871C8.51947 7.60142 8.46231 7.65857 8.41447 7.72538C8.24446 7.96281 8.18576 8.30707 8.26748 8.58743C8.29048 8.66632 8.32041 8.72866 8.38028 8.85335Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.38028 8.85335C9.07627 10.303 10.0251 11.6616 11.2266 12.8632C12.4282 14.0648 13.7869 15.0136 15.2365 15.7096C15.3612 15.7694 15.4235 15.7994 15.5024 15.8224C15.7828 15.9041 16.127 15.8454 16.3644 15.6754C16.4313 15.6275 16.4884 15.5704 16.6027 15.4561C16.9523 15.1064 17.1271 14.9316 17.3029 14.8174C17.9658 14.3864 18.8204 14.3864 19.4833 14.8174C19.6591 14.9316 19.8339 15.1064 20.1835 15.4561L20.3783 15.6509C20.9098 16.1824 21.1755 16.4481 21.3198 16.7335C21.6069 17.301 21.6069 17.9713 21.3198 18.5389C21.1755 18.8242 20.9098 19.09 20.3783 19.6214L20.2207 19.779C19.6911 20.3087 19.4263 20.5735 19.0662 20.7757C18.6667 21.0001 18.0462 21.1615 17.588 21.1601C17.1751 21.1589 16.8928 21.0788 16.3284 20.9186C13.295 20.0576 10.4326 18.4332 8.04466 16.0452C5.65668 13.6572 4.03221 10.7948 3.17124 7.76144C3.01103 7.19699 2.93092 6.91477 2.9297 6.50182C2.92833 6.0436 3.08969 5.42311 3.31411 5.0236C3.51636 4.66357 3.78117 4.39876 4.3108 3.86913L4.46843 3.7115C4.99987 3.18006 5.2656 2.91433 5.55098 2.76999C6.11854 2.48292 6.7888 2.48292 7.35636 2.76999C7.64174 2.91433 7.90747 3.18006 8.43891 3.7115L8.63378 3.90637C8.98338 4.25597 9.15819 4.43078 9.27247 4.60655C9.70347 5.26945 9.70347 6.12403 9.27247 6.78692C9.15819 6.96269 8.98338 7.1375 8.63378 7.4871C8.51947 7.60142 8.46231 7.65857 8.41447 7.72538C8.24446 7.96281 8.18576 8.30707 8.26748 8.58743C8.29048 8.66632 8.32041 8.72866 8.38028 8.85335Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--primary);
}
.jb-info-card__meta-item--link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.5 2.5H17.5V7.5M17.5 2.5L10.8333 9.16667M8.33333 4.16667H6.5C5.09987 4.16667 4.3998 4.16667 3.86503 4.43915C3.39462 4.67883 3.01217 5.06128 2.77248 5.53169C2.5 6.06647 2.5 6.76653 2.5 8.16667V13.5C2.5 14.9002 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86503 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H11.8333C13.2335 17.5 13.9335 17.5 14.4683 17.2275C14.9387 16.9878 15.3212 16.6054 15.5608 16.135C15.8333 15.6002 15.8333 14.9002 15.8333 13.5V11.6667%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12.5 2.5H17.5V7.5M17.5 2.5L10.8333 9.16667M8.33333 4.16667H6.5C5.09987 4.16667 4.3998 4.16667 3.86503 4.43915C3.39462 4.67883 3.01217 5.06128 2.77248 5.53169C2.5 6.06647 2.5 6.76653 2.5 8.16667V13.5C2.5 14.9002 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86503 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H11.8333C13.2335 17.5 13.9335 17.5 14.4683 17.2275C14.9387 16.9878 15.3212 16.6054 15.5608 16.135C15.8333 15.6002 15.8333 14.9002 15.8333 13.5V11.6667%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--primary);
}
.jb-info-card__meta-item--info::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 16V12M12 8H12.01M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 16V12M12 8H12.01M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--primary);
}
.jb-info-card__meta-item--walk::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M12 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0%27/><path d=%27M7 21l3 -4%27/><path d=%27M16 21l-2 -4l-3 -3l1 -6%27/><path d=%27M6 12l2 -3l4 -1l3 3l3 1%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M12 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0%27/><path d=%27M7 21l3 -4%27/><path d=%27M16 21l-2 -4l-3 -3l1 -6%27/><path d=%27M6 12l2 -3l4 -1l3 3l3 1%27/></svg>");
  background-color: var(--wp--preset--color--primary);
}
.jb-info-card__meta-item--price::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M15.9377 15.9377C19.3603 15.4795 22 12.548 22 9C22 5.13401 18.866 2 15 2C11.452 2 8.52049 4.63967 8.06227 8.06227M7.5 13L9 12V17.5M7.5 17.5H10.5M16 15C16 18.866 12.866 22 9 22C5.13401 22 2 18.866 2 15C2 11.134 5.13401 8 9 8C12.866 8 16 11.134 16 15Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M15.9377 15.9377C19.3603 15.4795 22 12.548 22 9C22 5.13401 18.866 2 15 2C11.452 2 8.52049 4.63967 8.06227 8.06227M7.5 13L9 12V17.5M7.5 17.5H10.5M16 15C16 18.866 12.866 22 9 22C5.13401 22 2 18.866 2 15C2 11.134 5.13401 8 9 8C12.866 8 16 11.134 16 15Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--primary);
}

.jb-apartments {
  container-name: apartments;
  container-type: inline-size;
  margin-top: var(--wp--preset--spacing--2-xl);
}
.jb-apartments__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--md);
  list-style: none;
  padding: 0;
  margin: 0;
}
@container apartments (min-width: 880px) {
  .jb-apartments__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.jb-apartments__card {
  display: flex;
  position: relative;
  gap: 0 var(--wp--preset--spacing--sm);
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  border-radius: var(--wp--custom--radius--default);
  overflow: clip;
  box-shadow: var(--wp--preset--shadow--default);
}
.jb-apartments__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 3px 6px rgba(76, 26, 100, 0.03), 0 10px 20px rgba(76, 26, 100, 0.06);
}
@container apartments (min-width: 520px) and (max-width: 879.99px) {
  .jb-apartments__card {
    flex-direction: row;
  }
  .jb-apartments__card .jb-apartments__media {
    width: 38%;
    flex-shrink: 0;
  }
  .jb-apartments__card .jb-apartments__content {
    width: 62%;
  }
}
.jb-apartments__media {
  margin: 0;
  overflow: hidden;
}
.jb-apartments__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.4s ease;
}
.jb-apartments__card:hover .jb-apartments__media img {
  transform: scale(1.06);
}
.jb-apartments__content {
  position: static;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md) var(--wp--preset--spacing--sm);
}
.jb-apartments__title {
  margin: 0 0 var(--wp--preset--spacing--xs);
  font-size: var(--wp--preset--font-size--md);
}
.jb-apartments__facts-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 var(--wp--preset--spacing--lg);
  gap: var(--wp--preset--spacing--xs);
  color: var(--wp--preset--color--text);
  font-size: var(--wp--preset--font-size--sm);
}
.jb-apartments__facts-item:not(:first-child)::before {
  content: "/";
  margin-inline-end: var(--wp--preset--spacing--xs);
  color: var(--wp--preset--color--accent);
}
.jb-apartments__link {
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--xs);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 700;
  text-decoration: none;
  color: var(--wp--preset--color--contrast);
}
.jb-apartments__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.jb-apartments__link::after {
  content: "→";
}
.jb-apartments__card:hover .jb-apartments__link {
  color: var(--wp--preset--color--accent);
}

.jb-info-panel {
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--white, #fff);
  box-shadow: var(--wp--preset--shadow--default);
  overflow: clip;
  margin-top: var(--wp--preset--spacing--md);
  border-radius: var(--wp--custom--radius--default);
}
.jb-info-panel + p {
  margin-top: var(--wp--preset--spacing--xl);
}
@media (min-width: 768px) {
  .jb-info-panel:not(.jb-info-panel--tinted):not(.jb-info-panel--media-left):not(:has(.jb-info-panel__media--full)) {
    flex-direction: row;
    align-items: stretch;
  }
}
.jb-info-panel__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 260px;
  max-height: 520px;
}
@media (min-width: 768px) {
  .jb-info-panel:not(.jb-info-panel--media-left):not(.jb-info-panel--tinted):not(:has(.jb-info-panel__media--full)) .jb-info-panel__media {
    flex: 1 1 50%;
    height: auto;
    max-height: none;
  }
}
@media (min-width: 768px) {
  .jb-info-panel__media--full {
    flex: none;
    width: 100%;
    height: 420px;
    max-height: none;
  }
}
.jb-info-panel__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.jb-info-panel__content {
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--lg);
}
@media (min-width: 768px) {
  .jb-info-panel__content {
    flex: 1 1 50%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--wp--preset--spacing--2-xl);
    row-gap: var(--wp--preset--spacing--lg);
  }
}
.jb-info-panel__content--1-col {
  display: flex;
  flex-direction: column;
}
.jb-info-panel__card {
  position: relative;
  min-width: 0;
}
.jb-info-panel__card:not(:first-child) {
  padding-top: var(--wp--preset--spacing--md);
}
.jb-info-panel__card:not(:first-child)::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--wp--preset--spacing--lg) / 2);
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--wp--preset--color--border, #efe6d2);
}
@media (min-width: 768px) {
  .jb-info-panel__card:not(:first-child) {
    padding-top: 0;
  }
  .jb-info-panel__card:not(:first-child)::before {
    content: none;
  }
}
.jb-info-panel__card .jb-heading {
  width: 100%;
  margin-inline: 0;
  justify-content: flex-start;
  margin-bottom: var(--wp--preset--spacing--xs);
}
.jb-info-panel--media-top .jb-info-panel__media {
  order: -1;
}
@media (min-width: 768px) {
  .jb-info-panel--media-top .jb-info-panel__media {
    order: 0;
  }
}
@media (min-width: 1024px) {
  .jb-info-panel--media-left {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .jb-info-panel--media-left .jb-info-panel__media {
    order: -1;
    flex: 1 1 27.5%;
    height: auto;
    max-height: none;
  }
}
@media (min-width: 1024px) {
  .jb-info-panel--media-left .jb-info-panel__content {
    flex: 1 1 72.5%;
  }
}
.jb-info-panel--tinted .jb-info-panel__media {
  max-height: none;
  height: 200px;
}
@media (min-width: 768px) {
  .jb-info-panel--tinted .jb-info-panel__media img {
    position: static;
    height: 320px;
  }
}
.jb-info-panel .jb-promo-pastille {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--wp--preset--color--accent) 100%, white 20%) 0%, var(--wp--preset--color--accent) 100%);
  color: var(--wp--preset--color--primary);
  padding: 22px 40px;
  margin: -30px auto 0;
  max-width: 680px;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(120, 84, 20, 0.16), 0 2px 6px rgba(120, 84, 20, 0.08);
  position: relative;
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.jb-info-panel .jb-promo-pastille p.wp-block-paragraph {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.jb-info-panel .jb-promo-pastille__pct {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1;
  padding-right: 18px;
  border-right: 2px solid rgba(8, 53, 94, 0.2);
}
.jb-info-panel .jb-promo-pastille__text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.3;
  text-transform: none;
  max-width: 320px;
  text-align: left;
}
@media (max-width: 680px) {
  .jb-info-panel .jb-promo-pastille {
    margin: -55px 16px 0;
    padding: 18px 24px;
  }
  .jb-info-panel .jb-promo-pastille p.wp-block-paragraph {
    flex-direction: column;
    gap: 10px;
  }
  .jb-info-panel .jb-promo-pastille__pct {
    font-size: 30px;
    border-right: none;
    padding-right: 0;
    border-bottom: 2px solid rgba(8, 53, 94, 0.2);
    padding-bottom: 10px;
  }
  .jb-info-panel .jb-promo-pastille__text {
    font-size: 15px;
    text-align: center;
    max-width: 100%;
  }
}

.jb-prose {
  margin-top: var(--wp--preset--spacing--sm);
}
.jb-prose > figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  margin: 0;
}
.jb-prose > figure:not(:last-child) {
  margin-bottom: var(--wp--preset--spacing--2-xl);
}
.jb-prose > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jb-prose__buttons {
  margin-top: var(--wp--preset--spacing--2-xl);
  justify-content: center;
}
.jb-prose .jb-info-card {
  margin: var(--wp--preset--spacing--xl) 0;
}
.jb-prose .jb-info-card:first-child {
  margin-top: 0;
}
.jb-prose .jb-info-card:last-child {
  margin-bottom: 0;
}

.jb-tip-card {
  grid-column: 1/-1;
  max-width: var(--wp--style--global--content-size, 840px);
  width: 100%;
  margin-block: var(--wp--preset--spacing--2-xl) var(--wp--preset--spacing--xl);
  padding-left: var(--wp--preset--spacing--md);
  border-left: 4px solid var(--wp--preset--color--accent);
  margin-inline: auto;
}
.jb-tip-card__heading {
  font-size: var(--wp--preset--font-size--lg);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--wp--preset--color--primary);
}
.jb-tip-card__heading::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.99368 4.27984C8.32752 2.332 5.54914 1.80804 3.46159 3.59168C1.37405 5.37532 1.08016 8.3575 2.71952 10.467C4.08253 12.2209 8.20749 15.9201 9.55943 17.1173C9.71068 17.2513 9.78635 17.3183 9.87452 17.3446C9.95152 17.3676 10.0358 17.3676 10.1128 17.3446C10.2009 17.3183 10.2766 17.2513 10.4278 17.1173C11.7798 15.9201 15.9048 12.2209 17.2678 10.467C18.9071 8.3575 18.6491 5.35656 16.5257 3.59168C14.4023 1.8268 11.6598 2.332 9.99368 4.27984Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.99368 4.27984C8.32752 2.332 5.54914 1.80804 3.46159 3.59168C1.37405 5.37532 1.08016 8.3575 2.71952 10.467C4.08253 12.2209 8.20749 15.9201 9.55943 17.1173C9.71068 17.2513 9.78635 17.3183 9.87452 17.3446C9.95152 17.3676 10.0358 17.3676 10.1128 17.3446C10.2009 17.3183 10.2766 17.2513 10.4278 17.1173C11.7798 15.9201 15.9048 12.2209 17.2678 10.467C18.9071 8.3575 18.6491 5.35656 16.5257 3.59168C14.4023 1.8268 11.6598 2.332 9.99368 4.27984Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-color: var(--wp--preset--color--accent);
}
.jb-tip-card__heading span {
  text-box: trim-both cap alphabetic;
}

.jb-booking-banner {
  padding-block: var(--wp--preset--spacing--lg);
  background-color: var(--wp--preset--color--primary);
}
.jb-booking-banner__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: var(--wp--preset--spacing--lg);
}
@media (min-width: 768px) {
  .jb-booking-banner__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .jb-booking-banner__inner > * {
    margin: 0;
  }
}
.jb-booking-banner__heading {
  color: var(--wp--preset--color--white);
  font-size: clamp(1.5rem, 1.32rem + 0.9vw, 2rem);
  font-family: var(--wp--preset--font-family--open-sans), sans-serif;
  font-weight: 600;
}
.jb-booking-banner__buttons {
  justify-content: center;
}

.jb-hero-card__form {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .jb-hero-card__form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.jb-hero-card__field {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 1/-1;
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--navy-blue), 80% white);
}
.jb-hero-card__field:last-of-type, .jb-hero-card__field:has(> [for=jb-hero-card-adults]) {
  border-bottom: none;
}
.jb-hero-card__field:nth-child(3), .jb-hero-card__field:nth-child(4) {
  grid-column: span 1;
}
.jb-hero-card__field:nth-child(3) {
  border-right: 1px solid color-mix(in srgb, var(--wp--preset--color--navy-blue), 80% white);
}
@media (min-width: 768px) {
  .jb-hero-card__field {
    grid-column: auto;
    padding: 14px 10px;
    border-bottom: none;
    border-right: 1px solid color-mix(in srgb, var(--wp--preset--color--navy-blue), 80% white);
    width: 100%;
  }
  .jb-hero-card__field:last-of-type {
    border-right: none;
  }
  .jb-hero-card__field:nth-child(-n+2) {
    flex: 1.8 1 150px;
    min-width: 150px;
  }
  .jb-hero-card__field:nth-child(n+3):nth-child(-n+4) {
    flex: 1 1 120px;
    min-width: 120px;
  }
}
.jb-hero-card__label {
  display: block;
  margin: 0 0 4px;
  font-size: var(--wp--preset--font-size--md);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--wp--preset--color--navy-blue);
}
.jb-hero-card__input {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
}
.jb-hero-card__input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.5;
}
.jb-hero-card__input[type=date] {
  padding-right: 20px;
}
.jb-hero-card__input[type=number] {
  -moz-appearance: textfield;
}
.jb-hero-card__input[type=number]::-webkit-outer-spin-button, .jb-hero-card__input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jb-hero-card__submit {
  box-sizing: border-box;
  grid-column: 1/-1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--lg);
  border: none;
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--primary);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--lg);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
@media (min-width: 768px) {
  .jb-hero-card__submit {
    padding: 10px 14px;
    white-space: normal;
    text-align: center;
  }
}
@media (min-width: 1180px) {
  .jb-hero-card__submit {
    width: auto;
    max-width: 190px;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--md, 16px);
}
.contact-form p:has(> span[data-cf7apps-honeypot]) {
  display: contents;
}
.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--md, 16px);
}
@media (min-width: 768px) {
  .contact-form__row {
    flex-direction: row;
  }
  .contact-form__row .contact-form__field {
    flex: 1 1 0;
    min-width: 0;
  }
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form__label {
  font-size: var(--wp--preset--font-size--md);
  font-weight: 600;
  color: var(--wp--preset--color--navy-blue);
}
.contact-form__input {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--navy-blue), 70% white);
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--md);
  color: var(--wp--preset--color--navy-blue);
  transition: border-color 0.15s ease;
}
.contact-form__input:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}
.contact-form textarea.contact-form__input {
  min-height: 140px;
  resize: vertical;
}
.contact-form--acceptance {
  display: flex;
  align-items: flex-start;
}
.contact-form--acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--wp--preset--font-size--sm, 14px);
  color: var(--wp--preset--color--navy-blue);
  cursor: pointer;
}
.contact-form--acceptance input[type=checkbox] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--wp--preset--color--primary);
  cursor: pointer;
}
.contact-form__submit-row {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-form__submit {
  cursor: pointer;
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--primary);
}

.jb-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: var(--wp--preset--spacing--xl, 48px) var(--wp--preset--spacing--lg, 24px);
  text-align: center;
}
.jb-404__inner {
  max-width: 480px;
}
.jb-404__code {
  margin: 0;
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  line-height: 1;
  color: color-mix(in srgb, var(--wp--preset--color--navy-blue), 70% white);
}
.jb-404__title {
  margin: var(--wp--preset--spacing--sm, 12px) 0;
  color: var(--wp--preset--color--navy-blue);
}
.jb-404__text {
  margin: 0 0 var(--wp--preset--spacing--lg, 24px);
  color: color-mix(in srgb, var(--wp--preset--color--navy-blue), 30% white);
}
.jb-404__buttons {
  justify-content: center;
}
.jb-404__link {
  margin-top: var(--wp--preset--spacing--md, 16px);
  font-size: var(--wp--preset--font-size--md);
}

.jb-contact-details {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--wp--preset--spacing--sm);
}
@media (min-width: 768px) {
  .jb-contact-details--dark {
    text-align: left;
    align-items: start;
  }
}
.jb-contact-details--dark .jb-contact-details__item, .jb-contact-details--dark .jb-contact-details__item a {
  color: var(--wp--preset--color--white);
}
.jb-contact-details--dark .jb-contact-details__item::before {
  background-color: var(--wp--preset--color--accent);
}
.jb-contact-details__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.jb-contact-details__item a {
  text-decoration: none;
}
.jb-contact-details__item a:hover {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--accent);
  text-decoration-thickness: 2px;
}
.jb-contact-details__item--pin::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 22C16 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 8 18 12 22Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/><path d=%27M12 22C16 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 8 18 12 22Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-contact-details__item--phone::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.38028 8.85335C9.07627 10.303 10.0251 11.6616 11.2266 12.8632C12.4282 14.0648 13.7869 15.0136 15.2365 15.7096C15.3612 15.7694 15.4235 15.7994 15.5024 15.8224C15.7828 15.9041 16.127 15.8454 16.3644 15.6754C16.4313 15.6275 16.4884 15.5704 16.6027 15.4561C16.9523 15.1064 17.1271 14.9316 17.3029 14.8174C17.9658 14.3864 18.8204 14.3864 19.4833 14.8174C19.6591 14.9316 19.8339 15.1064 20.1835 15.4561L20.3783 15.6509C20.9098 16.1824 21.1755 16.4481 21.3198 16.7335C21.6069 17.301 21.6069 17.9713 21.3198 18.5389C21.1755 18.8242 20.9098 19.09 20.3783 19.6214L20.2207 19.779C19.6911 20.3087 19.4263 20.5735 19.0662 20.7757C18.6667 21.0001 18.0462 21.1615 17.588 21.1601C17.1751 21.1589 16.8928 21.0788 16.3284 20.9186C13.295 20.0576 10.4326 18.4332 8.04466 16.0452C5.65668 13.6572 4.03221 10.7948 3.17124 7.76144C3.01103 7.19699 2.93092 6.91477 2.9297 6.50182C2.92833 6.0436 3.08969 5.42311 3.31411 5.0236C3.51636 4.66357 3.78117 4.39876 4.3108 3.86913L4.46843 3.7115C4.99987 3.18006 5.2656 2.91433 5.55098 2.76999C6.11854 2.48292 6.7888 2.48292 7.35636 2.76999C7.64174 2.91433 7.90747 3.18006 8.43891 3.7115L8.63378 3.90637C8.98338 4.25597 9.15819 4.43078 9.27247 4.60655C9.70347 5.26945 9.70347 6.12403 9.27247 6.78692C9.15819 6.96269 8.98338 7.1375 8.63378 7.4871C8.51947 7.60142 8.46231 7.65857 8.41447 7.72538C8.24446 7.96281 8.18576 8.30707 8.26748 8.58743C8.29048 8.66632 8.32041 8.72866 8.38028 8.85335Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M8.38028 8.85335C9.07627 10.303 10.0251 11.6616 11.2266 12.8632C12.4282 14.0648 13.7869 15.0136 15.2365 15.7096C15.3612 15.7694 15.4235 15.7994 15.5024 15.8224C15.7828 15.9041 16.127 15.8454 16.3644 15.6754C16.4313 15.6275 16.4884 15.5704 16.6027 15.4561C16.9523 15.1064 17.1271 14.9316 17.3029 14.8174C17.9658 14.3864 18.8204 14.3864 19.4833 14.8174C19.6591 14.9316 19.8339 15.1064 20.1835 15.4561L20.3783 15.6509C20.9098 16.1824 21.1755 16.4481 21.3198 16.7335C21.6069 17.301 21.6069 17.9713 21.3198 18.5389C21.1755 18.8242 20.9098 19.09 20.3783 19.6214L20.2207 19.779C19.6911 20.3087 19.4263 20.5735 19.0662 20.7757C18.6667 21.0001 18.0462 21.1615 17.588 21.1601C17.1751 21.1589 16.8928 21.0788 16.3284 20.9186C13.295 20.0576 10.4326 18.4332 8.04466 16.0452C5.65668 13.6572 4.03221 10.7948 3.17124 7.76144C3.01103 7.19699 2.93092 6.91477 2.9297 6.50182C2.92833 6.0436 3.08969 5.42311 3.31411 5.0236C3.51636 4.66357 3.78117 4.39876 4.3108 3.86913L4.46843 3.7115C4.99987 3.18006 5.2656 2.91433 5.55098 2.76999C6.11854 2.48292 6.7888 2.48292 7.35636 2.76999C7.64174 2.91433 7.90747 3.18006 8.43891 3.7115L8.63378 3.90637C8.98338 4.25597 9.15819 4.43078 9.27247 4.60655C9.70347 5.26945 9.70347 6.12403 9.27247 6.78692C9.15819 6.96269 8.98338 7.1375 8.63378 7.4871C8.51947 7.60142 8.46231 7.65857 8.41447 7.72538C8.24446 7.96281 8.18576 8.30707 8.26748 8.58743C8.29048 8.66632 8.32041 8.72866 8.38028 8.85335Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-contact-details__item--email::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}
.jb-contact-details__item--walk::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  background-color: var(--wp--preset--color--icons);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M12 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0%27/><path d=%27M7 21l3 -4%27/><path d=%27M16 21l-2 -4l-3 -3l1 -6%27/><path d=%27M6 12l2 -3l4 -1l3 3l3 1%27/></svg>");
  mask-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 xmlns=%27http://www.w3.org/2000/svg%27><path stroke=%27none%27 d=%27M0 0h24v24H0z%27 fill=%27none%27/><path d=%27M12 4a1 1 0 1 0 2 0a1 1 0 1 0 -2 0%27/><path d=%27M7 21l3 -4%27/><path d=%27M16 21l-2 -4l-3 -3l1 -6%27/><path d=%27M6 12l2 -3l4 -1l3 3l3 1%27/></svg>");
}

.jb-map-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: var(--wp--preset--spacing--sm);
}
.jb-map-links__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.jb-map-links__item:hover, .jb-map-links__item:focus-visible {
  transform: translateY(-2px);
  opacity: 0.9;
}
.jb-map-links__item:focus-visible {
  outline: 2px solid var(--wp--preset--color--accent);
  outline-offset: 2px;
}
.jb-map-links__item--google {
  background-color: #4285f4;
}
.jb-map-links__item--apple {
  background-color: #000;
}
.jb-map-links__icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  flex-shrink: 0;
}
.jb-map-links__label {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.9375rem;
  white-space: nowrap;
}

.jb-sidebar__bar .wp-block-polylang-language-switcher {
  width: 100%;
}
@media (max-width: 1023px) {
  .jb-sidebar__bar .wp-block-polylang-language-switcher {
    width: auto;
    flex: 0 0 auto;
    margin-left: 150px;
  }
}

select.pll-switcher-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: var(--wp--preset--color--primary);
  background-color: #ffffff;
  border: 1px solid #D9E2EC;
  border-radius: 8px;
  padding: 8px 24px 8px 40px;
  margin: 0;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iNi4zIiBzdHJva2U9IiMwODM1NUUiIHN0cm9rZS13aWR0aD0iMS40Ii8+PHBhdGggZD0iTTggMS43QzkuOCAzLjYgMTAuOCA2IDEwLjggOEMxMC44IDEwIDkuOCAxMi40IDggMTQuM0M2LjIgMTIuNCA1LjIgMTAgNS4yIDhDNS4yIDYgNi4yIDMuNiA4IDEuN1oiIHN0cm9rZT0iIzA4MzU1RSIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48cGF0aCBkPSJNMS45IDhIMTQuMSIgc3Ryb2tlPSIjMDgzNTVFIiBzdHJva2Utd2lkdGg9IjEuMiIvPjwvc3ZnPg==), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMyA1LjVMNyA5LjVMMTEgNS41IiBzdHJva2U9IiMwODM1NUUiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
  background-repeat: no-repeat, no-repeat;
  background-position: left 14px center, right 14px center;
  background-size: 16px 16px, 13px 13px;
  box-shadow: 0 2px 6px rgba(8, 53, 94, 0.1);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
select.pll-switcher-select::-ms-expand {
  display: none;
}
@media (max-width: 1023px) {
  select.pll-switcher-select {
    width: auto;
    padding: 8px 28px;
    background-size: 13px 13px, 11px 11px;
    background-position: left 10px center, right 10px center;
  }
}

.jb-carousel__track .swiper-slide {
  width: fit-content;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .jb-carousel__track .swiper-slide {
    margin-right: 0;
  }
}
.jb-carousel__track figure {
  margin: 0;
  height: 100%;
}
.jb-carousel__track a.jb-carousel__zoom-link {
  display: block;
  height: 100%;
}
.jb-carousel__track img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.jb-info-panel__media.wp-block-jorboo-blocks-jb-carousel .jb-carousel__swiper {
  position: absolute;
  inset: 0;
}
.jb-info-panel__media.wp-block-jorboo-blocks-jb-carousel .jb-carousel__swiper img {
  width: 100%;
}

:not(.jb-info-panel__media).wp-block-jorboo-blocks-jb-carousel {
  height: 500px;
  overflow-y: clip;
}

.wp-block-jorboo-blocks-jb-carousel .block-editor-inner-blocks, .wp-block-jorboo-blocks-jb-carousel .block-editor-block-list__layout, .wp-block-jorboo-blocks-jb-carousel .wp-block-image, .wp-block-jorboo-blocks-jb-carousel img {
  height: 100% !important;
}
.wp-block-jorboo-blocks-jb-carousel .block-editor-block-list__layout {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.wp-block-jorboo-blocks-jb-carousel .jb-carousel__swiper {
  height: 100%;
}
.wp-block-jorboo-blocks-jb-carousel .wp-block-image {
  flex: 0 0 auto;
  height: 100%;
}
.wp-block-jorboo-blocks-jb-carousel .wp-block-image figure {
  height: 100%;
  margin: 0;
}
.wp-block-jorboo-blocks-jb-carousel .wp-block-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/