/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

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

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

/*
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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-2 {
	--tw-aspect-w: 2;
}
.aspect-h-1 {
	--tw-aspect-h: 1;
}
.header-container {
	max-width: 100%;
}
@media (min-width: 640px) {

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

	.header-container {
		max-width: 100%;
	}
}
@media (min-width: 1024px) {

	.header-container {
		max-width: 100%;
	}
}
@media (min-width: 1350px) {

	.header-container {
		max-width: 100%;
	}
}
@media (min-width: 1536px) {

	.header-container {
		max-width: 100%;
	}
}
/* NEW */
.font-wide {
		font-stretch: expanded;
	}
.kosmos-stroke {
		-webkit-text-stroke: 1px white;
		-webkit-text-fill-color: transparent;
	}
.kosmos-stroke-pink {
		-webkit-text-stroke: 1px #f9ccd8;
		-webkit-text-fill-color: transparent;
	}
.border-scallop-left-sm,
	.border-scallop-left-sm-yellow {
		position: relative;
		margin-left: 15px;
	}
.border-scallop-left-sm:before {
		content: '';
		width: 15px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -14px;
		background-image: url(../images/svg/scallop-left-sm.svg);
		background-position: top left;
		background-size: 100%;
		background-repeat: round;
	}
.border-scallop-left-sm-yellow:before {
		content: '';
		width: 15px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -14px;
		background-image: url(../images/svg/scallop-left-sm-yellow.svg);
		background-position: top left;
		background-size: 100%;
		background-repeat: round;
	}
.border-scallop-right-sm,
	.border-scallop-right-sm-yellow {
		position: relative;
		margin-right: 15px;
	}
.border-scallop-right-sm:after {
		content: '';
		width: 15px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -14px;
		background-image: url(../images/svg/scallop-right-sm.svg);
		background-position: top left;
		background-size: 100%;
		background-repeat: round;
	}
.border-scallop-right-sm-yellow:after {
		content: '';
		width: 15px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -14px;
		background-image: url(../images/svg/scallop-right-sm-yellow.svg);
		background-position: top left;
		background-size: 100%;
		background-repeat: round;
	}
.border-scallop-top-pink {
		position: relative;
		margin-top: 20px;
	}
.border-scallop-top-pink:before {
		content: '';
		height: 20px;
		width: 100%;
		position: absolute;
		top: -20px;
		left: 0;
		background-image: url(../images/svg/scallop-pink-top.svg);
		background-position: top left;
		background-size: cover;
		background-repeat: repeat-x;
	}
.bg-link-arrow-small {
		background-size: 1.2rem;
	}
.leading-extratight {
		line-height: 95%;
	}
.visible-linebreak br {
		display: block;
		content: '';
		height: 1rem;
	}
/* ticker */
@keyframes ticker {
		0% {
			/* -webkit-transform: translate3d(50%, 0, 0); */
			transform: translate3d(0%, 0, 0);
			visibility: visible;
		}

		100% {
			/* -webkit-transform: translate3d(-100%, 0, 0); */
			transform: translate3d(-100%, 0, 0);
		}
	}
@keyframes ticker2 {
		0% {
			/* -webkit-transform: translate3d(0, 0, 0); */
			transform: translate3d(100%, 0, 0);
			visibility: visible;
		}

		100% {
			/* -webkit-transform: translate3d(-100%, 0, 0); */
			transform: translate3d(0%, 0, 0);
			visibility: visible;
		}
	}
.ticker {
		overflow: hidden;
		/* height: 4rem; */
		padding-left: 0;
		box-sizing: content-box;
		width: 100%;
		/* transform: rotate(-3deg); */
	}
.tickerList {
		display: inline-block;
		height: 4rem;
		line-height: 4rem;
		white-space: nowrap;
		/* padding-right: 100%; */
		box-sizing: content-box;
		animation: ticker linear 20s infinite;
	}
.tickerList2 {
		/* display: none; */
		position: absolute;
		top: 0;
		left: 0;
		transform: translate3d(100%, 0, 0);

		animation: ticker2 linear 20s infinite;
	}
.bg-right-bottom-padding-2 {
		background-position: bottom right 0.5rem;
	}
.listingImg {
		max-width: 100px;
		height: auto;
	}
