@charset "UTF-8";
/*!
Theme Name: ace
Theme URI: http://underscores.me/
Author: Chad Rossouw for HdK
Author URI: https://wearehdk.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ace is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*Font Weights*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/kitmiles/assets/fonts/work-sans-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/wp-content/themes/kitmiles/assets/fonts/work-sans-v19-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/kitmiles/assets/fonts/work-sans-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/kitmiles/assets/fonts/work-sans-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/kitmiles/assets/fonts/work-sans-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/kitmiles/assets/fonts/playfair-display-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/kitmiles/assets/fonts/crimson-pro-v28-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/kitmiles/assets/fonts/crimson-pro-v28-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-pro-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/kitmiles/assets/fonts/crimson-pro-v28-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/kitmiles/assets/fonts/crimson-pro-v28-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/kitmiles/assets/fonts/crimson-pro-v28-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-pro-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/kitmiles/assets/fonts/crimson-pro-v28-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #373737;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #373737;
  font-family: "Crimson Pro", sans-serif;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 1rem;
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4 {
  margin-top: -1rem;
}

p + h4 {
  margin: 1.5rem 0 0.8rem 0;
}

.content h1 + h1,
.content h1 + h2,
.content h1 + h3,
.content h1 + h4,
.content h2 + h1,
.content h2 + h2,
.content h2 + h3,
.content h2 + h4,
.content h3 + h1,
.content h3 + h2,
.content h3 + h3,
.content h3 + h4,
.content h4 + h1,
.content h4 + h2,
.content h4 + h3,
.content h4 + h4,
.content h5 + h1,
.content h5 + h2,
.content h5 + h3,
.content h5 + h4,
.content h6 + h1,
.content h6 + h2,
.content h6 + h3,
.content h6 + h4,
.padding_2 h1 + h1,
.padding_2 h1 + h2,
.padding_2 h1 + h3,
.padding_2 h1 + h4,
.padding_2 h2 + h1,
.padding_2 h2 + h2,
.padding_2 h2 + h3,
.padding_2 h2 + h4,
.padding_2 h3 + h1,
.padding_2 h3 + h2,
.padding_2 h3 + h3,
.padding_2 h3 + h4,
.padding_2 h4 + h1,
.padding_2 h4 + h2,
.padding_2 h4 + h3,
.padding_2 h4 + h4,
.padding_2 h5 + h1,
.padding_2 h5 + h2,
.padding_2 h5 + h3,
.padding_2 h5 + h4,
.padding_2 h6 + h1,
.padding_2 h6 + h2,
.padding_2 h6 + h3,
.padding_2 h6 + h4 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 1.8rem;
}
@media screen and (min-width: 700px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }
}

h2,
.h2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 1000px) {
  h2,
  .h2 {
    font-size: 2.6rem;
  }
}

h3,
.h3 {
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}
h3.lc,
.h3.lc {
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}

h5,
.h5 {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 400;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: mono, sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: mono, sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*Typography Utilities*/
.weight-bold,
.bold {
  font-weight: 700;
}

.lc {
  text-transform: initial;
}

.uc {
  text-transform: uppercase;
}

.large {
  font-size: 1.1rem;
  line-height: 150%;
}
.large p {
  font-size: 1.1rem;
  line-height: 150%;
}
.large.x-large {
  font-size: 1.5rem;
}
.large.x-large p {
  font-size: 1.5rem;
  color: #373737;
}
.large.xx-large {
  font-size: 2rem;
}
.large.xx-large p {
  font-size: 2rem;
  color: #373737;
}

.white.large p, .white.large.x-large p, .white.large.xx-large p {
  color: #fff;
}

h2.xx-large {
  font-size: 3rem;
  letter-spacing: 10px;
}

@media screen and (min-width: 1000px) {
  .large {
    line-height: 125%;
  }
}
.small {
  font-size: 80%;
}

::-moz-selection {
  color: #fff;
  background: #23595c;
}

::selection {
  color: #fff;
  background: #23595c;
}

.center {
  text-align: center;
}

a.arrow_link {
  position: relative;
  padding-right: 2rem;
  width: fit-content;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
a.arrow_link::after {
  content: "";
  height: 0.8rem;
  width: 1.2rem;
  display: block;
  top: calc(50% - 0.4rem);
  right: 0;
  background-image: url(../assets/arrow.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  transition: transform var(--transition) ease;
}
a.arrow_link:hover::after {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  a.arrow_link:hover::after {
    transform: none;
  }
}

.playfair {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400 !important;
}

.crimson {
  font-family: "Crimson Pro", sans-serif;
  font-weight: 400;
}
.crimson:has(+ .woocommerce), .crimson:has(+ .woocommerce-info) {
  padding-bottom: 2rem;
}

.woocommerce:has(+ *) {
  margin-bottom: 3.5rem;
}

.work {
  font-family: "Work Sans", sans-serif;
}

a:focus {
  outline: 2px solid;
  outline-offset: 0.2rem;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.2em;
  transition: all var(--transition) ease-in;
}
.underline:hover {
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.24em;
}

.title {
  letter-spacing: 0.075em;
}

h2:has(> span),
h3:has(> span),
h4:has(> span) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
h2:has(> span) span,
h2:has(> span) svg,
h3:has(> span) span,
h3:has(> span) svg,
h4:has(> span) span,
h4:has(> span) svg {
  width: auto;
}
h2:has(> span) span:empty,
h3:has(> span) span:empty,
h4:has(> span) span:empty {
  display: none;
}

h2 svg {
  height: 2rem;
}
@media screen and (min-width: 1000px) {
  h2 svg {
    height: 3.2rem;
  }
}

h3 svg {
  height: 2.5rem;
}

h4 svg {
  height: 1.5rem;
}

.book {
  font-weight: 400;
}

/* Elements
--------------------------------------------- */
:root {
  --header-height: 7.2rem;
  --header-height-min: 4.5rem;
  --margin: 8vw;
  --transition: 400ms;
  --map-height: 30rem;
  --video-padding: 0px;
}

@media (prefers-reduced-motion) {
  :root {
    --transition: 0ms;
  }
}
@media screen and (min-width: 700px) {
  :root {
    --header-height: 8rem;
    --margin: 10vw;
  }
}
@media screen and (min-width: 1000px) {
  :root {
    --margin: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --margin: 6vw;
    --header-height: 10rem;
    --nav-padding: 6vw;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --margin: calc((100vw - 1520px) / 2);
  }
}
.grecaptcha-badge {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

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

#primary {
  width: 100vw;
  overflow-x: hidden;
  background-color: #f5f4f2;
}

body {
  background-color: #fff;
}

.scroll_lock,
.scrolly_lock,
.scroll-lock {
  overflow: hidden;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

/*Lists*/
ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

address {
  font-style: normal;
}

/*Links*/
a {
  color: #373737;
  text-decoration-thickness: 0.05em;
  transition: text-decoration-thickness var(--transition) ease, color var(--transition) ease;
}
a:visited {
  color: #373737;
}
a:hover, a:focus, a:active {
  color: #6e6e6e;
  text-decoration-thickness: 0.1em;
}
a:hover, a:active {
  outline: 0;
}
a:focus {
  outline: 2px solid;
}
a.black:hover, a.black:focus, a.black:active {
  color: #6e6e6e;
  text-decoration-thickness: 0.1em;
}

.bg_body a,
.bg-body a {
  color: #fff;
}
.bg_body a:hover, .bg_body a:focus, .bg_body a:active,
.bg-body a:hover,
.bg-body a:focus,
.bg-body a:active {
  color: #5497a9;
}
.bg_body a.body,
.bg-body a.body {
  color: #373737;
}

.timetable_item a {
  color: #ffdd00;
}
.timetable_item a:hover, .timetable_item a:focus, .timetable_item a:active {
  color: #5497a9;
}

#admissions h4 a,
#timetable h4 a {
  color: #ffdd00;
  text-decoration: none;
}
#admissions h4 a:hover, #admissions h4 a:focus, #admissions h4 a:active,
#timetable h4 a:hover,
#timetable h4 a:focus,
#timetable h4 a:active {
  color: #5497a9;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

/*Input Fields*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #373737;
  border: 1px solid #6e6e6e;
  border-radius: 0;
  padding: 0.5rem 1rem;
  transition: border var(--transition) ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: 1px solid #23595c;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #373737;
}

select {
  color: #373737;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
  padding: 10px;
  max-width: 100%;
}

/* For IE (thanks to @SaiManoj) */
textarea {
  width: 100%;
}

/*Buttons*/
button {
  border: none;
  cursor: pointer;
}
button#request-quote {
  border: 1px solid #7c7569 !important;
}

#primary .return-to-shop a.button.wc-backward {
  border: 1px solid #7c7569 !important;
}

input[type=button],
input[type=submit],
.button,
#primary .button,
.decorative {
  background: #f5f4f2;
  color: #373737;
  display: block;
  text-align: left;
  padding: 0.8rem 1.2rem;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 0.9rem;
  min-width: 9rem !important;
  width: fit-content;
  transition: text-decoration 400ms ease;
  font-family: 2rem;
  cursor: pointer;
  display: block;
  text-align: center;
  transition: background-color var(--transition) ease-in, color var(--transition) ease-in;
}
input[type=button]:hover, input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:active,
.button:hover,
.button:active,
#primary .button:hover,
#primary .button:active,
.decorative:hover,
.decorative:active {
  background-color: #7c7569;
  color: #fff;
  border-color: #7c7569 !important;
}
input[type=button] .unset-button,
input[type=submit] .unset-button,
.button .unset-button,
#primary .button .unset-button,
.decorative .unset-button {
  background: none;
  color: currentColor;
  display: inline;
  padding: 0;
}
input[type=button].border,
input[type=submit].border,
.button.border,
#primary .button.border,
.decorative.border {
  border: 1px solid currentColor;
}
input[type=button].border.bg_dark_grey,
input[type=submit].border.bg_dark_grey,
.button.border.bg_dark_grey,
#primary .button.border.bg_dark_grey,
.decorative.border.bg_dark_grey {
  border: 1px solid #6e6e6e;
}
input[type=button].big_button,
input[type=submit].big_button,
.button.big_button,
#primary .button.big_button,
.decorative.big_button {
  font-size: 1rem;
  padding: 0.8rem 1.6rem;
}
input[type=button].small,
input[type=submit].small,
.button.small,
#primary .button.small,
.decorative.small {
  font-size: 0.7rem;
  padding: 0.6rem 0.6rem;
  min-width: 3rem !important;
}

#primary .block.cta-banner.padding.padding_slim.grid.grid_50.gap_4.bg_white .buttons.flex a:hover, #primary .block.cta-banner.padding.padding_slim.grid.grid_50.gap_4.bg_white .buttons.flex a:active {
  border-color: #f5f4f2 !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.shop_table.shop_table_responsive.my_account_orders {
  border-spacing: 0;
}
.shop_table.shop_table_responsive.my_account_orders tbody tr td button.button.add-quote-to-cart {
  border: 0.1rem solid #7c7569 !important;
}
.shop_table.shop_table_responsive.my_account_orders tbody tr td button.button.add-quote-to-cart + button.button.add-quote-to-cart {
  margin-top: 0.2rem;
}
.shop_table.shop_table_responsive.my_account_orders thead th {
  border-bottom: 0.15rem solid #7c7569;
  padding-bottom: 0.6rem;
  text-align: left;
}
.shop_table.shop_table_responsive.my_account_orders tr td {
  border-bottom: 0.1rem solid #7c7569;
}
.shop_table.shop_table_responsive.my_account_orders tr.order td {
  height: 3rem;
  min-height: 3rem;
  padding: 1rem 0;
}
.shop_table.shop_table_responsive.my_account_orders tr.order td .button:has(+ .button) {
  margin-bottom: 1rem;
}

#primary .woocommerce td.actions {
  display: table-cell !important;
  border: none;
}
#primary .woocommerce td.actions .coupon .input-text {
  min-width: 7.5rem;
}
#primary .woocommerce td.actions button[name=update_cart] {
  float: right;
}

.block.padding.double_padding .woocommerce table.shop_table {
  border: none;
}
.block.padding.double_padding .woocommerce table.shop_table thead {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.5);
  background-color: transparent !important;
}
.block.padding.double_padding .woocommerce table.shop_table tbody tr {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.block.padding.double_padding .woocommerce table.shop_table th.product-name {
  display: table-cell;
}
.block.padding.double_padding .woocommerce table.shop_table th.product-thumbnail, .block.padding.double_padding .woocommerce table.shop_table th.product-remove {
  display: none;
}
.block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td {
  padding: 2.5rem 12px;
  border: none;
}
.block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td.product-name {
  padding-top: 2.8rem;
  padding-left: 25px;
}
.block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td.product-quantity .qty {
  height: 2rem;
}
.block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td.product-price, .block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td.product-quantity, .block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
  transform: translateY(-3.66rem);
  border: none;
}
.block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td.product-remove {
  width: 1rem !important;
}
.block.padding.double_padding .woocommerce table.shop_table .woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
  width: 8rem;
}

.woocommerce a.remove {
  font-weight: 100 !important;
  color: #373737 !important;
  font-size: 1.2em !important;
  border: 1px solid #373737;
  border-radius: 5px;
  transform: translateY(-3.5rem);
  height: 1.1em;
  width: 1.1em;
}
.woocommerce a.remove:hover {
  background-color: #7c7569;
}

.woocommerce-page table.cart img {
  width: 8rem;
  aspect-ratio: 3/4;
  object-fit: cover;
}

#primary .carousel .button,
#primary .carousel .decorative {
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
  min-width: 7rem !important;
  width: fit-content;
}
#primary .carousel .button.big_button,
#primary .carousel .decorative.big_button {
  font-size: 1rem;
  padding: 0.8rem 1.6rem;
}
#primary button.button.loading {
  padding-right: 2.5rem;
}
#primary button.button.loading::after {
  top: 0.8rem;
}
#primary a.button.loading {
  padding-right: 2.5rem;
}
#primary a.button.loading::after {
  top: 0.8rem;
}
@media screen and (min-width: 1200px) {
  #primary .wc-proceed-to-checkout #request-quote {
    float: right;
  }
}
@media screen and (width < 1200px) {
  #primary .wc-proceed-to-checkout:has(> :nth-child(2)) {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.decorative {
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 400ms ease, color 400ms ease;
  color: var(--color-white-to-black);
  background-color: var(--color-secondary-to-white);
}
.decorative:hover, .decorative:focus {
  text-decoration: none;
}

p .decorative {
  display: inline-block;
}

.buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.no-flexbox-gap .buttons {
  gap: 0;
}
.no-flexbox-gap .buttons > * {
  margin-right: 1rem;
}
.no-flexbox-gap .buttons > *:last-child {
  margin-right: 0;
}

button[disabled] {
  opacity: 0.3;
  cursor: default;
}

.not_pill {
  border-radius: 0;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
}
.not_pill:hover, .not_pill:active {
  color: #373737;
}

#cart-form .bg-black,
#cart-form .bg_black,
#primary .bg-black,
#primary .bg_black {
  background-color: #373737;
  color: #fff !important;
}
#cart-form .bg-black p,
#cart-form .bg-black h1,
#cart-form .bg-black h2,
#cart-form .bg-black h3,
#cart-form .bg-black h4,
#cart-form .bg-black h5,
#cart-form .bg-black h6,
#cart-form .bg_black p,
#cart-form .bg_black h1,
#cart-form .bg_black h2,
#cart-form .bg_black h3,
#cart-form .bg_black h4,
#cart-form .bg_black h5,
#cart-form .bg_black h6,
#primary .bg-black p,
#primary .bg-black h1,
#primary .bg-black h2,
#primary .bg-black h3,
#primary .bg-black h4,
#primary .bg-black h5,
#primary .bg-black h6,
#primary .bg_black p,
#primary .bg_black h1,
#primary .bg_black h2,
#primary .bg_black h3,
#primary .bg_black h4,
#primary .bg_black h5,
#primary .bg_black h6 {
  color: #fff !important;
}
#cart-form .bg-black a,
#cart-form .bg_black a,
#primary .bg-black a,
#primary .bg_black a {
  color: #fff !important;
}
#cart-form .bg-black a.button,
#cart-form .bg_black a.button,
#primary .bg-black a.button,
#primary .bg_black a.button {
  background-color: #fff !important;
  color: #373737 !important;
}
#cart-form .bg-black a.button:hover,
#cart-form .bg_black a.button:hover,
#primary .bg-black a.button:hover,
#primary .bg_black a.button:hover {
  background-color: #ffdd00 !important;
}
#cart-form .bg-black .sticker,
#cart-form .bg_black .sticker,
#primary .bg-black .sticker,
#primary .bg_black .sticker {
  color: #373737 !important;
}
#cart-form .bg-pure_black,
#cart-form .bg_pure_black,
#primary .bg-pure_black,
#primary .bg_pure_black {
  background-color: #000 !important;
}
#cart-form .bg-pure_black:is(button, a, [type=submit]):hover,
#cart-form .bg_pure_black:is(button, a, [type=submit]):hover,
#primary .bg-pure_black:is(button, a, [type=submit]):hover,
#primary .bg_pure_black:is(button, a, [type=submit]):hover {
  background-color: #ffdd00 !important;
  color: #000;
}
#cart-form .bg-bg,
#cart-form .bg_bg,
#primary .bg-bg,
#primary .bg_bg {
  background-color: #fff;
}
#cart-form .bg-white,
#cart-form .bg_white,
#primary .bg-white,
#primary .bg_white {
  background-color: #f5f4f2;
}
#cart-form .bg-gold,
#cart-form .bg_gold,
#primary .bg-gold,
#primary .bg_gold {
  background-color: #cea75a;
}
#cart-form .bg-olive,
#cart-form .bg_olive,
#primary .bg-olive,
#primary .bg_olive {
  background-color: #a5af91;
}
#cart-form .bg-light_olive,
#cart-form .bg_light_olive,
#primary .bg-light_olive,
#primary .bg_light_olive {
  background-color: #d0d5c1;
}
#cart-form .bg-grey,
#cart-form .bg_grey,
#primary .bg-grey,
#primary .bg_grey {
  background-color: #dfdbd9;
}
#cart-form .bg-off_white,
#cart-form .bg_off_white,
#primary .bg-off_white,
#primary .bg_off_white {
  background-color: #ecebe8;
}
#cart-form .bg-light_grey,
#cart-form .bg_light_grey,
#primary .bg-light_grey,
#primary .bg_light_grey {
  background-color: #ece9e4;
}
#cart-form .bg-dark_grey,
#cart-form .bg_dark_grey,
#primary .bg-dark_grey,
#primary .bg_dark_grey {
  background-color: #7c7569;
}
#cart-form .bg-beige,
#cart-form .bg_beige,
#primary .bg-beige,
#primary .bg_beige {
  background-color: #e2d9cb;
}
#cart-form .bg-light_beige,
#cart-form .bg_light_beige,
#primary .bg-light_beige,
#primary .bg_light_beige {
  background-color: #eee8e0;
}
#cart-form .bg-none,
#cart-form .bg_none,
#primary .bg-none,
#primary .bg_none {
  background-color: transparent;
  background: none;
}
#cart-form .bg-maroon,
#cart-form .bg_maroon,
#primary .bg-maroon,
#primary .bg_maroon {
  background-color: #8e1537;
  color: #fff !important;
}
#cart-form .bg-maroon p,
#cart-form .bg-maroon h1,
#cart-form .bg-maroon h2,
#cart-form .bg-maroon h3,
#cart-form .bg-maroon h4,
#cart-form .bg-maroon h5,
#cart-form .bg-maroon h6,
#cart-form .bg_maroon p,
#cart-form .bg_maroon h1,
#cart-form .bg_maroon h2,
#cart-form .bg_maroon h3,
#cart-form .bg_maroon h4,
#cart-form .bg_maroon h5,
#cart-form .bg_maroon h6,
#primary .bg-maroon p,
#primary .bg-maroon h1,
#primary .bg-maroon h2,
#primary .bg-maroon h3,
#primary .bg-maroon h4,
#primary .bg-maroon h5,
#primary .bg-maroon h6,
#primary .bg_maroon p,
#primary .bg_maroon h1,
#primary .bg_maroon h2,
#primary .bg_maroon h3,
#primary .bg_maroon h4,
#primary .bg_maroon h5,
#primary .bg_maroon h6 {
  color: #fff !important;
}
#cart-form .bg-maroon a,
#cart-form .bg_maroon a,
#primary .bg-maroon a,
#primary .bg_maroon a {
  color: #fff !important;
}
#cart-form .bg-maroon a.button,
#cart-form .bg_maroon a.button,
#primary .bg-maroon a.button,
#primary .bg_maroon a.button {
  background-color: #fff !important;
  color: #373737 !important;
}
#cart-form .bg-maroon a.button:hover,
#cart-form .bg_maroon a.button:hover,
#primary .bg-maroon a.button:hover,
#primary .bg_maroon a.button:hover {
  background-color: #ffdd00 !important;
}
#cart-form .bg-maroon .sticker,
#cart-form .bg_maroon .sticker,
#primary .bg-maroon .sticker,
#primary .bg_maroon .sticker {
  color: #373737 !important;
}
#cart-form .bg-body,
#cart-form .bg_body,
#primary .bg-body,
#primary .bg_body {
  background-color: #373737;
}
#cart-form .white,
#primary .white {
  color: #fff;
}
#cart-form .black,
#primary .black {
  color: #373737;
}
#cart-form .grey,
#primary .grey {
  color: #666766;
}

.bg-black,
.bg_black {
  background-color: #373737;
}
.bg-pure_black,
.bg_pure_black {
  background-color: #000 !important;
}
.bg-pure_black:is(button, a, [type=submit]):hover,
.bg_pure_black:is(button, a, [type=submit]):hover {
  background-color: #ffdd00 !important;
  color: #000;
}
.bg-bg,
.bg_bg {
  background-color: #fff;
}
.bg-white,
.bg_white {
  background-color: #f5f4f2;
}
.bg-gold,
.bg_gold {
  background-color: #cea75a;
}
.bg-grey,
.bg_grey {
  background-color: #dfdbd9;
}
.bg-beige,
.bg_beige {
  background-color: #e2d9cb;
}
.bg-body,
.bg_body {
  background-color: #373737;
}
.bg-none,
.bg_none {
  background-color: transparent;
  background: none;
}

.white {
  color: #fff;
}

.black {
  color: #373737;
}

.grey {
  color: #6e6e6e;
}

.light_grey {
  color: #9e9e9e;
}

.dark_grey {
  color: #1d1d1b;
}

.pill {
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
}
.pill:hover, .pill:active {
  color: #373737;
}

.triangle {
  width: 0;
  height: 0;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  border-bottom: 13px solid #fff;
  margin-right: 1.5rem;
  transition: border-bottom var(--transition), ease-in;
}

