 /* START PROJECT BASE - KOPIEER DIT IN IEDER PROJET */

    html{
        scroll-behavior: smooth;
    }

    .bard-editor{
        font-family: Jost;
        line-height: 2.5rem;
}

    .bard-editor h1{
        font-family: Jost;
}

    .bard-editor h1{
        font-size: 3rem;
        line-height: 1;
}

    .bard-editor h1{
        font-weight: 700;
}

    .bard-editor h2{
        font-family: Jost;
}

    .bard-editor h2{
        font-size: 2.25rem;
        line-height: 2.5rem;
}

    .bard-editor h2{
        font-weight: 700;
}

    .bard-editor h3{
        font-family: Jost;
}

    .bard-editor h3{
        font-size: 1.875rem;
        line-height: 2.25rem;
}

    .bard-editor h3{
        font-weight: 700;
}

    .bard-editor a{
        text-decoration: underline;
}

    .bard-editor a:hover{
        --tw-text-opacity: 1;
        color: rgba(107, 180, 44, var(--tw-text-opacity));
}

    .bard-editor p{
        padding-bottom: 1rem;
}

    .bard-editor p{
        font-size: 22px;
}

    .bard-editor p{
        line-height: 2.5rem;
}

    .bard-editor ul{
        margin: 1.25rem;
}

    .bard-editor ul{
        list-style-type: disc;
}

    .bard-editor ul{
            list-style-type: none;
        }

    .bard-editor ul li{
                background: url("/visuals/paw-solid.svg") no-repeat left top;
                padding: 0px 0 3px 30px;
                margin-bottom: 1rem;
                background-position: left 10px;
                background-size:20px;
            }

    .bard-editor ul p{
        padding-bottom: 0px;
}

    .bard-editor ol{
        margin: 1.25rem;
}

    .bard-editor ol{
        list-style-type: decimal;
}

    .bard-editor ol ::marker{
        --tw-text-opacity: 1;
        color: rgba(27, 25, 25, var(--tw-text-opacity));
}

    .bard-editor ol p{
        padding-bottom: 0px;
}

    .bard-editor table p{
        padding-bottom: 0px;
}

    .bard-editor table tbody tr td:first-of-type{
        display: flex;
}

    .bard-editor table tbody tr td:first-child{
        min-width: 8rem;
}

    .bard-editor table tbody tr td:not(:first-child){
        padding-left: 1.5rem;
}

    .bard-editor blockquote{
        margin-bottom: 1.25rem;
}

    .bard-editor blockquote{
        border-left-width: 2px;
}

    .bard-editor blockquote{
        --tw-border-opacity: 1;
        border-color: rgba(107, 180, 44, var(--tw-border-opacity));
}

    .bard-editor blockquote{
        padding-left: 2.5rem;
}

    .bard-editor blockquote{
        font-style: italic;
}

    .bard-editor blockquote p{
        --tw-text-opacity: 1;
        color: rgba(107, 180, 44, var(--tw-text-opacity));
}

    .bard-editor blockquote p:last-child{
        padding-bottom: 0px;
}

    /* END PROJECT BASE  */
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

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

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

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

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

/**
Add the correct font weight in Edge 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
============
*/

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

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

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

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

button,
select { /* 1 */
	text-transform: none;
}

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

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

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

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

