/*!
Theme Name: HWI
Theme URI: https://holisticwholenessinstitute.com/
Author: Go Mobile With Dave
Author URI: https://gomobilewithdave.com
Description: A custom theme for Holistic Wholeness Institute
Version: 4.2.2
Tested up to: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: go
Tags: theme-options

A custom theme for Holistic Wholeness Institute.
*/
/**
 * Site font family and custom @font-face rules for locally hosted fonts
 *
 * Font files for locally hosted fonts go in {theme_dir}/fonts. 
 *
 * @see https://www.fontsquirrel.com/tools/webfont-generator for creating web 
 * fonts and generating the @font-face declaration.
 */
body {
	--font-display: "Fjalla One", sans-serif;
	--font-body: "Fira Sans", sans-serif;
}
/**
 * Site colors
 */
body {
	/* primary (500) = #86AC27 */
	--color-primary-100: 249 250 245;
	--color-primary-200: 239 245 225;
	--color-primary-300: 211 229 165;
	--color-primary-400: 153 196 45;
	--color-primary-500: 134 172 39;
	--color-primary-600: 93 120 28;
	--color-primary-700: 74 94 22;
	--color-primary-800: 54 69 16;
	--color-primary-900: 36 51 0;
	--color-primary-950: 14 18 4;

	/* secondary (500) = #332100 */
	--color-secondary-300: 102 77 31;
	--color-secondary-400: 77 55 15;
	--color-secondary-500: 51 34 3;
	--color-secondary-600: 26 17 0;

	/* accent colors */
	--color-beige: 245 245 220;

	/* danger = #CC3C12 */
	--color-danger: 204 60 18;
	--color-danger-dark: #ad330f;

	/* light = #D5E2ED */
	--color-light: 213 226 237;
	--color-light-dark: #b8c2cc;

	/* dark = #141F36 */
	--color-dark: 20 31 54;
	--color-dark-light: #1c2c4d;

	/* muted = #666D7C */
	--color-muted: 102 109 124;
}
*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}
::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
/**
 * 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
 */
html {
	scroll-behavior: smooth;
}
[x-cloak] {
	display: none !important;
}
:focus-visible {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
main {
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-display);
}
a {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
a[href^="tel"],
	a[href^="mailto"] {
	white-space: nowrap;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
address {
	font-style: normal;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 360px) {
	.container {
		max-width: 360px;
	}
}
@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(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: inherit;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: none;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
	padding-left: 1.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
	font-weight: 400;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-inline-start-width: 0.25rem;
	border-inline-start-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 24px;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-inline-end: 0.375em;
	padding-bottom: 0.1875em;
	padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-inline-end: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
	content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	width: 100%;
	table-layout: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
	border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose {
	--tw-prose-body: rgb(var(--color-primary-950));
	--tw-prose-headings: var(--tw-prose-body);
	--tw-prose-lead: var(--tw-prose-body);
	--tw-prose-links: rgb(var(--color-primary-600));
	--tw-prose-bold: var(--tw-prose-body);
	--tw-prose-counters: var(--tw-prose-body);
	--tw-prose-bullets: rgb(var(--color-primary));
	--tw-prose-hr: rgb(var(--color-muted));
	--tw-prose-quotes: rgb(var(--color-dark) / 80%);
	--tw-prose-quote-borders: rgb(var(--color-primary-600));
	--tw-prose-captions: rgb(var(--color-muted));
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: rgb(var(--color-dark) / 80%);
	--tw-prose-pre-code: rgb(var(--color-light));
	--tw-prose-pre-bg: rgb(var(--color-dark));
	--tw-prose-th-borders: var(--tw-prose-td-borders);
	--tw-prose-td-borders: rgb(var(--color-dark) / 20%);
	--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-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
	text-indent: -1.4em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .375em;
	background-image: var(--prose-li-icon);
	background-size: 1em 1em;
	background-repeat: no-repeat;
	vertical-align: -0.12em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0;
}
.prose :where(h1, h2, h3, h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 400;
}
.prose :where(a:hover):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--color-primary-700);
}
.prose :where(figure img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.video iframe {
	border-radius: 1.5rem;
}
.videos iframe {
	margin-left: auto;
	margin-right: auto;
}
.videos .ratio-16x9 iframe,
	.videos .ratio-1x1 iframe {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}
.badge {
		--badge-padding-x: 0.65em;
		--badge-padding-y: 0.35em;
		--badge-font-size: 0.75em;
		padding: var(--badge-padding-y) var(--badge-padding-x);
		font-size: var(--badge-font-size);
		display: inline-block;
		white-space: nowrap;
		border-radius: 0.25rem;
		text-align: center;
		vertical-align: baseline;
		font-weight: 600;
		line-height: 1;
	}
.badge-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-600) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge-secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn {
	display: inline-block;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	border-radius: 0.375rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	letter-spacing: 0.05em;
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn-filled-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-600) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-filled-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-700) / var(--tw-bg-opacity, 1));
}
.btn-filled-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-600) / var(--tw-text-opacity, 1));
}
.btn-filled-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.btn-outline-primary {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.btn-outline-primary.btn-xs {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.btn-outline-primary.btn-sm {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.btn-outline-primary.btn-md {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.btn-outline-primary.btn-lg {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.btn-outline-primary.btn-xl {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.btn-outline-primary {
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary-600) / var(--tw-border-opacity, 1));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-600) / var(--tw-text-opacity, 1));
}
.btn-outline-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-600) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-outline-white {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.btn-outline-white.btn-xs {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.btn-outline-white.btn-sm {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.btn-outline-white.btn-md {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.btn-outline-white.btn-lg {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.btn-outline-white.btn-xl {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.btn-outline-white {
	border-width: 2px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-outline-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	color: currentColor;
}
.btn-sm {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.btn-lg {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.btn-bordered.btn-sm {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.btn-bordered.btn-lg {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
/* lines */
/* bullets */
/* moves the line down so that it disappears under the bullet. */
.row {
		--gutter-x: 1.5rem;
		display: flex;
		flex-wrap: wrap;
		margin-left: calc(-0.5 * var(--gutter-x));
		margin-right: calc(-0.5 * var(--gutter-x));
	}
.col {
	width: 100%;
	flex: none;
		padding-left: calc(var(--gutter-x) * 0.5);
		padding-right: calc(var(--gutter-x) * 0.5);
}
.h-line {
		--h-line-width: 4rem;
		--h-line-height: 0.25rem;
		--h-line-offset: 1rem;
		--h-line-color: currentcolor;
		position: relative;
	}
.h-line:before {
	position: absolute;
			width: var(--h-line-width);
			height: var(--h-line-height);
			background-color: var(--h-line-color);
}
.h-line-top-center {
		padding-top: var(--h-line-offset);
		text-align: center;
	}
.h-line-top-center::before {
	left: calc(50% - var(--h-line-width) * 0.5);
	content: var(--tw-content);
	top: 0px;
}
.h-line-bottom-left {
		padding-bottom: var(--h-line-offset);
		text-align: left;
	}
.h-line-bottom-left::before {
	left: 0px;
	content: var(--tw-content);
	bottom: 0px;
}
/* apply to img parent */
/* apply to img parent */
.link-primary {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-600) / var(--tw-text-opacity, 1));
}
.link-primary:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-700) / var(--tw-text-opacity, 1));
}
.link-light {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-100) / var(--tw-text-opacity, 1));
}
.link-light:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-300) / var(--tw-text-opacity, 1));
}
.link-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.link-white:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-100) / var(--tw-text-opacity, 1));
}
.link-dark {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-950) / var(--tw-text-opacity, 1));
}
.link-dark:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-800) / var(--tw-text-opacity, 1));
}
.ratio-3x4 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 3;
}
.ratio-3x4 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-3x4 {
	--tw-aspect-h: 4;
}
.ratio-1x1 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 1;
}
.ratio-1x1 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-1x1 {
	--tw-aspect-h: 1;
}
.ratio-4x3 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 4;
}
.ratio-4x3 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-4x3 {
	--tw-aspect-h: 3;
}
.ratio-3x2 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 3;
}
.ratio-3x2 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-3x2 {
	--tw-aspect-h: 2;
}
.ratio-16x9 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 16;
}
.ratio-16x9 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-16x9 {
	--tw-aspect-h: 9;
}
.ratio-post-image {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 1200;
}
.ratio-post-image > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-post-image {
	--tw-aspect-h: 630;
}
.ratio-2x1 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 2;
}
.ratio-2x1 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-2x1 {
	--tw-aspect-h: 1;
}
.ratio-hero-2xl {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 1920;
}
.ratio-hero-2xl > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-hero-2xl {
	--tw-aspect-h: 720;
}
.ratio-3x1 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 3;
}
.ratio-3x1 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ratio-3x1 {
	--tw-aspect-h: 1;
}
.spinner {
		--spinner-size: 2rem;
		--spinner-color: currentcolor;
		--spinner-track-color: rgb(var(--color-primary-100) / 1);
		display: inline-block;
		border-radius: 9999px;
	}