.rounded {
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .rounded--left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 1000px) {
  .rounded--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.overflow_hidden {
  overflow: hidden;
}

.content-padding {
  padding: 1rem 1rem 3rem;
}
@media screen and (min-width: 700px) {
  .content-padding {
    padding: 1rem 2rem 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .content-padding {
    padding: 1rem 3rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-padding {
    padding: 4rem 0;
  }
}

/*Details*/
details {
  padding: 1rem 0;
  border-top: 1px solid #ffdd00;
  -webkit-user-select: none;
  user-select: none;
  /*This is to stop margins overflowing and messing up the calculations on the animation */
}
details > summary {
  list-style: none;
  position: relative;
  color: #ffdd00;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
details > summary:hover {
  cursor: pointer;
}
details > summary::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  transition: transform var(--transition) ease-in;
  transform-origin: center center;
  line-height: 0;
  background-image: url(../assets/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
details > summary h4 {
  margin-bottom: 0;
  margin-right: 2rem;
}
details .panel {
  padding: 1px 0;
}

summary::-webkit-details-marker {
  display: none;
}

h3 ~ details {
  margin-bottom: 0.5rem;
}

.accordion_style_2 {
  border-top: 1px dotted #23595c;
}

@media screen and (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .mobile_only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .tablet_only {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .desktop_only {
    display: none !important;
  }
}
.download-file {
  max-width: 75%;
}

.card:hover .find_out_more.underline {
  color: #00c4b3;
}
.card:hover .find_out_more.underline::after {
  width: 15%;
}

.underscore::after {
  content: "";
  background-color: currentColor;
  display: block;
  position: relative;
  height: 7.58px;
  width: 62.79px;
  top: 1rem;
}

/*Borders*/
.border_bottom {
  border-bottom: 2px solid var(--color-secondary);
}

p.caption {
  font-size: 0.875rem;
}

figure {
  margin-bottom: 0;
}

/*HoneyPot*/
input#hp {
  display: none;
}

.hide {
  display: none !important;
}

.tile {
  width: 1rem;
}

/*Titles*/
.content-title {
  text-align: center;
  display: block;
  color: #23595c;
  font-size: 24px;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 998;
}
@media screen and (min-width: 700px) {
  .content-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .content-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.content-title::before {
  display: block;
  height: 5.26px;
  width: 86px;
  background-color: currentColor;
  position: relative;
  content: "";
  margin: 0 auto;
  top: -0.5rem;
}
@media screen and (min-width: 700px) {
  .content-title::before {
    height: 7.58px;
    width: 124px;
    top: -2rem;
  }
}
.content-title.brother {
  font-family: brother-1816, sans-serif;
  font-weight: 800;
}
.content-title.tertiary {
  color: #00c4b3;
}
.content-title.tertiary::before {
  background-color: #00c4b3;
}
.content-title.no-decoration::before {
  display: none;
}

a.content-title {
  text-decoration: none;
  color: #23595c;
}

.item-title {
  font-family: brother-1816, sans-serif;
  font-weight: 800;
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .item-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .item-title {
    font-size: 24px;
  }
}
.item-title.default {
  color: #5497a9;
}

.desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .desktop {
    display: block;
  }
}

.title {
  letter-spacing: 0.05em;
}

.bottom_border {
  border-bottom: 2px solid currentColor;
  transition: border var(--transition) ease-in;
}

.arrow {
  font-weight: 800;
  font-family: "brother-1816";
  padding: 0.75rem 1rem;
  position: relative;
}
.arrow::after {
  content: ">";
  position: absolute;
  right: 1rem;
  font-weight: 400;
}

.no_underline {
  text-decoration: none;
}

.no_margin {
  margin: 0;
}

.border_body {
  border: 1px solid black;
}

.radius {
  border-radius: 8px;
  overflow: clip;
}

/* Images */
@media screen and (min-width: 700px) {
  .image-block-vertical .container {
    max-height: 61vh;
  }
  .image-block-vertical .container img {
    object-fit: contain;
  }
}
@media screen and (min-width: 700px) {
  .image-block-vertical .image-caption {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .image-block-vertical .image-caption {
    max-width: 50%;
  }
}

button svg {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.link_with_icon {
  width: fit-content;
  display: flex;
  gap: 0.5rem;
  color: #373737;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
}
.link_with_icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_with_icon svg {
  width: 1rem;
  height: 1rem;
}

.bg_gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

span.keep {
  white-space: nowrap;
}

q::before {
  content: "‘";
}

q::after {
  content: "’";
}

.content.grid.grid_content p,
.content.grid.grid_content h1,
.content.grid.grid_content h2,
.content.grid.grid_content h3,
.content.grid.grid_content h4,
.content.grid.grid_content h5,
.content.grid.grid_content h6,
.event_content.grid.grid_content p,
.event_content.grid.grid_content h1,
.event_content.grid.grid_content h2,
.event_content.grid.grid_content h3,
.event_content.grid.grid_content h4,
.event_content.grid.grid_content h5,
.event_content.grid.grid_content h6 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.content.grid.grid_content *,
.event_content.grid.grid_content * {
  margin-right: auto;
  margin-left: auto;
}

.pagination .pagination_button {
  margin-left: 0.5rem;
  margin-left: 0.5rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 1px solid #373737;
  text-align: center;
}
.pagination .pagination_button p {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.pagination .pagination_button.current {
  background-color: #373737;
  color: #fff;
}
.pagination .pagination_button:hover {
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .max-text {
    max-width: 820px;
  }
}

@media screen and (min-width: 1200px) {
  .max-text-header {
    max-width: 500px;
  }
}

@media screen and (min-width: 1200px) {
  .form_width {
    max-width: 720px;
  }
}

#primary .bg_black a.button {
  background-color: #fff !important;
  color: #373737 !important;
}
#primary .bg_black a.button:hover {
  background-color: #ffdd00 !important;
}

#primary .bg_maroon a.button {
  background-color: #fff !important;
  color: #373737 !important;
}
#primary .bg_maroon a.button:hover {
  background-color: #ffdd00 !important;
}

/*Colors & bgs*/
.black {
  color: #373737;
}
.black:visited {
  color: #373737;
}

.body {
  color: #373737;
}
.body:visited {
  color: #373737;
}

.white {
  color: #fff;
}
.white:visited {
  color: #fff;
}
.white > h1, .white > h2, .white > h3, .white > h4, .white > h5, .white > h6 {
  color: #fff;
}

.primary {
  color: #23595c;
}
.primary:visited {
  color: #23595c;
}

.secondary {
  color: #ffdd00;
}
.secondary:visited {
  color: #ffdd00;
}

.tertiary {
  color: #b1d1db;
}
.tertiary:visited {
  color: #b1d1db;
}

.highlight {
  color: #ffdd00;
}
.highlight:visited {
  color: #ffdd00;
}

.emphasis {
  color: #5497a9;
}
.emphasis:visited {
  color: #5497a9;
}

.yellow {
  color: #ffdd00;
}
.yellow:visited {
  color: #ffdd00;
}

.fill-black,
.fill_black {
  fill: #373737;
}
.fill-black svg path,
.fill_black svg path {
  fill: #373737;
}
.fill-bg,
.fill_bg {
  fill: #f7f7f7;
}
.fill-bg svg path,
.fill_bg svg path {
  fill: #f7f7f7;
}
.fill-white,
.fill_white {
  fill: #f7f7f7;
}
.fill-white svg path,
.fill_white svg path {
  fill: #f7f7f7;
}
.fill-grey,
.fill_grey {
  fill: #6e6e6e;
}
.fill-grey svg path,
.fill_grey svg path {
  fill: #6e6e6e;
}
.fill-primary,
.fill_primary {
  fill: #23595c;
}
.fill-primary svg path,
.fill_primary svg path {
  fill: #23595c;
}
.fill-secondary,
.fill_secondary {
  fill: #ffdd00;
}
.fill-secondary svg path,
.fill_secondary svg path {
  fill: #ffdd00;
}
.fill-tertiary,
.fill_tertiary {
  fill: #b1d1db;
}
.fill-tertiary svg path,
.fill_tertiary svg path {
  fill: #b1d1db;
}
.fill-highlight,
.fill_highlight {
  fill: #ffdd00;
}
.fill-highlight svg path,
.fill_highlight svg path {
  fill: #ffdd00;
}
.fill-emphasis,
.fill_emphasis {
  fill: #5497a9;
}
.fill-emphasis svg path,
.fill_emphasis svg path {
  fill: #5497a9;
}
.fill-body,
.fill_body {
  fill: #373737;
}
.fill-body svg path,
.fill_body svg path {
  fill: #373737;
}

.border_grey {
  border: 1px solid #6e6e6e;
}

.border_white {
  border: 1px solid #fff;
}

.error {
  color: #a01313;
}

.bg_body a {
  color: #fff;
}
.bg_body a:visited {
  color: #fff;
}
.bg_body a.title {
  color: #23595c;
}
.bg_body .body {
  color: #373737;
}
.bg_body .body:visited {
  color: #373737;
}

/*Proportional Images*/
.container.container--square {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--square {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--square {
    padding-top: 100%;
    height: 0;
  }
}
.container.container--round {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
@supports (aspect-ratio: 16/9) {
  .container.container--round {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--round {
    padding-top: 100%;
    height: 0;
  }
}
.container.container--sixteennine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    padding-top: 56.25%;
    height: 0;
  }
}
.container.container--fourthree {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fourthree {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fourthree {
    padding-top: 75%;
    height: 0;
  }
}
.container.container--twentyonenine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    aspect-ratio: 2.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    padding-top: 42.85%;
    height: 0;
  }
}
.container.container--fivefour {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fivefour {
    aspect-ratio: 1.25;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fivefour {
    padding-top: 80%;
    height: 0;
  }
}
.container.container--fourfive {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fourfive {
    aspect-ratio: 0.8;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fourfive {
    padding-top: 125%;
    height: 0;
  }
}
.container.container--twothree {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twothree {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twothree {
    padding-top: 150%;
    height: 0;
  }
}
.container.container--threetwo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--threetwo {
    aspect-ratio: 1.5;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--threetwo {
    padding-top: 66%;
    height: 0;
  }
}
.container.container--video {
  overflow: visible;
}
.container.container--header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--header {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--header {
    padding-top: 150%;
    height: 0;
  }
}
@media screen and (min-width: 700px) {
  .container.container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--header {
      aspect-ratio: 1.25;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--header {
      padding-top: 80%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .container.container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--header {
      aspect-ratio: 2.3333333333;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--header {
      padding-top: 42.85%;
      height: 0;
    }
  }
}
.container.container--banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--banner {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--banner {
    padding-top: 150%;
    height: 0;
  }
}
@media screen and (min-width: 700px) {
  .container.container--banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--banner {
      aspect-ratio: 1.25;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--banner {
      padding-top: 80%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .container.container--banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--banner {
      aspect-ratio: 3;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--banner {
      padding-top: 33%;
      height: 0;
    }
  }
}
.container.container--cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.container img.contain {
  object-fit: contain;
}
.container.container--max-height {
  height: 375px;
  width: fit-content;
  position: static;
}
.container.container--max-height img {
  height: 100%;
  width: auto;
  position: static;
  max-width: calc(100vw - 2 * var(--margin));
  object-fit: contain;
}

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

@media screen and (min-width: 700px) {
  .single-news .container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .single-news .container--header {
      aspect-ratio: 1.5;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .single-news .container--header {
      padding-top: 66%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .single-news .container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .single-news .container--header {
      aspect-ratio: 2.3333333333;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .single-news .container--header {
      padding-top: 42.85%;
      height: 0;
    }
  }
}

/*responsive padding and margins*/
.margins {
  margin: 2rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .margins {
    margin: 4rem var(--margin);
  }
  .margins.child-pages.grid.grid_50.gap_3 {
    margin: 2rem var(--margin) 15rem;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .margins.journal_block {
    margin: 2rem var(--margin);
  }
}
.margins.journal_block.full_width_text {
  margin: 2rem var(--margin) 0;
}
@media screen and (min-width: 1200px) {
  .margins.journal_block.full_width_text.extra_margins {
    margin-left: calc(8rem + var(--margin));
    margin-right: calc(8rem + var(--margin));
  }
}
@media screen and (min-width: 1200px) {
  .margins.margin_slim {
    margin: 2rem var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .margins.extra_margins {
    margin-left: calc(8rem + var(--margin));
    margin-right: calc(8rem + var(--margin));
  }
}

.padding {
  padding: 2rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .padding {
    padding: 4rem var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .padding.padding_slim {
    padding: 2rem var(--margin);
  }
  .padding.padding_slim.block.resources_listing.bg_white {
    padding: 6rem var(--margin) 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .padding.extra_margins {
    padding-left: calc(8rem + var(--margin));
    padding-right: calc(8rem + var(--margin));
  }
}

.header_padding {
  padding: 0 1rem;
}
@media screen and (min-width: 1200px) {
  .header_padding {
    padding: 0 2rem;
  }
}

.padding-x {
  padding: 0.5rem var(--margin) 0.5rem;
}
@media screen and (min-width: 1200px) {
  .padding-x {
    padding: 0.5rem var(--margin) 0.5rem;
  }
}

.padding-left {
  padding: 1rem 1rem 2rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .padding-left {
    padding: 2rem 2rem 3rem var(--margin);
  }
}

.padding-right {
  padding: 1rem var(--margin) 2rem 1rem;
}
@media screen and (min-width: 1200px) {
  .padding-right {
    padding: 2rem var(--margin) 3rem 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .desc_padding {
    padding: 2rem 2rem 2rem 8rem;
  }
}

@media screen and (min-width: 1000px) {
  .block.grid_invert .desc_padding {
    padding: 2rem 8rem 2rem 2rem;
  }
}

@media screen and (max-width: 699px) {
  .no_margin_mobile.padding {
    padding: 0;
    gap: 0 !important;
  }
  .no_margin_mobile.margins {
    margin: 0;
    gap: 0 !important;
  }
}
.double_padding {
  padding-left: var(--margin);
  padding-right: var(--margin);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.double_padding.block.sub-header.bg_white.desktop_only {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1000px) {
  .double_padding {
    padding-left: calc(var(--margin) * 2);
    padding-right: calc(var(--margin) * 2);
  }
}
@media screen and (min-width: 1200px) {
  .double_padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: calc(var(--margin) + 8rem);
    padding-right: calc(var(--margin) + 8rem);
  }
}

@media screen and (min-width: 1200px) {
  #masthead #primary-menu .sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: calc(var(--margin) + 8rem);
    padding-right: calc(var(--margin) + 8rem);
  }
}

#primary .double_padding form.woocommerce-checkout .woocommerce-error {
  border-radius: 0;
  color: #f5f4f2;
}

.padding.padding--half {
  padding: 4rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .padding.padding--half {
    padding: 4rem calc(var(--margin) / 2);
  }
}

@media screen and (min-width: 1000px) {
  .margin-left {
    margin-left: var(--margin);
  }
  .margin-right {
    margin-right: var(--margin);
  }
  .padding-left {
    padding-left: var(--margin);
  }
  .padding-right {
    padding-right: var(--margin);
  }
}
.padding .padding-right {
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .padding .padding-right {
    padding-right: var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .padding .padding-right {
    padding-right: calc(var(--margin) * 0.75);
  }
}

.padding .padding-left {
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .padding .padding-left {
    padding-left: var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .padding .padding-left {
    padding-left: calc(var(--margin) * 0.75);
  }
}

/*Grid and Flex*/
.grid {
  display: grid;
}

.grid--two-column.margins .padding {
  padding-left: 0;
  padding-right: 0;
}
.grid--two-column.margins .margins {
  margin-left: 0;
  margin-right: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.flex_50 > .flex_item, .flex.flex_50 > .flex--item {
  flex-basis: 100%;
}
.flex.flex_66-33 > .flex_item, .flex.flex_33 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_25 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_20 {
  justify-content: start;
  gap: 2%;
}
.flex.flex_20 > .flex_item {
  flex-basis: 48%;
}
.flex.flex_25-75 > .flex_item {
  flex-basis: 100%;
}

@media screen and (min-width: 700px) {
  .flex.flex_50 > .flex_item, .flex.flex_50 > .flex--item {
    flex-basis: calc(50% - 2rem);
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 48%;
  }
  .flex.flex_20 > .flex_item {
    flex-basis: 18%;
  }
}
@media screen and (min-width: 1000px) {
  .flex.flex_66-33 > .flex_item {
    flex-basis: 67%;
  }
  .flex.flex_66-33 > .flex_item:nth-child(2n) {
    flex-basis: 33%;
  }
  .flex.flex_25 {
    gap: 2.5%;
  }
  .flex.flex_25::after {
    content: "";
    flex-grow: 1;
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 23%;
  }
  .flex.flex_33 {
    flex-wrap: wrap;
  }
  .flex.flex_33 > .flex_item {
    flex-basis: calc(33% - 1.66rem);
  }
  .flex.flex_33.gap_3 > .flex_item {
    flex-basis: calc(33% - 2rem);
  }
  .flex.flex_33::after {
    content: "";
    flex-basis: calc(33% - 1.66rem);
  }
  .flex.flex_25-75 .flex_item:nth-child(1) {
    flex-basis: 25%;
    margin-right: 2rem;
  }
  .flex.flex_25-75 .flex_item:nth-child(2) {
    flex-basis: calc(75% - 2rem);
  }
  .flex-center {
    justify-content: center;
  }
  .flex-center.flex_33::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .flex.flex_66-33 > .flex_item {
    flex-basis: 55%;
  }
  .flex.flex_66-33 > .flex_item:nth-child(2n) {
    flex-basis: 33%;
  }
}
/*  {
	padding: 1rem var(--margin) 1rem;
	@include media1200 {
		padding: 2rem var(--margin) 2rem;
	}
} */
.inner-padding,
.inner_padding {
  padding: 2rem;
}

.padding_2 {
  padding: 2rem;
}

.padding-top {
  padding-top: 1rem;
}

.fixed {
  position: fixed;
  top: 0;
}

article {
  padding-bottom: 0.5px;
}

.block.bg_blue {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* .page-header.padding.event_header {
	padding-top: 0;
} */
@media screen and (min-width: 1200px) {
  .column--one {
    grid-column: 1/2;
  }
  .column--one.content {
    grid-row: 1/3;
  }
  .column--one .wysiwyg_container {
    padding-bottom: 0;
  }
  .column--two {
    grid-column: 2/3;
  }
  .grid--two-column {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
    grid-auto-flow: dense;
    column-gap: 2rem;
  }
  .grid--two-column > * {
    min-width: 0px;
  }
  .grid--two-column .padding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid--two-column.has_crumb {
    grid-template-rows: 4rem auto;
  }
  .grid--two-column.grid--two-column-equal {
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--45_55 {
    grid-template-columns: 9fr 11fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--2_3 {
    grid-template-columns: 2fr 3fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--1_3 {
    grid-template-columns: 1fr 3fr;
    column-gap: clamp(4rem, 10vw, 12rem);
  }
  .grid--two-column .column--span {
    grid-column: 1/3;
  }
  .grid--two-column .column--span * {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.grid--three-column {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
}
.grid--three-column .column--one {
  grid-column: 1/3;
}
.grid--three-column .column--two {
  grid-column: 1/2;
}
.grid--three-column .column--three {
  grid-column: 2/3;
}
@media screen and (min-width: 1000px) {
  .grid--three-column {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid--three-column .column--one {
    grid-column: 1/2;
  }
  .grid--three-column .column--two {
    grid-column: 2/3;
  }
  .grid--three-column .column--three {
    grid-column: 3/4;
  }
}

.grid--one-column {
  max-width: 880px;
  margin: 0 auto;
}

.column--one .wysiwyg_container.bg-white {
  margin-top: 2rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1200px) {
  .column--one .wysiwyg_container.bg-white {
    margin-top: -2rem;
  }
}

.page-template-user-account .column--one .bg-white {
  margin-top: unset;
}

.grid--two_five {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 1000px) {
  .grid--two_five {
    grid-template-columns: 3fr 10fr;
    grid-template-rows: 1fr;
  }
}

.grid_2_5 {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 1000px) {
  .grid_2_5 {
    grid-template-columns: 2fr 5fr;
    grid-template-rows: 1fr;
  }
}

.single-show .content h1 {
  font-size: 22px;
  line-height: 36px;
}
@media screen and (min-width: 1200px) {
  .single-show .content h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 1000px) {
  .grid_1_2_1 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .grid_1_2_1 {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .grid_1_3_1 {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .grid_1_3_1 {
    grid-template-columns: 1fr 3fr 1fr;
    gap: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .grid_1_4_4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .grid_1_4_4 {
    grid-template-columns: 1fr 4fr 4fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_2_2_1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .grid_2_2_1 {
    grid-template-columns: 2fr 2fr 1fr;
  }
}

@media screen and (min-width: 700px) {
  .grid_30 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_30 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid_25 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 700px) {
  .grid_25 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_25 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_50 {
    grid-template-columns: 1fr 1fr;
  }
  .grid_50.grid_invert {
    grid-template-columns: 1fr 1fr;
  }
  .grid_50.grid_invert > *:first-child {
    order: 2;
  }
}

@media screen and (min-width: 1000px) {
  .grid_45_55 {
    grid-template-columns: 9fr 11fr;
  }
  .grid_45_55.grid_invert {
    grid-template-columns: 11fr 9fr;
  }
  .grid_45_55.grid_invert > *:first-child {
    order: 2;
  }
}

@media screen and (min-width: 1000px) {
  .grid_40_60 {
    grid-template-columns: 2fr 3fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_35_65 {
    grid-template-columns: 9fr 11fr;
  }
}
@media screen and (min-width: 1200px) {
  .grid_35_65 {
    grid-template-columns: 7fr 13fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_1_2 {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_2_3 {
    grid-template-columns: 2fr 3fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_7_1 {
    grid-template-columns: 7fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_2_1 {
    grid-template-columns: 2fr 1fr;
  }
  .grid_2_1.grid_invert {
    grid-template-columns: 1fr 2fr;
  }
  .grid_2_1.grid_invert > *:first-child {
    order: 2;
  }
}

.grid_repeat_6 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 700px) {
  .grid_repeat_6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_repeat_6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.grid_repeat_5 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 700px) {
  .grid_repeat_5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_repeat_5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.grid_repeat_4 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 700px) {
  .grid_repeat_4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_repeat_4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.gap {
  gap: 0.5rem;
}

.gap_1 {
  gap: 1rem;
}

.gap_2 {
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .gap_2 {
    gap: 2rem;
  }
}

.gap_3 {
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .gap_3 {
    gap: 3rem;
  }
}

.gap_4 {
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .gap_4 {
    gap: 4rem;
  }
}

.gap_5 {
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .gap_5 {
    gap: 5rem;
  }
}

ul.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

@media screen and (min-width: 1000px) {
  .grid_content {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px) 1fr;
  }
  .grid_content.center_grid {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px);
    justify-content: center;
  }
  .grid_content.grid_cross_sell {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 700px) 2fr;
    gap: 2rem;
  }
  .grid_calendar {
    grid-template-columns: 2fr 3fr;
  }
}
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*Header*/
header#masthead {
  height: var(--header-height);
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  transition: padding var(--transition) ease, margin var(--transition) ease;
  display: grid;
  grid-template-rows: auto 1fr;
  max-height: var(--header-height);
  grid-template-columns: 100%;
  border-bottom: 1px solid #a5a29c;
}
header#masthead #site-navigation a {
  color: #373737;
}
header#masthead #site-navigation a:visited {
  color: #373737;
}
header#masthead .header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header#masthead .open_times {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 1000px) {
  header#masthead .header-ctas {
    align-self: center;
    justify-self: flex-end;
  }
  header#masthead .site-branding {
    align-items: center;
    width: fit-content;
    justify-content: center;
  }
  header#masthead .site-branding svg path {
    fill: #373737 !important;
  }
  header#masthead .book-branding-search {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  header#masthead .book-branding-search .utilities {
    justify-content: flex-end;
  }
  header#masthead .desktop-header-nav {
    grid-row: 2/3;
    grid-column: 1/4;
    justify-content: center;
    align-self: flex-end;
    height: min-content;
  }
  header#masthead .site-navigation {
    height: fit-content;
  }
  header#masthead .pre_header {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  header#masthead .pre_header nav {
    display: flex;
  }
  header#masthead .pre_header ul:not(.cart_list) {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    list-style: none;
  }
  header#masthead .pre_header svg {
    height: 1rem;
  }
  header#masthead .pre_header a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
  }
  header#masthead .pre_header .menu-secondary-menu-container li + li {
    position: relative;
  }
  header#masthead .pre_header .open_times {
    color: #fff;
  }
  header#masthead .pre_header > p {
    margin-bottom: 0;
  }
  header#masthead .pre_header a.overwrite_link {
    text-transform: none;
    line-height: unset;
    margin-left: 0.5rem;
    text-decoration: underline;
    font-weight: 600;
  }
  header#masthead #mobile-menu {
    margin: 0;
    list-style: none;
    height: fit-content;
    align-items: center;
    padding: 0;
  }
  header#masthead #mobile-menu a {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
  }
  header#masthead #site-navigation {
    display: block;
  }
  header#masthead #site-navigation .menu-primary-container {
    display: flex;
    align-items: center;
  }
  header#masthead #site-navigation .main-navigation-inner {
    display: flex;
    align-items: center;
  }
  header#masthead .utilities ul {
    padding-left: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }
  header#masthead .utilities ul:before {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 1px;
    background-color: #373737;
    right: 1rem;
  }
  header#masthead .utilities a {
    display: grid;
    place-items: center;
  }
  header#masthead .so-me {
    gap: 2rem;
  }
  header#masthead .utilities svg path,
  header#masthead .site-branding svg path,
  header#masthead .so-me svg path {
    fill: #373737;
  }
  header#masthead #hamburger svg path {
    fill: #373737;
  }
  header#masthead .hamburger-inner,
  header#masthead .hamburger-inner::before,
  header#masthead .hamburger-inner::after {
    background-color: #373737;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  header#masthead .site-branding svg {
    max-width: 16vw !important;
    max-height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  header#masthead #site-navigation {
    align-self: center;
  }
  header#masthead .open_times {
    margin-right: auto;
    color: #fff;
  }
}
header#masthead.addFixed {
  position: fixed;
  transform: translate3d(0, -100%, 0);
  transition: padding 0ms ease;
}
header#masthead.slideOut {
  transition: transform 600ms ease-in;
  transform: translate3d(0, -100%, 0);
  position: fixed;
  background-color: #dfdbd9;
}
header#masthead.slideOut * {
  color: #373737;
}
header#masthead.slideOut #secondary-menu a,
header#masthead.slideOut .utilities a,
header#masthead.slideOut .open_times {
  color: #fff;
}
header#masthead.slideOut #secondary-menu a:visited,
header#masthead.slideOut .utilities a:visited,
header#masthead.slideOut .open_times:visited {
  color: #fff;
}
header#masthead.slideOut #site-navigation a {
  color: #373737;
}
header#masthead.slideOut .utilities svg path,
header#masthead.slideOut .site-branding svg path {
  fill: #373737;
}
header#masthead.slideOut #hamburger svg path {
  fill: #373737;
}
header#masthead.slideOut .hamburger-inner,
header#masthead.slideOut .hamburger-inner::before,
header#masthead.slideOut .hamburger-inner::after {
  background-color: #373737;
}
header#masthead.slideOut.slideInDown {
  transform: translate3d(0, 0, 0);
  position: fixed;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
header#masthead.slideOut .header {
  border-bottom: none;
}
header#masthead.slideOut .menu-secondary-menu-container li + li:after {
  background-color: #dfdbd9;
}
header#masthead.slideOut .pre_header {
  position: relative;
}
header#masthead.slideOut .pre_header:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #dfdbd9;
  bottom: -1rem;
  left: calc(var(--margin) * -1);
}
header#masthead .site-branding {
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  header#masthead .site-branding a svg {
    height: 6rem;
  }
}
header#masthead .site-branding svg {
  min-width: 160px;
}
@media screen and (min-width: 1000px) {
  header#masthead .site-branding svg {
    max-width: 33vw;
    max-height: 75px;
  }
}
header#masthead .site-branding svg path {
  fill: #373737;
}
header#masthead .link {
  width: 100%;
  display: flex;
}
header#masthead .link a {
  margin-left: auto;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 125%;
  transition: color var(--transition) ease-in;
  position: relative;
  margin-bottom: 0.5rem;
  letter-spacing: 0.75px;
}

.header.grid_1_3_1 #site-navigation .main-navigation-inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* @include media1200 {
	header#masthead {
		/* padding: 2.1875rem calc(var(--margin) / 2) 0;
		height: var(--header-height);
		width: 100vw;
		align-items: center;
		justify-content: center; */
/* 	}
} */
/*This sets padding on everypage to account for the absolute positioned header*/
#primary.no-featured-image {
  transition: padding var(--transition) ease;
  padding-top: var(--header-height);
}

#primary {
  padding-top: 7.5rem;
}

@media screen and (min-width: 1200px) {
  #primary {
    padding-top: var(--header-height);
  }
}
#hamburger svg path {
  fill: #373737;
}
#hamburger svg .menu-secondary-menu-container li + li {
  position: relative;
}
#hamburger svg .menu-secondary-menu-container li + li:after {
  background-color: #373737;
}
#hamburger svg .pre_header {
  position: relative;
}
#hamburger svg .pre_header:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #373737;
  bottom: -1rem;
  left: calc(var(--margin) * -1);
}

body:has(.no-featured-image) header#masthead svg path {
  fill: #373737;
}
body:has(.no-featured-image) header#masthead .header {
  border-bottom: none;
}
body:has(.no-featured-image) header#masthead #site-navigation a {
  color: #373737;
}
body:has(.no-featured-image) header#masthead #site-navigation a:visited {
  color: #373737;
}
body:has(.no-featured-image) header#masthead #secondary-menu a,
body:has(.no-featured-image) header#masthead .utilities a,
body:has(.no-featured-image) header#masthead .open_times {
  color: #fff;
}
body:has(.no-featured-image) header#masthead #secondary-menu a:visited,
body:has(.no-featured-image) header#masthead .utilities a:visited,
body:has(.no-featured-image) header#masthead .open_times:visited {
  color: #fff;
}
body:has(.no-featured-image) header#masthead .menu-secondary-menu-container li + li:after {
  background-color: #373737;
}
body:has(.no-featured-image) header#masthead .pre_header {
  position: relative;
}
body:has(.no-featured-image) header#masthead .pre_header:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #373737;
  bottom: -0.4rem;
  left: calc(var(--margin) * -1);
}
@media screen and (min-width: 1000px) {
  body:has(.no-featured-image) header#masthead .pre_header:after {
    bottom: -1rem;
    width: 100vw;
  }
}

/*and this to stop the white space forming when admin bar is on*/
#wpadminbar + #page {
  margin-top: -32px;
}

.main-navigation-inner {
  display: flex;
  justify-content: space-between;
  height: fit-content;
}
.main-navigation-inner > .text_sizer {
  margin-bottom: 1rem;
}
.main-navigation-inner > .social_media_wrapper {
  margin: 4rem 0;
}
.main-navigation-inner > a {
  display: none;
}

#primary-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  max-width: 95vw;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1.2rem;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  list-style: none;
  gap: 2.5rem;
  padding-left: 0;
  margin-bottom: 0;
}
#primary-menu li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.25rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 125%;
  transition: color var(--transition) ease-in;
  position: relative;
  margin-bottom: 0.5rem;
  letter-spacing: 0.75px;
}
@media (forced-colors: active) {
  #primary-menu li a {
    text-decoration: underline;
  }
  #primary-menu li a:hover {
    text-decoration-thickness: 0.3em;
  }
}

/* #featured-menu {
	margin-top: 1rem;
	@include media1000 {
		margin-top: unset;
	}
	li a {
		margin-bottom: 1rem;
		color: white;
		text-align: center;
		font-weight: bold;

		font-size: 1.5rem;
		position: relative;
		width: fit-content;
		margin: 0 auto;
		margin-bottom: clamp(0.5rem, 1vw, 2rem);
		&::after {
			content: "";
			position: absolute;
			height: 2px;
			width: 100%;
			max-width: 2rem;
			background-color: $color_primary;
			bottom: 0;
			left: 50%;
			transform: translate(-50%);
			transform-origin: center;
			transition: max-width var(--transition) ease-in;
		}
		&:hover {
			color: $color_primary;
			&::after {
				max-width: 100%;
			}
		}
		@include media1200 {
			font-size: 2rem;
		}
		@media (forced-colors: active){
			text-decoration: underline;
			&:hover{
				text-decoration-thickness: .3em;
			}
		}
	}
} */
@media screen and (max-width: 400px) {
  #primary-menu li a {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
}
.hamburger_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: fit-content;
  margin: auto 0;
  grid-row: 1/3;
  grid-column: 3/4;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .hamburger_container {
    /* 		grid-column: auto;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: fit-content;
    margin-left: 2rem; */
    display: none;
  }
}
.hamburger_container label {
  color: #fff;
}

#hamburger {
  position: relative;
  background: transparent;
  transition: top var(--transition) ease;
  z-index: 15;
  width: fit-content;
  height: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 20px auto;
  gap: 0.5rem;
  padding-top: 4px;
  min-width: unset;
}
@media screen and (min-width: 1200px) {
  #hamburger {
    align-content: center;
  }
}
#hamburger .menu_open {
  display: none;
}
#hamburger.is-active {
  outline: #fff 3px solid;
}
#hamburger.is-active .menu_open {
  display: inline;
}
#hamburger.is-active .menu_closed {
  display: none;
}
#hamburger.is-active:focus {
  outline: #ffdd00 3px solid;
}

.hamburger.close-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: var(--header-height);
  background: transparent;
}

.hamburger {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: linear;
  font: inherit;
  color: #fff;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  /*   &.is-active::before {
     color: $color_white;
     content: "Close";
   } */
}

