
/*!
Theme Name: Command
Theme URI: https://underscoretw.com/
Author: Command Web Services, LLC
Author URI: https://webcommand.io
Description: The Command Web Services Custom WP Theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: command
Tags:

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

Command is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/* Topbar */
.topbar-message a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

/*Main Navigation*/
.main-nav-center ul#primary-menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-nav-left ul#primary-menu {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.main-nav-right ul#primary-menu {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

ul#primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul#primary-menu > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

ul#primary-menu {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	font-weight: 600;
}

@media (min-width: 1280px) {
	ul#primary-menu > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}
	
	ul#primary-menu {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

ul#primary-menu > li {
	position: relative;
}

ul#primary-menu > li a {
	text-transform: uppercase;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

ul#primary-menu a {
	font-weight: 700;
	text-transform: uppercase;
	font-family: open-sans, sans-serif;
}

ul#primary-menu > li ul.sub-menu {
	position: absolute;
	top: -24rem;
	z-index: 35;
	width: auto;
}

ul#primary-menu > li ul.sub-menu > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

ul#primary-menu > li ul.sub-menu {
	border-radius: .125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .75rem;
	padding-bottom: .875rem;
	opacity: 0;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

ul#primary-menu > li ul.sub-menu li {
	white-space: nowrap;
}

ul#primary-menu > li.menu-item-has-children:hover > ul.sub-menu {
	top: 1.5rem;
	opacity: 1;
}

ul#primary-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	top: 0px;
	right: 3rem;
	opacity: 1;
}

/*Mobile Navigation*/
.hamline {
	position: absolute;
	left: 0px;
	display: inline-block;
	height: .125rem;
	width: 100%;
	border-radius: .375rem;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

.hamline-top {
	top: .125rem;
}

.hamline-mid {
	top: 50%;
	margin-top: -1px;
}

.hamline-bot {
	bottom: .125rem;
}

.mob-ham-btn.open .hamline-mid {
	--tw-translate-x: .75rem;
	-webkit-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));
	-ms-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));
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	opacity: 0;
}

.mob-ham-btn.open .hamline-top {
	top: 11px;
	--tw-rotate: -45deg;
	-webkit-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));
	-ms-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));
	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));
}

.mob-ham-btn.open .hamline-bot {
	bottom: 11px;
	--tw-rotate: 45deg;
	-webkit-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));
	-ms-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));
	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));
}

#mob-menu-elems.active #mob-menu-flyout {
	--tw-translate-x: 0px;
	-webkit-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));
	-ms-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));
	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));
}

#mob-menu-elems.active #mob-blackout {
	width: 100%;
	--tw-translate-x: 0px;
	-webkit-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));
	-ms-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));
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	opacity: .8;
}

/* Mobile Nav Elements */
#mobile-menu {
	margin-top: .5rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

#mobile-menu > li {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#mobile-menu > li > a {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
	text-transform: uppercase;
	font-family: Kallisto, sans-serif;
}

#mobile-menu .sub-menu {
	display: none;
}

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

#mobile-menu .sub-menu {
	padding-top: .5rem;
}

#mobile-menu li.menu-item-has-children.open .sub-menu {
	display: block;
}

#mobile-menu .sub-menu li a {
	display: block;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	text-transform: uppercase;
	opacity: .8;
	font-family: Kallisto, sans-serif;
}

#mobile-menu li.menu-item-has-children {
	position: relative;
}

#mobile-menu li.menu-item-has-children::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath d=\'M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 1.5rem;
	height: 1rem;
	width: 1rem;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

#mobile-menu li.menu-item-has-children.open::after {
	--tw-rotate: 180deg;
	-webkit-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));
	-ms-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));
	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));
}

/**
 * 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.
 */

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

/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*, ::before, ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
}

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

/*
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: -.25em;
}

sup {
	top: -.5em;
}

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

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

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

button.nitro-lazy, [type='button'].nitro-lazy, [type='reset'].nitro-lazy, [type='submit'].nitro-lazy {
	background-image: none !important;
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
	outline: auto;
}

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

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

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
}

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

/*
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://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/
button, [role="button"] {
	cursor: pointer;
}

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

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

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

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: .5rem;
	padding-right: .75rem;
	padding-bottom: .5rem;
	padding-left: .75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #6b7280;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
	padding-top: 0;
	padding-bottom: 0;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 20 20\'%3e%3cpath stroke=\'%236b7280\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'1.5\' d=\'M6 8l4 4 4-4\'/%3e%3c/svg%3e");
	background-position: right .5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}

select.nitro-lazy {
	background-image: none !important;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: .75rem;
	-webkit-print-color-adjust: unset;
	color-adjust: unset;
	print-color-adjust: unset;
}

[type='checkbox'], [type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus, [type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked, [type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 16 16\' fill=\'white\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath d=\'M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z\'/%3e%3c/svg%3e");
}

[type='checkbox']:checked.nitro-lazy {
	background-image: none !important;
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 16 16\' fill=\'white\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3ccircle cx=\'8\' cy=\'8\' r=\'3\'/%3e%3c/svg%3e");
}

[type='radio']:checked.nitro-lazy {
	background-image: none !important;
}

[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 16 16\'%3e%3cpath stroke=\'white\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M4 8h8\'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate.nitro-lazy {
	background-image: none !important;
}

[type='checkbox']:indeterminate:hover, [type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}

*, ::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-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::-webkit-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-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::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-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/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.
*/
html, body {
	scroll-behavior: smooth;
}

