/**
 * WhitelabelTheme
 * https://project-website.tld
 *
 * @import statements must come first — postcss-import inlines them before
 * any other PostCSS plugin (including Tailwind) runs.
 */

/**
 * Resets - installed via NPM
 * modern-normalize - https://github.com/sindresorhus/modern-normalize
 * Replaced normalize.css with modern-normalize
 * If you want to use a custom normalize or reset,
 * you can remove this import and add your own.
 * If replacing, be sure to provide clear guidance for engineering team.
 */

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

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

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

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

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

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

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

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

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
	display: list-item;
}

/* Global - global pieces like media queries, mixins and placeholders */

/* @import url("global/index.css"); */

/* Base - base styles such as fonts, typography, and wordpress overrides */

/* stylelint-disable */

/*
 * Resources on prefers-reduced-motion:
 * https://webkit.org/blog-files/prefers-reduced-motion/prm.htm
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
 */

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001s !important;
		transition-duration: 0.001s !important;
	}
}

/* WordPress generated classes */

.alignleft {
	float: left;
	margin-right: 1rem;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 1rem;
	text-align: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.aligncenter {
		text-align: center;
	}

.wp-caption.alignright {
		text-align: right;
	}

.wp-caption-text {
	margin: 0;
}

/* stylelint-disable */

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:active) {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/*
 * Ensure that we are not overriding the editor styles of the
 * WordPress Components.
 *
 * This is a workaround for: https://github.com/WordPress/gutenberg/issues/10178
 *
 * using :where to prevent the specificity increase of using :not
 */

.wp-block-buttons .wp-block-button .wp-element-button {
	min-width: 8rem !important;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	border-radius: 0.5rem;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	border-width: 2px;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	border-style: solid;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	--tw-border-opacity: 1;
	border-color: rgb(33 33 52 / var(--tw-border-opacity, 1));
}

.wp-block-buttons .wp-block-button .wp-element-button {
	--tw-bg-opacity: 1;
	background-color: rgb(33 33 52 / var(--tw-bg-opacity, 1));
}

.wp-block-buttons .wp-block-button .wp-element-button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	font-weight: 700;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button .wp-element-button {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	transition-duration: 300ms;
}

.wp-block-buttons .wp-block-button .wp-element-button {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-buttons .wp-block-button .wp-element-button:hover {
	background-color: transparent;
}

.wp-block-buttons .wp-block-button .wp-element-button:hover {
	--tw-text-opacity: 1;
	color: rgb(33 33 52 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button {
	background-color: transparent;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button {
	--tw-text-opacity: 1;
	color: rgb(33 33 52 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(33 33 52 / var(--tw-bg-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-element-button:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-card {
	width: 100%;
}

.wp-block-buttons .wp-block-button.is-style-card .wp-element-button {
	width: 100%;
}

/* stylelint-disable */

/*
 * Ensure that we are not overriding the editor styles of the
 * WordPress Components.
 *
 * This is a workaround for: https://github.com/WordPress/gutenberg/issues/10178
 *
 * using :where to prevent the specificity increase of using :not
 */

a:where(:not(.components-external-link)) {
}

/* Layout - styles specific to layout */

/* @import url("layout/index.css"); */

/* Templates */

/* @import url("templates/index.css"); */

/* Components */

/* @import url("components/index.css"); */

*, ::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.19 | 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: #e5e7eb; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://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;
}

.\!container {
	width: 100% !important;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {

	.\!container {
		max-width: 640px !important;
	}

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.\!container {
		max-width: 768px !important;
	}

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.\!container {
		max-width: 1024px !important;
	}

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.\!container {
		max-width: 1280px !important;
	}

	.container {
		max-width: 1280px;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

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

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	inset: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

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

.isolate {
	isolation: isolate;
}

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

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

.m-0 {
	margin: 0px;
}

.-my-\[0px\] {
	margin-top: -0px;
	margin-bottom: -0px;
}

.-my-\[100px\] {
	margin-top: -100px;
	margin-bottom: -100px;
}

.-my-\[101px\] {
	margin-top: -101px;
	margin-bottom: -101px;
}

.-my-\[102px\] {
	margin-top: -102px;
	margin-bottom: -102px;
}

.-my-\[103px\] {
	margin-top: -103px;
	margin-bottom: -103px;
}

.-my-\[104px\] {
	margin-top: -104px;
	margin-bottom: -104px;
}

.-my-\[105px\] {
	margin-top: -105px;
	margin-bottom: -105px;
}

.-my-\[106px\] {
	margin-top: -106px;
	margin-bottom: -106px;
}

.-my-\[107px\] {
	margin-top: -107px;
	margin-bottom: -107px;
}

.-my-\[108px\] {
	margin-top: -108px;
	margin-bottom: -108px;
}

.-my-\[109px\] {
	margin-top: -109px;
	margin-bottom: -109px;
}

.-my-\[10px\] {
	margin-top: -10px;
	margin-bottom: -10px;
}

.-my-\[110px\] {
	margin-top: -110px;
	margin-bottom: -110px;
}

.-my-\[111px\] {
	margin-top: -111px;
	margin-bottom: -111px;
}

.-my-\[112px\] {
	margin-top: -112px;
	margin-bottom: -112px;
}

.-my-\[113px\] {
	margin-top: -113px;
	margin-bottom: -113px;
}

.-my-\[114px\] {
	margin-top: -114px;
	margin-bottom: -114px;
}

.-my-\[115px\] {
	margin-top: -115px;
	margin-bottom: -115px;
}

.-my-\[116px\] {
	margin-top: -116px;
	margin-bottom: -116px;
}

.-my-\[117px\] {
	margin-top: -117px;
	margin-bottom: -117px;
}

.-my-\[118px\] {
	margin-top: -118px;
	margin-bottom: -118px;
}

.-my-\[119px\] {
	margin-top: -119px;
	margin-bottom: -119px;
}

.-my-\[11px\] {
	margin-top: -11px;
	margin-bottom: -11px;
}

.-my-\[120px\] {
	margin-top: -120px;
	margin-bottom: -120px;
}

.-my-\[121px\] {
	margin-top: -121px;
	margin-bottom: -121px;
}

.-my-\[122px\] {
	margin-top: -122px;
	margin-bottom: -122px;
}

.-my-\[123px\] {
	margin-top: -123px;
	margin-bottom: -123px;
}

.-my-\[124px\] {
	margin-top: -124px;
	margin-bottom: -124px;
}

.-my-\[125px\] {
	margin-top: -125px;
	margin-bottom: -125px;
}

.-my-\[126px\] {
	margin-top: -126px;
	margin-bottom: -126px;
}

.-my-\[127px\] {
	margin-top: -127px;
	margin-bottom: -127px;
}

.-my-\[128px\] {
	margin-top: -128px;
	margin-bottom: -128px;
}

.-my-\[129px\] {
	margin-top: -129px;
	margin-bottom: -129px;
}

.-my-\[12px\] {
	margin-top: -12px;
	margin-bottom: -12px;
}

.-my-\[130px\] {
	margin-top: -130px;
	margin-bottom: -130px;
}

.-my-\[131px\] {
	margin-top: -131px;
	margin-bottom: -131px;
}

.-my-\[132px\] {
	margin-top: -132px;
	margin-bottom: -132px;
}

.-my-\[133px\] {
	margin-top: -133px;
	margin-bottom: -133px;
}

.-my-\[134px\] {
	margin-top: -134px;
	margin-bottom: -134px;
}

.-my-\[135px\] {
	margin-top: -135px;
	margin-bottom: -135px;
}

.-my-\[136px\] {
	margin-top: -136px;
	margin-bottom: -136px;
}

.-my-\[137px\] {
	margin-top: -137px;
	margin-bottom: -137px;
}

.-my-\[138px\] {
	margin-top: -138px;
	margin-bottom: -138px;
}

.-my-\[139px\] {
	margin-top: -139px;
	margin-bottom: -139px;
}

.-my-\[13px\] {
	margin-top: -13px;
	margin-bottom: -13px;
}

.-my-\[140px\] {
	margin-top: -140px;
	margin-bottom: -140px;
}

.-my-\[14px\] {
	margin-top: -14px;
	margin-bottom: -14px;
}

.-my-\[15px\] {
	margin-top: -15px;
	margin-bottom: -15px;
}

.-my-\[16px\] {
	margin-top: -16px;
	margin-bottom: -16px;
}

.-my-\[17px\] {
	margin-top: -17px;
	margin-bottom: -17px;
}

.-my-\[18px\] {
	margin-top: -18px;
	margin-bottom: -18px;
}

.-my-\[19px\] {
	margin-top: -19px;
	margin-bottom: -19px;
}

.-my-\[1px\] {
	margin-top: -1px;
	margin-bottom: -1px;
}

.-my-\[20px\] {
	margin-top: -20px;
	margin-bottom: -20px;
}

.-my-\[21px\] {
	margin-top: -21px;
	margin-bottom: -21px;
}

.-my-\[22px\] {
	margin-top: -22px;
	margin-bottom: -22px;
}

.-my-\[23px\] {
	margin-top: -23px;
	margin-bottom: -23px;
}

.-my-\[24px\] {
	margin-top: -24px;
	margin-bottom: -24px;
}

.-my-\[25px\] {
	margin-top: -25px;
	margin-bottom: -25px;
}

.-my-\[26px\] {
	margin-top: -26px;
	margin-bottom: -26px;
}

.-my-\[27px\] {
	margin-top: -27px;
	margin-bottom: -27px;
}

.-my-\[28px\] {
	margin-top: -28px;
	margin-bottom: -28px;
}

.-my-\[29px\] {
	margin-top: -29px;
	margin-bottom: -29px;
}

.-my-\[2px\] {
	margin-top: -2px;
	margin-bottom: -2px;
}

.-my-\[30px\] {
	margin-top: -30px;
	margin-bottom: -30px;
}

.-my-\[31px\] {
	margin-top: -31px;
	margin-bottom: -31px;
}

.-my-\[32px\] {
	margin-top: -32px;
	margin-bottom: -32px;
}

.-my-\[33px\] {
	margin-top: -33px;
	margin-bottom: -33px;
}

.-my-\[34px\] {
	margin-top: -34px;
	margin-bottom: -34px;
}

.-my-\[35px\] {
	margin-top: -35px;
	margin-bottom: -35px;
}

.-my-\[36px\] {
	margin-top: -36px;
	margin-bottom: -36px;
}

.-my-\[37px\] {
	margin-top: -37px;
	margin-bottom: -37px;
}

.-my-\[38px\] {
	margin-top: -38px;
	margin-bottom: -38px;
}

.-my-\[39px\] {
	margin-top: -39px;
	margin-bottom: -39px;
}

.-my-\[3px\] {
	margin-top: -3px;
	margin-bottom: -3px;
}

.-my-\[40px\] {
	margin-top: -40px;
	margin-bottom: -40px;
}

.-my-\[41px\] {
	margin-top: -41px;
	margin-bottom: -41px;
}

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

.-my-\[43px\] {
	margin-top: -43px;
	margin-bottom: -43px;
}

.-my-\[44px\] {
	margin-top: -44px;
	margin-bottom: -44px;
}

.-my-\[45px\] {
	margin-top: -45px;
	margin-bottom: -45px;
}

.-my-\[46px\] {
	margin-top: -46px;
	margin-bottom: -46px;
}

.-my-\[47px\] {
	margin-top: -47px;
	margin-bottom: -47px;
}

.-my-\[48px\] {
	margin-top: -48px;
	margin-bottom: -48px;
}

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

.-my-\[4px\] {
	margin-top: -4px;
	margin-bottom: -4px;
}

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

.-my-\[51px\] {
	margin-top: -51px;
	margin-bottom: -51px;
}

.-my-\[52px\] {
	margin-top: -52px;
	margin-bottom: -52px;
}

.-my-\[53px\] {
	margin-top: -53px;
	margin-bottom: -53px;
}

.-my-\[54px\] {
	margin-top: -54px;
	margin-bottom: -54px;
}

.-my-\[55px\] {
	margin-top: -55px;
	margin-bottom: -55px;
}

.-my-\[56px\] {
	margin-top: -56px;
	margin-bottom: -56px;
}

.-my-\[57px\] {
	margin-top: -57px;
	margin-bottom: -57px;
}

.-my-\[58px\] {
	margin-top: -58px;
	margin-bottom: -58px;
}

.-my-\[59px\] {
	margin-top: -59px;
	margin-bottom: -59px;
}

.-my-\[5px\] {
	margin-top: -5px;
	margin-bottom: -5px;
}

.-my-\[60px\] {
	margin-top: -60px;
	margin-bottom: -60px;
}

.-my-\[61px\] {
	margin-top: -61px;
	margin-bottom: -61px;
}

.-my-\[62px\] {
	margin-top: -62px;
	margin-bottom: -62px;
}

.-my-\[63px\] {
	margin-top: -63px;
	margin-bottom: -63px;
}

.-my-\[64px\] {
	margin-top: -64px;
	margin-bottom: -64px;
}

.-my-\[65px\] {
	margin-top: -65px;
	margin-bottom: -65px;
}

.-my-\[66px\] {
	margin-top: -66px;
	margin-bottom: -66px;
}

.-my-\[67px\] {
	margin-top: -67px;
	margin-bottom: -67px;
}

.-my-\[68px\] {
	margin-top: -68px;
	margin-bottom: -68px;
}

.-my-\[69px\] {
	margin-top: -69px;
	margin-bottom: -69px;
}

.-my-\[6px\] {
	margin-top: -6px;
	margin-bottom: -6px;
}

.-my-\[70px\] {
	margin-top: -70px;
	margin-bottom: -70px;
}

.-my-\[71px\] {
	margin-top: -71px;
	margin-bottom: -71px;
}

.-my-\[72px\] {
	margin-top: -72px;
	margin-bottom: -72px;
}

.-my-\[73px\] {
	margin-top: -73px;
	margin-bottom: -73px;
}

.-my-\[74px\] {
	margin-top: -74px;
	margin-bottom: -74px;
}

.-my-\[75px\] {
	margin-top: -75px;
	margin-bottom: -75px;
}

.-my-\[76px\] {
	margin-top: -76px;
	margin-bottom: -76px;
}

.-my-\[77px\] {
	margin-top: -77px;
	margin-bottom: -77px;
}

.-my-\[78px\] {
	margin-top: -78px;
	margin-bottom: -78px;
}

.-my-\[79px\] {
	margin-top: -79px;
	margin-bottom: -79px;
}

.-my-\[7px\] {
	margin-top: -7px;
	margin-bottom: -7px;
}

.-my-\[80px\] {
	margin-top: -80px;
	margin-bottom: -80px;
}

.-my-\[81px\] {
	margin-top: -81px;
	margin-bottom: -81px;
}

.-my-\[82px\] {
	margin-top: -82px;
	margin-bottom: -82px;
}

.-my-\[83px\] {
	margin-top: -83px;
	margin-bottom: -83px;
}

.-my-\[84px\] {
	margin-top: -84px;
	margin-bottom: -84px;
}

.-my-\[85px\] {
	margin-top: -85px;
	margin-bottom: -85px;
}

.-my-\[86px\] {
	margin-top: -86px;
	margin-bottom: -86px;
}

.-my-\[87px\] {
	margin-top: -87px;
	margin-bottom: -87px;
}

.-my-\[88px\] {
	margin-top: -88px;
	margin-bottom: -88px;
}

.-my-\[89px\] {
	margin-top: -89px;
	margin-bottom: -89px;
}

.-my-\[8px\] {
	margin-top: -8px;
	margin-bottom: -8px;
}

.-my-\[90px\] {
	margin-top: -90px;
	margin-bottom: -90px;
}

.-my-\[91px\] {
	margin-top: -91px;
	margin-bottom: -91px;
}

.-my-\[92px\] {
	margin-top: -92px;
	margin-bottom: -92px;
}

.-my-\[93px\] {
	margin-top: -93px;
	margin-bottom: -93px;
}

.-my-\[94px\] {
	margin-top: -94px;
	margin-bottom: -94px;
}

.-my-\[95px\] {
	margin-top: -95px;
	margin-bottom: -95px;
}

.-my-\[96px\] {
	margin-top: -96px;
	margin-bottom: -96px;
}

.-my-\[97px\] {
	margin-top: -97px;
	margin-bottom: -97px;
}

.-my-\[98px\] {
	margin-top: -98px;
	margin-bottom: -98px;
}

.-my-\[99px\] {
	margin-top: -99px;
	margin-bottom: -99px;
}

.-my-\[9px\] {
	margin-top: -9px;
	margin-bottom: -9px;
}

.mx-0\.5 {
	margin-left: 0.125rem;
	margin-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
	display: block;
}

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

.flex {
	display: flex;
}

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

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.size-16 {
	width: 4rem;
	height: 4rem;
}

.size-20 {
	width: 5rem;
	height: 5rem;
}

.size-32 {
	width: 8rem;
	height: 8rem;
}

.size-36 {
	width: 9rem;
	height: 9rem;
}

.h-10 {
	height: 2.5rem;
}

.h-28 {
	height: 7rem;
}

.h-3 {
	height: 0.75rem;
}

.h-48 {
	height: 12rem;
}

.h-5 {
	height: 1.25rem;
}

.h-6 {
	height: 1.5rem;
}

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

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

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

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

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

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

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

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

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.max-h-16 {
	max-height: 4rem;
}

.max-h-40 {
	max-height: 10rem;
}

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

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

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

.w-3 {
	width: 0.75rem;
}

.w-6 {
	width: 1.5rem;
}

.w-full {
	width: 100%;
}

.\!min-w-0 {
	min-width: 0px !important;
}

.\!min-w-32 {
	min-width: 8rem !important;
}

.min-w-10 {
	min-width: 2.5rem;
}

.min-w-\[150px\] {
	min-width: 150px;
}

.max-w-16 {
	max-width: 4rem;
}

.max-w-48 {
	max-width: 12rem;
}

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

.max-w-52 {
	max-width: 13rem;
}

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

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

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

.flex-1 {
	flex: 1 1 0%;
}

.-translate-y-1\/2 {
	--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));
}

@keyframes pulse {

	50% {
		opacity: .5;
	}
}

.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
	cursor: pointer;
}

.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row-reverse {
	flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

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

.gap-1 {
	gap: 0.25rem;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-20 {
	gap: 5rem;
}

.gap-3 {
	gap: 0.75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-5 {
	gap: 1.25rem;
}

.gap-\[0px\] {
	gap: 0px;
}

.gap-\[10px\] {
	gap: 10px;
}

.gap-\[11px\] {
	gap: 11px;
}

.gap-\[12px\] {
	gap: 12px;
}

.gap-\[13px\] {
	gap: 13px;
}

.gap-\[14px\] {
	gap: 14px;
}

.gap-\[15px\] {
	gap: 15px;
}

.gap-\[16px\] {
	gap: 16px;
}

.gap-\[17px\] {
	gap: 17px;
}

.gap-\[18px\] {
	gap: 18px;
}

.gap-\[19px\] {
	gap: 19px;
}

.gap-\[1px\] {
	gap: 1px;
}

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

.gap-\[21px\] {
	gap: 21px;
}

.gap-\[22px\] {
	gap: 22px;
}

.gap-\[23px\] {
	gap: 23px;
}

.gap-\[24px\] {
	gap: 24px;
}

.gap-\[25px\] {
	gap: 25px;
}

.gap-\[26px\] {
	gap: 26px;
}

.gap-\[27px\] {
	gap: 27px;
}

.gap-\[28px\] {
	gap: 28px;
}

.gap-\[29px\] {
	gap: 29px;
}

.gap-\[2px\] {
	gap: 2px;
}

.gap-\[30px\] {
	gap: 30px;
}

.gap-\[31px\] {
	gap: 31px;
}

.gap-\[32px\] {
	gap: 32px;
}

.gap-\[3px\] {
	gap: 3px;
}

.gap-\[4px\] {
	gap: 4px;
}

.gap-\[5px\] {
	gap: 5px;
}

.gap-\[6px\] {
	gap: 6px;
}

.gap-\[7px\] {
	gap: 7px;
}

.gap-\[8px\] {
	gap: 8px;
}

.gap-\[9px\] {
	gap: 9px;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible;
}

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

.text-nowrap {
	text-wrap: nowrap;
}

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

.rounded {
	border-radius: 0.25rem;
}

.rounded-2xl {
	border-radius: 1rem;
}

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

.rounded-\[4px\] {
	border-radius: 4px;
}

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

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

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

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

.border {
	border-width: 1px;
}

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

.border-x-0 {
	border-left-width: 0px;
	border-right-width: 0px;
}

.border-y {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.border-solid {
	border-style: solid;
}

.border-dashed {
	border-style: dashed;
}

.\!border-none {
	border-style: none !important;
}

.\!border-wl-purple-500 {
	--tw-border-opacity: 1 !important;
	border-color: rgb(73 69 255 / var(--tw-border-opacity, 1)) !important;
}

.border-\[var\(--wl-button-bg\)\] {
	border-color: var(--wl-button-bg);
}

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

.border-wl-blue-200 {
	--tw-border-opacity: 1;
	border-color: rgb(233 233 255 / var(--tw-border-opacity, 1));
}

.border-wl-grayscale-200 {
	--tw-border-opacity: 1;
	border-color: rgb(234 234 239 / var(--tw-border-opacity, 1));
}

.border-wl-grayscale-900 {
	--tw-border-opacity: 1;
	border-color: rgb(33 33 52 / var(--tw-border-opacity, 1));
}

.border-wl-purple-500 {
	--tw-border-opacity: 1;
	border-color: rgb(73 69 255 / var(--tw-border-opacity, 1));
}

.\!bg-wl-purple-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(41 39 148 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#89E7FB\] {
	--tw-bg-opacity: 1;
	background-color: rgb(137 231 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F6F6\] {
	--tw-bg-opacity: 1;
	background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[var\(--wl-button-bg\)\] {
	background-color: var(--wl-button-bg);
}

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

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

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

.bg-neutral-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

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

.bg-wl-grayscale-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(246 246 249 / var(--tw-bg-opacity, 1));
}

.bg-wl-grayscale-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(33 33 52 / var(--tw-bg-opacity, 1));
}

.bg-wl-purple-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(73 69 255 / var(--tw-bg-opacity, 1));
}

.bg-wl-purple-500\/5 {
	background-color: rgb(73 69 255 / 0.05);
}

.stroke-black {
	stroke: #000;
}

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

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

.\!p-0 {
	padding: 0px !important;
}

.p-4 {
	padding: 1rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-6 {
	padding: 1.5rem;
}

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

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

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

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

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

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

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

.py-\[6px\] {
	padding-top: 6px;
	padding-bottom: 6px;
}

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

.pr-\[2px\] {
	padding-right: 2px;
}

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

.pt-\[60px\] {
	padding-top: 60px;
}

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

.align-middle {
	vertical-align: middle;
}

.text-\[0px\] {
	font-size: 0px;
}

.text-\[11px\] {
	font-size: 11px;
}

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

.text-size-12 {
	font-size: var(--wp--preset--font-size--size-12);
	line-height: 1.1;
}

.text-size-14 {
	font-size: var(--wp--preset--font-size--size-14);
	line-height: 1.60;
}

.text-size-16 {
	font-size: var(--wp--preset--font-size--size-16);
	line-height: 1.60;
}

.text-size-24 {
	font-size: var(--wp--preset--font-size--size-24);
	line-height: 1.30;
}

.text-size-32 {
	font-size: var(--wp--preset--font-size--size-32);
	line-height: 1.20;
}

.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-thin {
	font-weight: 100;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.italic {
	font-style: italic;
}

.leading-\[1\.1\] {
	line-height: 1.1;
}

.leading-\[22px\] {
	line-height: 22px;
}

.text-\[var\(--wl-button-label\)\] {
	color: var(--wl-button-label);
}

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

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

.text-green-700 {
	--tw-text-opacity: 1;
	color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-red-700 {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

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

.text-wl-grayscale-600 {
	--tw-text-opacity: 1;
	color: rgb(142 142 169 / var(--tw-text-opacity, 1));
}

.text-wl-grayscale-800 {
	--tw-text-opacity: 1;
	color: rgb(50 50 77 / var(--tw-text-opacity, 1));
}

.text-wl-grayscale-900 {
	--tw-text-opacity: 1;
	color: rgb(33 33 52 / var(--tw-text-opacity, 1));
}

.opacity-0 {
	opacity: 0;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.\!shadow-none {
	--tw-shadow: 0 0 #0000 !important;
	--tw-shadow-colored: 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-\[0_3px_37px_0_rgba\(0\2c _0\2c _0\2c _\.05\)\] {
	--tw-shadow: 0 3px 37px 0 rgba(0, 0, 0, .05);
	--tw-shadow-colored: 0 3px 37px 0 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);
}

.shadow-none {
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.outline {
	outline-style: solid;
}

.\!ring-wl-purple-500 {
	--tw-ring-opacity: 1 !important;
	--tw-ring-color: rgb(73 69 255 / var(--tw-ring-opacity, 1)) !important;
}

.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-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-shadow {
	transition-property: box-shadow;
	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-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-chevron {
	--tw-content: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.833252 0.833496L5.83325 5.8335L10.8333 0.833496" stroke="%230A0A0A" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	content: var(--tw-content);
}

.wl-button.wl-button-primary {
	max-width: 13rem;
	border-radius: 0.25rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(73 69 255 / var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(73 69 255 / var(--tw-bg-opacity, 1));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wl-button.wl-button-primary:hover {
	--tw-border-opacity: 1;
	border-color: rgb(41 39 148 / var(--tw-border-opacity, 1));
	--tw-bg-opacity: 1;
	background-color: rgb(41 39 148 / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[align-self\:center\] {
	align-self: center;
}

body {
	font-family: var(--wp--preset--font-family--secondary, sans-serif);
}

body h1,
	body h2,
	body h3,
	body h4,
	body h5,
	body h6 {
		font-family: var(--wp--preset--font-family--primary, serif);
	}

.after\:absolute::after {
	content: var(--tw-content);
	position: absolute;
}

.after\:right-3::after {
	content: var(--tw-content);
	right: 0.75rem;
}

.after\:top-1\/2::after {
	content: var(--tw-content);
	top: 50%;
}

.after\:h-min::after {
	content: var(--tw-content);
	height: -moz-min-content;
	height: min-content;
}

.after\:w-4::after {
	content: var(--tw-content);
	width: 1rem;
}

.after\:-translate-y-1\/2::after {
	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));
}

.after\:content-center::after {
	content: var(--tw-content);
	align-content: center;
}

.after\:content-chevron::after {
	--tw-content: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.833252 0.833496L5.83325 5.8335L10.8333 0.833496" stroke="%230A0A0A" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	content: var(--tw-content);
}

.hover\:border-\[var\(--wl-button-hover-bg\)\]:hover {
	border-color: var(--wl-button-hover-bg);
}

.hover\:border-wl-purple-700:hover {
	--tw-border-opacity: 1;
	border-color: rgb(41 39 148 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[var\(--wl-button-hover-bg\)\]:hover {
	background-color: var(--wl-button-hover-bg);
}

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

.hover\:bg-wl-grayscale-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(220 220 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-wl-grayscale-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(33 33 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-wl-purple-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(41 39 148 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[var\(--wl-button-hover-label\)\]:hover {
	color: var(--wl-button-hover-label);
}

.hover\:text-wl-grayscale-900:hover {
	--tw-text-opacity: 1;
	color: rgb(33 33 52 / var(--tw-text-opacity, 1));
}

.hover\:shadow-\[0_3px_37px_0_rgba\(0\2c _0\2c _0\2c _\.1\)\]:hover {
	--tw-shadow: 0 3px 37px 0 rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 3px 37px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bg-wl-grayscale-200:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(234 234 239 / var(--tw-bg-opacity, 1));
}

.focus\:\!outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:\!ring-1:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:\!ring-offset-2:focus {
	--tw-ring-offset-width: 2px !important;
}

.focus-visible\:ring-2:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.focus-visible\:ring-offset-2:focus-visible {
	--tw-ring-offset-width: 2px;
}

.group\/item[open] .group-open\/item\: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));
}

.group\/card:hover .group-hover\/card\:underline {
	text-decoration-line: underline;
}

@media not all and (min-width: 1024px) {

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

	.max-lg\:\!rounded-none {
		border-radius: 0px !important;
	}
}

@media not all and (min-width: 768px) {

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

	.max-md\:hidden {
		display: none;
	}

	.max-md\:\!rounded-none {
		border-radius: 0px !important;
	}
}

@media not all and (min-width: 640px) {

	.max-sm\:text-size-14 {
		font-size: var(--wp--preset--font-size--size-14);
		line-height: 1.60;
	}
}

@media (min-width: 640px) {

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

	.sm\:min-w-\[180px\] {
		min-width: 180px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.sm\:text-size-24 {
		font-size: var(--wp--preset--font-size--size-24);
		line-height: 1.30;
	}

	.sm\:text-size-36 {
		font-size: var(--wp--preset--font-size--size-36);
		line-height: 1.15;
	}

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

	.sm\:leading-\[1\.1\] {
		line-height: 1.1;
	}
}

@media (min-width: 768px) {

	.md\:-my-\[0px\] {
		margin-top: -0px;
		margin-bottom: -0px;
	}

	.md\:-my-\[100px\] {
		margin-top: -100px;
		margin-bottom: -100px;
	}

	.md\:-my-\[101px\] {
		margin-top: -101px;
		margin-bottom: -101px;
	}

	.md\:-my-\[102px\] {
		margin-top: -102px;
		margin-bottom: -102px;
	}

	.md\:-my-\[103px\] {
		margin-top: -103px;
		margin-bottom: -103px;
	}

	.md\:-my-\[104px\] {
		margin-top: -104px;
		margin-bottom: -104px;
	}

	.md\:-my-\[105px\] {
		margin-top: -105px;
		margin-bottom: -105px;
	}

	.md\:-my-\[106px\] {
		margin-top: -106px;
		margin-bottom: -106px;
	}

	.md\:-my-\[107px\] {
		margin-top: -107px;
		margin-bottom: -107px;
	}

	.md\:-my-\[108px\] {
		margin-top: -108px;
		margin-bottom: -108px;
	}

	.md\:-my-\[109px\] {
		margin-top: -109px;
		margin-bottom: -109px;
	}

	.md\:-my-\[10px\] {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.md\:-my-\[110px\] {
		margin-top: -110px;
		margin-bottom: -110px;
	}

	.md\:-my-\[111px\] {
		margin-top: -111px;
		margin-bottom: -111px;
	}

	.md\:-my-\[112px\] {
		margin-top: -112px;
		margin-bottom: -112px;
	}

	.md\:-my-\[113px\] {
		margin-top: -113px;
		margin-bottom: -113px;
	}

	.md\:-my-\[114px\] {
		margin-top: -114px;
		margin-bottom: -114px;
	}

	.md\:-my-\[115px\] {
		margin-top: -115px;
		margin-bottom: -115px;
	}

	.md\:-my-\[116px\] {
		margin-top: -116px;
		margin-bottom: -116px;
	}

	.md\:-my-\[117px\] {
		margin-top: -117px;
		margin-bottom: -117px;
	}

	.md\:-my-\[118px\] {
		margin-top: -118px;
		margin-bottom: -118px;
	}

	.md\:-my-\[119px\] {
		margin-top: -119px;
		margin-bottom: -119px;
	}

	.md\:-my-\[11px\] {
		margin-top: -11px;
		margin-bottom: -11px;
	}

	.md\:-my-\[120px\] {
		margin-top: -120px;
		margin-bottom: -120px;
	}

	.md\:-my-\[121px\] {
		margin-top: -121px;
		margin-bottom: -121px;
	}

	.md\:-my-\[122px\] {
		margin-top: -122px;
		margin-bottom: -122px;
	}

	.md\:-my-\[123px\] {
		margin-top: -123px;
		margin-bottom: -123px;
	}

	.md\:-my-\[124px\] {
		margin-top: -124px;
		margin-bottom: -124px;
	}

	.md\:-my-\[125px\] {
		margin-top: -125px;
		margin-bottom: -125px;
	}

	.md\:-my-\[126px\] {
		margin-top: -126px;
		margin-bottom: -126px;
	}

	.md\:-my-\[127px\] {
		margin-top: -127px;
		margin-bottom: -127px;
	}

	.md\:-my-\[128px\] {
		margin-top: -128px;
		margin-bottom: -128px;
	}

	.md\:-my-\[129px\] {
		margin-top: -129px;
		margin-bottom: -129px;
	}

	.md\:-my-\[12px\] {
		margin-top: -12px;
		margin-bottom: -12px;
	}

	.md\:-my-\[130px\] {
		margin-top: -130px;
		margin-bottom: -130px;
	}

	.md\:-my-\[131px\] {
		margin-top: -131px;
		margin-bottom: -131px;
	}

	.md\:-my-\[132px\] {
		margin-top: -132px;
		margin-bottom: -132px;
	}

	.md\:-my-\[133px\] {
		margin-top: -133px;
		margin-bottom: -133px;
	}

	.md\:-my-\[134px\] {
		margin-top: -134px;
		margin-bottom: -134px;
	}

	.md\:-my-\[135px\] {
		margin-top: -135px;
		margin-bottom: -135px;
	}

	.md\:-my-\[136px\] {
		margin-top: -136px;
		margin-bottom: -136px;
	}

	.md\:-my-\[137px\] {
		margin-top: -137px;
		margin-bottom: -137px;
	}

	.md\:-my-\[138px\] {
		margin-top: -138px;
		margin-bottom: -138px;
	}

	.md\:-my-\[139px\] {
		margin-top: -139px;
		margin-bottom: -139px;
	}

	.md\:-my-\[13px\] {
		margin-top: -13px;
		margin-bottom: -13px;
	}

	.md\:-my-\[140px\] {
		margin-top: -140px;
		margin-bottom: -140px;
	}

	.md\:-my-\[14px\] {
		margin-top: -14px;
		margin-bottom: -14px;
	}

	.md\:-my-\[15px\] {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.md\:-my-\[16px\] {
		margin-top: -16px;
		margin-bottom: -16px;
	}

	.md\:-my-\[17px\] {
		margin-top: -17px;
		margin-bottom: -17px;
	}

	.md\:-my-\[18px\] {
		margin-top: -18px;
		margin-bottom: -18px;
	}

	.md\:-my-\[19px\] {
		margin-top: -19px;
		margin-bottom: -19px;
	}

	.md\:-my-\[1px\] {
		margin-top: -1px;
		margin-bottom: -1px;
	}

	.md\:-my-\[20px\] {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.md\:-my-\[21px\] {
		margin-top: -21px;
		margin-bottom: -21px;
	}

	.md\:-my-\[22px\] {
		margin-top: -22px;
		margin-bottom: -22px;
	}

	.md\:-my-\[23px\] {
		margin-top: -23px;
		margin-bottom: -23px;
	}

	.md\:-my-\[24px\] {
		margin-top: -24px;
		margin-bottom: -24px;
	}

	.md\:-my-\[25px\] {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.md\:-my-\[26px\] {
		margin-top: -26px;
		margin-bottom: -26px;
	}

	.md\:-my-\[27px\] {
		margin-top: -27px;
		margin-bottom: -27px;
	}

	.md\:-my-\[28px\] {
		margin-top: -28px;
		margin-bottom: -28px;
	}

	.md\:-my-\[29px\] {
		margin-top: -29px;
		margin-bottom: -29px;
	}

	.md\:-my-\[2px\] {
		margin-top: -2px;
		margin-bottom: -2px;
	}

	.md\:-my-\[30px\] {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.md\:-my-\[31px\] {
		margin-top: -31px;
		margin-bottom: -31px;
	}

	.md\:-my-\[32px\] {
		margin-top: -32px;
		margin-bottom: -32px;
	}

	.md\:-my-\[33px\] {
		margin-top: -33px;
		margin-bottom: -33px;
	}

	.md\:-my-\[34px\] {
		margin-top: -34px;
		margin-bottom: -34px;
	}

	.md\:-my-\[35px\] {
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.md\:-my-\[36px\] {
		margin-top: -36px;
		margin-bottom: -36px;
	}

	.md\:-my-\[37px\] {
		margin-top: -37px;
		margin-bottom: -37px;
	}

	.md\:-my-\[38px\] {
		margin-top: -38px;
		margin-bottom: -38px;
	}

	.md\:-my-\[39px\] {
		margin-top: -39px;
		margin-bottom: -39px;
	}

	.md\:-my-\[3px\] {
		margin-top: -3px;
		margin-bottom: -3px;
	}

	.md\:-my-\[40px\] {
		margin-top: -40px;
		margin-bottom: -40px;
	}

	.md\:-my-\[41px\] {
		margin-top: -41px;
		margin-bottom: -41px;
	}

	.md\:-my-\[42px\] {
		margin-top: -42px;
		margin-bottom: -42px;
	}

	.md\:-my-\[43px\] {
		margin-top: -43px;
		margin-bottom: -43px;
	}

	.md\:-my-\[44px\] {
		margin-top: -44px;
		margin-bottom: -44px;
	}

	.md\:-my-\[45px\] {
		margin-top: -45px;
		margin-bottom: -45px;
	}

	.md\:-my-\[46px\] {
		margin-top: -46px;
		margin-bottom: -46px;
	}

	.md\:-my-\[47px\] {
		margin-top: -47px;
		margin-bottom: -47px;
	}

	.md\:-my-\[48px\] {
		margin-top: -48px;
		margin-bottom: -48px;
	}

	.md\:-my-\[49px\] {
		margin-top: -49px;
		margin-bottom: -49px;
	}

	.md\:-my-\[4px\] {
		margin-top: -4px;
		margin-bottom: -4px;
	}

	.md\:-my-\[50px\] {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	.md\:-my-\[51px\] {
		margin-top: -51px;
		margin-bottom: -51px;
	}

	.md\:-my-\[52px\] {
		margin-top: -52px;
		margin-bottom: -52px;
	}

	.md\:-my-\[53px\] {
		margin-top: -53px;
		margin-bottom: -53px;
	}

	.md\:-my-\[54px\] {
		margin-top: -54px;
		margin-bottom: -54px;
	}

	.md\:-my-\[55px\] {
		margin-top: -55px;
		margin-bottom: -55px;
	}

	.md\:-my-\[56px\] {
		margin-top: -56px;
		margin-bottom: -56px;
	}

	.md\:-my-\[57px\] {
		margin-top: -57px;
		margin-bottom: -57px;
	}

	.md\:-my-\[58px\] {
		margin-top: -58px;
		margin-bottom: -58px;
	}

	.md\:-my-\[59px\] {
		margin-top: -59px;
		margin-bottom: -59px;
	}

	.md\:-my-\[5px\] {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.md\:-my-\[60px\] {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.md\:-my-\[61px\] {
		margin-top: -61px;
		margin-bottom: -61px;
	}

	.md\:-my-\[62px\] {
		margin-top: -62px;
		margin-bottom: -62px;
	}

	.md\:-my-\[63px\] {
		margin-top: -63px;
		margin-bottom: -63px;
	}

	.md\:-my-\[64px\] {
		margin-top: -64px;
		margin-bottom: -64px;
	}

	.md\:-my-\[65px\] {
		margin-top: -65px;
		margin-bottom: -65px;
	}

	.md\:-my-\[66px\] {
		margin-top: -66px;
		margin-bottom: -66px;
	}

	.md\:-my-\[67px\] {
		margin-top: -67px;
		margin-bottom: -67px;
	}

	.md\:-my-\[68px\] {
		margin-top: -68px;
		margin-bottom: -68px;
	}

	.md\:-my-\[69px\] {
		margin-top: -69px;
		margin-bottom: -69px;
	}

	.md\:-my-\[6px\] {
		margin-top: -6px;
		margin-bottom: -6px;
	}

	.md\:-my-\[70px\] {
		margin-top: -70px;
		margin-bottom: -70px;
	}

	.md\:-my-\[71px\] {
		margin-top: -71px;
		margin-bottom: -71px;
	}

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

	.md\:-my-\[73px\] {
		margin-top: -73px;
		margin-bottom: -73px;
	}

	.md\:-my-\[74px\] {
		margin-top: -74px;
		margin-bottom: -74px;
	}

	.md\:-my-\[75px\] {
		margin-top: -75px;
		margin-bottom: -75px;
	}

	.md\:-my-\[76px\] {
		margin-top: -76px;
		margin-bottom: -76px;
	}

	.md\:-my-\[77px\] {
		margin-top: -77px;
		margin-bottom: -77px;
	}

	.md\:-my-\[78px\] {
		margin-top: -78px;
		margin-bottom: -78px;
	}

	.md\:-my-\[79px\] {
		margin-top: -79px;
		margin-bottom: -79px;
	}

	.md\:-my-\[7px\] {
		margin-top: -7px;
		margin-bottom: -7px;
	}

	.md\:-my-\[80px\] {
		margin-top: -80px;
		margin-bottom: -80px;
	}

	.md\:-my-\[81px\] {
		margin-top: -81px;
		margin-bottom: -81px;
	}

	.md\:-my-\[82px\] {
		margin-top: -82px;
		margin-bottom: -82px;
	}

	.md\:-my-\[83px\] {
		margin-top: -83px;
		margin-bottom: -83px;
	}

	.md\:-my-\[84px\] {
		margin-top: -84px;
		margin-bottom: -84px;
	}

	.md\:-my-\[85px\] {
		margin-top: -85px;
		margin-bottom: -85px;
	}

	.md\:-my-\[86px\] {
		margin-top: -86px;
		margin-bottom: -86px;
	}

	.md\:-my-\[87px\] {
		margin-top: -87px;
		margin-bottom: -87px;
	}

	.md\:-my-\[88px\] {
		margin-top: -88px;
		margin-bottom: -88px;
	}

	.md\:-my-\[89px\] {
		margin-top: -89px;
		margin-bottom: -89px;
	}

	.md\:-my-\[8px\] {
		margin-top: -8px;
		margin-bottom: -8px;
	}

	.md\:-my-\[90px\] {
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.md\:-my-\[91px\] {
		margin-top: -91px;
		margin-bottom: -91px;
	}

	.md\:-my-\[92px\] {
		margin-top: -92px;
		margin-bottom: -92px;
	}

	.md\:-my-\[93px\] {
		margin-top: -93px;
		margin-bottom: -93px;
	}

	.md\:-my-\[94px\] {
		margin-top: -94px;
		margin-bottom: -94px;
	}

	.md\:-my-\[95px\] {
		margin-top: -95px;
		margin-bottom: -95px;
	}

	.md\:-my-\[96px\] {
		margin-top: -96px;
		margin-bottom: -96px;
	}

	.md\:-my-\[97px\] {
		margin-top: -97px;
		margin-bottom: -97px;
	}

	.md\:-my-\[98px\] {
		margin-top: -98px;
		margin-bottom: -98px;
	}

	.md\:-my-\[99px\] {
		margin-top: -99px;
		margin-bottom: -99px;
	}

	.md\:-my-\[9px\] {
		margin-top: -9px;
		margin-bottom: -9px;
	}

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

	.md\:hidden {
		display: none;
	}

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

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

	.md\:min-w-\[264px\] {
		min-width: 264px;
	}

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

@media (min-width: 992px) {

	.sgb-md\:max-h-\[146px\] {
		max-height: 146px;
	}

	.sgb-md\:pt-\[80px\] {
		padding-top: 80px;
	}
}

@media (min-width: 1024px) {

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

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

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

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

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

	.lg\:max-w-64 {
		max-width: 16rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\:gap-8 {
		gap: 2rem;
	}

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

	.lg\:bg-neutral-100 {
		--tw-bg-opacity: 1;
		background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
	}

	.lg\:hover\:underline:hover {
		text-decoration-line: underline;
	}
}

@media (min-width: 1200px) {

	.sgb-xl\:max-h-\[160px\] {
		max-height: 160px;
	}
}

@media (min-width: 1280px) {

	.xl\:-my-\[0px\] {
		margin-top: -0px;
		margin-bottom: -0px;
	}

	.xl\:-my-\[100px\] {
		margin-top: -100px;
		margin-bottom: -100px;
	}

	.xl\:-my-\[101px\] {
		margin-top: -101px;
		margin-bottom: -101px;
	}

	.xl\:-my-\[102px\] {
		margin-top: -102px;
		margin-bottom: -102px;
	}

	.xl\:-my-\[103px\] {
		margin-top: -103px;
		margin-bottom: -103px;
	}

	.xl\:-my-\[104px\] {
		margin-top: -104px;
		margin-bottom: -104px;
	}

	.xl\:-my-\[105px\] {
		margin-top: -105px;
		margin-bottom: -105px;
	}

	.xl\:-my-\[106px\] {
		margin-top: -106px;
		margin-bottom: -106px;
	}

	.xl\:-my-\[107px\] {
		margin-top: -107px;
		margin-bottom: -107px;
	}

	.xl\:-my-\[108px\] {
		margin-top: -108px;
		margin-bottom: -108px;
	}

	.xl\:-my-\[109px\] {
		margin-top: -109px;
		margin-bottom: -109px;
	}

	.xl\:-my-\[10px\] {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.xl\:-my-\[110px\] {
		margin-top: -110px;
		margin-bottom: -110px;
	}

	.xl\:-my-\[111px\] {
		margin-top: -111px;
		margin-bottom: -111px;
	}

	.xl\:-my-\[112px\] {
		margin-top: -112px;
		margin-bottom: -112px;
	}

	.xl\:-my-\[113px\] {
		margin-top: -113px;
		margin-bottom: -113px;
	}

	.xl\:-my-\[114px\] {
		margin-top: -114px;
		margin-bottom: -114px;
	}

	.xl\:-my-\[115px\] {
		margin-top: -115px;
		margin-bottom: -115px;
	}

	.xl\:-my-\[116px\] {
		margin-top: -116px;
		margin-bottom: -116px;
	}

	.xl\:-my-\[117px\] {
		margin-top: -117px;
		margin-bottom: -117px;
	}

	.xl\:-my-\[118px\] {
		margin-top: -118px;
		margin-bottom: -118px;
	}

	.xl\:-my-\[119px\] {
		margin-top: -119px;
		margin-bottom: -119px;
	}

	.xl\:-my-\[11px\] {
		margin-top: -11px;
		margin-bottom: -11px;
	}

	.xl\:-my-\[120px\] {
		margin-top: -120px;
		margin-bottom: -120px;
	}

	.xl\:-my-\[121px\] {
		margin-top: -121px;
		margin-bottom: -121px;
	}

	.xl\:-my-\[122px\] {
		margin-top: -122px;
		margin-bottom: -122px;
	}

	.xl\:-my-\[123px\] {
		margin-top: -123px;
		margin-bottom: -123px;
	}

	.xl\:-my-\[124px\] {
		margin-top: -124px;
		margin-bottom: -124px;
	}

	.xl\:-my-\[125px\] {
		margin-top: -125px;
		margin-bottom: -125px;
	}

	.xl\:-my-\[126px\] {
		margin-top: -126px;
		margin-bottom: -126px;
	}

	.xl\:-my-\[127px\] {
		margin-top: -127px;
		margin-bottom: -127px;
	}

	.xl\:-my-\[128px\] {
		margin-top: -128px;
		margin-bottom: -128px;
	}

	.xl\:-my-\[129px\] {
		margin-top: -129px;
		margin-bottom: -129px;
	}

	.xl\:-my-\[12px\] {
		margin-top: -12px;
		margin-bottom: -12px;
	}

	.xl\:-my-\[130px\] {
		margin-top: -130px;
		margin-bottom: -130px;
	}

	.xl\:-my-\[131px\] {
		margin-top: -131px;
		margin-bottom: -131px;
	}

	.xl\:-my-\[132px\] {
		margin-top: -132px;
		margin-bottom: -132px;
	}

	.xl\:-my-\[133px\] {
		margin-top: -133px;
		margin-bottom: -133px;
	}

	.xl\:-my-\[134px\] {
		margin-top: -134px;
		margin-bottom: -134px;
	}

	.xl\:-my-\[135px\] {
		margin-top: -135px;
		margin-bottom: -135px;
	}

	.xl\:-my-\[136px\] {
		margin-top: -136px;
		margin-bottom: -136px;
	}

	.xl\:-my-\[137px\] {
		margin-top: -137px;
		margin-bottom: -137px;
	}

	.xl\:-my-\[138px\] {
		margin-top: -138px;
		margin-bottom: -138px;
	}

	.xl\:-my-\[139px\] {
		margin-top: -139px;
		margin-bottom: -139px;
	}

	.xl\:-my-\[13px\] {
		margin-top: -13px;
		margin-bottom: -13px;
	}

	.xl\:-my-\[140px\] {
		margin-top: -140px;
		margin-bottom: -140px;
	}

	.xl\:-my-\[14px\] {
		margin-top: -14px;
		margin-bottom: -14px;
	}

	.xl\:-my-\[15px\] {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.xl\:-my-\[16px\] {
		margin-top: -16px;
		margin-bottom: -16px;
	}

	.xl\:-my-\[17px\] {
		margin-top: -17px;
		margin-bottom: -17px;
	}

	.xl\:-my-\[18px\] {
		margin-top: -18px;
		margin-bottom: -18px;
	}

	.xl\:-my-\[19px\] {
		margin-top: -19px;
		margin-bottom: -19px;
	}

	.xl\:-my-\[1px\] {
		margin-top: -1px;
		margin-bottom: -1px;
	}

	.xl\:-my-\[20px\] {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.xl\:-my-\[21px\] {
		margin-top: -21px;
		margin-bottom: -21px;
	}

	.xl\:-my-\[22px\] {
		margin-top: -22px;
		margin-bottom: -22px;
	}

	.xl\:-my-\[23px\] {
		margin-top: -23px;
		margin-bottom: -23px;
	}

	.xl\:-my-\[24px\] {
		margin-top: -24px;
		margin-bottom: -24px;
	}

	.xl\:-my-\[25px\] {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.xl\:-my-\[26px\] {
		margin-top: -26px;
		margin-bottom: -26px;
	}

	.xl\:-my-\[27px\] {
		margin-top: -27px;
		margin-bottom: -27px;
	}

	.xl\:-my-\[28px\] {
		margin-top: -28px;
		margin-bottom: -28px;
	}

	.xl\:-my-\[29px\] {
		margin-top: -29px;
		margin-bottom: -29px;
	}

	.xl\:-my-\[2px\] {
		margin-top: -2px;
		margin-bottom: -2px;
	}

	.xl\:-my-\[30px\] {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.xl\:-my-\[31px\] {
		margin-top: -31px;
		margin-bottom: -31px;
	}

	.xl\:-my-\[32px\] {
		margin-top: -32px;
		margin-bottom: -32px;
	}

	.xl\:-my-\[33px\] {
		margin-top: -33px;
		margin-bottom: -33px;
	}

	.xl\:-my-\[34px\] {
		margin-top: -34px;
		margin-bottom: -34px;
	}

	.xl\:-my-\[35px\] {
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.xl\:-my-\[36px\] {
		margin-top: -36px;
		margin-bottom: -36px;
	}

	.xl\:-my-\[37px\] {
		margin-top: -37px;
		margin-bottom: -37px;
	}

	.xl\:-my-\[38px\] {
		margin-top: -38px;
		margin-bottom: -38px;
	}

	.xl\:-my-\[39px\] {
		margin-top: -39px;
		margin-bottom: -39px;
	}

	.xl\:-my-\[3px\] {
		margin-top: -3px;
		margin-bottom: -3px;
	}

	.xl\:-my-\[40px\] {
		margin-top: -40px;
		margin-bottom: -40px;
	}

	.xl\:-my-\[41px\] {
		margin-top: -41px;
		margin-bottom: -41px;
	}

	.xl\:-my-\[42px\] {
		margin-top: -42px;
		margin-bottom: -42px;
	}

	.xl\:-my-\[43px\] {
		margin-top: -43px;
		margin-bottom: -43px;
	}

	.xl\:-my-\[44px\] {
		margin-top: -44px;
		margin-bottom: -44px;
	}

	.xl\:-my-\[45px\] {
		margin-top: -45px;
		margin-bottom: -45px;
	}

	.xl\:-my-\[46px\] {
		margin-top: -46px;
		margin-bottom: -46px;
	}

	.xl\:-my-\[47px\] {
		margin-top: -47px;
		margin-bottom: -47px;
	}

	.xl\:-my-\[48px\] {
		margin-top: -48px;
		margin-bottom: -48px;
	}

	.xl\:-my-\[49px\] {
		margin-top: -49px;
		margin-bottom: -49px;
	}

	.xl\:-my-\[4px\] {
		margin-top: -4px;
		margin-bottom: -4px;
	}

	.xl\:-my-\[50px\] {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	.xl\:-my-\[51px\] {
		margin-top: -51px;
		margin-bottom: -51px;
	}

	.xl\:-my-\[52px\] {
		margin-top: -52px;
		margin-bottom: -52px;
	}

	.xl\:-my-\[53px\] {
		margin-top: -53px;
		margin-bottom: -53px;
	}

	.xl\:-my-\[54px\] {
		margin-top: -54px;
		margin-bottom: -54px;
	}

	.xl\:-my-\[55px\] {
		margin-top: -55px;
		margin-bottom: -55px;
	}

	.xl\:-my-\[56px\] {
		margin-top: -56px;
		margin-bottom: -56px;
	}

	.xl\:-my-\[57px\] {
		margin-top: -57px;
		margin-bottom: -57px;
	}

	.xl\:-my-\[58px\] {
		margin-top: -58px;
		margin-bottom: -58px;
	}

	.xl\:-my-\[59px\] {
		margin-top: -59px;
		margin-bottom: -59px;
	}

	.xl\:-my-\[5px\] {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.xl\:-my-\[60px\] {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.xl\:-my-\[61px\] {
		margin-top: -61px;
		margin-bottom: -61px;
	}

	.xl\:-my-\[62px\] {
		margin-top: -62px;
		margin-bottom: -62px;
	}

	.xl\:-my-\[63px\] {
		margin-top: -63px;
		margin-bottom: -63px;
	}

	.xl\:-my-\[64px\] {
		margin-top: -64px;
		margin-bottom: -64px;
	}

	.xl\:-my-\[65px\] {
		margin-top: -65px;
		margin-bottom: -65px;
	}

	.xl\:-my-\[66px\] {
		margin-top: -66px;
		margin-bottom: -66px;
	}

	.xl\:-my-\[67px\] {
		margin-top: -67px;
		margin-bottom: -67px;
	}

	.xl\:-my-\[68px\] {
		margin-top: -68px;
		margin-bottom: -68px;
	}

	.xl\:-my-\[69px\] {
		margin-top: -69px;
		margin-bottom: -69px;
	}

	.xl\:-my-\[6px\] {
		margin-top: -6px;
		margin-bottom: -6px;
	}

	.xl\:-my-\[70px\] {
		margin-top: -70px;
		margin-bottom: -70px;
	}

	.xl\:-my-\[71px\] {
		margin-top: -71px;
		margin-bottom: -71px;
	}

	.xl\:-my-\[72px\] {
		margin-top: -72px;
		margin-bottom: -72px;
	}

	.xl\:-my-\[73px\] {
		margin-top: -73px;
		margin-bottom: -73px;
	}

	.xl\:-my-\[74px\] {
		margin-top: -74px;
		margin-bottom: -74px;
	}

	.xl\:-my-\[75px\] {
		margin-top: -75px;
		margin-bottom: -75px;
	}

	.xl\:-my-\[76px\] {
		margin-top: -76px;
		margin-bottom: -76px;
	}

	.xl\:-my-\[77px\] {
		margin-top: -77px;
		margin-bottom: -77px;
	}

	.xl\:-my-\[78px\] {
		margin-top: -78px;
		margin-bottom: -78px;
	}

	.xl\:-my-\[79px\] {
		margin-top: -79px;
		margin-bottom: -79px;
	}

	.xl\:-my-\[7px\] {
		margin-top: -7px;
		margin-bottom: -7px;
	}

	.xl\:-my-\[80px\] {
		margin-top: -80px;
		margin-bottom: -80px;
	}

	.xl\:-my-\[81px\] {
		margin-top: -81px;
		margin-bottom: -81px;
	}

	.xl\:-my-\[82px\] {
		margin-top: -82px;
		margin-bottom: -82px;
	}

	.xl\:-my-\[83px\] {
		margin-top: -83px;
		margin-bottom: -83px;
	}

	.xl\:-my-\[84px\] {
		margin-top: -84px;
		margin-bottom: -84px;
	}

	.xl\:-my-\[85px\] {
		margin-top: -85px;
		margin-bottom: -85px;
	}

	.xl\:-my-\[86px\] {
		margin-top: -86px;
		margin-bottom: -86px;
	}

	.xl\:-my-\[87px\] {
		margin-top: -87px;
		margin-bottom: -87px;
	}

	.xl\:-my-\[88px\] {
		margin-top: -88px;
		margin-bottom: -88px;
	}

	.xl\:-my-\[89px\] {
		margin-top: -89px;
		margin-bottom: -89px;
	}

	.xl\:-my-\[8px\] {
		margin-top: -8px;
		margin-bottom: -8px;
	}

	.xl\:-my-\[90px\] {
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.xl\:-my-\[91px\] {
		margin-top: -91px;
		margin-bottom: -91px;
	}

	.xl\:-my-\[92px\] {
		margin-top: -92px;
		margin-bottom: -92px;
	}

	.xl\:-my-\[93px\] {
		margin-top: -93px;
		margin-bottom: -93px;
	}

	.xl\:-my-\[94px\] {
		margin-top: -94px;
		margin-bottom: -94px;
	}

	.xl\:-my-\[95px\] {
		margin-top: -95px;
		margin-bottom: -95px;
	}

	.xl\:-my-\[96px\] {
		margin-top: -96px;
		margin-bottom: -96px;
	}

	.xl\:-my-\[97px\] {
		margin-top: -97px;
		margin-bottom: -97px;
	}

	.xl\:-my-\[98px\] {
		margin-top: -98px;
		margin-bottom: -98px;
	}

	.xl\:-my-\[99px\] {
		margin-top: -99px;
		margin-bottom: -99px;
	}

	.xl\:-my-\[9px\] {
		margin-top: -9px;
		margin-bottom: -9px;
	}

	.xl\:min-w-\[320px\] {
		min-width: 320px;
	}
}

.\[\&\.is-selected\]\:bg-wl-purple-500\/15.is-selected {
	background-color: rgb(73 69 255 / 0.15);
}