@media screen and (min-width: 1200px) {
  .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner::before,
  .hamburger:hover .hamburger-inner::after {
    background-color: #373737;
  }
  .hamburger:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 2px;
    color: #373737;
  }
  .hamburger.is-active:hover .hamburger-inner,
  .hamburger.is-active:hover .hamburger-inner::before,
  .hamburger.is-active:hover .hamburger-inner::after {
    background-color: #373737;
  }
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #373737;
}

.hamburger-box {
  width: 27px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 0.25rem;
  background-color: #373737;
  border-radius: 0.25rem;
  position: absolute;
  transition-property: transform;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -1.25rem;
}

.hamburger-inner::after {
  top: -0.66rem;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: calc(var(--transition) / 2.2);
  transition-duration: calc(var(--transition) / 2.2);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  transition: top calc(var(--transition) / 2) calc(var(--transition) / 2) cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity calc(var(--transition) / 4) linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top calc(var(--transition) / 3) calc(var(--transition) / 2) cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform calc(var(--transition) / 3) cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-duration: calc(var(--transition) / 1.8);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top calc(var(--transition) / 2) cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity calc(var(--transition) / 4) calc(var(--transition) / 2) linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top calc(var(--transition) / 4) calc(var(--transition) / 3) cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform calc(var(--transition) / 3) calc(var(--transition) / 2) cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-branding .desktop_logo {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-branding .desktop_logo {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .site-branding .mobile_logo {
    display: none;
  }
}
.site-branding a {
  display: block;
  width: fit-content;
  color: #fff;
  height: 100%;
}
.site-branding a svg path {
  fill: white;
}
@media screen and (min-width: 1200px) {
  .site-branding a svg {
    width: auto;
    height: 75px;
  }
  .site-branding a svg path {
    fill: white;
  }
}
.site-branding a:hover svg path {
  fill: #ffdd00;
}

#primary-menu .sub-menu {
  position: relative;
  top: 0;
  transform: translate(100vw, 0);
  left: 0;
  z-index: 10;
  height: 100%;
  padding-left: 1rem;
  padding-top: 0.5rem;
  transition: transform var(--transition) ease;
}
@media screen and (min-width: 1200px) {
  #primary-menu .sub-menu {
    transform: translate(-10%, 0) scale(1, 0);
    transform-origin: top;
  }
}
#primary-menu .sub-menu a {
  font-size: 1.1rem;
  font-weight: 400;
}
#primary-menu .sub-menu.open {
  transform: translate(0, 0);
}
@media screen and (min-width: 1200px) {
  #primary-menu .sub-menu.open {
    transform: scale(1);
  }
}
@media screen and (min-width: 1200px) {
  #primary-menu .menu-item-has-children {
    height: 1.5rem;
    /* &.open::before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: -2rem;
    	right: -2rem;
    	height: 5rem;
    } */
  }
  #primary-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: calc(var(--header-height) - 3rem);
    left: -1.5rem;
    width: 100vw;
    background-color: #f5f4f2;
    display: flex !important;
    justify-content: center;
    gap: 4rem;
    list-style-type: none;
  }
  #primary-menu .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    color: #666766;
  }
  #primary-menu .menu-item-has-children li {
    opacity: 0;
    transition: opacity var(--transition) ease calc(var(--transition) / 2);
    margin-bottom: 1rem;
  }
  #primary-menu .menu-item-has-children li a {
    color: #373737;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-left: 0;
  }
  #primary-menu .menu-item-has-children.open li {
    opacity: 1;
  }
  #primary-menu .menu-item-has-children a:focus {
    outline: none;
  }
  #primary-menu .menu-item-has-children a:focus-visible {
    outline: 2px solid #ffdd00;
    outline-offset: 0.5rem;
  }
}

/*Mobile Menu*/
.toggled .menu-menu-1-container {
  transform: translate(0, 0);
  z-index: 5;
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children a:focus + .sub-menu {
  transform: translate(0, 0);
}

.mobile_nav_home svg {
  height: 40px;
  width: auto;
  display: block;
}

.mobile_nav_home {
  padding-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .mobile_nav_home {
    display: none;
  }
}

.small_menu_heading {
  margin-bottom: 0.5rem;
}

.mode,
.text_sizer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.mode p,
.text_sizer p {
  margin: 0;
}

.no-flexbox-gap .mode,
.no-flexbox-gap .text_sizer {
  gap: 0;
}
.no-flexbox-gap .mode > *,
.no-flexbox-gap .text_sizer > * {
  margin-right: 1rem;
}
.no-flexbox-gap .mode > *:last-child,
.no-flexbox-gap .text_sizer > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .main-navigation-inner .text_sizer {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation-inner .mode {
    display: none;
  }
}

ul#mobile-menu a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.25rem;
  font-size: 1.1rem;
  line-height: 125%;
  transition: color var(--transition) ease-in;
  position: relative;
  margin-bottom: 0.5rem;
  letter-spacing: 0.75px;
  font-family: brother-1816, sans-serif;
  font-weight: 700;
}

/*Desktop Menu*/
@media screen and (min-width: 1200px) {
  .mobile_nav_home svg {
    display: none;
  }
}
/*Branding*/
.site-branding {
  z-index: 10000;
  justify-self: center;
  max-width: fit-content;
}
.site-branding svg {
  width: 160px;
}

.search_toggle {
  background-color: transparent;
  display: inline;
}
.search_toggle svg {
  width: 1.2rem;
  height: 1.2rem;
}

#search-modal .search_group {
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  #masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/*Language Select*/
.header {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  align-items: start;
  column-gap: 1rem;
}
.header .wpml-ls-legacy-dropdown-click a {
  background-color: #ffdd00;
  border: transparent;
  color: #fff;
  width: fit-content;
  padding-left: 0;
}
.header .wpml-ls-legacy-dropdown-click {
  width: 15.5em;
  max-width: 45vw;
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-item a:not(.wpml-ls-item-toggle) {
  padding: 1rem;
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background-color: #ffdd00;
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.header .wpml-ls-legacy-dropdown-click a:focus,
.header .wpml-ls-legacy-dropdown-click a:hover {
  background: #ffdd00;
  color: #fff;
  width: fit-content;
  padding-left: 0;
}
.header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: calc(15px + 1.4em);
}
@media screen and (min-width: 1000px) {
  .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: calc(25px + 1.4em);
  }
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a img {
  margin-right: 5px;
}
.header .wpml-ls-link {
  width: 100%;
}
.header .wpml-ls-item-toggle:focus,
.header .wpml-ls-link:focus {
  outline: 2px solid #fff;
  outline-offset: 0.5rem;
}
.header .wpml-ls-item-toggle:hover,
.header .wpml-ls-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click {
    width: fit-content;
    max-width: 100%;
    padding-right: 2rem;
  }
}
.header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: block;
  content: " ";
  background-image: url("../assets/down-arrow.svg");
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
  border-top: none;
  border: none;
  top: calc(50% - 0.5rem);
  right: 0;
  transition: transform var(--transition) ease;
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    top: 0;
  }
}
.header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click {
    width: fit-content;
    max-width: 100%;
    padding-right: 2rem;
  }
  .header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #ffdd00;
  }
  .header .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    align-items: center;
    height: fit-content;
    margin-top: 0rem;
  }
}

/*Breadcrumbs*/
/* .breadcrumbs {
	display: none;
	@include media1200 {
		display: block;
	}
} */
.breadcrumbs .crumb svg {
  height: 0.85rem;
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: 0.15rem;
}
.breadcrumbs .crumb svg path {
  fill: #ffdd00;
}

.breadcrumb_container {
  margin-bottom: 1rem;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumbs ol a {
  display: flex;
  align-items: center;
}
.breadcrumbs ol .crumb {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}
.breadcrumbs ol .crumb--current {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}

.body .breadcrumbs ol a,
.bg_white .breadcrumbs ol a {
  color: #373737;
  text-decoration: none;
}
.body .breadcrumbs ol .crumb--current,
.bg_white .breadcrumbs ol .crumb--current {
  color: #373737;
}
.body .breadcrumbs ol li.crumb::before,
.body .breadcrumbs ol li.crumb--current::before,
.bg_white .breadcrumbs ol li.crumb::before,
.bg_white .breadcrumbs ol li.crumb--current::before {
  color: #373737;
  filter: none;
}

.white .breadcrumbs ol a {
  color: #fff;
}
.white .breadcrumbs ol .crumb--current {
  color: #fff;
}
.white .breadcrumbs ol li.crumb::before,
.white .breadcrumbs ol li.crumb--current::before {
  color: #fff;
  filter: none;
}

li.crumb::before,
li.crumb--current::before {
  content: "›";
  color: #373737;
  position: relative;
  margin-right: 0.5rem;
}

li.crumb:first-of-type::before {
  content: "";
  background-image: none;
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  a.home_link.desktop_only {
    grid-column: auto;
  }
}

.wpml-ls-flag {
  outline: 1px solid white;
}

/*Mobile Menu*/
#site-navigation .main-navigation-inner > a {
  margin-top: 2rem;
}

#mobile-menu {
  margin-top: 4rem;
}
#mobile-menu li a {
  transition: opacity var(--transition) ease;
}

#mobile-menu .sub-menu {
  border-left: 2px solid white;
  position: fixed;
  padding-left: 1rem;
  text-align: left;
  top: calc(var(--header-height) + 5rem);
  left: 50%;
  opacity: 0;
  transform: translate(-200%, -200%);
  transition: opacity var(--transition) ease 100ms;
  background-color: #ffdd00;
}

#mobile-menu.sub_open li a {
  opacity: 0;
}
#mobile-menu.sub_open .sub-menu {
  opacity: 1;
  transform: translate(-50%, 0);
}
#mobile-menu.sub_open .sub-menu li a {
  opacity: 1;
}
#mobile-menu.sub_open .sub-menu h4 a {
  opacity: 1;
}

/*Megamenu*/
#primary-menu .add_mega_menu .sub-menu {
  position: absolute;
  top: calc(100% + 1.5rem);
  width: calc(100vw - 2 * var(--margin));
  padding: 0;
}
#primary-menu .add_mega_menu .sub-menu > li {
  display: none;
}
#primary-menu .add_mega_menu .sub-menu::after {
  display: none;
}
#primary-menu .add_mega_menu ul {
  padding: 0;
  margin: 0;
}
#primary-menu .megamenu-attractions-grid {
  display: grid;
  grid-template-columns: 100%;
}
#primary-menu .megamenu-attractions-grid:has(.sister-attractions) {
  grid-template-columns: calc(80% - 2rem) 20%;
  width: calc(100% + 2rem);
}
#primary-menu .megamenu-attractions-grid .main-attractions,
#primary-menu .megamenu-attractions-grid .sister-attractions {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 1rem 1rem 3rem 1rem;
}
#primary-menu .megamenu-attractions-grid .main-attractions h4,
#primary-menu .megamenu-attractions-grid .sister-attractions h4 {
  grid-column: 1/-1;
  color: #011d21;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
#primary-menu .megamenu-attractions-grid .main-attractions h4 a,
#primary-menu .megamenu-attractions-grid .sister-attractions h4 a {
  color: #011d21;
}
#primary-menu .megamenu-attractions-grid .main-attractions a::after,
#primary-menu .megamenu-attractions-grid .sister-attractions a::after {
  display: none;
}
#primary-menu .megamenu-attractions-grid .main-attractions {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#mobile-menu .add_mega_menu .sub-menu {
  width: calc(100vw - 2 * var(--margin));
  border-left: none;
  top: var(--header-height);
  height: calc(100dvh - var(--header-height));
  overflow: auto;
}
#mobile-menu .add_mega_menu .sub-menu > li {
  display: none;
}
#mobile-menu .add_mega_menu ul {
  padding: 0;
  margin: 0;
}
#mobile-menu .megamenu-attractions-grid {
  display: grid;
  grid-template-columns: 100%;
}
#mobile-menu .megamenu-attractions-grid .main-attractions,
#mobile-menu .megamenu-attractions-grid .sister-attractions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.5rem;
  background-color: transparent;
}
#mobile-menu .megamenu-attractions-grid .main-attractions h4,
#mobile-menu .megamenu-attractions-grid .sister-attractions h4 {
  grid-column: 1/-1;
  color: #fff;
  font-size: 0.7rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
#mobile-menu .megamenu-attractions-grid .main-attractions h4 a,
#mobile-menu .megamenu-attractions-grid .sister-attractions h4 a {
  color: #fff;
}
#mobile-menu .megamenu-attractions-grid .main-attractions a::after,
#mobile-menu .megamenu-attractions-grid .sister-attractions a::after {
  display: none;
}
#mobile-menu .attraction-item-container {
  position: relative;
}
#mobile-menu .attraction-item-container svg {
  height: 24px;
  bottom: 1rem;
  left: 0.5rem;
  position: absolute;
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 1000px) {
  .megamenu-attractions-grid .attraction-item:hover .attraction-stripe {
    height: 95px;
  }
}
.attractions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  opacity: 0;
  transition: opacity 800ms ease-in;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .attractions-grid {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.attractions-grid .attraction-item {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  flex-basis: 28%;
  padding: 0;
  border: none;
}
@media screen and (min-width: 700px) {
  .attractions-grid .attraction-item {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .attractions-grid .attraction-item {
    flex-basis: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .attractions-grid .attraction-item {
    flex-basis: 17.5%;
  }
}
.attractions-grid .attraction-item .attraction-item-container {
  position: relative;
}
.attractions-grid .attraction-item .attraction-item-container svg {
  height: 24px;
  bottom: 1rem;
  left: 0.5rem;
  position: absolute;
  max-width: calc(100% - 1rem);
}
@media screen and (min-width: 1200px) {
  .attractions-grid .attraction-item .attraction-item-container svg {
    height: 39px;
    bottom: 2rem;
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}
.attractions-grid .attraction-item h3 {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .attractions-grid .attraction-item h3 {
    font-size: 1rem;
  }
}

.attraction-item-container.container .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.search-toggle {
  background: transparent;
}
.search-toggle svg {
  width: 1.6rem;
  height: 1.6rem;
}
.search-toggle svg path {
  transition: fill var(--transition) ease-in;
}
.search-toggle:hover svg path {
  fill: #ffdd00;
}

#search-modal {
  height: 100vh;
}

a.menu-item-link.menu-item-back-link svg path {
  fill: #fff;
}

#mobile_nav {
  transition: 0.6s;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100vh;
  width: 100vw;
  height: 100vh;
  padding-top: calc(var(--header-height) + 3rem);
  background-color: #fff;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #373737;
  overflow: auto;
}
#mobile_nav #primary-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
#mobile_nav #primary-menu a {
  font-size: 1.2rem;
}
#mobile_nav #primary-menu .sub-menu {
  left: 0;
}
#mobile_nav #primary-menu .sub-menu li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#mobile_nav #primary-menu .sub-menu a {
  font-size: 1rem;
}
#mobile_nav .preheader_nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#mobile_nav .preheader_nav ul a {
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: currentColor;
}
#mobile_nav .utilities ul {
  display: flex;
  gap: 1.5rem;
}
#mobile_nav .utilities ul a svg {
  height: 1rem;
  width: 1rem;
}
#mobile_nav .utilities ul a svg .path {
  fill: #373737;
}
#mobile_nav ul {
  list-style: none;
  padding: 0;
}

.toggled#mobile_nav {
  top: 0;
  left: 0;
  transition: 0.6s;
}

.slideOut #mobile_nav {
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  header#masthead #site-navigation .sub-menu li a,
  header#masthead #site-navigation .sub-menu li a:visited {
    color: #011d21;
  }
}
#primary-menu .menu-item.menu-item-has-children > a {
  position: relative;
  width: max-content;
  display: inline-block;
}
#primary-menu .menu-item.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #363737;
  transition: 0.3s ease-in-out;
  z-index: 100;
  transform: scaleX(0);
  top: 4.35rem;
  position: absolute;
}
#primary-menu .menu-item.menu-item-has-children.open > a::after {
  transform: scaleX(1);
}
#primary-menu > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #363737;
  transition: 0.3s ease-in-out;
  z-index: 100;
  transform: scaleX(0);
  top: 4.35rem;
  position: absolute;
}
#primary-menu > li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 6rem;
  top: 0;
  left: 0;
}
#primary-menu > li > a:hover::after, #primary-menu > li > a:focus::after {
  transform: scaleX(1);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #primary-menu {
    gap: 1.5rem;
  }
  #primary-menu li a {
    font-size: 1rem;
  }
  #primary-menu .menu-item.menu-item-has-children > a::before {
    top: 0.2rem;
    right: 0.2rem;
    width: 5px;
    height: 5px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  #primary-menu .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  #primary-menu {
    gap: 2rem;
  }
  #primary-menu li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  #primary-menu {
    gap: 2rem;
  }
  #primary-menu li a {
    font-size: 1rem;
  }
}

header#masthead #mobile_nav {
  background-color: #fff;
}
header#masthead #mobile_nav .sub-menu li a::after {
  display: none;
}
header#masthead #mobile_nav #secondary-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
header#masthead #mobile_nav #secondary-menu li {
  width: fit-content;
}
header#masthead #mobile_nav #secondary-menu a {
  background: #373737;
  color: #fff;
  display: block;
  text-align: left;
  padding: 1.2rem 1rem;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 0;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  min-width: 5rem;
  transition: text-decoration 400ms ease;
  font-family: 2rem;
  cursor: pointer;
  display: block;
  width: fit-content;
  text-align: center;
  transition: background-color var(--transition) ease-in, color var(--transition) ease-in;
}
header#masthead #mobile_nav #secondary-menu a:hover, header#masthead #mobile_nav #secondary-menu a:active {
  background-color: #fff;
  color: #373737;
}
header#masthead #mobile_nav #secondary-menu a .unset-button {
  background: none;
  color: currentColor;
  display: inline;
  padding: 0;
}
header#masthead #mobile_nav .utilities {
  display: flex;
  align-items: center;
  gap: 3rem;
}
header#masthead #mobile_nav .utilities ul {
  margin: 0;
  height: fit-content;
  display: flex;
  align-items: center;
}
header#masthead #mobile_nav .utilities ul li {
  height: fit-content;
}
header#masthead #mobile_nav .utilities a {
  height: fit-content;
  max-height: 1.2rem;
  display: block;
  place-items: center;
}
header#masthead #mobile_nav .utilities svg {
  width: 1.2rem;
  height: 1.2rem;
}
header#masthead #mobile_nav .utilities svg path {
  fill: #373737;
}
header#masthead #mobile_nav .utilities .so-me {
  display: flex;
  height: fit-content;
  position: relative;
  gap: 1.5rem;
}
header#masthead #mobile_nav .utilities .so-me::after {
  content: "";
  height: 200%;
  width: 1px;
  background-color: #6e6e6e;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_only.mobile_sub_nav_container.padding {
  grid-column: 1/-1;
}

header#masthead.slideOut.mobile_only .pre_header:after {
  bottom: -0.3rem;
  left: calc(var(--margin) * -1 / 2);
}

header#masthead.site-header.bg_light_gray.mobile_only .pre_header {
  position: relative;
  z-index: 9999;
}
header#masthead.site-header.bg_light_gray.mobile_only .open_times {
  justify-content: flex-start;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black {
  z-index: 9999;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black .site-branding {
  /* svg {
  	max-width: 30vw;
  	min-width: 100px !important;
  } */
  margin-right: auto;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black .hamburger_container {
  padding-top: 0.9rem;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black > a {
  text-decoration: none;
  padding-right: 1rem;
  position: relative;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black > a::after {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #373737;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

/* Posts and pages
--------------------------------------------- */
.big_text {
  padding: 2rem 0;
  width: 1080px;
  max-width: calc(100vw - 2 * var(--margin));
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: 135%;
  text-align: center;
}
.big_text.single_quote {
  margin: 0 auto;
}
.big_text strong {
  display: block;
  margin-bottom: 1rem;
}
.big_text p,
.big_text a {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: 135%;
}
.big_text a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.big_text a:empty {
  display: none;
}

.pull_quote .big_text {
  width: unset;
  max-width: 100%;
}

.text_image .block,
.bsl-video .block {
  padding: 4rem 0;
}
.text_image .block.grid--two-column,
.bsl-video .block.grid--two-column {
  padding: 0;
  grid-template-rows: 1fr 1fr;
}
.text_image .block.grid--two-column .block-text,
.bsl-video .block.grid--two-column .block-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text_image .block.grid--two-column .padding-right,
.bsl-video .block.grid--two-column .padding-right {
  padding-left: var(--margin);
}
.text_image .block.grid--two-column .padding-left,
.bsl-video .block.grid--two-column .padding-left {
  padding-right: var(--margin);
  grid-row: 2/3;
}
@media screen and (min-width: 700px) {
  .text_image .block.grid--two-column,
  .bsl-video .block.grid--two-column {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    grid-template-rows: minmax(420px, min-content);
  }
  .text_image .block.grid--two-column .padding-right,
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: 4rem;
  }
  .text_image .block.grid--two-column .padding-left,
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: 4rem;
    grid-row: 1/2;
  }
  .text_image .block.grid--two-column .padding-left + .alt-block .alt_block,
  .bsl-video .block.grid--two-column .padding-left + .alt-block .alt_block {
    right: 15px;
  }
}
.text_image .bg-primary .single,
.bsl-video .bg-primary .single {
  width: 680px;
  max-width: calc(100vw - 2 * var(--margin));
}
.text_image .bg-primary .single h3,
.bsl-video .bg-primary .single h3 {
  font-size: 2.2rem;
  color: #ffdd00;
}
.text_image .single,
.bsl-video .single {
  width: 1020px;
  max-width: calc(100vw - 2 * var(--margin));
  margin: 0 auto;
}
.text_image h3,
.bsl-video h3 {
  color: #373737;
  font-size: 1.6rem;
  line-height: 145%;
}
.text_image .cover.block-image.alt-block img,
.bsl-video .cover.block-image.alt-block img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.text_image .block-text,
.bsl-video .block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bsl-video .block.grid--two-column {
  grid-template-rows: auto auto;
}
@media screen and (min-width: 700px) {
  .bsl-video .block.grid--two-column {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: var(--margin);
  }
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: var(--margin);
  }
}
@media screen and (min-width: 1000px) {
  .bsl-video .block.grid--two-column {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: 4rem;
  }
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: 4rem;
  }
  .bsl-video .block.grid--two-column .padding-left + .alt-block .alt_block {
    right: 15px;
  }
  .bsl-video .block.grid--two-column .block-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.bsl-video h3 {
  font-size: 2.4rem;
  color: #ffdd00;
}

/*So the two anchors aren't hidden by the header*/
#bsl,
#express_your_interest,
#response {
  scroll-margin-top: calc(var(--header-height) + 50px);
}

.muted .text_image:has(.bg-primary_sub, .bg-secondary_sub) ~ .text_image:has(.bg-primary_sub, .bg-secondary_sub) {
  border-top: 1px solid #ffdd00;
}

.block_quote {
  position: relative;
  width: 1020px;
  max-width: calc(100vw - 2 * var(--margin));
  margin: 0 auto;
  padding: 4rem 0 4rem;
}
@media screen and (min-width: 1000px) {
  .block_quote {
    padding: 4rem 0;
  }
}
.block_quote::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 3rem;
  height: 3.4rem;
  background-image: url(../assets/quotes.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .block_quote::before {
    left: -5rem;
    top: 4rem;
    width: 4rem;
  }
}
.block_quote p,
.block_quote footer {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 700;
}
.block_quote p {
  color: #ffdd00;
}

.content_wrapper .block_quote,
.wp-block-ace-content-blocks .block_quote {
  width: 100%;
}
.content_wrapper .block_quote::before,
.wp-block-ace-content-blocks .block_quote::before {
  top: 0rem;
  left: 0;
}

.blog_list {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_list > a {
  margin-bottom: 2rem;
}
.blog_list > a.mobile_only {
  margin-top: 2rem;
}

.blog_list h2 {
  margin-bottom: 3rem;
}

.blog_list > .flex {
  flex-basis: 100%;
}

.cat-list.flex {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem;
  justify-content: flex-start;
  column-gap: 1rem;
}

.no-flexbox-gap .cat-list.flex {
  gap: 0;
}
.no-flexbox-gap .cat-list.flex > * {
  margin-right: 1rem;
}
.no-flexbox-gap .cat-list.flex > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1000px) {
  .org_list .two_column {
    flex-direction: row-reverse;
  }
  .org_list .two_column > :last-child {
    flex-basis: 73%;
  }
  .org_list .two_column > :first-child {
    flex-basis: 22%;
  }
}
.org_list h2 {
  margin-bottom: 3rem;
}

/* #filter_list {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: max-height var(--move-transition) ease;
	&.open {
		visibility: visible;
		max-height: 1000px;
	}
} */
#open_filters {
  background-color: #ffdd00;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 5px;
}

@media screen and (min-width: 1000px) {
  #filter_list {
    max-height: unset;
    visibility: visible;
  }
  #open_filters {
    display: none;
  }
}
.support_organisation_item {
  margin-bottom: 1rem;
  display: grid;
  grid-template-rows: min-content auto;
}
.support_organisation_item svg {
  display: none;
}
@media screen and (min-width: 1000px) {
  .support_organisation_item svg {
    display: block;
    justify-self: end;
    margin-right: 1rem;
    transition: transform calc(1.5 * var(--transition)) ease;
  }
}
.support_organisation_item a {
  padding: 1rem;
  display: grid;
  grid-template-rows: min-content 1fr;
  gap: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .support_organisation_item a {
    grid-template-rows: min-content 1fr min-content;
  }
}
.support_organisation_item a h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  line-height: 130%;
}
.support_organisation_item a p {
  text-decoration: none;
  color: #373737;
}
.support_organisation_item a:hover h3 {
  text-decoration-thickness: 0.1em;
}
.support_organisation_item a:hover svg {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  .support_organisation_item a:hover svg {
    transform: none;
  }
}

.bg-primary-primary_sub .block-text p {
  color: var(--color-black-to-white);
}
.bg-primary-primary_sub .block-text h3 {
  color: var(--color-secondary-to-white);
}

.support_organisation_item picture.featured-img.alt-block {
  margin: 1rem 1rem 0;
  position: relative;
  height: 0;
  padding-top: 51%;
}
.support_organisation_item picture.featured-img.alt-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#response::before,
#signupform::before {
  z-index: 99999;
  content: "";
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  border: 5px solid #373737;
  border-bottom-color: transparent;
  animation: spin 1s ease-in-out infinite;
  display: none;
}
#response .flex_item,
#signupform .flex_item {
  opacity: 1;
  transition: opacity var(--transition) ease;
}
#response.loading::before,
#signupform.loading::before {
  display: block;
}
#response.loading .flex_item,
#signupform.loading .flex_item {
  opacity: 0.1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar.filter_list {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--move-transition) ease;
}
@media screen and (min-width: 1000px) {
  .sidebar.filter_list {
    max-height: unset;
    overflow: initial;
  }
}

.open.sidebar.filter_list {
  max-height: 2000px;
}

#current_filters,
#blog_filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 2rem;
  font-weight: 700;
  flex-wrap: wrap;
}

.no-flexbox-gap #current_filters,
.no-flexbox-gap #blog_filters {
  gap: 0;
}
.no-flexbox-gap #current_filters > *,
.no-flexbox-gap #blog_filters > * {
  margin-right: 2rem;
}
.no-flexbox-gap #current_filters > *:last-child,
.no-flexbox-gap #blog_filters > *:last-child {
  margin-right: 0;
}

.current_filters {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .current_filters {
    gap: 2rem;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: max-content auto max-content;
    align-items: center;
  }
}
.current_filters p {
  margin: 0;
}
.current_filters.hide {
  display: none;
}

.filter input[type=reset].hide {
  display: none;
}

.filter input[type=reset].hide {
  display: none;
}

@media screen and (min-width: 700px) {
  .content-directory .flex.flex_33 > .flex_item {
    flex-basis: calc(33% - 0.5rem);
  }
}
button#clear {
  width: fit-content;
  justify-self: end;
  color: #ffdd00;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ffdd00;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: 700;
}
button#clear svg {
  margin-right: 0.5rem;
}
button#clear svg path {
  fill: #ffdd00;
}
button#clear:hover {
  text-decoration-thickness: 0.2em;
}

input.button.decorative.reset {
  border-radius: 0.25rem;
  width: 100%;
  background-color: #ffdd00;
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  transition: background-color var(--transition) ease, color var(--transition) ease;
}
input.button.decorative.reset:hover {
  background-color: #373737;
}