.lqip-container.spinner .ls-blur-up-img {
		border-radius: 9999px;
	}
.spinner {
		width: var(--spinner-size);
		height: var(--spinner-size);
		border: 0.25em solid var(--spinner-track-color);
		border-right-color: var(--spinner-color);
		animation: 0.75s linear infinite spinner-border;
	}
@keyframes spinner-border {
			to {
				transform: rotate(360deg);
			}
		}
.stretched-link::after {
	position: absolute;
	inset: 0px;
	z-index: 10;
	content: var(--tw-content);
	background-color: transparent;
}
/* triangle down */
/* triangle up */
/* triangle right */
/* triangle left */
.v-line {
		--v-line-width: 1px;
		--v-line-height: 1em;
		--v-line-color: currentcolor;
		position: relative;
	}
.v-line::after {
	position: absolute;
	top: 50%;
	content: var(--tw-content);
	--tw-translate-y: -50%;
	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));
}
.v-line:after {
			width: var(--v-line-width);
			height: var(--v-line-height);
			background-color: var(--v-line-color);
		}
.v-line-right:after {
			left: initial;
			right: calc(0px - var(--v-line-width) * 0.5);
		}
.v-line-right:last-child:after {
				display: none;
			}
.v-line-muted::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-muted) / var(--tw-bg-opacity, 1));
}
/**
 * Base form field styles
 *
 * These are "base" styles for form controls. See theme-*.css for additional
 * form control styles.
 *
 * Required styles for forms.
 */
.floating-input-container {
	position: relative;
}
[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="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");
}
select {
	background-repeat: no-repeat;
	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 0.5rem center;
	background-size: 1.5em 1.5em;
}
[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="tel"],
[type="search"],
textarea,
select {
	display: block;
	width: 100%;
	appearance: none;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
[type="radio"],
[type="checkbox"] {
	margin-right: 0.25rem;
	height: 1.5rem;
	width: 1.5rem;
	appearance: none;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	vertical-align: top;
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-500) / var(--tw-text-opacity, 1));
}
[type="radio"] {
	border-radius: 9999px;
}
.lqip-container[type="radio"] .ls-blur-up-img {
		border-radius: 9999px;
	}
[type="checkbox"]:checked,
[type="radio"]:checked {
	border-color: transparent;
	background-color: currentColor;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
[type="file"] {
	display: block;
	width: 100%;
	appearance: none;
}
textarea.small {
	height: 6rem;
}
textarea.medium {
	height: 8rem;
}
textarea.large {
	height: 10rem;
}
input::placeholder,
textarea::placeholder {
	color: rgb(var(--color-muted) / 0.5);
}
/**
 * Gravity Forms Basic styles
 *
 * Version 2.6.8
 *
 * Note: 
 * 1. copy relevant styles from /plugins/gravityforms/assets/css/dist/basic.css
 * 2. remove .gravity-theme from all selectors (optional)
 * 3. update media query breakpoints
 *
 * Required styles for forms.
 */
/*
 * Hide hidden fields.
 *
 * Used in the basic.css front-end stylesheet.
 */
.gform_wrapper .gf_hide_ampm .gfield_time_ampm {
	display: none !important;
}
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
	left: -9999px;
	position: absolute;
	visibility: hidden;
}
.gform_wrapper .gf_hide_charleft div.charleft {
	display: none !important;
}
.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden {
	display: none;
}
/*
 * Hide screen reader text.
 *
 * Used in the basic.css front-end stylesheet.
 */
.gform_wrapper .screen-reader-text,
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper .hidden_sub_label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.gform_wrapper button.screen-reader-text:focus {
	border: 0;
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	position: static !important;
	width: auto;
}
/*
* Form grid layout
*
* Used in the basic.css front-end stylesheet and editor.css.
*/
.gform_wrapper * {
	box-sizing: border-box;
}
.gform_wrapper .gform_fields {
	display: grid;
	grid-column-gap: 2%;
	-ms-grid-columns: (1fr 2%) [12];
	grid-row-gap: 16px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
	width: 100%;
}
.gform_wrapper .gfield {
	grid-column: 1 / -1;
	min-width: 0;
}
.gform_wrapper .gfield.gfield--width-full {
	grid-column: span 12;
	-ms-grid-column-span: 12;
}
.gform_wrapper .gfield.gfield--width-eleven-twelfths {
	grid-column: span 11;
	-ms-grid-column-span: 11;
}
.gform_wrapper .gfield.gfield--width-five-sixths {
	grid-column: span 10;
	-ms-grid-column-span: 10;
}
.gform_wrapper .gfield.gfield--width-three-quarter {
	grid-column: span 9;
	-ms-grid-column-span: 9;
}
.gform_wrapper .gfield.gfield--width-two-thirds {
	grid-column: span 8;
	-ms-grid-column-span: 8;
}
.gform_wrapper .gfield.gfield--width-seven-twelfths {
	grid-column: span 7;
	-ms-grid-column-span: 7;
}
.gform_wrapper .gfield.gfield--width-half {
	grid-column: span 6;
	-ms-grid-column-span: 6;
}
.gform_wrapper .gfield.gfield--width-five-twelfths {
	grid-column: span 5;
	-ms-grid-column-span: 5;
}
.gform_wrapper .gfield.gfield--width-third {
	grid-column: span 4;
	-ms-grid-column-span: 4;
}
.gform_wrapper .gfield.gfield--width-quarter {
	grid-column: span 3;
	-ms-grid-column-span: 3;
}
.gform_wrapper .gfield.gfield--width-one-sixth {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
.gform_wrapper .gfield.gfield--width-one-twelfth {
	-ms-grid-column-span: 1;
	grid-column: span 1;
}
@media (max-width: 767px) {
	.gform_wrapper .gform_fields {
		grid-column-gap: 0;
	}

	.gform_wrapper .gfield:not(.gfield--width-full) {
		grid-column: 1 / -1;
	}
}
.gform_wrapper .gform_footer .gform-button--width-full.gfield--width-full {
	width: 100%;
}
.gform_wrapper
	.gform_footer
	.gform-button--width-full.gfield--width-eleven-twelfths {
	width: 91.6666%;
}
.gform_wrapper
	.gform_footer
	.gform-button--width-full.gfield--width-five-sixths {
	width: 83.3333%;
}
.gform_wrapper
	.gform_footer
	.gform-button--width-full.gfield--width-three-quarter {
	width: 75%;
}
.gform_wrapper
	.gform_footer
	.gform-button--width-full.gfield--width-two-thirds {
	width: 66.6666%;
}
.gform_wrapper
	.gform_footer
	.gform-button--width-full.gfield--width-seven-twelfths {
	width: 58.3333%;
}
.gform_wrapper .gform_footer .gform-button--width-full.gfield--width-half {
	width: 50%;
}
.gform_wrapper
	.gform_footer
	.gform-button--width-full.gfield--width-five-twelfths {
	width: 41.6666%;
}
.gform_wrapper .gform_footer .gform-button--width-full.gfield--width-third {
	width: 33.3333%;
}
.gform_wrapper .gform_footer .gform-button--width-full.gfield--width-quarter {
	width: 25%;
}
.gform_wrapper .gform_footer .gform-button--width-full.gfield--width-one-sixth {
	width: 16.6666%;
}
.gform_wrapper
	.gform_footer
	.gform-button--width-full.gfield--width-one-twelfth {
	width: 8.3333%;
}
/* Submit button in the editor */
.gform_wrapper .left_label #field_submit,
.gform_wrapper .right_label #field_submit {
	justify-content: flex-start;
}
.gform_wrapper .left_label #field_submit input,
.gform_wrapper .right_label #field_submit input {
	margin-left: 30%;
}
.field_sublabel_below .ginput_complex {
	align-items: flex-start;
}
.field_sublabel_above .ginput_complex {
	align-items: flex-end;
}
/*
* Needed css for the validation messages to work.
*
* Used in the basic.css front-end stylesheet.
*/
.gform_wrapper .validation_message--hidden-on-empty:empty {
	display: none;
}
/**
 * Custom Gravity Forms styles
 *
 * The AJAX spinner is hidden and replaced with the spinner component.
 *
 * @see css/components/spinner.css
 *
 * @see inc/go-forms.php
 *
 * Required styles for forms.
 */
