/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  .skip_item {
    left: -999em;
    position: absolute;
    width: 990em;
    z-index: 999;
  }
  ::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(206 162 25 / var(--tw-bg-opacity));
    text-shadow: none;
}
  ::selection {
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(206 162 25 / var(--tw-bg-opacity));
    text-shadow: none;
}
  h1 {
    will-change: transform;
    text-rendering: optimizeSpeed;
  }
  h3 {
    will-change: transform;
    text-rendering: optimizeSpeed;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

*, ::before, ::after {
  --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: rgb(59 130 246 / 0.5);
  --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:  ;
}

::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: rgb(59 130 246 / 0.5);
  --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:  ;
}
@font-face {
  font-family: "Glorious";
  src: url("/wp-content/themes/ivy-rose/assets/webfonts/GLORIOUS.woff2") format("woff2"), url("/wp-content/themes/ivy-rose/assets/webfonts/GLORIOUS.woff") format("woff"), url("/wp-content/themes/ivy-rose/assets/webfonts/GLORIOUS.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutra";
  src: url("/wp-content/themes/ivy-rose/assets/webfonts/Neutraface_Text_Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neutra";
  src: url("/wp-content/themes/ivy-rose/assets/webfonts/Neutraface_Text_Demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-family: "Neutra", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

*,
html,
body,
iframe {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.site_wrapper {
  overflow-x: hidden;
}

img {
  height: auto;
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.bg-black, .bg-green, .bg-alt-green, .bg-red {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.error_message {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
}

#wpsl-result-list {
  display: none;
}

.lineParent {
  z-index: 1;
  overflow: hidden;
}

.intro_video {
  opacity: 0;
}
.intro_video.active {
  opacity: 1;
}

.envelope_video {
  opacity: 0;
}
.envelope_video.active {
  opacity: 1;
}

.loading-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.circle {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #255A40;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow-y: scroll;
}
.panel.start {
  opacity: 0;
}
.panel.fade {
  opacity: 0;
  transform: translateY(0);
  pointer-events: none;
}
.panel.fade.active {
  pointer-events: all;
}
.panel.active {
  display: flex;
}
.panel.full {
  display: block;
  position: relative;
  height: auto;
}
.panel.full.active {
  display: block;
}
.panel .modal {
  width: 90%;
  padding: 1.25rem;
  position: relative;
  z-index: 10;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 769px) {
  .panel .modal {
    width: calc(100% - 2rem);
    max-width: 52.5rem;
    padding: 3rem;
  }
}
.panel .modal .logo {
  width: 8.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .panel .modal .logo {
    width: 11rem;
  }
}

.search_wrapper {
  width: 100%;
  min-height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.search_wrapper.active {
  display: flex;
}

.image_bg {
  width: 110%;
  height: 110%;
  background-color: transparent;
  position: absolute;
  top: -5%;
  left: 0;
  border-radius: 1.25rem;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .image_bg {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;
  }
}

.image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(50% 50% at 50% 50%, #D9D9D9 0%, #000000 100%);
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: 10;
}

.search_modal {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 237 / var(--tw-bg-opacity));
  width: 90%;
  padding: 1.25rem;
  position: relative;
  z-index: 10;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 769px) {
  .search_modal {
    width: calc(100% - 2rem);
    max-width: 52.5rem;
    padding: 3rem;
  }
}
.search_modal .logo {
  width: 8.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .search_modal .logo {
    width: 11rem;
  }
}

.postcode_wrapper {
  display: none;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 769px) {
  .postcode_wrapper {
    width: auto;
  }
}
.postcode_wrapper.active {
  display: flex;
}
.postcode_wrapper .postcode_close {
  cursor: pointer;
  text-decoration: underline;
}

.results_wrapper {
  display: none;
}
.results_wrapper.active {
  display: block;
}

.mid_loader_wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 237 / var(--tw-bg-opacity));
  width: 100%;
  min-height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.mid_loader_wrapper.active {
  display: flex;
}

.content_grid {
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  width: 100%;
  margin: 0 auto;
  max-width: 100rem;
}
@media (min-width: 769px) {
  .content_grid {
    width: 95%;
  }
}

.intro_logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.intro_logo img {
  margin: 0 auto;
  width: 19.5rem;
}

.intro_image {
  overflow: hidden;
}
.intro_image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loader_image_wrapper .loader_image {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
}

.full_image_panel {
  width: 100%;
  height: 75vh;
}

.store_image {
  overflow: hidden;
}
@media (min-width: 769px) {
  .store_image {
    border-radius: 0.625rem;
  }
}
.store_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (min-width: 769px) {
  .tier_image {
    border-radius: 0.625rem;
  }
}

.store_block {
  width: 100%;
  margin: 0;
  flex: 0 0 auto;
  margin-bottom: 2.5rem;
}
@media (min-width: 769px) {
  .store_block {
    margin: 0 1rem;
    width: 33.33%;
    margin-bottom: 0;
  }
}
.store_block .store_image {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.store_block .store_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.loader_copy {
  border-radius: 0.625rem;
  padding: 2rem;
}

.offerings_list {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 3.125rem;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: flex-start;
  overflow-y: hidden;
  padding-bottom: 2rem;
}
@media (min-width: 1025px) {
  .offerings_list {
    overflow-y: visible;
    overflow-x: visible;
    white-space: normal;
    justify-content: center;
    padding-bottom: 0;
  }
}
.offerings_list li {
  flex: 0 0 auto;
}
.offerings_list li img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.offerings_icon_list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-top: 1rem;
}
.offerings_icon_list li img {
  width: 1rem;
}
@media (min-width: 769px) {
  .offerings_icon_list li img {
    width: 1.75rem;
  }
}

.shape_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shape_wrapper .shape {
  position: absolute;
  width: 9rem;
  height: 18.75rem;
  background-color: var(--app-panel-colour);
  border-radius: 3.75rem;
}
@media (min-width: 769px) {
  .shape_wrapper .shape {
    width: 18rem;
    height: 37.5rem;
  }
}
.shape_wrapper .shape.shape_1 {
  left: -5rem;
  top: 50%;
}
@media (min-width: 769px) {
  .shape_wrapper .shape.shape_1 {
    left: 5%;
    top: -20%;
  }
}
.shape_wrapper .shape.shape_2 {
  right: -5rem;
  top: 50%;
}
@media (min-width: 769px) {
  .shape_wrapper .shape.shape_2 {
    right: 2%;
    top: -20%;
  }
}
.shape_wrapper .shape.shape_3 {
  left: -5%;
  bottom: -50%;
}
.shape_wrapper .shape.shape_4 {
  right: -4%;
  bottom: -30%;
}

.event_block {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .event_block {
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
  }
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(236 234 228 / var(--tw-bg-opacity));
  padding: 5rem 0;
}
.footer .footer_logo {
  width: 9.5rem;
  margin: 0 auto 2rem;
}
.footer .footer_columns {
  display: block;
  padding: 0 2.5rem;
}
@media (min-width: 769px) {
  .footer .footer_columns {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    padding: 0;
  }
}
.footer .footer_columns .footer_nav ul li {
  margin-bottom: 1rem;
}
.footer .footer_columns .footer_nav ul li a {
  position: relative;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.35s;
}
.footer .footer_columns .footer_nav ul li a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

#wpsl-gmap {
  width: 100%;
  height: 600px !important;
}

.header_logo {
  opacity: 0;
}

.menu_button {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 35px;
  opacity: 0;
}
@media (min-width: 769px) {
  .menu_button {
    height: 40px;
  }
}
.menu_button:before {
  content: "Menu";
  position: absolute;
  top: 22%;
  font-size: 11px;
  transition: top 0.5s;
}
@media (min-width: 769px) {
  .menu_button:before {
    font-size: 14px;
  }
}
.menu_button:after {
  content: "Close";
  position: absolute;
  bottom: -100%;
  font-size: 11px;
  transition: bottom 0.5s;
}
@media (min-width: 769px) {
  .menu_button:after {
    font-size: 14px;
  }
}
.menu_button.active:before {
  top: -125%;
}
.menu_button.active:after {
  bottom: 22%;
}

.brochure_button {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 35px;
  opacity: 0;
}
@media (min-width: 769px) {
  .brochure_button {
    height: 40px;
  }
}
.brochure_button:before {
  content: "Brochure";
  position: absolute;
  top: 22%;
  font-size: 11px;
  transition: top 0.5s;
}
@media (min-width: 769px) {
  .brochure_button:before {
    font-size: 14px;
  }
}
.brochure_button:after {
  content: "Download";
  position: absolute;
  bottom: -100%;
  font-size: 11px;
  transition: bottom 0.5s;
}
@media (min-width: 769px) {
  .brochure_button:after {
    font-size: 14px;
  }
}
.brochure_button a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.brochure_button:hover:before {
  top: -125%;
}
.brochure_button:hover:after {
  bottom: 22%;
}

.contact_button {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 35px;
  opacity: 0;
}
@media (min-width: 769px) {
  .contact_button {
    height: 40px;
  }
}
.contact_button:before {
  content: "Contact";
  position: absolute;
  top: 22%;
  font-size: 11px;
  transition: top 0.5s;
}
@media (min-width: 769px) {
  .contact_button:before {
    font-size: 14px;
  }
}
.contact_button:after {
  content: "Contact";
  position: absolute;
  bottom: -100%;
  font-size: 11px;
  transition: bottom 0.5s;
}
@media (min-width: 769px) {
  .contact_button:after {
    font-size: 14px;
  }
}
.contact_button:hover:before {
  top: -125%;
}
.contact_button:hover:after {
  bottom: 22%;
}

.nav_wrapper {
  left: 100%;
  transition: left 1s;
}
.nav_wrapper.active {
  left: 0;
}
.nav_wrapper .nav_row {
  cursor: pointer;
}
.nav_wrapper .nav_row .name {
  position: relative;
  left: 0;
  width: 50%;
  transition: left 0.75s, width 0.75s;
}
.nav_wrapper .nav_row .number {
  width: 100%;
  transition: width 0.75s;
}
@media (min-width: 769px) {
  .nav_wrapper .nav_row .number {
    width: 50%;
  }
}
.nav_wrapper .nav_row:hover .name {
  left: -50%;
  width: 0;
}
.nav_wrapper .nav_row:hover .number {
  width: 100%;
}

.button {
  border-radius: 9999px;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  transition: background-color 0.35s, color 0.35s;
}
.button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: transparent;
}
@media (min-width: 769px) {
  .button {
    width: 220px;
  }
}
.button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.device_location {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 90 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 90 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  display: flex;
  gap: 0.5rem;
  transition: background-color 0.35s, color 0.35s;
}
.device_location svg .stroke_path {
  transition: stroke 0.35s;
}
.device_location svg .fill_path {
  transition: fill 35s, stroke 0.35s;
}
.device_location:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
}
.device_location:hover svg .stroke_path {
  stroke: #255A40;
}
.device_location:hover svg .fill_path {
  fill: #255A40;
  stroke: #255A40;
}
@media (min-width: 769px) {
  .device_location {
    width: 220px;
  }
}

.postcode_location {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 90 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  transition: background-color 0.35s, color 0.35s;
}
.postcode_location:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 90 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 769px) {
  .postcode_location {
    width: 220px;
  }
}

.booking {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 90 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 90 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 2rem;
  margin: 1.5rem auto;
  width: 100%;
  transition: background-color 0.35s, color 0.35s;
}
@media (min-width: 769px) {
  .booking {
    width: auto;
    margin: 2.5rem auto;
  }
}
.booking:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
}