#express_your_interest input[type=checkbox] + label::after {
  border: 1px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
}
#express_your_interest input[type=checkbox]:checked + label::before {
  background-color: #ffdd00;
}

.muted #express_your_interest input[type=checkbox] + label::after {
  border: 1px solid #373737;
  border-top-color: transparent;
  border-right-color: transparent;
}
.muted #express_your_interest input[type=checkbox]:checked + label::before {
  background-color: #23595c;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 0.1rem;
  margin-left: 0;
  padding: 0;
  justify-content: center;
}

.no-flexbox-gap .pagination {
  gap: 0;
}
.no-flexbox-gap .pagination > * {
  margin-right: 0.1rem;
}
.no-flexbox-gap .pagination > *:last-child {
  margin-right: 0;
}

.page-numbers {
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #373737;
  text-decoration: none;
  border-radius: 1rem;
  transition: background-color var(--transition) ease, color var(--transition) ease;
}
.page-numbers.current {
  text-decoration: underline;
  color: #1d1d1b;
}
.page-numbers.current:visited {
  color: #1d1d1b;
}
.page-numbers:hover {
  text-decoration: none;
  color: #373737;
}
.page-numbers:visited {
  color: #373737;
}

.prev.page-numbers {
  transform: rotate(180deg);
}

#response nav {
  flex-basis: 100%;
}

.title_with_logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.link_blocks {
  justify-content: center;
  gap: 2rem;
}

.link-block {
  width: 650px;
  max-width: 100%;
  padding: 2rem;
  display: grid;
  grid-template-rows: min-content 1fr;
  gap: 1rem;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .link-block {
    grid-template-rows: min-content 1fr min-content;
  }
}
.link-block h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  padding-right: 2rem;
}
.link-block p {
  text-decoration: none;
  color: #373737;
}
.link-block:hover h3 {
  text-decoration-thickness: 0.1em;
}
.link-block:hover svg {
  transform: translateX(1rem);
}
.link-block svg {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 1000px) {
  .link-block svg {
    position: static;
    display: block;
    justify-self: end;
    margin-right: 1rem;
    transition: transform var(--move-transition) ease;
  }
}

.wp-block-ace-columns,
.wp-block-ace-partners-block {
  padding-top: 4rem;
}
.wp-block-ace-columns > h2,
.wp-block-ace-partners-block > h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wp-block-ace-columns > h2:empty,
.wp-block-ace-partners-block > h2:empty {
  display: none;
}
.wp-block-ace-columns .wp-block-columns,
.wp-block-ace-partners-block .wp-block-columns {
  gap: 3rem;
}
.wp-block-ace-columns + .wp-block-ace-columns,
.wp-block-ace-partners-block + .wp-block-ace-columns {
  padding-top: 0;
}
.wp-block-ace-columns h2,
.wp-block-ace-columns h3,
.wp-block-ace-columns h4,
.wp-block-ace-columns h5,
.wp-block-ace-partners-block h2,
.wp-block-ace-partners-block h3,
.wp-block-ace-partners-block h4,
.wp-block-ace-partners-block h5 {
  color: var(--color-secondary-to-secondary-lighter);
}
.wp-block-ace-columns p,
.wp-block-ace-columns ul,
.wp-block-ace-columns li,
.wp-block-ace-columns ol,
.wp-block-ace-partners-block p,
.wp-block-ace-partners-block ul,
.wp-block-ace-partners-block li,
.wp-block-ace-partners-block ol {
  color: var(--color-black-to-white);
}
.wp-block-ace-columns .wp-block-ace-column-block img,
.wp-block-ace-partners-block .wp-block-ace-column-block img {
  width: auto;
  max-height: 80px;
}

.muted .wp-block-ace-columns .wp-block-ace-column-block img,
.muted .wp-block-ace-partners-block img {
  filter: invert(1);
}

.wp-block-ace-partners-block .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem 0;
  justify-content: center;
}
.wp-block-ace-partners-block .grid img {
  height: 7rem;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}

.border-top h3 {
  border-top: 2px solid var(--color-secondary-to-secondary-lighter);
  margin-top: 2rem;
  padding-top: 1rem;
}

/* .breadcrumb_container+.blog_list {
    padding-top: 0;
}
 */
.content.content-blog .flex_item {
  margin-bottom: 1rem;
}

#blog_filters {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0;
}
#blog_filters p {
  margin: 0;
}
#blog_filters button {
  color: black;
  background-color: transparent;
  text-underline-offset: 0.2em;
}
#blog_filters button.active, #blog_filters button:hover {
  text-decoration: underline;
}

.content-blog .flex_33 {
  gap: 2rem;
}

.back_to a {
  width: fit-content;
}

.contact_form svg {
  height: 4rem;
  margin-bottom: 4rem;
}
.contact_form .contact_form_address address {
  font-style: normal;
  font-weight: 600;
  margin-top: -1rem;
  font-size: 1.1rem;
}

.general_faqs .faq {
  border-top-color: black;
}
.general_faqs .faq .panel .cased-product-item {
  display: block;
  width: 100%;
  padding: 2rem 1rem 3rem;
  box-sizing: border-box;
}
.general_faqs .faq .panel .cased-product-item:not(:first-of-type) {
  border-top: 1px solid #757569;
  padding: 3rem 1rem;
}
.general_faqs .faq .panel .cased-product-item:last-of-type {
  padding-bottom: 2rem;
}
.general_faqs .faq .panel .cased-product-item .cased-product-image {
  display: inline-block;
  width: 33%;
  vertical-align: middle;
}
@media screen and (width < 700px) {
  .general_faqs .faq .panel .cased-product-item .cased-product-image {
    width: 100%;
  }
}
.general_faqs .faq .panel .cased-product-item .cased-product-image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  height: auto;
  display: block;
}
.general_faqs .faq .panel .cased-product-item .cased-product-text {
  display: inline-block;
  width: calc(67% - 5rem);
  vertical-align: middle;
  padding-left: 5rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (width < 700px) {
  .general_faqs .faq .panel .cased-product-item .cased-product-text {
    width: 100%;
    padding-left: 0;
    padding-top: 2.5rem;
  }
}
.general_faqs .faq .panel .cased-product-item .cased-product-text::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 5rem;
  width: 7rem;
  height: 0.05rem;
  background-color: #7c7569;
  display: block;
}
.general_faqs summary.fill_body {
  margin-bottom: 0;
  padding: 0 1rem;
}
.general_faqs h3.faq-question {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.general_faqs details.open > summary::after {
  background-image: none;
  background-color: #373737;
  height: 1px;
  top: 1rem;
  right: 1rem;
}
.general_faqs .panel {
  padding-top: 2rem;
}
.general_faqs .card.showroom p {
  margin-bottom: 0;
}

.gallery + .bg_white {
  margin-top: 2rem;
}

.content_image.pair {
  display: flex;
  gap: 1rem;
}

.block.team > img {
  margin-right: auto;
  margin-left: auto;
}

.separated .left_content {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .separated .left_content:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #6e6e6e;
    position: absolute;
    right: -2.5rem;
    top: 0;
  }
}
@media screen and (max-width: 999px) {
  .separated .two_column {
    gap: 1rem !important;
  }
}

a.arrowed {
  padding-right: 1rem !important;
  position: relative;
}
a.arrowed::after {
  content: ">";
  position: absolute;
  width: fit-content;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
}

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

.news.type-news,
.object_highlight.type-object_highlight {
  gap: 0 !important;
}

.news_content h4 {
  line-height: 150%;
}

.form_section {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.form_section > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.form_section input[type=text],
.form_section input[type=email],
.form_section textarea {
  width: 100%;
}

#news_filter > .flex {
  justify-content: center;
}

.header_text_content h4 + h1 {
  margin-top: 1rem;
}

.collection_list > h3 {
  margin-bottom: 2rem;
}

.admissions,
.opening_times {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.admissions_table {
  margin-top: 2rem;
}
.admissions_table table {
  border-collapse: collapse;
}
.admissions_table td {
  border-bottom: 1px solid #373737;
  border-top: 1px solid #373737;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.admissions_table td:last-child {
  text-align: right;
}

.admissions .grid > .button {
  grid-column: 1/-1;
  margin: 0 auto;
}

.block.event_carousel .carousel,
.collection_objects .carousel {
  position: relative;
}
.block.event_carousel .carousel .button--prev svg path,
.block.event_carousel .carousel .button--next svg path,
.collection_objects .carousel .button--prev svg path,
.collection_objects .carousel .button--next svg path {
  fill: rgba(46, 46, 46, 0.8);
}
.block.event_carousel .carousel .button--next,
.collection_objects .carousel .button--next {
  right: -1rem;
}
@media screen and (min-width: 1200px) {
  .block.event_carousel .carousel .button--next,
  .collection_objects .carousel .button--next {
    right: -2rem;
  }
}
.block.event_carousel .carousel .container,
.collection_objects .carousel .container {
  margin-bottom: 1rem;
}

.block.cta-banner {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .block.cta-banner {
    gap: 10rem;
  }
}
.block.cta-banner h3 {
  font-size: 2.2rem;
}
.block.cta-banner .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .block.cta-banner .text-right {
    text-align: right;
  }
  .block.cta-banner .buttons {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0;
  }
  .block.cta-banner .buttons a {
    height: fit-content;
  }
  .block.cta-banner::after {
    content: "";
    height: calc(100% - 4rem);
    width: 1px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
  }
}
.block.cta-banner.bg_white {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.block.cta-banner.bg_white.padding.padding_slim.grid.grid_50.gap_4::after {
  background-color: currentColor;
}
@media screen and (max-width: 999px) {
  .block.cta-banner {
    gap: 0;
  }
}

.block.text_and_image {
  align-items: center;
}
.block.text_and_image .desc_padding {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .block.text_and_image .desc_padding {
    gap: 1.8rem;
  }
}
.block.text_and_image .desc_padding p,
.block.text_and_image .desc_padding h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .block.text_and_image .desc_padding {
    padding-top: 3.8rem;
  }
  .block.text_and_image .desc_padding::after {
    content: "";
    position: absolute;
    top: 2rem;
    width: 6rem;
    height: 1px;
    background-color: #373737;
  }
}
.block.text_and_image .desc_padding p {
  color: #666766;
}
.block.text_and_image .desc_padding .socials.flex {
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}
.block.text_and_image .desc_padding .socials.flex a {
  width: 2.5rem;
  height: 2.5rem;
}
.block.text_and_image .desc_padding.grid_invert .desc_padding::after {
  left: 2rem;
}

.block.testimonials {
  position: relative;
}
.block.testimonials .testimonial {
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1200px) {
  .block.testimonials .testimonial {
    padding: 4rem 14rem;
  }
}
.block.testimonials .testimonial p {
  text-align: center;
}

#primary .button--prev,
#primary .button--next {
  position: absolute;
  border: 1px solid #6e6e6e;
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  z-index: 2;
}
#primary .button--prev svg,
#primary .button--next svg {
  height: 2.5rem;
}
#primary .button--prev svg path,
#primary .button--next svg path {
  fill: #373737;
}
#primary .block.padding .button--prev {
  left: calc(var(--margin) / 2);
}
#primary .block.padding .button--next {
  right: calc(var(--margin) / 2);
}
#primary .block.margins .button--prev {
  left: calc(var(--margin) / 2 * -1 - 1rem);
}
#primary .block.margins .button--next {
  right: calc(var(--margin) / 2 * -1 - 1rem);
}

.block.image_gallery {
  position: relative;
}
.block.image_gallery .container {
  max-height: 30rem;
}

.block > h2 {
  margin-bottom: 3rem;
}

.block.two_image_and_text .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block.wide_image_and_text .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block .wide_image_and_text .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block.credits_and_contacts h3 {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.block.credits_and_contacts h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1rem;
  width: 6rem;
  height: 1px;
  background-color: #373737;
}

.block.external_logo_banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7%;
}
.block.external_logo_banner h3 {
  position: relative;
  padding-top: 2rem;
}
.block.external_logo_banner h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 4rem;
  height: 1px;
  background-color: #fff;
}
.block.external_logo_banner img {
  max-height: 3rem;
  width: auto;
  object-fit: contain;
  background: transparent;
}

.block.featured_journals .wide_image_and_text .ft {
  font-size: 1rem;
}
.block.featured_journals .wide_image_and_text .description {
  gap: 1rem;
}
.block.featured_journals .journals {
  margin-top: 4rem;
}

.block.sign_up_details .inner_padding {
  padding: 2rem;
  grid-template-rows: auto auto 1fr;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .block.sign_up_details .inner_padding {
    padding: 4rem;
  }
}

.block.lookbooks .card.grid.lookbook {
  grid-template-rows: 1fr auto auto;
  align-items: flex-start;
}
.block.lookbooks .card.grid.lookbook h4 {
  margin-bottom: 0;
}
.block.lookbooks .card.grid.lookbook a {
  display: flex;
}
.block.lookbooks .card.grid.lookbook a svg {
  width: 1.5rem;
  margin-left: auto;
}
.block.lookbooks .card.grid.lookbook a svg .cls-1 {
  fill: none;
}

.block.journals_listing .journal .journal_image {
  height: 18rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .block.journals_listing .journal .journal_image {
    height: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .block.journals_listing .journal .journal_image {
    height: 23rem;
  }
}
@media screen and (min-width: 1600px) {
  .block.journals_listing .journal .journal_image {
    height: 28rem;
  }
}
.block.journals_listing .journal .journal_image img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1000px) {
  .journals_listing nav {
    grid-column: span 4;
  }
}

.block.journals-header {
  padding-top: 4rem;
}

.block.related_journals {
  width: 100vw;
}
@media screen and (min-width: 1000px) {
  .block.related_journals h2 {
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
  .block.related_journals .carousel {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
.block.related_journals .button.center {
  margin-right: auto;
  margin-left: auto;
  margin-top: 4rem;
}
.block.related_journals .swiper-labels {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.block.related_journals .swiper-labels svg .cls-1 {
  fill: none;
}
.block.related_journals .swiper-labels .swiper-slide-label {
  position: relative;
  line-height: 110%;
  margin-top: 0;
}
.block.related_journals .swiper-labels .swiper-slide-label::after {
  position: absolute;
  top: -2.5rem;
  font-family: "Work Sans", sans-serif;
  font-size: 0.9rem;
  color: #1d1d1b;
}
.block.related_journals .swiper-labels .swiper-slide-label svg {
  position: absolute;
}
.block.related_journals .swiper-labels .swiper-slide-label.label-next::after {
  content: "Next Entry";
  right: 0;
  color: #666766;
}
.block.related_journals .swiper-labels .swiper-slide-label.label-prev::after {
  left: 0;
  content: "Previous Entry";
  color: #666766;
}
.block.related_journals .swiper-labels .swiper-slide-label.label-next svg {
  top: 0;
  right: -2rem;
}
.block.related_journals .swiper-labels .swiper-slide-label.label-prev svg {
  top: 0;
  left: -2rem;
}

@media screen and (min-width: 1200px) {
  .button--next svg {
    width: 2rem !important;
    height: 2rem !important;
  }
}
.button--next svg .cls-1 {
  fill: none;
}

@media screen and (min-width: 1200px) {
  .button--prev svg {
    width: 2rem !important;
    height: 2rem !important;
  }
}
.button--prev svg .cls-1 {
  fill: none;
}

.block.sub-header .nav {
  display: flex;
  align-items: center;
  height: 3rem;
  border-bottom: 1px solid #6e6e6e;
  justify-content: space-evenly;
  float: left;
  font-size: 0.8rem;
}
.block.sub-header .nav a {
  color: #6e6e6e;
  text-decoration: none;
  position: relative;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.block.sub-header .nav a::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #6e6e6e;
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
}
.block.sub-header .nav a.current {
  color: #1d1d1b;
}
.block.sub-header .nav a.current::after {
  transform-origin: center;
  transform: translateX(-50%) rotateZ(45deg);
}

.block.form .form_title h2 {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .block.form .form_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8rem;
    width: 100%;
    flex-wrap: nowrap;
    padding-top: 10rem;
    position: relative;
  }
  .block.form .form_title h2 {
    padding-bottom: 0;
  }
  .block.form .form_title::after {
    content: "";
    width: calc(100% + 8rem);
    height: 1px;
    background-color: #6e6e6e;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%);
  }
}
.block.form .form_title h2 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
.block.form .form_title .line {
  width: 1px;
  height: 4rem;
  background-color: #373737;
}
.block.form .form_title p {
  margin-bottom: 0;
  max-width: 640px;
  text-align: left;
}
.block.form form .gfield {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.block.form form .gfield label {
  font-family: "Crimson Pro", sans-serif;
  font-size: 1.2rem;
}
.block.form form .gfield .ginput_container {
  width: 100%;
}
.block.form form .gfield input:not(.button) {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #373737;
  text-align: left;
}
.block.form form .gfield textarea {
  background-color: #ece9e4;
  text-align: left;
}
.block.form form .gform_footer input {
  border: 1px solid #1d1d1b !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  text-transform: unset !important;
  background: #ece9e4 !important;
  font-weight: 400 !important;
}
.block.form form .gform_footer input:hover {
  background: #7c7569 !important;
}

#primary .block.testimonials .big_button {
  padding: 1.2rem 2.4rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 7rem;
}

#primary #login_popup .pop_up {
  width: fit-content;
  gap: 2rem;
}
#primary #login_popup .pop_up p {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  #primary .block.related_journals .swiper-labels {
    display: none;
  }
  #primary .block.padding.sub-header {
    display: flex;
  }
  #primary .block.padding.sub-header select {
    margin-left: auto;
    background-color: #f5f4f2;
  }
  #primary .block.padding.sub-header select option.current_page_item, #primary .block.padding.sub-header select option:hover, #primary .block.padding.sub-header select option:checked {
    background-color: #7c7569 !important;
    color: #fff;
  }
  #primary .block.showroom_map {
    padding-bottom: 0;
  }
  #primary .block.sign_up_details h3 {
    margin-bottom: 0;
  }
  #primary .block.sign_up_details p {
    margin-bottom: 0;
  }
  .block.form .form_title {
    margin-bottom: 2rem;
  }
  .block.form .form_title .line {
    display: none;
  }
}
.content table {
  border: 0;
  border-collapse: collapse;
}
.content table td {
  padding: 0.5rem;
  border: 1px dashed #6e6e6e;
}

header .fb-share-button.fb_iframe_widget {
  margin: 2rem auto;
  display: block;
  width: fit-content;
}

.news h1 {
  font-size: 2rem;
}

.page-header {
  height: fit-content;
  align-items: center;
}
.page-header.header-simple, .page-header.new_header {
  min-height: 20rem;
}
.page-header.header-simple .description, .page-header.new_header .description {
  max-width: 720px;
}
.page-header.grid_content a {
  margin-left: auto;
}
.page-header.grid_content article {
  margin-left: 2rem;
}
.page-header.grid_content aside {
  margin-right: 2rem;
}
.page-header > .header_text {
  display: grid;
  place-items: center;
  height: fit-content;
  padding-right: 2rem;
}
.page-header > .header_text h1 {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .page-header > .header_text {
    height: 100%;
  }
  .page-header > .header_text h1 {
    width: 80%;
  }
}
.page-header > .header_text .header_text_content > svg {
  width: 100%;
  height: 100%;
  max-width: 5rem;
  max-height: 5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}
.page-header > .header_text .header_text_content p:has(+ a) {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .page-header > .header_text .header_text_content p {
    font-size: clamp(0.75rem, 1vw, 1rem);
    line-height: 1.5;
  }
}
.page-header .container:has(.video_bg__video, img) {
  height: 100%;
  width: auto;
}
.page-header .subheader {
  font-weight: 400;
  margin-top: 1rem;
}

.featured_image {
  height: fit-content;
  overflow: hidden;
  position: relative;
}
.featured_image > img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.featured_image .video_bg__video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.featured_image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: o;
  z-index: 3;
  background-color: transparent;
}

.notice {
  margin-top: var(--header-height);
  align-items: center;
}
.notice p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 1rem 0;
}
.notice button {
  margin-left: auto;
  font-size: 1rem;
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}
.notice.hide {
  display: none;
}

#notice:not(.hide) + #primary {
  padding-top: 0;
}

@media screen and (max-width: 999px) {
  .page-header.header-featured > *:first-child {
    order: 2 !important;
  }
}
.search_header {
  display: flex;
  align-items: center;
}
.search_header form {
  width: 100%;
  max-width: 1200px;
}

.header_text_content {
  width: 100%;
}

.journal-header {
  margin-bottom: 0;
}
.journal-header p.date span {
  padding-left: 2rem;
  position: relative;
}
.journal-header p.date span::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #666766;
  left: 0.7rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.journal-header h1 {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .journal-header h1 {
    padding-top: 3.8rem;
  }
}
.journal-header h1::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 6rem;
  height: 1px;
  background-color: #373737;
}
@media screen and (min-width: 1000px) {
  .journal-header h1::after {
    top: 1.5rem;
  }
}

.page-header.slim-header {
  min-height: 16rem;
  height: fit-content;
  position: relative;
  overflow: hidden;
}
.page-header.slim-header .img {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-header.slim-header .img img {
  width: 100vw;
}
.page-header.slim-header .header_intro {
  position: absolute;
  z-index: 5;
}
.page-header.slim-header .header_intro h1 {
  font-size: 3.9rem;
  position: relative;
}
.page-header.slim-header .overlay {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4431372549), rgba(0, 0, 0, 0.1725490196));
  z-index: 3;
  mix-blend-mode: multiply;
}
.page-header.slim-header .img.no_header_image {
  background-image: url(/wp-content/themes/kitmiles/assets/header_image.png);
  background-repeat: repeat;
  background-size: contain;
}

@media screen and (max-width: 999px) {
  .journal-header {
    padding-bottom: 0rem;
  }
  .journal-header h1 {
    margin-bottom: 0;
  }
}
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.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 {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
     --swiper-preloader-color: var(--swiper-theme-color);
     --swiper-wrapper-transition-timing-function: initial;
     */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.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 {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
     --swiper-navigation-top-offset: 50%;
     --swiper-navigation-sides-offset: 10px;
     --swiper-navigation-color: var(--swiper-theme-color);
     */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

/*  .swiper-button-lock {
    display: none;
  } */
/* Navigation font start */
/* .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev';
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next';
  } */
/* Navigation font end */
:root {
  /*
     --swiper-pagination-color: var(--swiper-theme-color);
     --swiper-pagination-left: auto;
     --swiper-pagination-right: 8px;
     --swiper-pagination-bottom: 8px;
     --swiper-pagination-top: auto;
     --swiper-pagination-fraction-color: inherit;
     --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
     --swiper-pagination-progressbar-size: 4px;
     --swiper-pagination-bullet-size: 8px;
     --swiper-pagination-bullet-width: 8px;
     --swiper-pagination-bullet-height: 8px;
     --swiper-pagination-bullet-border-radius: 50%;
     --swiper-pagination-bullet-inactive-color: #000;
     --swiper-pagination-bullet-inactive-opacity: 0.2;
     --swiper-pagination-bullet-opacity: 1;
     --swiper-pagination-bullet-horizontal-gap: 4px;
     --swiper-pagination-bullet-vertical-gap: 6px;
     */
}

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .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 > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
     --swiper-scrollbar-border-radius: 10px;
     --swiper-scrollbar-top: auto;
     --swiper-scrollbar-bottom: 4px;
     --swiper-scrollbar-left: auto;
     --swiper-scrollbar-right: 4px;
     --swiper-scrollbar-sides-offset: 1%;
     --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
     --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
     --swiper-scrollbar-size: 4px;
     */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

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

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

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

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.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 {
  pointer-events: auto;
}

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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-prev {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

a.swiper-slide {
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: fit-content;
}

.swiper-button-next.button--next {
  transform: rotate(180deg);
}

/* Home Attractions Carousel */
.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 2rem;
}

/*Gallery Carousel*/
.block--carousel {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .block--carousel {
    margin-top: 0;
  }
}
.block--carousel h3 {
  color: #373737;
  font-size: 22px;
  line-height: 28px;
  max-width: calc(100% - var(--margin) - 85px);
}
@media screen and (min-width: 1200px) {
  .block--carousel h3 {
    font-size: 28px;
    line-height: 48px;
  }
}
.block--carousel .button--prev,
.block--carousel .button--next {
  top: 0;
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev,
  .block--carousel .button--next {
    top: 231.5px;
  }
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev::before,
  .block--carousel .button--next::before {
    content: "";
    background: none;
    width: 44px;
    height: 44px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
  }
}
.block--carousel .button--prev svg,
.block--carousel .button--next svg {
  height: 33px;
  width: 33px;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg,
  .block--carousel .button--next svg {
    height: 44px;
    width: 44px;
  }
}
.block--carousel .button--prev svg path,
.block--carousel .button--next svg path {
  transition: fill var(--transition) ease-in;
  fill: #9f9f9f;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg path,
  .block--carousel .button--next svg path {
    fill: #fff;
  }
}
.block--carousel .button--prev svg #Path_2130,
.block--carousel .button--next svg #Path_2130 {
  fill: transparent;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg #Path_2130,
  .block--carousel .button--next svg #Path_2130 {
    fill: #373737;
  }
}
.block--carousel .button--prev svg:hover path,
.block--carousel .button--next svg:hover path {
  fill: #23595c;
}
.block--carousel .button--prev {
  right: calc(var(--margin) + 1rem + 33px);
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev {
    right: unset;
    left: 2rem;
  }
}
.block--carousel .button--next {
  right: var(--margin);
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--next {
    right: calc(var(--margin) + 2rem);
  }
}

.gallery:has(> h3:empty) {
  padding-top: 3rem;
}

.carousel--gallery .swiper-slide {
  width: min-content;
}
.carousel--gallery::before {
  content: "";
  background: #f7f7f7;
  display: block;
  height: 104%;
  width: var(--margin);
  position: absolute;
  z-index: 9;
  left: calc(var(--margin) * -1);
  top: -2px;
}
.carousel--gallery::after {
  content: "";
  background: #f7f7f7;
  display: block;
  height: 104%;
  width: var(--margin);
  position: absolute;
  z-index: 9;
  right: 0;
  top: -2px;
}

