<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.choices {
  margin-bottom: 24px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  background-color: #eaeaea;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: block;
}

.choices[data-type*="select-one"] .choices__button {
  opacity: .25;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  border-radius: 10em;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: 25px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*="select-one"]:after {
  content: "";
  pointer-events: none;
  border: 5px solid #0000;
  border-top-color: #333;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  right: 11.5px;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: #0000 #0000 #333;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  margin-left: 25px;
  margin-right: 0;
  left: 0;
  right: auto;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  opacity: .75;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  border-left: 1px solid #008fa1;
  border-radius: 0;
  width: 8px;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  vertical-align: top;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  width: 100%;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  width: 100%;
  padding: 4px 16px 4px 4px;
  display: inline-block;
}

[dir="rtl"] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  vertical-align: middle;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  word-break: break-all;
  will-change: visibility;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  width: 100%;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  overflow: hidden;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  border-radius: .25rem .25rem 0 0;
  margin-top: 0;
  margin-bottom: -1px;
  top: auto;
  bottom: 100%;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  max-height: 300px;
  position: relative;
  overflow: auto;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 10px;
  font-size: 14px;
  position: relative;
}

[dir="rtl"] .choices__list--dropdown .choices__item, [dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after, .choices__list[aria-expanded] .choices__item--selectable:after {
    content: attr(data-select-text);
    opacity: 0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable, [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after, [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable:after {
    left: 10px;
    right: auto;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  color: gray;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  vertical-align: baseline;
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 4px 0 4px 2px;
  font-size: 14px;
  display: inline-block;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration {
  display: none;
}

.choices__input::-webkit-search-cancel-button {
  display: none;
}

.choices__input::-webkit-search-results-button {
  display: none;
}

.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

.choices__input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}

[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}

.choices__placeholder {
  opacity: .5;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-vertical &gt; .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-css-mode &gt; .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered &gt; .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
  min-width: 1px;
}

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled &gt; .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 100%;
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  border-radius: 50%;
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical &gt; .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  background: #0000001a;
  border-radius: 10px;
  position: relative;
}

.swiper-scrollbar-disabled &gt; .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal &gt; .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  width: 98%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 1%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical &gt; .swiper-scrollbar {
  z-index: 50;
  width: 5px;
  height: 98%;
  position: absolute;
  top: 1%;
  right: 3px;
}

.swiper-scrollbar-drag {
  background: #00000080;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-free-mode &gt; .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column &gt; .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  opacity: .6;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 0;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
  overflow: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container, .container-fluid {
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  flex-wrap: wrap;
  display: flex;
}

.row &gt; * {
  box-sizing: border-box;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0;
}

.col-auto {
  flex: none;
  width: auto;
}

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-12 {
  flex: none;
  width: 100%;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.m-0 {
  margin: 0;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[0\.8\/1\] {
  aspect-ratio: .8;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

.aspect-square {
  aspect-ratio: 1;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: .5rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[15vh\] {
  height: 15vh;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[34rem\] {
  height: 34rem;
}

.h-\[392px\] {
  height: 392px;
}

.h-\[440px\] {
  height: 440px;
}

.h-\[600px\] {
  height: 600px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[456px\] {
  max-height: 456px;
}

.max-h-\[470px\] {
  max-height: 470px;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.w-20 {
  width: 5rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[345px\] {
  width: 345px;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[24px\] {
  max-width: 24px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[790px\] {
  max-width: 790px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-auto {
  flex-basis: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
  appearance: none;
}

.break-after-column {
  break-after: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-items-center {
  justify-items: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-1 {
  column-gap: .25rem;
}

.gap-x-10 {
  column-gap: 2.5rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: .375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-burgundy {
  border-color: var(--colour-burgundy);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}

.border-b-white\/30 {
  border-bottom-color: #f6f6f64d;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-burgundy {
  background-color: var(--colour-burgundy);
}

.bg-cream {
  background-color: var(--colour-cream);
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(69 72 75 / var(--tw-bg-opacity));
}

.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(116 124 114 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: #0000;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.p-0 {
  padding: 0;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: .5rem;
}

.p-20 {
  padding: 5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-20 {
  padding-right: 5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-copy {
  font-family: var(--font-copy);
}

.font-title {
  font-family: var(--font-title);
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0px\] {
  font-size: 0;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-sm\/tight {
  font-size: .875rem;
  line-height: 1.25;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[25\.20px\] {
  line-height: 25.2px;
}

.leading-\[28\.80px\] {
  line-height: 28.8px;
}

.leading-\[30\.80px\] {
  line-height: 30.8px;
}

.leading-\[33\.60px\] {
  line-height: 33.6px;
}

.leading-\[38\.40px\] {
  line-height: 38.4px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[57\.60px\] {
  line-height: 57.6px;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: .025em;
}

.tracking-wider {
  letter-spacing: .05em;
}

.text-\[\#45484B\]\/50 {
  color: #45484b80;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-burgundy {
  color: var(--colour-burgundy);
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
}

.text-lightgrey {
  --tw-text-opacity: 1;
  color: rgb(116 124 114 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

.text-white\/50 {
  color: #f6f6f680;
}

.text-white\/80 {
  color: #f6f6f6cc;
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-15 {
  text-underline-offset: 15px;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.opacity-20 {
  opacity: .2;
}

.opacity-50 {
  opacity: .5;
}

.opacity-80 {
  opacity: .8;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
  transition-duration: .3s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "â€œ" "â€" "â€˜" "â€™";
}

q:before, q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

span.amp {
  font-style: italic;
  font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif !important;
}

:root {
  --hh-scrolled: 93px;
  --menu-filter-height: 0;
  --menu-sticky-height: var(--hh-scrolled)  + var(--menu-filter-height);
}

@media (min-width: 576px) {
  :root {
    --hh-scrolled: 93px;
  }
}

@media (min-width: 768px) {
  :root {
    --hh-scrolled: 93px;
  }
}

@media (min-width: 992px) {
  :root {
    --hh-scrolled: 93px;
    --menu-filter-height: 138px;
  }
}

.u__wrap {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.u__wrap-container {
  margin-left: 24px;
  margin-right: 24px;
}

.u__module {
  margin-top: 48px;
}

@media only screen and (min-width: 992px) {
  .u__module {
    margin-top: 56px;
  }
}

@media only screen and (min-width: 1200px) {
  .u__module {
    margin-top: 64px;
  }
}

.u__img-cover {
  position: relative;
}

.u__img-cover img, .u__img-cover video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u__img-contain {
  position: relative;
}

.u__img-contain img, .u__img-contain video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
    color: #444 !important;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: â€˜ligaâ€™ 0;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

body.js__popup-active {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@supports (height: 100dvh) {
  body.js__popup-active {
    height: 100dvh;
  }
}

#js__body {
  position: relative;
}

.grecaptcha-badge {
  z-index: 5;
}

video {
  background-color: #2d1a10;
}

#container {
  transition: opacity .25s;
}

.loading #container {
  opacity: 0;
}

@font-face {
  font-family: Caudex;
  src: url("Caudex-Italic.1b7850a2.woff2") format("woff2"), url("Caudex-Italic.4a260b31.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Caudex;
  src: url("Caudex-BoldItalic.2734a461.woff2") format("woff2"), url("Caudex-BoldItalic.dfe67be9.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Caudex;
  src: url("Caudex-Bold.df1b727a.woff2") format("woff2"), url("Caudex-Bold.eac6c96d.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caudex;
  src: url("Caudex.2c1da99a.woff2") format("woff2"), url("Caudex.1d156807.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimson Text;
  src: url("CrimsonText-SemiBoldItalic.206fffcf.woff2") format("woff2"), url("CrimsonText-SemiBoldItalic.cabf6b43.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimson Text;
  src: url("CrimsonText-Italic.4d34171f.woff2") format("woff2"), url("CrimsonText-Italic.efde407b.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimson Text;
  src: url("CrimsonText-Regular.401a9819.woff2") format("woff2"), url("CrimsonText-Regular.00b0d719.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimson Text;
  src: url("CrimsonText-SemiBold.b4d6bbb3.woff2") format("woff2"), url("CrimsonText-SemiBold.4a4229e5.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimson Text;
  src: url("CrimsonText-Bold.8ebbacea.woff2") format("woff2"), url("CrimsonText-Bold.77f7ef7e.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimson Text;
  src: url("CrimsonText-BoldItalic.2b5ca283.woff2") format("woff2"), url("CrimsonText-BoldItalic.a1901c23.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Readex Pro;
  src: url("ReadexPro-Bold.06ea0c5b.woff2") format("woff2"), url("ReadexPro-Bold.4a028235.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Readex Pro;
  src: url("ReadexPro-Regular.bca6343b.woff2") format("woff2"), url("ReadexPro-Regular.4bf81165.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Readex Pro;
  src: url("ReadexPro-Medium.b8e00508.woff2") format("woff2"), url("ReadexPro-Medium.566bb0fa.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Work Sans;
  src: url("WorkSans-Regular.e62f7012.woff2") format("woff2"), url("WorkSans-Regular.0f5cf822.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Work Sans;
  src: url("WorkSans-Light.a95b9c1b.woff2") format("woff2"), url("WorkSans-Light.91480664.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

p {
  font-family: var(--font-copy);
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
}

.f__poster {
  font-family: var(--font-title);
  font-weight: 500;
}

@media (min-width: 992px) {
  .f__poster {
    font-weight: 300;
  }
}

.f__poster {
  font-size: 38px;
}

@media screen and (min-width: 576px) {
  .f__poster {
    font-size: 46px;
  }
}

@media screen and (min-width: 768px) {
  .f__poster {
    font-size: 54px;
  }
}

@media screen and (min-width: 992px) {
  .f__poster {
    font-size: 62px;
  }
}

@media screen and (min-width: 1200px) {
  .f__poster {
    font-size: 70px;
  }
}

.f__section-header {
  font-family: var(--font-title);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .875rem;
  line-height: 1.25rem;
}

.f__headline, .f__headline-h4, .f__headline-h3, .f__headline-h2, .f__headline-h1, .f__headline-h0 {
  font-family: var(--font-title);
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .f__headline, .f__headline-h4, .f__headline-h3, .f__headline-h2, .f__headline-h1, .f__headline-h0 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.f__headline-h0 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .f__headline-h0 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.f__headline-h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 992px) {
  .f__headline-h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.f__headline-h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 992px) {
  .f__headline-h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.f__headline-h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .f__headline-h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.f__headline-h4 {
  font-size: .875rem;
  line-height: 1.25rem;
}

@media (min-width: 992px) {
  .f__headline-h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.f__paragraph, .f__paragraph-large, .f__paragraph-medium, .f__paragraph-regular {
  font-family: var(--font-copy);
  letter-spacing: .025em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

@media (min-width: 992px) {
  .f__paragraph, .f__paragraph-large, .f__paragraph-medium, .f__paragraph-regular {
    letter-spacing: .05em;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.f__caption {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
}

.f__link-sans {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.f__link-serif {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.f__link-serif-large {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.f__underline {
  text-decoration: underline;
}

.button {
  background-color: var(--colour-burgundy);
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  border-radius: 4px;
  padding: 1.25rem 2rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: inline-block;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 41 43 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
  .button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.button, .button span {
  transition: all .25s;
}

.button__white {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  color: var(--colour-burgundy);
}

.m__hero-promo__background .button__white, .m__coimg__background .button__white {
  z-index: 3;
  padding: 8px;
}

.button__white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 203 204 / var(--tw-bg-opacity));
}

.header {
  z-index: 108;
  transition: background .5s;
  position: absolute;
  top: 0;
  left: 0;
}

.header__main-inner {
  border-bottom: 1px solid #f6f6f666;
}

.header__main-link.current, .header__main-link:hover, .header__main-links-book:hover {
  text-underline-offset: 8px;
  text-decoration: underline;
}

.header__hamburger {
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 9px;
  transition: background .25s;
  display: inline-block;
  position: relative;
}

.header__hamburger a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.header__hamburger-icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
}

.header__hamburger-icon-hover {
  opacity: 0;
}

.header__hamburger.close {
  z-index: 25;
  display: none;
}

.header__hamburger:hover .header__hamburger-icon {
  opacity: 0;
}

.header__hamburger:hover .header__hamburger-icon-hover {
  opacity: 1;
}

.header.header-scrolled {
  background-color: #45484b;
  position: fixed;
}

.header.header-scrolled .header__main-inner {
  border-color: #0000;
}

.js__popup-active .header__main-inner {
  pointer-events: none;
  background-color: #0000;
}

.js__popup-active .header .header__hamburger {
  pointer-events: all !important;
}

.site-banner {
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer__cols-info-title {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .footer__cols-info-title {
    cursor: default;
  }
}

.footer__cols-info-title .footer__cols-info-title-arrow {
  transition: transform .3s;
  transform: rotate(90deg);
}

.footer__cols-info-title--hidden .footer__cols-info-title-arrow {
  transform: rotate(0);
}

.footer__cols-info-content--hidden {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer__cols-info-content--hidden {
    display: block;
  }
}

.popup {
  z-index: 105;
  pointer-events: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity .25s;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translateY(-100vh);
}

@supports (height: 100dvh) {
  .popup {
    height: 100dvh;
  }
}

.popup.active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.popup__header {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.popup__booking-box {
  overflow: hidden;
}

.popup__booking-box-image {
  pointer-events: none;
  transition: all .25s;
}

.popup__booking-box-content {
  pointer-events: none;
}

.popup__booking-box:hover .popup__booking-box-image {
  transform: scale(1.05);
}

.popup form {
  transition: all .25s;
}

.popup form.submitting {
  pointer-events: none;
  opacity: .5;
  filter: blur(2px);
}

.popup.custom-popup .popup__background {
  cursor: pointer;
}

.popup.custom-popup .popup__wrapper {
  max-width: 750px;
  padding-top: 4rem;
}

.popup.custom-popup .popup__inner {
  gap: 1.5rem;
  max-width: 100%;
  max-height: 100vh;
}

.popup.custom-popup .custom-popup__content img, .popup.custom-popup .custom-popup__content video {
  object-fit: cover;
  width: 100%;
}

.popup.custom-popup .custom-popup__ctas {
  margin-top: 1.5rem;
}

.popup#dmn-table, .popup#dmn-occasion, .popup#dmn-specific {
  z-index: 110;
}

.popup#dmn-table .popup__wrapper, .popup#dmn-occasion .popup__wrapper, .popup#dmn-specific .popup__wrapper {
  width: 100%;
  max-width: 100vw;
  padding: 0;
}

.popup#dmn-table .popup__inner, .popup#dmn-occasion .popup__inner, .popup#dmn-specific .popup__inner {
  gap: 0;
  width: 100vw;
  height: 100%;
  padding: 0;
}

.popup#dmn-table .popup__main .custom-popup__ctas, .popup#dmn-occasion .popup__main .custom-popup__ctas, .popup#dmn-specific .popup__main .custom-popup__ctas {
  display: none;
}

.popup.full-screen .popup__wrapper {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.popup.full-screen .popup__inner {
  background-color: var(--colour-cream);
}

.popup.full-screen .popup__inner, .popup.full-screen .custom-popup__content, .popup.full-screen .custom-popup__content p {
  width: 100%;
  height: 100%;
}

body.js__popup-active .header__hamburger.open {
  display: none;
}

body.js__popup-active .header__hamburger.close {
  width: 40px;
  height: 40px;
  display: inline-block;
}

body.js__popup-active .header__main-inner {
  border-color: #0000;
}

body.js__popup-active .header__main-logo, body.js__popup-active .header__main-links-book, body.js__popup-active .header__main-link {
  opacity: 0;
  pointer-events: none;
}

body.js__popup-active .header.header-scrolled {
  background-color: #0000;
}

.main-nav__left {
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
}

.main-nav__images {
  width: 100%;
  position: relative;
}

.main-nav__image {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
}

.main-nav__image.active {
  opacity: 1;
}

.main-nav__links {
  padding-left: 0;
}

.main-nav__link {
  margin-bottom: 24px;
}

.main-nav__link a {
  transition: opacity .25s;
}

.main-nav__link a.unfocus {
  opacity: .6;
}

.main-nav__link a:hover {
  color: initial;
  text-decoration: none;
}

.main-nav__social {
  padding-top: 24px;
}

.main-nav__social a {
  color: #2d1a10;
  margin-right: 25px;
  font-size: 24px;
}

.popup#newsletter .popup__input label {
  font-family: var(--font-title);
  letter-spacing: .025em;
  color: var(--colour-burgundy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}

.popup#newsletter .popup__input input {
  font-family: var(--font-copy);
  --tw-text-opacity: 1;
  color: rgb(116 124 114 / var(--tw-text-opacity));
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2d1a10;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
}

.popup#newsletter .popup__checkbox label {
  font-family: var(--font-title);
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.popup#newsletter input[type="submit"] {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2d1a10;
  background-color: #0000;
  border: 1px solid #2d1a10;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all .25s;
}

.popup#newsletter input[type="submit"]:hover {
  color: #f6f6f6;
  background-color: #2d1a10;
}

.rooms-reservations .rr__header {
  max-width: 100%;
  margin-bottom: 10vh;
}

@media only screen and (min-width: 992px) {
  .rooms-reservations .rr__header {
    width: 696px;
  }
}

.rooms-reservations .rr__row label {
  font-family: var(--font-copy);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
}

.rooms-reservations .rr__row input {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2d1a10;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
}

.rooms-reservations .rr__row input[type="submit"] {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2d1a10;
  background-color: #0000;
  border: 1px solid #2d1a10;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all .25s;
}

.rooms-reservations .rr__row input[type="submit"]:hover {
  color: #f6f6f6;
  background-color: #2d1a10;
}

.m__hero {
  height: calc(100vh - 100px);
  min-height: 756px;
  position: relative;
}

.m__hero-overlay-image .m__hero__overlay-inner {
  height: 100%;
}

.m__hero__background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__hero__background-tint {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__hero__background-image, .m__hero__background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.m__hero__background-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m__hero__background-vimeo {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.m__hero__background-vimeo div {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.m__hero__background-vimeo div iframe {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16 / 9) {
  .m__hero__background-vimeo div iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .m__hero__background-vimeo div iframe {
    width: 177.78vh;
  }
}

.m__hero__overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  transition: opacity .25s;
  position: relative;
}

.m__hero__overlay .u__wrap, .m__hero__overlay .row {
  width: 100%;
  height: 100%;
  position: relative;
}

.m__hero__overlay .row {
  margin: 0 auto;
}

.m__hero__overlay-subtitle {
  display: block;
}

.m__hero__overlay-title {
  margin-bottom: 40px;
  display: block;
}

.m__hero__overlay-image {
  width: 280px;
}

.m__hero__overlay-button {
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  text-underline-offset: 15px;
  background-color: #0000;
  border-width: 0;
  margin-top: 4rem;
  padding: 0;
  font-weight: 700;
  line-height: 25.2px;
  text-decoration-line: underline;
}

.m__hero__overlay-button:hover {
  text-underline-offset: 13px;
}

.m__hero__overlay-button {
  transition: all .25s;
}

.m__hero__overlay-button:hover {
  background-color: #0000;
}

@media only screen and (min-width: 992px) {
  .m__hero__overlay-button {
    margin-top: 0;
    position: absolute;
    bottom: 5rem;
    left: 0;
  }
}

.m__hero__breadcrumbs {
  z-index: 2;
  position: absolute;
  top: 113px;
  left: 24px;
}

.m__hero__breadcrumbs:hover {
  color: #f6f6f6;
  text-underline-offset: 8px;
  text-decoration: underline;
}

.m__hero__breadcrumbs-item a:hover {
  color: #f6f6f6;
  text-decoration: underline;
}

.m__hero__breadcrumbs-item:after {
  content: "/";
  color: #f6f6f6;
}

.m__hero__breadcrumbs-item:last-child:after {
  content: "";
}

.m__hero__breadcrumbs-item.current {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .m__hero-explore-on {
    height: calc(100vh - 150px);
    margin-bottom: 48px;
  }
}

.m__hero__explore {
  text-align: center;
  cursor: pointer;
  z-index: 3;
  width: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
}

.m__hero__explore p {
  margin-bottom: 15px;
}

.m__hero__explore-arrow {
  width: 13.5px;
  height: 64px;
  margin: 0 auto;
}

.preloading .m__hero__overlay {
  opacity: 0;
}

.m__hero-promo {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .m__hero-promo {
    height: auto;
  }
}

.m__hero-promo .u__wrap {
  height: 100%;
}

.m__hero-promo__background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__hero-promo__background .border {
  z-index: 3;
  padding: 8px;
}

.m__hero-promo__background-tint {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__hero-promo__background-image, .m__hero-promo__background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__hero-promo__background-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m__hero-promo__overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 116px 180px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .m__hero-promo__overlay {
    padding: 80px 100px;
  }
}

@media only screen and (max-width: 992px) {
  .m__hero-promo__overlay {
    padding: 60px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .m__hero-promo__overlay {
    padding: 100px 24px;
  }
}

.m__hero-promo__overlay .row {
  height: 100%;
}

.m__hero-promo__overlay-subtitle {
  margin-bottom: 5px;
  display: block;
}

.m__hero-promo__overlay-title {
  margin: 0;
  display: block;
}

.m__hero-promo__overlay-copy {
  margin-top: 32px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .m__hero-promo__overlay-copy {
    margin-top: 24px;
  }
}

.m__hero-promo__overlay-bullet-points {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .m__hero-promo__overlay-bullet-points {
    margin-top: 0;
  }
}

.m__hero-promo__overlay-bullet-point-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (min-width: 576px) {
  .m__hero-promo__overlay-bullet-point-inner {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .m__hero-promo__overlay-bullet-point-inner {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .m__hero-promo__overlay-bullet-point-inner {
    justify-content: center;
    margin-top: 1.5rem;
  }
}

.m__hero-promo__overlay-bullet-point-inner:last-child {
  margin-bottom: 1rem !important;
}

.m__hero-promo__overlay-bullet-point-inner a {
  text-decoration: underline;
}

.m__hero-promo__overlay-bullet-point-icon {
  flex-shrink: 0;
  margin-right: 1.25rem;
  font-size: 1.875rem;
  font-style: normal;
  line-height: 2.25rem;
}

.m__hero-promo__overlay-button {
  margin-right: 1.5rem;
}

@media (min-width: 992px) {
  .m__hero-promo__overlay-button {
    margin-right: 0;
  }
}

.m__hero-promo__overlay-link {
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  text-underline-offset: 8px;
  background-color: #0000;
  border-width: 0;
  margin-top: 1.5rem;
  margin-right: .75rem;
  padding: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 25.2px;
  text-decoration-line: underline;
  transition: all .25s;
}

.m__hero-promo__overlay-link:hover {
  text-underline-offset: 6px;
}

@media (min-width: 992px) {
  .m__hero-promo__overlay-link {
    margin-top: 0;
    margin-left: 5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.m__hero-promo__overlay-link:hover {
  background-color: #0000;
}

.m__hero-promo__overlay-image {
  width: 75%;
  height: 75%;
  margin: 0 auto;
}

.m__cslider {
  max-width: 100vw;
  overflow-x: hidden;
}

.m__cslider__title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m__cslider__title {
    margin-bottom: 24px;
  }

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

@media only screen and (max-width: 768px) {
  .m__cslider__swiper-slide {
    text-align: left;
  }
}

.m__cslider__swiper-slide-content {
  margin-right: 44px;
}

@media only screen and (max-width: 1200px) {
  .m__cslider__swiper-slide-content {
    margin-right: 0;
    padding-right: 0;
  }
}

.m__cslider__swiper-slide-highlight {
  height: 470px;
}

@media only screen and (max-width: 1200px) {
  .m__cslider__swiper-slide-highlight {
    height: 342px;
    margin-left: auto;
    margin-right: auto;
  }
}

.m__cslider__swiper-slide-title {
  margin-bottom: 24px;
  padding-top: 32px;
  font-size: 20px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .m__cslider__swiper-slide-title {
    margin-bottom: 5px;
  }
}

.m__cslider__swiper-slide-divider {
  background-color: #2d1a10;
  width: 114px;
  max-width: 50%;
  height: 1px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .m__cslider__swiper-slide-divider {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 992px) {
  .m__cslider__swiper-slide-divider {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m__cslider__swiper-slide-divider {
    margin-left: 0;
  }
}

.m__cslider__swiper-slide-copy {
  margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  .m__cslider__swiper-slide-copy {
    margin-bottom: 5px;
  }
}

.m__cslider__swiper-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #2d1a10;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 26px 31px;
  transition: all .25s;
  position: absolute;
  top: 45%;
  right: 3px;
}

.m__cslider__swiper-arrow:hover {
  transform: scale(1.05);
}

.m__cslider__swiper-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .m__cslider__swiper-arrow {
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    display: flex;
    top: 32%;
  }

  .m__cslider__swiper-arrow img {
    width: 15px;
  }
}

.m__cslider__swiper-prev {
  left: -45px;
}

@media only screen and (max-width: 1400px) {
  .m__cslider__swiper-prev {
    left: 0;
  }
}

.m__cslider__swiper-next {
  right: 3px;
}

@media only screen and (max-width: 1200px) {
  .m__cslider__swiper-next {
    right: 0;
  }
}

.m__coimg {
  height: 640px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .m__coimg {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .m__coimg {
    margin-left: 0;
    margin-right: 0;
  }
}

.m__coimg .u__wrap {
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
}

.m__coimg__background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__coimg__background .border {
  z-index: 3;
  padding: 8px;
}

.m__coimg__background-tint {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__coimg__background-image, .m__coimg__background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.m__coimg__background-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m__coimg__overlay {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 45px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .m__coimg__overlay {
    padding: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .m__coimg__overlay {
    padding: 100px 40px;
  }
}

.m__coimg__overlay .row {
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .m__coimg__overlay .row {
    height: auto;
  }
}

.m__coimg__overlay-subtitle {
  display: block;
}

.m__coimg__overlay-title {
  margin: 8px 0 0;
  display: block;
}

.m__coimg__overlay-copy {
  margin-top: 32px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .m__coimg__overlay-copy {
    margin-top: 24px;
  }
}

.m__coimg__overlay-button {
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  text-underline-offset: 15px;
  background-color: #0000;
  border-width: 0;
  margin-top: 32px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25.2px;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .m__coimg__overlay-button {
    margin-right: 2.5rem;
  }
}

@media only screen and (max-width: 1200px) {
  .m__coimg__overlay-button {
    margin-top: 24px;
  }
}

.m__coimg__overlay-button:hover {
  color: var(--colour-burgundy);
  background-color: #0000;
}

.m__coimg__overlay-button:first-child {
  background-color: var(--colour-burgundy);
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  border-radius: .5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration-line: none;
  display: inline-block;
}

.m__coimg__overlay-button:first-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  color: var(--colour-burgundy);
}

.m__promo__title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m__promo__title {
    margin-bottom: 24px;
  }
}

.m__promo__content {
  background-image: url("green-pattern.c4976dab.png");
  background-size: 250px 100px;
  border-radius: 4px;
  transition: opacity .25s;
}

@media only screen and (max-width: 1200px) {
  .m__promo__content {
    border: 0;
    margin-left: 0;
  }
}

.m__promo__content-left {
  z-index: 2;
  direction: ltr;
}

.m__promo__content-title {
  display: block;
}

.m__promo__content-button {
  display: inline-block;
}

.m__promo__content-right {
  z-index: 1;
}

.m__promo__content-highlight {
  height: 342px;
}

@media only screen and (min-width: 768px) {
  .m__promo__content-highlight {
    height: 100%;
  }
}

.m__promo__content-highlight img {
  position: absolute;
}

.m__promo__content-highlight-360 {
  direction: ltr;
  position: absolute;
  top: 15px;
  left: 15px;
}

.m__promo__content-highlight-360-icon {
  width: 24px;
  height: 16px;
  display: block;
}

.m__promo-aligned-right .m__promo__content {
  direction: rtl;
}

.m__promo-aligned-right .m__promo__content-highlight-360 {
  left: auto;
  right: 15px;
}

@media only screen and (max-width: 1200px) {
  .m__ltext {
    padding-top: 0 !important;
    padding-bottom: 48px !important;
  }
}

.m__ltext .u__wrap {
  max-width: 888px;
}

.m__ltext__copy a {
  color: #2d1a10;
  text-decoration: underline;
}

.m__ltext__button {
  margin-top: 40px;
}

.m__llist {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m__llist__filter {
  transition: max-height .25s;
}

.m__llist__filter-button.triggered {
  opacity: 0;
  pointer-events: none;
}

.m__llist__filter-wrapper-regions-button {
  margin-right: .75rem;
}

.m__llist__regions {
  opacity: 0;
  transiton: opacity .25s ease;
  z-index: 103;
  transform: translateX(100%);
}

.m__llist__regions.active {
  opacity: 1;
  transform: translateX(0%);
}

.m__llist__regions-wrapper {
  background-color: #0000004d;
}

.m__llist__regions-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.m__llist__regions-title {
  margin-bottom: .75rem;
}

.m__llist__locations, .m__llist__locations-header {
  transition: max-height .25s;
}

.m__llist__card {
  transition: opacity .25s;
}

.m__llist__card-highlight {
  width: 100%;
  height: 540px;
  margin-bottom: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .m__llist__card-highlight {
    height: 342px;
    margin-bottom: 24px;
  }
}

.m__llist__card-highlight-wrapper {
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.m__llist__card-tagline {
  margin-bottom: 16px;
  font-size: 14px;
}

.m__llist__card-title {
  margin-bottom: 16px;
  transition: all .25s;
}

.m__llist__card-divider {
  background-color: #2d1a10;
  width: 115px;
  height: 1px;
  margin-bottom: 16px;
}

.m__llist__card-excerpt {
  margin-bottom: 16px;
}

.m__llist__card-link {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .m__llist__card-link {
    margin-bottom: 20px;
  }
}

.m__llist__card a:hover {
  text-decoration: none;
}

.m__llist__card a:hover .m__llist__card-highlight-wrapper {
  transform: scale(1.1);
}

.m__llist__card.hidden, .m__llist__init-default .m__llist__filter-button {
  display: none;
}

.m__llist__init-only-filter .m__llist__locations {
  max-height: 0;
  overflow: hidden;
}

.m__llist__init-only-filter .m__llist__locations .m__llist__card {
  opacity: 0;
}

.m__llist__init-no-filters .m__llist__filter-wrapper, .m__llist__init-no-filters .m__llist__locations-header {
  display: none;
}

.m__llist.active.m__llist__init-only-filter .m__llist__locations {
  max-height: 9999px;
  overflow: hidden;
}

.m__llist.active.m__llist__init-only-filter .m__llist__locations .m__llist__card {
  opacity: 1;
}

.m__fmedia__section-header {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m__fmedia__section-header {
    margin-bottom: 24px;
  }
}

.m__fmedia__left .u__wrap .row {
  border-right: 1px solid #2d1a10;
}

@media only screen and (max-width: 1200px) {
  .m__fmedia__left .u__wrap .row {
    border: 0;
  }
}

.m__fmedia__right .u__wrap .row {
  border-left: 1px solid #2d1a10;
}

@media only screen and (max-width: 1200px) {
  .m__fmedia__right .u__wrap .row {
    border: 0;
  }
}

.m__fmedia__media {
  height: 640px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .m__fmedia__media {
    height: 342px;
    margin-bottom: 24px;
  }
}

.m__fmedia__content {
  padding: 40px 70px;
}

@media only screen and (max-width: 1400px) {
  .m__fmedia__content {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .m__fmedia__content {
    padding: 40px 24px;
  }
}

.m__fmedia__title {
  margin: 8px 0 0;
}

.m__fmedia__divider {
  background-color: #2d1a10;
  width: 90px;
  height: 1px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m__fmedia__divider {
    margin-bottom: 24px;
  }
}

.m__fmedia__copy {
  margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .m__fmedia__copy {
    margin-top: 24px;
  }
}

.m__fmedia__button {
  margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .m__fmedia__button {
    margin-top: 24px;
  }
}

.m__fmedia__button-2 {
  margin-top: 24px;
}

.m__iwcard__media {
  width: 115%;
  height: 738px;
}

@media only screen and (max-width: 1200px) {
  .m__iwcard__media {
    width: 100%;
    height: 342px;
  }
}

.m__iwcard__card {
  z-index: 1;
  background-color: #f6f6f6;
  padding: 100px;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .m__iwcard__card {
    padding: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .m__iwcard__card {
    padding: 25px;
  }
}

.m__iwcard__title {
  margin-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
  .m__iwcard__title {
    margin-bottom: 24px;
  }
}

.m__iwcard__divider {
  background-color: #2d1a10;
  width: 90px;
  max-width: 100%;
  height: 1px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m__iwcard__divider {
    margin-bottom: 24px;
  }
}

.m__iwcard__copy {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .m__iwcard__copy {
    margin-bottom: 24px;
  }
}

.m__iwcard__right .m__iwcard__media {
  margin-left: -15%;
}

@media only screen and (max-width: 1200px) {
  .m__iwcard__right .m__iwcard__media {
    margin-left: 0;
  }
}

.m__mwcaption__media {
  width: 100%;
  height: 602px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 1200px) {
  .m__mwcaption__media {
    height: 342px;
    margin-bottom: 24px;
  }

  .m__mwcaption__caption {
    margin-bottom: 48px;
  }
}

.m__mwcaption__divider {
  background-color: #2d1a10;
  width: 1px;
  height: 602px;
  margin: 0 auto;
}

.m__map__title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .m__map__title {
    padding: 0 24px;
  }
}

.m__map__map {
  width: 100%;
  height: 760px;
}

@media only screen and (max-width: 1200px) {
  .m__map__map {
    height: 342px;
  }
}

.m__map__map iframe {
  width: 100%;
  height: 100%;
}

.m__map__map img {
  max-width: inherit !important;
}

.m__map__content {
  background-image: url("green-pattern.c4976dab.png");
  background-size: 250px 100px;
  height: 760px;
  padding: 100px;
}

@media only screen and (max-width: 1400px) {
  .m__map__content {
    padding: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .m__map__content {
    height: auto;
    padding: 25px;
  }
}

.m__map__content-title {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .m__map__content-title {
    margin-bottom: 24px;
  }
}

.m__map__content-divider {
  background-color: #2d1a10;
  width: 90px;
  height: 1px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
  .m__map__content-divider {
    margin-bottom: 24px;
  }
}

.m__map__content-row {
  margin-bottom: 20px;
}

.m__map__content-row-title {
  margin-bottom: 10px;
}

.m__map__content-row-content a {
  color: inherit;
  text-decoration: underline;
}

.m__map__content-row-content a:hover {
  color: #2d1a10;
}

.m__text-col {
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
}

.m__text-col__text img {
  display: inline-block;
}

.m__text-col__col-text ol, .m__text-col__col-text ul {
  margin-left: 24px;
  list-style-type: disc;
}

.m__pslider {
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
}

@media only screen and (max-width: 992px) {
  .m__pslider .u__wrap {
    overflow: hidden;
  }
}

.m__pslider__nav {
  margin-top: 0;
  margin-bottom: 45px;
}

@media only screen and (max-width: 992px) {
  .m__pslider__nav {
    min-width: 1500px;
    margin-bottom: 27px;
  }
}

.m__pslider__nav-wrapper {
  max-width: 100%;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .m__pslider__nav-wrapper {
    overflow: scroll;
  }
}

.m__pslider__nav-item {
  cursor: pointer;
  font-family: var(--font-title);
  text-transform: uppercase;
  color: #45484b99;
  text-underline-offset: 8px;
  margin-right: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: all .25s;
  display: inline-block;
  width: auto !important;
}

@media (min-width: 992px) {
  .m__pslider__nav-item {
    margin-right: 4rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.m__pslider__nav-item.active {
  color: var(--colour-burgundy);
  text-decoration: underline;
}

.m__pslider__nav-item:hover {
  color: var(--colour-burgundy);
}

.m__pslider__swiper-slide {
  margin-left: -1px;
  transition: opacity .25s;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-slide {
    margin-left: auto;
  }
}

.m__pslider__swiper-slide-left {
  z-index: 2;
  padding: 0 70px;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-slide-left {
    padding: 0;
  }
}

.m__pslider__swiper-slide-subtitle {
  opacity: 0;
  transition: opacity .5s .1s, transform .5s .1s;
}

.m__pslider__swiper-slide-title {
  overflow-wrap: normal;
  opacity: 0;
  transition: opacity .5s .1s, transform .5s .1s;
  display: block;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-slide-title {
    width: 100%;
    font-size: 40px;
  }
}

.m__pslider__swiper-slide-divider {
  display: none;
}

.m__pslider__swiper-slide-large-text, .m__pslider__swiper-slide-copy {
  opacity: 0;
  transition: opacity .5s .2s, transform .5s .2s;
}

.m__pslider__swiper-slide-button {
  opacity: 0;
  transition: opacity .5s .2s, transform .5s .2s, background .25s .2s;
}

.m__pslider__swiper-slide-button span {
  transition-delay: .2s;
}

.m__pslider__swiper-slide-count {
  opacity: 0;
  margin-bottom: 75px;
  transition: opacity .5s .25s, transform .5s .25s;
}

.m__pslider__swiper-slide-count span {
  vertical-align: top;
  line-height: 100%;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-slide-count {
    margin-bottom: 24px;
  }
}

.m__pslider__swiper-slide-link {
  opacity: 0;
  text-decoration: underline;
  transition: opacity .5s .35s, transform .5s .35s;
  display: inline-block;
}

.m__pslider__swiper-slide-link:hover {
  color: #2d1a10;
}

.m__pslider__swiper-slide-right {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-slide-right {
    padding-bottom: 0;
  }
}

.m__pslider__swiper-slide-highlight {
  border-radius: 4px;
  width: 100%;
  height: 617px;
  transition: all .5s .25s;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-slide-highlight {
    width: 100%;
    height: 342px;
    margin-bottom: 24px;
    margin-left: 0%;
  }
}

.m__pslider__swiper-slide-card {
  opacity: 0;
  z-index: 1;
  background-color: #f6f6f6;
  width: 480px;
  margin: 0 auto;
  padding: 66px 116px 65px 80px;
  transition: opacity .5s .5s, transform .5s .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-slide-card {
    width: 100%;
    margin: 0 auto;
    padding: 24px 24px 28px;
    position: relative;
  }
}

.m__pslider__swiper-slide-card-title {
  margin-bottom: 24px;
}

.m__pslider__swiper-slide-card-divider {
  background-color: #2d1a10;
  width: 90px;
  height: 1px;
  margin-bottom: 24px;
}

.m__pslider__swiper-slide-card-excerpt {
  margin-bottom: .75rem;
}

.m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-title, .m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-divider, .m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-large-text, .m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-copy, .m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-button, .m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-count, .m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-link, .m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-card {
  opacity: 1;
  transform: translateX(0);
}

.m__pslider__swiper-slide.swiper-slide-active .m__pslider__swiper-slide-highlight {
  width: 100%;
  margin-left: 0;
}

.m__pslider__swiper-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #2d1a10;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 26px 31px;
  transition: all .25s;
  position: absolute;
  top: 45%;
  display: none !important;
}

.m__pslider__swiper-arrow:hover {
  transform: scale(1.05);
}

.m__pslider__swiper-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .m__pslider__swiper-arrow {
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    display: flex;
    top: 38%;
  }

  .m__pslider__swiper-arrow img {
    width: 15px;
  }
}

.m__pslider__swiper-next {
  right: 0;
}

@media only screen and (max-width: 1400px) {
  .m__pslider__swiper-next {
    right: 0;
  }
}

.m__pslider__swiper-prev {
  left: 0;
}

@media only screen and (max-width: 1400px) {
  .m__pslider__swiper-prev {
    left: 0;
  }
}

.m__pslider .swiper {
  overflow: visible;
}

.m__pslider .swiper-backface-hidden .swiper-slide {
  backface-visibility: visible;
}

.m__menus .js-menu-items-container {
  transition: all .25s;
}

.m__menus .js-menu-items-container.loading {
  pointer-events: none;
  opacity: .5;
  filter: blur(2px);
}

.m__menus .menu {
  background-color: var(--colour-cream);
}

@media (min-width: 768px) {
  .m__menus .menu-row {
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .m__menus .menu-row .menu-col-4 {
    width: 100%;
  }

  .m__menus .menu-row .menu-col-8 {
    width: 100%;
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .m__menus .menu-row .menu-col-8 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.m__menus .menu__filters {
  z-index: 3;
  top: var(--hh-scrolled) !important;
  position: sticky !important;
}

.m__menus .menu__filters.fixed {
  top: 136px;
}

@media only screen and (max-width: 992px) {
  .m__menus .menu__filters.fixed {
    top: 95px;
  }
}

@media only screen and (max-width: 768px) {
  .m__menus .menu__filters.fixed {
    position: relative;
    top: auto;
  }
}

.m__menus .menu__filters__main {
  background-color: var(--colour-burgundy);
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .m__menus .menu__filters__main {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.m__menus .menu__filters__main {
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
}

.m__menus .menu__filters__main .menu-col-4 {
  display: none;
}

.m__menus .menu__filters__main .menu-col-8 {
  width: 100%;
}

.m__menus .menu__filters__main .menu__alergens-filter {
  padding: 0;
}

.m__menus .menu__filters__main .menu__alergens-filter h4 {
  font-family: var(--font-title);
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  opacity: .5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

@media only screen and (max-width: 768px) {
  .m__menus .menu__filters__main .menu__alergens-filter-item-wrapper {
    display: block !important;
  }
}

.m__menus .menu__filters__main .menu__alergens-filter-item {
  margin-right: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .m__menus .menu__filters__main .menu__alergens-filter-item {
    margin-bottom: 5px;
    display: inline-block !important;
  }
}

.m__menus .menu__filters__main .menu__alergens-filter .menu-d-flex input {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  display: inline-block;
}

.m__menus .menu__filters__main .menu__alergens-filter .menu-d-flex label {
  font-family: var(--font-title);
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28.8px;
}

@media screen and (min-width: 768px) {
  .m__menus .menu__filters__main .menu__allergens-pdf-container {
    flex: none;
    width: auto;
    max-width: none;
    margin-top: 8px;
    padding-left: 20px;
  }
}

.m__menus .menu__filters__main .menu__allergens-pdf-container .button {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  color: var(--colour-burgundy);
}

.m__hero-promo__background .m__menus .menu__filters__main .menu__allergens-pdf-container .button, .m__coimg__background .m__menus .menu__filters__main .menu__allergens-pdf-container .button {
  z-index: 3;
  padding: 8px;
}

.m__menus .menu__filters__main .menu__allergens-pdf-container .button:hover {
  background-color: var(--colour-burgundy);
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

.m__menus .menu__filter-popup {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 992px) {
  .m__menus .menu__filter-popup {
    display: none;
  }
}

.m__menus .menu__filter-popup .open-filter {
  cursor: pointer;
  background-color: var(--colour-burgundy);
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  border-radius: .375rem;
  margin-top: 1.25rem;
  padding: 1.25rem 2rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: inline-block;
}

.m__menus .menu__filter-popup .open-filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 41 43 / var(--tw-bg-opacity));
}

@media (min-width: 992px) {
  .m__menus .menu__filter-popup .open-filter {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.m__menus .menu__filter-popup .open-filter, .m__menus .menu__filter-popup .open-filter span {
  transition: all .25s;
}

.m__menus .menu__filter-panel {
  z-index: 1;
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
  border-radius: .25rem;
}

@media only screen and (max-width: 991px) {
  .m__menus .menu__filter-panel {
    z-index: 60;
    height: calc(100vh - var(--hh-scrolled));
    background-color: #2d1a10;
    width: 100%;
    padding: 30px 20px 0;
    left: 0;
    overflow: auto;
    transform: none;
    top: var(--hh-scrolled) !important;
    position: fixed !important;
  }
}

@media screen and (min-width: 992px) {
  .m__menus .menu__filter-panel {
    max-height: calc(100vh - (var(--menu-sticky-height)  + 20px));
    overflow: auto;
    top: calc(var(--menu-sticky-height)) !important;
    position: sticky !important;
  }
}

.m__menus .menu__filter-panel.reached-bottom {
  bottom: -133px;
}

.m__menus .menu__filter-panel .js-close-menu-filter {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  color: var(--colour-burgundy);
  border-radius: .25rem;
}

.m__menus .menu__filter-panel .label {
  border-width: 0;
  margin-bottom: 0;
}

.m__menus .menu__filter-panel .label p {
  font-family: var(--font-title);
  text-transform: capitalize;
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  opacity: .5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.m__menus .menu__filter-panel__overlay {
  z-index: 50;
  top: var(--hh-scrolled);
  height: calc(100vh - var(--hh-scrolled));
}

@media screen and (max-width: 992px) {
  .m__menus .menu__filter-menu-cats {
    padding-top: 30px;
  }
}

.m__menus .menu__filter-menu-cats .cat {
  display: none;
}

.m__menus .menu__filter-menu-cats ul {
  padding-left: 0;
  overflow-y: visible;
}

.m__menus .menu__filter-menu-cats ul.js-menu-filter-subcats-list {
  padding-left: 20px;
}

.m__menus .menu__filter-menu-cats ul li {
  font-family: var(--font-title);
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28.8px;
}

.m__menus .menu__filter-menu-cats ul li:before {
  content: "";
  opacity: 0;
  border-radius: 50%;
  width: 7.5px;
  height: 7.5px;
  position: absolute;
  top: 10px;
  left: -15px;
}

.m__menus .menu__filter-menu-cats ul li.active {
  opacity: 1;
  transform: translateX(15px);
}

.m__menus .menu__filter-menu-cats ul li.active:before {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .m__menus .menu__filter-menu-cats ul li.active:before {
    background-color: #f6f6f6;
  }
}

.m__menus .menu__filter-menu-cats ul li:hover {
  opacity: 1;
}

.m__menus .menu__filter-menu-cats ul li.js-menu-filter-subcats-toggle.active {
  opacity: 1;
  transform: none;
}

.m__menus .menu__filter-menu-cats ul li.js-menu-filter-subcats-toggle.active:before {
  content: none;
}

@media only screen and (max-width: 992px) {
  .m__menus .menu__items-container {
    padding-top: 15px;
  }
}

.m__menus .menu__items .menu-cat__top {
  padding-left: 0;
}

.m__menus .menu__items .menu-cat__top .menu-subcat__description {
  border-width: 1px;
  border-color: var(--colour-burgundy);
  text-align: center;
  font-family: var(--font-title);
  color: var(--colour-burgundy);
  border-radius: .25rem;
  width: 100%;
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28.8px;
}

.m__hero-promo__background .m__menus .menu__items .menu-cat__top .menu-subcat__description, .m__coimg__background .m__menus .menu__items .menu-cat__top .menu-subcat__description {
  z-index: 3;
  padding: 8px;
}

@media only screen and (max-width: 576px) {
  .m__menus .menu__items .menu-cat__top .menu-d-flex {
    display: block !important;
  }
}

.m__menus .menu__items .menu-cat__top .button {
  max-height: 70px;
}

@media only screen and (max-width: 992px) {
  .m__menus .menu__items .menu-cat__top .button {
    margin-bottom: 44px;
    line-height: 29px;
  }
}

.m__menus .menu__items .menu-cat__title {
  font-family: var(--font-title);
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  flex: 1;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 576px) {
  .m__menus .menu__items .menu-cat__title.mb {
    margin-bottom: 15px;
  }
}

.m__menus .menu__items .menu-subcat {
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.m__menus .menu__items .menu-subcat .menu-item--full {
  border-bottom: 1px solid #2d1a104d;
  padding-bottom: 20px;
}

.m__menus .menu__items .menu-subcat__title {
  font-family: var(--font-title);
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
}

.m__menus .menu__items .menu-subcat__description {
  --tw-text-opacity: 1;
  color: rgb(116 124 114 / var(--tw-text-opacity));
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.375;
}

@media only screen and (max-width: 992px) {
  .m__menus .menu__items .menu-subcat__description {
    margin-top: 15px;
  }
}

.m__menus .menu__items .menu-subcat__items {
  margin-top: 0;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
}

.m__menus .menu__items .menu-subcat__items .menu-item__top {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.m__menus .menu__items .menu-subcat__items .menu-item__title {
  font-family: var(--font-title);
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  letter-spacing: 0;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.m__menus .menu__items .menu-subcat__items .menu-item__tags {
  margin-bottom: .25rem;
  line-height: 0;
  display: none;
}

.m__menus .menu__items .menu-subcat__items .menu-item__tags-tag {
  margin-right: 10px;
  font-size: 0;
}

.m__menus .menu__items .menu-subcat__items .menu-item__tags-tag:before {
  text-align: center;
  font-family: var(--font-title);
  text-transform: uppercase;
  letter-spacing: -.05em;
  color: var(--colour-burgundy);
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: .75rem;
  font-style: normal;
  line-height: 1rem;
  display: flex;
}

.m__menus .menu__items .menu-subcat__items .menu-item__tags-tag-vegan:before {
  content: "vg";
}

.m__menus .menu__items .menu-subcat__items .menu-item__tags-tag-vegetarian:before {
  content: "v";
}

.m__menus .menu__items .menu-subcat__items .menu-item__price {
  font-family: var(--font-title);
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.m__menus .menu__items .menu-subcat__items .menu-item__price:before {
  content: "Â£";
}

.m__menus .menu__items .menu-subcat__items .menu-item__description {
  --tw-text-opacity: 1;
  color: rgb(116 124 114 / var(--tw-text-opacity));
  opacity: 1;
  padding-right: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}

.m__menus .menu__items .menu-subcat__items .menu-item__extras-title {
  font-family: var(--font-title);
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: .75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.m__menus .menu__items .menu-subcat__items .menu-item__extras {
  margin-top: .25rem;
}

.m__menus .menu__items .menu-subcat__items .menu-item__extras span {
  font-family: var(--font-copy);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(116 124 114 / var(--tw-text-opacity));
  opacity: 1;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}

.m__menus .menu__items .menu-subcat__items .menu-item__extras span.price {
  font-family: var(--font-title);
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  font-size: .875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.m__menus .menu__items .menu-subcat__items .menu-item__extras span.price:before {
  content: "Â£";
}

.m__menus .menu__items .menu-subcat.white .menu-subcat__title {
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
}

.m__menus .menu__items .menu-subcat.white .menu-subcat__description {
  --tw-text-opacity: 1;
  color: rgb(116 124 114 / var(--tw-text-opacity));
}

.m__menus .menu__items .menu-subcat.white .menu-subcat__items {
  border-width: 0;
}

.menu-container {
  max-width: 1520px;
}

.m__blog-highlight {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
  .m__blog-highlight {
    margin-bottom: 48px;
  }
}

.m__blog-highlight__filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1200px) {
  .m__blog-highlight__filters-wrapper {
    z-index: 3;
    background-color: #2d1a10;
    width: 100%;
    height: 50px;
    padding: 14px;
    transition: all .25s;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .m__blog-highlight__filters-wrapper.hidden {
    transform: translateY(-161px);
  }
}

.m__blog-highlight__filters-wrapper.open {
  height: 100vh;
}

.m__blog-highlight__filters-wrapper.open .m__lsubnav__toggle span {
  transform: rotate(45deg);
}

.m__blog-highlight__filters-toggle {
  text-align: center;
  margin-bottom: 54px;
  display: block;
}

.m__blog-highlight__filters-toggle span {
  transition: transform .25s;
  display: inline-block;
}

.m__blog-highlight__filters-item {
  vertical-align: middle;
  margin-right: 25px;
  padding: 10px 0 40px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .m__blog-highlight__filters-item {
    padding: 10px;
    display: block;
  }
}

.m__blog-highlight__filters-item-link {
  transition: all .25s;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .m__blog-highlight__filters-item-link {
    color: #f6f6f6;
  }
}

.m__blog-highlight__filters-item-link:hover {
  color: #2d1a10;
}

@media only screen and (max-width: 1200px) {
  .m__blog-highlight__filters-item-link:hover {
    color: #f6f6f6;
    tet-decoration: underline;
  }
}

.m__blog-highlight__filters-item-link.active {
  color: #2d1a10;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .m__blog-highlight__filters-item-link.active {
    color: #f6f6f6;
  }
}

.m__blog-highlight__divider {
  background-color: #2d1a10;
  width: 1px;
  height: 100%;
  margin: 0 auto;
}

.m__blog-highlight__spacer {
  padding-bottom: 80px;
}

.m__blog-highlight__button {
  padding-top: 70px;
}

.m__blog-highlight__load-more.hidden {
  display: none;
}

.m__blog-highlight .story-card-large-title, .m__blog-highlight .story-card-medium-title, .m__blog-highlight .story-card-small-title {
  font-size: 32px;
}

.m__blog-feed__filter-option {
  transition: all .25s;
}

.m__blog-feed__filter-option.active {
  color: var(--colour-burgundy);
  text-decoration-line: underline;
}

.m__blog-feed__filter-option:hover {
  text-decoration-line: underline;
}

.m__wysiwyg .u__wrap {
  max-width: 888px;
}

.m__wysiwyg h1, .m__wysiwyg h2, .m__wysiwyg h3, .m__wysiwyg h4, .m__wysiwyg h5, .m__wysiwyg h6 {
  font-family: var(--font-title);
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.m__wysiwyg h1 {
  font-size: 32px;
  line-height: 38.4px;
}

@media only screen and (max-width: 768px) {
  .m__wysiwyg h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.m__wysiwyg h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.m__wysiwyg h3, .m__wysiwyg h4, .m__wysiwyg h5, .m__wysiwyg h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.m__wysiwyg p {
  font-family: var(--font-copy);
  --tw-text-opacity: 1;
  color: rgb(116 124 114 / var(--tw-text-opacity));
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
}

@media only screen and (max-width: 768px) {
  .m__wysiwyg p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.m__wysiwyg a {
  text-decoration: underline;
}

.m__wysiwyg .wpcf7-form label {
  text-align: left;
}

.m__wysiwyg .wpcf7-form input, .m__wysiwyg .wpcf7-form textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2d1a10;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
}

.m__wysiwyg .wpcf7-form select {
  border: 1px solid #2d1a10;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
}

.m__wysiwyg .wpcf7-form input[type="submit"] {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2d1a10;
  background-color: #0000;
  border: 1px solid #2d1a10;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all .25s;
}

.m__wysiwyg .wpcf7-form input[type="submit"]:hover {
  color: #f6f6f6;
  background-color: #2d1a10;
}

.m__wysiwyg .wpcf7-form .wpcf7-spinner {
  margin: 5px auto 0;
  display: block;
}

.m__wysiwyg__ctas .button {
  font-family: var(--font-title);
  text-transform: uppercase;
  color: var(--colour-burgundy);
  text-underline-offset: 15px;
  background-color: #0000;
  border-width: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25.2px;
  text-decoration: underline;
}

.m__wysiwyg__ctas .button:hover {
  color: var(--colour-burgundy);
  background-color: #0000;
}

.m__wysiwyg__ctas .button:first-child {
  background-color: var(--colour-burgundy);
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  border-radius: .5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration-line: none;
  display: inline-block;
}

.m__wysiwyg__ctas .button:first-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  color: var(--colour-burgundy);
}

@media only screen and (max-width: 1200px) {
  .m__bpromos {
    padding-bottom: 48px !important;
  }
}

.m__bpromos__wrap-link {
  width: 100%;
  height: 100%;
}

.m__bpromos__wrap-link:hover .m__bpromos__media img, .m__bpromos__wrap-link:hover .m__bpromos__media video {
  transform: scale(1.05);
}

.m__bpromos__media {
  width: 100%;
  height: 465px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.m__bpromos__media img, .m__bpromos__media video {
  transition: transform .75s;
}

@media only screen and (max-width: 1200px) {
  .m__bpromos__media {
    height: 342px;
  }
}

.m__bpromos__background-tint {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__bpromos__content {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.m__bpromos__subtitle {
  margin-top: 24px;
}

.m__bpromos__button {
  pointer-events: all;
  margin-top: 25px;
}

.m__logos__title {
  margin-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
  .m__logos__title {
    margin-bottom: 24px;
  }
}

.m__logos__image {
  width: 200px;
  max-width: 100vw;
  height: 80px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .m__logos__image {
    margin-bottom: 24px;
  }
}

.m__newsletter {
  margin-bottom: 196px;
}

@media only screen and (max-width: 1200px) {
  .m__newsletter {
    margin-bottom: 48px;
  }
}

.m__newsletter--reduced {
  margin-bottom: 0;
  padding-top: 0;
}

@media only screen and (max-width: 1200px) {
  .m__newsletter--reduced {
    margin-bottom: 48px;
  }
}

.m__newsletter .hidden {
  display: none;
}

.m__newsletter .u__wrap {
  max-width: 800px;
}

.m__newsletter__row {
  text-align: left;
  margin-bottom: 25px;
}

.m__newsletter__row p {
  margin-bottom: 0;
}

.m__newsletter__label {
  margin-bottom: 6px;
}

.m__newsletter__input-text {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2d1a10;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
}

.m__newsletter__input-text.error {
  background-color: #ff0a0a4d;
}

.m__newsletter__input-checkbox, .m__newsletter__input-checkbox-label {
  margin-bottom: 0;
}

.m__newsletter__input select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2d1a10;
  border-radius: 0;
  width: 100%;
  padding: 12px 16px;
}

.m__newsletter__input select.error {
  background-color: #ff0a0a4d;
}

.m__banner {
  background-color: var(--colour-burgundy);
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
}

.m__vplayer__title {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.m__vplayer__player {
  width: 100%;
  height: 756px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .m__vplayer__player {
    height: 342px;
  }
}

.m__vplayer__player-overlay {
  cursor: pointer;
  z-index: 1;
  background-color: #0006;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .25s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.m__vplayer__player-overlay.hidden {
  opacity: 0;
}

.m__vplayer__player-overlay-button {
  width: 103px;
  height: 103px;
}

.m__cpromos__wrapper {
  position: relative;
}

.m__cpromos__preheader, .m__cpromos__header {
  margin-top: 0;
}

.m__cpromos__media {
  width: 100%;
  height: 522px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .m__cpromos__media {
    height: 342px;
  }
}

.m__cpromos__media img, .m__cpromos__media video {
  transition: transform .75s;
}

.m__cpromos__media:hover img, .m__cpromos__media:hover video {
  transform: scale(1.03);
}

.m__cpromos__background-tint {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m__cpromos__card-copy {
  max-width: 450px;
}

.m__islider {
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
}

.m__islider__slide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.m__islider__slide-image {
  width: 100%;
  height: 600px;
}

.m__islider__swiper-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #2d1a10;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 26px 31px;
  transition: all .25s;
  position: absolute;
  top: 45%;
}

.m__islider__swiper-arrow:hover {
  transform: scale(1.05);
}

.m__islider__swiper-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .m__islider__swiper-arrow {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 3px 10px;
    display: flex;
    top: 38%;
  }

  .m__islider__swiper-arrow img {
    width: 15px;
  }
}

.m__islider__swiper-next {
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .m__islider__swiper-next {
    right: -20px;
  }
}

.m__islider__swiper-prev {
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .m__islider__swiper-prev {
    left: -20px;
  }
}

.m__padding-small {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

@media (min-width: 992px) {
  .m__padding-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.m__padding-medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .m__padding-medium {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .m__padding-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.m__padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .m__padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.m__fuse-feed__search {
  transition: all .25s;
}

.m__fuse-feed__search-reset.active, .m__fuse-feed__search-reset:hover {
  text-decoration-line: underline;
}

.m__fuse-feed__search-select .choices {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.m__fuse-feed__search-select .choices__inner {
  border-width: 0;
}

.m__fuse-feed__search-select .choices__item {
  text-align: center;
}

.m__fuse-feed__search-select .choices__list--dropdown .choices__item, .m__fuse-feed__search-select .choices__list[aria-expanded] .choices__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m__fuse-feed__search-select .choices__list--dropdown .choices__item--selectable, .m__fuse-feed__search-select .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px;
  line-height: 16px;
}

.m__fuse-feed__search-select .choices__list--dropdown .choices__item--selectable.is-highlighted, .m__fuse-feed__search-select .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  text-decoration-line: underline;
}

.m__fuse-feed__search-select .choices[data-type*="select-one"]:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  transition: transform .25s;
  top: 30px;
  right: 30px;
}

.m__fuse-feed__search-select .choices[data-type*="select-one"].is-open:after {
  border: 0;
  margin-top: 0;
  transform: rotate(180deg);
}

.m__fuse-feed__grid {
  transition: all .25s;
}

.m__fuse-feed__grid.ig-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.no-js .m-fuse-feed__search {
  height: 0;
  overflow: hidden;
}

.daterangepicker {
  color: inherit;
  z-index: 3001;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 278px;
  max-width: none;
  margin-top: 7px;
  padding: 0;
  font-size: 15px;
  line-height: 1em;
  display: none;
  position: absolute;
  top: 100px;
  left: 20px;
}

.daterangepicker:before, .daterangepicker:after {
  content: "";
  border-bottom-color: #0003;
  display: inline-block;
  position: absolute;
}

.daterangepicker:before {
  border-bottom: 7px solid #ccc;
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  top: -7px;
}

.daterangepicker:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid #0000;
  border-right: 6px solid #0000;
  top: -6px;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before, .daterangepicker.openscenter:after {
  width: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  border-bottom: initial;
  border-top: 7px solid #ccc;
  bottom: -7px;
}

.daterangepicker.drop-up:after {
  top: initial;
  border-bottom: initial;
  border-top: 6px solid #fff;
  bottom: -6px;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar, .daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  max-width: 270px;
  display: none;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  padding: 3px;
  display: inline-block;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #5a3b3c;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 32px;
  min-width: 32px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  padding: 0 !important;
}

.daterangepicker .calendar-table {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.daterangepicker .calendar-table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  color: inherit;
  background-color: #eee;
  border-color: #0000;
}

.daterangepicker td.week, .daterangepicker th.week {
  color: #ccc;
  font-size: 80%;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #999 !important;
  background-color: #fff !important;
  border-color: #0000 !important;
}

.daterangepicker td.in-range {
  color: #000 !important;
  background-color: #ebf4f8 !important;
  border-color: #0000 !important;
  border-radius: 0 !important;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  color: #fff !important;
  background-color: #6eb397 !important;
  border-color: #0000 !important;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  cursor: default;
  height: auto;
  margin: 0;
  padding: 1px;
  font-size: 12px;
}

.daterangepicker select.monthselect {
  width: 56%;
  margin-right: 2%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  background: #eee;
  border: 1px solid #eee;
  outline: 0;
  width: 50px;
  margin: 0 auto;
  padding: 2px;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 12px;
  display: none;
}

.daterangepicker .drp-selected {
  color: #5a3b3c;
  padding-right: 8px;
  font-family: agenda-condensed;
  font-size: 12px;
  display: inline-block;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
}

.daterangepicker .drp-buttons .btn.applyBtn {
  background-color: #89315a;
  border: 0;
  font-family: agenda-condensed;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  color: #89315a;
  border: 0;
  font-family: agenda-condensed;
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover {
  background-color: #0000;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.daterangepicker .ranges li {
  cursor: pointer;
  color: #fff;
  background-color: #9a8965;
  border-radius: 20px;
  padding: 8px 12px;
  font-family: agenda-condensed;
  font-size: 10px;
  font-weight: 390;
  transition: all .3s;
}

.daterangepicker .ranges li:hover {
  opacity: .8;
}

.daterangepicker .ranges li.active {
  color: #fff;
  background-color: #6eb397;
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul, .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: none;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    float: none;
    width: auto;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.m__fuse-highlight__card-image {
  height: 224px;
  overflow: hidden;
}

.m__fuse-highlight__card-image img {
  transition: transform .5s;
}

.m__fuse-highlight__card-image:hover img {
  transform: scale(1.03);
}

.m__fuse-highlight__card-large .m__fuse-highlight__card-image {
  height: 544px;
}

.m__igrid__row-image {
  border-radius: 4px;
  overflow: hidden;
}

.m__igrid__row-image img {
  transition: transform 1.25s;
}

.m__igrid__row-image:hover img {
  transform: scale(1.02);
}

.m__igrid__pagination .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  opacity: 1;
}

.m__igrid__pagination .swiper-pagination-bullet-active {
  background-color: var(--colour-burgundy);
}

.faqs-section__mobile-reset-icon {
  margin-right: .5rem;
}

.faqs-section__mobile-reset-icon path {
  fill: #000;
}

.faqs-section__filter-container--mobile .faqs-section__filter-dropdown {
  width: 100%;
  height: 58px;
  padding: 18px 2rem 18px 19px;
}

.faqs-section__filter-container--mobile .choices {
  z-index: 101;
}

.faqs-section__filter-container--mobile .choices__inner {
  background-color: #0000;
  padding: 14px 1rem;
}

@media (min-width: 992px) {
  .faqs-section__filter-container--desktop {
    width: 250px;
    margin-right: 3rem;
    position: sticky;
  }
}

@media (min-width: 1200px) {
  .faqs-section__filter-container--desktop {
    width: 275px;
    margin-right: 4rem;
  }
}

@media (min-width: 1400px) {
  .faqs-section__filter-container--desktop {
    width: 310px;
    margin-right: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .faqs-section__filter-container--desktop {
    top: calc(var(--hh-scrolled)  + 32px);
  }
}

@media (min-width: 992px) {
  .faqs-section__filter-heading {
    padding: 15px 30px;
  }

  .faqs-section__filter-items {
    padding: 30px;
  }

  .faqs-section__filter-item {
    cursor: pointer;
    align-self: flex-start;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: relative;
  }

  .faqs-section__filter-item:before {
    visibility: hidden;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    --tw-content: "";
    content: var(--tw-content);
    border-radius: 9999px;
    width: 6px;
    height: 6px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    top: 50%;
    left: 0;
  }

  .faqs-section__filter-item.active {
    padding-left: .75rem;
  }
}

@media (min-width: 1200px) {
  .faqs-section__filter-item.active {
    padding-left: 1rem;
  }
}

@media (min-width: 1400px) {
  .faqs-section__filter-item.active {
    padding-left: 1.25rem;
  }
}

@media (min-width: 992px) {
  .faqs-section__filter-item.active:before {
    visibility: visible;
    opacity: 1;
  }
}

.faqs-section__container {
  padding-top: 42px;
}

@media (min-width: 576px) {
  .faqs-section__container {
    padding-top: 55px;
  }
}

@media (min-width: 768px) {
  .faqs-section__container {
    padding-top: 65px;
  }
}

@media (min-width: 992px) {
  .faqs-section__container {
    padding-top: 0;
  }

  .faqs-section__faqs {
    margin-top: -22px;
  }
}

.faqs-section__faqs .faqs-section__item {
  cursor: pointer;
  padding-top: 22px;
  padding-bottom: 22px;
}

.faqs-section__faqs .faqs-section__item:first-child {
  padding-top: 0;
}

.faqs-section__faqs .faqs-section__item:last-child {
  border-width: 0;
}

@media (min-width: 992px) {
  .faqs-section__faqs .faqs-section__item:first-child {
    padding-top: 22px;
  }
}

.faqs-section__faqs .faqs-section__question.showing .faqs-section__question-plus-icon span:after {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faqs-section__answer {
  padding-top: 22px;
  display: none;
}

.faqs-section__answer.showing {
  display: block;
}

.faqs-section__answer p, .faqs-section__answer div, .faqs-section__answer ul, .faqs-section__answer ol {
  margin-bottom: 1rem;
}

.faqs-section__answer p:last-child, .faqs-section__answer div:last-child, .faqs-section__answer ul:last-child, .faqs-section__answer ol:last-child {
  margin-bottom: 0;
}

.faqs-section__question-plus-icon {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.faqs-section__question-plus-icon span {
  --tw-translate-x: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 15px;
  height: .125rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 50%;
  right: 50%;
}

.faqs-section__question-plus-icon span:after {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  width: 15px;
  height: .125rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
}

.m__rfeed__card-pagination .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  opacity: 1;
}

.m__rfeed__card-pagination .swiper-pagination-bullet-active {
  background-color: var(--colour-burgundy);
}

.m__rfeed__card-points span:before {
  content: "â€¢";
}

.m__rfeed__card-points span:first-child:before {
  content: "";
}

.m__rfeed__card-cta-book {
  font-family: var(--font-title);
  text-transform: uppercase;
  color: var(--colour-burgundy);
  text-underline-offset: 8px;
  background-color: #0000;
  border-width: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration-line: underline;
}

@media (min-width: 992px) {
  .m__rfeed__card-cta-book {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .m__rfeed__card-cta-book {
    font-size: 1.125rem;
    line-height: 25.2px;
  }
}

.m__rfeed__card-cta-book:hover {
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  background-color: #0000;
}

.m__events-feed__calendar-date {
  transition: all .25s;
}

.m__events-feed__calendar-date.active {
  color: var(--colour-burgundy);
  text-decoration-line: underline;
}

.m__events-feed__calendar-date:hover {
  text-decoration-line: underline;
}

.m__events-feed__filter-option {
  transition: all .25s;
}

.m__events-feed__filter-option.active {
  color: var(--colour-burgundy);
  text-decoration-line: underline;
}

.m__events-feed__filter-option:hover {
  text-decoration-line: underline;
}

@media only screen and (min-width: 768px) {
  .m__events-feed__card-button {
    font-family: var(--font-title);
    text-transform: uppercase;
    color: var(--colour-burgundy);
    text-underline-offset: 8px;
    background-color: #0000;
    border-width: 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 25.2px;
    text-decoration-line: underline;
  }

  .m__events-feed__card-button:hover {
    text-underline-offset: 6px;
    background-color: #0000;
  }
}

.hover-spaces {
  font-family: var(--font-title);
  color: #f6f6f6;
}

.hover-spaces__inner {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.hover-spaces__bg {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.hover-spaces__bg-container {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  position: absolute;
  left: 0;
  right: 0;
}

.hover-spaces__bg-container.is-active {
  opacity: 1;
}

.hover-spaces__content {
  z-index: 1;
  background-blend-mode: overlay;
  background: linear-gradient(0deg, #0003 0% 100%), linear-gradient(270deg, #0000 .18%, #000000b3 90.88%);
  min-height: 500px;
  padding: 80px;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .hover-spaces__content {
    min-height: 720px;
    padding: 120px;
  }
}

.hover-spaces__list {
  flex-direction: column;
  display: flex;
}

.hover-spaces__list-title {
  letter-spacing: .64px;
  border-bottom: 1px solid #f6f6f6;
  margin: 0 auto 0 0;
  padding-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.hover-spaces__item {
  opacity: .5;
  cursor: pointer;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: var(--font-title);
  align-items: flex-end;
  margin-top: 24px;
  transition: all 1s;
  display: flex;
  position: relative;
  left: 0;
}

.hover-spaces__item span {
  opacity: 0;
  letter-spacing: .64px;
  margin-left: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: opacity 1s;
}

.hover-spaces__item.is-active {
  opacity: 1;
  left: 40px;
}

.hover-spaces__item.is-active span {
  opacity: 1;
}

.hover-spaces__info {
  opacity: 0;
  flex-direction: column;
  margin: 0 0 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  transition: opacity 1s;
  display: flex;
  position: absolute;
  top: 120px;
  bottom: 120px;
  right: 120px;
}

.hover-spaces__info.is-active {
  opacity: 1;
}

.hover-spaces__info-360-link {
  z-index: 100;
  margin: 0 0 auto;
  display: flex;
  position: relative;
}

.hover-spaces__info-360-link a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.hover-spaces__info-people {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: auto 0 0;
  display: flex;
}

.hover-spaces-mobile__swiper {
  margin: 24px 0 0;
}

.hover-spaces-mobile__swiper .swiper-slide {
  height: 400px;
}

.hover-spaces-mobile__swiper-slide-bg {
  height: 100%;
}

.hover-spaces-mobile__swiper-slide-info {
  background-blend-mode: overlay;
  background: linear-gradient(0deg, #0003 0% 100%), linear-gradient(270deg, #0000 .18%, #000000b3 90.88%);
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0;
}

.hover-spaces-mobile__swiper-slide-info .info-top {
  justify-content: space-between;
  margin: 0 0 auto;
  font-size: 12px;
  display: flex;
}

.hover-spaces-mobile__swiper-slide-info .info-bottom {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.hover-spaces-mobile__swiper-slide-info .info-bottom a {
  transition: all 1s;
  position: relative;
  left: 0;
}

.hover-spaces-mobile__swiper-slide-info .info-bottom a:hover {
  opacity: .7;
  left: 20px;
}

.hover-spaces-mobile__swiper-navigation {
  margin-top: 24px;
  line-height: 8px;
  position: static;
}

.hover-spaces-mobile__swiper-navigation .swiper-pagination-bullet {
  opacity: 1;
  background-color: #f6f6f6;
}

.hover-spaces-mobile__swiper-navigation .swiper-pagination-bullet-active {
  background-color: #674448;
}

.m__sslider__title {
  margin: 0;
}

.m__sslider__nav {
  justify-content: center;
  padding-left: 0;
}

.m__sslider__nav-wrapper {
  max-width: 100%;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .m__sslider__nav-wrapper {
    overflow: scroll;
  }
}

.m__sslider__nav-item {
  cursor: pointer;
  font-family: var(--font-title);
  text-transform: uppercase;
  color: #45484b99;
  text-underline-offset: 8px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.375;
  transition: all .25s;
  display: inline-block;
  width: auto !important;
}

@media (min-width: 1200px) {
  .m__sslider__nav-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.m__sslider__nav-item.active {
  color: var(--colour-burgundy);
  text-decoration: underline;
}

.m__sslider__nav-item:hover {
  color: var(--colour-burgundy);
}

.m__sslider__swiper-slide-highlight img {
  position: absolute;
}

.m__sslider__swiper-slide-button-enquiry {
  font-family: var(--font-title);
  text-transform: uppercase;
  color: var(--colour-burgundy);
  text-underline-offset: 8px;
  background-color: #0000;
  border-width: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 25.2px;
  text-decoration-line: underline;
}

.m__sslider__swiper-slide-button-enquiry:hover {
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  background-color: #0000;
}

.m__sslider__swiper-navigation {
  margin-top: 24px;
  line-height: 8px;
  position: static;
}

.m__sslider__swiper-navigation .swiper-pagination-bullet {
  opacity: 1;
  background-color: #f6f6f6;
}

.m__sslider__swiper-navigation .swiper-pagination-bullet-active {
  background-color: #674448;
}

.m__banner-rooms {
  background-color: var(--colour-burgundy);
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
}

@media only screen and (min-width: 992px) {
  .m__banner-rooms__switcher {
    background-image: url("green-pattern.c4976dab.png");
    background-size: 250px 100px;
  }
}

.m__banner-rooms__switcher-select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 0;
}

.m__banner-rooms__switcher .choices:after {
  background-image: url("rooms-banner-mobile-icon.a56f78a2.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  width: 14px;
  height: 16px;
  margin-top: -6px;
  right: 20px;
}

@media only screen and (min-width: 992px) {
  .m__banner-rooms__switcher .choices:after {
    opacity: 0;
  }
}

.m__banner-rooms__switcher .choices__inner {
  font-family: var(--font-title);
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  background: none;
  border: 0;
  width: auto;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .m__banner-rooms__switcher .choices__inner {
    font-size: 1.5rem;
    line-height: 28.8px;
  }
}

@media only screen and (max-width: 992px) {
  .m__banner-rooms__switcher .choices__inner {
    min-height: auto !important;
    padding-bottom: 0 !important;
  }
}

.m__banner-rooms__switcher .choices__list, .m__banner-rooms__switcher .choices__list-single {
  padding: 0;
}

.m__banner-rooms__switcher .choices__list--dropdown {
  background-color: var(--colour-cream);
}

.m__banner-rooms__switcher .choices__list--dropdown .choices__item {
  font-family: var(--font-copy);
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
}

.m__banner-rooms__switcher .choices__list--dropdown .choices__item.is-highlighted {
  background-color: var(--colour-burgundy);
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

.m__contact-form {
  --tw-bg-opacity: 1;
  background-color: rgb(69 72 75 / var(--tw-bg-opacity));
  background-image: url("grey-pattern.34b3597f.png");
  background-size: 250px 100px;
}

.m__contact-form .wpcf7 {
  text-align: left;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.m__contact-form .wpcf7 label {
  font-family: var(--font-title);
  letter-spacing: .025em;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  width: 100%;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.m__contact-form .wpcf7 input, .m__contact-form .wpcf7 textarea {
  font-family: var(--font-copy);
  --tw-text-opacity: 1;
  color: rgb(69 72 75 / var(--tw-text-opacity));
  border-radius: .25rem;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: .75rem;
}

.m__contact-form .wpcf7 input.wpcf7-submit {
  background-color: var(--colour-burgundy);
  font-family: var(--font-title);
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  border-radius: .5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  display: inline-block;
}

.m__contact-form .wpcf7 input.wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  color: var(--colour-burgundy);
}

.m__contact-form .wpcf7 .wpcf7-response-output {
  background-color: var(--colour-burgundy);
  text-align: center;
  font-family: var(--font-copy);
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  background-image: url("burgundy-pattern.544de911.png");
  background-size: 250px 100px;
  border: 0;
  padding: 2.5rem;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
}

.front-page .m__hero__overlay-image {
  width: 228px;
  height: 153px;
}

@media only screen and (min-width: 992px) {
  .front-page .m__hero__overlay-image {
    width: 342px;
    height: 204px;
  }
}

@media only screen and (min-width: 1200px) {
  .front-page .m__hero__overlay-image {
    width: 456px;
    height: 306px;
  }
}

@media only screen and (max-width: 768px) {
  .front-page .m__events-feed__cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .front-page .m__events-feed__card, .front-page .m__events-feed__card-excerpt, .front-page .m__events-feed__card-button {
    display: none;
  }

  .front-page .m__events-feed__card:first-child {
    display: block;
  }

  .front-page .m__events-feed__button-wrapper {
    text-align: left;
    padding-top: 1rem;
  }
}

.ig-dmn {
  --ig-dmn-gutter-width: 24px;
  --ig-dmn-container-width: calc(696px + (var(--ig-dmn-gutter-width) * 2));
  --ig-dmn-container-width-wide: calc(1417px + (var(--ig-dmn-gutter-width) * 2));
  --ig-dmn-font: "Caudex";
  --ig-dmn-font-alt: "Crimson Text";
  --ig-dmn-bg: #f2efe4;
  --ig-dmn-bg-alt: #747c72;
  --ig-dmn-text-secondary: #674448;
  --ig-dmn-text-light: #f2efe4;
  --ig-dmn-text-dark: #45484b;
  --ig-dmn-tabs-bg: #45484b;
  --ig-dmn-tabs-text: #f6f6f6;
  --ig-dmn-tabs-radius: 8px;
  --ig-dmn-tabs-active-bg: var(--ig-dmn-bg-alt);
  --ig-dmn-tabs-active-text: #f6f6f6;
  --ig-dmn-btn-padding-y: 16px;
  --ig-dmn-btn-padding-x: 24px;
  --ig-dmn-btn-bg: #674448;
  --ig-dmn-btn-text: #f6f6f6;
  --ig-dmn-btn-border-width: 1px;
  --ig-dmn-btn-border-style: solid;
  --ig-dmn-btn-border-colour: var(--ig-dmn-btn-bg);
  --ig-dmn-btn-radius: 4px;
  --ig-dmn-btn-hover-bg: #3e292b;
  --ig-dmn-btn-hover-text: #f6f6f6;
  --ig-dmn-btn-hover-border-colour: var(--ig-dmn-btn-border-colour);
  --ig-dmn-btn-alt-bg: #747c72;
  --ig-dmn-btn-alt-text: #f6f6f6;
  --ig-dmn-btn-alt-border-width: 1px;
  --ig-dmn-btn-alt-border-style: solid;
  --ig-dmn-btn-alt-border-colour: #f6f6f6;
  --ig-dmn-btn-alt-radius: var(--ig-dmn-btn-radius);
  --ig-dmn-btn-alt-hover-bg: var(--ig-dmn-btn-alt-text);
  --ig-dmn-btn-alt-hover-text: var(--ig-dmn-btn-alt-bg);
  --ig-dmn-btn-alt-hover-border-colour: var(--ig-dmn-btn-alt-border-colour);
  --ig-dmn-opacity: .5;
  --ig-dmn-label-font-size: 14px;
  --ig-dmn-label-colour: var(--ig-dmn-text-dark);
  --ig-dmn-input-border-width: 1px;
  --ig-dmn-input-border-style: solid;
  --ig-dmn-input-border-colour: #f6f6f6;
  --ig-dmn-input-bg: #fff;
  --ig-dmn-input-radius: 4px;
  --ig-dmn-input-padding-y: 12px;
  --ig-dmn-input-padding-x: 16px;
  --ig-dmn-input-colour: #45484b;
  --ig-dmn-input-placeholder-colour: #45484b66;
  --ig-dmn-policy-bg: #747c7214;
  --ig-dmn-policy-text: #45484b;
  --ig-dmn-policy-heading-weight: 700;
  --ig-dmn-policy-checkbox-weight: 700;
  --ig-dmn-card-radius: 4px;
  --ig-dmn-card-heading-text-size: 20px;
  --ig-dmn-card-select-text-size: 14px;
  --ig-dmn-card-select-text-transform: uppercase;
  --ig-dmn-modal-bg: var(--ig-dmn-bg);
  --ig-dmn-modal-close-bg: var(--ig-dmn-text-secondary);
  --ig-dmn-modal-close-color: var(--ig-dmn-bg);
}

@media (min-width: 576px) {
  .ig-dmn {
    --ig-dmn-card-heading-text-size: 23px;
    --ig-dmn-card-select-text-size: 15px;
  }
}

@media (min-width: 768px) {
  .ig-dmn {
    --ig-dmn-btn-padding-y: 18px;
    --ig-dmn-btn-padding-x: 28px;
    --ig-dmn-card-heading-text-size: 26px;
    --ig-dmn-card-select-text-size: 16px;
  }
}

@media (min-width: 992px) {
  .ig-dmn {
    --ig-dmn-btn-padding-y: 20px;
    --ig-dmn-btn-padding-x: 32px;
    --ig-dmn-label-font-size: 16px;
    --ig-dmn-card-heading-text-size: 29px;
    --ig-dmn-card-select-text-size: 17px;
  }
}

@media (min-width: 1200px) {
  .ig-dmn {
    --ig-dmn-card-heading-text-size: 32px;
    --ig-dmn-card-select-text-size: 18px;
  }
}

.ig-dmn__booking-type-filter-dropdown-container .choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0;
}

.ig-dmn__booking-type-filter-dropdown-container .choices[data-type*="select-one"]:after {
  border-top-color: var(--ig-dmn-text-light);
}

.ig-dmn__booking-type-filter-dropdown-container .choices__inner {
  min-height: unset;
  background-color: var(--ig-dmn-bg-alt);
  border-width: 0;
  border-radius: .5rem;
  padding: 0;
}

.ig-dmn__booking-type-filter-dropdown-container .choices__list--single .choices__item {
  color: var(--ig-dmn-text-light);
  padding: 13px 1.75rem;
  font-size: .875rem;
  line-height: 1;
}

.ig-dmn__booking-type.active {
  border: 2px solid #f6f6f6;
}

.ig-dmn__details-booking-description {
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .ig-dmn__details-booking-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .ig-dmn__details-booking-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ig-dmn__form-label {
  letter-spacing: .64px;
  line-height: 1.2;
}

.ig-dmn__form-checkbox-label, .ig-dmn__form-policy-heading {
  line-height: 1.2;
}

.ig-dmn__form-policy-text {
  line-height: 1.7;
}

.ig-dmn__nav-message, .ig-dmn__form-disclaimer {
  font-size: .875rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .ig-dmn__nav-message, .ig-dmn__form-disclaimer {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.ig-dmn__modal-label {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .ig-dmn__modal-label {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.ig-dmn__loader svg {
  fill: var(--ig-dmn-text-secondary) !important;
  color: #67444880 !important;
}

.brand-style-contemporary .main-nav__left, .brand-style-contemporary .site-banner, .brand-style-contemporary .m__promo__content, .brand-style-contemporary .m__banner, .brand-style-contemporary .m__banner-rooms__switcher, .brand-style-contemporary .m__text-col {
  background-image: none;
}

@media (min-width: 768px) {
  .md\:col-6 {
    flex: none;
    width: 50%;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-3 {
    order: 3;
  }
}

@media (min-width: 992px) {
  .lg\:order-first {
    order: -1;
  }

  .lg\:order-last {
    order: 13;
  }
}

@media (min-width: 1200px) {
  .xl\:col-4 {
    flex: none;
    width: 33.3333%;
  }

  .xl\:col-6 {
    flex: none;
    width: 50%;
  }

  .xl\:col-7 {
    flex: none;
    width: 58.3333%;
  }
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.checked\:bg-white:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

@media (min-width: 576px) {
  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:last\:mr-0:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-x-5 {
    column-gap: 1.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 992px) {
  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[30vh\] {
    height: 30vh;
  }

  .lg\:h-\[440px\] {
    height: 440px;
  }

  .lg\:h-\[456px\] {
    height: 456px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[36\.5rem\] {
    max-width: 36.5rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-1 {
    flex: 1;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

  .lg\:basis-0 {
    flex-basis: 0;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .lg\:gap-x-12 {
    column-gap: 3rem;
  }

  .lg\:gap-x-16 {
    column-gap: 4rem;
  }

  .lg\:gap-x-3 {
    column-gap: .75rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:bg-transparent {
    background-color: #0000;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }

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

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-\[28\.80px\] {
    line-height: 28.8px;
  }

  .lg\:leading-\[30\.80px\] {
    line-height: 30.8px;
  }

  .lg\:leading-\[38\.40px\] {
    line-height: 38.4px;
  }

  .lg\:leading-\[57\.60px\] {
    line-height: 57.6px;
  }
}

@media (min-width: 1200px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-x-12 {
    column-gap: 3rem;
  }

  .xl\:gap-x-20 {
    column-gap: 5rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

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

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-\[30\.80px\] {
    line-height: 30.8px;
  }

  .xl\:leading-\[38\.40px\] {
    line-height: 38.4px;
  }
}

.template-eat-and-drink .swiper-slide .m__cslider__swiper-slide-copy {
  min-height: 90px;
}

.page-id-363 .m__cslider__swiper-slide-copy.pt-10 {
  height: 375px;
}
/*# sourceMappingURL=control.css.map */
</pre></body></html>