.gform_heading .gform_required_legend {
	display: none;
}
.gform_body {
	margin-bottom: 1rem;
}
.gform_body .gform_fields {
	gap: 1rem;
}
.gfield_label,
.ginput_complex label {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gfield_checkbox > :not([hidden]) ~ :not([hidden]),
.gfield_radio > :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));
}
.gform_footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.gform_ajax_spinner {
		--spinner-size: 2rem;
		--spinner-color: currentcolor;
		--spinner-track-color: rgb(var(--color-primary-100) / 1);
		display: inline-block;
		border-radius: 9999px;
	}
.lqip-container.gform_ajax_spinner .ls-blur-up-img {
		border-radius: 9999px;
	}
.gform_ajax_spinner {
		width: var(--spinner-size);
		height: var(--spinner-size);
		border: 0.25em solid var(--spinner-track-color);
		border-right-color: var(--spinner-color);
		animation: 0.75s linear infinite spinner-border;
		--tw-text-opacity: 1;
		color: rgb(var(--color-primary-500) / var(--tw-text-opacity, 1));
		margin-left: 0.75rem;
	}
.gform_validation_error .gform_submission_error {
	margin-bottom: 1rem;
	border-radius: 0.375rem;
	background-color: var(--color-danger-dark);
	padding: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/**
 * Gravity Forms Name field styles
 *
 * Renders the first name and last name fields side-by-side.
 *
 * These styles are opt-in because they may not be used on all projects.
 */
.ginput_container_name .name_first input {
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
.ginput_container_name {
		display: flex;
		flex-wrap: nowrap;
	}
.ginput_container_name > :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)));
	}

		.ginput_container_name .name_first,
		.ginput_container_name .name_last {
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: 50%;
	}

			.ginput_container_name .name_first input, .ginput_container_name .name_last input {
		margin-bottom: 0px;
	}
	}
/* @import "forms/address"; */
/* @import "forms/file-upload"; */
/* @import "forms/flatpickr"; */
/* @import "forms/html-block"; */
/* @import "forms/pcm-radio-buttons"; */
/* @import "forms/product"; */
/* @import "forms/form-inline"; */
/**
 * Form styles similar to Bootstrap forms
 */
form {
	/* --input-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); */
	--input-focus-box-shadow: 0 0 0 0.25rem rgb(var(--color-primary) / 0.25);
}
.gfield_label,
.ginput_complex label {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.gfield_required span {
	margin-left: 0.25rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-500) / var(--tw-text-opacity, 1));
}
[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="tel"],
[type="search"],
textarea,
select {
	border-radius: 0.375rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
[type="checkbox"],
[type="file"] {
	border-radius: 0.375rem;
}
select {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
	background-size: 16px 12px;
}
[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="tel"],
[type="search"],
[type="file"],
[type="radio"],
[type="checkbox"],
textarea,
select {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(206 212 218 / var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	box-shadow: var(--input-box-shadow);
}
[type="radio"]:checked,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus,
[type="checkbox"]:checked,
[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity, 1));
}
[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="checkbox"]:focus,
textarea:focus,
select:focus {
	box-shadow: var(--input-focus-box-shadow);
	border-color: rgb(var(--color-primary-500) / 0.5);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.form-search [type="submit"], .form-inline:not(.floating-labels) [type="submit"] {
	border-width: 1px;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.floating-control:not(textarea),
.form-inline.floating-labels [type="submit"] {
	height: calc(1rem + 1.5rem + 1rem + 2px);
}
.floating-control {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.floating-control::placeholder {
	color: transparent;
}
.floating-control {
	line-height: 1.25;
}
.floating-control:focus,
.floating-control:not(:placeholder-shown),
.floating-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.floating-label {
	pointer-events: none;
	position: absolute;
	inset: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	border-width: 1px;
	border-color: transparent;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
	transform-origin: top left;
	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));
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
	.floating-label {
		transition-property: none;
	}
}
.floating-control:focus ~ label,
.floating-control:not(:placeholder-shown) ~ label,
.floating-control:-webkit-autofill ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateX(0.15rem) translateY(-0.5rem);
	transform: scale(0.85) translateX(0.15rem) translateY(-0.5rem);
}
.gfield_error input,
	.gfield_error textarea,
	.gfield_error select {
	border-color: rgb(var(--color-danger) / 0.5);
}
.gfield_error input:focus,
	.gfield_error textarea:focus,
	.gfield_error select:focus {
		box-shadow: 0 0 0 0.25rem rgb(var(--color-danger) / 0.25);
		--tw-border-opacity: 1;
		border-color: rgb(var(--color-danger) / var(--tw-border-opacity, 1));
	}
.gform_validation_error .gfield_validation_message {
	--tw-text-opacity: 1;
	color: rgb(var(--color-danger) / var(--tw-text-opacity, 1));
}
/* @import "forms/theme-filled"; */
/* @import "forms/theme-outlined"; */
/* @import "forms/theme-underlined"; */
/**
 * Appointment form styles
 */