.carousel--zoomer {
  display: none;
  width: 100vw;
  height: calc(var(--vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
  opacity: 0;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 400ms ease, backdrop-filter 800ms ease, -webkit-backdrop-filter 800ms ease;
  z-index: 10000;
  --pop_up_padding: 2rem;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer {
    --pop_up_padding: 4rem;
  }
}
.carousel--zoomer .swiper-slide {
  max-width: calc(100vw - 2 * var(--margin));
  width: calc(100vw - 2 * var(--margin));
  margin-left: var(--margin);
  margin-right: var(--margin);
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel--zoomer .button--prev {
  top: 50vh;
  left: calc(var(--margin) - 16.5px);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .button--prev {
    top: 50vh;
  }
}
.carousel--zoomer .button--next {
  top: 50vh;
  right: calc(var(--margin) - 16.5px);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .button--next {
    top: 50vh;
    left: unset;
    right: var(--margin);
  }
}
.carousel--zoomer .slide_index {
  top: calc(var(--vh) * 5);
  left: var(--margin);
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .slide_index {
    top: calc(var(--vh) * 4);
    right: unset;
    left: var(--margin);
  }
}
.carousel--zoomer .close_zoomer {
  padding-right: 0;
  position: absolute;
  top: var(--header-height);
  right: var(--margin);
  z-index: 10;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
}
.carousel--zoomer.open {
  display: block;
  transform: translate(0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin: 0;
  opacity: 1;
}
.carousel--zoomer.hide {
  display: block;
  transform: translate(0, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  opacity: 0;
}
.carousel--zoomer .swiper-wrapper {
  position: absolute;
  width: calc(100vw - 2 * var(--margin));
  height: calc(100dvh - 2rem);
  top: 1rem;
}
.carousel--zoomer .swiper-slide .slide-inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  width: fit-content;
  margin: 0 auto;
  height: calc(100dvh - 2rem);
  filter: blur(12px) opacity(0);
  transition: filter 600ms ease-in;
  box-sizing: border-box;
}
.carousel--zoomer .swiper-slide .slide-inner img {
  height: calc(100dvh - 2rem);
  width: 100%;
  object-fit: contain;
}
.carousel--zoomer .swiper-slide.swiper-slide-active .slide-inner {
  filter: blur(0px) opacity(1);
}
.carousel--zoomer .swiper-slide .slide-image-container {
  max-height: calc(var(--vh) * 60);
}
.carousel--zoomer .swiper-slide .slide-image-container img {
  max-height: calc(var(--vh) * 60);
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .swiper-slide .slide-image-container {
    max-height: calc(var(--vh) * 70);
  }
  .carousel--zoomer .swiper-slide .slide-image-container img {
    max-height: calc(var(--vh) * 70);
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption {
  grid-row: 2/3;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h3,
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h4 {
  font-weight: 600;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption h4:empty {
  display: none;
}
.carousel--zoomer .swiper-slide .slide-image-container .slide_caption .slide_caption p {
  max-width: 800px;
}
.carousel--zoomer .swiper-slide .slide_caption {
  grid-row: 2/3;
}
.carousel--zoomer .swiper-slide .slide_caption h3,
.carousel--zoomer .swiper-slide .slide_caption h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.carousel--zoomer .swiper-slide .slide_caption h4 {
  font-weight: 600;
}
.carousel--zoomer .swiper-slide .slide_caption h4:empty {
  display: none;
}
.carousel--zoomer .swiper-slide .slide_caption .slide_caption p {
  max-width: 800px;
}

.carousel--highlights {
  position: relative;
}
.carousel--highlights .swiper-slide {
  height: auto;
  width: auto;
}
.carousel--highlights .swiper-slide .card img {
  height: clamp(6.6rem, 50vw, 20rem);
  width: auto;
  object-fit: contain;
}
.carousel--highlights .swiper-slide .card .grid {
  max-width: clamp(10rem, 75vw, 30rem);
}
.carousel--highlights .swiper-button-disabled {
  display: none;
}

.carousel--shop {
  position: relative;
  overflow: hidden;
}

.shop {
  position: relative;
}
.shop .button--prev,
.shop .button--next {
  top: 50%;
  transform: translateY(-50%);
}
.shop .button--prev {
  left: -1.4rem;
  right: unset;
}
.shop .button--next {
  right: -1.4rem;
}
@media screen and (min-width: 1000px) {
  .shop .button--prev {
    left: -3rem;
    right: unset;
  }
  .shop .button--next {
    right: -3rem;
  }
}

/* Timeline Carousel */
.button--prev,
.button--next {
  top: 0;
  position: absolute;
  cursor: pointer;
  transition: opacity var(--transition) ease-in;
}
.button--prev:hover,
.button--next:hover {
  opacity: 0.8;
}

.button--next {
  right: var(--margin);
}
.button--next svg {
  transform: rotate(180deg);
}

.button--prev {
  right: calc(var(--margin) + 3rem);
}

.swiper-button-disabled {
  opacity: 0.2;
}

.collection_categories:has(> .button--next) {
  position: relative;
}
.collection_categories .button--next,
.collection_categories .button--prev {
  top: 50%;
}
.collection_categories .button--prev {
  right: unset;
  left: calc(var(--margin) - 2rem);
}
.collection_categories .button--next {
  right: calc(var(--margin) - 2rem);
}

.card.swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.swiper-slide.card.card-event-slide {
  display: grid;
  gap: 0;
  grid-template-rows: 2fr auto 1fr;
}

ul.swiper-wrapper {
  padding: 0;
  list-style: none;
}

.timeline {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.carousel--timeline {
  overflow: visible;
  position: relative;
}
.carousel--timeline::selection {
  background-color: transparent;
}
.carousel--timeline::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #dfdbd9;
  top: 0;
  left: -100%;
  z-index: 10;
}
.carousel--timeline::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #dfdbd9;
  top: 0;
  right: -100%;
  z-index: 10;
}

.timeline--controls {
  position: absolute;
  top: 4rem;
  width: calc(100% + 6rem);
  z-index: 20;
  left: -3rem;
}
.timeline--controls::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background-color: #aeccd1;
  top: 0;
  left: 0;
  z-index: 1;
}
.timeline--controls .button--next,
.timeline--controls .button--prev {
  top: 0;
  transform: translateY(-50%);
  background-color: #aeccd1;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0.5rem solid #dfdbd9;
  z-index: 10;
}
.timeline--controls .button--next svg,
.timeline--controls .button--prev svg {
  width: 1rem;
  height: 1rem;
}
.timeline--controls .button--next:hover,
.timeline--controls .button--prev:hover {
  background-color: #dfdbd9;
  opacity: 1;
}
.timeline--controls .button--next {
  right: 0;
}
.timeline--controls .button--prev {
  left: 0;
}

.timeline__year {
  font-size: 2rem;
  margin: 0;
}

.timeline__content {
  position: relative;
  z-index: 11;
}
.timeline__content::before {
  content: "";
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  left: calc(50% - 0.5rem);
  position: absolute;
  bottom: 100%;
  border-bottom: 0.75rem solid #6e6e6e;
}
.timeline__content::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #6e6e6e;
  position: absolute;
  left: calc(50% - 0.5rem);
  border-radius: 50%;
  bottom: calc(100% + 1.6rem);
  z-index: 10;
}

.carousel--timeline .swiper-slide {
  gap: 3rem;
}

.timeline__content .padding_2 {
  padding: 1rem;
}

.timeline__content h4 {
  margin: 0;
}

.carousel--timeline .swiper-slide-active .timeline__content::before {
  border-bottom: 0.75rem solid #dfdbd9;
}
.carousel--timeline .swiper-slide-active .timeline__content::after {
  background: #dfdbd9;
}

.timeline--inner {
  gap: 4rem;
}

.timeline-horizontal {
  padding-bottom: 5rem;
}
.timeline-horizontal .button--prev:hover svg ellipse,
.timeline-horizontal .button--next:hover svg ellipse {
  opacity: 0.7;
}
.timeline-horizontal .button--prev:hover svg path,
.timeline-horizontal .button--next:hover svg path {
  opacity: 0.7;
}
.timeline-horizontal .button--prev svg ellipse,
.timeline-horizontal .button--next svg ellipse {
  fill: #ffdd00;
  opacity: 1;
  transition: opacity var(--transition) ease-in;
}
.timeline-horizontal .button--prev svg path,
.timeline-horizontal .button--next svg path {
  fill: #373737;
  opacity: 1;
  transition: opacity var(--transition) ease-in;
}

.timeline-slide-prev.button--prev {
  left: 0;
  top: 5rem;
}
@media screen and (min-width: 700px) {
  .timeline-slide-prev.button--prev {
    left: -4rem;
  }
}

.timeline-slide-next.button--next {
  top: 5rem;
  right: 0;
}
@media screen and (min-width: 700px) {
  .timeline-slide-next.button--next {
    right: -4rem;
  }
}

.timeline-slide-video-player .video.ready {
  height: 100%;
}

@media screen and (max-width: 700px) {
  .timeline.bg_mid_gray.double_padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.timeline.bg_mid_gray.double_padding .carousel.carousel--timeline.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
  z-index: 50;
}

.quote_banner.single_quote {
  display: grid;
  place-items: center;
}

.button--next {
  right: 1rem;
}

.button--prev {
  right: 4rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: none;
  border-radius: 0;
  border: 1px solid #6e6e6e;
  opacity: 1;
}
.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: rotateZ(45deg);
}

.carousel {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  #primary .block.margins .button--prev,
  #primary .block.margins .button--next {
    top: 0.2rem;
    transform: none;
    width: 2rem;
    height: 2rem;
  }
  #primary .block.margins .button--prev svg,
  #primary .block.margins .button--next svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  #primary .block.margins .button--next {
    right: 0;
  }
  #primary .block.margins .button--prev {
    left: unset;
    right: 3rem;
  }
  #primary .block.padding .button--prev,
  #primary .block.padding .button--next {
    top: 2.2rem;
    transform: none;
    width: 2rem;
    height: 2rem;
  }
  #primary .block.padding .button--prev svg,
  #primary .block.padding .button--next svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  #primary .block.padding .button--next {
    right: 2rem;
  }
  #primary .block.padding .button--prev {
    left: unset;
    right: 5rem;
  }
  #primary .block h2:has(+ .carousel) {
    width: 70%;
  }
  #primary .block.image_gallery {
    padding-top: 3rem;
  }
  #primary .block.testimonials .testimonial {
    margin-bottom: 2rem;
  }
}
.current_filters p:has(~ div:empty) {
  display: none;
}

.current_filters div:empty ~ #clear {
  display: none;
}

.events_filter {
  position: relative;
  z-index: 10;
}

#filter.tearsheet_filters .filter_wrapper {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  width: 100%;
}
#filter.tearsheet_filters .filter_wrapper .buttons {
  margin-bottom: 0;
  margin-left: auto;
  gap: 2rem;
}
#filter.tearsheet_filters .filter__content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
#filter.tearsheet_filters .filter__content input[type=reset] {
  opacity: 0;
  position: absolute;
}
#filter.tearsheet_filters .filter__content input[type=checkbox] + label,
#filter.tearsheet_filters .filter__content input[type=reset] + label {
  text-transform: uppercase;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 105%;
  font-size: 0.9rem;
}
#filter.tearsheet_filters .filter__content input[type=checkbox] + label::before,
#filter.tearsheet_filters .filter__content input[type=reset] + label::before {
  display: none;
}
#filter.tearsheet_filters .filter__content input[type=checkbox] + label::after,
#filter.tearsheet_filters .filter__content input[type=reset] + label::after {
  display: none;
}
#filter.tearsheet_filters .filter__content input[type=checkbox]:checked + label::before,
#filter.tearsheet_filters .filter__content input[type=reset] + label::before {
  display: none;
}
#filter.tearsheet_filters .filter__content input[type=checkbox]:checked + label::after,
#filter.tearsheet_filters .filter__content input[type=reset] + label::after {
  display: none;
}
#filter.tearsheet_filters .filter__content input[type=reset]:hover + label {
  cursor: pointer;
  color: #373737;
}

#filter.product_filters {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  #filter.product_filters {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#filter.product_filters .filter_wrapper .filter__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#filter.product_filters .filter_wrapper .filter__content input[type=checkbox],
#filter.product_filters .filter_wrapper .filter__content input[type=reset],
#filter.product_filters .filter_wrapper .filter__content input[type=radio] {
  opacity: 0;
  position: relative;
  display: none;
}
#filter.product_filters .filter_wrapper .filter__content input[type=checkbox] + label,
#filter.product_filters .filter_wrapper .filter__content input[type=reset] + label {
  line-height: 180%;
  padding-left: 1.2rem;
  padding-top: 0.2rem;
}
#filter.product_filters .filter_wrapper .filter__content input[type=checkbox] + label:hover,
#filter.product_filters .filter_wrapper .filter__content input[type=reset] + label:hover {
  cursor: pointer;
}
#filter.product_filters .filter_wrapper .filter__content input[type=checkbox] + label::before,
#filter.product_filters .filter_wrapper .filter__content input[type=reset] + label::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #373737;
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
#filter.product_filters .filter_wrapper .filter__content input[type=checkbox] + label::after,
#filter.product_filters .filter_wrapper .filter__content input[type=reset] + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 25%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  border: solid #373737;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#filter.product_filters .filter_wrapper .filter__content input[type=checkbox]:hover + label::after {
  opacity: 0;
}
#filter.product_filters .filter_wrapper .filter__content input[type=radio] + label {
  padding: 0.5rem 1rem;
}
#filter.product_filters .filter_wrapper .filter__content input[type=radio] + label:hover {
  background-color: #7c7569;
  color: #fff;
}
#filter.product_filters .filter_wrapper details.filter {
  background-color: #f5f4f2;
  width: fit-content;
}
#filter.product_filters .filter_wrapper details.filter summary {
  width: fit-content;
}
#filter.product_filters .filter_wrapper details.filter summary::after {
  background-image: url(/wp-content/themes/kitmiles/assets/dropdown-arrow.svg);
}
#filter.product_filters .filter_wrapper details.filter.open {
  background-color: #f5f4f2;
  width: fit-content;
}
#filter.product_filters .filter_wrapper .selected.posts_per_page,
#filter.product_filters .filter_wrapper .selected.sort_by {
  background: none;
  border: none;
  font-size: 0.9rem;
  color: #373737;
  width: fit-content;
}
#filter.product_filters .filter_wrapper .selected.posts_per_page ul,
#filter.product_filters .filter_wrapper .selected.sort_by ul {
  gap: 0;
  width: fit-content;
}
#filter.product_filters .filter_wrapper .selected.posts_per_page li,
#filter.product_filters .filter_wrapper .selected.sort_by li {
  background: none;
  color: #373737;
  font-size: 0.9rem;
}
#filter.product_filters .filter_wrapper .filter__content.panel {
  background-color: #fff;
  color: #373737;
  padding: 0;
  gap: 0;
}
#filter.product_filters .filter_wrapper h4 {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
#filter.product_filters .filter_wrapper h4::before {
  content: "";
  height: 1px;
  width: 50%;
  background-color: #373737;
  position: absolute;
  left: 0;
  top: 0;
}
#filter.product_filters .clear_all {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}
#filter.product_filters .clear_all input[type=reset] {
  position: relative;
  opacity: 1;
  height: fit-content;
}
#filter.product_filters .sort.flex {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 3rem;
  margin-top: 3rem;
}
#filter.product_filters .sort.flex .filter_wrapper {
  width: 6rem;
}
#filter.product_filters .sort.flex::after {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: calc(var(--margin) * -1);
  top: 0;
  background-color: #373737;
}

@media screen and (max-width: 999px) {
  #filter .filter_wrapper {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #filter .filter_wrapper .filter__content {
    flex-wrap: wrap;
    gap: 1rem;
  }
  #filter .filter_wrapper .buttons {
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.page-header.home_page_header {
  width: 100vw;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
  position: relative;
}
.page-header.home_page_header .carousel .swiper-slide {
  width: 100vw;
  height: calc(100vh - var(--header-height));
  position: relative;
}
.page-header.home_page_header .carousel .swiper-slide img {
  min-height: 100vh;
  min-width: 100vw;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .page-header.home_page_header .carousel .swiper-slide img {
    height: auto;
    width: 100vw;
  }
}

.home_page_header .overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4431372549), rgba(0, 0, 0, 0.1725490196));
  z-index: 3;
  mix-blend-mode: multiply;
}
.home_page_header .pagination.landing-pagination {
  position: absolute;
  width: fit-content;
  height: fit-content;
  z-index: 5;
  left: var(--margin);
  top: 10vh;
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .home_page_header .pagination.landing-pagination {
    top: calc(50% - 16rem);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .home_page_header .pagination.landing-pagination {
    top: calc(50% - 14rem);
    transform: translate(0, -50%);
  }
}
.home_page_header .pagination.landing-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.home_intro {
  position: absolute;
  top: 20vh;
  grid-template-columns: 1fr;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .home_intro {
    grid-template-columns: 1fr 1fr;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.home_intro .header_text_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home_intro .header_text_content * {
  margin-bottom: 0;
}
.home_intro .header_text_content h1 {
  font-size: 3.9rem;
  position: relative;
}
.home_intro .header_text_content h1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1rem;
}
.home_intro .header_text_content p {
  padding-bottom: 1rem;
  line-height: 170%;
}

.error_message {
  padding: 0.5rem;
  border: 2px solid var(--color-error);
  display: block;
  color: var(--color-black-to-white);
}

.search_group {
  justify-content: flex-start;
}
.search_group input[type=search] {
  flex-grow: 1;
}

.popular_searches {
  margin-top: 1rem;
}

.popular_searches .flex {
  max-width: 680px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.popular_searches .flex .pill {
  border: 1px solid #fff;
}

#filter input[type=checkbox],
#filter input[type=reset] {
  opacity: 0;
  position: absolute;
}
#filter input[type=checkbox] + label,
#filter input[type=reset] + label {
  position: relative;
  display: block;
  line-height: 105%;
  font-weight: 400;
  font-size: 0.9rem;
  z-index: 3;
  cursor: pointer;
}
#filter input[type=checkbox] + label::before, #filter input[type=checkbox] + label::after,
#filter input[type=reset] + label::before,
#filter input[type=reset] + label::after {
  content: "";
  position: absolute;
}
#filter input[type=checkbox] + label::before,
#filter input[type=reset] + label::before {
  left: -1rem;
  top: calc(50% - 1rem);
  width: calc(100% + 2rem);
  height: 2rem;
  background: #fff;
  opacity: 0;
  transition: opacity var(--transition) ease;
  z-index: -1;
}
#filter input[type=checkbox] + label::after,
#filter input[type=reset] + label::after {
  right: 1rem;
  width: 0.5rem;
  height: 0.15rem;
  top: calc(50% - 0.5rem);
  border: 1px solid #373737;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-52deg) translate(-2px, 4px);
  opacity: 0;
  transition: opacity var(--transition) ease;
  z-index: -1;
}
#filter input[type=checkbox] + label:hover,
#filter input[type=reset] + label:hover {
  color: #000;
}
#filter input[type=checkbox] + label:hover::after, #filter input[type=checkbox] + label:hover::before,
#filter input[type=reset] + label:hover::after,
#filter input[type=reset] + label:hover::before {
  opacity: 0.8;
}
#filter input[type=checkbox]:hover + label,
#filter input[type=reset]:hover + label {
  color: #000;
}
#filter input[type=checkbox]:hover + label::after, #filter input[type=checkbox]:hover + label::before,
#filter input[type=reset]:hover + label::after,
#filter input[type=reset]:hover + label::before {
  opacity: 0.8;
}
#filter input[type=checkbox]:checked + label,
#filter input[type=reset]:checked + label {
  color: #000;
}
#filter input[type=checkbox]:checked + label::after, #filter input[type=checkbox]:checked + label::before,
#filter input[type=reset]:checked + label::after,
#filter input[type=reset]:checked + label::before {
  opacity: 1;
}
#filter input[type=checkbox]:focus + label,
#filter input[type=reset]:focus + label {
  outline: 2px solid;
  outline-offset: 2px;
}

#primary .form_container .gform-theme--api input[type=submit],
#primary .form_container .gform-theme--framework input[type=submit] {
  --gf-local-radius: 2rem;
  --gf-local-bg-color: #ffdd00;
  --gf-local-color: #373737;
  text-transform: uppercase;
  font-weight: 600;
  transition: all var(--transition) ease;
}
#primary .form_container .gform-theme--api input[type=submit]:hover,
#primary .form_container .gform-theme--framework input[type=submit]:hover {
  --gf-local-bg-color: #373737;
  --gf-local-color: #ffdd00;
}

#gform_wrapper_5 {
  background-color: #dfdbd9;
  padding: 2rem;
  border-radius: 1rem;
  overflow: clip;
  position: relative;
}
#gform_wrapper_5 .gform_heading,
#gform_wrapper_5 #field_5_15 legend {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#gform_wrapper_5 .gform_heading:focus,
#gform_wrapper_5 #field_5_15 legend:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#gform_wrapper_5 #field_5_15 {
  height: 2rem;
}
#gform_wrapper_5 #input_5_15 {
  position: relative;
  left: -2rem;
  top: -2rem;
  margin-bottom: 2rem;
  width: calc(100% + 4rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
#gform_wrapper_5 #input_5_15 .gchoice {
  background-color: #dfdbd9;
  transition: background-color var(--transition) ease;
}
#gform_wrapper_5 #input_5_15 .gchoice:has(input:checked) {
  background-color: #dfdbd9;
}
#gform_wrapper_5 #input_5_15 .gchoice:has(input:checked) label {
  font-weight: 600;
}
#gform_wrapper_5 #input_5_15 .gchoice label {
  text-transform: uppercase;
  padding: 2rem;
  cursor: pointer;
}
#gform_wrapper_5 #input_5_15 .gchoice label:hover {
  font-weight: 600;
}
#gform_wrapper_5 #input_5_15 .gchoice input {
  opacity: 0;
  position: absolute;
}
#gform_wrapper_5 #input_5_20 {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#gform_wrapper_5 #input_5_20 .gchoice {
  position: relative;
  width: 3.2rem;
  height: 2.4rem;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}
#gform_wrapper_5 #input_5_20 .gchoice:hover {
  cursor: pointer;
}
#gform_wrapper_5 #input_5_20 .gchoice label {
  background-color: #ffdd00;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 500;
}
#gform_wrapper_5 #input_5_20 .gchoice input {
  appearance: none;
  opacity: 0;
  position: absolute;
}
#gform_wrapper_5 #input_5_20 .gchoice input:hover {
  cursor: pointer;
}
#gform_wrapper_5 #input_5_20 .gchoice input[disabled=disabled]:hover {
  cursor: not-allowed;
}
#gform_wrapper_5 #input_5_20 .gchoice input[disabled=disabled]::after {
  opacity: 0.2;
  position: absolute;
  content: "";
  width: 3.2rem;
  height: 2.4rem;
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#gform_wrapper_5 #input_5_20 .gchoice input[disabled=disabled] + label {
  opacity: 0.2;
}
#gform_wrapper_5 #input_5_20 .gchoice input[disabled=disabled] + label:hover {
  cursor: not-allowed;
}
#gform_wrapper_5 #input_5_20 .gchoice input:checked + label {
  background-color: #373737;
  color: #6e6e6e;
}
#gform_wrapper_5 #input_5_20 .gchoice label:hover {
  cursor: pointer;
}
#gform_wrapper_5 input#gform_submit_button_5 {
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #efd27b;
  color: #282431;
}
#gform_wrapper_5 input#gform_submit_button_5:hover {
  background-color: #282431;
  color: #efd27b;
}

#gform_wrapper_6 {
  background-color: #dfdbd9;
  padding: 2rem;
  border-radius: 1rem;
  overflow: clip;
  position: relative;
}
#gform_wrapper_6 input#gform_submit_button_6 {
  border-radius: 2rem;
  background-color: #efd27b;
  color: #282431;
}
#gform_wrapper_6 input#gform_submit_button_6:hover {
  background-color: #282431;
  color: #efd27b;
}

input[type=radio] ~ .error_message {
  margin-top: 2rem;
  display: block;
}

.stay_in_touch form.emailoctopus-form input[type=submit].btn {
  width: fit-content;
  flex-grow: 0;
  border-radius: 2rem;
  font-weight: 700;
}

.stay_in_touch form.emailoctopus-form .main-form {
  justify-content: flex-start;
}

.gform_confirmation_wrapper {
  grid-column: 1/2;
  padding: 2rem;
  background-color: #dfdbd9;
  border-radius: 1rem;
}

.form_switcher,
#loginform {
  opacity: 1;
  transition: opacity var(--transition) ease;
}
.form_switcher.fade-out,
#loginform.fade-out {
  position: absolute;
  opacity: 0;
}

.switch_form span {
  display: none;
}
.switch_form span.show {
  display: inline;
}

#primary .block.center.double_padding h2 {
  text-align: left;
}
#primary .block.center .form_container {
  margin-right: auto;
  margin-left: auto;
}
#primary .block.center .form_container h2 {
  font-size: 2.2rem;
}
#primary .block.center .form_container h2.crimson.regular {
  padding: 2rem 0 4rem;
}
#primary .block.center .form_container form p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#primary .block.center .form_container form p label {
  font-family: "Crimson Pro", sans-serif;
  font-size: 1.2rem;
}
#primary .block.center .form_container form p input:not(.button) {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #373737;
}
#primary .block.center .form_container form p input.button {
  border: 1px solid #373737;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
#primary .block.center .form_container.register h2 {
  margin-bottom: 3rem;
  margin-top: 4rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 1200px) {
  #primary .block.center .form_container.register p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
#primary .block.center .form_container.register p #billing_country {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #373737;
}
#primary .block.center .form_container.register p .button {
  margin-right: auto;
  margin-left: 0;
}
#primary .block.padding.double_padding .register.form_container form h2, #primary .block.padding.double_padding .form_container form h2 {
  padding-bottom: 3rem;
}
#primary .block.padding.double_padding .register.form_container form p, #primary .block.padding.double_padding .form_container form p {
  margin: 0 6rem 1.8rem;
}
#primary .block.padding.double_padding .register.form_container form p:has(+ h2), #primary .block.padding.double_padding .form_container form p:has(+ h2) {
  margin-bottom: 4rem;
}
#primary .block.padding.double_padding .register.form_container form p:has(#declaration), #primary .block.padding.double_padding .form_container form p:has(#declaration) {
  margin-top: 4rem;
}
#primary .block.padding.double_padding .register.form_container form p input:not(.button):not([type=checkbox]), #primary .block.padding.double_padding .form_container form p input:not(.button):not([type=checkbox]) {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #373737;
}
#primary .block.padding.double_padding .register.form_container form p input[type=checkbox], #primary .block.padding.double_padding .form_container form p input[type=checkbox] {
  position: relative;
  top: 1px;
  margin-right: 0.6rem;
}
#primary .block.padding.double_padding .register.form_container form .form_response, #primary .block.padding.double_padding .form_container form .form_response {
  margin: 1rem 6rem 1.8rem;
}
#primary .block.padding.double_padding .register.form_container form .form_response.success, #primary .block.padding.double_padding .form_container form .form_response.success {
  background-color: #cea75a;
  padding: 1.5rem;
}
#primary .block.padding.double_padding h2:not(.crimson) {
  padding-bottom: 1rem;
  padding-top: 2.5rem;
}

form.loading {
  position: relative;
}
form.loading::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  border: 4px solid #373737;
  border-top-color: transparent;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
}

/*General rules for cards*/
.cards {
  margin: 4rem 0;
}
.cards .flex_item {
  margin-bottom: 2rem;
}
.cards a {
  text-decoration: none;
  color: #373737;
}
.cards .container {
  margin-bottom: 2rem;
}
.cards .decorative {
  padding-left: 0;
}

.card {
  text-decoration: none;
  color: #373737;
}
.card img {
  transition: transform var(--transition) ease;
}
.card:hover, .card:focus, .card:active, .card:visited {
  color: #373737;
}
@media screen and (min-width: 1200px) {
  .card:hover .container img, .card:focus .container img, .card:active .container img, .card:visited .container img {
    transform: scale(1.025);
  }
}
.card:has(:focus) {
  outline: 2px solid #23595c;
  outline-offset: 2px;
}

.event_card .grid {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-end;
}

.news-item .grid {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-end;
}
.news-item .container {
  background-color: #e2d9cb;
}
.news-item .container img {
  object-fit: contain !important;
}

.listing-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .listing-row .listing-item {
    flex-basis: 32%;
  }
}

ul#post-grid {
  z-index: 999;
  position: relative;
  list-style: none;
  padding: 0;
}

button#show-more-posts {
  z-index: 9999;
  position: relative;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11.5px 41px 14.5px;
}

.card-info {
  position: relative;
}

.discover-news-card:hover .hover-stripe {
  height: 6px;
}
.discover-news-card .discover-news-item-info p.card-info-description {
  color: #373737;
}

.hover-stripe {
  height: 6px;
  transition: height var(--transition) ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hover-stripe {
    height: 0px;
  }
}

.card-info-wrapper {
  padding: 2rem;
}

a.discover-news-card {
  text-decoration: none;
}

.card-info-date {
  font-size: 16px;
  line-height: 22px;
}

.card-info-title {
  font-size: 22px;
  line-height: 32px;
}

.card-info-description {
  font-size: 16px;
  line-height: 24px;
  color: #373737;
  margin-bottom: 3rem;
}

.read-more-black {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  padding: 15.5px 21px;
}

.read-more-black::after {
  content: "›";
  color: white;
  font-size: 20px;
  position: relative;
  right: 0;
  display: block;
  height: 100%;
  line-height: 22px;
}

@media screen and (min-width: 1000px) {
  .flex_33.discover-news-3-up > .flex_item {
    flex-basis: calc(100% - 1.66rem);
  }
}
@media screen and (min-width: 1200px) {
  .flex_33.discover-news-3-up > .flex_item {
    flex-basis: calc(33% - 1.66rem);
  }
}

