html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

body {
	margin: 0;

	text-rendering: optimizeLegibility;
}
:root {
	--header-height: 88px;
}


@media (max-width: 781px) {
 

}
:where(.wp-site-blocks) > :first-child {
	margin-block-start: 0;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}

figure {
	margin: 0;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
}

button,
input,
select,
textarea {
	font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.12;
	color: var(--wp--preset--color--primary);
}

h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 2.75rem);
}

h3 {
	font-size: clamp(1.5rem, 3vw, 2rem);
}

p,
ul,
ol,
blockquote,
table {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

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

blockquote {
	padding: 1.5rem 1.75rem;
	border-left: 4px solid var(--wp--preset--color--primary);
	background: var(--wp--preset--color--surface-alt);
}
.has-white-color {
	color: var(--wp--preset--color--white) !important;
} 


.wp-block-navigation .wp-block-navigation__submenu-icon {
    
    min-height: auto;
    
    height: 0.9em;
   
    width: 0.9em;
}

.searchen-icon {
	width: 1.25rem;
	height: 1.25rem;
	display: inline-block;
	flex: 0 0 auto;
	vertical-align: middle;
	fill: currentColor;
}

.searchen-icon--sm {
	width: 1rem;
	height: 1rem;
}

.searchen-icon--md {
	width: 1.25rem;
	height: 1.25rem;
}

.searchen-icon--lg {
	width: 2rem;
	height: 2rem;
}

.searchen-icon--xl {
	width: 3rem;
	height: 3rem;
}