.form-appointment .ginput_container_checkbox .gchoice {
	display: flex;
}
.form-appointment .ginput_container_checkbox input {
	flex-shrink: 0;
}
.form-appointment .form-notice {
	color: var(--tw-prose-body);
	max-width: 65ch;
}
.form-appointment .form-notice :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1em;
}
.form-appointment .form-notice :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.form-appointment .form-notice :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: inherit;
}
.form-appointment .form-notice :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}
.form-appointment .form-notice :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}
.form-appointment .form-notice :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.form-appointment .form-notice :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.form-appointment .form-notice :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.form-appointment .form-notice :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.form-appointment .form-notice :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.form-appointment .form-notice :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.form-appointment .form-notice :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.form-appointment .form-notice :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.form-appointment .form-notice :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
}
.form-appointment .form-notice :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: none;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
	padding-left: 1.5em;
}
.form-appointment .form-notice :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}
.form-appointment .form-notice :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}
.form-appointment .form-notice :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
.form-appointment .form-notice :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.form-appointment .form-notice :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 400;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-inline-start-width: 0.25rem;
	border-inline-start-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-inline-start: 1em;
}
.form-appointment .form-notice :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: open-quote;
}
.form-appointment .form-notice :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: close-quote;
}
.form-appointment .form-notice :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.form-appointment .form-notice :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}
.form-appointment .form-notice :where(h2):not(:where([class~="not-prose"],[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;
}
.form-appointment .form-notice :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}
.form-appointment .form-notice :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.form-appointment .form-notice :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.form-appointment .form-notice :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.form-appointment .form-notice :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.form-appointment .form-notice :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 24px;
}
.form-appointment .form-notice :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.form-appointment .form-notice :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.form-appointment .form-notice :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-inline-end: 0.375em;
	padding-bottom: 0.1875em;
	padding-inline-start: 0.375em;
}
.form-appointment .form-notice :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}
.form-appointment .form-notice :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: "`";
}
.form-appointment .form-notice :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: "`";
}
.form-appointment .form-notice :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}
.form-appointment .form-notice :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}
.form-appointment .form-notice :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-appointment .form-notice :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-inline-end: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-inline-start: 1.1428571em;
}
.form-appointment .form-notice :where(pre code):not(:where([class~="not-prose"],[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;
}
.form-appointment .form-notice :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: none;
}
.form-appointment .form-notice :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: none;
}
.form-appointment .form-notice :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	width: 100%;
	table-layout: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.form-appointment .form-notice :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}
.form-appointment .form-notice :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.form-appointment .form-notice :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
}
.form-appointment .form-notice :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 0;
}
.form-appointment .form-notice :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: baseline;
}
.form-appointment .form-notice :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}
.form-appointment .form-notice :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: top;
}
.form-appointment .form-notice :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	text-align: start;
}
.form-appointment .form-notice :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.form-appointment .form-notice :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.form-appointment .form-notice {
	--tw-prose-body: rgb(var(--color-primary-950));
	--tw-prose-headings: var(--tw-prose-body);
	--tw-prose-lead: var(--tw-prose-body);
	--tw-prose-links: rgb(var(--color-primary-600));
	--tw-prose-bold: var(--tw-prose-body);
	--tw-prose-counters: var(--tw-prose-body);
	--tw-prose-bullets: rgb(var(--color-primary));
	--tw-prose-hr: rgb(var(--color-muted));
	--tw-prose-quotes: rgb(var(--color-dark) / 80%);
	--tw-prose-quote-borders: rgb(var(--color-primary-600));
	--tw-prose-captions: rgb(var(--color-muted));
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: rgb(var(--color-dark) / 80%);
	--tw-prose-pre-code: rgb(var(--color-light));
	--tw-prose-pre-bg: rgb(var(--color-dark));
	--tw-prose-th-borders: var(--tw-prose-td-borders);
	--tw-prose-td-borders: rgb(var(--color-dark) / 20%);
	--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-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}
.form-appointment .form-notice :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.form-appointment .form-notice :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.form-appointment .form-notice :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
}
.form-appointment .form-notice :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
	text-indent: -1.4em;
}
.form-appointment .form-notice :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .375em;
	background-image: var(--prose-li-icon);
	background-size: 1em 1em;
	background-repeat: no-repeat;
	vertical-align: -0.12em;
}
.form-appointment .form-notice :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.form-appointment .form-notice :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.form-appointment .form-notice :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.form-appointment .form-notice :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.form-appointment .form-notice :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.form-appointment .form-notice :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.form-appointment .form-notice :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.form-appointment .form-notice :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	padding-inline-start: 1.625em;
}
.form-appointment .form-notice :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-appointment .form-notice :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-appointment .form-notice :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-appointment .form-notice :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-appointment .form-notice :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
.form-appointment .form-notice :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
.form-appointment .form-notice :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.form-appointment .form-notice :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
.form-appointment .form-notice :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
.form-appointment .form-notice :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.form-appointment .form-notice :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-appointment .form-notice :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0;
}
.form-appointment .form-notice :where(h1, h2, h3, h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 400;
}
.form-appointment .form-notice :where(a:hover):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--color-primary-700);
}
.form-appointment .form-notice :where(figure img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.form-appointment .form-notice {
	max-width: none;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
/**
 * Contact form styles
 */
.form-contact .ginput_container_checkbox .gchoice {
	display: flex;
}
.form-contact .ginput_container_checkbox input {
	flex-shrink: 0;
}
.form-contact .form-notice {
	color: var(--tw-prose-body);
	max-width: 65ch;
}
.form-contact .form-notice :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1em;
}
.form-contact .form-notice :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.form-contact .form-notice :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	text-decoration: underline;
	font-weight: inherit;
}
.form-contact .form-notice :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}
.form-contact .form-notice :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}
.form-contact .form-notice :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.form-contact .form-notice :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.form-contact .form-notice :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-alpha;
}
.form-contact .form-notice :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-alpha;
}
.form-contact .form-notice :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.form-contact .form-notice :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.form-contact .form-notice :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: upper-roman;
}
.form-contact .form-notice :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: lower-roman;
}
.form-contact .form-notice :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: decimal;
}
.form-contact .form-notice :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	list-style-type: none;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
	padding-left: 1.5em;
}
.form-contact .form-notice :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	font-weight: 400;
	color: var(--tw-prose-counters);
}
.form-contact .form-notice :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
	color: var(--tw-prose-bullets);
}
.form-contact .form-notice :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
.form-contact .form-notice :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.form-contact .form-notice :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 400;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-inline-start-width: 0.25rem;
	border-inline-start-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-inline-start: 1em;
}
.form-contact .form-notice :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: open-quote;
}
.form-contact .form-notice :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: close-quote;
}
.form-contact .form-notice :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.form-contact .form-notice :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 900;
	color: inherit;
}
.form-contact .form-notice :where(h2):not(:where([class~="not-prose"],[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;
}
.form-contact .form-notice :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 800;
	color: inherit;
}
.form-contact .form-notice :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.form-contact .form-notice :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.form-contact .form-notice :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.form-contact .form-notice :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 700;
	color: inherit;
}
.form-contact .form-notice :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 24px;
}
.form-contact .form-notice :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.form-contact .form-notice :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.form-contact .form-notice :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-inline-end: 0.375em;
	padding-bottom: 0.1875em;
	padding-inline-start: 0.375em;
}
.form-contact .form-notice :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}
.form-contact .form-notice :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: "`";
}
.form-contact .form-notice :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: "`";
}
.form-contact .form-notice :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.875em;
}
.form-contact .form-notice :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
	font-size: 0.9em;
}
.form-contact .form-notice :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: inherit;
}
.form-contact .form-notice :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-inline-end: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-inline-start: 1.1428571em;
}
.form-contact .form-notice :where(pre code):not(:where([class~="not-prose"],[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;
}
.form-contact .form-notice :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
	content: none;
}
.form-contact .form-notice :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
	content: none;
}
.form-contact .form-notice :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	width: 100%;
	table-layout: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.form-contact .form-notice :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}