/**
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;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #94a3b8;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #94a3b8;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(226, 232, 240, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

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

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

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #64748b;
	opacity: 1;
}

input::placeholder,textarea::placeholder {
	color: #64748b;
	opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
	font-size: 16px;
	min-height: 0vw;
}

[x-cloak] {
	display: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

.breakpoint:before {
	display: block;
	text-transform: uppercase;
	content: "-";
}

.size-md, .size-lg, .size-xl {
	grid-column: span 12 / span 12;
}

@media (min-width: 768px) {

	.size-md {
		grid-column: span 8 / span 8;
		grid-column-start: 3;
	}

	.size-lg {
		grid-column: span 8 / span 8;
		grid-column-start: 3;
	}

	.size-xl {
		grid-column: span 10 / span 10;
		grid-column-start: 2;
	}
}

@media (min-width: 1024px) {

	.size-md {
		grid-column: span 6 / span 6;
		grid-column-start: 4;
	}

	.size-lg {
		grid-column: span 8 / span 8;
		grid-column-start: 3;
	}

	.size-xl {
		grid-column: span 10 / span 10;
		grid-column-start: 2;
	}
}

@media (min-width: 640px) {

	.breakpoint::before {
		content: "sm";
	}
}

@media (min-width: 768px) {

	.breakpoint::before {
		content: "md";
	}
}

@media (min-width: 1024px) {

	.breakpoint::before {
		content: "lg";
	}
}

@media (min-width: 1280px) {

	.breakpoint::before {
		content: "xl";
	}
}

@media (min-width: 1536px) {

	.breakpoint::before {
		content: "2xl";
	}
}

@media (prefers-reduced-motion: no-preference) {

	a {
		transition: color .3s ease-in-out;
	}
}

html {
	font-display: swap;
	color: #1e293b;
	font-family: Jost;
}

input[type="file"]::file-selector-button, input[type="file"]::-webkit-file-upload-button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 1rem;
	padding-left: 1rem;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	background-color: #fff;
	color: #000000;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.main-nav-item {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.main-nav-item::after {
	content: "";
	position: absolute;
	bottom: -0.25rem;
	left: 0px;
	height: 2px;
	width: 100%;
	transform-origin: bottom right;
	--tw-scale-x: 0;
	transform: var(--tw-transform);
}

.outer-grid > *:last-child.main-nav-item::after {
	margin-bottom: -3rem;
}

@media (min-width: 768px) {

	 {
		row-gap: 4rem;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.outer-grid > *:last-child.main-nav-item::after {
		margin-bottom: -4rem;
	}
}

@media (min-width: 1024px) {

	 {
		padding-left: calc(env(safe-area-inset-left, 0rem) + 3rem);
		padding-right: calc(env(safe-area-inset-right, 0rem) + 3rem);
	}

	 {
		row-gap: 6rem;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.outer-grid > *:last-child.main-nav-item::after {
		margin-bottom: -6rem;
	}
}

.main-nav-item::after {
	transition: transform 0.4s ease-out;
}

.main-nav-item:hover::after {
	transform-origin: bottom left;
	--tw-scale-x: 1;
	transform: var(--tw-transform);
}

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

.main-nav-item.nav-secondary::after {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 180, 44, var(--tw-bg-opacity));
}

.main-nav-item.nav-primary::after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
/* If you don't want to use the JS in CSS syntax from `tailwind.config.site.js` you can add your own custom CSS here. Use different layers to make sure your CSS either get's purged or not: https://tailwindcss.com/docs/functions-and-directives#layer. CSS in the base layer won't get purged. */
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.prose {
	color: #1e293b;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #1e293b;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #000000;
	text-decoration: underline;
	font-weight: 500;
}
.prose a:hover {
	color: #000000;
}
.prose strong {
	color: #1e293b;
	font-weight: 600;
}
.prose ol[type="A"] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="A" s] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a" s] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i"] {
	--list-counter-style: lower-roman;
}
.prose ol[type="I" s] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i" s] {
	--list-counter-style: lower-roman;
}
.prose ol[type="1"] {
	--list-counter-style: decimal;
}
.prose ol > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #1e293b;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #1e293b;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #1e293b;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #0f172a;
	border-left-width: 0.25rem;
	border-left-color: #e2e8f0;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
	border-color: #000000;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #0f172a;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #0f172a;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #0f172a;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #0f172a;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #64748b;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #0f172a;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #0f172a;
}
.prose pre {
	color: #e2e8f0;
	background-color: #1e293b;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
	white-space: pre-wrap;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: none;
}
.prose pre code::after {
	content: none;
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #0f172a;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #cbd5e1;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e2e8f0;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.75;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.prose a.no-underline {
	text-decoration: none;
}
.prose h1, .prose h2, .prose h3, .prose h4 {
	color: #000000;
}
.prose ul > li p, .prose ol > li p {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.fluid-container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(env(safe-area-inset-left, 0rem) + 2rem);
	padding-right: calc(env(safe-area-inset-right, 0rem) + 2rem);
}
.no-scroll {
	height: 100%;
	overflow: hidden;
}
.outer-grid {
	width: 100%;
	display: grid;
	row-gap: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.outer-grid > *:last-child.w-full {
	margin-bottom: -3rem;
}
@media (min-width: 768px) {

	.outer-grid {
		row-gap: 4rem;
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.outer-grid > *:last-child.w-full {
		margin-bottom: -4rem;
	}
}
@media (min-width: 1024px) {

	.fluid-container {
		padding-left: calc(env(safe-area-inset-left, 0rem) + 3rem);
		padding-right: calc(env(safe-area-inset-right, 0rem) + 3rem);
	}

	.outer-grid {
		row-gap: 6rem;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.outer-grid > *:last-child.w-full {
		margin-bottom: -6rem;
	}
}
.container {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 100px) {
        .container {
              padding: 0 30px;
        }
    }
@media (min-width: 576px) {
        .container {
            padding:0 15px;
          max-width: 539px!important;
        }
    }
@media (min-width: 768px) {
        .container {
            padding:0 15px;
            max-width: 719px!important;
        }
    }
@media (min-width: 992px) { 
        .container {
            padding:0 15px;
            max-width: 959px!important;
        }
    }
@media (min-width: 1200px) {
        .container {
            padding:0 15px;
            max-width: 1140px!important;
        }
    }
/* .arrow-after::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 300;
        font-style: normal;
        content: '\f061';
        @apply ml-2 ;
        transition: padding-left 0.2s ease;
        color:white;
      }
      .arrow-after:hover::after {
        padding-left:5px;
      } */
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.inset-x-\[1rem\] {
	left: 1rem;
	right: 1rem;
}
.right-0 {
	right: 0px;
}
.right-11 {
	right: 2.75rem;
}
.-top-1 {
	top: -0.25rem;
}
.top-\[8px\] {
	top: 8px;
}
.bottom-\[1rem\] {
	bottom: 1rem;
}
.top-0 {
	top: 0px;
}
.top-1 {
	top: 0.25rem;
}
.right-1 {
	right: 0.25rem;
}
.left-0 {
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.bottom-60px {
	bottom: 60px;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.order-first {
	order: -9999;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.float-left {
	float: left;
}
.m-0 {
	margin: 0px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-60px {
	margin-top: 60px;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mt-0 {
	margin-top: 0px;
}
.-mr-5 {
	margin-right: -1.25rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.ml-0 {
	margin-left: 0px;
}
.mt-4 {
	margin-top: 1rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-10px {
	margin-bottom: 10px;
}
.mr-5 {
	margin-right: 1.25rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-\[60px\] {
	margin-bottom: 60px;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-10px {
	margin-top: 10px;
}
.mt-auto {
	margin-top: auto;
}
.mt-\[180px\] {
	margin-top: 180px;
}
.mb-60px {
	margin-bottom: 60px;
}
.mb-30px {
	margin-bottom: 30px;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-64 {
	height: 16rem;
}
.h-5 {
	height: 1.25rem;
}
.h-full {
	height: 100%;
}
.h-\[2px\] {
	height: 2px;
}
.h-\[80vh\] {
	height: 80vh;
}
.h-\[30vh\] {
	height: 30vh;
}
.h-4 {
	height: 1rem;
}
.h-screen {
	height: 100vh;
}
.h-4\/6 {
	height: 66.666667%;
}
.h-10 {
	height: 2.5rem;
}
.h-8 {
	height: 2rem;
}
.h-24 {
	height: 6rem;
}
.max-h-\[400px\] {
	max-height: 400px;
}
.max-h-\[500px\] {
	max-height: 500px;
}
.min-h-screen {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-5 {
	width: 1.25rem;
}
.w-1 {
	width: 0.25rem;
}
.w-8 {
	width: 2rem;
}
.w-4 {
	width: 1rem;
}
.w-32 {
	width: 8rem;
}
.w-screen {
	width: 100vw;
}
.w-2 {
	width: 0.5rem;
}
.w-52 {
	width: 13rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-\[40ch\] {
	max-width: 40ch;
}
.max-w-\[230px\] {
	max-width: 230px;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-none {
	max-width: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.border-collapse {
	border-collapse: collapse;
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.list-inside {
	list-style-position: inside;
}
.list-none {
	list-style-type: none;
}
.list-disc {
	list-style-type: disc;
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-end {
	align-content: flex-end;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-grid {
	gap: 30px;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-y-20 {
	row-gap: 5rem;
}
.gap-y-8 {
	row-gap: 2rem;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.75rem * var(--tw-space-x-reverse));
	margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
	border-style: solid;
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}
.overflow-auto {
	overflow: auto;
}
.overflow-visible {
	overflow: visible;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-\[20px\] {
	border-radius: 20px;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-t-\[20px\] {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-neutral {
	--tw-border-opacity: 1;
	border-color: rgba(30, 41, 59, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(107, 180, 44, var(--tw-border-opacity));
}
.border-neutral\/10 {
	border-color: rgba(30, 41, 59, 0.1);
}
.border-green-600 {
	--tw-border-opacity: 1;
	border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.border-black\/10 {
	border-color: rgba(27, 25, 25, 0.1);
}
.border-primary-100 {
	--tw-border-opacity: 1;
	border-color: rgba(179, 179, 179, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}
.border-red-600 {
	--tw-border-opacity: 1;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.border-b-white\/20 {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.bg-primary-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(179, 179, 179, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 180, 44, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(27, 25, 25, var(--tw-bg-opacity));
}
.bg-neutral-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.bg-yellow-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}
.bg-primary-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}
.bg-neutral-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}
.bg-neutral-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}
.bg-neutral-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
}
.bg-neutral {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-6 {
	padding: 1.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-0 {
	padding: 0px;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-60px {
	padding-top: 60px;
	padding-bottom: 60px;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pr-14 {
	padding-right: 3.5rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pb-60px {
	padding-bottom: 60px;
}
.pl-36 {
	padding-left: 9rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pl-\[30px\] {
	padding-left: 30px;
}
.pb-10px {
	padding-bottom: 10px;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pl-0 {
	padding-left: 0px;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-header {
	font-family: Jost;
}
.font-primary {
	font-family: Jost;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-\[28px\] {
	font-size: 28px;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-8 {
	line-height: 2rem;
}
.leading-none {
	line-height: 1;
}
.leading-\[3rem\] {
	line-height: 3rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-loose {
	line-height: 2;
}
.leading-tight {
	line-height: 1.25;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-snug {
	line-height: 1.375;
}
.leading-3 {
	line-height: .75rem;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-primary-300 {
	--tw-text-opacity: 1;
	color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(107, 180, 44, var(--tw-text-opacity));
}
.text-neutral {
	--tw-text-opacity: 1;
	color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(27, 25, 25, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-neutral\/75 {
	color: rgba(30, 41, 59, 0.75);
}
.text-green-800 {
	--tw-text-opacity: 1;
	color: rgba(22, 101, 52, var(--tw-text-opacity));
}
.text-yellow-800 {
	--tw-text-opacity: 1;
	color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.text-red-800 {
	--tw-text-opacity: 1;
	color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.text-primary-100 {
	--tw-text-opacity: 1;
	color: rgba(179, 179, 179, var(--tw-text-opacity));
}
.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-neutral-300 {
	--tw-text-opacity: 1;
	color: rgba(203, 213, 225, var(--tw-text-opacity));
}
.text-neutral-800 {
	--tw-text-opacity: 1;
	color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.text-neutral-700 {
	--tw-text-opacity: 1;
	color: rgba(51, 65, 85, var(--tw-text-opacity));
}
.text-neutral-600 {
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.placeholder-tertiary::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}
.placeholder-tertiary::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}
.caret-primary {
	caret-color: #000000;
}
.caret-white {
	caret-color: #fff;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-\[\.45\] {
	opacity: .45;
}
.opacity-100 {
	opacity: 1;
}
.opacity-0 {
	opacity: 0;
}
.opacity-25 {
	opacity: 0.25;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	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);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	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;
}
.ring-secondary {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(107, 180, 44, var(--tw-ring-opacity));
}
.ring-offset-4 {
	--tw-ring-offset-width: 4px;
}
.ring-offset-white {
	--tw-ring-offset-color: #fff;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 300ms;
}
.delay-150 {
	transition-delay: 150ms;
}
.delay-200 {
	transition-delay: 200ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.selection\:bg-primary *::-moz-selection {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:bg-primary *::selection {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:text-white *::-moz-selection {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.selection\:text-white *::selection {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.selection\:bg-primary::-moz-selection {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:bg-primary::selection {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.selection\:text-white::-moz-selection {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.selection\:text-white::selection {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.last\:mb-10:last-child {
	margin-bottom: 2.5rem;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-secondary:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 180, 44, var(--tw-text-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(27, 25, 25, var(--tw-text-opacity));
}
.hover\:text-primary-300:hover {
	--tw-text-opacity: 1;
	color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
	opacity: 1;
}
.hover\:shadow-xl:hover {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-b-white\/20:focus {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-0:focus {
	--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(0px + 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\:border-primary.focus-visible {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.focus-visible\:border-primary:focus-visible {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.focus-visible\:border-red-600.focus-visible {
	--tw-border-opacity: 1;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.focus-visible\:border-red-600:focus-visible {
	--tw-border-opacity: 1;
	border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}
.focus-visible\:ring.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(3px + 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: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(3px + 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-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-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-primary.focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.focus-visible\:ring-primary:focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.focus-visible\:ring-white.focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.focus-visible\:ring-white:focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.focus-visible\:ring-secondary.focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(107, 180, 44, var(--tw-ring-opacity));
}
.focus-visible\:ring-secondary:focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(107, 180, 44, var(--tw-ring-opacity));
}
.focus-visible\:ring-offset-2.focus-visible {
	--tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-2:focus-visible {
	--tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:w-16 {
	width: 4rem;
}
.group:hover .group-hover\:w-4 {
	width: 1rem;
}
.group:hover .group-hover\:bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-primary-300 {
	--tw-text-opacity: 1;
	color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.group:hover .group-hover\:shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (prefers-reduced-motion: no-preference) {

	.motion-safe\:transition {
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 300ms;
	}
}
@media (min-width: 640px) {

	.sm\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
@media (min-width: 768px) {

	.md\:bottom-\[2rem\] {
		bottom: 2rem;
	}

	.md\:right-auto {
		right: auto;
	}

	.md\:left-\[2rem\] {
		left: 2rem;
	}

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

	.md\:right-\[2rem\] {
		right: 2rem;
	}

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

	.md\:order-last {
		order: 9999;
	}

	.md\:col-span-8 {
		grid-column: span 8 / span 8;
	}

	.md\:col-span-9 {
		grid-column: span 9 / span 9;
	}

	.md\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.md\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.md\:col-span-10 {
		grid-column: span 10 / span 10;
	}

	.md\:col-span-12 {
		grid-column: span 12 / span 12;
	}

	.md\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	.md\:col-start-3 {
		grid-column-start: 3;
	}

	.md\:col-start-2 {
		grid-column-start: 2;
	}

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

	.md\:mt-5 {
		margin-top: 1.25rem;
	}

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

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

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

	.md\:mt-40 {
		margin-top: 10rem;
	}

	.md\:block {
		display: block;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-56 {
		height: 14rem;
	}

	.md\:w-80 {
		width: 20rem;
	}

	.md\:w-52 {
		width: 13rem;
	}

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

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

	.md\:gap-grid {
		gap: 30px;
	}

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

	.md\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}

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

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

	.md\:pb-60px {
		padding-bottom: 60px;
	}

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

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

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

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

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 1024px) {

	.lg\:col-span-8 {
		grid-column: span 8 / span 8;
	}

	.lg\:col-span-7 {
		grid-column: span 7 / span 7;
	}

	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.lg\:col-span-6 {
		grid-column: span 6 / span 6;
	}

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

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

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

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

	.lg\:block {
		display: block;
	}

	.lg\:inline {
		display: inline;
	}

	.lg\:flex {
		display: flex;
	}

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

	.lg\:hidden {
		display: none;
	}

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

	.lg\:w-2\/5 {
		width: 40%;
	}

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

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, 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\:flex-row {
		flex-direction: row;
	}

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

	.lg\:gap-grid {
		gap: 30px;
	}

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

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

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

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

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

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

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

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

	.lg\:leading-\[5rem\] {
		line-height: 5rem;
	}

	.lg\:last\:mb-0:last-child {
		margin-bottom: 0px;
	}
}
@media (min-width: 1280px) {

	.xl\:w-2\/5 {
		width: 40%;
	}

	.xl\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1536px) {

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