
/*!
Theme Name: Granite
Theme URI: https://monumentstudio.co/
Author: Monument
Author URI: https://monumentstudio.co/
Description: Granite is the base theme for custom Monument builds.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: granite
Tags: 

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

Granite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
#site-navigation.dsk-nav-center {
	margin-left: auto;
	margin-right: auto;
}

#site-navigation.dsk-nav-left {
	margin-right: auto;
	padding-left: 3rem;
}

@media (min-width:1280px) {
	#site-navigation.dsk-nav-left {
		padding-left: 3.5rem;
	}
}

#site-navigation.dsk-nav-right {
	margin-left: auto;
}

@media (min-width:1024px) {
	body.page-template-page-pif-stories nav#site-navigation {
		display: inline-flex !important;
	}
	
	.dsk-nav-ctabox {
		display: flex !important;
	}
}

#primary-menu {
	display: inline-flex;
}

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

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

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

#primary-menu li > a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-weight: 500;
	transition-duration: .15s;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#primary-menu li:hover > a {
	--tw-text-opacity: 1;
	color: rgba(247, 247, 247, var(--tw-text-opacity));
}

ul#primary-menu .sub-menu {
	left: -4rem;
	margin: 0;
	position: absolute;
	top: -24rem;
	width: 15rem;
	z-index: 50;
}

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

ul#primary-menu .sub-menu {
	--tw-bg-opacity: 1;
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06));
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	border-radius: .375rem;
	filter: var(--tw-filter);
	padding: 1rem 1.25rem;
}

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

ul#primary-menu .sub-menu li a {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

header.mob-open {
	min-height: 100vh;
}

header.mob-open .header-borderbox {
	border-style: none !important;
}

#mobile-nav.open {
	height: auto;
	overflow: scroll;
}

#mobile-menu > li {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

@media (min-width:768px) {
	#mobile-menu > li {
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
	}
}

#mobile-menu > li a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-family: calluna, serif, system-ui;
	font-size: 2.25rem;
	line-height: 2.5rem;
}

@media (min-width:768px) {
	#mobile-menu > li a {
		font-size: 3rem;
		line-height: 1;
	}
}

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

#mobile-menu > li.menu-item-has-children:after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	content: "";
	display: inline-block;
	height: .125rem;
	position: absolute;
	right: .25rem;
	top: 1.25rem;
	transition-duration: .15s;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	width: 1.5rem;
}

@media (min-width:768px) {
	#mobile-menu > li.menu-item-has-children:after {
		top: 1.5rem;
	}
}

#mobile-menu > li.menu-item-has-children:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	content: "";
	display: inline-block;
	height: 1.5rem;
	margin-right: -1px;
	margin-top: -1px;
	position: absolute;
	right: 1rem;
	top: .625rem;
	transition-duration: .15s;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	width: .125rem;
}

@media (min-width:768px) {
	#mobile-menu > li.menu-item-has-children:before {
		top: .75rem;
	}
}

#mobile-menu > li.menu-item-has-children.submenu-open:before {
	opacity: 0;
}

#mobile-menu > li.menu-item-has-children ul.sub-menu {
	height: 0;
	overflow: hidden;
}

#mobile-menu > li.menu-item-has-children.submenu-open ul.sub-menu {
	height: auto;
	overflow: auto;
	padding-bottom: .25rem;
	padding-top: .75rem;
}

#mobile-menu > li.menu-item-has-children ul li {
	padding-bottom: .75rem;
}

@media (min-width:768px) {
	#mobile-menu > li.menu-item-has-children ul li {
		padding-bottom: 1.25rem;
	}
}

#mobile-menu > li.menu-item-has-children ul li a {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	font-family: calluna, serif, system-ui;
	font-size: 1.5rem;
	line-height: 2rem;
	opacity: .95;
	padding-left: .25rem;
}

@media (min-width:768px) {
	#mobile-menu > li.menu-item-has-children ul li a {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

.ham-icon {
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

#mob-menu-toggle.open #mob-ham-default {
	opacity: 0;
}

#mob-menu-toggle.open #mob-ham-close {
	opacity: 1;
}

header#masthead {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 40;
}

.headroom {
	transition: transform .2s linear;
	will-change: transform;
}

.headroom--pinned {
	transform: translateY(0);
}

.headroom--unpinned {
	transform: translateY(-100%);
}

h1.h1 {
	font-family: calluna, serif, system-ui;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.5rem;
}

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

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

@media (min-width:1280px) {
	h1.h1 {
		font-size: 4rem;
	}
}

h1.h1--person {
	--tw-text-opacity: 1 !important;
	color: rgba(187, 35, 43, var(--tw-text-opacity)) !important;
	font-family: calluna, serif, system-ui !important;
	font-size: 2.25rem !important;
	font-weight: 700 !important;
	line-height: 2.5rem !important;
}

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

@media (min-width:1024px) {
	h1.h1--person {
		font-size: 3.75rem !important;
		line-height: 1 !important;
	}
}

h2.h2 {
	font-family: calluna, serif, system-ui;
	font-size: 28px;
	font-weight: 700;
}

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

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

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

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

h3.gsection_title, h3.h3 {
	font-family: calluna, serif, system-ui;
	font-size: 22px;
	font-weight: 700;
}

@media (min-width:640px) {
	h3.gsection_title, h3.h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media (min-width:1280px) {
	h3.gsection_title, h3.h3 {
		font-size: 28px;
	}
}

h3.h3--blog-title {
	font-size: 22px;
}

h3.h3--blog-title, h4.h4 {
	font-family: calluna, serif, system-ui;
	font-weight: 700;
}

h4.h4 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	line-height: 1.375;
}

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

h4.h4--biogrid-name {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75rem;
	line-height: 1.25;
}

h4.h4--biogrid-name, h5.h5 {
	font-family: calluna, serif, system-ui;
}

h5.h5 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
}

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

@media (min-width:1024px) {
	h5.h5 {
		font-size: 1.375rem;
	}
}

h6.eyebrow {
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1rem;
	padding-bottom: .75rem;
	text-transform: uppercase;
}

@media (min-width:768px) {
	h6.eyebrow {
		font-size: .875rem;
		line-height: 1.25rem;
		padding-bottom: 1rem;
	}
}

@media (min-width:1024px) {
	h6.eyebrow {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	h6.eyebrow.eyebrow--hero {
		padding-bottom: 1.25rem;
	}
}

.cat-badge-border {
	border-radius: .125rem;
	display: inline-block;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1rem;
	margin-right: .5rem;
	padding: .25rem .5rem;
	text-transform: uppercase;
	transition-duration: .15s;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:1024px) {
	.cat-badge-border {
		font-size: .875rem;
		line-height: 1.25rem;
	}
}

.cat-badge-border.small {
	font-size: 11px;
	font-weight: 500;
	padding: 1px .375rem;
}

.color-mode-light1 .cat-badge-border, .color-mode-light2 .cat-badge-border {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	border-width: 1px;
	color: rgba(17, 181, 172, var(--tw-text-opacity));
}

.color-mode-light1 .cat-badge-border:hover, .color-mode-light2 .cat-badge-border:hover {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(17, 181, 172, var(--tw-bg-opacity));
	border-color: rgba(17, 181, 172, var(--tw-border-opacity));
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.color-mode-dark1 .cat-badge-border, .color-mode-dark2 .cat-badge-border {
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	background-color: transparent;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	border-width: 1px;
	color: rgba(17, 181, 172, var(--tw-text-opacity));
}

.color-mode-dark1 .cat-badge-border:hover, .color-mode-dark2 .cat-badge-border:hover {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(17, 181, 172, var(--tw-bg-opacity));
	border-color: rgba(17, 181, 172, var(--tw-border-opacity));
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.color-mode-light1 .cat-badge-border.small, .color-mode-light2 .cat-badge-border.small {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.color-mode-light1 .cat-badge-border.small:hover, .color-mode-light2 .cat-badge-border.small:hover {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.color-mode-dark1 .cat-badge-border.small, .color-mode-dark2 .cat-badge-border.small {
	--tw-text-opacity: 1;
	background-color: transparent;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.color-mode-dark1 .cat-badge-border.small:hover, .color-mode-dark2 .cat-badge-border.small:hover {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	color: rgba(253, 210, 77, var(--tw-text-opacity));
}

.prose * {
	line-height: 1.625;
}

.prose ol, .prose p, .prose ul {
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 1.625;
}

@media (min-width:768px) {
	.prose ol, .prose p, .prose ul {
		font-size: 1rem;
		line-height: 1.5rem;
		line-height: 1.625;
	}
}

.sec-copy {
	max-width: 48rem;
	padding-top: .75rem;
	width: 100%;
}

@media (min-width:768px) {
	.sec-copy {
		padding-top: 1rem;
	}
}

@media (min-width:1024px) {
	.sec-copy {
		padding-top: 1.25rem;
	}
	
	.sec-copy.hero-copy.prose p {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	margin: 0;
}

hr {
	color: inherit;
	height: 0;
}

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

b, strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	border-color: inherit;
	text-indent: 0;
}

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

button, select {
	text-transform: none;
}

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

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

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

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

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

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

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

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

fieldset, ol, ul {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

html {
	font-family: sofia-pro, sans-serif, system-ui;
	line-height: 1.5;
}

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

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

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

img {
	border-style: solid;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #9ca3af;
}

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

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

:-moz-focusring {
	outline: auto;
}

table {
	border-collapse: collapse;
}

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

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

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

code, kbd, pre, samp {
	font-family: ui-monospace, SFMono-Regular;
}

audio, canvas, embed, iframe, img, object, svg, video {
	display: block;
	vertical-align: middle;
}

img, video {
	height: auto;
	max-width: 100%;
}

[hidden] {
	display: none;
}

*, :after, :before {
	--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;
	--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-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);
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

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

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
	--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);
	border-color: #2563eb;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

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

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

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

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

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

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

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

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

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

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

[multiple].nitro-lazy {
	background-image: none !important;
}

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

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

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

[type=checkbox]:focus, [type=radio]:focus {
	--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);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

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

[type=checkbox]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}

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

[type=radio]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}

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

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

[type=checkbox]:indeterminate {
	background-color: currentColor;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
}

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

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

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

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

.container-normal {
	width: 100%;
}

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

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

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

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

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

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

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

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

.tb-padding-normal {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

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

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

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

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

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

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

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

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

.tb-padding-small {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

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

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

.top-padding-small {
	padding-top: 2.5rem;
}

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

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

.bot-padding-small {
	padding-bottom: 2.5rem;
}

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

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

.tb-padding-large {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-light2 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 250, 247, var(--tw-bg-opacity));
}

.bg-dark1 {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 181, 172, var(--tw-bg-opacity));
}

.bg-dark2 {
	--tw-bg-opacity: 1;
	background-color: rgba(104, 110, 179, var(--tw-bg-opacity));
}

.color-mode-light1 h1, .color-mode-light1 h2, .color-mode-light2 h1, .color-mode-light2 h2 {
	--tw-text-opacity: 1;
	color: rgba(187, 35, 43, var(--tw-text-opacity));
}

.color-mode-light1 h3, .color-mode-light1 h4, .color-mode-light1 h5, .color-mode-light2 h3, .color-mode-light2 h4, .color-mode-light2 h5 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.color-mode-light1 h6, .color-mode-light2 h6.eyebrow {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.color-mode-light1 .prose em, .color-mode-light1 .prose ol, .color-mode-light1 .prose p, .color-mode-light1 .prose strong, .color-mode-light1 .prose ul, .color-mode-light1 p, .color-mode-light2 .prose em, .color-mode-light2 .prose ol, .color-mode-light2 .prose p, .color-mode-light2 .prose strong, .color-mode-light2 .prose ul, .color-mode-light2 p {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.color-mode-light1 .btn-arrow, .color-mode-light2 .btn-arrow {
	--tw-text-opacity: 1;
	color: rgba(17, 181, 172, var(--tw-text-opacity));
}

.color-mode-dark1 h1, .color-mode-dark2 h1 {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.color-mode-dark1 h2, .color-mode-dark1 h3, .color-mode-dark1 h4, .color-mode-dark1 h5, .color-mode-dark2 h2, .color-mode-dark2 h3, .color-mode-dark2 h4, .color-mode-dark2 h5 {
	--tw-text-opacity: 1;
	color: rgba(253, 210, 77, var(--tw-text-opacity));
}

.color-mode-dark1 h6, .color-mode-dark2 h6.eyebrow {
	--tw-text-opacity: 1;
	color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.color-mode-dark1 .prose em, .color-mode-dark1 .prose ol, .color-mode-dark1 .prose p, .color-mode-dark1 .prose strong, .color-mode-dark1 .prose ul, .color-mode-dark1 p, .color-mode-dark2 .prose em, .color-mode-dark2 .prose ol, .color-mode-dark2 .prose p, .color-mode-dark2 .prose strong, .color-mode-dark2 .prose ul, .color-mode-dark2 p {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.color-mode-dark1 .btn-arrow, .color-mode-dark2 .btn-arrow {
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.img-over-solid-light1, .img-over-solid-light2 {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: .8;
}

.img-over-solid-dark1, .img-over-solid-dark2 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	opacity: .6;
}

.img-over-gradient-light1, .img-over-gradient-light2 {
	background: rgba(255, 255, 255, .7);
	background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .15));
}

.img-over-gradient-dark1, .img-over-gradient-dark2 {
	background: rgba(0, 0, 0, .7);
	background: linear-gradient(135deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .08));
}

@media screen and (max-width:768px) {
	.img-over-gradient-light1, .img-over-gradient-light2 {
		background: rgba(255, 255, 255, .7);
	}
	
	.img-over-gradient-dark1, .img-over-gradient-dark2 {
		background: rgba(0, 0, 0, .7);
	}
}

.color-mode-dark1 .border-color-mode, .color-mode-dark2 .border-color-mode {
	border-color: rgba(255, 255, 255, .25);
}

.hero-height-tiny {
	padding-bottom: 3rem;
	padding-top: .5rem;
}

@media (min-width:640px) {
	.hero-height-tiny {
		padding-bottom: 4rem;
		padding-top: 1rem;
	}
}

@media (min-width:768px) {
	.hero-height-tiny {
		padding-bottom: 6rem;
		padding-top: 3rem;
	}
}

.hero-height-short {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

@media (min-width:640px) {
	.hero-height-short {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
}

@media (min-width:768px) {
	.hero-height-short {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
}

@media (min-width:1024px) {
	.hero-height-short {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}
}

@media (min-width:1280px) {
	.hero-height-short {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}
}

.hero-height-standard {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

@media (min-width:640px) {
	.hero-height-standard {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
}

@media (min-width:768px) {
	.hero-height-standard {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}
}

@media (min-width:1024px) {
	.hero-height-standard {
		padding-bottom: 6rem;
		padding-top: 6rem;
	}
}

@media (min-width:1280px) {
	.hero-height-standard {
		padding-bottom: 8rem;
		padding-top: 8rem;
	}
}

.hero-height-tall {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

@media (min-width:640px) {
	.hero-height-tall {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}
}

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

@media (min-width:1024px) {
	.hero-height-tall {
		padding-bottom: 9rem;
		padding-top: 9rem;
	}
}

@media (min-width:1280px) {
	.hero-height-tall {
		padding-bottom: 10rem;
		padding-top: 10rem;
	}
}

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

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

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

.align-center * {
	margin-right: auto;
}

.align-center *, .align-right * {
	margin-left: auto;
}

.container {
	width: 100%;
}

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

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

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

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

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

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

.prose {
	color: #374151;
}

.prose a color {
	light: #20c7be;
	-d-e-f-a-u-l-t: #11b5ac;
	dark: #0aaca3;
}

.prose a {
	font-weight: 500;
	text-decoration: underline;
}

.prose strong {
	color: #111827;
	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 hr {
	border-bottom-width: 0;
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-bottom: 3em;
	margin-top: 3em;
}

.prose blockquote {
	border-left-color: #e5e7eb;
	border-left-width: .25rem;
	color: #111827;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 1.6em;
	margin-top: 1.6em;
	padding-left: 1em;
	quotes: "“" "”" "‘" "’";
}

.prose blockquote p:first-of-type:before {
	content: open-quote;
}

.prose blockquote p:last-of-type:after {
	content: close-quote;
}

.prose h1 {
	color: #111827;
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1.1111111;
	margin-bottom: .8888889em;
	margin-top: 0;
}

.prose h2 {
	color: #111827;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3333333;
	margin-bottom: 1em;
	margin-top: 2em;
}

.prose h3 {
	font-size: 1.25em;
	line-height: 1.6;
	margin-bottom: .6em;
	margin-top: 1.6em;
}

.prose h3, .prose h4 {
	color: #111827;
	font-weight: 600;
}

.prose h4 {
	line-height: 1.5;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

.prose figure figcaption {
	color: #6b7280;
	font-size: .875em;
	line-height: 1.4285714;
	margin-top: .8571429em;
}

.prose code {
	color: #111827;
	font-size: .875em;
	font-weight: 600;
}

.prose code:after, .prose code:before {
	content: "`";
}

.prose a code {
	color: #111827;
}

.prose pre {
	background-color: #1f2937;
	border-radius: .375rem;
	color: #e5e7eb;
	font-size: .875em;
	line-height: 1.7142857;
	margin-bottom: 1.7142857em;
	margin-top: 1.7142857em;
	overflow-x: auto;
	padding: .8571429em 1.1428571em;
}

.prose pre code {
	background-color: transparent;
	border-radius: 0;
	border-width: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	padding: 0;
}

.prose pre code:after, .prose pre code:before {
	content: none;
}

.prose table {
	font-size: .875em;
	line-height: 1.7142857;
	margin-bottom: 2em;
	margin-top: 2em;
	table-layout: auto;
	text-align: left;
	width: 100%;
}

.prose thead {
	border-bottom-color: #d1d5db;
	border-bottom-width: 1px;
	color: #111827;
	font-weight: 600;
}

.prose thead th {
	padding-bottom: .5714286em;
	padding-left: .5714286em;
	padding-right: .5714286em;
	vertical-align: bottom;
}

.prose tbody tr {
	border-bottom-color: #e5e7eb;
	border-bottom-width: 1px;
}

.prose tbody tr:last-child {
	border-bottom-width: 0;
}

.prose tbody td {
	padding: .5714286em;
	vertical-align: top;
}

.prose {
	font-size: 1rem;
	line-height: 1.75;
}

.prose p {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}

.prose figure, .prose img, .prose video {
	margin-bottom: 2em;
	margin-top: 2em;
}

.prose figure > * {
	margin-bottom: 0;
	margin-top: 0;
}

.prose h2 code {
	font-size: .875em;
}

.prose h3 code {
	font-size: .9em;
}

.prose ol {
	list-style-type: decimal;
}

.prose ol, .prose ul {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}

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

.prose li {
	margin-bottom: .5em;
	margin-top: .5em;
}

.prose > ul > li p {
	margin-bottom: .75em;
	margin-top: .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 ol ol, .prose ol ul, .prose ul ol, .prose ul ul {
	margin-bottom: .75em;
	margin-top: .75em;
}

.prose h2 + *, .prose h3 + *, .prose h4 + *, .prose hr + * {
	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 [class~=is-style-lead] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-bottom: 1.2em;
	margin-top: 1.2em;
}

.prose h1 strong {
	font-weight: 900;
}

.prose h2 strong {
	font-weight: 800;
}

.prose h3 strong, .prose h4 strong {
	font-weight: 700;
}

.prose td, .prose th {
	border: 0;
}

.entry-title {
	color: #111827;
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1.1111111;
	margin-bottom: .8888889em;
	margin-top: 0;
}

.post-edit-link {
	display: none;
}

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

@media (min-width:1024px) {
	footer ul.menu > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-bottom: calc(.625rem * var(--tw-space-y-reverse));
		margin-top: calc(.625rem * ( 1 - var(--tw-space-y-reverse) ));
	}
}

.footer-logolink:before {
	--tw-bg-opacity: 1;
	background-color: rgba(206, 108, 114, var(--tw-bg-opacity));
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 3.5rem;
	width: 100%;
	z-index: 10;
}

@media (min-width:1024px) {
	.footer-logolink:before {
		top: 4rem;
	}
}

footer .ftr-con-menubox {
	flex: 1 1 auto;
	width: 100%;
}

@media (min-width:640px) {
	footer .ftr-con-menubox--2col {
		width: 33.333333%;
	}
}

@media (min-width:475px) {
	footer .ftr-con-menubox--3col {
		margin-top: 1.5rem;
		width: 50%;
	}
}

@media (min-width:1024px) {
	footer .ftr-con-menubox--3col {
		margin-top: 0;
		width: 25%;
	}
}

footer .ftr-menubox {
	flex: 1 1 auto;
	margin-top: 1.5rem;
	width: 100%;
}

@media (min-width:1024px) {
	footer .ftr-menubox {
		margin-top: 0;
	}
}

@media (min-width:640px) {
	footer .ftr-menubox--2col {
		margin-top: 0;
		width: 33.333333%;
	}
}

@media (min-width:475px) {
	footer .ftr-menubox--3col {
		width: 50%;
	}
}

@media (min-width:1024px) {
	footer .ftr-menubox--3col {
		margin-top: 0;
		width: 25%;
	}
}

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

.btn-row {
	padding-top: 1.25rem;
}

@media (min-width:640px) {
	.btn-row {
		padding-top: 1.5rem;
	}
}

@media (min-width:768px) {
	.btn-row > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-left: calc(.5rem * ( 1 - var(--tw-space-x-reverse) ));
		margin-right: calc(.5rem * var(--tw-space-x-reverse));
	}
	
	.btn-row {
		padding-top: 1.75rem;
	}
}

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

#cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-all-btn, #cookie-law-info-bar .cli-bar-btn_container .cli_settings_button, .btn, .cli-modal-footer #wt-cli-privacy-save-btn {
	border-radius: 9999px;
	display: inline-block;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.25rem;
	padding: .875rem 1.25rem;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:768px) {
	#cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-all-btn, #cookie-law-info-bar .cli-bar-btn_container .cli_settings_button, .btn, .cli-modal-footer #wt-cli-privacy-save-btn {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	#cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-all-btn, #cookie-law-info-bar .cli-bar-btn_container .cli_settings_button, .btn, .cli-modal-footer #wt-cli-privacy-save-btn {
		padding-bottom: 1rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 1rem;
	}
}

#cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-all-btn, .btn--primary, .cli-modal-footer #wt-cli-privacy-save-btn {
	--tw-border-opacity: 1 !important;
	--tw-bg-opacity: 1 !important;
	--tw-text-opacity: 1 !important;
	background-color: rgba(17, 181, 172, var(--tw-bg-opacity)) !important;
	border-color: rgba(17, 181, 172, var(--tw-border-opacity)) !important;
	border-width: 1px !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

#cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-all-btn:hover, .btn--primary:hover, .cli-modal-footer #wt-cli-privacy-save-btn:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(32, 199, 190, var(--tw-bg-opacity)) !important;
}

#cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-all-btn:focus, .btn--primary:focus, .cli-modal-footer #wt-cli-privacy-save-btn:focus {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(10, 172, 163, var(--tw-bg-opacity)) !important;
}

#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button, .btn--secondary {
	--tw-border-opacity: 1 !important;
	--tw-bg-opacity: 1 !important;
	--tw-text-opacity: 1 !important;
	background-color: transparent !important;
	background-color: rgba(253, 210, 77, var(--tw-bg-opacity)) !important;
	border-color: rgba(253, 210, 77, var(--tw-border-opacity)) !important;
	border-width: 1px !important;
	color: rgba(35, 31, 32, var(--tw-text-opacity)) !important;
}

#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button:hover, .btn--secondary:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 216, 96, var(--tw-bg-opacity)) !important;
}

#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button:active, .btn--secondary:active {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(245, 201, 66, var(--tw-bg-opacity)) !important;
}

.btn-text {
	display: inline-block;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.25rem;
}

@media (min-width:1024px) {
	.btn-text {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.btn-arrow {
	align-items: center;
	display: flex;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.25rem;
	margin-top: .75rem;
}

@media (min-width:768px) {
	.btn-arrow {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-top: 1rem;
	}
}

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

.prose ol, .prose ul {
	padding-left: 1.25rem;
}

.num-pagination {
	flex: 1 1 auto;
	padding-top: 2rem;
	text-align: center;
	width: 100%;
}

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

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

.num-pagination ul {
	align-items: stretch;
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
}

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

@media (min-width:768px) {
	.num-pagination ul > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-left: calc(.5rem * ( 1 - var(--tw-space-x-reverse) ));
		margin-right: calc(.5rem * var(--tw-space-x-reverse));
	}
}

.num-pagination ul li a {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	border-width: 1px;
	display: block;
	padding: .25rem .375rem;
	transition-duration: .15s;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.num-pagination ul li a:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 181, 172, var(--tw-text-opacity));
}

.num-pagination ul li.active a {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(17, 181, 172, var(--tw-bg-opacity));
	border-color: rgba(17, 181, 172, var(--tw-border-opacity));
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hero-img-no-marg-left {
	right: 0;
}

.hero-img-no-marg-right {
	left: 0;
}

.parallel-pos-right .parallel-content {
	order: 2;
}

@media (min-width:768px) {
	.parallel-pos-right .parallel-content {
		padding-left: 2.5rem;
	}
}

@media (min-width:1024px) {
	.parallel-pos-right .parallel-content {
		padding-left: 4rem;
	}
}

@media (min-width:1280px) {
	.parallel-pos-right .parallel-content {
		padding-left: 5rem;
	}
}

.parallel-pos-right .parallel-media {
	order: 1;
}

@media (min-width:768px) {
	.parallel-pos-right .parallel-media {
		order: 1;
	}
}

.parallel-pos-left .parallel-content {
	order: 2;
}

@media (min-width:768px) {
	.parallel-pos-left .parallel-content {
		order: 1;
		padding-right: 2.5rem;
	}
}

@media (min-width:1024px) {
	.parallel-pos-left .parallel-content {
		padding-right: 4rem;
	}
}

@media (min-width:1280px) {
	.parallel-pos-left .parallel-content {
		padding-right: 5rem;
	}
}

.parallel-pos-left .parallel-media {
	order: 1;
}

@media (min-width:768px) {
	.parallel-pos-left .parallel-media {
		order: 1;
	}
}

@-webkit-keyframes fade-up {
	0% {
		opacity: 0;
		transform: translateY(6px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fade-up {
	0% {
		opacity: 0;
		transform: translateY(6px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero1 h6, .hero2 h6, .hero3 h6, .hero5 h6 {
	-webkit-animation: fade-up .7s .2s forwards;
	animation: fade-up .7s .2s forwards;
	opacity: 0;
	transform: translateY(6px);
}

.hero1 h1, .hero2 h1, .hero3 h1, .hero5 h1 {
	-webkit-animation: fade-up .7s .35s forwards;
	animation: fade-up .7s .35s forwards;
	opacity: 0;
	transform: translateY(6px);
}

.hero1 .hero-copy, .hero2 .hero-copy, .hero3 .hero-copy, .hero5 .hero-copy {
	-webkit-animation: fade-up .7s .5s forwards;
	animation: fade-up .7s .5s forwards;
	opacity: 0;
	transform: translateY(6px);
}

.hero1 .btn-row, .hero2 .btn-row, .hero3 .btn-row, .hero5 .btn-row {
	-webkit-animation: fade-up .7s .65s forwards;
	animation: fade-up .7s .65s forwards;
	opacity: 0;
	transform: translateY(6px);
}

.hero2 .hero-img {
	-webkit-animation: fade-in .65s .2s forwards;
	animation: fade-in .65s .2s forwards;
	opacity: 0;
}

.hero3 .hero-img, .hero3 .hero-video {
	-webkit-animation: fade-up .65s .8s forwards;
	animation: fade-up .65s .8s forwards;
	opacity: 0;
	transform: translateY(6px);
}

.hero4-img--left {
	height: auto;
}

@media (min-width:768px) {
	.hero4-img--left {
		max-height: 80%;
		right: 10%;
	}
	
	.hero4-img--right {
		left: 20%;
		width: 60%;
	}
}

.cta1 {
	text-align: center;
}

@media (min-width:768px) {
	.cta1 {
		text-align: left;
	}
}

.cta1-copy-cont {
	width: 100%;
}

.cta1-btn-cont--center, .cta1-copy-cont--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cta1-copy-cont--center .sec-copy {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	.cta1-copy-cont--inline {
		width: 66.666667%;
	}
}

.cta1-btn-cont--inline {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	.cta1-btn-cont--inline {
		margin-left: 0;
		margin-right: 0;
		width: 33.333333%;
	}
}

.cta1-btn-cont--left {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	.cta1-btn-cont--left {
		margin-left: 0;
		margin-right: 0;
	}
	
	.cta1-btn-cont--inline .btn-row {
		padding-top: 0;
		text-align: right;
	}
}

.align-right .img-box {
	order: 1;
}

@media (min-width:768px) {
	.align-right .img-box {
		padding-right: 2rem;
	}
}

@media (min-width:1024px) {
	.align-right .img-box {
		padding-right: 2.5rem;
	}
}

.align-left .img-box {
	order: 1;
}

@media (min-width:768px) {
	.align-left .img-box {
		order: 2;
		padding-left: 2rem;
	}
}

@media (min-width:1024px) {
	.align-left .img-box {
		padding-left: 2.5rem;
	}
}

.align-right .copy-box {
	order: 2;
}

@media (min-width:768px) {
	.align-right .copy-box {
		padding-left: 2rem;
	}
}

@media (min-width:1024px) {
	.align-right .copy-box {
		padding-left: 2.5rem;
	}
}

.align-left .copy-box {
	order: 2;
}

@media (min-width:768px) {
	.align-left .copy-box {
		order: 1;
		padding-right: 2rem;
	}
}

@media (min-width:1024px) {
	.align-left .copy-box {
		padding-right: 2.5rem;
	}
}

@media (min-width:768px) {
	.align-left .content1-copy-box--fullwidth, .align-left .feats2-copy-box--fullwidth {
		padding-right: 3rem;
	}
}

@media (min-width:1024px) {
	.align-left .content1-copy-box--fullwidth, .align-left .feats2-copy-box--fullwidth {
		padding-right: 4rem;
	}
}

@media (min-width:1280px) {
	.align-left .content1-copy-box--fullwidth, .align-left .feats2-copy-box--fullwidth {
		padding-right: 5rem;
	}
}

@media (min-width:768px) {
	.align-right .content1-copy-box--fullwidth, .align-right .feats2-copy-box--fullwidth {
		padding-left: 3rem;
	}
}

@media (min-width:1024px) {
	.align-right .content1-copy-box--fullwidth, .align-right .feats2-copy-box--fullwidth {
		padding-left: 4rem;
	}
}

@media (min-width:1280px) {
	.align-right .content1-copy-box--fullwidth, .align-right .feats2-copy-box--fullwidth {
		padding-left: 5rem;
	}
}

.faq-entry:last-child {
	margin-bottom: 0;
}

.faq-acc-answer.show {
	display: block;
}

span.faq-icon.rotate {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.blog-list-block:first-child {
	border-top-width: 1px;
	padding-top: 1.5rem;
}

@media (min-width:768px) {
	.blog-list-block:first-child {
		padding-top: 2rem;
	}
}

.blog-list-block:last-child {
	margin-bottom: 0;
}

.postblock-img-accent:before {
	--tw-rotate: -3deg;
	--tw-border-opacity: 1;
	border-color: rgba(255, 199, 53, var(--tw-border-opacity));
	border-width: 8px;
	content: "";
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	transform: var(--tw-transform);
	transition-duration: .15s;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	width: 100%;
	z-index: 20;
}

.blog-post-blocklink:hover h3 {
	--tw-text-opacity: 1;
	color: rgba(187, 35, 43, var(--tw-text-opacity));
}

.blog-post-blocklink:hover .postblock-img-accent:before {
	opacity: 1;
}

.logogrid-logo {
	max-height: 40px;
	max-width: 168px;
}

.logoslider {
	-webkit-animation: slidein 20s linear infinite;
	animation: slidein 20s linear infinite;
}

.logoslider img {
	height: auto;
	max-height: 40px;
	max-width: 168px;
	min-width: 165px;
	width: auto;
}

@media (min-width:768px) {
	.logoslider img {
		max-height: 52px;
		max-width: 200px;
	}
}

.logoslider img {
	-webkit-animation: fade-in .5s cubic-bezier(.455, .03, .515, .955) forwards;
	animation: fade-in .5s cubic-bezier(.455, .03, .515, .955) forwards;
}

@-webkit-keyframes slidein {
	0% {
		transform: translateZ(0);
	}
	
	to {
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slidein {
	0% {
		transform: translateZ(0);
	}
	
	to {
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.overflow-x-scroller::-webkit-scrollbar {
	background: transparent;
	height: 0;
	width: 0;
}

.overflow-x-scroll-link {
	margin-right: .75rem;
	padding-right: .75rem;
	white-space: nowrap;
}

@media (min-width:768px) {
	.overflow-x-scroll-link {
		margin-right: 1rem;
		padding-right: 1rem;
	}
}

.overflow-x-scroll-link:last-child {
	padding-right: 2.5rem;
}

.feats1 .feats1-block {
	flex-grow: 0;
	padding-bottom: 2rem;
	width: 100%;
}

@media (min-width:1024px) {
	.feats1 .feats1-block {
		padding-bottom: 2.5rem;
	}
}

.feats1 .feats1-lay-stack-left .feats1-block-flex {
	flex-wrap: wrap;
}

.feats1 .feats1-lay-stack-left .feats1-block .copybox {
	padding-top: .75rem;
	width: 100%;
}

@media (min-width:768px) {
	.feats1 .feats1-lay-stack-left .feats1-block .copybox {
		padding-top: 1rem;
	}
}

.feats3 .feats3-lay-inline .feats3-block {
	flex-grow: 0;
	padding-bottom: 2rem;
}

@media (min-width:1024px) {
	.feats3 .feats3-lay-inline .feats3-block {
		padding-bottom: 2.5rem;
	}
}

.feats3 .feats3-lay-stack .feats3-block {
	flex-grow: 0;
	padding-bottom: 2rem;
}

@media (min-width:1024px) {
	.feats3 .feats3-lay-stack .feats3-block {
		padding-bottom: 2.5rem;
	}
}

@media (min-width:640px) {
	.feats1-cols-two .feats1-block {
		padding-right: 1.5rem;
		width: 50%;
	}
}

@media (min-width:768px) {
	.feats1-cols-three .feats1-block {
		padding-right: 1rem;
		width: 33.333333%;
	}
}

@media (min-width:1024px) {
	.feats1-cols-three .feats1-block {
		padding-right: 1.5rem;
	}
}

@media (min-width:640px) {
	.feats1-cols-four .feats1-block {
		padding-right: 1.5rem;
		width: 50%;
	}
}

@media (min-width:1280px) {
	.feats1-cols-four .feats1-block {
		width: 25%;
	}
}

@media (min-width:640px) {
	.feats3 .feats3-block {
		padding-right: 1rem;
		width: 50%;
	}
}

@media (min-width:768px) {
	.feats3 .feats3-block {
		padding-right: 0;
		width: 100%;
	}
}

@media (min-width:1280px) {
	.feats3 .feats3-block {
		padding-right: 1rem;
		width: 50%;
	}
}

.feats1-icon-identical, .feats3-icon-identical {
	height: auto;
	position: relative;
	top: .25rem;
	width: 1.25rem;
}

@media (min-width:768px) {
	.feats1-icon-identical, .feats3-icon-identical {
		width: 1.5rem;
	}
}

.feats1-lay-inline .feats1-icon-different, .feats3-lay-inline .feats3-icon-different {
	height: auto;
	margin-right: .25rem;
	position: relative;
	width: 3rem;
}

@media (min-width:768px) {
	.feats1-lay-inline .feats1-icon-different, .feats3-lay-inline .feats3-icon-different {
		width: 3.5rem;
	}
}

@media (min-width:1280px) {
	.feats1-lay-inline .feats1-icon-different, .feats3-lay-inline .feats3-icon-different {
		margin-right: .375rem;
	}
}

.feats1-lay-stack-left .feats1-icon-different, .feats1-lay-stack .feats1-icon-different, .feats3-lay-stack .feats3-icon-different {
	height: 3rem;
	position: relative;
	width: auto;
}

@media (min-width:768px) {
	.feats1-lay-stack-left .feats1-icon-different, .feats1-lay-stack .feats1-icon-different, .feats3-lay-stack .feats3-icon-different {
		height: 3.5rem;
	}
}

@media (min-width:1280px) {
	.feats1-lay-stack-left .feats1-icon-different, .feats1-lay-stack .feats1-icon-different, .feats3-lay-stack .feats3-icon-different {
		height: 4rem;
	}
}

.feats1-lay-inline .feats1-block .copybox, .feats3-lay-inline .feats3-block .copybox {
	padding-left: .75rem;
}

@media (min-width:768px) {
	.feats1-lay-inline .feats1-block .copybox, .feats3-lay-inline .feats3-block .copybox {
		padding-left: 1rem;
	}
}

.feats1-lay-stack .feats1-block-flex, .feats3-lay-stack .feats3-block-flex {
	flex-wrap: wrap;
	margin-bottom: .25rem;
}

.feats1-lay-stack .feats1-block-flex img {
	margin-left: auto;
	margin-right: auto;
}

.feats1-lay-stack .feats1-block-flex .copybox {
	padding-top: .75rem;
	text-align: center;
	width: 100%;
}

@media (min-width:768px) {
	.feats1-lay-stack .feats1-block-flex .copybox {
		padding-top: 1rem;
	}
}

.feats1-lay-stack .feats1-block-flex .copybox > div {
	margin-left: auto;
	margin-right: auto;
	padding-left: .5rem;
	padding-right: .5rem;
}

.feats3-lay-stack .feats3-block-flex .copybox {
	padding-top: .75rem;
	width: 100%;
}

@media (min-width:768px) {
	.feats3-lay-stack .feats3-block-flex .copybox {
		padding-top: 1rem;
	}
}

.feats1 .feats1-lay-stack .feats1-block .btn-arrow {
	margin-left: auto;
	margin-right: auto;
}

.feats2 .feats2-block {
	display: block;
	padding-bottom: 1rem;
}

@media (min-width:1024px) {
	.feats2 .feats2-block {
		padding-bottom: 1.25rem;
	}
}

.feats2 .feats2-block:last-child {
	padding-bottom: .25rem;
}

.feats2-lay-inline .feats2-block .copybox {
	padding-left: .5rem;
}

@media (min-width:768px) {
	.feats2-lay-inline .feats2-block .copybox {
		padding-left: .75rem;
	}
}

.feats2-lay-inline {
	padding-top: 1rem;
}

@media (min-width:768px) {
	.feats2-lay-inline {
		padding-top: 1.5rem;
	}
}

@media (min-width:1024px) {
	.feats2-lay-inline {
		padding-top: 2rem;
	}
}

.feats2-icon-identical {
	height: auto;
	position: relative;
	top: .25rem;
	width: 1.25rem;
}

@media (min-width:768px) {
	.feats2-icon-identical {
		width: 1.5rem;
	}
}

.feats2-lay-inline .feats2-icon-different {
	height: auto;
	margin-right: .25rem;
	position: relative;
	width: 2.5rem;
}

@media (min-width:768px) {
	.feats2-lay-inline .feats2-icon-different {
		width: 3rem;
	}
}

@media (min-width:1280px) {
	.feats2-lay-inline .feats2-icon-different {
		width: 3.5rem;
	}
}

.feats2-rep-total--different .feats2-block {
	margin-bottom: .5rem;
}

.feats4-block {
	padding-bottom: 2rem;
}

@media (min-width:640px) {
	.feats4-block {
		padding-right: .75rem;
	}
}

@media (min-width:768px) {
	.feats4-block {
		padding-right: 1rem;
	}
}

.feats4-block .copybox {
	padding-top: .75rem;
}

@media (min-width:1024px) {
	.feats4-block .copybox {
		padding-top: 1rem;
	}
}

.feats4-cols-two .feats4-block {
	flex-grow: 0;
}

@media (min-width:640px) {
	.feats4-cols-two .feats4-block {
		width: 50%;
	}
}

.feats4-cols-three .feats4-block {
	flex-grow: 0;
}

@media (min-width:640px) {
	.feats4-cols-three .feats4-block {
		padding-right: 0;
	}
}

@media (min-width:768px) {
	.feats4-cols-three .feats4-block {
		padding-right: 1rem;
		width: 33.333333%;
	}
}

.feats4-cols-four .feats4-block {
	flex-grow: 0;
}

@media (min-width:640px) {
	.feats4-cols-four .feats4-block {
		width: 50%;
	}
}

@media (min-width:1280px) {
	.feats4-cols-four .feats4-block {
		width: 25%;
	}
}

section .gform_wrapper.gravity-theme .gform_footer {
	text-align: center;
}

section .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 9rem;
}

section .gform_wrapper.gravity-theme .gform_footer input {
	border-radius: 9999px;
	cursor: pointer;
	display: inline-block;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	padding: .875rem 1.25rem;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width:768px) {
	section .gform_wrapper.gravity-theme .gform_footer input {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width:1280px) {
	section .gform_wrapper.gravity-theme .gform_footer input {
		padding-bottom: 1rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 1rem;
	}
}

.form-colormode-light1 .gform_wrapper.gravity-theme .gform_footer input, .form-colormode-light2 .gform_wrapper.gravity-theme .gform_footer input {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(253, 210, 77, var(--tw-bg-opacity));
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.form-colormode-light1 .gform_wrapper.gravity-theme .gform_footer input:hover, .form-colormode-light2 .gform_wrapper.gravity-theme .gform_footer input:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 216, 96, var(--tw-bg-opacity));
}

.form-colormode-dark1 .gform_wrapper.gravity-theme .gform_footer input, .form-colormode-dark2 .gform_wrapper.gravity-theme .gform_footer input {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(253, 210, 77, var(--tw-bg-opacity));
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.form-colormode-dark1 .gform_wrapper.gravity-theme .gform_footer input:hover, .form-colormode-dark2 .gform_wrapper.gravity-theme .gform_footer input:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 216, 96, var(--tw-bg-opacity));
}

.form-colormode-dark1 .gform_wrapper.gravity-theme .gfield-choice-input + label, .form-colormode-dark1 .gform_wrapper.gravity-theme .gfield_label, .form-colormode-dark1 .gform_wrapper.gravity-theme .ginput_complex label, .form-colormode-dark2 .gform_wrapper.gravity-theme .gfield-choice-input + label, .form-colormode-dark2 .gform_wrapper.gravity-theme .gfield_label, .form-colormode-dark2 .gform_wrapper.gravity-theme .ginput_complex label {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.form-colormode-light1 .gform_wrapper.gravity-theme .gfield-choice-input + label, .form-colormode-light1 .gform_wrapper.gravity-theme .gfield_label, .form-colormode-light1 .gform_wrapper.gravity-theme .ginput_complex label, .form-colormode-light2 .gform_wrapper.gravity-theme .gfield-choice-input + label, .form-colormode-light2 .gform_wrapper.gravity-theme .gfield_label, .form-colormode-light2 .gform_wrapper.gravity-theme .ginput_complex label {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}

section .ginput_container.ginput_container_fileupload {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
	border-width: 1px;
	padding: .5rem;
}

@media (min-width:768px) {
	section .ginput_container.ginput_container_fileupload {
		padding: .75rem;
	}
	
	.contact2-lay-split {
		padding-top: 0 !important;
	}
}

.contact2-lay-split .contact2-block {
	padding-bottom: 1rem;
	width: 100%;
}

@media (min-width:640px) {
	.contact2-lay-split .contact2-block {
		padding-right: 1rem;
		width: 50%;
	}
}

@media (min-width:768px) {
	.contact2-lay-split .contact2-block {
		padding-bottom: 1.5rem;
		width: 100%;
	}
}

@media (min-width:1024px) {
	.contact2-lay-split .contact2-block {
		padding-bottom: 2rem;
		padding-right: 1.5rem;
		width: 50%;
	}
}

.contact2-lay-stack .contact2-block {
	padding-bottom: 1rem;
	width: 100%;
}

@media (min-width:640px) {
	.contact2-lay-stack .contact2-block {
		padding-right: 1rem;
		width: 50%;
	}
}

@media (min-width:768px) {
	.contact2-lay-stack .contact2-block {
		padding-bottom: 1.5rem;
		width: 33.333333%;
	}
}

@media (min-width:1024px) {
	.contact2-lay-stack .contact2-block {
		padding-bottom: 2rem;
		padding-right: 1.5rem;
		width: 25%;
	}
}

.contact2-block .prose p {
	margin-bottom: .5rem;
	margin-top: .5rem;
}

@media (min-width:1024px) {
	.contact2-block .prose p {
		margin-bottom: .625rem;
		margin-top: .625rem;
	}
}

.contact3-map-embed iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.color-mode-light1 .testi2-quote-icon, .color-mode-light2 .testi2-quote-icon {
	--tw-text-opacity: 1;
	color: rgba(253, 210, 77, var(--tw-text-opacity));
}

.color-mode-dark1 .testi2-quote-icon, .color-mode-dark2 .testi2-quote-icon {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.testi2-quote-icon svg {
	fill: currentColor;
	height: auto;
	width: 100%;
}

.testi3-swiper-nav {
	display: flex;
	height: 2.75rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	position: relative;
}

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

@media (min-width:768px) {
	.testi3-swiper-nav {
		height: 3.5rem;
		justify-content: space-between;
		left: 0;
		margin-top: -3.5rem;
		position: absolute;
		right: 0;
		top: 50%;
	}
}

@media (min-width:1280px) {
	.testi3-swiper-nav {
		height: 5rem;
	}
}

@media (min-width:1536px) {
	.testi3-swiper-nav {
		margin-top: -5rem;
	}
}

.testi3-swiper-nav .swiper-btn {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 2.75rem;
	z-index: 30;
}

@media (min-width:768px) {
	.testi3-swiper-nav .swiper-btn {
		top: 0;
		width: 3.5rem;
	}
}

@media (min-width:1280px) {
	.testi3-swiper-nav .swiper-btn {
		width: 4rem;
	}
}

@media (min-width:768px) {
	.testi3-swiper-nav .swiper-btn.swiper-button-prev {
		left: 0;
	}
	
	.testi3-swiper-nav .swiper-btn.swiper-button-next {
		right: 0;
	}
}

.testi3-swiper-nav .swiper-btn svg {
	height: auto;
	width: 100%;
}

.testi3-swiper-nav .swiper-btn:after {
	display: none;
}

.testi4-layout-list, .testi4-layout-list .testi-entry {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	border-top-width: 1px;
}

.testi4-layout-list .testi-entry {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

@media (min-width:1024px) {
	.testi4-layout-list .testi-entry {
		flex-wrap: nowrap;
		margin-bottom: 2rem;
		margin-top: 2rem;
		padding-top: 2rem;
	}
}

@media (min-width:1280px) {
	.testi4-layout-list .testi-entry {
		margin-top: 2.5rem;
		padding-top: 2.5rem;
	}
}

.testi4-layout-list .testi-entry:first-child {
	border-style: none;
	margin-top: 0;
}

.testi4-layout-list .testi-entry .desig-box {
	flex-grow: 0;
}

@media (min-width:1024px) {
	.testi4-layout-list .testi-entry .desig-box {
		flex: 1 1 auto;
		width: 40%;
	}
}

@media (min-width:1280px) {
	.testi4-layout-list .testi-entry .desig-box {
		max-width: 400px;
	}
}

.testi4-layout-list .testi-entry .quote-box {
	flex: 1 1 auto;
	max-width: 42rem;
	padding-top: 1rem;
	width: 100%;
}

@media (min-width:1024px) {
	.testi4-layout-list .testi-entry .quote-box {
		padding-left: 4rem;
		padding-top: .25rem;
	}
}

@media (min-width:1280px) {
	.testi4-layout-list .testi-entry .quote-box {
		max-width: 56rem;
		padding-left: 5rem;
	}
}

@media (min-width:1536px) {
	.testi4-layout-list .testi-entry .quote-box {
		padding-left: 6rem;
	}
}

.testi4-layout-grid {
	display: flex;
	flex-wrap: wrap;
}

.testi4-layout-grid .testi-entry {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	border-top-width: 1px;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	width: 100%;
}

@media (min-width:768px) {
	.testi4-layout-grid .testi-entry {
		border-style: none;
		margin-top: 0;
		padding-bottom: .5rem;
		padding-right: 1.5rem;
		width: 50%;
	}
}

@media (min-width:1024px) {
	.testi4-layout-grid .testi-entry {
		padding-right: 2.5rem;
		padding-top: 2.5rem;
	}
}

@media (min-width:1280px) {
	.testi4-layout-grid .testi-entry {
		padding-right: 3rem;
	}
}

.testi4-layout-grid .testi-entry:first-child {
	margin-top: .5rem;
}

.testi4-layout-grid .testi-entry .quote-box {
	max-width: 36rem;
	padding-top: 1rem;
	width: 100%;
}

@media (min-width:1024px) {
	.testi4-layout-grid.testi4-cols-four .testi-entry, .testi4-layout-grid.testi4-cols-three .testi-entry {
		width: 33.333333%;
	}
}

@media (min-width:1280px) {
	.testi4-layout-grid.testi4-cols-four .testi-entry {
		width: 25%;
	}
}

.content7-acc-box .acc-content.show {
	display: flex;
}

.content7-acc-box .toggle-icon.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.content7-acc-box h3.reddit {
	--tw-text-opacity: 1;
	color: rgba(187, 35, 43, var(--tw-text-opacity));
}

.contact1 .gform_wrapper.gravity-theme .gf_progressbar_title {
	padding-bottom: .5rem;
	text-align: center;
}

.contact1 .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 181, 172, var(--tw-bg-opacity));
}

.contact1 .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue span {
	display: none;
}

.contact1 .gform_wrapper.gravity-theme .gform_page_footer {
	text-align: center;
}

.gform_wrapper.gravity-theme .gform_page_footer input.gform_button, .gform_wrapper.gravity-theme .gform_page_footer input.gform_next_button {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(17, 181, 172, var(--tw-bg-opacity));
	border-color: rgba(17, 181, 172, var(--tw-border-opacity));
	border-radius: .375rem;
	border-width: 1px;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	cursor: pointer;
	padding: .25rem .75rem .375rem;
}

.gform_wrapper.gravity-theme .gform_page_footer input.gform_previous_button {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	border-radius: .375rem;
	border-width: 1px;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
	cursor: pointer;
	padding: .25rem .75rem .375rem;
}

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

.gform_wrapper .gfield.buttonized .gfield_radio {
	padding-top: 1rem;
}

@media (min-width:640px) {
	.gform_wrapper .gfield.buttonized .gfield_radio {
		display: flex;
	}
	
	.gform_wrapper .gfield.buttonized .gfield_radio > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		--tw-space-y-reverse: 0;
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
		margin-left: calc(1rem * ( 1 - var(--tw-space-x-reverse) ));
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-top: calc(0px * ( 1 - var(--tw-space-y-reverse) ));
	}
}

@media (min-width:768px) {
	.gform_wrapper .gfield.buttonized .gfield_radio {
		padding-top: 1.25rem;
	}
}

.gform_wrapper .gfield.buttonized .gfield_radio .gchoice {
	flex: 1 1 auto;
	position: relative;
	text-align: center;
}

.gform_wrapper .gfield.buttonized input[type=radio] {
	left: -9999px;
	position: absolute;
}

.gform_wrapper .gfield.buttonized .gfield_radio label {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
	border-color: rgba(245, 201, 66, var(--tw-border-opacity));
	border-radius: .375rem;
	border-width: 2px;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75rem;
	margin: 0;
	max-width: 100%;
	padding: .75rem;
	position: relative;
	width: 100%;
}

@media (min-width:768px) {
	.gform_wrapper .gfield.buttonized .gfield_radio label {
		padding: 1rem;
	}
}

.gform_wrapper .gfield.buttonized input[type=radio]:checked + label, .gform_wrapper .gfield.buttonized input[type=radio]:focus + label {
	--tw-border-opacity: 1;
	border-color: rgba(245, 201, 66, var(--tw-border-opacity));
}

.gform_wrapper .gfield.buttonized input[type=radio]:checked + label {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(245, 201, 66, var(--tw-bg-opacity));
	color: rgba(31, 41, 55, var(--tw-text-opacity));
	overflow: hidden;
}

.gform_wrapper .gfield.buttonized .gfield_radio label:before {
	display: none;
}

.contact1 .form-colormode-light1 {
	--tw-border-opacity: 1;
	border-color: rgba(17, 181, 172, var(--tw-border-opacity));
	border-width: 4px;
	margin-top: 1.5rem;
}

@media (min-width:768px) {
	.contact1 .form-colormode-light1 {
		margin-top: 2rem;
	}
}

@media (min-width:1024px) {
	.contact1 .form-colormode-light1 {
		margin-top: 2.5rem;
	}
}

.contact1 .form-colormode-light1 {
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.schol-card-gradient {
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent 85%);
}

.schol-swiper-button-next, .schol-swiper-button-prev {
	width: 3rem;
}

@media (min-width:1280px) {
	.schol-swiper-button-next, .schol-swiper-button-prev {
		width: 4rem;
	}
}

.scholarship-slider-slide {
	min-height: 395px;
}

.timeline-holder:before {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
	content: "";
	height: 100%;
	left: 0;
	margin-left: -.25rem;
	position: absolute;
	top: 0;
	width: .25rem;
	z-index: 0;
}

@media (min-width:1024px) {
	.timeline-holder:before {
		left: 50%;
	}
}

.timeline-marker {
	height: auto;
	width: 1.5rem;
}

@media (min-width:1280px) {
	.timeline-marker {
		width: 1.75rem;
	}
}

.timeline-block:nth-child(3n+1) .timeline-marker {
	fill: #f16039;
}

.timeline-block:nth-child(3n+2) .timeline-marker {
	fill: #15b5ac;
}

.timeline-block:nth-child(3n+3) .timeline-marker {
	fill: #686eb3;
}

.timeline-block:nth-child(odd) .time-img {
	--tw-rotate: -1deg;
	margin-left: 1.5rem;
	transform: var(--tw-transform);
}

@media (min-width:1024px) {
	.timeline-block:nth-child(odd) .time-img {
		margin-left: 2rem;
	}
}

.timeline-block:nth-child(2n) .time-img {
	--tw-rotate: 1deg;
	margin-left: 1.5rem;
	transform: var(--tw-transform);
}

@media (min-width:1024px) {
	.timeline-block:nth-child(2n) .time-img {
		margin-right: 2rem;
	}
}

.timeline-block:nth-child(odd) {
	left: -.875rem;
	position: relative;
}

@media (min-width:1024px) {
	.timeline-block:nth-child(odd) {
		left: -.5rem;
		margin-left: auto;
	}
}

.timeline-block:nth-child(2n) {
	left: -.875rem;
	position: relative;
}

@media (min-width:1024px) {
	.timeline-block:nth-child(2n) {
		left: .25rem;
		text-align: right;
	}
}

.timeline-block:nth-child(2n) {
	direction: rtl;
}

.timeline-block:nth-child(2n) .time-desc {
	direction: ltr;
}

.timeline-block:nth-child(2n) .time-copy, .timeline-block:nth-child(odd) .time-copy {
	padding-left: 1.5rem;
}

@media (min-width:1024px) {
	.timeline-block:nth-child(2n) .time-copy {
		padding-left: 0;
		padding-right: 1.5rem;
	}
}

.timeline-block {
	clear: both;
	display: flex;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

@media (min-width:1024px) {
	.timeline-block {
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
}

.timeline-block {
	width: calc(50% + 8px);
}

@media screen and (max-width:1023px) {
	.timeline-block:nth-child(2n) {
		direction: ltr;
	}
	
	.timeline-block {
		width: 100%;
	}
}

.gv-list-view-content-description {
	max-width: 100% !important;
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
	width: 100% !important;
}

@media (min-width:640px) {
	.gv-list-view-content-description {
		display: flex !important;
	}
}

.pif-gform-entry-img {
	flex: none;
	padding-bottom: 1rem;
}

@media (min-width:640px) {
	.pif-gform-entry-img {
		padding-bottom: 0;
		padding-right: 2rem;
	}
}

.pif-gform-entry-img img {
	--tw-border-opacity: 1;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	border-width: 8px;
	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);
}

form.gv-widget-search.gv-search-horizontal {
	text-align: center;
}

form.gv-widget-search.gv-search-horizontal label {
	display: inline-block;
	padding-bottom: .5rem;
}

form.gv-widget-search.gv-search-horizontal input[type=search] {
	max-width: 32rem;
	width: 100%;
}

form.gv-widget-search.gv-search-horizontal input[type=submit] {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: rgba(17, 181, 172, var(--tw-bg-opacity));
	border-radius: 9999px;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: .75rem;
	padding-top: .75rem;
	width: 8rem;
}

.gv-list-container .gv-list-view-title h3 {
	--tw-text-opacity: 1;
	color: rgba(187, 35, 43, var(--tw-text-opacity));
	font-family: calluna, serif, system-ui;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: .25rem;
	margin-top: .25rem;
}

@media (min-width:1024px) {
	.gv-list-container .gv-list-view-title h3 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

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

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

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

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.top-7 {
	top: 1.75rem;
}

.right-7 {
	right: 1.75rem;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.bottom-8 {
	bottom: 2rem;
}

.-left-1 {
	left: -.25rem;
}

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

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

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

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

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

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

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

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

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

.right-48 {
	right: 12rem;
}

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

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

.bottom-12 {
	bottom: 3rem;
}

.right-16 {
	right: 4rem;
}

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

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

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

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

.order-2 {
	order: 2;
}

.order-1 {
	order: 1;
}

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

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

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

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

.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

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

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

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

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

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

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

.mr-auto {
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

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

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

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

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

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

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

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

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

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

.ml-0 {
	margin-left: 0;
}

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

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

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

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

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

.block {
	display: block;
}

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

.inline {
	display: inline;
}

.flex {
	display: flex;
}

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

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-5 {
	height: 1.25rem;
}

.h-full {
	height: 100%;
}

.h-8 {
	height: 2rem;
}

.h-0 {
	height: 0;
}

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

.h-auto {
	height: auto;
}

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

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

.h-48 {
	height: 12rem;
}

.h-7 {
	height: 1.75rem;
}

.h-4 {
	height: 1rem;
}

.h-56 {
	height: 14rem;
}

.h-80 {
	height: 20rem;
}

.h-2\/3 {
	height: 66.666667%;
}

.h-96 {
	height: 24rem;
}

.h-20 {
	height: 5rem;
}

.h-14 {
	height: 3.5rem;
}

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

.w-40 {
	width: 10rem;
}

.w-full {
	width: 100%;
}

.w-5 {
	width: 1.25rem;
}

.w-auto {
	width: auto;
}

.w-8 {
	width: 2rem;
}

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

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

.w-7 {
	width: 1.75rem;
}

.w-4 {
	width: 1rem;
}

.w-12 {
	width: 3rem;
}

.w-28 {
	width: 7rem;
}

.w-56 {
	width: 14rem;
}

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

.w-6 {
	width: 1.5rem;
}

.w-48 {
	width: 12rem;
}

.w-24 {
	width: 6rem;
}

.w-20 {
	width: 5rem;
}

.w-36 {
	width: 9rem;
}

.w-14 {
	width: 3.5rem;
}

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

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

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

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

.max-w-screen-md {
	max-width: 768px;
}

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

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

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

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

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

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

.flex-auto {
	flex: 1 1 auto;
}

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

.flex-none {
	flex: none;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.flex-grow-0 {
	flex-grow: 0;
}

.-translate-y-40 {
	--tw-translate-y: -10rem;
}

.-rotate-1, .-translate-y-40 {
	transform: var(--tw-transform);
}

.-rotate-1 {
	--tw-rotate: -1deg;
}

.-rotate-12 {
	--tw-rotate: -12deg;
}

.-rotate-12, .rotate-2 {
	transform: var(--tw-transform);
}

.rotate-2 {
	--tw-rotate: 2deg;
}

.transform {
	transform: var(--tw-transform);
}

.cursor-pointer {
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
	border-top-width: calc(1px * ( 1 - var(--tw-divide-y-reverse) ));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.border-l {
	border-left-width: 1px;
}

.border-brand-footerborder {
	--tw-border-opacity: 1;
	border-color: rgba(206, 108, 114, var(--tw-border-opacity));
}

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

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

.border-brand-light2 {
	--tw-border-opacity: 1;
	border-color: rgba(252, 250, 247, var(--tw-border-opacity));
}

.border-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(253, 210, 77, var(--tw-border-opacity));
}

.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(17, 181, 172, var(--tw-border-opacity));
}

.border-brand-dark2 {
	--tw-border-opacity: 1;
	border-color: rgba(104, 110, 179, var(--tw-border-opacity));
}

.bg-brand-light2 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 250, 247, var(--tw-bg-opacity));
}

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

.bg-brand-footer {
	--tw-bg-opacity: 1;
	background-color: rgba(187, 35, 43, var(--tw-bg-opacity));
}

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

.bg-brand-header {
	--tw-bg-opacity: 1;
	background-color: rgba(187, 35, 43, var(--tw-bg-opacity));
}

.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 210, 77, var(--tw-bg-opacity));
}

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

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

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

.bg-brand-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 96, 57, var(--tw-bg-opacity));
}

.fill-current {
	fill: currentColor;
}

.stroke-current {
	stroke: currentColor;
}

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

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

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

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

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

.p-4 {
	padding: 1rem;
}

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

.p-0 {
	padding: 0;
}

.p-1 {
	padding: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-14 {
	padding-right: 3.5rem;
}

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

.pt-1\.5 {
	padding-top: .375rem;
}

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

.pr-10 {
	padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

.font-header {
	font-family: calluna, serif, system-ui;
}

.font-marker {
	font-family: rock-salt-pro, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.leading-loose {
	line-height: 2;
}

.leading-none {
	line-height: 1;
}

.leading-relaxed {
	line-height: 1.625;
}

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

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

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

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

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

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

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

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-primary {
	--tw-text-opacity: 1;
	color: rgba(17, 181, 172, var(--tw-text-opacity));
}

.text-brand-dark2 {
	--tw-text-opacity: 1;
	color: rgba(104, 110, 179, var(--tw-text-opacity));
}

.text-brand-light2 {
	--tw-text-opacity: 1;
	color: rgba(252, 250, 247, var(--tw-text-opacity));
}

.opacity-0 {
	opacity: 0;
}

.opacity-70 {
	opacity: .7;
}

.opacity-75 {
	opacity: .75;
}

.opacity-80 {
	opacity: .8;
}

.opacity-90 {
	opacity: .9;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
	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-sm {
	--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, .05));
	filter: var(--tw-filter);
}

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

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

.cli-bar-message {
	font-family: sofia-pro, sans-serif, system-ui;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 1.375;
}

.modal__overlay {
	--tw-bg-opacity: 1;
	align-items: center;
	background-color: rgba(252, 250, 247, var(--tw-bg-opacity));
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 40;
}

.modal__container {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	border-radius: .375rem;
	box-sizing: border-box;
	max-height: 100vh;
	max-width: 32rem;
	overflow-y: auto;
	padding: 2rem;
	z-index: 50;
}

.modal__content {
	line-height: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.micromodal-slide {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#modal-search .modal__container {
	background-color: transparent;
	max-height: 100%;
	max-width: 42rem;
	padding: 0;
	width: 100%;
}

#modal-search .modal__container .modal__content {
	margin-top: 0;
	padding-top: 0;
}

.search-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-width: 0 0 1px;
	font-size: 1.875rem;
	line-height: 2.25rem;
	max-width: 48rem;
	padding-bottom: .75rem;
	width: 100%;
}

.search-field, .search-field:focus {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.search-field: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(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 rgba(0, 0, 0, 0));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.search-submit {
	display: none;
}

.hover\:bg-secondary-light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 216, 96, var(--tw-bg-opacity));
}

.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 181, 172, var(--tw-text-opacity));
}

.hover\:text-brand-header:hover {
	--tw-text-opacity: 1;
	color: rgba(187, 35, 43, var(--tw-text-opacity));
}

.focus\:translate-y-0:focus {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}

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

.active\:text-brand-header:active {
	--tw-text-opacity: 1;
	color: rgba(187, 35, 43, var(--tw-text-opacity));
}

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

@media (min-width:475px) {
	.xs\:-mr-3 {
		margin-right: -.75rem;
	}
	
	.xs\:h-60 {
		height: 15rem;
	}
	
	.xs\:w-1\/2 {
		width: 50%;
	}
	
	.xs\:pr-3 {
		padding-right: .75rem;
	}
}

@media (min-width:640px) {
	.sm\:top-0 {
		top: 0;
	}
	
	.sm\:-mr-3 {
		margin-right: -.75rem;
	}
	
	.sm\:-mr-4 {
		margin-right: -1rem;
	}
	
	.sm\:mb-0 {
		margin-bottom: 0;
	}
	
	.sm\:mt-8 {
		margin-top: 2rem;
	}
	
	.sm\:hidden {
		display: none;
	}
	
	.sm\:h-auto {
		height: auto;
	}
	
	.sm\:h-96 {
		height: 24rem;
	}
	
	.sm\:h-56 {
		height: 14rem;
	}
	
	.sm\:h-72 {
		height: 18rem;
	}
	
	.sm\:w-44 {
		width: 11rem;
	}
	
	.sm\:w-40 {
		width: 10rem;
	}
	
	.sm\:w-1\/2 {
		width: 50%;
	}
	
	.sm\:w-8 {
		width: 2rem;
	}
	
	.sm\:w-1\/3 {
		width: 33.333333%;
	}
	
	.sm\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.sm\:p-2 {
		padding: .5rem;
	}
	
	.sm\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.sm\:py-6 {
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
	
	.sm\:pl-8 {
		padding-left: 2rem;
	}
	
	.sm\:pt-4 {
		padding-top: 1rem;
	}
	
	.sm\:pt-0 {
		padding-top: 0;
	}
	
	.sm\:pr-3 {
		padding-right: .75rem;
	}
	
	.sm\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.sm\:pt-8 {
		padding-top: 2rem;
	}
	
	.sm\:pb-28 {
		padding-bottom: 7rem;
	}
	
	.sm\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.sm\:pr-4 {
		padding-right: 1rem;
	}
	
	.sm\:pt-7 {
		padding-top: 1.75rem;
	}
	
	.sm\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.sm\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	
	.sm\:opacity-100 {
		opacity: 1;
	}
}

@media (min-width:768px) {
	.md\:absolute {
		position: absolute;
	}
	
	.md\:sticky {
		position: -webkit-sticky;
		position: sticky;
	}
	
	.md\:right-0 {
		right: 0;
	}
	
	.md\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	
	.md\:my-6 {
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
	}
	
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	
	.md\:ml-3 {
		margin-left: .75rem;
	}
	
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.md\:-mt-1 {
		margin-top: -.25rem;
	}
	
	.md\:mb-0 {
		margin-bottom: 0;
	}
	
	.md\:mt-6 {
		margin-top: 1.5rem;
	}
	
	.md\:mt-16 {
		margin-top: 4rem;
	}
	
	.md\:mt-8 {
		margin-top: 2rem;
	}
	
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	
	.md\:-mr-4 {
		margin-right: -1rem;
	}
	
	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}
	
	.md\:mr-6 {
		margin-right: 1.5rem;
	}
	
	.md\:mt-12 {
		margin-top: 3rem;
	}
	
	.md\:block {
		display: block;
	}
	
	.md\:inline {
		display: inline;
	}
	
	.md\:flex {
		display: flex;
	}
	
	.md\:hidden {
		display: none;
	}
	
	.md\:h-4 {
		height: 1rem;
	}
	
	.md\:h-3 {
		height: .75rem;
	}
	
	.md\:h-full {
		height: 100%;
	}
	
	.md\:h-auto {
		height: auto;
	}
	
	.md\:h-64 {
		height: 16rem;
	}
	
	.md\:h-24 {
		height: 6rem;
	}
	
	.md\:h-16 {
		height: 4rem;
	}
	
	.md\:w-48 {
		width: 12rem;
	}
	
	.md\:w-64 {
		width: 16rem;
	}
	
	.md\:w-4 {
		width: 1rem;
	}
	
	.md\:w-1\/5 {
		width: 20%;
	}
	
	.md\:w-1\/2 {
		width: 50%;
	}
	
	.md\:w-1\/4 {
		width: 25%;
	}
	
	.md\:w-3\/4 {
		width: 75%;
	}
	
	.md\:w-32 {
		width: 8rem;
	}
	
	.md\:w-full {
		width: 100%;
	}
	
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	
	.md\:w-9 {
		width: 2.25rem;
	}
	
	.md\:w-56 {
		width: 14rem;
	}
	
	.md\:w-44 {
		width: 11rem;
	}
	
	.md\:w-3\/5 {
		width: 60%;
	}
	
	.md\:w-24 {
		width: 6rem;
	}
	
	.md\:w-40 {
		width: 10rem;
	}
	
	.md\:w-10 {
		width: 2.5rem;
	}
	
	.md\:w-16 {
		width: 4rem;
	}
	
	.md\:max-w-xl {
		max-width: 36rem;
	}
	
	.md\:max-w-2xl {
		max-width: 42rem;
	}
	
	.md\:flex-grow {
		flex-grow: 1;
	}
	
	.md\:flex-grow-0 {
		flex-grow: 0;
	}
	
	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.md\:border-0 {
		border-width: 0;
	}
	
	.md\:border-t {
		border-top-width: 1px;
	}
	
	.md\:border-gray-300 {
		--tw-border-opacity: 1;
		border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	}
	
	.md\:py-44 {
		padding-bottom: 11rem;
		padding-top: 11rem;
	}
	
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.md\:py-3 {
		padding-bottom: .75rem;
		padding-top: .75rem;
	}
	
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	
	.md\:py-8 {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	
	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.md\:py-7 {
		padding-bottom: 1.75rem;
		padding-top: 1.75rem;
	}
	
	.md\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	
	.md\:pt-7 {
		padding-top: 1.75rem;
	}
	
	.md\:pl-12 {
		padding-left: 3rem;
	}
	
	.md\:pt-8 {
		padding-top: 2rem;
	}
	
	.md\:pt-12 {
		padding-top: 3rem;
	}
	
	.md\:pt-0 {
		padding-top: 0;
	}
	
	.md\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.md\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.md\:pb-6 {
		padding-bottom: 1.5rem;
	}
	
	.md\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.md\:pr-4 {
		padding-right: 1rem;
	}
	
	.md\:pl-4 {
		padding-left: 1rem;
	}
	
	.md\:pt-1 {
		padding-top: .25rem;
	}
	
	.md\:pr-12 {
		padding-right: 3rem;
	}
	
	.md\:pr-0 {
		padding-right: 0;
	}
	
	.md\:pb-36 {
		padding-bottom: 9rem;
	}
	
	.md\:pl-8 {
		padding-left: 2rem;
	}
	
	.md\:pb-5 {
		padding-bottom: 1.25rem;
	}
	
	.md\:pt-2\.5 {
		padding-top: .625rem;
	}
	
	.md\:pt-2 {
		padding-top: .5rem;
	}
	
	.md\:pt-3 {
		padding-top: .75rem;
	}
	
	.md\:pt-6 {
		padding-top: 1.5rem;
	}
	
	.md\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.md\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.md\:pr-8 {
		padding-right: 2rem;
	}
	
	.md\:pt-4 {
		padding-top: 1rem;
	}
	
	.md\:pb-0 {
		padding-bottom: 0;
	}
	
	.md\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.md\:pt-14 {
		padding-top: 3.5rem;
	}
	
	.md\:text-right {
		text-align: right;
	}
	
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.md\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
	
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.md\:text-\[3\.25rem\] {
		font-size: 3.25rem;
	}
	
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width:1024px) {
	.lg\:sticky {
		position: -webkit-sticky;
		position: sticky;
	}
	
	.lg\:top-14 {
		top: 3.5rem;
	}
	
	.lg\:top-16 {
		top: 4rem;
	}
	
	.lg\:right-60 {
		right: 15rem;
	}
	
	.lg\:order-1 {
		order: 1;
	}
	
	.lg\:order-2 {
		order: 2;
	}
	
	.lg\:float-right {
		float: right;
	}
	
	.lg\:my-10 {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
	}
	
	.lg\:my-8 {
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	
	.lg\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	
	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}
	
	.lg\:-mr-4 {
		margin-right: -1rem;
	}
	
	.lg\:mb-3 {
		margin-bottom: .75rem;
	}
	
	.lg\:mr-3 {
		margin-right: .75rem;
	}
	
	.lg\:mb-0 {
		margin-bottom: 0;
	}
	
	.lg\:mr-0 {
		margin-right: 0;
	}
	
	.lg\:ml-0 {
		margin-left: 0;
	}
	
	.lg\:mr-6 {
		margin-right: 1.5rem;
	}
	
	.lg\:mb-10 {
		margin-bottom: 2.5rem;
	}
	
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	
	.lg\:ml-auto {
		margin-left: auto;
	}
	
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	
	.lg\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.lg\:mt-10 {
		margin-top: 2.5rem;
	}
	
	.lg\:mt-14 {
		margin-top: 3.5rem;
	}
	
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:flex {
		display: flex;
	}
	
	.lg\:inline-flex {
		display: inline-flex;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:h-56 {
		height: 14rem;
	}
	
	.lg\:h-3\/5 {
		height: 60%;
	}
	
	.lg\:h-60 {
		height: 15rem;
	}
	
	.lg\:h-24 {
		height: 6rem;
	}
	
	.lg\:h-20 {
		height: 5rem;
	}
	
	.lg\:w-48 {
		width: 12rem;
	}
	
	.lg\:w-auto {
		width: auto;
	}
	
	.lg\:w-56 {
		width: 14rem;
	}
	
	.lg\:w-60 {
		width: 15rem;
	}
	
	.lg\:w-80 {
		width: 20rem;
	}
	
	.lg\:w-36 {
		width: 9rem;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-10 {
		width: 2.5rem;
	}
	
	.lg\:w-1\/4 {
		width: 25%;
	}
	
	.lg\:w-1\/5 {
		width: 20%;
	}
	
	.lg\:w-2\/5 {
		width: 40%;
	}
	
	.lg\:w-3\/5 {
		width: 60%;
	}
	
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	
	.lg\:w-40 {
		width: 10rem;
	}
	
	.lg\:w-44 {
		width: 11rem;
	}
	
	.lg\:w-24 {
		width: 6rem;
	}
	
	.lg\:w-20 {
		width: 5rem;
	}
	
	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}
	
	.lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-bottom: calc(.625rem * var(--tw-space-y-reverse));
		margin-top: calc(.625rem * ( 1 - var(--tw-space-y-reverse) ));
	}
	
	.lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
		margin-top: calc(.5rem * ( 1 - var(--tw-space-y-reverse) ));
	}
	
	.lg\:p-5 {
		padding: 1.25rem;
	}
	
	.lg\:py-52 {
		padding-bottom: 13rem;
		padding-top: 13rem;
	}
	
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	
	.lg\:py-4 {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
	
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.lg\:py-0 {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.lg\:py-10 {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
	
	.lg\:py-8 {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	
	.lg\:pt-8 {
		padding-top: 2rem;
	}
	
	.lg\:pl-14 {
		padding-left: 3.5rem;
	}
	
	.lg\:pt-3 {
		padding-top: .75rem;
	}
	
	.lg\:pt-10 {
		padding-top: 2.5rem;
	}
	
	.lg\:pt-14 {
		padding-top: 3.5rem;
	}
	
	.lg\:pt-5 {
		padding-top: 1.25rem;
	}
	
	.lg\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.lg\:pr-4 {
		padding-right: 1rem;
	}
	
	.lg\:pb-8 {
		padding-bottom: 2rem;
	}
	
	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}
	
	.lg\:pb-16 {
		padding-bottom: 4rem;
	}
	
	.lg\:pt-2 {
		padding-top: .5rem;
	}
	
	.lg\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.lg\:pl-20 {
		padding-left: 5rem;
	}
	
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	
	.lg\:pr-14 {
		padding-right: 3.5rem;
	}
	
	.lg\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.lg\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.lg\:pt-0 {
		padding-top: 0;
	}
	
	.lg\:pb-44 {
		padding-bottom: 11rem;
	}
	
	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	
	.lg\:pt-12 {
		padding-top: 3rem;
	}
	
	.lg\:pr-12 {
		padding-right: 3rem;
	}
	
	.lg\:pr-10 {
		padding-right: 2.5rem;
	}
	
	.lg\:pt-4 {
		padding-top: 1rem;
	}
	
	.lg\:pb-6 {
		padding-bottom: 1.5rem;
	}
	
	.lg\:pl-4 {
		padding-left: 1rem;
	}
	
	.lg\:pt-9 {
		padding-top: 2.25rem;
	}
	
	.lg\:text-right {
		text-align: right;
	}
	
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.lg\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
	
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.lg\:opacity-0 {
		opacity: 0;
	}
}

@media (min-width:1280px) {
	.xl\:top-16 {
		top: 4rem;
	}
	
	.xl\:bottom-10 {
		bottom: 2.5rem;
	}
	
	.xl\:right-72 {
		right: 18rem;
	}
	
	.xl\:my-12 {
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
	
	.xl\:mx-12 {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	
	.xl\:mr-7 {
		margin-right: 1.75rem;
	}
	
	.xl\:mt-36 {
		margin-top: 9rem;
	}
	
	.xl\:mt-10 {
		margin-top: 2.5rem;
	}
	
	.xl\:mt-12 {
		margin-top: 3rem;
	}
	
	.xl\:flex {
		display: flex;
	}
	
	.xl\:hidden {
		display: none;
	}
	
	.xl\:h-6 {
		height: 1.5rem;
	}
	
	.xl\:h-40 {
		height: 10rem;
	}
	
	.xl\:h-64 {
		height: 16rem;
	}
	
	.xl\:w-6 {
		width: 1.5rem;
	}
	
	.xl\:w-1\/4 {
		width: 25%;
	}
	
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	
	.xl\:w-2\/3 {
		width: 66.666667%;
	}
	
	.xl\:w-56 {
		width: 14rem;
	}
	
	.xl\:w-48 {
		width: 12rem;
	}
	
	.xl\:w-1\/5 {
		width: 20%;
	}
	
	.xl\:w-2\/5 {
		width: 40%;
	}
	
	.xl\:w-3\/5 {
		width: 60%;
	}
	
	.xl\:pl-16 {
		padding-left: 4rem;
	}
	
	.xl\:pb-0 {
		padding-bottom: 0;
	}
	
	.xl\:pt-12 {
		padding-top: 3rem;
	}
	
	.xl\:pr-24 {
		padding-right: 6rem;
	}
	
	.xl\:pl-24 {
		padding-left: 6rem;
	}
	
	.xl\:pb-56 {
		padding-bottom: 14rem;
	}
	
	.xl\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.xl\:pr-14 {
		padding-right: 3.5rem;
	}
	
	.xl\:pt-10 {
		padding-top: 2.5rem;
	}
	
	.xl\:pt-24 {
		padding-top: 6rem;
	}
	
	.xl\:pt-0 {
		padding-top: 0;
	}
	
	.xl\:pr-4 {
		padding-right: 1rem;
	}
	
	.xl\:pl-8 {
		padding-left: 2rem;
	}
	
	.xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
}

@media (min-width:1536px) {
	.\32xl\:-bottom-5 {
		bottom: -1.25rem;
	}
	
	.\32xl\:-top-20 {
		top: -5rem;
	}
	
	.\32xl\:-bottom-20 {
		bottom: -5rem;
	}
	
	.\32xl\:right-80 {
		right: 20rem;
	}
	
	.\32xl\:mt-14 {
		margin-top: 3.5rem;
	}
	
	.\32xl\:h-48 {
		height: 12rem;
	}
	
	.\32xl\:h-72 {
		height: 18rem;
	}
	
	.\32xl\:w-64 {
		width: 16rem;
	}
	
	.\32xl\:w-1\/4 {
		width: 25%;
	}
	
	.\32xl\:pb-72 {
		padding-bottom: 18rem;
	}
	
	.\32xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}