/*Event Cards*/
.event_block_header {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 2.5rem auto;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.event_block_header .tile_wrapper {
  grid-row: 1/3;
  grid-column: 1/2;
  position: static;
  width: 2.5rem;
  height: 2.5rem;
}
.event_block_header h4,
.event_block_header p {
  color: #fff;
  font-family: "Crimson Pro", sans-serif;
  font-size: 1rem;
  margin: 0;
  line-height: 135%;
}
.event_block_header strong {
  font-weight: 700;
  text-transform: uppercase;
}
.event_block_header h4 {
  text-transform: uppercase;
}
.event_block_header h4.black {
  color: #373737;
}

.tile_wrapper svg {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}

.event_block_card {
  margin-bottom: 2rem;
  grid-template-rows: 4.5rem auto 1fr 2rem;
}
.event_block_card .container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .event_block_card .container {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .event_block_card .container {
    padding-top: 75%;
    height: 0;
  }
}
.event_block_card p {
  color: #fff;
}
.event_block_card p:empty {
  display: none;
}
.event_block_card p.underline {
  text-decoration-color: #23595c;
}
@media screen and (min-width: 1200px) {
  .event_block_card:nth-child(odd) .container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .event_block_card:nth-child(odd) .container {
      aspect-ratio: 0.6666666667;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .event_block_card:nth-child(odd) .container {
      padding-top: 150%;
      height: 0;
    }
  }
}

.event_block_title {
  margin-top: 1rem;
}
.event_block_title a {
  text-transform: uppercase;
  text-decoration: none;
}
.event_block_title a h3 {
  color: #373737;
}

.event_block_footer p.underline {
  color: #fff;
}
.event_block_footer p.find_out_more.underline:hover {
  color: #373737;
}
.event_block_footer p.find_out_more.underline::after {
  background-color: #373737;
}

.card:hover p.find_out_more.underline {
  color: #373737;
}

.bg_body .event_block_title {
  margin-top: 1rem;
}
.bg_body .event_block_title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.bg_body .event_block_title a h3 {
  color: #fff;
}
.bg_body .event_block_footer p.underline {
  color: #fff;
}
.bg_body .event_block_footer p.find_out_more.underline:hover {
  color: #ffdd00;
}
.bg_body .event_block_footer p.find_out_more.underline:hover::after {
  background-color: #ffdd00;
}
.bg_body .event_block_footer p.find_out_more.underline::after {
  background-color: #23595c;
}
.bg_body .card:hover p.find_out_more.underline {
  color: #ffdd00;
}
.bg_body .card:hover p.find_out_more.underline::after {
  background-color: #ffdd00;
}

.event_card {
  background-color: transparent;
  grid-template-rows: auto 1fr;
}
.event_card * {
  margin: 0;
}

@media screen and (max-width: 700px) {
  .padding_2 * {
    margin-bottom: 0.2rem;
  }
  .card .grid.gap {
    grid-template-rows: auto auto 1fr;
    align-items: flex-end;
    gap: 0.2rem;
  }
  .card .grid.gap * {
    margin-bottom: 0.2rem;
  }
}
.strapline {
  position: absolute;
  top: 1rem;
  left: 0;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
}

.competition_card .strapline,
.event_header .strapline,
.event-header .strapline {
  right: unset;
  left: 1rem;
}

.page_link_info .event_header {
  margin-bottom: 0.75rem;
}
.page_link_info .event_header h4,
.page_link_info .event_header p {
  font-family: "Crimson Pro", sans-serif;
  font-size: 1rem;
  margin: 0;
  line-height: 140%;
}

.annual_pass {
  padding: clamp(0.5rem, 5%, 2rem);
}
.annual_pass a {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .annual_pass {
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 4.5rem 1fr 4rem;
    column-gap: 5rem;
  }
  .annual_pass > * {
    grid-column: 1/2;
  }
  .annual_pass .container {
    grid-column: 2/3;
    grid-row: 1/4;
    max-height: 600px;
  }
  .annual_pass .arrow {
    height: min-content;
    width: 100%;
    text-align: left;
  }
  .annual_pass h2 {
    font-size: 3.1rem;
  }
}

.card.card--page-links.card--page-links-stack.grid.grid_50.rounded {
  grid-column: 1/-1;
}

.card--page-links-grid {
  align-items: start;
  grid-template-rows: auto 1fr 1rem;
}

.card--page-links-stack {
  align-items: center;
}

.card.card--page-links .padding_2 span {
  height: 2rem;
  width: 2rem;
}
.card.card--page-links .padding_2 h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card.card--page-links .padding_2 svg {
  height: 2rem;
  width: 2rem;
}
.card.card--page-links .padding_2 svg path {
  fill: currentColor;
}
.card.card--page-links a:has(h3) {
  text-decoration: none;
}
.card.card--page-links a:has(h3):hover {
  text-decoration: none;
}
.card.card--page-links .container img {
  object-fit: contain !important;
}

.card.card--page-links.bg_light_purple p,
.card.card--page-links.bg_light_purple .bold,
.bg_light_purple .card p,
.bg_light_purple .card .bold {
  color: #fff;
}

.card a:has(h3) {
  text-decoration: none;
}
.card a:has(h3):hover {
  text-decoration: none;
}

.card-object .card-object--image {
  position: relative;
  line-height: 0;
}
.card-object .card-object--image img {
  line-height: 0;
}
.card-object .image_zoomer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0;
}
.card-object .image_zoomer:hover {
  opacity: 1;
}
.card-object .card-object--text {
  margin-top: 1rem;
}

.content--inner {
  height: fit-content;
  align-self: center;
}
.content--inner * {
  margin: 0;
}

.gallery-card.card.card-object {
  position: relative;
  line-height: 0;
  width: fit-content;
  overflow: hidden;
}

.card-object--zoom .caption {
  color: #fff;
}

.card.card--page-links.card--page-links-grid.grid.gap_1 .grid.gap h3,
.card.card--page-links.card--page-links-grid.grid.gap_1 .grid.gap p {
  margin: 0 0 0;
}

.page_links.page_links--grid.bg_light_red.padding .flex.flex_33.gap_3.flex-center {
  gap: 1.5rem;
}

.flex.flex_33.gap_3.flex-center .card.card--page-links.card--page-links-grid.grid.gap_1 {
  grid-template-rows: auto 1fr;
}

.block.news_block.padding.bg_light_copper .card.news-item.grid.gap_1 h4 {
  margin-bottom: 0;
}
.block.news_block.padding.bg_light_copper .card.news-item.grid.gap_1 p {
  margin-bottom: 0;
}

.card.search-item .container {
  max-width: clamp(150px, 90vw, 320px);
}

.card.search-item div:not(.container) {
  max-width: 950px;
}

.card.search-item h4 {
  text-decoration: underline;
}

.card.search-item {
  justify-content: flex-start;
}

.card.card-object.card-object--zoom {
  max-height: 100%;
}

.gallery-card.card.card-object {
  height: fit-content;
  max-height: 12rem;
}

@media screen and (max-width: 999px) {
  .card.card--page-links .padding_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .card.card--page-links .padding_2 h2,
  .card.card--page-links .padding_2 p {
    padding-bottom: 0.5rem;
  }
  .page_links--algorithm .card--page-links-stack.bg_light_gray .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_green .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_purple .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_orange .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_red .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_blue .padding_2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.card.card--page-links.card--page-links-stack.padding .links {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .card.card--page-links.card--page-links-stack.padding .container.container--threetwo.rounded {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .card.card--page-links.card--page-links-stack.padding {
    gap: 1rem;
  }
  .card.card--page-links.card--page-links-stack.padding .padding_2 {
    padding: 0;
  }
}

.content_video.card {
  gap: 0;
  margin-top: 1rem;
  grid-template-rows: auto auto 1fr;
}
.content_video.card p {
  margin-bottom: 0;
  line-height: 1.4rem;
  margin-top: 0.5rem;
}

.page_links .bold {
  line-height: 28px;
}

.card.vacancy {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .card.vacancy {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .card.vacancy:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6e6e6e;
    position: absolute;
    bottom: 0rem;
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .card.vacancy .padding_2 {
    padding: 0 1rem;
  }
}

.card.trustee .container--twothree {
  max-height: 17rem;
  max-width: 14rem;
  margin-bottom: 1rem;
}
.card.trustee h3 {
  margin-bottom: 0.5rem;
}
.card.trustee h5 {
  font-weight: 400;
}

.card.volunteer_vacancy {
  grid-template-rows: auto auto 1fr;
}

.card.card_timeline {
  position: relative;
}
.card.card_timeline img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .card.card_timeline img {
    margin-left: auto;
    margin-right: 0;
  }
}
.card.card_timeline.grid_invert .timeline_info {
  text-align: end;
}
@media screen and (min-width: 1000px) {
  .card.card_timeline.grid_invert img {
    margin-left: 0;
    margin-right: auto;
  }
}
.card.card_timeline .timeline_info .timeline_year {
  padding-bottom: 1rem;
}
.card.card_timeline::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #ff671d;
  position: absolute;
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.card.card_timeline::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ff671d;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.card.card_timeline.mobile_only {
  position: relative;
  text-align: center;
  align-items: center;
  z-index: 5;
  background-color: #fff;
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card.card_timeline.mobile_only .white_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.card.card_timeline.mobile_only::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #ff671d;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.card.card_timeline.mobile_only::before {
  content: "";
  width: 4px;
  height: 110%;
  background-color: #ff671d;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.card.news-item .grid.gap .uc {
  font-size: 0.8rem;
  line-height: 100% !important;
}
.card.news-item .grid.gap h4 {
  line-height: 100% !important;
}
.card.news-item .grid.gap > * {
  margin-bottom: 0.5rem;
}
.card.news-item .grid.gap a {
  width: fit-content;
}

/* .swiper-slide {
	.card.card-object {
		.card-object--image {
			img {
				height: 20rem;
				/* max-width: unset;
				max-width: fit-content; 
			}
			/* button {
				width: 100%;
			} 
		}
	}
} */
.carousel .button--prev {
  right: unset;
  top: 45% !important;
  left: calc(var(--margin) / -2);
  opacity: 0.8 !important;
  z-index: 9999;
}
.carousel .button--prev svg path {
  fill: rgb(192, 192, 192) !important;
}
.carousel .button--next {
  right: 0;
  top: 45% !important;
  left: unset;
  opacity: 0.8 !important;
  z-index: 9999;
}
.carousel .button--next svg s path {
  fill: rgb(192, 192, 192) !important;
}

.card.card-image-and-text {
  align-items: center;
}
.card.card-image-and-text .padding_2 {
  padding: 0 2rem 0 0 !important;
}

.shop_card,
.swiper-slide:has(.shop_card) {
  width: 360px;
  max-width: 80vw;
  box-sizing: border-box;
}

.shop_card h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #373737;
  margin-bottom: 1.2rem;
}

.shop h2 {
  text-transform: none;
  margin-bottom: 2rem;
}

.card--page-links h3.larger {
  font-size: 1.6rem;
}
.card--page-links .padding_2 {
  padding-left: 0;
  padding-right: 4rem;
}
@media screen and (min-width: 1200px) {
  .card--page-links.grid_invert .padding_2 {
    padding-left: 4rem;
    padding-right: 0;
  }
}

#page .form_section {
  border-top: none;
  border-bottom: none;
}

.card.trustee.grid {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-end;
}
.card.trustee h5 {
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
}
.card.trustee h5:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6e6e6e;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
}

.collection_objects .uc.black.semibold {
  margin-bottom: 2rem;
}

.collection_item h3 {
  margin-top: 1rem;
}

.card.mark.grid {
  grid-template-rows: auto auto 1fr;
  align-items: flex-start;
}
.card.mark.grid * {
  margin-bottom: 0;
}
.card.mark h4 {
  margin-top: 2rem;
  position: relative;
}
.card.mark h4::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 1rem);
  top: -1.3rem;
  left: -0.5rem;
  background-color: #373737;
}
.card.mark img {
  height: 10rem;
  object-fit: cover;
  width: auto;
}

.card.item {
  display: flex;
  flex-direction: column;
}
.card.item * {
  margin-bottom: 0;
}
.card.item a {
  margin-left: auto;
  margin-right: auto;
}

.card.journal {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-start;
}
.card.journal * {
  margin-bottom: 0;
}
.card.journal p {
  color: #666766;
}

@media screen and (min-width: 1000px) {
  .card.journal.journal_wide {
    grid-column: span 2;
  }
}

.card.tear_sheet {
  position: relative;
}
.card.tear_sheet input {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  top: 1.5rem;
  width: 0;
}
.card.tear_sheet input + label {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  top: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
}
.card.tear_sheet input + label img {
  width: 100%;
  height: 100%;
}
.card.tear_sheet input + label span.checked {
  display: none;
}
.card.tear_sheet input + label span.unchecked {
  display: block;
}
.card.tear_sheet input:checked + label span.checked {
  display: block;
}
.card.tear_sheet input:checked + label span.unchecked {
  display: none;
}
.card.tear_sheet input.hide + label {
  display: block;
}
.card.tear_sheet input.hide + label {
  display: none;
}

.card.resource {
  padding: 3rem 2rem;
}
.card.resource.gap_1.inner_padding.bg_light_grey {
  padding: 4rem 2rem;
}
.card.resource h3 {
  margin-bottom: 0;
}
.card.resource p {
  margin-bottom: 0;
}

#primary .woocommerce-breadcrumb {
  display: none;
}
#primary .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #869080;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-left: var(--margin);
}
#primary .block.padding.double_padding .woocommerce-info[role=status] {
  background-color: #869080;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  gap: 2rem;
}
#primary .checkout.woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 0;
}
#primary .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_cheque {
  background-color: #869080;
  color: #fff;
  border-radius: 0;
}
#primary .checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_box.payment_method_cheque::before {
  border-bottom-color: #869080;
}
#primary .checkout.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order .button.alt {
  border-radius: 0 !important;
  border-color: #7c7569 !important;
  background-color: #f5f4f2 !important;
  color: #373737;
}
#primary .checkout.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order .button.alt:hover {
  background-color: #7c7569 !important;
  color: #fff !important;
}
#primary .single_product .product.primary_info {
  position: relative;
}
#primary .single_product .product.primary_info p.small {
  margin-bottom: 0;
}
#primary .single_product .product.primary_info p.price {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 0rem;
}
#primary .single_product .product.primary_info p {
  margin-bottom: 2rem;
}
#primary .single_product .product.primary_info .images {
  position: absolute;
  left: -4rem;
  top: 0;
  width: 5rem;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#primary .single_product .product.primary_info .images .button_image {
  padding: 0.5rem;
}
#primary .single_product .product.primary_info .images .button_image .container {
  opacity: 0.4;
}
#primary .single_product .product.primary_info .images .button_image:hover {
  cursor: pointer;
  border: 1px solid #9e9e9e;
}
#primary .single_product .product.primary_info .images .button_image.selected .container {
  opacity: 1;
}
#primary .single_product .product.secondary_info .info.grid_50 {
  column-gap: 3rem;
}
@media screen and (min-width: 1000px) {
  #primary .single_product .product.secondary_info .info.grid_50 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
#primary .single_product .product {
  padding: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  #primary .single_product .product {
    padding: 0 4rem;
  }
}
#primary .single_product .product .button.flex {
  position: relative;
  padding-left: 2.6rem !important;
  margin-top: 2rem;
  margin-left: auto;
}
#primary .single_product .product .button.flex svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
#primary .single_product .product .button.flex svg .cls-1 {
  fill: none;
}
#primary .single_product .product .buttons {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#primary .single_product .product .buttons::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6e6e6e;
  position: absolute;
  bottom: 0;
  left: 0;
}
#primary .single_product .product .big_buttons {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
#primary .single_product .product .big_buttons::before {
  position: absolute;
}
#primary .single_product .product .big_buttons input {
  background: none;
}
#primary .single_product .product .same_designs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  position: relative;
}
#primary .single_product .product .same_designs .design {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem;
  width: 6.5rem;
  text-decoration: none;
}
#primary .single_product .product .same_designs .design .container {
  width: 100%;
}
#primary .single_product .product .same_designs .design p.small {
  font-size: 0.6rem;
  line-height: 140%;
  text-align: center;
}
#primary .single_product .product .same_designs .design a.btn {
  font-size: 0.7rem;
  margin-bottom: 0;
  line-height: 140%;
  padding-top: 0.5rem;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
#primary .single_product .product .same_designs .design a.btn::after {
  content: "";
  width: calc(1rem + 100%);
  height: 1px;
  background-color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#primary .single_product .product .same_designs .design:hover {
  cursor: pointer;
}
#primary .single_product .product .same_designs .design:hover, #primary .single_product .product .same_designs .design.current {
  border: 1px solid #9e9e9e;
}
#primary .single_product .product .same_designs::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6e6e6e;
  position: absolute;
  bottom: 0;
  left: 0;
}
#primary .single_product .product .size_and_materials_attr {
  margin-bottom: 1rem;
}
#primary .single_product .product .size_and_materials_attr .product_select_item {
  border-radius: 0;
  cursor: pointer;
}
#primary .single_product .product .add-to-order-btn {
  margin-top: 1rem;
}
@media screen and (width < 1200px) {
  #primary .single_product .product .add-to-order-btn {
    margin-top: 1.5rem;
  }
}
#primary .single_product .product .product_select_item {
  margin-bottom: 1rem;
  border-radius: 0;
  cursor: pointer;
}
#primary .single_product .product .product_select_item option {
  cursor: pointer;
}
#primary .single_product .product .cased_select_item {
  margin-bottom: 1rem;
}
#primary .single_product .product .cased_select_item #product-cased_attr {
  border-radius: 0;
  cursor: pointer;
}
#primary .single_product .product form.variations_form.cart th.label {
  display: none;
}
#primary .single_product .product form.variations_form.cart td.value select {
  border-radius: 0;
}
#primary .single_product .product form.variations_form.cart button,
#primary .single_product .product form.variations_form.cart select,
#primary .single_product .product form.variations_form.cart a,
#primary .single_product .product form.variations_form.cart input {
  border: 1px solid #7c7569;
}
#primary .single_product .product form.variations_form.cart a.reset_variations {
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
}
#primary .single_product .general_faqs details .buttons {
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
#primary .single_product .general_faqs details .buttons .button {
  margin-left: 0;
  margin-top: 0;
}
#primary .single_product .general_faqs details .buttons::after {
  display: none;
}
#primary .single_product .general_faqs details .info.grid_50 p {
  margin-bottom: 0 !important;
}
#primary .single_product .general_faqs details .calculator.grid > div {
  display: flex;
  flex-direction: column;
}
#primary .single_product .general_faqs details .calculator.grid .button {
  margin-top: 1rem;
}
#primary .single_product .general_faqs details .calculator.grid .button.see_calc {
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  #primary .single_product .general_faqs details .calculator.grid .button.see_calc {
    margin-top: auto;
  }
}
#primary .single_product .general_faqs details .calculator.grid h4.subtitle {
  padding-top: 1rem;
  position: relative;
}
#primary .single_product .general_faqs details .calculator.grid h4.subtitle::before {
  content: "";
  height: 1px;
  width: 6rem;
  background-color: #7c7569;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
#primary .single_product .general_faqs details .calculator.grid h4.rolls {
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  #primary .single_product .general_faqs details .calculator.grid h4.rolls {
    margin-top: auto;
  }
}
#primary .single_product .general_faqs details .calculator.grid h4.total {
  margin-top: 0;
  margin-bottom: 0;
  gap: 0;
}
#primary .single_product .general_faqs details .calculator.grid .measuring .buttons.flex {
  justify-content: flex-start;
  gap: 0;
}
#primary .single_product .general_faqs details .calculator.grid .measuring .buttons.flex .button {
  margin-top: 0;
}
#primary .single_product .general_faqs details .calculator.grid .calculations > .wall {
  margin-bottom: 1rem;
}
#primary .single_product .general_faqs details .calculator.grid .wall {
  position: relative;
  width: fit-content;
}
#primary .single_product .general_faqs details .calculator.grid .wall::after {
  content: "m";
  width: fit-content;
  height: fit-content;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.3rem;
}
#primary .single_product .general_faqs details .calculator.grid .button.metric {
  background-color: #f5f4f2;
  color: #373737;
}
#primary .single_product .general_faqs details .calculator.grid .button.imperial {
  background-color: #dfdbd9;
  color: #373737;
}
#primary .single_product .general_faqs details .calculator.grid.imperial .wall::after {
  content: "ft";
}
#primary .single_product .general_faqs details .calculator.grid.imperial .button.imperial {
  background-color: #f5f4f2;
  color: #373737;
}
#primary .single_product .general_faqs details .calculator.grid.imperial .button.metric {
  background-color: #dfdbd9;
  color: #373737;
}
#primary .single_product .general_faqs details .widths.flex {
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
#primary .single_product .general_faqs details input[type=number] {
  height: 1.2rem;
  width: 3rem;
  background: #f5f4f2;
}
#primary .single_product .general_faqs details input[type=number]:has(+ label) {
  margin-top: 1.8rem;
}
#primary .single_product .general_faqs details input[type=number] + label {
  position: absolute;
  left: 0;
  top: 0;
}
#primary .single_product .product.mobile_only {
  gap: 1rem;
}
#primary .single_product .product.mobile_only .images {
  display: none;
}
#primary .single_product .product.mobile_only h3 {
  margin-bottom: 0;
}
#primary .single_product .product.mobile_only p.price {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #primary .card.gap_2 {
    gap: 1rem;
  }
  #primary .wide_image_and_text {
    gap: 1rem;
  }
  #primary .wide_image_and_text p,
  #primary .wide_image_and_text h2 {
    margin-bottom: 0;
  }
  #primary .block > h2 {
    margin-bottom: 1rem;
  }
  #primary .block.testimonials .big_button {
    margin-top: 0;
  }
  #primary .os_showroom_map {
    height: 18rem;
  }
  #primary .single-product .product {
    padding: 0 !important;
  }
  #primary .single-product .product .data.grid.grid_50,
  #primary .single-product .product .big_buttons {
    grid-template-columns: 1fr 1fr;
  }
  #primary .single-product .product .big_buttons {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#primary .card.product h4,
#primary .card.product p {
  margin-bottom: 0;
}
#primary .card.product .buttons {
  position: relative;
}
#primary .card.product .buttons a {
  width: 100%;
}
#primary .card.product .buttons .added_to_cart.wc-forward {
  position: absolute;
  right: 0;
  top: -2rem;
  width: fit-content;
}
#primary .card.product .colors {
  display: flex;
  gap: 0.5rem;
  padding-left: 3px;
}
#primary .card.product .colors .color {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  overflow: visible;
  outline-offset: 2px;
  border-radius: 2px;
}
#primary .card.product .colors .color:hover {
  cursor: pointer;
}
#primary .card.product .colors .color.selected {
  outline: 1px solid #9e9e9e;
}
#primary article {
  background-color: #ece9e4;
}
#primary .single-product {
  background-color: #ece9e4;
}
#primary .wide_image_and_text .description {
  color: #666766;
}

#response nav {
  grid-column: 1/-1;
}

@media screen and (max-width: 999px) {
  .card.product .buttons.grid.grid_50 {
    grid-template-columns: 1fr 1fr;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease-in;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.modal.open {
  opacity: 1;
}
.modal .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.modal .modal_content {
  margin: var(--header-height) auto;
  width: 90vw;
  max-width: 1250px;
  height: auto;
  display: block;
  position: relative;
}
.modal .modal_content .tile:not(.bg_kynren) svg path {
  fill: #fff;
}
.modal .inner_padding {
  padding: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .modal .inner_padding {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal .inner_padding {
    padding: 3rem;
  }
}

form.loading + #spinner {
  display: block;
}

form + #spinner {
  display: none;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 10px solid #373737;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  animation: spin 800ms ease-in-out 0ms infinite;
}

.modal.popup {
  position: fixed;
  top: 100dvh;
  right: 0;
  left: unset;
  width: 700px;
  max-width: 100vw;
  height: fit-content;
  opacity: 0;
  transition: opacity var(--transition) ease-in;
  z-index: 10000;
  background-color: transparent;
  overflow: auto;
  transform: translateY(-80%);
  color: #373737;
}
@media screen and (min-width: 1000px) {
  .modal.popup .padding_2 {
    padding: 3rem;
  }
}
.modal.popup.open {
  opacity: 1;
}
.modal.popup h2 {
  font-size: 1.5rem;
  color: #373737;
}
.modal.popup p {
  color: #373737;
  font-size: 0.9rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .modal.popup p {
    font-size: 1rem;
    font-weight: 400;
  }
}
.modal.popup .modal_content {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .modal.popup .modal_content {
    border-radius: 1.2rem 0 0 1.2rem;
  }
}
.modal.popup .close {
  top: -1rem;
  right: calc(var(--margin) - 1rem);
}
.modal.popup .close svg circle {
  fill: #373737;
}
.modal.popup .close svg path {
  fill: #fff;
}
@media screen and (min-width: 1000px) {
  .modal.popup .close {
    top: 2rem;
    right: 2rem;
  }
}
.modal.popup .button:hover {
  background-color: #6e6e6e;
}
.modal.popup .mc4wp-form-fields .flex {
  flex-direction: column;
}
.modal.popup .mc4wp-form-fields .flex input[type=email] {
  width: 40ch;
}

.timeline .modal .modal_content {
  width: 950px;
  max-width: 90vw;
  height: auto;
}
.timeline .timeline_link {
  margin-top: 2rem;
}
.timeline .timeline_link button {
  font-weight: bold;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  color: #373737;
}

.play {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
  opacity: 0;
  z-index: 10;
}
.play svg path {
  transition: fill var(--transition) ease;
}

.ready .play {
  opacity: 1;
}

.block-video img {
  transition: opacity var(--transition) ease;
  z-index: 10;
}
.block-video.playing img,
.block-video.playing .play {
  opacity: 0;
  transform: translateX(-200vw);
  visibility: hidden;
}
.block-video.playing iframe {
  visibility: visible;
}
.block-video iframe {
  visibility: hidden;
}

.container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.alt_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.alt_block.open {
  width: 100%;
  max-width: 320px;
}

:has(> .alt_block) {
  position: relative;
  display: block;
}

.block-image,
.alt-block {
  position: relative;
  display: block;
}

.alt_trigger {
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.1rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6e6e6e;
  position: absolute;
  top: 0;
  right: 0;
}

.alt_modal {
  position: absolute;
  background-color: white;
  top: 0;
  right: 0;
  max-width: 90vw;
  padding: 2rem 1rem;
  opacity: 0;
  transform: scale(0);
  transition: opacity calc(var(--transition) / 2) ease, transform var(--move-transition) ease;
  transform-origin: 100% 0;
  visibility: hidden;
}

.open .alt_modal {
  opacity: 1;
  transform: scale(1);
  border: 1px solid #6e6e6e;
  visibility: visible;
}

.open .alt_trigger {
  border-bottom: none;
  border-left: none;
}

.banner .alt_block {
  top: unset;
  bottom: var(--margin);
  right: var(--margin);
}
@media screen and (min-width: 1200px) {
  .banner .alt_block {
    top: unset;
    bottom: 8rem;
    right: 8rem;
  }
}

button.close {
  color: var(--color-black-to-white);
  background-color: var(--color-primary);
}

.play svg path {
  fill: #373737;
  transition: fill var(--transition) ease;
}
.play svg:hover path {
  fill: #fff;
}
.play svg:hover circle {
  fill: #373737;
}
.play svg circle {
  fill: #fff;
  opacity: 1;
}

/* .muted {
	.play {
		svg {
			path {
				fill: $color_white;
				transition: fill var(--transition) ease;
			}
			&:hover {
				path {
					fill: $color_secondary;
				}
				circle {
					fill: $color_white;
				}
			}
			circle {
				fill: $color_secondary;
				opacity: 1;
				transition: fill var(--transition) ease;
			}
		}
	}
} */
.block-image p.caption, .block-image + figcaption p.caption {
  position: absolute;
  bottom: 0;
  margin: 0;
  display: block;
  padding: 0.2rem 0.75rem;
  background: #373737;
  color: #fff;
}

figure {
  line-height: 0;
}

/*Videos*/
.video_modal {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: fixed;
  overflow: visible;
  width: calc(100vw - 2 * var(--margin));
  top: 50%;
  left: var(--margin);
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity;
  max-height: calc(100dvh - 7rem);
}
@supports (aspect-ratio: 16/9) {
  .video_modal {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video_modal {
    padding-top: 56.25%;
    height: 0;
  }
}
.video_modal::before {
  content: "";
  width: 100vw;
  height: calc(var(--vh) * 100);
  position: absolute;
  top: 50%;
  left: calc(var(--margin) * -1);
  background-color: transparent;
  transform: translateY(-50%);
  transition: all 600ms ease-in 100ms;
}
.video_modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.video_modal .close_video {
  position: absolute;
  top: 0;
  right: 1rem;
  width: fit-content;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .video_modal .close_video {
    right: -2rem;
  }
}
.video_modal .close_video svg {
  height: 18px;
  width: 18px;
}
.video_modal .close_video svg path {
  stroke: #fff;
}

.open .video_modal {
  animation: opacity_and_z 600ms ease-in 0ms 1 normal forwards;
}
.open .video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.open.video_modal {
  animation: opacity_and_z 600ms ease-in 0ms 1 normal forwards;
}
.open.video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.close .video_modal {
  z-index: 100;
  opacity: 1;
  animation: opacity_and_z_reverse 600ms ease-in 0ms 1 normal forwards;
}
.close .video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

button.video_toggle {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
  z-index: 11;
}
button.video_toggle svg {
  display: block;
  width: 10vw;
  height: auto;
}
@media screen and (min-width: 700px) {
  button.video_toggle svg {
    width: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  button.video_toggle svg {
    width: 3.8461538462vw;
  }
}

@keyframes opacity_and_z {
  0% {
    z-index: -1;
    opacity: 0;
    display: none;
  }
  1% {
    z-index: 10000;
    opacity: 0;
    display: block;
  }
  100% {
    z-index: 10000;
    opacity: 1;
  }
}
@keyframes opacity_and_z_reverse {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  99% {
    z-index: 10000;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
    display: none;
  }
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.ready:has(> .video_bg__video) img {
  display: none;
}

button.video_bg__play {
  position: absolute;
  bottom: 2rem;
  right: var(--margin);
  background-color: transparent;
  z-index: 20;
}
button.video_bg__play svg {
  width: 2rem;
  height: 2rem;
  opacity: 0.2;
}
button.video_bg__play svg:nth-child(2) {
  display: none;
}

.ready button.video_bg__play svg {
  opacity: 1;
}

.playing button.video_bg__play svg:first-child {
  display: none;
}
.playing button.video_bg__play svg:nth-child(2) {
  display: block;
}

@media screen and (max-width: 700px) {
  .video_modal.open {
    width: 100%;
    left: 0;
  }
  .video_modal::before {
    width: 100%;
    left: 0;
  }
  .video_modal .close_video {
    left: 90%;
    top: -3rem;
  }
}
.video_toggle svg {
  height: 2rem;
}

/* FAQs */
@media screen and (min-width: 1000px) {
  .faqs h2 {
    margin-bottom: 3rem;
  }
}

.general_faqs .faq-question h4 {
  font-weight: 600;
}

.mobile_faqs {
  display: block;
}
.mobile_faqs .padding_2 {
  padding: 0;
}
.mobile_faqs h2 {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .mobile_faqs {
    display: none;
  }
}

.desktop_faqs {
  display: none;
}
@media screen and (min-width: 1000px) {
  .desktop_faqs {
    display: block;
  }
}

#masthead .dropdown_menu {
  left: 0;
  top: calc(var(--header-height) - 2.7rem);
  transition: 600ms ease-in;
}

#masthead.slideOut.slideInDown .dropdown_menu {
  left: 0;
  top: calc(var(--header-height) - 2.7rem);
  transition: 600ms ease-in;
}

#masthead.slideOut .dropdown_menu {
  left: 0;
  top: calc(var(--header-height) - 2.7rem - 100vh);
  transition: 600ms ease-in;
}

.dropdown_menu {
  position: absolute;
  width: 100vw;
  border-top: 1px solid #9e9e9e;
}
.dropdown_menu .term:hover {
  cursor: pointer;
}

.tabbed {
  display: flex;
  flex-direction: column;
}
.tabbed ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 4rem;
}
.tabbed ul a {
  text-decoration: none;
}
.tabbed .tab_panel {
  display: none;
  padding-top: 1rem;
  margin-bottom: 4rem;
}
.tabbed .tab_panel .side_menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-right: 4rem;
}
.tabbed .tab_panel .side_menu::after {
  content: "";
  height: calc(100% + 2rem);
  width: 1px;
  background-color: #7c7569;
  position: absolute;
  right: 1rem;
  top: -1rem;
}
.tabbed .tab_panel .side_menu h2 {
  margin-bottom: 2rem;
}
.tabbed .tab_panel .side_menu .links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tabbed .tab_panel .side_menu .links a {
  text-decoration: none;
}
.tabbed .tab_panel .side_menu .links .top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tabbed .tab_panel .side_menu .links .bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tabbed .tab_panel .side_menu .links .bottom a {
  font-weight: 400;
}
.tabbed .tab_panel .filter_by > div h4 {
  position: relative;
  padding-top: 1rem;
}
.tabbed .tab_panel .filter_by > div h4::before {
  content: "";
  height: 1px;
  width: 60%;
  background-color: #7c7569;
  position: absolute;
  left: 0;
  top: 0;
}
.tabbed .tab_panel .ft_product h4 {
  margin-bottom: 0;
}
.tabbed .tab_panel.active {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 3rem;
}