.form-contact .form-notice :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.form-contact .form-notice :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
}
.form-contact .form-notice :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-bottom-width: 0;
}
.form-contact .form-notice :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: baseline;
}
.form-contact .form-notice :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}
.form-contact .form-notice :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	vertical-align: top;
}
.form-contact .form-notice :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	text-align: start;
}
.form-contact .form-notice :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.form-contact .form-notice :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.form-contact .form-notice {
	--tw-prose-body: rgb(var(--color-primary-950));
	--tw-prose-headings: var(--tw-prose-body);
	--tw-prose-lead: var(--tw-prose-body);
	--tw-prose-links: rgb(var(--color-primary-600));
	--tw-prose-bold: var(--tw-prose-body);
	--tw-prose-counters: var(--tw-prose-body);
	--tw-prose-bullets: rgb(var(--color-primary));
	--tw-prose-hr: rgb(var(--color-muted));
	--tw-prose-quotes: rgb(var(--color-dark) / 80%);
	--tw-prose-quote-borders: rgb(var(--color-primary-600));
	--tw-prose-captions: rgb(var(--color-muted));
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: rgb(var(--color-dark) / 80%);
	--tw-prose-pre-code: rgb(var(--color-light));
	--tw-prose-pre-bg: rgb(var(--color-dark));
	--tw-prose-th-borders: var(--tw-prose-td-borders);
	--tw-prose-td-borders: rgb(var(--color-dark) / 20%);
	--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-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}
.form-contact .form-notice :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.form-contact .form-notice :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.form-contact .form-notice :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
}
.form-contact .form-notice :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0.375em;
	text-indent: -1.4em;
}
.form-contact .form-notice :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .375em;
	background-image: var(--prose-li-icon);
	background-size: 1em 1em;
	background-repeat: no-repeat;
	vertical-align: -0.12em;
}
.form-contact .form-notice :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.form-contact .form-notice :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.form-contact .form-notice :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.form-contact .form-notice :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
}
.form-contact .form-notice :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 1.25em;
}
.form-contact .form-notice :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.form-contact .form-notice :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.form-contact .form-notice :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0.5em;
	padding-inline-start: 1.625em;
}
.form-contact .form-notice :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-contact .form-notice :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-contact .form-notice :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-contact .form-notice :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-contact .form-notice :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
.form-contact .form-notice :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
.form-contact .form-notice :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-top: 0.5714286em;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.form-contact .form-notice :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-start: 0;
}
.form-contact .form-notice :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	padding-inline-end: 0;
}
.form-contact .form-notice :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 2em;
	margin-bottom: 2em;
}
.form-contact .form-notice :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
}
.form-contact .form-notice :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-bottom: 0;
}
.form-contact .form-notice :where(h1, h2, h3, h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	font-weight: 400;
}
.form-contact .form-notice :where(a:hover):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	color: var(--color-primary-700);
}
.form-contact .form-notice :where(figure img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
	margin-top: 0;
	margin-bottom: 0;
}
.form-contact .form-notice {
	max-width: none;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
/**
 * Custom styles to immediately follow Tailwind's components layer
 *
 * Adds 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.
 *
 * https://tailwindcss.com/docs/plugins#adding-components
 */
/**
 * Badge styles
 *
 * Badges scale to match the size of the immediate parent element by using 
 * relative font sizing and em units. 
 *
 * Add class .badge and .badge-{color} and optionally .badge-pill to the element.
 */
/**
 * Breadcrumb styles.
 *
 * Note: Requires the Yoast SEO plugin.
 *
 * Breadcrumb styles are opt-in because including these styles within the 
 * components layer would result in these styles being included even when
 * breadcrumbs are not used.  
 *
 * @see inc/components/go-breadcrumbs-yoast.php
 */
.breadcrumbs {
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-secondary-500) / var(--tw-text-opacity, 1));
}
.breadcrumbs li {
	--tw-text-opacity: 1;
	color: rgb(var(--color-secondary-500) / var(--tw-text-opacity, 1));
}
.breadcrumbs li a:hover {
	text-decoration-line: underline;
}
/**
 * Button styles
 *
 * Add class .btn and .btn-{style}-{color}, where style is one of filled, tonal, 
 * outline or text. 
 * 
 * Filled buttons have a strong, solid background. Tonal buttons have a delicate
 * solid background. Outline buttons are transparent with a colored border. 
 * Text buttons are transparent with a delicate background color on hover. 
 *
 * Optionally add class .btn-xs, .btn-sm, .btn-lg or .btn-xl to change the size.
 * The default size is btn-md.
 *
 * Buttons with a border have slightly less vertical padding (to compensate for
 * the width of the border) in order to maintain the same height as buttons 
 * without a border. The padding adjustment is hard-coded. If the border width
 * is changed, the .btn-bordered vertical padding needs to be changed manually.
 */
/**
 * Create a chained link of list items
 *
 * Wrap a <ul> in a <div> with class .chain.
 *
 * Adjust sizes, colors and spacing as needed.
 */
/**
 * Fixed width columns with Flex
 *
 * Create a parent <div> with class .row and add <divs> with class col and 
 * {breakpoint-prefix:}w-{size} as children of the .row to create fixed width 
 * columns at any breakpoint.
 * 
 * Use the --guttter-x property to uniformly adjust the margin and padding to
 * control the horizontal spacing between columns. The padding on the parent 
 * may need to be adjusted if larger gutters are used to avoid unwanted overflow.
 *
 * To adjust the vertical spacing between columns use mb-{size} utilities on the
 * .col(s) and apply -mb-{size} on the .row. 
 */
/* @import "components/dropcap"; */
/**
 * Folded corner effect
 *
 * Add class .fold and either .fold-top-left or .fold-top-right to the element.
 *
 * Adjust the fold size and box-shadow as needed. Use text-{color} utilities to 
 * change the fold color.
 */
/* @import "components/glide"; */
/**
 * Gradient Text
 *
 * Add class .gradient-text to any text typographical element.
 *
 * Adjust the gradient direction and colors as needed.
 */
/**
 * Renders a horizontal line above or below an element (typically used for headings)
 *
 * Add classes .h-line and .h-line-{top|bottom}-{left|center|right} and 
 * optionally .h-line-{color} to the element or use before:text-{color} 
 * utilities to change the line color.
 *
 * Adjust the line width, height and offset as needed. 
 */
/**
 * Hover effects
 *
 * Add hover effect class to the element, except for .zoom-in and .zoom-out,
 * which must be added to the parent element. Where applicable, use text-{color}
 * utilities to change the color. Adjust the transition effects as needed. 
 */
/**
 * Required styles for SVG icons
 *
 * Icons scale to match the size of the immediate parent element by using 
 * relative font sizing and em units.
 *
 * The .icon class is used throughout the project so these styles would be 
 * included in every project even if they were defined in the components layer.
 *
 * @see template-parts/common/icons.php
 */
.icon {
	display: inline-block;
	height: 1em;
	width: 1em;
	fill: currentColor;
	stroke: currentColor;
	vertical-align: -0.12em;
}
/* @import "components/image-compare-viewer"; */
/* @import "components/infinite-scroll"; */
/* @import "components/isotope"; */
/**
 * Jarallax parallax scrolling
 *
 * Jarallax styles are opt-in because, as a third-party library, it may not be 
 * used on all projects.
 * 
 * @link https://github.com/nk-o/jarallax/
 */
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/**
 * Required styles for the Lazysizes lazyloader
 *
 * Lazysizes is used throughout the project so these styles would be 
 * included in every project even if they were defined in the components layer.
 *
 * @link https://github.com/aFarkas/lazysizes
 */