.green_button {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 90 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 90 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 2rem;
  margin: 2.5rem auto;
  transition: background-color 0.35s, color 0.35s;
}
.green_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
}

.white_button {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 90 64 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 2rem;
  margin: 2.5rem auto;
  transition: background-color 0.35s, color 0.35s;
}
.white_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 90 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fluentform {
  width: 100%;
  flex: 0 0 auto;
  margin-top: 2.5rem;
}
.fluentform fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.fluentform .first_name {
  order: 1;
  width: calc(50% - 0.5rem);
  margin-bottom: 0.5rem !important;
}
.fluentform .surname {
  order: 2;
  width: calc(50% - 0.5rem);
  margin-bottom: 0.5rem !important;
}
.fluentform .dob {
  width: 100%;
  order: 4;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 769px) {
  .fluentform .dob {
    order: 3;
    width: calc(50% - 0.5rem);
  }
}
.fluentform .email {
  width: 100%;
  order: 3;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 769px) {
  .fluentform .email {
    order: 4;
    width: calc(50% - 0.5rem);
  }
}
.fluentform .copy_line {
  width: 100%;
  order: 5;
}
.fluentform .ivy_select {
  width: 100%;
  order: 6;
}
.fluentform .next_button {
  width: 100%;
  order: 7;
}
.fluentform input {
  background: none;
  background-color: transparent;
  border: 1px solid var(--text-colour) !important;
  border-radius: 9999px !important;
  padding: 0.5rem 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  color: var(--text-colour) !important;
}
.fluentform input::-moz-placeholder {
  color: var(--text-colour) !important;
}
.fluentform input::placeholder {
  color: var(--text-colour) !important;
}
.fluentform input::-moz-placeholder {
  color: var(--text-colour) !important;
}
.fluentform input::-webkit-input-placeholder {
  color: var(--text-colour) !important;
}
.fluentform input:hover {
  background: none !important;
  border: 1px solid var(--primary-colour) !important;
}
.fluentform input:focus {
  background: none !important;
  border: 1px solid var(--primary-colour) !important;
}
.fluentform select {
  appearance: none !important; /* Removes default arrow in some browsers */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="white" stroke-width="0.5" d="M0 0l2 2.5L4 0"/></svg>') !important;
  background-repeat: no-repeat !important;
  line-height: 50px;
  background-position: right 0.75rem center !important;
  background-size: 0.65rem !important;
  padding-right: 2rem;
  background-color: transparent;
  border: 1px solid var(--text-colour) !important;
  border-radius: 9999px !important;
  padding: 0.5rem 3rem !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  color: var(--text-colour) !important;
}
.fluentform select::-moz-placeholder {
  color: var(--text-colour) !important;
}
.fluentform select::placeholder {
  color: var(--text-colour) !important;
}
.fluentform select::-moz-placeholder {
  color: var(--text-colour) !important;
}
.fluentform select::-webkit-input-placeholder {
  color: var(--text-colour) !important;
}
.fluentform select:hover {
  background-color: transparent !important;
  border: 1px solid var(--primary-colour) !important;
}
.fluentform select:focus {
  background-color: transparent !important;
  border: 1px solid var(--primary-colour) !important;
}
.fluentform select option {
  color: black !important;
}
.fluentform .ff-btn-submit {
  background-color: var(--primary-colour) !important;
  border-radius: 9999px !important;
  color: #0A2621 !important;
  border: 1px solid var(--primary-colour) !important;
  height: 50px;
  margin: 0 auto;
  display: block !important;
  width: 100%;
}
@media (min-width: 769px) {
  .fluentform .ff-btn-submit {
    width: 220px;
  }
}
.fluentform .ff-btn-submit:hover {
  opacity: 1 !important;
  background-color: transparent !important;
  color: var(--primary-colour) !important;
}
.fluentform .ff-message-success {
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.fluentform .text-danger {
  color: var(--primary-colour) !important;
}
.fluentform .ff-message-success {
  display: none !important;
}

form input {
  background: none;
  background-color: transparent;
  border: 1px solid var(--text-colour) !important;
  border-radius: 9999px !important;
  padding: 0.5rem 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  color: var(--text-colour) !important;
}
form input::-moz-placeholder {
  color: var(--text-colour) !important;
}
form input::placeholder {
  color: var(--text-colour) !important;
}
form input::-moz-placeholder {
  color: var(--text-colour) !important;
}
form input::-webkit-input-placeholder {
  color: var(--text-colour) !important;
}
form input:hover {
  background: none !important;
  border: 1px solid var(--primary-colour) !important;
}
form input:focus {
  background: none !important;
  border: 1px solid var(--primary-colour) !important;
}
form select {
  appearance: none !important; /* Removes default arrow in some browsers */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="white" stroke-width="0.5" d="M0 0l2 2.5L4 0"/></svg>') !important;
  background-repeat: no-repeat !important;
  line-height: 50px;
  background-position: right 0.75rem center !important;
  background-size: 0.65rem !important;
  padding-right: 2rem;
  background-color: transparent;
  border: 1px solid #fff !important;
  border-radius: 9999px !important;
  padding: 0.5rem 3rem !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  color: var(--text-colour) !important;
}
form select::-moz-placeholder {
  color: var(--text-colour) !important;
}
form select::placeholder {
  color: var(--text-colour) !important;
}
form select::-moz-placeholder {
  color: var(--text-colour) !important;
}
form select::-webkit-input-placeholder {
  color: var(--text-colour) !important;
}
form select:hover {
  background-color: transparent !important;
  border: 1px solid var(--primary-colour) !important;
}
form select:focus {
  background-color: transparent !important;
  border: 1px solid var(--primary-colour) !important;
}
form .ff-btn-submit {
  background-color: var(--primary-colour) !important;
  border-radius: 9999px !important;
  color: #0A2621 !important;
  border: 1px solid var(--primary-colour) !important;
  height: 50px;
  margin: 0 auto;
  display: block !important;
  width: 100%;
}
@media (min-width: 769px) {
  form .ff-btn-submit {
    width: 220px;
  }
}
form .ff-btn-submit:hover {
  opacity: 1 !important;
  background-color: transparent !important;
  color: var(--primary-colour) !important;
}
form .ff-message-success {
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
form .text-danger {
  color: var(--primary-colour) !important;
}
form .ff-message-success {
  display: none !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 12px;
  line-height: 15px;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 32px;
  line-height: 38px;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
  font-size: 36px;
  line-height: 44px;
  font-family: Glorious;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 12px;
  line-height: 15px;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 26px;
  line-height: 32px;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
  font-size: 36px;
  line-height: 44px;
}

.prose-mobile :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 37px;
  line-height: 44px;
  font-family: Glorious;
}

.prose-mobile :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 32px;
  line-height: 36px;
  font-family: Glorious;
}