/*If content is added to a page outside of the soul blocks*/
.type-page > ul, .type-page > ol, .type-page > p, .type-page > h2, .type-page > h3, .type-page > h4, .type-page > h5 {
  width: 680px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.if_content:empty {
  display: none;
}

/*Sidebar*/
.content_wrapper {
  max-width: 800px;
  width: 100%;
  order: 2;
}
@media screen and (min-width: 1000px) {
  .content_wrapper {
    order: unset;
  }
}

#nav_select {
  margin-bottom: 2rem;
  width: calc(100vw - 2 * var(--margin));
  padding: 1rem;
}

.sidebar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .sidebar {
    order: unset;
    display: flex;
    flex-direction: column;
    grid-column: 2/3;
    grid-row: 1/4;
    width: max-content;
  }
  .sidebar nav.sub-nav {
    display: initial;
  }
  .sidebar .mobile_only {
    display: none !important;
  }
}
.sidebar h3 {
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.sidebar .sub-nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.sidebar .sub-nav ul li {
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: bold;
}
.sidebar .sub-nav ul li a {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.nav-item a {
  position: relative;
  padding-right: 2rem;
  width: fit-content;
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.nav-item a::after {
  content: "";
  height: 0.8rem;
  width: 1.2rem;
  display: block;
  top: calc(50% - 0.4rem);
  right: 0;
  background-image: url(../assets/arrow.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  transition: transform var(--transition) ease;
}
.nav-item a:hover::after {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  .nav-item a:hover::after {
    transform: none;
  }
}
.nav-item.active a::after {
  content: none;
}

.timeline-horizontal .timeline-slide-image-text-container {
  min-width: 100%;
}

@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.highlight .timeline-slide-title::before {
    left: -1rem;
    top: 50%;
    transform: rotate(270deg) translateX(50%);
  }
}
.timeline-vertical .timeline-slide.highlight .timeline-slide-year {
  justify-self: end;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.highlight .timeline-slide-year {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-title::before {
    right: -1rem;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    left: unset;
  }
}
.timeline-vertical .timeline-slide.tertiary .timeline-slide-year {
  justify-self: start;
}
.timeline-vertical .timeline-slide.tertiary .timeline-slide-image-text-container {
  justify-self: end;
}
.timeline-vertical .timeline-slide .timeline-slide-title {
  margin-top: 0;
}
.timeline-vertical .timeline-slide .timeline-slide-image-text-container {
  max-width: 472px;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide .timeline-slide-image-text-container {
    margin-top: 0;
  }
}
.timeline-vertical .timeline-slide .timeline-slide-year {
  max-width: 472px;
  align-self: start;
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide {
    grid-template-columns: 1fr 5rem 1fr;
    display: grid;
  }
  .timeline-vertical .timeline-slide.highlight .timeline-slide-year {
    grid-column: 1/2;
  }
  .timeline-vertical .timeline-slide.highlight .timeline-slide-image-text-container {
    grid-column: 3/4;
  }
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-year {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-image-text-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .timeline-vertical .timeline-slide .timeline-slide-icon {
    grid-column: 2/3;
    margin: 0 auto;
    align-self: start;
  }
}

.timeline-vertical {
  position: relative;
  margin-top: 3rem;
}
.timeline-vertical::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffdd00;
  width: 3px;
  height: 100%;
  left: 50%;
}
.timeline-vertical .timeline-slide {
  margin-bottom: 2rem;
}
.timeline-vertical .timeline-slide:first-of-type {
  padding-top: 4rem;
}
.timeline-vertical .timeline-slide:first-of-type::before {
  content: "";
  display: block;
  background-color: #cd962d;
  position: absolute;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  top: 0;
  left: 50%;
  transform: translateX(-40%);
}
.timeline-vertical .timeline-slide:last-of-type {
  padding-bottom: 16rem;
}
.timeline-vertical .timeline-slide:last-of-type::after {
  content: "";
  display: block;
  background-color: #cd962d;
  position: absolute;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  bottom: 0;
  left: 50%;
  transform: translateX(-40%);
}
.timeline-vertical .timeline-slide .timeline-slide-info {
  position: relative;
  z-index: 99;
}
.timeline-vertical .timeline-slide .timeline-slide-year {
  text-align: center;
  width: fit-content;
  background-color: #373737;
  z-index: 9;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide .timeline-slide-year {
    text-align: unset;
    margin: 0;
    width: 100%;
  }
}
.timeline-vertical .timeline-slide .timeline-slide-title::before {
  transform: translateX(-45%);
}

.timeline-slide.placeholder .timeline-slide-image.container.container--fourthree {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle, #cccccc, #2c2929);
}
.timeline-slide.placeholder .timeline-slide-image.container.container--fourthree svg {
  width: 50%;
}

.timeline-slide a.timeline-repeater-link {
  color: #373737;
}
.timeline-slide a.timeline-repeater-link:visited {
  color: #373737;
}
.timeline-slide.highlight a.timeline-repeater-link.find_out_more.underline::after {
  background-color: #ffdd00;
}
.timeline-slide.tertiary a.timeline-repeater-link.find_out_more.underline::after {
  background-color: #b1d1db;
}

article h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.content_layout aside,
#primary .grid_content aside {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .content_layout aside,
  #primary .grid_content aside {
    justify-self: end;
    width: 400px;
    max-width: 90vw;
  }
}

.newsletter_form .flex {
  margin-bottom: 1rem;
  gap: 1rem;
}
.newsletter_form .flex p {
  flex-basis: 75%;
}
.newsletter_form .flex [type=submit] {
  height: fit-content;
}
.newsletter_form .flex input:not([type=submit]) {
  flex-grow: 1;
}
.newsletter_form .flex input:not([type=submit])[type=email] {
  flex-grow: 5;
}

#footer a.logo {
  margin-bottom: 4rem;
  width: 15rem;
}
#footer a.logo svg path,
#footer a.logo svg polygon,
#footer a.logo svg rect {
  fill: #fff;
}
#footer .awards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#footer .awards img {
  max-height: 5rem;
  width: auto;
  object-fit: contain;
}
#footer .grid_30 > div {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 4rem;
}
#footer .grid_30 > div .crimson.regular {
  margin-bottom: 3rem;
}
#footer .sign_up form {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
}
#footer .sign_up form input {
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #footer .sign_up form input {
    width: 18rem;
  }
}
#footer .menu_and_socials {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #footer .menu_and_socials {
    padding-left: 2rem;
  }
}
#footer .menu_and_socials ul {
  list-style-type: none;
  padding-left: 0;
}
#footer .menu_and_socials ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
#footer .menu_and_socials::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: -2rem;
  top: 0;
}
#footer .menu_and_socials .socials .flex {
  justify-content: flex-start;
  gap: 1.5rem;
}
#footer .menu_and_socials .socials .flex a {
  width: 2.5rem;
  height: 2.5rem;
}
#footer .copyrights {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
  align-items: center;
}
#footer .copyrights p.copyright_text {
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-top: 0.1rem;
}
#footer .copyrights .menu-legal-menu-container ul {
  text-decoration: none;
  list-style-type: none;
  display: flex;
  gap: 0.5rem;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
}
#footer .copyrights .menu-legal-menu-container ul li {
  width: fit-content;
}
#footer .copyrights .menu-legal-menu-container ul li a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  text-decoration: none;
}
#footer .copyrights.mobile_only {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}

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

.map_block--map {
  height: 100%;
  min-height: 20rem;
  max-height: 20rem;
}

.os_map_wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
}
.os_map_wrapper .buttons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  padding-right: 1rem;
}

.map_block h2 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 700px) {
  .map_block--map.bg_grey {
    height: var(--map-height);
  }
  #os_map {
    width: 100%;
  }
  .os_map_wrapper .buttons {
    top: auto;
    bottom: 0;
    padding-left: 1rem;
    height: fit-content;
  }
}
.map_block .leaflet-control-attribution.leaflet-control {
  display: none;
}

.telephone_number {
  margin-bottom: 0.1rem;
}

.os_showroom_map {
  width: 100%;
  height: 36rem;
}

.color-calendar {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: auto;
  height: auto;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  gap: 0;
}

.color-calendar .calendar__header {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  font-family: "Work Sans", sans-serif;
  background-color: #dfdbd9;
}