img.lazyload:not([src]) {
	visibility: hidden;
}
img[data-sizes="auto"] {
	width: 100%;
}
.lqip-container {
	position: relative;
}
.lqip-container .ls-blur-up-is-loading {
	visibility: hidden;
}
.ls-blur-up-img,
.lqip-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ls-blur-up-img {
	opacity: 1;
	filter: blur(10px);
	transition: opacity 250ms, filter 250ms;
}
.ls-blur-up-img.ls-inview.ls-original-loaded {
	opacity: 0;
	filter: blur(5px);
}
.lqip-container.rounded-full .ls-blur-up-img {
		border-radius: 9999px;
	}
/**
 * Link colors
 *
 * Convenience utilities to color links with the corresponding link hover color. 
 *
 * Add class .link-{color} to the <a> element.
 */
/* @import "components/map"; */
/**
 * Outline Text
 *
 * Add class .outline-text to any text typographical element. Use text-{color} 
 * utilities to change the outline color.
 *
 * Adjust the stroke width and colors as needed 
 */
/* @import "components/photoswipe"; */
/**
 * Aspect ratios
 *
 * Ratio classes must be defined within @layer components in order to enable use 
 * of responsive modifiers. 
 */
/* @import "components/ripple"; */
/** 
 * Renders a horizontal line on each side of an element (typically used for 
 * centered headings)
 *
 * Add class .side-lines and optionally .side-lines-{color} to the element.
 *
 * Apply .side-lines-{color} classes or use before:border-{color} and 
 * after:border-{color} utilities to change the line color.
 *
 * Adjust the side-lines-height (spacing between top and bottom lines) and 
 * offset as needed. 
 */
/** 
 * Creates a triangle on the top and/or bottom edge of an element
 *
 * .slant is typically used as a section divider.
 *
 * The triangle is positioned along the specified edge (top, bottom)
 * with the specified direction (up, down). The triangle is the full width of 
 * the edge. The color of the triangle is the same as the background color of
 * the element.
 * 
 * Note: Since CSS does not have a tan() function, the top or bottom margin of 
 * the element must be manually set to the height of the slant, which is:
 * tan(angle) * el.width.
 *
 * Add class .slant and .slant-{top|bottom}-{up|down} to the element. 
 *
 * Adjust the angle and color as needed. 
 */
/**
 * Spinner loading state indicator
 *
 * Add class .spinner and .spinner-{color} to the element or use text-{color} 
 * utilities to change the spinner color.
 *
 * Adjust the size and colors as needed.
 */
