
/*!
Theme Name: SML Theme 23
Theme URI: http://underscores.me/
Author: Gerson Mena (SML)
Author URI: https://smldesign.com.au/
Description: Description
Version: 2.0.2.13
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sml-theme-23
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*! tailwindcss v3.4.4 | 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;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

/*
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;
	line-height: inherit;
}

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

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b, strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. 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;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

/*
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button, select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

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

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

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

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

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

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

/*
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;
	color: #9ca3af;
}

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

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

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

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img, video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
	display: none;
}

*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

.container {
	width: 100%;
}

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

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

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

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

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

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

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	inset: 0px;
}

.inset-x-0 {
	left: 0px;
	right: 0px;
}

.bottom-0 {
	bottom: 0px;
}

.bottom-24 {
	bottom: 6rem;
}

.right-0 {
	right: 0px;
}

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

.top-0 {
	top: 0px;
}

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

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

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

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-first {
	order: -9999;
}

.order-last {
	order: 9999;
}

.col-auto {
	grid-column: auto;
}

.m-0 {
	margin: 0px;
}

.m-auto {
	margin: auto;
}

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

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

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

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

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

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

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
	display: block;
}

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

.flex {
	display: flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

.h-0 {
	height: 0px;
}

.h-12 {
	height: 3rem;
}

.h-14 {
	height: 3.5rem;
}

.h-40 {
	height: 10rem;
}

.h-6 {
	height: 1.5rem;
}

.h-64 {
	height: 16rem;
}

.h-80 {
	height: 20rem;
}

.h-96 {
	height: 24rem;
}

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

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.min-h-64 {
	min-height: 16rem;
}

.min-h-full {
	min-height: 100%;
}

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

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

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

.w-12 {
	width: 3rem;
}

.w-14 {
	width: 3.5rem;
}

.w-2\/12 {
	width: 16.666667%;
}

.w-3\/4 {
	width: 75%;
}

.w-4\/5 {
	width: 80%;
}

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

.w-6 {
	width: 1.5rem;
}

.w-auto {
	width: auto;
}

.w-fit {
	width: -moz-fit-content;
	width: fit-content;
}

.w-full {
	width: 100%;
}

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

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

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

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

.grid-flow-row {
	grid-auto-flow: row;
}

.auto-rows-auto {
	grid-auto-rows: auto;
}

.auto-rows-max {
	grid-auto-rows: max-content;
}

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

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

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

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

.items-end {
	align-items: flex-end;
}

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

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

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

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

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

.gap-0 {
	gap: 0px;
}

.gap-16 {
	gap: 4rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-7 {
	gap: 1.75rem;
}

.overflow-hidden {
	overflow: hidden;
}

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

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

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

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

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

.rounded-t-lg {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.border {
	border-width: 1px;
}

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

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

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

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

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

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

.border-neutral-300 {
	--tw-border-opacity: 1;
	border-color: rgb(212, 212, 212, var(--tw-border-opacity));
}

.border-osyellow-500 {
	--tw-border-opacity: 1;
	border-color: rgb(255, 200, 68, var(--tw-border-opacity));
}

.border-slate-800 {
	--tw-border-opacity: 1;
	border-color: rgb(30, 41, 59, var(--tw-border-opacity));
}

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

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

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

.bg-neutral-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(38, 38, 38, var(--tw-bg-opacity));
}

.bg-osyellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 200, 68, var(--tw-bg-opacity));
}

.bg-slate-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(226, 232, 240, var(--tw-bg-opacity));
}

.bg-slate-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(248, 250, 252, var(--tw-bg-opacity));
}

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

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

.bg-xbar-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(245, 125, 30, var(--tw-bg-opacity));
}

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

.bg-cover {
	background-size: cover;
}

.bg-\[center_top_10\%\] {
	background-position: center top 10%;
}

.bg-center {
	background-position: center;
}

.bg-right-top {
	background-position: right top;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

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

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

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

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

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

.p-4 {
	padding: 1rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-6 {
	padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.py-3 {
	padding-top: .75rem;
	padding-bottom: .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-12 {
	padding-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
	font-weight: 300;
}

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

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.leading-normal {
	line-height: 1.5;
}

.leading-snug {
	line-height: 1.375;
}

.leading-tight {
	line-height: 1.25;
}

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

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

.text-neutral-600 {
	--tw-text-opacity: 1;
	color: rgb(82, 82, 82, var(--tw-text-opacity));
}

.text-osyellow-500 {
	--tw-text-opacity: 1;
	color: rgb(255, 200, 68, var(--tw-text-opacity));
}

.text-stone-800 {
	--tw-text-opacity: 1;
	color: rgb(41, 37, 36, var(--tw-text-opacity));
}

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

.opacity-0 {
	opacity: 0;
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.drop-shadow-2xl {
	--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15));
	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);
}

.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	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-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.mobile-stats .wp-block-group {
	border-radius: 1rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08));
	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);
}

.wp-block-image.rounded-img img {
	border-radius: 1rem;
}

.wp-block-eedee-block-gutenslider strong {
	font-weight: 800;
}

.entry-content ul {
	list-style-type: disc;
}

h2.wp-block-heading {
	padding-bottom: 1rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}

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

h3.wp-block-heading {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
}

@media (min-width: 1024px) {
	h3.wp-block-heading {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

h4.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
}

@media (min-width: 1280px) {
	.third {
		width: 33.333333%;
	}
}

#header-menu-mobile {
	--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08));
	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);
	list-style-type: none;
}

.page-template-page_landing .menu li.btn-black a {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.pagination {
	padding: 1rem 0;
}

.pagination .nav-links {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.pagination .nav-links .page-numbers {
	display: block;
	text-decoration: none;
	padding: .2rem 1rem;
	font-size: 1.3rem;
	transition: all .3s ease-in-out;
	color: #ffc844;
}

.pagination .nav-links .page-numbers.current {
	color: black;
	border-bottom: 1.5px solid black;
}

.pagination .nav-links .page-numbers:hover {
	color: black;
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
	color: black;
}

.hover\:bg-osyellow-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 200, 68, var(--tw-bg-opacity));
}

.hover\:text-neutral-800:hover {
	--tw-text-opacity: 1;
	color: rgb(38, 38, 38, var(--tw-text-opacity));
}

.hover\:opacity-20:hover {
	opacity: .2;
}

.hover\:grayscale-0:hover {
	--tw-grayscale: grayscale(0);
	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);
}

@media (min-width: 768px) {
	.md\:block {
		display: block;
	}
	
	.md\:h-56 {
		height: 14rem;
	}
	
	.md\:h-96 {
		height: 24rem;
	}
	
	.md\:h-screen {
		height: 100vh;
	}
	
	.md\:w-1\/4 {
		width: 25%;
	}
	
	.md\:w-3\/12 {
		width: 25%;
	}
	
	.md\:w-64 {
		width: 16rem;
	}
	
	.md\:w-7\/12 {
		width: 58.333333%;
	}
	
	.md\:w-full {
		width: 100%;
	}
	
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.md\:pt-20 {
		padding-top: 5rem;
	}
	
	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {
	.lg\:top-0 {
		top: 0px;
	}
	
	.lg\:order-1 {
		order: 1;
	}
	
	.lg\:order-2 {
		order: 2;
	}
	
	.lg\:order-first {
		order: -9999;
	}
	
	.lg\:order-last {
		order: 9999;
	}
	
	.lg\:col-span-1 {
		grid-column: span 1/span 1;
	}
	
	.lg\:col-span-2 {
		grid-column: span 2/span 2;
	}
	
	.lg\:mx-6 {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	
	.lg\:my-2 {
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
	
	.lg\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	
	.lg\:mt-6 {
		margin-top: 1.5rem;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:flex {
		display: flex;
	}
	
	.lg\:grid {
		display: grid;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:h-60 {
		height: 15rem;
	}
	
	.lg\:h-72 {
		height: 18rem;
	}
	
	.lg\:h-80 {
		height: 20rem;
	}
	
	.lg\:h-\[30rem\] {
		height: 30rem;
	}
	
	.lg\:h-\[32rem\] {
		height: 32rem;
	}
	
	.lg\:h-\[55vh\] {
		height: 55vh;
	}
	
	.lg\:h-full {
		height: 100%;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	
	.lg\:w-1\/6 {
		width: 16.666667%;
	}
	
	.lg\:w-10\/12 {
		width: 83.333333%;
	}
	
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	
	.lg\:w-2\/6 {
		width: 33.333333%;
	}
	
	.lg\:w-3\/6 {
		width: 50%;
	}
	
	.lg\:w-4\/12 {
		width: 33.333333%;
	}
	
	.lg\:w-4\/6 {
		width: 66.666667%;
	}
	
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	
	.lg\:w-5\/6 {
		width: 83.333333%;
	}
	
	.lg\:w-60 {
		width: 15rem;
	}
	
	.lg\:w-7\/12 {
		width: 58.333333%;
	}
	
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	
	.lg\:w-auto {
		width: auto;
	}
	
	.lg\:w-full {
		width: 100%;
	}
	
	.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-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}
	
	.lg\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
	
	.lg\:flex-row {
		flex-direction: row;
	}
	
	.lg\:justify-between {
		justify-content: space-between;
	}
	
	.lg\:rounded-l-3xl {
		border-top-left-radius: 1.5rem;
		border-bottom-left-radius: 1.5rem;
	}
	
	.lg\:border-x {
		border-left-width: 1px;
		border-right-width: 1px;
	}
	
	.lg\:bg-contain {
		background-size: contain;
	}
	
	.lg\:p-16 {
		padding: 4rem;
	}
	
	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.lg\:py-2 {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.lg\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.lg\:pt-1 {
		padding-top: .25rem;
	}
	
	.lg\:pt-14 {
		padding-top: 3.5rem;
	}
	
	.lg\:pt-6 {
		padding-top: 1.5rem;
	}
	
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	
	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	
	.lg\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
	
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.lg\:leading-normal {
		line-height: 1.5;
	}
	
	.lg\:leading-tight {
		line-height: 1.25;
	}
}

@media (min-width: 1280px) {
	.xl\:col-span-3 {
		grid-column: span 3/span 3;
	}
	
	.xl\:block {
		display: block;
	}
	
	.xl\:h-32 {
		height: 8rem;
	}
	
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	
	.xl\:w-3\/12 {
		width: 25%;
	}
	
	.xl\:w-4\/12 {
		width: 33.333333%;
	}
	
	.xl\:w-5\/12 {
		width: 41.666667%;
	}
	
	.xl\:w-6\/12 {
		width: 50%;
	}
	
	.xl\:w-7\/12 {
		width: 58.333333%;
	}
	
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	
	.xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	
	.xl\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
	
	.xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1536px) {
	.\32xl\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.\32xl\:h-\[45vh\] {
		height: 45vh;
	}
	
	.\32xl\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.\32xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.\32xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.\32xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.\32xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	
	.\32xl\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
	
	.\32xl\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}
	
	.\32xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (orientation: portrait) {
	.portrait\:h-96 {
		height: 24rem;
	}
}