/* headers */
.tiny-capital-header {
	font-family: "GT Flexa", sans-serif;
	font-size: 0.94rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.card-tiny-capital-header {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.capital-header {
	font-family: "GT Flexa", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.smaller-capital-header {
	font-family: "GT Flexa", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.smaller-header {
	font-family: "GT Flexa", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.header-small {
	font-family: "GT Flexa", sans-serif;
	font-size: 0.94rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.header-medium {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.header-mediumish {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.31rem;
	font-weight: 900;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.header-large {
	font-family: "GT Flexa", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* font-size: 2rem; */
		/* line-height: 110%; */
}
.header-extra-large {
	font-family: "GT Flexa", sans-serif;
	font-size: 3.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
/* body text */
.bold-body-large {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.bold-mobile-large {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 150%; */
}
.bold-body {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
.body-tiny {
	font-family: "GT Flexa", sans-serif;
	font-size: 0.88rem;
	font-weight: normal;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 150%; */
}
.body-normal {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.19rem;
	font-weight: normal;
	line-height: 1;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.body-medium {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 100%; */
}
/* mobile */
.mobile-capital-header {
	font-family: "GT Flexa", sans-serif;
	font-size: 2.63rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.header-mobile-large {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 110%; */
}
.header-mobile-title {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.00rem;
	font-weight: 900;
	line-height: 1.625;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 150%; */
}
.body-mobile-large {
	font-family: "GT Flexa", sans-serif;
	font-size: 1.13rem;
	font-weight: normal;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
		/* line-height: 150%; */
}
/* buttons */
.button {
		font-stretch: expanded;
		border-radius: 9999px;
		--tw-bg-opacity: 1;
		background-color: rgba(237, 230, 0, var(--tw-bg-opacity));
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-family: "GT Flexa", sans-serif;
		font-size: 1.31rem;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 0.025em;
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}
.button-arrow {
	display: inline-block;
	transform: var(--tw-transform);
		background-size: 1.8rem;
		background-image: url(../images/svg/button-arrow-r.svg);
		background-repeat: no-repeat;
		padding-right: 3.5rem;
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
		background-position: center right 1rem;
}
.button-arrow a,
	.button-red-arrow a,
	.button-turny-arrow a {
		text-decoration: none !important;
	}
.button-arrow:hover,
	.button-red-arrow:hover,
	.mobile-nav-button-arrow:hover {
		/* @apply bg-bottom; */
		opacity: 0.5;
		/* background-position: 10px bottom; */
	}
/* misc */
.hover-opacity-50 {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.hover-opacity-50:hover {
	opacity: 0.5;
}
.main-post-content h2, .main-post-content h3, .main-post-content h4, .main-post-content h5, .main-post-content h6 {
		/* line-height: 100%; */
		font-family: "GT Flexa", sans-serif;
		font-size: 1.75rem;
		font-weight: 500;
		line-height: 1.25;
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
		font-weight: 900;
	}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.visible {
	visibility: visible;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-y-4 {
	top: 1rem;
	bottom: 1rem;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.-left-5 {
	left: -1.25rem;
}
.-top-5 {
	top: -1.25rem;
}
.left-0 {
	left: 0px;
}
.top-1\/2 {
	top: 50%;
}
.left-4 {
	left: 1rem;
}
.right-4 {
	right: 1rem;
}
.top-20 {
	top: 5rem;
}
.bottom-0 {
	bottom: 0px;
}
.top-\[3\%\] {
	top: 3%;
}
.bottom-4 {
	bottom: 1rem;
}
.top-4 {
	top: 1rem;
}
.z-10 {
	z-index: 10;
}
.z-0 {
	z-index: 0;
}
.z-30 {
	z-index: 30;
}
.z-20 {
	z-index: 20;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.order-2 {
	order: 2;
}
.order-1 {
	order: 1;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.col-span-10 {
	grid-column: span 10 / span 10;
}
.col-span-8 {
	grid-column: span 8 / span 8;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-full {
	grid-column: 1 / -1;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.row-start-4 {
	grid-row-start: 4;
}
.row-start-5 {
	grid-row-start: 5;
}
.row-start-6 {
	grid-row-start: 6;
}
.row-start-1 {
	grid-row-start: 1;
}
.row-start-2 {
	grid-row-start: 2;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.-mt-3 {
	margin-top: -0.75rem;
}
.mt-\[0\] {
	margin-top: 0;
}
.mt-32 {
	margin-top: 8rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-\[60px\] {
	margin-bottom: 60px;
}
.mt-desktop-footer-white-top {
	margin-top: 120px;
}
.mb-page {
	margin-bottom: 60px;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-auto {
	margin-top: auto;
}
.ml-auto {
	margin-left: auto;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mb-\[7px\] {
	margin-bottom: 7px;
}
.mr-0 {
	margin-right: 0px;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-\[-54px\] {
	margin-top: -54px;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.mt-52 {
	margin-top: 13rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-4 {
	margin-right: 1rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mb-\[3px\] {
	margin-bottom: 3px;
}
.mb-auto {
	margin-bottom: auto;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.box-content {
	box-sizing: content-box;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-\[112px\] {
	height: 112px;
}
.h-screen {
	height: 100vh;
}
.h-1\/2 {
	height: 50%;
}
.h-full {
	height: 100%;
}
.h-\[80px\] {
	height: 80px;
}
.h-10 {
	height: 2.5rem;
}
.h-featured-item-img {
	height: 320px;
}
.h-\[34px\] {
	height: 34px;
}
.h-9 {
	height: 2.25rem;
}
.h-\[105px\] {
	height: 105px;
}
.h-11 {
	height: 2.75rem;
}
.h-6 {
	height: 1.5rem;
}
.h-0 {
	height: 0px;
}
.h-80 {
	height: 20rem;
}
.h-\[557px\] {
	height: 557px;
}
.h-\[50px\] {
	height: 50px;
}
.h-mobile-nav-scroll-panel {
	height: calc( 100vh - 84px );
}
.h-mobile-nav-top-panel {
	height: 84px;
}
.h-8 {
	height: 2rem;
}
.h-5 {
	height: 1.25rem;
}
.h-32 {
	height: 8rem;
}
.h-card {
	height: 530px;
}
.h-card-img {
	height: 300px;
}
.h-card-half {
	height: 250px;
}
.h-auto {
	height: auto;
}
.max-h-\[600px\] {
	max-height: 600px;
}
.max-h-mobile-footer-logo {
	max-height: 150px;
}
.max-h-general-listing-card {
	max-height: 450px;
}
.max-h-news-card-thumb {
	max-height: 204px;
}
.max-h-news-card-bottom {
	max-height: 200px;
}
.max-h-\[100px\] {
	max-height: 100px;
}
.max-h-featured-box-image {
	max-height: 196px;
}
.max-h-partner-logo {
	max-height: 130px;
}
.min-h-highlight {
	min-height: 482px;
}
.w-auto {
	width: auto;
}
.w-full {
	width: 100%;
}
.w-screen {
	width: 100vw;
}
.w-\[60px\] {
	width: 60px;
}
.w-16 {
	width: 4rem;
}
.w-10 {
	width: 2.5rem;
}
.w-\[34px\] {
	width: 34px;
}
.w-3\/4 {
	width: 75%;
}
.w-11 {
	width: 2.75rem;
}
.w-6 {
	width: 1.5rem;
}
.w-32 {
	width: 8rem;
}
.w-\[27vh\] {
	width: 27vh;
}
.w-64 {
	width: 16rem;
}
.w-\[19px\] {
	width: 19px;
}
.w-5 {
	width: 1.25rem;
}
.w-card {
	width: 350px;
}
.w-8 {
	width: 2rem;
}
.w-\[20px\] {
	width: 20px;
}
.min-w-0 {
	min-width: 0px;
}
.max-w-highlight-mobile {
	max-width: 100vw;
}
.max-w-card {
	max-width: 80vw;
}
.flex-grow {
	flex-grow: 1;
}
.origin-center {
	transform-origin: center;
}
.translate-x-4 {
	--tw-translate-x: 1rem;
	transform: var(--tw-transform);
}
.translate-y-14 {
	--tw-translate-y: 3.5rem;
	transform: var(--tw-transform);
}
.translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.list-none {
	list-style-type: none;
}
.list-disc {
	list-style-type: disc;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-evenly {
	align-content: space-evenly;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-4 {
	gap: 1rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-9 {
	gap: 2.25rem;
}
.gap-0 {
	gap: 0px;
}
.gap-y-24 {
	row-gap: 6rem;
}
.gap-y-9 {
	row-gap: 2.25rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-x-\[20px\] {
	-moz-column-gap: 20px;
	     column-gap: 20px;
}
.gap-y-8 {
	row-gap: 2rem;
}
.place-self-stretch {
	place-self: stretch;
}
.self-start {
	align-self: flex-start;
}
.self-center {
	align-self: center;
}
.justify-self-end {
	justify-self: end;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-ellipsis {
	text-overflow: ellipsis;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-\[3px\] {
	border-bottom-width: 3px;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-t {
	border-top-width: 1px;
}
.border-new-pink {
	--tw-border-opacity: 1;
	border-color: rgba(253, 212, 218, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-new-black {
	--tw-border-opacity: 1;
	border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}
.border-dark-grey {
	--tw-border-opacity: 1;
	border-color: rgba(62, 62, 58, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.bg-new-red {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 73, 71, var(--tw-bg-opacity));
}
.bg-new-green {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 110, 93, var(--tw-bg-opacity));
}
.bg-new-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 88, 215, var(--tw-bg-opacity));
}
.bg-brand-brown {
	--tw-bg-opacity: 1;
	background-color: rgba(166, 71, 1, var(--tw-bg-opacity));
}
.bg-new-purple {
	--tw-bg-opacity: 1;
	background-color: rgba(125, 0, 195, var(--tw-bg-opacity));
}
.bg-dark-grey {
	--tw-bg-opacity: 1;
	background-color: rgba(62, 62, 58, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-new-pink {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 212, 218, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-new-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 230, 0, var(--tw-bg-opacity));
}
.bg-new-sand {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 237, 230, var(--tw-bg-opacity));
}
.bg-sarcoline {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 221, 170, var(--tw-bg-opacity));
}
.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 88, 215, var(--tw-bg-opacity));
}
.bg-new-brown {
	--tw-bg-opacity: 1;
	background-color: rgba(166, 71, 1, var(--tw-bg-opacity));
}
.bg-new-black {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}
.bg-new-baby-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 225, 244, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-brick {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 219, 200, var(--tw-bg-opacity));
}
.bg-listing-hero {
	background-image: url(../images/eaf-listing-intro-bg.jpg);
}
.bg-link-arrow {
	background-image: url(../images/svg/button-arrow-r.svg);
}
.bg-listing {
	background-image: url(../images/eaf-listing-grid-bg.jpg);
}
.bg-green-hero {
	background-image: url(../images/eaf-green-bg.jpg);
}
.bg-blue-hero {
	background-image: url(../images/eaf-blue-bg.jpg);
}
.bg-purple-hero {
	background-image: url(../images/eaf-purple-bg.jpg);
}
.bg-brown-hero {
	background-image: url(../images/eaf-brown-bg.jpg);
}
.bg-black-hero {
	background-image: url(../images/eaf-black-bg.jpg);
}
.bg-homepage-intro {
	background-image: url(../images/eaf-hp-intro-bg.jpg);
}
.bg-featured-news {
	background-image: url(../images/eaf-featured-news-bg.jpg);
}
.bg-homepage-hero {
	background-image: url(../images/EAF-hp-hero-bg.jpg);
}
.bg-masthead-slider-left {
	background-image: url(../images/svg/Nav-Arrow-L.svg);
}
.bg-masthead-slider-right {
	background-image: url(../images/svg/Nav-Arrow-R.svg);
}
.bg-featured-tiles {
	background-image: url(../images/eaf-featured-bg.jpg);
}
.bg-accessible-toilets {
	background-image: url(../images/svg/facilities/accessible-toilets.svg);
}
.bg-babychange {
	background-image: url(../images/svg/facilities/babychange.svg);
}
.bg-bike-stands {
	background-image: url(../images/svg/facilities/bike-stands.svg);
}
.bg-cafe {
	background-image: url(../images/svg/facilities/cafe.svg);
}
.bg-changing-places {
	background-image: url(../images/svg/facilities/changing-places.svg);
}
.bg-hearing-loop {
	background-image: url(../images/svg/facilities/hearing-loop.svg);
}
.bg-shop {
	background-image: url(../images/svg/facilities/shop.svg);
}
.bg-toilets {
	background-image: url(../images/svg/facilities/toilets.svg);
}
.bg-wheelchair-accessible {
	background-image: url(../images/svg/facilities/wheelchair-accessible.svg);
}
.bg-welcome {
	background-image: url(../images/svg/facilities/welcome.svg);
}
.bg-social-twitter {
	background-image: url(../images/svg/social/twitter.svg);
}
.bg-social-facebook {
	background-image: url(../images/svg/social/facebook.svg);
}
.bg-social-instagram {
	background-image: url(../images/svg/social/instagram.svg);
}
.bg-social-vimeo {
	background-image: url(../images/svg/social/vimeo.svg);
}
.bg-footer {
	background-image: url(../images/eaf-footer-bg.png);
}
.bg-mobile-nav-hamburger {
	background-image: url(../images/svg/mobile-nav/hamburger.svg);
}
.bg-down-arrow {
	background-image: url(../images/svg/new-down-arrow.svg);
}
.bg-nav-search {
	background-image: url(../images/svg/nav-search.svg);
}
.bg-donate-close {
	background-image: url(../images/svg/donate-close.svg);
}
.bg-old-town {
	background-image: url(../images/EAF-OLD-TOWN-textures.jpg);
}
.bg-new-town {
	background-image: url(../images/EAF-NEW-TOWN-textures.jpg);
}
.bg-east {
	background-image: url(../images/EAF-EAST-textures.jpg);
}
.bg-west {
	background-image: url(../images/EAF-WEST-textures.jpg);
}
.bg-back-arrow {
	background-image: url(../images/svg/button-arrow-l.svg);
}
.bg-accordion-cross {
	background-image: url(../images/svg/accordion-cross.svg);
}
.bg-header {
	background-image: url(../images/EAF-hp-hero-bg.jpg);
}
.bg-head-logo {
	background-image: url(../images/svg/logo-init.svg);
}
.bg-mobile-nav-close {
	background-image: url(../images/svg/mobile-nav/close_v-1687339880.svg);
}
.bg-filter-cross {
	background-image: url(../images/svg/filter-cross.svg);
}
.bg-accordion-cross-alt {
	background-image: url(../images/svg/accordion-cross-alt.svg);
}
.bg-contain {
	background-size: contain;
}
.bg-cover {
	background-size: cover;
}
.bg-featured-item-arrow {
	background-size: 24.6px 41.8px;
}
.bg-header-down-arrow {
	background-size: 10px 15px;
}
.bg-back-page-arrow {
	background-size: 26px 48px;
}
.bg-mobile-nav-arrow {
	background-size: 19px 32px;
}
.bg-filters {
	background-size: 19px 32px;
}
.bg-left {
	background-position: left;
}
.bg-top {
	background-position: top;
}
.bg-right-top {
	background-position: right top;
}
.bg-right {
	background-position: right;
}
.bg-center {
	background-position: center;
}
.bg-left-bottom {
	background-position: left bottom;
}
.bg-mobile-nav-arrow {
	background-position: right 20px center;
}
.bg-bottom {
	background-position: bottom;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-left {
	-o-object-position: left;
	   object-position: left;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-5 {
	padding: 1.25rem;
}
.p-4 {
	padding: 1rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-\[18px\] {
	padding-top: 18px;
	padding-bottom: 18px;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pt-40 {
	padding-top: 10rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-80 {
	padding-top: 20rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pl-\[40px\] {
	padding-left: 40px;
}
.pl-20 {
	padding-left: 5rem;
}
.pb-2\.5 {
	padding-bottom: 0.625rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-\[36\.6px\] {
	padding-left: 36.6px;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pr-\[40px\] {
	padding-right: 40px;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pl-\[50px\] {
	padding-left: 50px;
}
.pt-9 {
	padding-top: 2.25rem;
}
.pb-\[60px\] {
	padding-bottom: 60px;
}
.pb-9 {
	padding-bottom: 2.25rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pl-60 {
	padding-left: 15rem;
}
.pl-0 {
	padding-left: 0px;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-\[140px\] {
	padding-top: 140px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-gtflexa {
	font-family: "GT Flexa", sans-serif;
}
.font-kosmos {
	font-family: "Kosmos", sans-serif;
}
.font-agipo {
	font-family: "Agipo", sans-serif;
}
.text-h-medium {
	font-size: 1.75rem;
}
.text-h-small {
	font-size: 0.94rem;
}
.text-b-teeny {
	font-size: 0.75rem;
}
.text-h-large {
	font-size: 2.25rem;
}
.text-pill {
	font-size: 0.94rem;
}
.text-h-2xlarge {
	font-size: 5.00rem;
}
.text-h-xlarge {
	font-size: 3.75rem;
}
.text-b-normal {
	font-size: 1.19rem;
}
.text-homepage-hero {
	font-size: 9.38rem;
}
.text-homepage-hero-bg {
	font-size: 12.50rem;
}
.text-nav-item {
	font-size: 0.94rem;
}
.text-b-medium {
	font-size: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1;
}
.font-black {
	font-weight: 900;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
.leading-\[70\%\] {
	line-height: 70%;
}
.leading-tight {
	line-height: 1.25;
}
.leading-\[90\%\] {
	line-height: 90%;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-none {
	line-height: 1;
}
.leading-7 {
	line-height: 1.75rem;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-new-green {
	--tw-text-opacity: 1;
	color: rgba(0, 110, 93, var(--tw-text-opacity));
}
.text-dark-grey {
	--tw-text-opacity: 1;
	color: rgba(62, 62, 58, var(--tw-text-opacity));
}
.text-new-red {
	--tw-text-opacity: 1;
	color: rgba(248, 73, 71, var(--tw-text-opacity));
}
.text-new-blue {
	--tw-text-opacity: 1;
	color: rgba(0, 88, 215, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-current::-moz-placeholder {
	color: currentColor;
}
.placeholder-current::placeholder {
	color: currentColor;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.filter {
	filter: var(--tw-filter);
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
	font-family: 'ES Klarheit Grotesk';
	src: url('../fonts/ESKlarheitGrotesk-Regular.woff') format('woff2'),
		url('../fonts/ESKlarheitGrotesk-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ES Klarheit Kurrent';
	src: url('../fonts/ESKlarheitKurrent-Regular.woff') format('woff2'),
		url('../fonts/ESKlarheitKurrent-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'ES Klarheit Kurrent';
	src: url('../fonts/ESKlarheitKurrent-Medium.woff') format('woff2'),
		url('../fonts/ESKlarheitKurrent-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Untitled Sans Regular';
	src: url('../fonts/UntitledSans-Regular.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Untitled Sans Regular Italic';
	src: url('../fonts/UntitledSans-RegularItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Agipo';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
}
/* NEW */
@font-face {
	font-family: 'GT Flexa';
	src: url('../fonts/GT-Flexa-Standard-Regular.woff') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GT Flexa';
	src: url('https://www.edinburghartfestival.com/wp-content/themes/abe-edinburgh-art-festival/fontsGT-Flexa-Standard-Regular-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'GT Flexa';
	src: url('../fonts/GT-Flexa-Standard-Black.woff') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GT Flexa';
	src: url('../fonts/GT-Flexa-Expanded-Black.woff') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-stretch: expanded;
	font-display: swap;
}
@font-face {
	font-family: 'Kosmos';
	src: url('../fonts/kosmos-bold-webfont.woff') format('woff2');
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
}
.filter-panel-checkbox:checked + .filter-panel {
	display: block;
}
.scrolling-touch {
	-webkit-overflow-scrolling: touch;
}
.scrolling-auto {
	-webkit-overflow-scrolling: auto;
}
/* no scroll class for iOS */
.no-scroll {
	height: 100vh;
	width: 100vw;
	position: fixed;
}
.z-19 {
	z-index: 19;
}
.z-100 {
	z-index: 100;
}
/* shopify lite fixes */
div.shopify-buy__collection-products {
	text-align: left !important;
}
/* safari fixes for Jim */
.gap-x-9 {
	grid-column-gap: 2.25rem;
}
.bg-header {
	background-color: #fff;
}
@media (min-width: 1024px) {
	.lg\:gap-6 {
		grid-column-gap: 1.5rem;
		grid-row-gap: 1.5rem;
	}

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

	.lg\:gap-9 {
		grid-column-gap: 2.25rem;
		grid-row-gap: 2.25rem;
	}
}
.tag {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	font-family: "GT Flexa", sans-serif;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.tag-lg {
	font-size: 1.00rem;
}
#logo-desktop {
	overflow: hidden;
	/* width: 86%; */
	/* width: 100%; */
	height: 100%;
	transform-origin: top left;
	transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
	transform: scale(1) translate3d(0, 0, 0);
}
#logo-desktop #vert-year {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	transform: scaleY(1);
}
#logo-desktop #vert-date {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	transform: scaleY(1);
}
#logo-desktop #hor-year {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	transform: scaleX(0);
}
#logo-desktop #hor-date {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	transform: scaleX(0);
}
#logo-desktop.reduced {
	transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
	transform: scale(0.4) translate3d(0, -35%, 0);
}
#logo-desktop.reduced #vert-year {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
	transform: scaleY(0);
}
#logo-desktop.reduced #vert-date {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
	transform: scaleY(0);
}
#logo-desktop.reduced #hor-year {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
	transform: scaleX(1);
}
#logo-desktop.reduced #hor-date {
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
	transform: scaleX(1);
}
/* #logo-container {
	height: 100%;
	transition: height 0.2s cubic-bezier(0.76, 0, 0.24, 1);
} */
#logo-container.redux {
	/* background-color: yellow; */
	height: 30vh;
	overflow: hidden;
	width: 27vh;
}
.-z-1 {
	z-index: -1;
}
#wpadminbar {
	position: fixed;
	top: 0;
}
.header-container {
	pointer-events: none;
}
.header-container a {
	pointer-events: all;
}
/* More Yum custom styles for EAF 2024 */
.main-logo {
}
.wp-block-button__link {
		font-stretch: expanded;
		font-family: "GT Flexa", sans-serif;
		font-weight: 900;
		text-transform: uppercase;
	text-decoration: none !important;
	}
/* Swiper */
.swiper-container {
    width: 100%;
    height: 100%;
  }
.swiper-container-centered {
    width: 100%;
    height: 100%;
  
  }
.swiper-container-centered .swiper-slide {
    text-align: left;
    width: auto;
  }
.swiper-slide {
    text-align: left;
  
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
.swiper-button-next::after {
    content: url(../images/svg/Nav-Arrow-R.svg)!important;
  }
.swiper-button-prev::after {
    content: url(../images/svg/Nav-Arrow-L.svg)!important;
  }
.swiper-carousel-button-next::after {
    content: url(../images/svg/Nav-Arrow-R.svg)!important;
  }
.swiper-carousel-button-prev::after {
    content: url(../images/svg/Nav-Arrow-L.svg)!important;
  }
/* Background Shapes */
/* .bg-circle {
    background-image: url(https://www.edinburghartfestival.com/wp-content/themes/abe-edinburgh-art-festival/images/icons/bg-circle.svg) !important;
  }
  .bg-triangle {
    background-image: url(https://www.edinburghartfestival.com/wp-content/themes/abe-edinburgh-art-festival/images/icons/bg-triangle.svg) !important;
  }
  .bg-square {
    background-image: url(https://www.edinburghartfestival.com/wp-content/themes/abe-edinburgh-art-festival/images/icons/bg-square.svg) !important;
  } */
input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  vertical-align: text-bottom;
  margin-right: 8px;
}
input[type="checkbox"]:checked {
  background-image: url(../images/svg/checkbox-active.svg);
  background-position: center;
  background-repeat: no-repeat;
}
body .tagify {
	--tag-bg: transparent;
	--tags-hover-border-color: transparent;
	--tags-border-color: transparent;
	--tags-focus-border-color: transparent;
	--tag-hover: transparent;
	--tag-remove-btn-bg--hover: rgba(0, 0, 0, 0.25);
	--tag-remove-bg: transparent;
}
body {
	--tagify-dd-color-primary: #72a5d1;
}
.tagify__input {
	border: 2px solid #000 !important;
	background: #fff;
	padding: 20px !important;
}
.tagify__tag__removeBtn {
	order: 0 !important;
	margin-right: 0 !important;
	margin-left: 4.66px !important;
}
.tagify--outside,
.tagify {
	border: 0 !important;
}
.tagify--outside .tagify__input {
	/* order: -1; */
	flex: 100%;
	border: 0;
	margin-bottom: 1em;
	transition: 0.1s;
}
.events-listing-artist-tags {
	min-width: 200px;
}
.tagify--outside .tagify__input:hover {
	border-color: var(--tags-hover-border-color);
}
.tagify--outside.tagify--focus .tagify__input {
	transition: 0s;
	border-color: var(--tags-focus-border-color);
}
.tagify__input::before {
	margin-top: 4px !important;
}
.main-post-content p,
.main-post-content h2,
.main-post-content h3,
.main-post-content h4,
.main-post-content h5,
.main-post-content h6,
.main-post-content ul {
	margin-bottom: 1.5rem;
	font-family: "GT Flexa", sans-serif;
}
.main-post-content p {
	font-size: 22px;
}
.main-post-content ul,
.main-post-content ol {
	list-style-type: circle;
	margin-left: 1.5rem;
}
.main-post-content ul.blocks-gallery-grid {
	margin-left: 0;
	list-style-type: none;
}
.main-post-content a {
	text-decoration: underline;
}
.home .blocks-gallery-grid {
	max-width: 1078px;
	margin: auto;
	padding: 20px;
}
.featherlight .featherlight-content {
	max-height: 90%;
}
.featherlight .featherlight-image {
	max-height: 80vh !important;
}
.eaf-gallery-caption {
	text-align: center;
	margin-top: 10px;
}
.blocks-gallery-item figcaption {
	display: none;
}
.acf-block-preview .swiper-wrapper {
	display: none;
}
.wp-block {
    max-width: 1078px !important;
}
/* GRAVITY FORMS */
.gform_wrapper {
	background-color: white;
	padding: 2rem;
	font-family: "GT Flexa", sans-serif;
}
.gform-field-label {
	font-size: 1.06rem !important;
	font-weight: 900 !important;
}
.gform-theme-button {
	text-transform: uppercase !important;
}
.gform_next_button {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(237, 230, 0, var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
/* NINJA FORMS */
.ninja-forms-field {
	border: 2px solid #000 !important;
	background: transparent !important;
	text-align: ;
	color: #353535 !important;
}
.nf-field-label label {
	font-size: 20px !important;
}
.nf-form-content {
	padding: 0;
	margin: 20px 0;
}
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
	padding: 20px !important;
	height: auto !important;
}
.nf-error.field-wrap .nf-field-element::after {
	height: 97%;
	padding-top: 10px;
}
/* buttons */
.nf-element[type='button'] {
	display: inline-block !important;
	width: auto !important;
	border: 0 !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 1rem !important;
	cursor: pointer !important;
	--tw-translate-x: 0 !important;
	--tw-translate-y: 0 !important;
	--tw-rotate: 0 !important;
	--tw-skew-x: 0 !important;
	--tw-skew-y: 0 !important;
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	text-align: left;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
	background-image: url(../images/svg/button-arrow.svg) !important;
	background-repeat: no-repeat !important;
	padding-bottom: 1.25rem !important;
	font-family: 'ES Klarheit Kurrent', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	--tw-text-opacity: 1 !important;
	color: rgba(53, 53, 53, var(--tw-text-opacity)) !important;
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
	background-position: 0 bottom !important;
}
.nf-element[type='button']:hover {
	background-position: 10px bottom !important;
}
.container {
	margin: 0 auto;
	/* max-width: 1440px; */
	max-width: 1078px;
}
.container-right {
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	/* max-width: 1440px; */
	max-width: 1078px;
}
@media screen and (min-width: 1078px) {
	.container-right {
		max-width: 1200px;
	}
}
@media screen and (min-width: 1441px) {
	.container-right {
		max-width: 1920px;
	}
}
/* for old safari versions */
.gap-4 {
	grid-gap: 1rem;
}
@media screen and (max-width: 640px) {
	/* original: 'h-large': px(36), */
	.header-large,
	.text-h-large {
		font-size: 22px;
	}
	/* original: 'h-larger': px(42), */
	.header-larger,
	.text-h-larger {
		font-size: 24px;
	}
	/* original: 'h-xlarge': px(60), */
	.text-h-xlarge,
	.header-extra-large {
		font-size: 28px;
	}
	/* original: 'h-2xlarge': px(80), */
	.text-h-2xlarge {
		font-size: 32px;
	}
	/* original: 'h-3xlarge': px(95), */
	.text-h-3xlarge {
		font-size: 34px;
	}
	/* original: 'search-input': px(40), */
	.text-search-input {
		font-size: 24px;
	}
	/* original: 'homepage-hero': px(150), */
	.text-homepage-hero {
		font-size: 54px;
	}
	/* original: 'homepage-hero-bg': px(200), */
	.text-homepage-hero-bg {
		font-size: 62px;
	}
}
/* Hide Details Arrow */
details summary::-webkit-details-marker {
	display: none;
}
.mobile-height {
	height: 100dvh;
}
.hover\:scale-105:hover {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.hover\:text-new-red:hover {
	--tw-text-opacity: 1;
	color: rgba(248, 73, 71, var(--tw-text-opacity));
}
.hover\:text-opacity-50:hover {
	--tw-text-opacity: 0.5;
}
.hover\:opacity-50:hover {
	opacity: 0.5;
}
.group:hover .group-hover\:scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:opacity-50 {
	opacity: 0.5;
}
@media (min-width: 640px) {

	.sm\:bold-body-small {
		font-family: "GT Flexa", sans-serif;
	}

	.sm\:bold-body-small {
		font-size: 1.00rem;
	}

	.sm\:bold-body-small {
		font-weight: 500;
	}

	.sm\:bold-body-small {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.sm\:bold-body-small {
		/* line-height: 100%; */
	}

	.sm\:hidden {
		display: none;
	}

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

	.sm\:font-bold {
		font-weight: 700;
	}
}
@media (min-width: 768px) {

	.md\:bold-body-large {
		font-family: "GT Flexa", sans-serif;
	}

	.md\:bold-body-large {
		font-size: 1.75rem;
	}

	.md\:bold-body-large {
		font-weight: 500;
	}

	.md\:bold-body-large {
		line-height: 1.25;
	}

	.md\:bold-body-large {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.md\:bold-body-large {
		/* line-height: 100%; */
	}

	.md\:mx-\[60px\] {
		margin-left: 60px;
		margin-right: 60px;
	}

	.md\:mr-9 {
		margin-right: 2.25rem;
	}

	.md\:mb-\[72px\] {
		margin-bottom: 72px;
	}

	.md\:block {
		display: block;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-item-img-big {
		height: 300px;
	}

	.md\:h-item-img-small {
		height: 200px;
	}

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

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

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

	.md\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

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

	.md\:gap-9 {
		gap: 2.25rem;
	}

	.md\:gap-\[20px\] {
		gap: 20px;
	}

	.md\:gap-y-\[60px\] {
		row-gap: 60px;
	}

	.md\:gap-y-\[72px\] {
		row-gap: 72px;
	}

	.md\:gap-x-\[60px\] {
		-moz-column-gap: 60px;
		     column-gap: 60px;
	}

	.md\:gap-y-\[35px\] {
		row-gap: 35px;
	}

	.md\:gap-x-\[30px\] {
		-moz-column-gap: 30px;
		     column-gap: 30px;
	}

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

	.md\:p-6 {
		padding: 1.5rem;
	}

	.md\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

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

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

	.md\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

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

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

	.md\:pl-12 {
		padding-left: 3rem;
	}

	.md\:pr-12 {
		padding-right: 3rem;
	}
}
@media (min-width: 1024px) {

	.lg\:capital-header {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:capital-header {
		font-size: 3.75rem;
	}

	.lg\:capital-header {
		font-weight: 700;
	}

	.lg\:capital-header {
		text-transform: uppercase;
	}

	.lg\:capital-header {
		line-height: 1;
	}

	.lg\:capital-header {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:header-smallish {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:header-smallish {
		font-size: 1.06rem;
	}

	.lg\:header-smallish {
		font-weight: 700;
	}

	.lg\:header-smallish {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:header-smallish {
		/* line-height: 100%; */
	}

	.lg\:header-medium {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:header-medium {
		font-size: 1.75rem;
	}

	.lg\:header-medium {
		font-weight: 500;
	}

	.lg\:header-medium {
		line-height: 1.25;
	}

	.lg\:header-medium {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:header-medium {
		/* line-height: 100%; */
	}

	.lg\:header-large {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:header-large {
		font-size: 2.25rem;
	}

	.lg\:header-large {
		font-weight: 700;
	}

	.lg\:header-large {
		line-height: 1.25;
	}

	.lg\:header-large {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:header-large {
		/* font-size: 2rem; */
		/* line-height: 110%; */
	}

	.lg\:bold-body-large {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:bold-body-large {
		font-size: 1.75rem;
	}

	.lg\:bold-body-large {
		font-weight: 500;
	}

	.lg\:bold-body-large {
		line-height: 1.25;
	}

	.lg\:bold-body-large {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:bold-body-large {
		/* line-height: 100%; */
	}

	.lg\:body-normal {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:body-normal {
		font-size: 1.19rem;
	}

	.lg\:body-normal {
		font-weight: normal;
	}

	.lg\:body-normal {
		line-height: 1;
	}

	.lg\:body-normal {
		line-height: 1.5rem;
	}

	.lg\:body-normal {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:body-medium {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:body-medium {
		font-size: 1.25rem;
	}

	.lg\:body-medium {
		font-weight: normal;
	}

	.lg\:body-medium {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:body-medium {
		/* line-height: 100%; */
	}

	.lg\:body-large {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:body-large {
		font-size: 1.75rem;
	}

	.lg\:body-large {
		font-weight: normal;
	}

	.lg\:body-large {
		line-height: 1.625;
	}

	.lg\:body-large {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:body-large {
		/* line-height: 150%; */
	}

	.lg\:body-xlarge {
		font-family: "GT Flexa", sans-serif;
	}

	.lg\:body-xlarge {
		font-size: 2.25rem;
	}

	.lg\:body-xlarge {
		font-weight: normal;
	}

	.lg\:body-xlarge {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}

	.lg\:body-xlarge {
		/* line-height: 100%; */
	}

	.lg\:order-none {
		order: 0;
	}

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

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

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

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

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

	.lg\:col-start-1 {
		grid-column-start: 1;
	}

	.lg\:col-start-9 {
		grid-column-start: 9;
	}

	.lg\:col-start-5 {
		grid-column-start: 5;
	}

	.lg\:col-start-4 {
		grid-column-start: 4;
	}

	.lg\:col-end-9 {
		grid-column-end: 9;
	}

	.lg\:col-end-13 {
		grid-column-end: 13;
	}

	.lg\:col-end-4 {
		grid-column-end: 4;
	}

	.lg\:row-start-4 {
		grid-row-start: 4;
	}

	.lg\:row-start-5 {
		grid-row-start: 5;
	}

	.lg\:row-start-1 {
		grid-row-start: 1;
	}

	.lg\:float-right {
		float: right;
	}

	.lg\:float-left {
		float: left;
	}

	.lg\:my-20 {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}

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

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

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

	.lg\:mb-desktop-footer {
		margin-bottom: 150px;
	}

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

	.lg\:mt-auto {
		margin-top: auto;
	}

	.lg\:-mt-10 {
		margin-top: -2.5rem;
	}

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:h-featured-item-img {
		height: 320px;
	}

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

	.lg\:h-card-thumbnail-general {
		height: 183px;
	}

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

	.lg\:h-auto {
		height: auto;
	}

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

	.lg\:max-h-screen {
		max-height: 100vh;
	}

	.lg\:min-h-highlight {
		min-height: 482px;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

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

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

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

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

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

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

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

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

	.lg\:grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

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

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

	.lg\:gap-9 {
		gap: 2.25rem;
	}

	.lg\:gap-y-16 {
		row-gap: 4rem;
	}

	.lg\:gap-y-24 {
		row-gap: 6rem;
	}

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

	.lg\:self-center {
		align-self: center;
	}

	.lg\:bg-beige {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 237, 230, var(--tw-bg-opacity));
	}

	.lg\:bg-contain {
		background-size: contain;
	}

	.lg\:p-0 {
		padding: 0px;
	}

	.lg\:p-7 {
		padding: 1.75rem;
	}

	.lg\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

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

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

	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

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

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

	.lg\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.lg\:pl-40 {
		padding-left: 10rem;
	}

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

	.lg\:pb-40 {
		padding-bottom: 10rem;
	}

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

	.lg\:pl-12 {
		padding-left: 3rem;
	}

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

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

	.lg\:hover\:z-10:hover {
		z-index: 10;
	}

	.lg\:hover\:shadow-md:hover {
		--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	.group:hover .lg\:group-hover\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}
}
@media (min-width: 1350px) {

	.xl\:top-0 {
		top: 0px;
	}

	.xl\:bottom-auto {
		bottom: auto;
	}

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

	.xl\:mr-9 {
		margin-right: 2.25rem;
	}

	.xl\:block {
		display: block;
	}

	.xl\:hidden {
		display: none;
	}

	.xl\:h-auto {
		height: auto;
	}

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

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

	.xl\:bg-contain {
		background-size: contain;
	}

	.xl\:p-0 {
		padding: 0px;
	}

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

	.xl\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.xl\:pl-80 {
		padding-left: 20rem;
	}

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

	.xl\:pr-20 {
		padding-right: 5rem;
	}
}
@media (min-width: 1536px) {

	.\32xl\:top-0 {
		top: 0px;
	}

	.\32xl\:w-1\/3 {
		width: 33.333333%;
	}
}