body {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	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";
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

/* Containers */
.container-normal {
	width: 100%;
}

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

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

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

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

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

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

.container-normal {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {
	.container-normal {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

/* Vertical Padding */
.tb-padding-normal {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media (min-width: 768px) {
	.tb-padding-normal {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

@media (min-width: 1024px) {
	.tb-padding-normal {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

.top-padding-normal {
	padding-top: 4rem;
}

@media (min-width: 768px) {
	.top-padding-normal {
		padding-top: 5rem;
	}
}

@media (min-width: 1024px) {
	.top-padding-normal {
		padding-top: 6rem;
	}
}

.bot-padding-normal {
	padding-bottom: 4rem;
}

@media (min-width: 768px) {
	.bot-padding-normal {
		padding-bottom: 5rem;
	}
}

@media (min-width: 1024px) {
	.bot-padding-normal {
		padding-bottom: 6rem;
	}
}

.tb-padding-tall {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media (min-width: 640px) {
	.tb-padding-tall {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media (min-width: 768px) {
	.tb-padding-tall {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

@media (min-width: 1024px) {
	.tb-padding-tall {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

@media (min-width: 1280px) {
	.tb-padding-tall {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
}

.top-padding-tall {
	padding-top: 5rem;
}

@media (min-width: 640px) {
	.top-padding-tall {
		padding-top: 6rem;
	}
}

@media (min-width: 768px) {
	.top-padding-tall {
		padding-top: 7rem;
	}
}

@media (min-width: 1024px) {
	.top-padding-tall {
		padding-top: 8rem;
	}
}

@media (min-width: 1280px) {
	.top-padding-tall {
		padding-top: 9rem;
	}
}

.bot-padding-tall {
	padding-bottom: 5rem;
}

@media (min-width: 640px) {
	.bot-padding-tall {
		padding-bottom: 6rem;
	}
}

@media (min-width: 768px) {
	.bot-padding-tall {
		padding-bottom: 7rem;
	}
}

@media (min-width: 1024px) {
	.bot-padding-tall {
		padding-bottom: 8rem;
	}
}

@media (min-width: 1280px) {
	.bot-padding-tall {
		padding-bottom: 9rem;
	}
}

.tb-padding-short {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

@media (min-width: 1280px) {
	.tb-padding-short {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.top-padding-short {
	padding-top: 3.5rem;
}

@media (min-width: 1280px) {
	.top-padding-short {
		padding-top: 4rem;
	}
}

.bot-padding-short {
	padding-bottom: 3.5rem;
}

@media (min-width: 1280px) {
	.bot-padding-short {
		padding-bottom: 4rem;
	}
}

/* Universal below header padding */
.pad-below-headers {
	padding-top: 1rem;
}

@media (min-width: 768px) {
	.pad-below-headers {
		padding-top: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.pad-below-headers {
		padding-top: 2rem;
	}
}

@media (min-width: 1280px) {
	.pad-below-headers {
		padding-top: 2.25rem;
	}
}

/* Extra Header Padding (due to transparent nav) */
.extra-trans-header-padding {
	padding-top: 5rem;
}

/* Footer */
ul.footer-menu > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(.375rem * var(--tw-space-y-reverse));
}

/* Font Sizes */
h1.h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 900;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	h1.h1 {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {
	h1.h1 {
		font-size: 55px;
	}
}

h1.h1 {
	line-height: 1.1em;
}

h1.h1-single {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 500;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	h1.h1-single {
		font-size: 40px;
	}
}

h1.h1-single {
	line-height: 1em;
}

h2.h2 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 900;
	text-transform: uppercase;
}

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

h2.h2 {
	line-height: 1.1em;
}

h3.h3 {
	font-size: 1.5rem;
	line-height: 1.1rem;
	font-weight: 900;
	text-transform: uppercase;
}

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

@media (min-width: 1024px) {
	h3.h3 {
		font-size: 32px;
	}
}

h3.h3 {
	line-height: 1.1em;
}

h3.h3-small {
	font-size: 1.25rem;
	line-height: 1.1em;
	font-weight: 900;
	text-transform: uppercase;
}

@media (min-width: 640px) {
	h3.h3-small {
		font-size: 1.5rem;
		line-height: 1.1em;
	}
}

@media (min-width: 1024px) {
	h3.h3-small {
		font-size: 25px;
	}
}

h3.h3-small {
	line-height: 1.1em;
}

h4.h4 {
	font-size: 1.25rem;
	line-height: 1.1em;
	font-weight: 900;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	h4.h4 {
		font-size: 22px;
	}
}

h5.h5 {
	font-size: 1.125rem;
	line-height: 1.1em;
	font-weight: 800;
	text-transform: uppercase;
}

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

h6.eyebrow {
	padding-bottom: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	h6.eyebrow {
		padding-bottom: 1.25rem;
	}
}

span.fancy {
	font-weight: 800;
}

.command-prose a, .prose a, .prose-lg a {
	--tw-text-opacity: 1;
	color: rgba(200, 16, 46, var(--tw-text-opacity));
}

/* .command-prose p,
.command-prose a,
.command-prose li {
	@apply text-lg;
} */

/* single.php */
.news-post-body > *:first-child {
	margin-top: 0px;
}

/* Gradient Background */
.bg-grad-white-gray-vert {
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
	--tw-gradient-from: #fdfdfd;
	--tw-gradient-to: rgba(253, 253, 253, 0);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
	--tw-gradient-to: #bebebe;
}

/* Marker Bullets */
.light-mode .command-prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.dark-mode .command-prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/**
 * 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: 475px) {
	.container {
		max-width: 475px;
	}
}

@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);
	max-width: 65ch;
}

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

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-left-width: .25rem;
	border-left-color: var(--tw-prose-quote-borders);
	quotes: "“" "”" "‘" "’";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}

.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: .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: .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: .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: .875em;
	line-height: 1.4285714;
	margin-top: .8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: .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: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
	color: inherit;
	font-size: .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: .875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: .375rem;
	padding-top: .8571429em;
	padding-right: 1.1428571em;
	padding-bottom: .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: .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: .5714286em;
	padding-bottom: .5714286em;
	padding-left: .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: rgba(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(p):not(:where([class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.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: .5em;
	margin-bottom: .5em;
}

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

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

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: .75em;
	margin-bottom: .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: .75em;
	margin-bottom: .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: .5714286em;
	padding-right: .5714286em;
	padding-bottom: .5714286em;
	padding-left: .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-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
	margin-top: .5714286em;
	margin-bottom: .5714286em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-lg {
	font-size: 1.125rem;
	line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
	font-size: 1.2222222em;
	line-height: 1.4545455;
	margin-top: 1.0909091em;
	margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
	font-size: 2.6666667em;
	margin-top: 0;
	margin-bottom: .8333333em;
	line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
	font-size: 1.6666667em;
	margin-top: 1.8666667em;
	margin-bottom: 1.0666667em;
	line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
	font-size: 1.3333333em;
	margin-top: 1.6666667em;
	margin-bottom: .6666667em;
	line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
	margin-top: 1.7777778em;
	margin-bottom: .4444444em;
	line-height: 1.5555556;
}

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

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

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

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
	font-size: .8888889em;
	line-height: 1.5;
	margin-top: 1em;
}

.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
	font-size: .8888889em;
}

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

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

.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
	font-size: .8888889em;
	line-height: 1.75;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: .375rem;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.5555556em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
	font-size: .8888889em;
	line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
	padding-right: .75em;
	padding-bottom: .75em;
	padding-left: .75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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://tailwindcss.com/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.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */
.page-title, .entry-title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	max-width: 60rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(23, 23, 23, var(--tw-text-opacity));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all containers with the `command-prose` class on the
 * frontend, and within the block editor.
 *
 * The `$prose-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */
.command-prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.command-prose :where(blockquote):not(:where([class~="not-prose"] *)) {
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-left-width: .25rem;
	border-left-color: var(--tw-prose-quote-borders);
	quotes: "“" "”" "‘" "’";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}

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

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

.command-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: .8888889em;
	line-height: 1.1111111;
}

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

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

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

.command-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: .6em;
	line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.command-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: .875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: .375rem;
	padding-top: .8571429em;
	padding-right: 1.1428571em;
	padding-bottom: .8571429em;
	padding-left: 1.1428571em;
}

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

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

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

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

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

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

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

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

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

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

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

.command-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: rgba(0, 0, 0, 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.command-prose {
	--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: rgba(0, 0, 0, 50%);
	--tw-prose-invert-th-borders: #525252;
	--tw-prose-invert-td-borders: #404040;
	max-width: none;
}

.command-prose a, .command-prose-lg a {
	--tw-text-opacity: 1;
	color: rgba(200, 16, 46, 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://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/*Buttons*/
.btn-row {
	margin-top: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-row > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.75rem * var(--tw-space-x-reverse));
	margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px) {
	.btn-row {
		margin-top: 2rem;
	}
}

.btn-row-mt-0 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-row-mt-0 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.75rem * var(--tw-space-x-reverse));
	margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.btn, .gform_wrapper.gravity-theme .gform_footer input {
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .025em;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

@media (min-width: 640px) {
	.btn, .gform_wrapper.gravity-theme .gform_footer input {
		display: inline-block;
		width: auto;
	}
}

@media (min-width: 768px) {
	.btn, .gform_wrapper.gravity-theme .gform_footer input {
		font-size: 1rem;
		line-height: 1.5rem;
		letter-spacing: .05em;
	}
}

.btn-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

.glob-link-arrow-cont svg {
	height: 100%;
	width: auto;
	fill: currentColor;
}

/* Category Badges */
.category-badge, .post-category-badge {
	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";
	font-weight: 600;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(200, 16, 46, var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

/* Overlay */
.overlay-gradient {
	background: #000;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .85)), to(rgba(0, 0, 0, .1)));
	background: linear-gradient(90deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.overlay-solid {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	opacity: .5;
}

.proj2-card-overlay {
	/* FF3.6-15 */
	
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .75) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000", GradientType=0);
}

/* Projects Page */
.proj-services-rel span:last-child {
	display: none;
}

/* Projects 2 Block */
@media (min-width: 768px) {
	.proj-2-off-block:nth-child(odd) {
		top: -5rem;
	}
}

@media (min-width: 1280px) {
	.proj-2-off-block:nth-child(odd) {
		top: 0px;
	}
	
	.proj-2-off-block:nth-child(2), .proj-2-off-block:nth-child(5) {
		top: 8rem;
	}
	
	.proj-2-off-block:nth-child(4) {
		top: -7rem;
	}
}

@media (min-width: 1536px) {
	.proj-2-off-block:nth-child(4) {
		top: -8rem;
	}
}

/* Content 1 */
.kallisto-header h2 {
	font-family: Kallisto, sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
}

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

@media (min-width: 1024px) {
	.kallisto-header h2 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

.remove-prose-header-margin h2 {
	margin-top: 0px;
}

/* Stats Num + Desc */
.stat-num {
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(200, 16, 46, var(--tw-text-opacity));
	font-family: Kallisto, sans-serif;
}

.stat-desc {
	font-weight: 700;
	text-transform: uppercase;
}

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

@media (min-width: 1280px) {
	.stat-desc {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.stat-desc {
	font-family: Kallisto, sans-serif;
}

/* Branded Border Card */
.custom-card-style {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

/* Custom 5 - Jobs Image Slider */
.swiper-custom-5 .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

/* Custom 8 - Photo Styling */
.custom8-photo-yes-right {
	--tw-rotate: -3deg;
	-webkit-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));
	-ms-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));
	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));
}

.custom8-photo-yes-left {
	--tw-rotate: 3deg;
	-webkit-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));
	-ms-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));
	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));
}

/* Custom 11 - White Gradient on images */
.custom-11-white-grad {
	background: #fff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .9)));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, .9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

/* Hero 1 - Video Popup Plugin */
.watch-video-shortcode-cont a {
	position: relative;
	display: inline-block;
	padding-top: .875rem;
	padding-bottom: .875rem;
	padding-left: 72px;
	font-weight: 700;
	letter-spacing: .025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-family: Kallisto, sans-serif;
}

.watch-video-shortcode-cont a::before {
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	height: 3.5rem;
	width: 3.5rem;
	content: "";
	background: url("https://cdn-ilekmic.nitrocdn.com/jChSrxqMTaaUhzKABghUohovJzJvcCBl/assets/images/optimized/rev-09b7399/www.montanaresources.com/wp-content/uploads/2024/12/watch-video-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}

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

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

.visible {
	visibility: visible;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.top-32 {
	top: 8rem;
}

.top-0 {
	top: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.bottom-0 {
	bottom: 0px;
}

.-bottom-\[49px\] {
	bottom: -49px;
}

.top-1\/2 {
	top: 50%;
}

.left-1\/2 {
	left: 50%;
}

.bottom-5 {
	bottom: 1.25rem;
}

.right-5 {
	right: 1.25rem;
}

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

.bottom-8 {
	bottom: 2rem;
}

.left-5 {
	left: 1.25rem;
}

.top-8 {
	top: 2rem;
}

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

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

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

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

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

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

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

.z-\[60\] {
	z-index: 60;
}

.z-\[5\] {
	z-index: 5;
}

.z-\[8\] {
	z-index: 8;
}

.z-\[7\] {
	z-index: 7;
}

.z-\[15\] {
	z-index: 15;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

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

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

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

.-my-3 {
	margin-top: -.75rem;
	margin-bottom: -.75rem;
}

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

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

.mr-3 {
	margin-right: .75rem;
}

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

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

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

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

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

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

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

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

.mr-1\.5 {
	margin-right: .375rem;
}

.mr-1 {
	margin-right: .25rem;
}

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

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

.mr-4 {
	margin-right: 1rem;
}

.mt-7 {
	margin-top: 1.75rem;
}

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

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

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

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

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

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

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

.mt-9 {
	margin-top: 2.25rem;
}

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

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

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

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

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

.-mt-1\.5 {
	margin-top: -.375rem;
}

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

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

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

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

.mr-3\.5 {
	margin-right: .875rem;
}

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

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

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

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

.block {
	display: block;
}

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

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

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

.h-full {
	height: 100%;
}

.h-3 {
	height: .75rem;
}

.h-auto {
	height: auto;
}

.h-3\.5 {
	height: .875rem;
}

.h-5 {
	height: 1.25rem;
}

.h-6 {
	height: 1.5rem;
}

.h-12 {
	height: 3rem;
}

.h-8 {
	height: 2rem;
}

.h-64 {
	height: 16rem;
}

.h-32 {
	height: 8rem;
}

.h-px {
	height: 1px;
}

.h-\[56\.25vw\] {
	height: 56.25vw;
}

.h-0 {
	height: 0px;
}

.h-56 {
	height: 14rem;
}

.h-14 {
	height: 3.5rem;
}

.h-16 {
	height: 4rem;
}

.h-10 {
	height: 2.5rem;
}

.h-72 {
	height: 18rem;
}

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

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

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

.h-96 {
	height: 24rem;
}

.h-1\/3 {
	height: 33.333333%;
}

.h-28 {
	height: 7rem;
}

.h-20 {
	height: 5rem;
}

.max-h-12 {
	max-height: 3rem;
}

.max-h-14 {
	max-height: 3.5rem;
}

.min-h-screen {
	min-height: 100vh;
}

.w-full {
	width: 100%;
}

.w-3 {
	width: .75rem;
}

.w-10 {
	width: 2.5rem;
}

.w-5 {
	width: 1.25rem;
}

.w-3\.5 {
	width: .875rem;
}

.w-72 {
	width: 18rem;
}

.w-4 {
	width: 1rem;
}

.w-auto {
	width: auto;
}

.w-7 {
	width: 1.75rem;
}

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

.w-14 {
	width: 3.5rem;
}

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

.w-screen {
	width: 100vw;
}

.w-8 {
	width: 2rem;
}

.w-px {
	width: 1px;
}

.w-28 {
	width: 7rem;
}

.w-20 {
	width: 5rem;
}

.w-24 {
	width: 6rem;
}

.min-w-\[177\.77vh\] {
	min-width: 177.77vh;
}

.max-w-7xl {
	max-width: 80rem;
}

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

.max-w-3xl {
	max-width: 48rem;
}

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

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

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

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

.max-w-6xl {
	max-width: 72rem;
}

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

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

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

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

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

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

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

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

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

.flex-none {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.flex-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-grow-0 {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.origin-center {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.-translate-x-1 {
	--tw-translate-x: -.25rem;
	-webkit-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));
	-ms-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));
	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));
}

.translate-x-\[500px\] {
	--tw-translate-x: 500px;
	-webkit-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));
	-ms-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));
	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));
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	-webkit-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));
	-ms-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));
	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));
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	-webkit-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));
	-ms-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));
	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-45 {
	--tw-rotate: 45deg;
	-webkit-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));
	-ms-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));
	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));
}

.transform {
	-webkit-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));
	-ms-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));
	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;
}

.break-inside-avoid {
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

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

.items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.items-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.justify-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.625rem * var(--tw-space-x-reverse));
	margin-left: calc(.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.5rem * var(--tw-space-x-reverse));
	margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

.overflow-hidden {
	overflow: hidden;
}

.overflow-scroll {
	overflow: scroll;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.rounded {
	border-radius: .25rem;
}

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

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

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

.border {
	border-width: 1px;
}

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

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

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

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

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

.border-l-\[15px\] {
	border-left-width: 15px;
}

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

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

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

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

.border-brand-light-2 {
	--tw-border-opacity: 1;
	border-color: rgba(240, 249, 255, var(--tw-border-opacity));
}

.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

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

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

.border-brand-red {
	--tw-border-opacity: 1;
	border-color: rgba(200, 16, 46, var(--tw-border-opacity));
}

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

.border-brand-dark-2 {
	--tw-border-opacity: 1;
	border-color: rgba(12, 74, 110, var(--tw-border-opacity));
}

.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.bg-brand-light-2 {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}

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

.bg-brand-light-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

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

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

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

.bg-brand-dark-1 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-brand-dark-2 {
	--tw-bg-opacity: 1;
	background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
}

.bg-brand-light-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}

.bg-brand-dark-3 {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
}

.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-brand-copper {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 81, 25, var(--tw-bg-opacity));
}

.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-opacity-80 {
	--tw-bg-opacity: .8;
}

.fill-current {
	fill: currentColor;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.object-center {
	-o-object-position: center;
	object-position: center;
}

.object-top {
	-o-object-position: top;
	object-position: top;
}

.p-6 {
	padding: 1.5rem;
}

.p-4 {
	padding: 1rem;
}

.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

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

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

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

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

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

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

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

.py-3\.5 {
	padding-top: .875rem;
	padding-bottom: .875rem;
}

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

.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

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

.px-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-0\.5 {
	padding-bottom: .125rem;
}

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

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

.pl-3 {
	padding-left: .75rem;
}

.pt-0\.5 {
	padding-top: .125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-28 {
	padding-top: 7rem;
}

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

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

.pt-2\.5 {
	padding-top: .625rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pr-8 {
	padding-right: 2rem;
}

.pb-\[20\%\] {
	padding-bottom: 20%;
}

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

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

.pt-\[15\%\] {
	padding-top: 15%;
}

.pb-\[50px\] {
	padding-bottom: 50px;
}

.pb-\[55\%\] {
	padding-bottom: 55%;
}

.pb-1\.5 {
	padding-bottom: .375rem;
}

.pb-\[56\.25\%\] {
	padding-bottom: 56.25%;
}

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

.pr-4 {
	padding-right: 1rem;
}

.pt-7 {
	padding-top: 1.75rem;
}

.pr-3 {
	padding-right: .75rem;
}

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

.pb-96 {
	padding-bottom: 24rem;
}

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

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

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

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

.font-sans {
	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";
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

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

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

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

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

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

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

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

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

.font-extrabold {
	font-weight: 800;
}

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

.uppercase {
	text-transform: uppercase;
}

.tracking-widest {
	letter-spacing: .1em;
}

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

.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

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

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

.text-brand-red {
	--tw-text-opacity: 1;
	color: rgba(200, 16, 46, var(--tw-text-opacity));
}

.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-50 {
	--tw-text-opacity: 1;
	color: rgba(249, 250, 251, var(--tw-text-opacity));
}

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

.opacity-10 {
	opacity: .1;
}

.opacity-80 {
	opacity: .8;
}

.opacity-60 {
	opacity: .6;
}

.opacity-0 {
	opacity: 0;
}

.opacity-50 {
	opacity: .5;
}

.opacity-30 {
	opacity: .3;
}

.opacity-90 {
	opacity: .9;
}

.opacity-40 {
	opacity: .4;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.drop-shadow-md {
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
	-webkit-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);
	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);
}

.drop-shadow-sm {
	--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, .05));
	-webkit-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);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

.transition-colors {
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

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

.transition-all {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

.transition-transform {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

/**
 * 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://tailwindcss.com/docs/plugins#adding-utilities
 */

/* GravityForms */
.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gform_body .gfield textarea.large {
	height: 10rem;
}

.cta4-block .center-submit-btn .gform_wrapper.gravity-theme .gform_footer input {
	margin-left: auto;
	margin-right: auto;
}

.gform_wrapper.gravity-theme #field_submit.gfield input {
	height: auto;
	cursor: pointer;
	border-radius: .375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-weight: 600;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

@media (min-width: 640px) {
	.gform_wrapper.gravity-theme #field_submit.gfield input {
		height: 42px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gform_body .gfield textarea.large {
	font-family: open-sans, sans-serif !important;
	font-weight: medium !important;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gform-field-label {
	text-transform: uppercase;
	letter-spacing: .025em;
	font-family: Kallisto, sans-serif;
	font-weight: 500 !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .025em;
	font-family: Kallisto, sans-serif;
}

/* WP Search Form */
form.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

form.search-form > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.5rem * var(--tw-space-x-reverse));
	margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

input.search-submit {
	cursor: pointer;
	border-radius: .125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	font-weight: 500;
}

/* Number Pagination */
.navigation.pagination {
	display: block;
	width: 100%;
	padding-top: 2rem;
}

@media (min-width: 1024px) {
	.navigation.pagination {
		padding-top: 2.5rem;
	}
}

@media (min-width: 1280px) {
	.navigation.pagination {
		padding-top: 3rem;
	}
}

.navigation.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation.pagination .nav-links > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(.625rem * var(--tw-space-x-reverse));
	margin-left: calc(.625rem * calc(1 - var(--tw-space-x-reverse)));
}

a.page-numbers, span.page-numbers {
	border-radius: .125rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	padding-left: .625rem;
	padding-right: .625rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-weight: 500;
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
}

a.page-numbers.prev, a.page-numbers.next {
	display: none;
}

/* Swiper.js Pagination */
.custom-swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 1rem;
	width: 1rem;
	border-width: 2px;
	background-color: transparent;
	opacity: 1;
}

.inline-swiper-nav-arrows .swiper-button-next, .inline-swiper-nav-arrows .swiper-button-prev {
	margin-top: -2.5rem;
	height: 5rem;
	width: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
	.inline-swiper-nav-arrows .swiper-button-next, .inline-swiper-nav-arrows .swiper-button-prev {
		width: 2.5rem;
	}
}

.inline-swiper-nav-arrows .swiper-button-next::after, .inline-swiper-nav-arrows .swiper-button-prev::after {
	font-size: 3rem;
	line-height: 1;
}

@media (min-width: 1024px) {
	.inline-swiper-nav-arrows .swiper-button-next::after, .inline-swiper-nav-arrows .swiper-button-prev::after {
		font-size: 3.75rem;
		line-height: 1;
	}
}

.hover\:text-brand-red:hover {
	--tw-text-opacity: 1;
	color: rgba(200, 16, 46, var(--tw-text-opacity));
}

.hover\:opacity-90:hover {
	opacity: .9;
}

.group:hover .group-hover\:-translate-y-1 {
	--tw-translate-y: -.25rem;
	-webkit-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));
	-ms-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));
	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));
}

.group:hover .group-hover\:translate-y-1 {
	--tw-translate-y: .25rem;
	-webkit-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));
	-ms-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));
	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));
}

.group:hover .group-hover\:-translate-y-6 {
	--tw-translate-y: -1.5rem;
	-webkit-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));
	-ms-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));
	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));
}

.group:hover .group-hover\:text-brand-red {
	--tw-text-opacity: 1;
	color: rgba(200, 16, 46, var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}

@media (min-width: 475px) {
	.xs\:mr-5 {
		margin-right: 1.25rem;
	}
	
	.xs\:-mr-4 {
		margin-right: -1rem;
	}
	
	.xs\:h-\[450px\] {
		height: 450px;
	}
	
	.xs\:w-1\/2 {
		width: 50%;
	}
	
	.xs\:max-w-full {
		max-width: 100%;
	}
	
	.xs\:flex-grow {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.xs\:justify-start {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.xs\:pb-\[45\%\] {
		padding-bottom: 45%;
	}
	
	.xs\:pr-4 {
		padding-right: 1rem;
	}
	
	.xs\:text-left {
		text-align: left;
	}
	
	.xs\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
}

@media (min-width: 640px) {
	.sm\:sticky {
		position: -webkit-sticky;
		position: sticky;
	}
	
	.sm\:top-36 {
		top: 9rem;
	}
	
	.sm\:-mr-3 {
		margin-right: -.75rem;
	}
	
	.sm\:mb-0 {
		margin-bottom: 0px;
	}
	
	.sm\:mr-6 {
		margin-right: 1.5rem;
	}
	
	.sm\:mt-0 {
		margin-top: 0px;
	}
	
	.sm\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.sm\:ml-0 {
		margin-left: 0px;
	}
	
	.sm\:-mr-6 {
		margin-right: -1.5rem;
	}
	
	.sm\:mt-6 {
		margin-top: 1.5rem;
	}
	
	.sm\:-mr-4 {
		margin-right: -1rem;
	}
	
	.sm\:-mb-5 {
		margin-bottom: -1.25rem;
	}
	
	.sm\:mb-5 {
		margin-bottom: 1.25rem;
	}
	
	.sm\:inline-block {
		display: inline-block;
	}
	
	.sm\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.sm\:inline-flex {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.sm\:hidden {
		display: none;
	}
	
	.sm\:h-80 {
		height: 20rem;
	}
	
	.sm\:h-72 {
		height: 18rem;
	}
	
	.sm\:h-\[500px\] {
		height: 500px;
	}
	
	.sm\:h-1\/2 {
		height: 50%;
	}
	
	.sm\:w-40 {
		width: 10rem;
	}
	
	.sm\:w-1\/2 {
		width: 50%;
	}
	
	.sm\:w-44 {
		width: 11rem;
	}
	
	.sm\:w-auto {
		width: auto;
	}
	
	.sm\:w-4 {
		width: 1rem;
	}
	
	.sm\:w-5 {
		width: 1.25rem;
	}
	
	.sm\:max-w-\[640px\] {
		max-width: 640px;
	}
	
	.sm\:max-w-\[100px\] {
		max-width: 100px;
	}
	
	.sm\:max-w-\[200px\] {
		max-width: 200px;
	}
	
	.sm\:columns-2 {
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;
	}
	
	.sm\:flex-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.sm\:justify-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.sm\:gap-4 {
		gap: 1rem;
	}
	
	.sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(3rem * var(--tw-space-y-reverse));
	}
	
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.sm\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
	.sm\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.sm\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.sm\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.sm\:pl-8 {
		padding-left: 2rem;
	}
	
	.sm\:pt-4 {
		padding-top: 1rem;
	}
	
	.sm\:pt-0 {
		padding-top: 0px;
	}
	
	.sm\:pt-10 {
		padding-top: 2.5rem;
	}
	
	.sm\:pr-3 {
		padding-right: .75rem;
	}
	
	.sm\:pr-4 {
		padding-right: 1rem;
	}
	
	.sm\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.sm\:pb-0 {
		padding-bottom: 0px;
	}
	
	.sm\:pb-\[18\%\] {
		padding-bottom: 18%;
	}
	
	.sm\:pb-\[35\%\] {
		padding-bottom: 35%;
	}
	
	.sm\:pt-14 {
		padding-top: 3.5rem;
	}
	
	.sm\:pb-80 {
		padding-bottom: 20rem;
	}
	
	.sm\:pb-3 {
		padding-bottom: .75rem;
	}
	
	.sm\:pt-2 {
		padding-top: .5rem;
	}
	
	.sm\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.sm\:pr-8 {
		padding-right: 2rem;
	}
	
	.sm\:text-left {
		text-align: left;
	}
	
	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 768px) {
	.md\:prose-lg {
		font-size: 1.125rem;
		line-height: 1.7777778;
	}
	
	.md\:prose-lg :where(p):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}
	
	.md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
		font-size: 1.2222222em;
		line-height: 1.4545455;
		margin-top: 1.0909091em;
		margin-bottom: 1.0909091em;
	}
	
	.md\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
		margin-top: 1.6666667em;
		margin-bottom: 1.6666667em;
		padding-left: 1em;
	}
	
	.md\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
		font-size: 2.6666667em;
		margin-top: 0;
		margin-bottom: .8333333em;
		line-height: 1;
	}
	
	.md\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
		font-size: 1.6666667em;
		margin-top: 1.8666667em;
		margin-bottom: 1.0666667em;
		line-height: 1.3333333;
	}
	
	.md\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
		font-size: 1.3333333em;
		margin-top: 1.6666667em;
		margin-bottom: .6666667em;
		line-height: 1.5;
	}
	
	.md\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: .4444444em;
		line-height: 1.5555556;
	}
	
	.md\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	
	.md\:prose-lg :where(video):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	
	.md\:prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	
	.md\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.md\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
		line-height: 1.5;
		margin-top: 1em;
	}
	
	.md\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
	}
	
	.md\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
		font-size: .8666667em;
	}
	
	.md\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
		font-size: .875em;
	}
	
	.md\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
		line-height: 1.75;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: .375rem;
		padding-top: 1em;
		padding-right: 1.5em;
		padding-bottom: 1em;
		padding-left: 1.5em;
	}
	
	.md\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
		padding-left: 1.5555556em;
	}
	
	.md\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
		padding-left: 1.5555556em;
	}
	
	.md\:prose-lg :where(li):not(:where([class~="not-prose"] *)) {
		margin-top: .6666667em;
		margin-bottom: .6666667em;
	}
	
	.md\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
		padding-left: .4444444em;
	}
	
	.md\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
		padding-left: .4444444em;
	}
	
	.md\:prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
		margin-top: .8888889em;
		margin-bottom: .8888889em;
	}
	
	.md\:prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
	}
	
	.md\:prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 1.3333333em;
	}
	
	.md\:prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
	}
	
	.md\:prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 1.3333333em;
	}
	
	.md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
		margin-top: .8888889em;
		margin-bottom: .8888889em;
	}
	
	.md\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
		margin-top: 3.1111111em;
		margin-bottom: 3.1111111em;
	}
	
	.md\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.md\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
		line-height: 1.5;
	}
	
	.md\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
		padding-right: .75em;
		padding-bottom: .75em;
		padding-left: .75em;
	}
	
	.md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
		padding-left: 0;
	}
	
	.md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
		padding-right: 0;
	}
	
	.md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
		padding-top: .75em;
		padding-right: .75em;
		padding-bottom: .75em;
		padding-left: .75em;
	}
	
	.md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
		padding-left: 0;
	}
	
	.md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
		padding-right: 0;
	}
	
	.md\:prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.md\:prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 0;
	}
	
	.md\:bottom-10 {
		bottom: 2.5rem;
	}
	
	.md\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.md\:-mr-4 {
		margin-right: -1rem;
	}
	
	.md\:mr-10 {
		margin-right: 2.5rem;
	}
	
	.md\:-mb-14 {
		margin-bottom: -3.5rem;
	}
	
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	
	.md\:-mr-\[50px\] {
		margin-right: -50px;
	}
	
	.md\:-mr-8 {
		margin-right: -2rem;
	}
	
	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}
	
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	
	.md\:-mb-4 {
		margin-bottom: -1rem;
	}
	
	.md\:mt-\[3px\] {
		margin-top: 3px;
	}
	
	.md\:mr-4 {
		margin-right: 1rem;
	}
	
	.md\:mr-3\.5 {
		margin-right: .875rem;
	}
	
	.md\:mr-3 {
		margin-right: .75rem;
	}
	
	.md\:mr-5 {
		margin-right: 1.25rem;
	}
	
	.md\:mt-6 {
		margin-top: 1.5rem;
	}
	
	.md\:mt-12 {
		margin-top: 3rem;
	}
	
	.md\:-mb-8 {
		margin-bottom: -2rem;
	}
	
	.md\:inline {
		display: inline;
	}
	
	.md\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.md\:h-4 {
		height: 1rem;
	}
	
	.md\:h-96 {
		height: 24rem;
	}
	
	.md\:h-56 {
		height: 14rem;
	}
	
	.md\:h-16 {
		height: 4rem;
	}
	
	.md\:h-20 {
		height: 5rem;
	}
	
	.md\:h-12 {
		height: 3rem;
	}
	
	.md\:h-\[550px\] {
		height: 550px;
	}
	
	.md\:h-32 {
		height: 8rem;
	}
	
	.md\:h-24 {
		height: 6rem;
	}
	
	.md\:w-64 {
		width: 16rem;
	}
	
	.md\:w-4 {
		width: 1rem;
	}
	
	.md\:w-12 {
		width: 3rem;
	}
	
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	
	.md\:w-1\/2 {
		width: 50%;
	}
	
	.md\:w-6 {
		width: 1.5rem;
	}
	
	.md\:w-10 {
		width: 2.5rem;
	}
	
	.md\:w-5 {
		width: 1.25rem;
	}
	
	.md\:w-1\/4 {
		width: 25%;
	}
	
	.md\:w-32 {
		width: 8rem;
	}
	
	.md\:w-24 {
		width: 6rem;
	}
	
	.md\:w-28 {
		width: 7rem;
	}
	
	.md\:w-8 {
		width: 2rem;
	}
	
	.md\:w-3\/4 {
		width: 75%;
	}
	
	.md\:max-w-md {
		max-width: 28rem;
	}
	
	.md\:max-w-3xl {
		max-width: 48rem;
	}
	
	.md\:max-w-\[280px\] {
		max-width: 280px;
	}
	
	.md\:flex-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.md\: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));
	}
	
	.md\:p-6 {
		padding: 1.5rem;
	}
	
	.md\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
	
	.md\:py-3 {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	
	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.md\:pt-8 {
		padding-top: 2rem;
	}
	
	.md\:pl-12 {
		padding-left: 3rem;
	}
	
	.md\:pt-12 {
		padding-top: 3rem;
	}
	
	.md\:pb-6 {
		padding-bottom: 1.5rem;
	}
	
	.md\:pt-20 {
		padding-top: 5rem;
	}
	
	.md\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.md\:pb-20 {
		padding-bottom: 5rem;
	}
	
	.md\:pb-14 {
		padding-bottom: 3.5rem;
	}
	
	.md\:pt-32 {
		padding-top: 8rem;
	}
	
	.md\:pt-4 {
		padding-top: 1rem;
	}
	
	.md\:pr-4 {
		padding-right: 1rem;
	}
	
	.md\:pt-10 {
		padding-top: 2.5rem;
	}
	
	.md\:pt-6 {
		padding-top: 1.5rem;
	}
	
	.md\:pr-\[50px\] {
		padding-right: 50px;
	}
	
	.md\:pb-\[25\%\] {
		padding-bottom: 25%;
	}
	
	.md\:pr-8 {
		padding-right: 2rem;
	}
	
	.md\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.md\:pt-0\.5 {
		padding-top: .125rem;
	}
	
	.md\:pt-0 {
		padding-top: 0px;
	}
	
	.md\:pb-96 {
		padding-bottom: 24rem;
	}
	
	.md\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.md\:pt-2 {
		padding-top: .5rem;
	}
	
	.md\:pt-5 {
		padding-top: 1.25rem;
	}
	
	.md\:pl-5 {
		padding-left: 1.25rem;
	}
	
	.md\:pl-8 {
		padding-left: 2rem;
	}
	
	.md\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.md\:pt-14 {
		padding-top: 3.5rem;
	}
	
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.md\:text-\[27px\] {
		font-size: 27px;
	}
	
	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {
	.lg\:prose-lg {
		font-size: 1.125rem;
		line-height: 1.7777778;
	}
	
	.lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}
	
	.lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
		font-size: 1.2222222em;
		line-height: 1.4545455;
		margin-top: 1.0909091em;
		margin-bottom: 1.0909091em;
	}
	
	.lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
		margin-top: 1.6666667em;
		margin-bottom: 1.6666667em;
		padding-left: 1em;
	}
	
	.lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
		font-size: 2.6666667em;
		margin-top: 0;
		margin-bottom: .8333333em;
		line-height: 1;
	}
	
	.lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
		font-size: 1.6666667em;
		margin-top: 1.8666667em;
		margin-bottom: 1.0666667em;
		line-height: 1.3333333;
	}
	
	.lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
		font-size: 1.3333333em;
		margin-top: 1.6666667em;
		margin-bottom: .6666667em;
		line-height: 1.5;
	}
	
	.lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: .4444444em;
		line-height: 1.5555556;
	}
	
	.lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	
	.lg\:prose-lg :where(video):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	
	.lg\:prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}
	
	.lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
		line-height: 1.5;
		margin-top: 1em;
	}
	
	.lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
	}
	
	.lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
		font-size: .8666667em;
	}
	
	.lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
		font-size: .875em;
	}
	
	.lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
		line-height: 1.75;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: .375rem;
		padding-top: 1em;
		padding-right: 1.5em;
		padding-bottom: 1em;
		padding-left: 1.5em;
	}
	
	.lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
		padding-left: 1.5555556em;
	}
	
	.lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
		padding-left: 1.5555556em;
	}
	
	.lg\:prose-lg :where(li):not(:where([class~="not-prose"] *)) {
		margin-top: .6666667em;
		margin-bottom: .6666667em;
	}
	
	.lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
		padding-left: .4444444em;
	}
	
	.lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
		padding-left: .4444444em;
	}
	
	.lg\:prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
		margin-top: .8888889em;
		margin-bottom: .8888889em;
	}
	
	.lg\:prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
	}
	
	.lg\:prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 1.3333333em;
	}
	
	.lg\:prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 1.3333333em;
	}
	
	.lg\:prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 1.3333333em;
	}
	
	.lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
		margin-top: .8888889em;
		margin-bottom: .8888889em;
	}
	
	.lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
		margin-top: 3.1111111em;
		margin-bottom: 3.1111111em;
	}
	
	.lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
		font-size: .8888889em;
		line-height: 1.5;
	}
	
	.lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
		padding-right: .75em;
		padding-bottom: .75em;
		padding-left: .75em;
	}
	
	.lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
		padding-left: 0;
	}
	
	.lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
		padding-right: 0;
	}
	
	.lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
		padding-top: .75em;
		padding-right: .75em;
		padding-bottom: .75em;
		padding-left: .75em;
	}
	
	.lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
		padding-left: 0;
	}
	
	.lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
		padding-right: 0;
	}
	
	.lg\:prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 0;
	}
	
	.lg\:prose-xl {
		font-size: 1.25rem;
		line-height: 1.8;
	}
	
	.lg\:prose-xl :where(p):not(:where([class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}
	
	.lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
		font-size: 1.2em;
		line-height: 1.5;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-left: 1.0666667em;
	}
	
	.lg\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: .8571429em;
		line-height: 1;
	}
	
	.lg\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
		font-size: 1.8em;
		margin-top: 1.5555556em;
		margin-bottom: .8888889em;
		line-height: 1.1111111;
	}
	
	.lg\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
		font-size: 1.5em;
		margin-top: 1.6em;
		margin-bottom: .6666667em;
		line-height: 1.3333333;
	}
	
	.lg\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
		margin-top: 1.8em;
		margin-bottom: .6em;
		line-height: 1.6;
	}
	
	.lg\:prose-xl :where(img):not(:where([class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	.lg\:prose-xl :where(video):not(:where([class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	.lg\:prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	.lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
		font-size: .9em;
		line-height: 1.5555556;
		margin-top: 1em;
	}
	
	.lg\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
		font-size: .9em;
	}
	
	.lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
		font-size: .8611111em;
	}
	
	.lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
		font-size: .9em;
	}
	
	.lg\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
		font-size: .9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: .5rem;
		padding-top: 1.1111111em;
		padding-right: 1.3333333em;
		padding-bottom: 1.1111111em;
		padding-left: 1.3333333em;
	}
	
	.lg\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-left: 1.6em;
	}
	
	.lg\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		padding-left: 1.6em;
	}
	
	.lg\:prose-xl :where(li):not(:where([class~="not-prose"] *)) {
		margin-top: .6em;
		margin-bottom: .6em;
	}
	
	.lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
		padding-left: .4em;
	}
	
	.lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
		padding-left: .4em;
	}
	
	.lg\:prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
		margin-top: .8em;
		margin-bottom: .8em;
	}
	
	.lg\:prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 1.2em;
	}
	
	.lg\:prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 1.2em;
	}
	
	.lg\:prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 1.2em;
	}
	
	.lg\:prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 1.2em;
	}
	
	.lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
		margin-top: .8em;
		margin-bottom: .8em;
	}
	
	.lg\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
		margin-top: 2.8em;
		margin-bottom: 2.8em;
	}
	
	.lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
		font-size: .9em;
		line-height: 1.5555556;
	}
	
	.lg\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
		padding-right: .6666667em;
		padding-bottom: .8888889em;
		padding-left: .6666667em;
	}
	
	.lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
		padding-left: 0;
	}
	
	.lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
		padding-right: 0;
	}
	
	.lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
		padding-top: .8888889em;
		padding-right: .6666667em;
		padding-bottom: .8888889em;
		padding-left: .6666667em;
	}
	
	.lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
		padding-left: 0;
	}
	
	.lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
		padding-right: 0;
	}
	
	.lg\:prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
		margin-top: 0;
	}
	
	.lg\:prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
		margin-bottom: 0;
	}
	
	.lg\:absolute {
		position: absolute;
	}
	
	.lg\:sticky {
		position: -webkit-sticky;
		position: sticky;
	}
	
	.lg\:top-44 {
		top: 11rem;
	}
	
	.lg\:top-0 {
		top: 0px;
	}
	
	.lg\:bottom-0 {
		bottom: 0px;
	}
	
	.lg\:right-0 {
		right: 0px;
	}
	
	.lg\:left-0 {
		left: 0px;
	}
	
	.lg\:left-6 {
		left: 1.5rem;
	}
	
	.lg\:-left-4 {
		left: -1rem;
	}
	
	.lg\:-top-8 {
		top: -2rem;
	}
	
	.lg\:order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.lg\:order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	
	.lg\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	
	.lg\:-mr-4 {
		margin-right: -1rem;
	}
	
	.lg\:mr-5 {
		margin-right: 1.25rem;
	}
	
	.lg\:ml-10 {
		margin-left: 2.5rem;
	}
	
	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}
	
	.lg\:mt-0 {
		margin-top: 0px;
	}
	
	.lg\:-mb-10 {
		margin-bottom: -2.5rem;
	}
	
	.lg\:-mt-6 {
		margin-top: -1.5rem;
	}
	
	.lg\:mt-10 {
		margin-top: 2.5rem;
	}
	
	.lg\:mb-9 {
		margin-bottom: 2.25rem;
	}
	
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	
	.lg\:-mt-5 {
		margin-top: -1.25rem;
	}
	
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	
	.lg\:mr-0 {
		margin-right: 0px;
	}
	
	.lg\:ml-0 {
		margin-left: 0px;
	}
	
	.lg\:-mr-6 {
		margin-right: -1.5rem;
	}
	
	.lg\:-mb-3 {
		margin-bottom: -.75rem;
	}
	
	.lg\:mt-14 {
		margin-top: 3.5rem;
	}
	
	.lg\:-mb-14 {
		margin-bottom: -3.5rem;
	}
	
	.lg\:-mb-6 {
		margin-bottom: -1.5rem;
	}
	
	.lg\:-mb-12 {
		margin-bottom: -3rem;
	}
	
	.lg\:-mr-3 {
		margin-right: -.75rem;
	}
	
	.lg\:-mt-2 {
		margin-top: -.5rem;
	}
	
	.lg\:-mr-8 {
		margin-right: -2rem;
	}
	
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	
	.lg\:-mr-5 {
		margin-right: -1.25rem;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:inline-block {
		display: inline-block;
	}
	
	.lg\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:h-56 {
		height: 14rem;
	}
	
	.lg\:h-64 {
		height: 16rem;
	}
	
	.lg\:h-20 {
		height: 5rem;
	}
	
	.lg\:h-24 {
		height: 6rem;
	}
	
	.lg\:h-14 {
		height: 3.5rem;
	}
	
	.lg\:h-full {
		height: 100%;
	}
	
	.lg\:h-12 {
		height: 3rem;
	}
	
	.lg\:h-40 {
		height: 10rem;
	}
	
	.lg\:h-16 {
		height: 4rem;
	}
	
	.lg\:w-80 {
		width: 20rem;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-3\/5 {
		width: 60%;
	}
	
	.lg\:w-2\/5 {
		width: 40%;
	}
	
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	
	.lg\:w-16 {
		width: 4rem;
	}
	
	.lg\:w-14 {
		width: 3.5rem;
	}
	
	.lg\:w-\[300px\] {
		width: 300px;
	}
	
	.lg\:w-72 {
		width: 18rem;
	}
	
	.lg\:w-auto {
		width: auto;
	}
	
	.lg\:w-1\/4 {
		width: 25%;
	}
	
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	
	.lg\:w-3\/4 {
		width: 75%;
	}
	
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	
	.lg\:w-7\/12 {
		width: 58.333333%;
	}
	
	.lg\:w-full {
		width: 100%;
	}
	
	.lg\:w-12 {
		width: 3rem;
	}
	
	.lg\:w-40 {
		width: 10rem;
	}
	
	.lg\:w-32 {
		width: 8rem;
	}
	
	.lg\:w-10 {
		width: 2.5rem;
	}
	
	.lg\:w-8 {
		width: 2rem;
	}
	
	.lg\:max-w-\[487px\] {
		max-width: 487px;
	}
	
	.lg\:max-w-xs {
		max-width: 20rem;
	}
	
	.lg\:flex-none {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
	
	.lg\:flex-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.lg\:justify-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.lg\:gap-5 {
		gap: 1.25rem;
	}
	
	.lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	}
	
	.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}
	
	.lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}
	
	.lg\:border-r {
		border-right-width: 1px;
	}
	
	.lg\:border-l {
		border-left-width: 1px;
	}
	
	.lg\:border-gray-300 {
		--tw-border-opacity: 1;
		border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	}
	
	.lg\:p-8 {
		padding: 2rem;
	}
	
	.lg\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}
	
	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	
	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	
	.lg\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	
	.lg\:py-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	
	.lg\:pt-10 {
		padding-top: 2.5rem;
	}
	
	.lg\:pl-14 {
		padding-left: 3.5rem;
	}
	
	.lg\:pt-3 {
		padding-top: .75rem;
	}
	
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	
	.lg\:pt-0 {
		padding-top: 0px;
	}
	
	.lg\:pr-12 {
		padding-right: 3rem;
	}
	
	.lg\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.lg\:pr-4 {
		padding-right: 1rem;
	}
	
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	
	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.lg\:pt-1 {
		padding-top: .25rem;
	}
	
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	
	.lg\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	
	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}
	
	.lg\:pt-8 {
		padding-top: 2rem;
	}
	
	.lg\:pl-10 {
		padding-left: 2.5rem;
	}
	
	.lg\:pb-6 {
		padding-bottom: 1.5rem;
	}
	
	.lg\:pt-36 {
		padding-top: 9rem;
	}
	
	.lg\:pb-16 {
		padding-bottom: 4rem;
	}
	
	.lg\:pt-14 {
		padding-top: 3.5rem;
	}
	
	.lg\:pt-6 {
		padding-top: 1.5rem;
	}
	
	.lg\:pt-12 {
		padding-top: 3rem;
	}
	
	.lg\:pr-16 {
		padding-right: 4rem;
	}
	
	.lg\:pl-16 {
		padding-left: 4rem;
	}
	
	.lg\:pb-\[15\%\] {
		padding-bottom: 15%;
	}
	
	.lg\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.lg\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.lg\:pt-44 {
		padding-top: 11rem;
	}
	
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	
	.lg\:pb-\[40\%\] {
		padding-bottom: 40%;
	}
	
	.lg\:pt-4 {
		padding-top: 1rem;
	}
	
	.lg\:pb-3 {
		padding-bottom: .75rem;
	}
	
	.lg\:pt-16 {
		padding-top: 4rem;
	}
	
	.lg\:pt-5 {
		padding-top: 1.25rem;
	}
	
	.lg\:pr-3 {
		padding-right: .75rem;
	}
	
	.lg\:pt-9 {
		padding-top: 2.25rem;
	}
	
	.lg\:pb-\[450px\] {
		padding-bottom: 450px;
	}
	
	.lg\:pt-7 {
		padding-top: 1.75rem;
	}
	
	.lg\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.lg\:pr-5 {
		padding-right: 1.25rem;
	}
	
	.lg\:pt-2 {
		padding-top: .5rem;
	}
	
	.lg\:text-left {
		text-align: left;
	}
	
	.lg\:text-right {
		text-align: right;
	}
	
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.lg\:text-\[27px\] {
		font-size: 27px;
	}
	
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.lg\:font-medium {
		font-weight: 500;
	}
	
	.lg\:shadow-none {
		--tw-shadow: 0 0 rgba(0, 0, 0, 0);
		--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
		-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
	}
}

@media (min-width: 1280px) {
	.xl\:bottom-14 {
		bottom: 3.5rem;
	}
	
	.xl\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	
	.xl\:-mr-6 {
		margin-right: -1.5rem;
	}
	
	.xl\:mr-10 {
		margin-right: 2.5rem;
	}
	
	.xl\:ml-16 {
		margin-left: 4rem;
	}
	
	.xl\:-mr-5 {
		margin-right: -1.25rem;
	}
	
	.xl\:mt-12 {
		margin-top: 3rem;
	}
	
	.xl\:-mb-4 {
		margin-bottom: -1rem;
	}
	
	.xl\:mt-16 {
		margin-top: 4rem;
	}
	
	.xl\:-mb-16 {
		margin-bottom: -4rem;
	}
	
	.xl\:mr-5 {
		margin-right: 1.25rem;
	}
	
	.xl\:-mr-10 {
		margin-right: -2.5rem;
	}
	
	.xl\:-mt-2 {
		margin-top: -.5rem;
	}
	
	.xl\:mr-6 {
		margin-right: 1.5rem;
	}
	
	.xl\:-mb-5 {
		margin-bottom: -1.25rem;
	}
	
	.xl\:block {
		display: block;
	}
	
	.xl\:hidden {
		display: none;
	}
	
	.xl\:h-72 {
		height: 18rem;
	}
	
	.xl\:h-\[600px\] {
		height: 600px;
	}
	
	.xl\:min-h-\[165px\] {
		min-height: 165px;
	}
	
	.xl\:w-2\/3 {
		width: 66.666667%;
	}
	
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	
	.xl\:w-1\/4 {
		width: 25%;
	}
	
	.xl\:w-5\/12 {
		width: 41.666667%;
	}
	
	.xl\:w-7\/12 {
		width: 58.333333%;
	}
	
	.xl\:w-1\/2 {
		width: 50%;
	}
	
	.xl\:w-12 {
		width: 3rem;
	}
	
	.xl\:w-1\/5 {
		width: 20%;
	}
	
	.xl\:w-1\/6 {
		width: 16.666667%;
	}
	
	.xl\:w-36 {
		width: 9rem;
	}
	
	.xl\:max-w-\[615px\] {
		max-width: 615px;
	}
	
	.xl\:columns-3 {
		-moz-columns: 3;
		-webkit-columns: 3;
		columns: 3;
	}
	
	.xl\:items-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.xl\:justify-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
	}
	
	.xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(3rem * var(--tw-space-x-reverse));
		margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
	}
	
	.xl\: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));
	}
	
	.xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
	}
	
	.xl\:p-10 {
		padding: 2.5rem;
	}
	
	.xl\:p-5 {
		padding: 1.25rem;
	}
	
	.xl\:py-60 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}
	
	.xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.xl\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	
	.xl\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	
	.xl\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	
	.xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
	.xl\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	
	.xl\:pt-12 {
		padding-top: 3rem;
	}
	
	.xl\:pl-16 {
		padding-left: 4rem;
	}
	
	.xl\:pr-20 {
		padding-right: 5rem;
	}
	
	.xl\:pl-20 {
		padding-left: 5rem;
	}
	
	.xl\:pt-28 {
		padding-top: 7rem;
	}
	
	.xl\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.xl\:pt-44 {
		padding-top: 11rem;
	}
	
	.xl\:pb-5 {
		padding-bottom: 1.25rem;
	}
	
	.xl\:pr-16 {
		padding-right: 4rem;
	}
	
	.xl\:pr-5 {
		padding-right: 1.25rem;
	}
	
	.xl\:pb-\[12\%\] {
		padding-bottom: 12%;
	}
	
	.xl\:pl-12 {
		padding-left: 3rem;
	}
	
	.xl\:pt-\[10\%\] {
		padding-top: 10%;
	}
	
	.xl\:pb-16 {
		padding-bottom: 4rem;
	}
	
	.xl\:pr-10 {
		padding-right: 2.5rem;
	}
	
	.xl\:pt-6 {
		padding-top: 1.5rem;
	}
	
	.xl\:pr-8 {
		padding-right: 2rem;
	}
	
	.xl\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.xl\:pt-20 {
		padding-top: 5rem;
	}
	
	.xl\:pb-28 {
		padding-bottom: 7rem;
	}
	
	.xl\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.xl\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.xl\:pt-7 {
		padding-top: 1.75rem;
	}
	
	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.xl\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
}

@media (min-width: 1536px) {
	.\32xl\:h-72 {
		height: 18rem;
	}
	
	.\32xl\:h-\[625px\] {
		height: 625px;
	}
	
	.\32xl\:w-2\/5 {
		width: 40%;
	}
	
	.\32xl\:w-3\/5 {
		width: 60%;
	}
	
	.\32xl\:w-1\/5 {
		width: 20%;
	}
	
	.\32xl\:max-w-\[743px\] {
		max-width: 743px;
	}
	
	.\32xl\:pt-52 {
		padding-top: 13rem;
	}
	
	.\32xl\:pb-\[32\%\] {
		padding-bottom: 32%;
	}
	
	.\32xl\:pb-\[500px\] {
		padding-bottom: 500px;
	}
}

/* Custom CSS (July 2025) */
.img-cap {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	padding-top: .5rem;
	font-family: open-sans, sans-serif;
}

@media (width >= 64rem) {
	.content2-img-cap {
		position: absolute;
		bottom: -2rem;
		left: 0;
		width: 100%;
	}
	
	.content2-img, .custom13-text {
		width: 55%;
	}
	
	.content2-normal-img {
		position: absolute;
		z-index: 10;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		top: 0;
		left: 0;
	}
	
	.content2-text {
		width: 45%;
		min-height: 400px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.content2-text .command-prose {
		max-width: 500px;
	}
	
	.content2-left-text {
		padding-right: 3rem;
	}
	
	.content2-right-text {
		padding-left: 3rem;
	}
	
	.custom13-img {
		width: 45%;
	}
	
	.custom13-right-img {
		padding-right: 3rem;
	}
	
	.custom13-left-img {
		padding-left: 3rem;
	}
}

.content2-overlay-img-text {
	position: absolute;
	z-index: 11;
	left: 1.5rem;
	bottom: 1.5rem;
}

.content2-overlay-img-text p {
	font-family: open-sans, sans-serif;
	text-transform: uppercase;
	color: white !important;
	font-weight: 600;
}

.content2-overlay-img-text h2 {
	font-family: kallisto, sans-serif;
	text-transform: uppercase;
	color: white !important;
	font-weight: 900;
	font-size: 2.25rem;
	line-height: 1em;
}

@media (width >= 64rem) {
	.content2-overlay-img-text h2 {
		font-size: 3rem;
	}
}

.custom6-slider-copy a {
	color: #c8102e;
	font-weight: 600;
}

.custom13-img-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: -1rem;
}

.custom13-img-gallery > div {
	padding-right: 1rem;
}

/* Micromodal */
.modal__overlay {
	position: fixed;
	z-index: 35;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal__container {
	background-color: #fff;
	padding: 1.5rem;
	max-width: 650px;
	width: 90%;
	max-height: 75vh;
	border-radius: .5rem;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px;
	position: absolute;
	top: .75rem;
	right: .75rem;
	width: 1.5rem;
	height: 1.5rem;
	outline: none !important;
}

.modal__close::before {
	color: #ccc;
	content: "✕";
}

.modal-content-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.modal-img-box {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: auto;
}

.modal-img-box img {
	width: 120px;
	height: 120px;
	margin-right: 1.5rem;
}

.modal__content {
	margin-top: .75rem;
}

@-webkit-keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@-webkit-keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}
	
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes mmslideIn {
	from {
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}
	
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}

@keyframes mmslideOut {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	-webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
	animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	-webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	-webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
	animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	-webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
	will-change: transform;
}

@media (max-width:640px) {
	.modal-content-outer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.modal-img-box img {
		margin: 0 auto 1.5rem;
	}
	
	.modal__header, .modal-img-box {
		width: 100%;
		text-align: center;
	}
}