/**
 * Splide slider and carousel styles
 *
 * Splide styles are opt-in because, as a third-party library, it may not be 
 * used on all projects.
 * 
 * @link https://splidejs.com/
 */
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}
.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}
.splide__arrow:hover:not(:disabled){opacity:.9}
.splide__arrow:disabled{opacity:.3}
.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide__arrow--prev{left:1em}
.splide__arrow--prev svg{transform:scaleX(-1)}
.splide__arrow--next{right:1em}
.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}
.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}
.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}
.splide__pagination__page:hover{cursor:pointer;opacity:.9}
.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__progress__bar{background:#ccc;height:3px}
.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.splide__slide:focus{outline:0}
@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}
@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}
.splide__toggle{cursor:pointer}
.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}
.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}
.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}
.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}
.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}
.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}
.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}
.splide__arrows--ttb .splide__arrow--prev{top:1em}
.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}
.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}
.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}
.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.splide__slide--has-video{cursor:pointer}
.splide__slide--has-video:hover .splide__video__play{opacity:1}
.splide__slide__container--has-video{cursor:pointer;position:relative}
.splide__slide__container--has-video:hover .splide__video__play{opacity:1}
.splide__video{height:100%;left:0;position:absolute;top:0;width:100%}
.splide__video__wrapper{background:#000;height:inherit;width:inherit}
.splide__video__wrapper div,.splide__video__wrapper iframe,.splide__video__wrapper video{height:100%;width:100%}
.splide__video__play{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;left:50%;opacity:.7;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .1s linear;width:40px}
.splide__video__play:after{border-color:transparent transparent transparent #000;border-style:solid;border-width:9px 0 9px 17px;content:"";display:inline-block;margin-left:4px}
/**
 * Stretched link to make its containing block clickable
 *
 * The containing block must have position: relative.
 *
 * Add class .stretched-link to any link and .relative to the containing element.
 */
/* @import "components/tippy"; */
/** 
 * Creates a triangle on one of the edges of an element
 *
 * The triangle is positioned along the specified edge (top, right, bottom, left)
 * with the specified direction (in, out). The triangle is centered on the edge 
 * by default. For triangles facing out, the margin on that edge is increased 
 * to account for the size of the triangle.
 *
 * Add class .triangle and .triangle-{top|right|bottom|left}-{in|out} to the 
 * element. 
 *
 * Use text-{color} utilities to change the triangle color.
 *
 * Adjust the size and offset as needed. 
 */
/**
 * Renders a vertical line to the left or right of an element
 *
 * .v-line-right is typically used as a separator for inline nav items. A v-line 
 * positioned on the right is centered on the right edge to keep the horizontal 
 * spacing between items equal and no line is added to the last element.
 *
 * .v-line-left is typically used to style vertical nav items.
 *
 * The height scales to match the size of the immediate parent element by using 
 * relative font sizing and em units.
 *
 * Add classes .v-line and .v-line-{left|right} and optionally .v-line-{color} 
 * to the element.
 *
 * Apply .v-line-{color} classes or use after:text-{color} utilities to change 
 * the line color.
 *
 * Adjust the line width and height as needed.
 */
/**
 * Required WordPress styles
 */
.alignfull {
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 100%;
}
.aligncenter {
	clear: both;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 100%;
}
.aligncenter img {
	width: 100%;
	max-width: 100%;
}
.alignleft {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	width: 100%;
}
@media (min-width: 768px) {
	.alignleft {
		float: left;
		margin-top: 0.5rem;
		margin-right: 1rem;
		margin-bottom: 1rem;
		margin-left: 0px;
		width: 33.333333%;
	}
}
.alignright {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	width: 100%;
}
@media (min-width: 768px) {
	.alignright {
		float: right;
		margin-top: 0.5rem;
		margin-right: 0px;
		margin-bottom: 1rem;
		margin-left: 1rem;
		width: 33.333333%;
	}
}
.bypostauthor {
	display: block;
}
.wp-caption {
	margin-bottom: 1rem;
	max-width: 100%;
}
.wp-caption .wp-image {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.wp-caption .wp-caption-text {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-muted) / var(--tw-text-opacity, 1));
		margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery-caption {
	display: block;
}
/* @import "blog/widgets"; */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.visible {
	visibility: visible;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	inset: 0px;
}
.-inset-y-12 {
	top: -3rem;
	bottom: -3rem;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.-bottom-4 {
	bottom: -1rem;
}
.-bottom-6 {
	bottom: -1.5rem;
}
.-left-4 {
	left: -1rem;
}
.-left-60 {
	left: -15rem;
}
.-right-2 {
	right: -0.5rem;
}
.-right-\[--toast-width\] {
	right: calc(var(--toast-width) * -1);
}
.-top-12 {
	top: -3rem;
}
.-top-16 {
	top: -4rem;
}
.-top-4 {
	top: -1rem;
}
.-top-8 {
	top: -2rem;
}
.bottom-0 {
	bottom: 0px;
}
.bottom-28 {
	bottom: 7rem;
}
.bottom-4 {
	bottom: 1rem;
}
.bottom-40 {
	bottom: 10rem;
}
.left-0 {
	left: 0px;
}
.left-1\/4 {
	left: 25%;
}
.right-0 {
	right: 0px;
}
.right-2 {
	right: 0.5rem;
}
.right-4 {
	right: 1rem;
}
.top-0 {
	top: 0px;
}
.top-12 {
	top: 3rem;
}
.top-2 {
	top: 0.5rem;
}
.top-4 {
	top: 1rem;
}
.top-8 {
	top: 2rem;
}
.top-\[0\.275em\] {
	top: 0.275em;
}
.-z-1 {
	z-index: -1;
}
.z-1 {
	z-index: 1;
}
.z-10 {
	z-index: 10;
}
.z-40 {
	z-index: 40;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.row-span-2 {
	grid-row: span 2 / span 2;
}
.-m-4 {
	margin: -1rem;
}
.m-4 {
	margin: 1rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-1\.5 {
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.-mb-6 {
	margin-bottom: -1.5rem;
}
.-ml-4 {
	margin-left: -1rem;
}
.-mr-4 {
	margin-right: -1rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.-mt-4 {
	margin-top: -1rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-40 {
	margin-bottom: 10rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mr-0 {
	margin-right: 0px;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.line-clamp-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.size-12 {
	width: 3rem;
	height: 3rem;
}
.size-16 {
	width: 4rem;
	height: 4rem;
}
.size-60 {
	width: 15rem;
	height: 15rem;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-128 {
	height: 32rem;
}
.h-24 {
	height: 6rem;
}
.h-60 {
	height: 15rem;
}
.h-full {
	height: 100%;
}
.min-h-\[50vh\] {
	min-height: 50vh;
}
.min-h-\[80vh\] {
	min-height: 80vh;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-touch {
	min-height: 44px;
}
.w-1\/2 {
	width: 50%;
}
.w-12 {
	width: 3rem;
}
.w-24 {
	width: 6rem;
}
.w-4\/5 {
	width: 80%;
}
.w-40 {
	width: 10rem;
}
.w-48 {
	width: 12rem;
}
.w-6 {
	width: 1.5rem;
}
.w-60 {
	width: 15rem;
}
.w-80 {
	width: 20rem;
}
.w-\[--offcanvas-menu-width\] {
	width: var(--offcanvas-menu-width);
}
.w-\[--toast-width\] {
	width: var(--toast-width);
}
.w-\[calc\(50\%\+2rem\)\] {
	width: calc(50% + 2rem);
}
.w-full {
	width: 100%;
}
.w-min {
	width: min-content;
}
.min-w-touch {
	min-width: 44px;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-\[calc\(100\%-2rem\)\] {
	max-width: calc(100% - 2rem);
}
.max-w-none {
	max-width: none;
}
.max-w-prose {
	max-width: 65ch;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-xl {
	max-width: 36rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-auto {
	flex: 1 1 auto;
}
.flex-initial {
	flex: 0 1 auto;
}
.flex-none {
	flex: none;
}
.shrink {
	flex-shrink: 1;
}
.shrink-0 {
	flex-shrink: 0;
}
.-translate-x-full {
	--tw-translate-x: -100%;
	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-2 {
	--tw-translate-y: -0.5rem;
	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-full {
	--tw-translate-y: -100%;
	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-0 {
	--tw-translate-x: 0px;
	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-full {
	--tw-translate-x: 100%;
	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-0 {
	--tw-translate-y: 0px;
	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-2 {
	--tw-translate-y: 0.5rem;
	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-full {
	--tw-translate-y: 100%;
	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;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
	--tw-rotate: 45deg;
	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));
}
.-scale-x-100 {
	--tw-scale-x: -1;
	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 {
	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));
}
.resize {
	resize: both;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-x-6 {
	column-gap: 1.5rem;
}
.gap-y-8 {
	row-gap: 2rem;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(-1px * var(--tw-space-x-reverse));
	margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.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-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-primary-500\/30 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgb(var(--color-primary-500) / 0.3);
}
.divide-primary\/20 > :not([hidden]) ~ :not([hidden]) {
	border-color: rgb(var(--color-primary-500) / 0.2);
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.text-balance {
	text-wrap: balance;
}
.text-pretty {
	text-wrap: pretty;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-b-3xl {
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.rounded-t-3xl {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}
.border {
	border-width: 1px;
}
.border-3 {
	border-width: 3px;
}
.border-y {
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-black\/10 {
	border-color: rgb(0 0 0 / 0.1);
}
.border-primary-300 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary-300) / var(--tw-border-opacity, 1));
}
.border-primary-400 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary-400) / var(--tw-border-opacity, 1));
}
.border-primary-600 {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary-600) / var(--tw-border-opacity, 1));
}
.border-primary-600\/50 {
	border-color: rgb(var(--color-primary-600) / 0.5);
}
.border-primary\/50 {
	border-color: rgb(var(--color-primary-500) / 0.5);
}
.bg-\[\#fff1e3\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255 241 227 / var(--tw-bg-opacity, 1));
}
.bg-beige {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-beige) / var(--tw-bg-opacity, 1));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-dark {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-950) / var(--tw-bg-opacity, 1));
}
.bg-inherit {
	background-color: inherit;
}
.bg-light {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-100) / var(--tw-bg-opacity, 1));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity, 1));
}
.bg-primary-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-100) / var(--tw-bg-opacity, 1));
}
.bg-primary-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-200) / var(--tw-bg-opacity, 1));
}
.bg-primary-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-300) / var(--tw-bg-opacity, 1));
}
.bg-primary-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-600) / var(--tw-bg-opacity, 1));
}
.bg-primary-700\/30 {
	background-color: rgb(var(--color-primary-700) / 0.3);
}
.bg-primary-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-800) / var(--tw-bg-opacity, 1));
}
.bg-primary-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-900) / var(--tw-bg-opacity, 1));
}
.bg-primary-950\/50 {
	background-color: rgb(var(--color-primary-950) / 0.5);
}
.bg-primary\/20 {
	background-color: rgb(var(--color-primary-500) / 0.2);
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity, 1));
}
.bg-secondary-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity, 1));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-from-primary-200 {
	background-image: linear-gradient(0deg, #ffffff, #fdfefb, #fafcf6, #f8fbf2, #f6f9ee, #f4f8ea, #f1f6e5, #eff5e1);
}
.bg-service-1 {
	background-image: url('./images/service-1-bg.svg');
}
.bg-service-2 {
	background-image: url('./images/service-2-bg.svg');
}
.bg-service-3 {
	background-image: url('./images/service-3-bg.svg');
}
.bg-to-primary-200 {
	background-image: linear-gradient(180deg, #ffffff, #fdfefb, #fafcf6, #f8fbf2, #f6f9ee, #f4f8ea, #f1f6e5, #eff5e1);
}
.bg-contain {
	background-size: contain;
}
.bg-bottom {
	background-position: bottom;
}
.bg-center {
	background-position: center;
}
.bg-left {
	background-position: left;
}
.bg-right {
	background-position: right;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-body {
	font-family: var(--font-body);
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.75rem;
	line-height: 2rem;
}
.text-4xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-5xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-6xl {
	font-size: 3rem;
	line-height: 4rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-none {
	line-height: 1;
}
.leading-snug {
	line-height: 1.375;
}
.leading-tight {
	line-height: 1.25;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.text-dark {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-950) / var(--tw-text-opacity, 1));
}
.text-dark-light {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-800) / var(--tw-text-opacity, 1));
}
.text-light {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-100) / var(--tw-text-opacity, 1));
}
.text-muted {
	--tw-text-opacity: 1;
	color: rgb(var(--color-muted) / var(--tw-text-opacity, 1));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-500) / var(--tw-text-opacity, 1));
}
.text-primary-100 {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-100) / var(--tw-text-opacity, 1));
}
.text-primary-600 {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-600) / var(--tw-text-opacity, 1));
}
.text-primary-700 {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-700) / var(--tw-text-opacity, 1));
}
.text-primary-dark {
	color: var(--color-primary-600);
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgb(var(--color-secondary-500) / var(--tw-text-opacity, 1));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
	text-decoration-line: underline;
}
.opacity-0 {
	opacity: 0;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
	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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-\[left\2c right\] {
	transition-property: left,right;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-\[padding\] {
	transition-property: padding;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-\[right\] {
	transition-property: right;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/**
 * Custom styles to immediately follow Tailwind's utilities layer
 *
 * Adds custom utility classes to this theme. 
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */
@media (min-width: 640px) {

	.sm\:btn-lg {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

		.sm\:btn-lg.btn-bordered {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
}
.\*\:underline > * {
	text-decoration-line: underline;
}
.before\:bg-primary-500::before {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity, 1));
}
.after\:absolute::after {
	content: var(--tw-content);
	position: absolute;
}
.after\:bottom-0::after {
	content: var(--tw-content);
	bottom: 0px;
}
.after\:left-0::after {
	content: var(--tw-content);
	left: 0px;
}
.after\:h-0\.5::after {
	content: var(--tw-content);
	height: 0.125rem;
}
.after\:bg-primary::after {
	content: var(--tw-content);
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity, 1));
}
.after\:transition-all::after {
	content: var(--tw-content);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.after\:ease-out::after {
	content: var(--tw-content);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.first\:rounded-l-lg:first-child {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.first\:rounded-t:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.last\:rounded-b:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.last\:rounded-r-lg:last-child {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.hover\:bg-primary\/10:hover {
	background-color: rgb(var(--color-primary-500) / 0.1);
}
.hover\:bg-primary\/80:hover {
	background-color: rgb(var(--color-primary-500) / 0.8);
}
.hover\:text-light:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-100) / var(--tw-text-opacity, 1));
}
.hover\:text-primary-600:hover {
	--tw-text-opacity: 1;
	color: rgb(var(--color-primary-600) / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
	text-decoration-line: underline;
}
.hover\:shadow:hover {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@keyframes underline {
	0% {
		content: var(--tw-content);
		right: 100%;
	}
	80% {
		content: var(--tw-content);
		right: -10%;
	}
	100% {
		content: var(--tw-content);
		right: 0;
	}
}
.group:hover .group-hover\:after\:animate-underline::after {
	content: var(--tw-content);
	animation: underline 0.2s forwards;
}
@media (min-width: 360px) {
	.xs\:inline-block {
		display: inline-block;
	}
}
@media (min-width: 768px) {
	.md\:sticky {
		position: sticky;
	}
	.md\:-bottom-12 {
		bottom: -3rem;
	}
	.md\:-bottom-6 {
		bottom: -1.5rem;
	}
	.md\:-right-8 {
		right: -2rem;
	}
	.md\:-top-12 {
		top: -3rem;
	}
	.md\:order-1 {
		order: 1;
	}
	.md\:order-2 {
		order: 2;
	}
	.md\:order-3 {
		order: 3;
	}
	.md\:order-last {
		order: 9999;
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	.md\:block {
		display: block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:hidden {
		display: none;
	}
	.md\:size-72 {
		width: 18rem;
		height: 18rem;
	}
	.md\:h-80 {
		height: 20rem;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-3\/12 {
		width: 25%;
	}
	.md\:w-3\/4 {
		width: 75%;
	}
	.md\:w-5\/12 {
		width: 41.666667%;
	}
	.md\:w-52 {
		width: 13rem;
	}
	.md\:w-8\/12 {
		width: 66.666667%;
	}
	.md\:max-w-md {
		max-width: 28rem;
	}
	.md\:flex-1 {
		flex: 1 1 0%;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:items-end {
		align-items: flex-end;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:gap-0 {
		gap: 0px;
	}
	.md\:gap-12 {
		gap: 3rem;
	}
	.md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(6rem * var(--tw-space-y-reverse));
	}
	.md\:p-6 {
		padding: 1.5rem;
	}
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:pl-6 {
		padding-left: 1.5rem;
	}
	.md\:pr-6 {
		padding-right: 1.5rem;
	}
	.md\:text-center {
		text-align: center;
	}
	.md\:text-right {
		text-align: right;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-3xl {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.md\:text-4xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.md\:text-5xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-6xl {
		font-size: 3rem;
		line-height: 4rem;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
	.lg\:-bottom-8 {
		bottom: -2rem;
	}
	.lg\:-right-12 {
		right: -3rem;
	}
	.lg\:-top-12 {
		top: -3rem;
	}
	.lg\:-top-16 {
		top: -4rem;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:order-3 {
		order: 3;
	}
	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:row-span-1 {
		grid-row: span 1 / span 1;
	}
	.lg\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.lg\:-my-40 {
		margin-top: -10rem;
		margin-bottom: -10rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-60 {
		width: 15rem;
	}
	.lg\:w-7\/12 {
		width: 58.333333%;
	}
	.lg\:w-72 {
		width: 18rem;
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-content-sidebar {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 25%);
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-12 {
		gap: 3rem;
	}
	.lg\:gap-8 {
		gap: 2rem;
	}
	.lg\:gap-x-12 {
		column-gap: 3rem;
	}
	.lg\:gap-x-8 {
		column-gap: 2rem;
	}
	.lg\:bg-testimonials-1 {
		background-image: url('./images/testimonials-1-bg.svg');
	}
	.lg\:bg-testimonials-2 {
		background-image: url('./images/testimonials-2-bg.svg');
	}
	.lg\:bg-video {
		background-image: url('./images/video-bg.svg');
	}
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-3xl {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.lg\:text-4xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-5xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.lg\:text-7xl {
		font-size: 3.75rem;
		line-height: 4.5rem;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1280px) {
	.xl\:-bottom-12 {
		bottom: -3rem;
	}
	.xl\:-right-16 {
		right: -4rem;
	}
	.xl\:-top-20 {
		top: -5rem;
	}
	.xl\:left-60 {
		left: 15rem;
	}
	.xl\:mb-60 {
		margin-bottom: 15rem;
	}
	.xl\:h-96 {
		height: 24rem;
	}
	.xl\:w-1\/2 {
		width: 50%;
	}
	.xl\:w-1\/4 {
		width: 25%;
	}
	.xl\:w-2\/5 {
		width: 40%;
	}
	.xl\:max-w-3xl {
		max-width: 48rem;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:gap-x-32 {
		column-gap: 8rem;
	}
	.xl\:p-8 {
		padding: 2rem;
	}
	.xl\:pl-12 {
		padding-left: 3rem;
	}
	.xl\:pr-12 {
		padding-right: 3rem;
	}
	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.xl\:text-3xl {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.xl\:text-4xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.xl\:text-5xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.xl\:text-6xl {
		font-size: 3rem;
		line-height: 4rem;
	}
	.xl\:text-8xl {
		font-size: 4.5rem;
		line-height: 6rem;
	}
	.xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1536px) {
	.\32xl\:mb-80 {
		margin-bottom: 20rem;
	}
	.\32xl\:size-80 {
		width: 20rem;
		height: 20rem;
	}
	.\32xl\:text-5xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.\32xl\:text-7xl {
		font-size: 3.75rem;
		line-height: 4.5rem;
	}
	.\32xl\:text-9xl {
		font-size: 6rem;
		line-height: 7.5rem;
	}
}