.prose-mobile :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 25px;
  line-height: auto;
  font-family: Glorious;
}

.prose-mobile :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 22px;
  line-height: 25px;
  font-family: Glorious;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2rem;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-of-type {
  margin-bottom: 0;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 12px;
  line-height: 15px;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 26px;
  line-height: 32px;
}

.prose-mobile :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
  font-size: 36px;
  line-height: 44px;
  font-family: Glorious;
}

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 23px;
}

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).xs {
  font-size: 13px;
  line-height: 19px;
}

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
  font-size: 12px;
  line-height: 15px;
}

.prose-mobile :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
  font-size: 22px;
  line-height: 25px;
}

.prose-mobile :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 23px;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-10 {
  --tw-aspect-h: 10;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-23 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 23;
}

.aspect-w-23 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.left-\[75\%\] {
  left: 75%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[75\%\] {
  right: 75%;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[35\%\] {
  top: 35%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-14 {
  grid-column: span 14 / span 14;
}
.col-span-20 {
  grid-column: span 20 / span 20;
}
.col-span-22 {
  grid-column: span 22 / span 22;
}
.col-span-24 {
  grid-column: span 24 / span 24;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-6 {
  grid-column-start: 6;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\/2 {
  height: 50%;
}
.h-72 {
  height: 18rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[600px\] {
  height: 600px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-24 {
  width: 6rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-64 {
  width: 16rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[96px\] {
  width: 96px;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-24 {
  grid-template-columns: repeat(24, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.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-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[8px\] {
  border-bottom-width: 8px;
}
.border-l-\[8px\] {
  border-left-width: 8px;
}
.border-r-\[8px\] {
  border-right-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[8px\] {
  border-top-width: 8px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(12 17 18 / var(--tw-border-opacity));
}
.border-cream-400 {
  --tw-border-opacity: 1;
  border-color: rgb(230 215 151 / var(--tw-border-opacity));
}
.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(121 117 105 / var(--tw-border-opacity));
}
.border-primary {
  border-color: var(--primary-colour);
}
.border-text {
  border-color: var(--text-colour);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-background {
  background-color: var(--background-colour);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(12 17 18 / var(--tw-bg-opacity));
}
.bg-cream-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 237 / var(--tw-bg-opacity));
}
.bg-cream-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 234 228 / var(--tw-bg-opacity));
}
.bg-cream-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 215 151 / var(--tw-bg-opacity));
}
.bg-cream-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 227 223 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(37 90 64 / var(--tw-bg-opacity));
}
.bg-primary {
  background-color: var(--primary-colour);
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(157 34 53 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-none {
  background-image: none;
}
.fill-black {
  fill: #0C1112;
}
.fill-none {
  fill: none;
}
.fill-primary {
  fill: var(--primary-colour);
}
.fill-white {
  fill: #ffffff;
}
.stroke-none {
  stroke: none;
}
.stroke-white {
  stroke: #ffffff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-4 {
  padding: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[25\%\] {
  padding-left: 25%;
  padding-right: 25%;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.text-center {
  text-align: center;
}
.\!font-Neutra {
  font-family: Neutra, sans-serif !important;
}
.font-Glorious {
  font-family: Glorious, serif;
}
.font-Neutra {
  font-family: Neutra, sans-serif;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(12 17 18 / var(--tw-text-opacity));
}
.text-button-text {
  color: var(--button-text-colour);
}
.text-cream-400 {
  --tw-text-opacity: 1;
  color: rgb(230 215 151 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(157 34 53 / var(--tw-text-opacity));
}
.text-text {
  color: var(--text-colour);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-30 {
  opacity: 0.3;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
@media (min-width: 768px) {

  .md\:prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 72px;
    line-height: 62px;
    font-family: Glorious;
  }

  .md\:prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 54px;
    line-height: 60px;
    font-family: Glorious;
  }

  .md\:prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 48px;
    line-height: 55px;
    font-family: Glorious;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2rem;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-of-type {
    margin-bottom: 0;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
    font-size: 12px;
    line-height: 15px;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
    font-size: 32px;
    line-height: 38px;
  }

  .md\:prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
    font-size: 36px;
    line-height: 44px;
    font-family: Glorious;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).sm {
    font-size: 12px;
    line-height: 15px;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).lg {
    font-size: 26px;
    line-height: 32px;
  }

  .md\:prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)).xl {
    font-size: 36px;
    line-height: 44px;
  }

  .md\:prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 16px;
    line-height: 24px;
  }
}
.hover\:bg-cream-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 215 151 / var(--tw-bg-opacity));
}
.hover\:bg-text:hover {
  background-color: var(--text-colour);
}
.hover\:text-cream-400:hover {
  --tw-text-opacity: 1;
  color: rgb(230 215 151 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  color: var(--primary-colour);
}
.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(157 34 53 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .md\:top-\[25\%\] {
    top: 25%;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

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

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

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

  .md\:col-span-13 {
    grid-column: span 13 / span 13;
  }

  .md\:col-span-14 {
    grid-column: span 14 / span 14;
  }

  .md\:col-span-20 {
    grid-column: span 20 / span 20;
  }

  .md\:col-span-24 {
    grid-column: span 24 / span 24;
  }

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

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

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

  .md\:w-\[95\%\] {
    width: 95%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:rounded-\[10px\] {
    border-radius: 10px;
  }

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

  .md\:pt-\[250px\] {
    padding-top: 250px;
  }

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

  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:justify-normal {
    justify-content: normal;
  }

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