.color-calendar .calendar__monthyear {
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
  grid-column: 2/span 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__monthyear .calendar__month {
  cursor: pointer;
}

.color-calendar .calendar__monthyear .calendar__year {
  cursor: pointer;
}

.color-calendar .calendar__arrow {
  height: 35px;
  width: 100%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-inner {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-prev .calendar__arrow-inner::before {
  margin-left: 0.3em;
  transform: rotate(-135deg);
}

.color-calendar .calendar__arrow-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-next .calendar__arrow-inner::before {
  margin-right: 0.3em;
  transform: rotate(45deg);
}

.color-calendar .calendar__body {
  height: auto;
  overflow: hidden;
}

.color-calendar .calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  margin-bottom: 0;
  font-family: "Work Sans", sans-serif;
  background-color: #dfdbd9;
}

.color-calendar .calendar__weekdays .calendar__weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.color-calendar .calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  grid-template-rows: repeat(6, minmax(20px, 55px));
  font-family: "Work Sans", sans-serif;
}

.color-calendar .calendar__days .calendar__day {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__days .calendar__day-text {
  cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
  background-color: #dfdbd9;
}

.color-calendar .calendar__days .calendar__day-event .calendar__day-bullet {
  position: absolute;
  top: 80%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-selected:not(.calendar__day-today) .calendar__day-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(55% + 8px);
  height: 90%;
  z-index: -1;
  cursor: pointer;
}

.color-calendar .calendar__picker {
  position: absolute;
  z-index: 201;
  width: 100%;
  top: 75px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: var(--cal-font-family-body);
}

.color-calendar .calendar__picker .calendar__picker-month {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  margin: 8%;
  transition: none;
}

.color-calendar .calendar__picker .calendar__picker-month-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: "Work Sans", sans-serif;
  border-radius: 5px;
  align-self: center;
  cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-month-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #23595c;
  border-radius: 5px;
  opacity: 0.1;
  z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-month-option:hover:after {
  opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-month-selected {
  color: white;
}

.color-calendar .calendar__picker .calendar__picker-month-selected::after {
  opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-month-selected:hover:after {
  opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  margin: 8%;
  transition: none;
}

.color-calendar .calendar__picker .calendar__picker-year-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: #323232;
  border-radius: 5px;
  align-self: center;
  cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-year-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #23595c;
  border-radius: 5px;
  opacity: 0.1;
  z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-year-option:hover:after {
  opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-year-selected {
  color: white;
}

.color-calendar .calendar__picker .calendar__picker-year-selected::after {
  opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-year-selected:hover:after {
  opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow {
  position: absolute;
  opacity: 0.4;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-left {
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 4px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-right {
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  padding-right: 10px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow:hover {
  opacity: 1;
  background-color: #f8f8f8;
}

.chevron-thin-left {
  display: inline-block;
  border-right: 2px solid #23595c;
  border-bottom: 2px solid #23595c;
  width: 10px;
  height: 10px;
  transform: rotate(-225deg);
}

.chevron-thin-right {
  display: inline-block;
  border-right: 2px solid #23595c;
  border-bottom: 2px solid #23595c;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.color-calendar.month-left-align .calendar__header .calendar__monthyear {
  grid-column: 1/span 5;
  margin: 0;
  justify-content: flex-start;
  padding-left: 5%;
}

.color-calendar.basic {
  border-radius: 0;
  color: #23595c;
  background-color: #fff;
}

.color-calendar.basic .calendar__header {
  color: #373737;
  background-color: #dfdbd9;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  grid-template-rows: 1fr;
}

.color-calendar.basic .calendar__monthyear {
  font-weight: 600;
  color: #373737;
  grid-column: 3/6;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-inner {
  border-radius: 50%;
}

.color-calendar.basic .calendar__arrow-inner::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #373737;
  border-top: 2px solid #373737;
}

.color-calendar.basic .calendar__arrow-inner:hover::before {
  background-image: url(./assets/selectarrow_candy.svg);
}

.color-calendar.basic .calendar__arrow-inner:hover::after {
  transition: opacity 0.3s ease;
  opacity: 0.05;
}

.color-calendar.basic .calendar__arrow-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-prev .calendar__arrow-inner::before {
  margin-left: 0.3em;
  transform: rotate(-45deg);
}

.color-calendar.basic .calendar__arrow-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 7/8;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-next .calendar__arrow-inner::before {
  margin-right: 0.3em;
  transform: rotate(135deg);
}

.color-calendar.basic .calendar__body {
  background-color: #fff;
}

.color-calendar.basic .calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  border: 1px solid #fff;
}

.color-calendar.basic .calendar__weekdays .calendar__weekday {
  font-weight: 600;
  color: #373737;
}

.color-calendar.basic .calendar__days .calendar__day-other {
  color: #dfdbd9;
  background-color: #dfdbd9;
  border: 1px solid #fff;
  opacity: 1;
}

.color-calendar.basic .calendar__days .calendar__day {
  font-weight: 600;
}

.color-calendar.basic .calendar__days .calendar__day-today {
  font-weight: 700;
  color: #23595c;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  background-color: #dfdbd9;
}

.color-calendar.basic .calendar__days .calendar__day-bullet {
  display: none;
  background-color: #23595c;
}

.color-calendar button[disabled] {
  opacity: 1;
  cursor: default;
}
.color-calendar button[disabled] .calendar__day-text {
  opacity: 0.3;
}
.color-calendar button {
  background-color: #dfdbd9;
  border: 1px solid #fff;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.color-calendar button:hover {
  background-color: #dfdbd9;
}
.color-calendar > div {
  background-color: #dfdbd9;
  border: 1px solid #fff;
  width: 95%;
  height: 95%;
}
.color-calendar .calendar__header {
  border: 2px solid #fff;
  margin-bottom: -2px;
}

.color-calendar .calendar__header button {
  background: none;
  border: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.color-calendar.basic .calendar__days .calendar__day-box {
  background-color: #dfdbd9;
}

.color-calendar.basic .calendar__days .calendar__day-event {
  font-weight: 500;
}

.color-calendar.basic .calendar__days .calendar__day-selected {
  background-color: #dfdbd9;
  border: 1px solid #373737;
  font-weight: 700;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  opacity: 1;
}

.color-calendar.basic .calendar__picker {
  background-color: white;
}

.color-calendar.basic .calendar__picker-month-today {
  box-shadow: inset 0px 0px 0px 1px #23595c;
}

.color-calendar.basic .calendar__picker-year-today {
  box-shadow: inset 0px 0px 0px 1px #23595c;
}

.color-calendar.basic.color-calendar--small {
  font-size: 0.8rem;
}

.color-calendar.basic.color-calendar--small .calendar__header {
  padding: 10px 10px 0 10px;
  grid-template-columns: repeat(7, minmax(25px, 41px));
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__monthyear {
  font-size: 1.2rem;
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner,
.color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner::after {
  width: 30px;
  height: 30px;
}

.color-calendar.basic.color-calendar--small .calendar__body {
  padding: 0 10px 10px 10px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__weekdays {
  grid-template-columns: repeat(7, minmax(25px, 41px));
  margin-bottom: 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__days {
  grid-template-columns: repeat(7, minmax(25px, 41px));
  grid-template-rows: repeat(6, minmax(30px, 35px));
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker {
  top: 55px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option {
  padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option::after {
  height: 40px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option {
  padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option::after {
  height: 40px;
}

#calendar-picker .calendar__day-no-event .calendar__day-text {
  opacity: 0.4;
}

.calendar_details svg {
  width: 2rem;
}

.attraction-info-block-container {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1000px) {
  .attraction-info-block-container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: clamp(2rem, 10vw, 10rem);
  }
}

.attraction-info-logo-block svg {
  height: 3rem;
  width: auto;
}

.attraction-info-annual-pass {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.attraction-info-block {
  margin: 2rem 0;
}
.attraction-info-block .toggle_modal {
  background-color: transparent;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
  text-align: left;
  text-transform: none;
  display: inline;
  transition: text-decoration-thickness var(--transition) ease, color var(--transition) ease;
  text-underline-offset: 0.25em;
}
.attraction-info-block .toggle_modal:hover {
  color: #ffdd00;
  text-decoration-thickness: 0.1em;
}
.attraction-info-block a:not(.button):hover {
  color: #ffdd00;
}

.ticket-button-block {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.ticket-button-block .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-button-block .button.bg-white {
  color: #373737;
}
.ticket-button-block .button.bg-primary:hover {
  color: #373737;
}

.attraction-info-item {
  margin-bottom: 0.5rem;
}

.attraction-info-opening-times-block p + p {
  margin-top: -0.75rem;
}

@media screen and (min-width: 1000px) {
  .attraction-info-annual-pass-block {
    grid-column: 2/4;
  }
  .attraction-info-annual-pass-block h3 {
    font-size: 2rem;
    line-height: 125%;
    display: inline;
    margin-right: 1rem;
  }
}

.attraction-info-annual-pass-block .find_out_more {
  display: inline-block;
}

.attraction-info-annual-pass-block .find_out_more.underline:hover {
  color: #ffdd00;
}

.attraction-info-annual-pass-block .find_out_more.underline:hover::after {
  background-color: currentColor;
}

.filter_panel {
  margin-bottom: 2rem;
}
.filter_panel h4 {
  font-size: 0.9rem;
}

details.filter_details,
details.calendar_details {
  border-top: none;
}
details.filter_details summary,
details.calendar_details summary {
  color: #fff;
}
details.filter_details > summary::after,
details.calendar_details > summary::after {
  background-image: url("../assets/down_arrow_alt.svg");
}

.calendar_details svg {
  height: 1rem;
}

.clear_filters {
  background-color: transparent;
  display: flex;
  width: 270px;
  height: 1.2rem;
  align-items: center;
  gap: 0.5rem;
  transition: color var(--transition) ease-in;
  margin-bottom: 1rem;
}
.clear_filters svg {
  height: 1.2rem;
  width: fit-content;
}
.clear_filters svg circle {
  fill: #373737;
  transition: fill var(--transition) ease-in;
}
.clear_filters svg path {
  fill: #fff;
  transition: fill var(--transition) ease-in;
}
.clear_filters:hover {
  color: #ffdd00;
}
.clear_filters:hover svg circle {
  fill: #373737;
}
.clear_filters:hover svg path {
  fill: #ffdd00;
}

.duet-date__day {
  border-radius: 0;
}
.duet-date__day .is-today {
  box-shadow: 0 0 0 1px #373737;
}

.duet-date,
.duet-date__input-wrapper {
  max-width: 200px;
}

.duet-date__dialog-content {
  margin-left: 0;
}

.events_filter form {
  z-index: 10;
  row-gap: 1rem;
}

.filter_wrapper {
  position: relative;
  min-width: 15rem;
  min-height: 3rem;
  width: 100%;
  z-index: 10;
}
.filter_wrapper:first-of-type {
  z-index: 11;
}
.filter_wrapper:has(.open) {
  z-index: 12;
}

details.filter {
  min-width: 15rem;
  width: 100%;
  border-top: none;
  position: absolute;
  --foreground:#373737;
  --background:#fff;
  background-color: var(--background);
  color: var(--foreground);
  transition: all var(--transition) ease;
  padding: 0;
}
details.filter .selected {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--foreground);
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: 1px solid #373737;
  transition: all var(--transition) ease;
  min-height: 30px;
}
details.filter .selected ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}
details.filter .selected ul li {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  color: var(--background);
  background-color: var(--foreground);
  width: max-content;
  transition: all var(--transition) ease;
}
details.filter .selected ul li:hover {
  background-color: #ffdd00;
  color: #373737;
}
details.filter > summary {
  margin-bottom: 0;
}
details.filter > summary::after {
  width: 1rem;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(0);
  transition: all var(--transition) ease;
}
details.filter.open {
  --foreground:#fff;
  --background:#373737;
}
details.filter.open > summary::after {
  filter: invert(1);
  transform: translateY(-50%) rotate(180deg);
}

.filter__content.panel {
  background-color: var(--background);
  color: var(--foreground);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

article.no_more {
  grid-column: 1/3;
}

.events_listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  max-width: calc(100vw - 2 * var(--margin));
}
@media screen and (min-width: 1000px) {
  .events_listing ul {
    gap: clamp(1rem, 3vw, 3rem);
  }
}
.events_listing ul li.event_card {
  max-width: calc(100vw - 2 * var(--margin));
}

#filter .grid:has(.filter_button) {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#filter .grid:has(.filter_button) h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5rem;
  height: fit-content;
}

.filter_button {
  padding: 0.5rem;
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  line-height: 1.8rem;
  position: relative;
  border: 1px solid #373737;
  cursor: pointer;
  height: fit-content;
  transition: all var(--transition) ease;
  text-align: center;
}
.filter_button:hover {
  background-color: #ffdd00;
  color: #373737;
}
.filter_button input {
  position: absolute;
  opacity: 0;
}
.filter_button:has(input:focus) {
  background-color: #ffdd00;
  color: #373737;
}
.filter_button:has(input:checked) {
  background-color: #373737;
  color: #fff;
}

.date_selector {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
.date_selector.hide {
  display: none;
}
.date_selector h4 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0;
}
.date_selector .date_changer {
  background-color: transparent;
  transition: transform var(--transition) ease-in-out;
  margin-top: -0.1rem;
}
.date_selector .date_changer svg {
  height: 0.6rem;
  transform-origin: center center;
}
.date_selector .date_changer.prev_date svg {
  transform: rotate(90deg);
}
.date_selector .date_changer.next_date svg {
  transform: rotate(-90deg);
}
.date_selector .date_changer:hover.prev_date {
  transform: translateX(-0.2rem);
}
.date_selector .date_changer:hover.next_date {
  transform: translateX(0.2rem);
}

.filter_summary {
  grid-column: 1/-1;
  position: relative;
  padding: 1.2rem 0;
}
.filter_summary.hide {
  display: none;
}
.filter_summary > * {
  position: relative;
}
.filter_summary > .grid {
  grid-auto-flow: column;
  grid-template-rows: 1fr;
  align-items: center;
}
.filter_summary > .grid p {
  margin: 0;
}
.filter_summary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e2d9cb;
}
.filter_summary button, .filter_summary input {
  background-color: transparent;
  border: none;
  color: #373737;
  padding: 0;
}
.filter_summary input {
  text-decoration: underline;
  cursor: pointer;
}
.filter_summary button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter_summary button:before {
  content: "x";
  border-radius: 50%;
  color: #fff;
  background-color: #373737;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  margin-right: 0.5rem;
  line-height: 1.1rem;
}
.filter_summary button:hover:before {
  background-color: #ffdd00;
  color: #373737;
}

.event_header {
  padding-bottom: 0;
  position: relative;
  padding-top: 0;
}
.event_header .background_float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .event_header {
    grid-template-rows: auto auto 6rem;
  }
  .event_header .background_float {
    position: relative;
    grid-column: 1/-1;
    grid-row: 1/3;
    left: calc(var(--margin) * -1);
    right: calc(var(--margin) * -1);
    width: calc(100% + var(--margin) * 2);
  }
  .event_header .span {
    grid-row: 1/2;
    position: relative;
    z-index: 10;
    padding-top: 2rem;
  }
  .event_header .container {
    grid-column: 1/2;
    grid-row: 2/4;
    position: relative;
    z-index: 10;
  }
  .event_header .event_header--content {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 400px;
    position: relative;
    z-index: 10;
    grid-template-rows: auto auto auto auto 1fr;
  }
  .event_header .event_header--content * {
    margin: 0;
  }
}
.event_header h1 {
  font-size: 2rem;
}

.event_content_wrapper aside {
  justify-self: end;
  width: 400px;
  max-width: 90vw;
}

.event_info, .margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event_info li, .margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-top: 1px solid black;
  padding: 1rem 0;
}
.event_info li:last-child, .margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid black;
}

.hdk_events_select {
  padding: 1rem 0;
}
.hdk_events_select label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
.hdk_events_select select {
  background-color: transparent;
  width: 100%;
  border: 1px solid black;
}
.hdk_events_select .ticket_selector {
  padding: 1rem 0;
}
.hdk_events_select .ticket_selector label {
  margin-bottom: 0.5rem;
}
.hdk_events_select .ticket_selector input + label {
  margin-top: 0.75rem;
}
.hdk_events_select h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.hdk_events_select .buttons {
  margin-top: 1rem;
  align-items: center;
}

.event_content.grid.grid_content .above_the_fold {
  font-weight: 400;
  max-width: 950px;
}

.event_content > .container {
  margin-bottom: 2rem;
}

#ticketing {
  width: 100%;
}
#ticketing .iframe_container {
  width: 100%;
}
#ticketing .iframe_container iframe {
  width: 100%;
  height: auto;
  min-height: 600px;
  border: none;
}

#primary form.cased_product .select2-container .selection .select2-selection.select2-selection--single {
  padding: 0.8rem 2rem 0.8rem 1.2rem;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  width: 100%;
  z-index: 1000;
}
#primary form.cased_product .select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container {
  width: 250px !important;
  display: inline-block;
  padding: 0 !important;
}
.select2-container.select2-container--open {
  width: 250px;
  padding-top: 0.8rem;
  border: none;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  border: none;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown input.select2-search__field {
  width: 100%;
  transform: translateY(-12px);
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results ul.select2-results__options {
  transform: translateY(-10px);
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option {
  padding: 0.8rem 1.2rem;
  background: #fff;
  border: 1px solid #373737;
  border-top: none;
  cursor: pointer;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option:hover {
  background-color: #ced6bf;
}
.select2-container span .select2-selection.select2-selection--single {
  display: inline-block;
}
.nav_cart {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .nav_cart:hover #site-header-cart, .nav_cart:has(:focus) #site-header-cart {
    opacity: 1;
    transform: translateY(0);
  }
}

#site-header-cart {
  position: absolute;
  opacity: 0;
  transition: opacity 400ms ease-in;
  top: 100%;
  right: 0;
  transform: translate(-100vw, -200%);
  width: 400px;
  z-index: 100;
  padding-top: 2rem;
}

.site-header-cart-inner {
  padding: 1rem;
  border: 1px solid black;
  background-color: #fff;
}

.cart--header {
  position: absolute;
  right: calc(var(--margin) + 4rem);
  top: 1.5rem;
  z-index: 10;
}
.cart--header svg path {
  fill: #fff;
  transition: fill var(--transition) ease-in-out;
}
.cart--header:hover svg path {
  fill: #373737;
}

.home .cart--header svg path {
  transition: fill var(--transition) ease-in-out;
}
.home .cart--header:hover svg path {
  fill: #fff;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

#site-header-cart {
  color: #373737;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  padding: 0 0 1rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(25px, auto) 25px;
  column-gap: 0.5rem;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  grid-row: 1/-1;
  grid-column: 1/1;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item::before {
  display: none;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a {
  line-height: 110%;
  font-weight: 600;
  color: #373737;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a:hover, #site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a:visited {
  color: #373737;
}

.remove.remove_from_cart_button {
  position: absolute;
  left: -0.25rem;
  top: 25px;
  transform: translateY(-50%);
}

p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
}

.woocommerce-mini-cart__buttons.buttons a {
  text-decoration: none;
  transition: background-color 400ms ease;
}
.woocommerce-mini-cart__buttons.buttons a:visited {
  color: #ffffff;
}
.woocommerce-mini-cart__buttons.buttons a:hover, .woocommerce-mini-cart__buttons.buttons a:focus {
  color: #ffffff;
  background: #303330;
}

.product-name {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-name img {
  width: 100% !important;
  height: 100% !important;
}

.woocommerce:has(.woocommerce-cart-form) .woocommerce-notices-wrapper {
  grid-column: 1/-1;
}
.woocommerce:has(.woocommerce-cart-form) .cart_totals h2 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.woocommerce:has(.woocommerce-cart-form) .cart_totals h2:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
  background-color: #ffdd00;
  color: black;
  font-weight: 600;
}
.woocommerce #payment #place_order:hover, .woocommerce #payment #place_order:active,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page #payment #place_order:active {
  color: #373737;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: none;
  padding: 1rem;
  background-color: #ffdd00;
  border-radius: 1rem;
  color: #373737;
  width: fit-content;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  display: none;
}

.woocommerce-error {
  background-color: #6e6e6e;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #aeccd1;
  border-radius: 1rem;
}

@media screen and (min-width: 1000px) {
  .margins.my-account-content .woocommerce {
    display: grid;
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px) 1fr;
    grid-auto-flow: dense;
  }
  .margins.my-account-content .woocommerce > h2 {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  .margins.my-account-content .woocommerce .woocommerce-notices-wrapper {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  .margins.my-account-content .woocommerce:before {
    display: none;
  }
  .margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation {
    grid-column: 2/3;
    justify-self: end;
    width: 400px;
    max-width: 90vw;
  }
}
.margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul {
  display: grid;
}
.margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul a {
  color: #38688d;
  text-decoration: none;
  font-weight: 600;
}

.margins.my-account-content .woocommerce .woocommerce-MyAccount-content {
  grid-column: 1/2;
  width: unset;
}

.margins.my-account-content button {
  margin-top: 1rem;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #ffdd00;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #ffdd00;
}

.wc_payment_method .payment_method_stripe {
  list-style: none;
}
.wc_payment_method .payment_method_stripe input[type=radio] {
  appearance: auto;
}
.wc_payment_method .payment_method_stripe fieldset {
  border: none;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

#primary .woocommerce td.actions {
  display: flex;
  gap: 1rem;
}
#primary .woocommerce .checkout-button,
#primary .woocommerce button.button {
  border: 1px solid #373737;
}

.checkout.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}
.checkout.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}
.checkout.woocommerce-checkout #customer_details h3 {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-family: "Crimson Pro", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .checkout.woocommerce-checkout #customer_details h3 {
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields label,
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields label {
  font-family: "Crimson Pro", sans-serif;
  font-size: 1.2rem;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields input,
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea,
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields input,
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #373737;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields span,
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields span {
  background: none;
  border: none;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields span.select2-selection__rendered,
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields span.select2-selection__rendered {
  border-bottom: 1px solid #373737;
}
.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper {
  max-width: 720px;
  width: 100%;
}
.checkout.woocommerce-checkout h3 {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 2.2rem;
  font-family: "Crimson Pro", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .checkout.woocommerce-checkout h3 {
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1000px) {
  .collection_description h2 {
    margin-bottom: 3rem;
  }
}

.bg_blue .card-object--title {
  color: #fff;
}

.collection_categories .swiper.carousel {
  padding-top: 1rem;
}

.collection-card.card.grid {
  padding: 1rem;
  transform: none;
  transition: 0.3s;
}
.collection-card.card.grid .card_target {
  text-decoration: none;
  font-size: 1rem;
  color: #1d1d1b;
}
.collection-card.card.grid:hover {
  transform: translateY(-1rem);
  transition: 0.3s;
}

.featured_objects .flex_33 {
  gap: 2.7rem;
  justify-content: center;
}
.featured_objects .flex_33::after {
  display: none;
}
.featured_objects .flex_33 .flex_item h3 {
  font-weight: 400;
}
.featured_objects .flex_33 .flex_item .container {
  margin-bottom: 1rem;
}
.featured_objects > h4 {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

.collection_objects {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.collection_objects h2 {
  margin-bottom: 2rem;
}

.gallery_objects .breadcrumbs {
  margin-bottom: 2rem;
}
.gallery_objects .card p {
  margin-bottom: 0;
}
.gallery_objects .card h4 {
  font-weight: 400;
  margin-bottom: 0;
}
.gallery_objects > a {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

.quote_banner {
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
  /* &:after{
      content: "";
      position: absolute;
      bottom: 4rem;
      left: 50%;
      transform: translateX(-50%);
      width: 4rem;
      height: 0;
      border-radius:2rem;
      border:0.5rem solid $color_white;
      display: block;
  }
  &:before {
      content: "";
      position: absolute;
      bottom: 4rem;
      left: 50%;
      transform: translateX(-50%);
      width: 10rem;
      height: 1rem;
      border-radius: 2rem;
      display: block;
      background-image: radial-gradient(circle at 0.5rem 0.5rem, white 0.5rem, transparent 0);
      background-repeat: repeat;
      background-size: 1.5rem 1rem;
  } */
}
.quote_banner .big_text {
  font-size: clamp(2rem, 4vw, 3rem);
}
.quote_banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: 4rem;
}
.quote_banner .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  opacity: 1;
  border-radius: 0.5rem;
}
.quote_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem;
}

.pattern_wallpaper-1 {
  background-image: url(../assets/patterns/wallpaper-1.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-2 {
  background-image: url(../assets/patterns/wallpaper-2.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-3 {
  background-image: url(../assets/patterns/wallpaper-3.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-4 {
  background-image: url(../assets/patterns/wallpaper-4.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-5 {
  background-image: url(../assets/patterns/wallpaper-5.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 75px auto;
}

.pattern_wallpaper-5 {
  background-size: 150px auto;
}

.separator {
  margin: 0 var(--margin);
  height: 0;
  position: relative;
  display: none;
}
.separator:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #373737;
  content: "";
  z-index: 1;
}

.bg_white + .separator:has(+ .bg_white),
.bg_black + .separator:has(+ .bg_black),
.bg_bg + .separator:has(+ .bg_bg),
.bg_body + .separator:has(+ .bg_body),
.bg_blue + .separator:has(+ .bg_blue),
.bg_mid_blue + .separator:has(+ .bg_mid_blue),
.bg_light_blue + .separator:has(+ .bg_light_blue),
.bg_green + .separator:has(+ .bg_green),
.bg_mid_green + .separator:has(+ .bg_mid_green),
.bg_light_green + .separator:has(+ .bg_light_green),
.bg_rose + .separator:has(+ .bg_rose),
.bg_mid_rose + .separator:has(+ .bg_mid_rose),
.bg_light_rose + .separator:has(+ .bg_light_rose),
.bg_copper + .separator:has(+ .bg_copper),
.bg_mid_copper + .separator:has(+ .bg_mid_copper),
.bg_light_copper + .separator:has(+ .bg_light_copper),
.bg_ochre + .separator:has(+ .bg_ochre),
.bg_mid_ochre + .separator:has(+ .bg_mid_ochre),
.bg_light_ochre + .separator:has(+ .bg_light_ochre),
.bg_yellow + .separator:has(+ .bg_yellow),
.bg_gray + .separator:has(+ .bg_gray),
.bg_mid_gray + .separator:has(+ .bg_mid_gray),
.bg_light_gray + .separator:has(+ .bg_light_gray),
.page_links + .separator:has(+ .page_links) {
  display: block;
}

ul.step-counter {
  display: flex;
  transform: translateX(-5rem);
}
ul.step-counter li,
ul.step-counter a {
  width: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
ul.step-counter .step-counter--number {
  position: relative;
  height: 3rem;
  width: 3rem;
  background-color: #fff;
  border-radius: 1.5rem;
  display: grid;
  place-items: center;
  color: #dfdbd9;
  border: 1px solid #dfdbd9;
  font-weight: 700;
  z-index: 2;
}
ul.step-counter .step-counter--number::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.5rem;
  height: 1px;
  background-color: #dfdbd9;
  top: 50%;
  left: 0.1rem;
  transform: translate(50%, -50%);
  z-index: 1;
}
ul.step-counter .step-counter--title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #dfdbd9;
  padding-top: 0.5rem;
  line-height: 1.2rem;
}
ul.step-counter li.active .step-counter--number,
ul.step-counter li:has(a) .step-counter--number {
  height: 3rem;
  width: 3rem;
  background-color: #dfdbd9;
  color: #fff;
}
@media screen and (max-width: 700px) {
  ul {
    max-width: 100%;
  }
  ul.step-counter {
    transform: translateX(-0.9rem);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0;
  }
  ul.step-counter li,
  ul.step-counter a {
    width: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  ul.step-counter .step-counter--number::after {
    content: "";
    display: block;
    position: absolute;
    width: 4rem;
    height: 1px;
    background-color: #dfdbd9;
    top: 50%;
    left: 0.9rem;
    transform: translate(50%, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 400px) {
  ul {
    max-width: 100%;
  }
  ul.step-counter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    transform: none;
    padding-left: 0;
  }
  ul.step-counter li,
  ul.step-counter a {
    width: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  ul.step-counter .step-counter--number::after {
    content: "";
    display: block;
    position: absolute;
    width: 3rem;
    height: 1px;
    background-color: #dfdbd9;
    top: 50%;
    left: 2.9rem;
    transform: translate(0, -50%);
    z-index: 1;
  }
}
@media screen and (min-width: 500px) and (max-width: 700px) {
  ul {
    max-width: 100%;
  }
  ul.step-counter .step-counter--number::after {
    content: "";
    display: block;
    position: absolute;
    width: 6.5rem;
    height: 1px;
    background-color: #dfdbd9;
    top: 50%;
    left: 2.9rem;
    transform: translate(0, -50%);
    z-index: 1;
  }
}

ul.step-counter li:last-child .step-counter--number::after {
  content: none;
  display: none;
}

.calendar-today.grid.gap h3,
.calendar-today.grid.gap h4 {
  margin-bottom: 0.2rem;
}
.calendar-today.grid.gap p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.1rem;
}
.calendar-today.grid.gap ul,
.calendar-today.grid.gap ol {
  margin: 0 0 0.1rem 0;
  font-size: 0.9rem;
}
.calendar-today.grid.gap .house.grid.padding_2.bg_light_green,
.calendar-today.grid.gap .museum.grid.padding_2.bg_light_green {
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .calendar-today.grid.gap .house.grid.padding_2.bg_light_green,
  .calendar-today.grid.gap .museum.grid.padding_2.bg_light_green {
    grid-template-columns: 1fr 4fr;
  }
}

.buy-tickets input[type=radio],
.woocommerce input[type=radio] {
  appearance: none;
}
.buy-tickets input[type=radio]:hover,
.woocommerce input[type=radio]:hover {
  cursor: pointer;
}
.buy-tickets .form_group.ticket-types.rounded.padding_2 li,
.woocommerce .form_group.ticket-types.rounded.padding_2 li {
  display: grid;
  grid-template-columns: 6fr 1fr 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0 1rem 0;
  border-top: 1px solid #373737;
}
.buy-tickets .form_group.ticket-types.rounded.padding_2 li input,
.woocommerce .form_group.ticket-types.rounded.padding_2 li input {
  background: none;
  border: 1px solid #373737;
  width: 4rem;
  height: 2rem;
}
.buy-tickets .form_group.tour-types.rounded.padding_2,
.woocommerce .form_group.tour-types.rounded.padding_2 {
  list-style: none;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 > li,
.woocommerce .form_group.tour-types.rounded.padding_2 > li {
  position: relative;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 > li > input,
.woocommerce .form_group.tour-types.rounded.padding_2 > li > input {
  appearance: none;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 > li > label,
.woocommerce .form_group.tour-types.rounded.padding_2 > li > label {
  appearance: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.buy-tickets .form_group.tour-types.rounded.padding_2 > li #own_pace::before,
.woocommerce .form_group.tour-types.rounded.padding_2 > li #own_pace::before {
  content: "";
  position: absolute;
  left: -1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #373737;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.buy-tickets .form_group.tour-types.rounded.padding_2 > li #own_pace:checked::before,
.woocommerce .form_group.tour-types.rounded.padding_2 > li #own_pace:checked::before {
  background-color: #dfdbd9;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 li,
.woocommerce .form_group.tour-types.rounded.padding_2 li {
  padding: 0.5rem 0 1rem 0;
  border-top: 1px solid #373737;
  position: relative;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 .tour::before,
.woocommerce .form_group.tour-types.rounded.padding_2 .tour::before {
  content: "";
  position: absolute;
  left: -1rem;
  width: 0.8rem;
  top: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #373737;
  background-color: #fff;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 .tour:has(.radio_button:checked)::before,
.woocommerce .form_group.tour-types.rounded.padding_2 .tour:has(.radio_button:checked)::before {
  background-color: #dfdbd9;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 .false_radio,
.woocommerce .form_group.tour-types.rounded.padding_2 .false_radio {
  margin-bottom: 0.5rem;
}
.buy-tickets .form_group.tour-types.rounded.padding_2 span,
.woocommerce .form_group.tour-types.rounded.padding_2 span {
  width: 100%;
}
.buy-tickets .donation.form-group.rounded.padding_2 .donation_details,
.woocommerce .donation.form-group.rounded.padding_2 .donation_details {
  display: block;
}
.buy-tickets .donation.form-group.rounded.padding_2 .donation_details.hidden,
.woocommerce .donation.form-group.rounded.padding_2 .donation_details.hidden {
  display: none;
}
.buy-tickets .radio_list,
.woocommerce .radio_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
}
.buy-tickets .dot_radio,
.woocommerce .dot_radio {
  position: relative;
  width: 3rem;
}
.buy-tickets .dot_radio > input,
.woocommerce .dot_radio > input {
  appearance: none;
}
.buy-tickets .dot_radio > label,
.woocommerce .dot_radio > label {
  appearance: none;
  position: absolute;
  left: 1rem;
}
.buy-tickets .dot_radio input::before,
.woocommerce .dot_radio input::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #373737;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.buy-tickets .dot_radio input:checked::before,
.woocommerce .dot_radio input:checked::before {
  background-color: #dfdbd9;
}
.buy-tickets .box_radio,
.woocommerce .box_radio {
  position: relative;
  width: 4rem;
  height: 2rem;
}
.buy-tickets .box_radio:hover,
.woocommerce .box_radio:hover {
  cursor: pointer;
}
.buy-tickets .box_radio label,
.woocommerce .box_radio label {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.buy-tickets .box_radio input,
.woocommerce .box_radio input {
  appearance: none;
}
.buy-tickets .box_radio input:hover,
.woocommerce .box_radio input:hover {
  cursor: pointer;
}
.buy-tickets .box_radio input::after,
.woocommerce .box_radio input::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 2rem;
  background: none;
  border: 1px solid #373737;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.buy-tickets .box_radio input[disabled=disabled]:hover,
.woocommerce .box_radio input[disabled=disabled]:hover {
  cursor: not-allowed;
}
.buy-tickets .box_radio input[disabled=disabled]::after,
.woocommerce .box_radio input[disabled=disabled]::after {
  opacity: 0.2;
  position: absolute;
  content: "";
  width: 4rem;
  height: 2rem;
  background: none;
  border: 1px solid #373737;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.buy-tickets .box_radio input[disabled=disabled] + label,
.woocommerce .box_radio input[disabled=disabled] + label {
  opacity: 0.2;
}
.buy-tickets .box_radio input[disabled=disabled] + label:hover,
.woocommerce .box_radio input[disabled=disabled] + label:hover {
  cursor: not-allowed;
}
.buy-tickets .box_radio input:checked::after,
.woocommerce .box_radio input:checked::after {
  background-color: #dfdbd9;
}
.buy-tickets .box_radio input:checked + label,
.woocommerce .box_radio input:checked + label {
  color: #fff;
}
.buy-tickets .box_radio.bg_yellow,
.woocommerce .box_radio.bg_yellow {
  width: 3.2rem;
  height: 2.4rem;
  overflow: hidden;
  border-radius: 4px;
}
.buy-tickets .box_radio.bg_yellow input,
.woocommerce .box_radio.bg_yellow input {
  appearance: none;
}
.buy-tickets .box_radio.bg_yellow input:hover,
.woocommerce .box_radio.bg_yellow input:hover {
  cursor: pointer;
}
.buy-tickets .box_radio.bg_yellow input::after,
.woocommerce .box_radio.bg_yellow input::after {
  width: 3.2rem;
  height: 2.4rem;
  border: none;
}
.buy-tickets .box_radio.bg_yellow input:checked::after,
.woocommerce .box_radio.bg_yellow input:checked::after {
  background-color: #373737;
}
.buy-tickets .box_radio.bg_yellow input:checked + label,
.woocommerce .box_radio.bg_yellow input:checked + label {
  color: #ffdd00;
}
.buy-tickets .box_radio .box_radio label:hover,
.woocommerce .box_radio .box_radio label:hover {
  cursor: pointer;
}
.buy-tickets .radio_wrapper label,
.woocommerce .radio_wrapper label {
  font-weight: 500;
}
.buy-tickets .radio_wrapper label:hover,
.woocommerce .radio_wrapper label:hover {
  cursor: pointer;
}
.buy-tickets .donation_amount,
.woocommerce .donation_amount {
  margin-top: 1rem;
}

.donation.form-group.rounded.padding_2 h3 {
  margin-bottom: 0.5rem;
}
.donation.form-group.rounded.padding_2 .donation_selector {
  margin-top: 0.5rem;
}

.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead,
.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .order-total {
  background-color: #dfdbd9;
}
.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a {
  line-height: 18px;
  text-decoration: none;
}
.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a span {
  line-height: 14px;
  font-weight: 400;
}
.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a:has(span) {
  font-weight: 600;
}
.woocommerce .coupon label {
  font-weight: 600;
}
.woocommerce .coupon .coupon_wrapper {
  display: flex;
  gap: 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 700px) {
  .woocommerce .empty_row {
    appearance: none;
  }
}

.modal.quick-book.popup.open select {
  margin-bottom: 1rem;
}
.modal.quick-book.popup.open h4,
.modal.quick-book.popup.open p {
  margin-bottom: 0.2rem;
  line-height: 1.4rem;
}
.modal.quick-book.popup.open form {
  margin-top: 0.5rem;
  position: relative;
}
.modal.quick-book.popup.open form.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border: 5px solid transparent;
  border-top: 5px solid #373737;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.donation_gift_aid {
  margin-bottom: 0.5rem;
}

.cross-sell {
  width: 100%;
  margin-top: 2rem;
}
.cross-sell .bg-light_ochre.rounded.padding_2 {
  width: 100%;
}
.cross-sell .container.container--threetwo {
  border-radius: 0.3rem;
  overflow: hidden;
}
.cross-sell .crosssell-content {
  padding-left: 0.5rem;
  font-weight: 600;
}
.cross-sell .crosssell-content a {
  font-size: 0.9rem;
  line-height: 1rem;
}
.cross-sell .crosssell-content a,
.cross-sell .crosssell-content p,
.cross-sell .crosssell-content h5 {
  margin-bottom: 0.2rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.cross-sell .crosssell-content p,
.cross-sell .crosssell-content label,
.cross-sell .crosssell-content input,
.cross-sell .crosssell-content select {
  font-size: 0.8rem;
  line-height: 1rem;
}
.cross-sell .crosssell-content select {
  width: fit-content;
}
.cross-sell .crosssell-content select + label {
  margin-top: 0.5rem;
}
.cross-sell .crosssell-content input[type=number] {
  width: 7ch;
  padding: 0.5rem;
  border-radius: 5px;
}
.cross-sell .crosssell-content .buttons a,
.cross-sell .crosssell-content .buttons div {
  font-size: 0.8rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #dfdbd9;
}
.cross-sell .crosssell-content .buttons a span,
.cross-sell .crosssell-content .buttons div span {
  height: 1rem;
  width: 1rem;
}
.cross-sell .crosssell-content .buttons a span svg,
.cross-sell .crosssell-content .buttons div span svg {
  height: 1rem;
  width: 1rem;
}
.cross-sell .crosssell-content .buttons a.added_to_cart,
.cross-sell .crosssell-content .buttons div.added_to_cart {
  display: none;
}
.cross-sell .hdk_events_select,
.cross-sell .ticket_selector {
  padding: 0;
}

.book-ticket-content .cross-sell .hdk_events_select .initial {
  display: none;
}

@media screen and (max-width: 700px) {
  .grid.grid_content.grid_cross_sell .buy-tickets {
    max-width: calc(100vw - 2 * var(--margin));
  }
  .grid.grid_content.grid_cross_sell .buy-tickets > * {
    max-width: calc(100vw - 2 * var(--margin));
  }
  .grid.grid_content.grid_cross_sell .buy-tickets > * > * {
    max-width: calc(100vw - 2 * var(--margin));
  }
  .grid.grid_content.grid_cross_sell .buy-tickets > * > * > * {
    max-width: calc(100vw - 2 * var(--margin));
  }
  .grid.grid_content.grid_cross_sell .buy-tickets .coupon_wrapper {
    max-width: calc(100vw - 2 * var(--margin));
    flex-wrap: wrap;
  }
}
.update_wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
}

.error_message {
  color: #750000;
  padding: 0;
}

#customer_details h3 {
  margin-top: 1.5rem;
}

.proceed_to_checkout .grid > a:not(.pill) {
  justify-self: flex-end;
  margin-top: 0.5rem;
}
.proceed_to_checkout .form-group {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

table span.tour {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.donation_text {
  margin-top: 1rem;
}

#primary .gift_aid {
  margin: 1rem 0;
}
#primary .gift_aid :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span))) {
  display: block;
}
#primary .gift_aid svg {
  width: 140px;
}
#primary .gift_aid svg path {
  display: inline;
}
#primary .gift_aid .small {
  font-size: 80%;
  line-height: 28px;
}
#primary .gift_aid .tooltip details {
  position: relative;
}
#primary .gift_aid .tooltip summary {
  font-size: 0.8rem;
  color: black;
  text-decoration: underline;
  margin: 0;
}
#primary .gift_aid .tooltip summary::after {
  display: none;
}
#primary .gift_aid .tooltip summary span {
  position: relative;
}
#primary .gift_aid .tooltip :open summary span::after,
#primary .gift_aid .tooltip :open summary span::before {
  content: "x";
  text-decoration: none;
  color: #dfdbd9;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
}
#primary .gift_aid .tooltip :open summary span::before {
  top: calc(100% + 2rem);
  right: 2rem;
  z-index: 100;
}
#primary .gift_aid .tooltip details {
  padding: 0;
  border-top: 0;
  line-height: 28px;
}
#primary .gift_aid .tooltip .panel {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  margin-top: 1rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  #primary .gift_aid {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 2rem;
  }
  #primary .gift_aid .tooltip {
    display: flex;
    gap: 0.2em;
    flex-wrap: nowrap;
  }
  #primary .gift_aid .tooltip details {
    padding: 0;
    border-top: 0;
    line-height: 28px;
  }
  #primary .gift_aid .tooltip details summary {
    width: max-content;
    z-index: 100;
  }
  #primary .gift_aid .tooltip details .panel {
    position: absolute;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.4);
    width: clamp(300px, 50vw, 420px);
    z-index: 99;
    right: 0;
    top: 2rem;
    padding: 2rem;
  }
  #primary .gift_aid .tooltip details .panel::before {
    content: "";
    position: absolute;
    top: -1rem;
    right: 1.5rem;
    border: 0.5rem solid transparent;
    width: 1px;
    height: 1px;
    display: block;
    border-bottom: 0.5rem solid #fff;
  }
}

ul#tours_available {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 300px) and (max-width: 1000px) {
  .grid.grid_calendar > .calendar {
    margin-bottom: 1rem;
  }
  .proceed_to_checkout .grid.grid_50 > a {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .coupon_wrapper input {
    margin-bottom: 1rem;
  }
}
.sbbox {
  margin: 1rem 0;
}

.attendee_box table,
.ticket_table table {
  margin-bottom: 2rem;
  border-bottom: 1px solid #373737;
}
.attendee_box table th,
.ticket_table table th {
  text-align: left;
}
.attendee_box table td,
.ticket_table table td {
  border-bottom: 1px dotted #373737;
  padding: 1rem 0.5rem;
}
.attendee_box table tr:last-child td,
.ticket_table table tr:last-child td {
  border-bottom: 0;
}

#ticket_validator,
#add_ticket {
  display: grid;
  gap: 0.5rem;
  border-bottom: 2px solid #373737;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.admissions-content table,
.ticket_table table {
  overflow-x: scroll;
  max-width: calc(100vw - 2 * var(--margin));
  display: inline-block;
}

#own_pace + label {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 700px) {
  .alignright, .alignleft {
    margin: 0 auto 1.5rem;
    float: none;
    display: block;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */
