body {
	background-image: url(../../images/noise.fd33bf25.png);
	background-repeat: repeat;
}

a {
	transition-property: color, background-color;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

a[target="_blank"]::after {
	vertical-align: bottom;
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjI0OTQgMi42MjVINC42OTMzNlY4Ljc5NjFIMTIuMjQ5NFYyLjYyNVoiIHN0cm9rZT0iI0JEQkNCOCIgc3Ryb2tlLXdpZHRoPSIxLjA2MzA4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTkuMzA2MDggMTAuMDg1NFYxMS4zNzQ5SDEuNzVWNS4yOTU5SDMuMzIwMSIgc3Ryb2tlPSIjQkRCQ0I4IiBzdHJva2Utd2lkdGg9IjEuMDYzMDgiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K);
	margin-left: 0.2rem;
}

strong {
	font-family: var(--wp--preset--font-family--a-1-gothic-m);
}

iframe[src*="google.com/maps/embed"] {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

ul,
ol {
	padding-left: 1.5em;
}

.encircled-text {
	border-color: var(--wp--preset--color--primary-500);
	font-size: var(--wp--preset--font-size--x-large);
}

.yoast-breadcrumbs {
	color: var(--wp--preset--color--gray-300);
	font-size: 14px;
}

.yoast-breadcrumbs a {
	color: var(--wp--preset--color--gray-800);
	text-decoration: none;
}

.yoast-breadcrumbs a:hover {
	text-decoration: underline;
}

.yoast-breadcrumbs .breadcrumb_last {
	color: var(--wp--preset--color--gray-400);
}

@keyframes flowMinusX {
	0% {
		transform: translateX();
	}

	to {
		transform: translate(-100%);
	}
}

.animate-flowMinusX {
	animation: flowMinusX 120s linear infinite both;
}

.editor-styles-wrapper .animate-flowMinusX {
	animation: none;
}

@keyframes flowPlusX {
	0% {
		transform: translate(-100%);
	}

	to {
		transform: translate(0);
	}
}

.animate-flowPlusX {
	animation: flowPlusX 120s linear infinite both;
}

.editor-styles-wrapper .animate-flowPlusX {
	animation: none;
}

.has-texture-base-background-color,
.has-white-noise-background-color {
	background-image: url(../../images/noise.fd33bf25.png);
	background-repeat: repeat;
}
.fixed{
	position: fixed;
}
.\!absolute{
	position: absolute !important;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.inset-0{
	inset: 0px;
}
.\!bottom-\[-140px\]{
	bottom: -140px !important;
}
.\!left-\[-312px\]{
	left: -312px !important;
}
.right-\[-132px\]{
	right: -132px;
}
.top-0{
	top: 0px;
}
.top-\[-64px\]{
	top: -64px;
}
.z-10{
	z-index: 10;
}
.z-50{
	z-index: 50;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.m-0{
	margin: 0px;
}
.\!mx-4{
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.\!mx-8{
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}
.\!mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}
.\!my-5{
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.\!mt-28{
	margin-top: 7rem !important;
}
.\!mt-auto{
	margin-top: auto !important;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mt-0{
	margin-top: 0px;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.\!hidden{
	display: none !important;
}
.hidden{
	display: none;
}
.\!h-24{
	height: 6rem !important;
}
.\!h-35{
	height: 8.75rem !important;
}
.h-full{
	height: 100%;
}
.min-h-screen{
	min-height: 100vh;
	min-height: 100dvh;
}
.\!w-22{
	width: 5.5rem !important;
}
.w-12{
	width: 3rem;
}
.w-\[46vw\]{
	width: 46vw;
}
.w-full{
	width: 100%;
}
.min-w-\[100vh\]{
	min-width: 100vh;
}
.\!max-w-\[370px\]{
	max-width: 370px !important;
}
.max-w-\[240px\]{
	max-width: 240px;
}
.max-w-\[288px\]{
	max-width: 288px;
}
.flex-1{
	flex: 1 1 0%;
}
.shrink-0{
	flex-shrink: 0;
}
.grow{
	flex-grow: 1;
}
.\!flex-row{
	flex-direction: row !important;
}
.flex-col{
	flex-direction: column;
}
.content-center{
	align-content: center;
}
.\!items-center{
	align-items: center !important;
}
.items-center{
	align-items: center;
}
.\!items-stretch{
	align-items: stretch !important;
}
.justify-between{
	justify-content: space-between;
}
.gap-3{
	gap: 0.75rem;
}
.gap-y-2{
	row-gap: 0.5rem;
}
.\!self-start{
	align-self: flex-start !important;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.break-keep{
	word-break: keep-all;
}
.\!rounded-lg{
	border-radius: 0.5rem !important;
}
.\!rounded-b-lg{
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.border{
	border-width: 1px;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.\!p-0{
	padding: 0px !important;
}
.\!p-16{
	padding: 4rem !important;
}
.\!p-6{
	padding: 1.5rem !important;
}
.\!px-10{
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}
.\!px-6{
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.\!py-0{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.\!py-16{
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pt-14{
	padding-top: 3.5rem;
}
.pt-16{
	padding-top: 4rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.\!text-\[40px\]{
	font-size: 40px !important;
}
.underline{
	text-decoration-line: underline;
}
.opacity-50{
	opacity: 0.5;
}
.shadow-\[0_2px_12px_0_\#0000000D\]{
	--tw-shadow: 0 2px 12px 0 #0000000D;
	--tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
	--tw-shadow: 0 2px 12px 0 rgba(0,0,0,0.05);
	--tw-shadow-colored: 0 2px 12px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 600px){

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

	.sm\:\!items-center{
		align-items: center !important;
	}
}
@media (min-width: 782px){

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

	.md\:\!mx-8{
		margin-left: 2rem !important;
		margin-right: 2rem !important;
	}

	.md\:\!my-8{
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.md\:\!mt-\[40vh\]{
		margin-top: 40vh !important;
	}

	.md\:\!flex{
		display: flex !important;
	}

	.md\:\!h-35{
		height: 8.75rem !important;
	}

	.md\:\!w-25{
		width: 6.25rem !important;
	}

	.md\:w-16{
		width: 4rem;
	}

	.md\:min-w-fit{
		min-width: -moz-fit-content;
		min-width: fit-content;
	}

	.md\:\!max-w-\[790px\]{
		max-width: 790px !important;
	}

	.md\:\!flex-row{
		flex-direction: row !important;
	}

	.md\:\!flex-nowrap{
		flex-wrap: nowrap !important;
	}

	.md\:\!items-center{
		align-items: center !important;
	}

	.md\:\!gap-x-24{
		-moz-column-gap: 6rem !important;
		     column-gap: 6rem !important;
	}

	.md\:\!p-12{
		padding: 3rem !important;
	}

	.md\:pt-14{
		padding-top: 3.5rem;
	}

	.md\:\!text-\[80px\]{
		font-size: 80px !important;
	}
}
@media (min-width: 960px){

	.lg\:\!bottom-\[-240px\]{
		bottom: -240px !important;
	}

	.lg\:\!left-\[-104px\]{
		left: -104px !important;
	}

	.lg\:\!ml-0{
		margin-left: 0px !important;
	}

	.lg\:\!mr-\[24\%\]{
		margin-right: 24% !important;
	}

	.lg\:flex{
		display: flex;
	}

	.lg\:grid{
		display: grid;
	}

	.lg\:\!max-w-\[392px\]{
		max-width: 392px !important;
	}

	.lg\:grid-cols-\[520fr_704fr\]{
		grid-template-columns: 520fr 704fr;
	}

	.lg\:\!flex-row{
		flex-direction: row !important;
	}

	.lg\:\!justify-start{
		justify-content: flex-start !important;
	}

	.lg\:\!p-16{
		padding: 4rem !important;
	}

	.lg\:\!text-right{
		text-align: right !important;
	}

	.lg\:\[grid-area\:1_\/_1_\/_2_\/_2\]{
		grid-area: 1 / 1 / 2 / 2;
	}

	.lg\:\[grid-area\:1_\/_2_\/_5_\/_3\]{
		grid-area: 1 / 2 / 5 / 3;
	}

	.lg\:\[grid-area\:3_\/_1_\/_4_\/_2\]{
		grid-area: 3 / 1 / 4 / 2;
	}

	.lg\:\[grid-area\:4_\/_1_\/_5_\/_2\]{
		grid-area: 4 / 1 / 5 / 2;
	}

	.lg\:\[grid-area\:5_\/_1_\/_6_\/_2\]{
		grid-area: 5 / 1 / 6 / 2;
	}

	.lg\:\[grid-area\:6_\/_1_\/_7_\/_2\]{
		grid-area: 6 / 1 / 7 / 2;
	}

	.lg\:\[grid-area\:6_\/_2_\/_7_\/_3\]{
		grid-area: 6 / 2 / 7 / 3;
	}
}
.\[\&_a\:hover\]\:underline a:hover{
	text-decoration-line: underline;
}
.\[\&_a\]\:no-underline a{
	text-decoration-line: none;
}
.\[\&_div\]\:\!bg-right-bottom div{
	background-position: right bottom !important;
}
.\[\&_li\]\:my-2 li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

