/*!
Theme Name: Primanet
Theme URI: http://underscores.me/
Author: Bananas Oy
Author URI: https://bananas.fi
Description: Description
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: primanet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Primanet 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #251e29;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Space Grotesk", sans-serif;
	clear: both;
	line-height: 1.25;
}

h1,
.h1 {
	font-size: calc(1.3125rem + 2.25vw);
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 3rem;
	}
}

h2,
.h2 {
	font-size: calc(1.2625rem + 1.65vw);
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 2.5rem;
	}
}

h3,
.h3,
.alternate-columns .wp-block-columns .wp-block-column h2,
.wp-block-columns.single-highlight .wp-block-column h2,
.single-highlight .wp-block-column h2,
.wp-block-group.appointment-block__cta h2,
.appointment-block__cta h2 {
	font-size: calc(1.2125rem + 1.05vw);
}

@media (min-width: 1200px) {
	h3,
	.h3,
	.alternate-columns .wp-block-columns .wp-block-column h2,
	.wp-block-columns.single-highlight .wp-block-column h2,
	.single-highlight .wp-block-column h2,
	.wp-block-group.appointment-block__cta h2,
	.appointment-block__cta h2 {
		font-size: 2rem;
	}
}

h4,
.h4,
.color-columns .wp-block-column h2,
.variable-colors .wp-block-column h2,
.icon-columns .wp-block-column h2,
.blog-highlight__title {
	font-size: calc(1.1875rem + 0.75vw);
}

@media (min-width: 1200px) {
	h4,
	.h4,
	.color-columns .wp-block-column h2,
	.variable-colors .wp-block-column h2,
	.icon-columns .wp-block-column h2,
	.blog-highlight__title {
		font-size: 1.75rem;
	}
}

h5,
.h5,
.blog-page .blog-article__title,
.related-posts-block .blog-article__title,
.site-footer .site-info .info-column h3,
.numbered-columns-block .numbered-column h1,
.numbered-columns-block .numbered-column h2,
.numbered-columns-block .numbered-column h3,
.numbered-columns-block .numbered-column h4,
.numbered-columns-block .numbered-column h5,
.numbered-columns-block .numbered-column h6,
.personnel-block .personnel__name,
.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact h2,
.wp-block-group.appointment-block__contact h2,
.appointment-block .wp-block-columns.appointment-block__contact h2,
.appointment-block__contact h2 {
	font-size: calc(1.1625rem + 0.45vw);
}

@media (min-width: 1200px) {
	h5,
	.h5,
	.blog-page .blog-article__title,
	.related-posts-block .blog-article__title,
	.site-footer .site-info .info-column h3,
	.numbered-columns-block .numbered-column h1,
	.numbered-columns-block .numbered-column h2,
	.numbered-columns-block .numbered-column h3,
	.numbered-columns-block .numbered-column h4,
	.numbered-columns-block .numbered-column h5,
	.numbered-columns-block .numbered-column h6,
	.personnel-block .personnel__name,
	.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact h2,
	.wp-block-group.appointment-block__contact h2,
	.appointment-block .wp-block-columns.appointment-block__contact h2,
	.appointment-block__contact h2 {
		font-size: 1.5rem;
	}
}

h6,
.h6 {
	font-size: calc(1.1375rem + 0.15vw);
}

@media (min-width: 1200px) {
	h6,
	.h6 {
		font-size: 1.25rem;
	}
}

.section-title, .wp-block-group__inner-container h2:first-child {
	margin-top: 0;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

p.has-background, .wp-block-columns.color-columns p.wp-block-column, .wp-block-columns.variable-colors p.wp-block-column {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	padding: 4%;
	border-radius: 5px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	background-color: #f8e8e2;
	padding: 1em;
	border-radius: 5px;
}

blockquote p {
	display: flex;
	column-gap: 1.5rem;
	padding: 1rem;
}

blockquote p:before {
	content: url("img/icon-blockquote.svg");
	line-height: 1;
}

/* Elements
--------------------------------------------- */
html {
	hyphens: auto;
}

body {
	background: #fff;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

.site .site-main {
	flex: 1;
}

.background-section, .background-section--light-peach, .background-section--grey-blue {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.background-section--light-peach {
	background-color: #f8e8e2;
}

.background-section--grey-blue {
	background-color: #eff1f7;
}

.has-light-purple-background-color {
	background-color: #e8dced;
}

.has-light-blue-background-color {
	background-color: #dceef5;
}

.has-light-peach-background-color {
	background-color: #f8e8e2;
}

.has-grey-blue-background-color {
	background-color: #eff1f7;
}

.has-purple-background-color {
	background-color: #845c9a;
}

.has-peach-background-color {
	background-color: #ffa390;
}

.background-pattern-1 {
	background-image: url("img/background-pattern-1-left.svg"), url("img/background-pattern-1-right.svg");
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: 0 60%, 100% 20%;
}

@media only screen and (max-width: 991.98px) {
	.background-pattern-1 {
		background-position: 0 50%, 100% 0%;
	}
}

.background-pattern-2 {
	background-image: url("img/background-pattern-2-left.svg"), url("img/background-pattern-2-right.svg");
	background-repeat: no-repeat;
	background-size: 250px;
	background-position: 0 100%, 100% 0%;
}

@media only screen and (max-width: 991.98px) {
	.background-pattern-2 {
		background-position: 0 100%, 100% 0%;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.wp-block-separator {
	border: none;
	height: 2px;
	background-color: #251e29;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
	padding-left: 2rem;
}

ul li,
ol li {
	margin-bottom: 1rem;
}

ul {
	list-style: disc;
}

ul li::marker {
	color: #ed5623;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	border-radius: 5px;
}

figure {
	margin: 1em 0;
}

.wp-block-embed.is-provider-vimeo .wp-block-embed__wrapper, .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
	margin-top: 5em;
	margin-bottom: 5em;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.wp-block-embed.is-provider-vimeo .wp-block-embed__wrapper iframe, .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	max-width: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #251e29;
	font-weight: 500;
	text-decoration-thickness: 1.5px;
}

a:visited {
	color: #251e29;
}

a:hover, a:focus, a:active {
	color: #251e29;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.button, .button--primary, .wp-block-button__link:not(.has-background), button,
input[type="button"],
input[type="reset"],
input[type="submit"], .hero .hero-button, .button--secondary, .alternate-columns .wp-block-columns .wp-block-column .wp-block-button__link:not(.has-background), .wp-block-columns.single-highlight .wp-block-column .wp-block-button__link,
.single-highlight .wp-block-column .wp-block-button__link, .button--outline, .wp-block-button.is-style-outline > .wp-block-button__link, .blog-category-list__link, .single-referenssit__category,
.single-post__category, .wp-block-button__link {
	padding: 1rem;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.button:hover, .button--primary:hover, button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"], .hero .hero-button:hover, .button--secondary:hover, .alternate-columns .wp-block-columns .wp-block-column .wp-block-button__link:hover:not(.has-background),
.single-highlight .wp-block-column .wp-block-button__link:hover, .button--outline:hover, .wp-block-button.is-style-outline > .wp-block-button__link:hover, .blog-category-list__link:hover, .single-referenssit__category:hover,
.single-post__category:hover, .wp-block-button__link:hover, .button:focus, .button--primary:focus, button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"], .hero .hero-button:focus, .button--secondary:focus, .alternate-columns .wp-block-columns .wp-block-column .wp-block-button__link:focus:not(.has-background),
.single-highlight .wp-block-column .wp-block-button__link:focus, .button--outline:focus, .wp-block-button.is-style-outline > .wp-block-button__link:focus, .blog-category-list__link:focus, .single-referenssit__category:focus,
.single-post__category:focus, .wp-block-button__link:focus {
	text-decoration: none;
}

.button--primary, .wp-block-button__link:not(.has-background), button,
input[type="button"],
input[type="reset"],
input[type="submit"], .hero .hero-button {
	background-color: #ffa390;
	color: #251e29;
	border-color: #ffa390;
}

.button--primary:hover, .wp-block-button__link:hover:not(.has-background), button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"], .hero .hero-button:hover {
	background-color: #845c9a;
	border-color: #845c9a;
	color: #fff;
}

.button--secondary, .alternate-columns .wp-block-columns .wp-block-column .wp-block-button__link:not(.has-background), .wp-block-columns.single-highlight .wp-block-column .wp-block-button__link,
.single-highlight .wp-block-column .wp-block-button__link {
	background-color: #845c9a;
	border-color: #845c9a;
	color: #fff;
}

.button--secondary:hover, .alternate-columns .wp-block-columns .wp-block-column .wp-block-button__link:hover:not(.has-background),
.single-highlight .wp-block-column .wp-block-button__link:hover {
	background-color: #ffa390;
	border-color: #ffa390;
	color: #251e29;
}

.button--outline, .wp-block-button.is-style-outline > .wp-block-button__link, .blog-category-list__link, .single-referenssit__category,
.single-post__category {
	background-color: transparent;
	border-color: #251e29;
	color: #251e29;
}

.button--outline:hover, .wp-block-button.is-style-outline > .wp-block-button__link:hover, .blog-category-list__link:hover, .single-referenssit__category:hover,
.single-post__category:hover {
	border-color: #251e29;
}

.wp-block-button__link:not(.has-background):visited {
	color: inherit;
}

.wp-block-button__link:not(.has-background):hover:visited {
	color: #fff;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	padding: 1rem;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover:visited {
	color: #251e29;
}

.wp-block-button__link.has-peach-background-color {
	color: #251e29;
	border-color: #ffa390;
}

.wp-block-button__link.has-peach-background-color:visited {
	color: #251e29;
}

.wp-block-button__link.has-peach-background-color:hover {
	background-color: #845c9a;
	border-color: #845c9a;
	color: #fff;
}

.wp-block-button__link.has-peach-background-color:hover:visited {
	color: #fff;
}

.wp-block-button__link.has-light-purple-background-color {
	color: #fff;
	border-color: #845c9a;
}

.wp-block-button__link.has-light-purple-background-color:visited {
	color: #fff;
}

.wp-block-button__link.has-light-purple-background-color:hover {
	background-color: #ffa390;
	border-color: #ffa390;
	color: #251e29;
}

.wp-block-button__link.has-light-purple-background-color:hover:visited {
	color: #251e29;
}

.search-submit {
	min-width: 200px;
}

.form-control input[type="text"], .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="text"],
.form-control input[type="email"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="email"],
.form-control input[type="url"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="url"],
.form-control input[type="password"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="password"],
.form-control input[type="search"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="search"],
.form-control input[type="number"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="number"],
.form-control input[type="tel"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="tel"],
.form-control input[type="range"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="range"],
.form-control input[type="date"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="date"],
.form-control input[type="month"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="month"],
.form-control input[type="week"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="week"],
.form-control input[type="time"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="time"],
.form-control input[type="datetime"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime"],
.form-control input[type="datetime-local"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime-local"],
.form-control input[type="color"],
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="color"],
.form-control textarea,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] textarea {
	color: #666;
	border: 2px solid #251e29;
	border-radius: 3px;
	padding: 1rem;
	background: transparent;
}

.form-control input[type="text"]:focus, .gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="text"]:focus,
.form-control input[type="email"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="email"]:focus,
.form-control input[type="url"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="url"]:focus,
.form-control input[type="password"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="password"]:focus,
.form-control input[type="search"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="search"]:focus,
.form-control input[type="number"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="number"]:focus,
.form-control input[type="tel"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="tel"]:focus,
.form-control input[type="range"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="range"]:focus,
.form-control input[type="date"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="date"]:focus,
.form-control input[type="month"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="month"]:focus,
.form-control input[type="week"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="week"]:focus,
.form-control input[type="time"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="time"]:focus,
.form-control input[type="datetime"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime"]:focus,
.form-control input[type="datetime-local"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="datetime-local"]:focus,
.form-control input[type="color"]:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] input[type="color"]:focus,
.form-control textarea:focus,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] textarea:focus {
	color: #111;
	outline: 2px solid #f8e8e2;
}

.form-control select, .gform_wrapper.gravity-theme[id^="gform_wrapper_"] select {
	border: 2px solid #251e29;
	padding: 1rem;
	background-color: transparent;
}


.form-control textarea,
.gform_wrapper.gravity-theme[id^="gform_wrapper_"] textarea {
	width: 100%;
}

.search-form {
	display: flex;
	column-gap: 1rem;
	justify-content: center;
}

.search-form input[type="search"] {
	flex: 1;
	max-width: 400px;
	padding: 1rem;
}

[id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_label {
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 600;
}

[id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
	display: none;
}

[id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_required:after {
	content: "*";
	color: #ff9781;
}

[id^="gform_wrapper_"].gform_wrapper.gravity-theme .gfield_required .gfield input {
	background-color: transparent;
}

.flex-form-container #gform_fields_2 #field_2_7,
.flex-form-container #gform_fields_2 #field_2_9 {
	grid-column: span 6;
	display: flex;
	flex-direction: column;
}

.flex-form-container #gform_fields_2 #field_2_7 > *,
.flex-form-container #gform_fields_2 #field_2_9 > * {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 767.98px) {
	.flex-form-container #gform_fields_2 #field_2_7,
	.flex-form-container #gform_fields_2 #field_2_9 {
		grid-column: span 12;
	}
}

.flex-form-container #gform_fields_2 .ginput_container.ginput_container_radio .gfield_radio {
	display: flex !important;
	column-gap: 4%;
}

.flex-form-container #gform_fields_2 .gfield textarea.large {
	height: 278px;
}

.pipedriveWebForms {
	max-width: 80% !important;
	margin: 3rem auto;
}

.pipedriveWebForms iframe {
	width: 100%;
	max-width: 100% !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-nav-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1600px) {
	.main-nav-container {
		width: calc(100% - 8%);
	}
}

@media only screen and (max-width: 1440px) {
	.main-nav-container {
		flex-wrap: wrap;
		background-color: transparent;
		margin: 0;
		width: 100%;
		max-width: 100%;
		padding: 0 8%;
		z-index: 10;
		transition: ease-in-out 0.5s;
	}
	.main-nav-container.visible {
		background-color: #f8e8e2;
	}
}

.main-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation li {
	margin-bottom: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation .menu-contact-link-mobile {
	white-space: nowrap;
	padding: 0.5rem;
	margin-right: 2rem;
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.main-navigation .menu-contact-link-mobile:hover {
	background-color: #ffa390;
	border-color: #ffa390;
}

@media only screen and (max-width: 575.98px) {
	.main-navigation .menu-contact-link-mobile {
		margin-left: auto;
		margin-right: auto;
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 375.98px) {
	.main-navigation .menu-contact-link-mobile {
		margin-right: 2%;
		font-size: 0.6rem;
	}
}

@media only screen and (max-width: 320px) {
	.main-navigation .menu-contact-link-mobile {
		display: none;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 30px;
	height: auto;
	padding: 0;
	margin-left: 4%;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	background-color: #251e29;
	width: 30px;
	height: 3px;
	transition: ease-in-out 0.3s;
}

.menu-toggle:hover {
	background-color: transparent;
	border: none;
}

.toggled .menu-toggle {
	justify-content: center;
	height: 30px;
}

.toggled .menu-toggle span {
	display: none;
}

.toggled .menu-toggle span:first-of-type {
	display: block;
	position: absolute;
	transform: rotate(45deg);
}

.toggled .menu-toggle span:last-of-type {
	display: block;
	position: absolute;
	transform: rotate(-45deg);
}

.main-navigation.toggled .main-menu {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
	background-color: #fff;
	min-height: 100vh;
	z-index: 999;
}

.main-navigation.toggled .main-menu .nav-menu {
	padding: 0 2rem;
}

.main-navigation.toggled .main-menu .nav-menu > li > a {
	color: #251e29;
	line-height: 60px;
	text-transform: uppercase;
	border-bottom: 2px solid #eee;
}

.main-navigation.toggled .main-menu .nav-menu .sub-menu {
	padding-left: 1rem;
}

.main-navigation.toggled .main-menu .nav-menu .sub-menu > li > a {
	font-size: 1.125rem;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 600;
	color: #251e29;
	line-height: 60px;
}

.main-navigation.toggled .main-menu .nav-menu .sub-menu .sub-menu {
	padding-left: 1rem;
}

.main-navigation.toggled .main-menu .nav-menu .sub-menu .sub-menu > li > a {
	font-size: 1rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	color: #251e29;
	line-height: 40px;
}

.main-navigation.toggled .main-menu .sub-menu-button {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: none;
	float: right;
	cursor: pointer;
	height: 60px;
	line-height: 0;
}

.main-navigation.toggled .main-menu .sub-menu-button:hover {
	background-color: transparent;
	color: #251e29;
}

.main-navigation.toggled .main-menu .sub-menu-button:after {
	content: url("img/icon-submenu-mobile.svg");
	display: block;
	transition: ease-in-out 0.5s;
}

.main-navigation.toggled .main-menu .sub-menu-button.active-submenu:after {
	content: url("img/icon-submenu-active-mobile.svg");
}

.main-navigation.toggled .main-menu .sub-menu-wrapper {
	display: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.main-navigation.toggled .main-menu .sub-menu-wrapper.active {
	display: block;
}

@media only screen and (min-width: 1440px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		display: block;
	}
	.main-navigation .main-menu {
		width: 100%;
	}
	.sub-menu-wrapper {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 80px;
		z-index: 999;
	}
	.sub-menu-wrapper.active {
		display: block;
	}
	.menu-item-has-children {
		display: flex;
		align-items: center;
		position: static;
	}
	.menu-item-has-children > a {
		display: flex;
		align-items: center;
	}
	.menu-item-has-children > a:after {
		content: url("img/icon-arrow-down.svg");
		margin-left: 8px;
		line-height: 0;
	}
	.menu-item-has-children .sub-menu-button {
		display: none;
	}
	.menu-item-has-children:hover .sub-menu-wrapper, .menu-item-has-children:focus-within .sub-menu-wrapper {
		display: block;
	}
	.menu-item-has-children:hover .sub-menu-wrapper > .sub-menu, .menu-item-has-children:focus-within .sub-menu-wrapper > .sub-menu {
		display: flex;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
	}
	.main-navigation ul li {
		margin: 0;
	}
	.main-navigation ul li a {
		color: #2c2727;
		line-height: 80px;
		padding: 0 1rem;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 1.2px;
		text-transform: uppercase;
	}
	.main-navigation ul li a:hover {
		color: #2c2727;
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: 10px;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
	.main-navigation ul li a {
		padding: 0 0.8rem;
	}
}

@media only screen and (min-width: 1440px) {
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu {
		display: none;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		column-gap: 2%;
		background-color: #fff;
		box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
		width: 80%;
		padding: 4rem;
		margin: auto;
	}
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu li {
		display: block;
		flex-basis: 31%;
		margin: 0;
	}
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu li a {
		font-size: calc(1.1375rem + 0.15vw);
		font-family: "Space Grotesk", sans-serif;
		padding: 0;
		line-height: 1.5;
		text-transform: none;
	}
}

@media only screen and (min-width: 1440px) and (min-width: 1200px) {
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu li a {
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 1440px) {
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu li a:after {
		content: "";
	}
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu .sub-menu {
		display: block;
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu .sub-menu li a {
		font-size: 1rem;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		text-underline-offset: 4px;
	}
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu .sub-menu .sub-menu {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.main-navigation ul .sub-menu-wrapper > ul.sub-menu .sub-menu .sub-menu li a {
		font-weight: 400;
		padding-left: 1rem;
	}
	.main-navigation ul .menu-button a {
		display: block;
		background-color: #845c9a;
		color: #fff;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 1rem;
		margin-right: 0.5rem;
		padding: 0.5em 1em;
		line-height: 1.5;
		border-radius: 3px;
		border-style: solid;
		border-width: 2px;
		border-color: #845c9a;
		font-size: 1rem;
		font-weight: 1rem;
		transition: ease-in-out;
		transition-duration: 0.3s;
	}
	.main-navigation ul .menu-button a:hover {
		background-color: #ffa390;
		border-color: #ffa390;
		color: #000;
		text-decoration: none;
	}
	.main-navigation ul .menu-button--outline a {
		display: block;
		background-color: transparent;
		color: #251e29;
		margin-top: auto;
		margin-bottom: auto;
		padding: 0.5rem 1rem;
		line-height: 1.5;
		border-radius: 3px;
		border-style: solid;
		border-width: 2px;
		border-color: #251e29;
		font-size: 1rem;
		font-weight: 700;
		transition: ease-in-out;
		transition-duration: 0.3s;
	}
	.main-navigation ul .menu-button--outline a:hover {
		background-color: #ffa390;
		border-color: #ffa390;
		color: #000;
		text-decoration: none;
	}
	.main-navigation .menu-contact-link-mobile {
		display: none;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-header,
.entry-header,
.entry-summary,
.entry-content > *:not(.alignwide):not(.wp-block-separator):not(.blog-category-list):not(.wp-block-columns):not(.wp-block-group):not(.blog-highlight-block):not(.alignfull):not(.background-section):not(.background-section--light-peach):not(.background-section--grey-blue):not(.personnel-block):not(.wp-block-spacer):not(.wp-block-image) {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 991.98px) {
	.page-header,
	.entry-header,
	.entry-summary,
	.entry-content > *:not(.alignwide):not(.wp-block-separator):not(.blog-category-list):not(.wp-block-columns):not(.wp-block-group):not(.blog-highlight-block):not(.alignfull):not(.background-section):not(.background-section--light-peach):not(.background-section--grey-blue):not(.personnel-block):not(.wp-block-spacer):not(.wp-block-image) {
		margin-left: 8%;
		margin-right: 8%;
	}
}

.entry-content {
	margin-top: 5rem;
	padding-bottom: 5em;
}

.blog-category-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 8px;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.blog-category-list__item {
	display: block;
}

.blog-category-list__link, .single-referenssit__category,
.single-post__category {
	color: #251e29;
	font-size: 0.8rem;
	padding: 0.5rem 1rem;
	cursor: pointer;
}

.blog-category-list__link:visited, .single-referenssit__category:visited,
.single-post__category:visited {
	color: #251e29;
}

.blog-category-list__link:hover, .single-referenssit__category:hover,
.single-post__category:hover, .blog-category-list__link:focus, .single-referenssit__category:focus,
.single-post__category:focus {
	background-color: #251e29;
	color: #fff;
}

.blog-category-list__link.active, .active.single-referenssit__category,
.active.single-post__category {
	background-color: #251e29;
	color: #fff;
}

.blog-page, .related-posts-block {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 5rem;
	margin-bottom: 5rem;
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
}

.blog-page .blog-article, .related-posts-block .blog-article {
	width: 31.99667%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.blog-page .blog-article__image, .related-posts-block .blog-article__image {
	position: relative;
	padding-bottom: 75%;
	border-radius: 5px;
	margin-bottom: 1.6rem;
}

.blog-page .blog-article__image img, .related-posts-block .blog-article__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	border-radius: 5px;
}

.blog-page .blog-article__categories, .related-posts-block .blog-article__categories {
	position: absolute;
	top: 1rem;
	left: 1rem;
}

.blog-page .blog-article__content, .related-posts-block .blog-article__content {
	display: flex;
	flex-direction: column;
	background-color: #f0f3f7;
	border-radius: 5px;
	padding: 2rem;
	height: 100%;
}

.blog-page .blog-article__title, .related-posts-block .blog-article__title {
	margin-top: 0;
}

.blog-page .blog-article__title a, .related-posts-block .blog-article__title a {
	color: #251e29;
	text-decoration: none;
}

.blog-page .blog-article__link, .related-posts-block .blog-article__link {
	color: #251e29;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: auto;
}

@media only screen and (max-width: 1199.98px) {
	.blog-page .blog-article, .related-posts-block .blog-article {
		width: 49%;
	}
}

@media only screen and (max-width: 991.98px) {
	.blog-page .blog-article, .related-posts-block .blog-article {
		width: 100%;
	}
}

.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 6rem;
}

.pagination__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	line-height: 46px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #f8e8e2;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.pagination__link.current, .pagination__link:hover, .pagination__link:focus {
	background-color: #f8e8e2;
	text-decoration: none;
}

.pagination .pagination__link.next svg {
	transform: rotate(-90deg);
}

.pagination .pagination__link.prev svg {
	transform: rotate(90deg);
}

.single-referenssit article,
.single-post article {
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
}

.single-referenssit__image,
.single-post__image {
	display: block;
	position: relative;
	border-radius: 8px;
	width: 100%;
	max-width: 1220px;
	padding-bottom: 59%;
	margin-top: -14%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.single-referenssit__image img,
.single-post__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

@media only screen and (max-width: 1440px) {
	.single-referenssit__image,
	.single-post__image {
		margin-top: -20%;
	}
}

.single-referenssit__category-list,
.single-post__category-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	max-width: 800px;
	margin: 2rem auto;
}

.single-referenssit .entry-content > .wp-block-image,
.single-post .entry-content > .wp-block-image {
	margin-top: 5em;
	margin-bottom: 5em;
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

.single-referenssit .entry-content > .wp-block-image img,
.single-post .entry-content > .wp-block-image img {
	width: 100%;
	height: auto;
	max-width: 1220px;
}

.related-posts-title {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.related-posts-block article {
	margin-left: 0;
	margin-right: 0;
}

.error-404 {
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.error-404 .page-content > * {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.search-page {
	padding: 6rem 0;
}

.search-page .page-content > * {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.edit-link {
	display: block;
	position: fixed;
	top: 70%;
	right: 0;
	z-index: 999;
}

.edit-link a {
	display: block;
	color: #fff;
	background-color: #000;
	padding: 0.5em 1em;
	min-width: 100px;
	text-decoration: none;
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.edit-link a:hover {
	background-color: #251e29;
	min-width: 150px;
}

.site-branding {
	line-height: 0;
}

.site-branding a {
	display: inline-block;
	line-height: 0;
}

.site-branding a img,
.site-branding a svg {
	max-width: 150px;
	height: auto;
}

@media only screen and (max-width: 375.98px) {
	.site-branding a img,
	.site-branding a svg {
		max-width: 110px;
	}
}

.hero {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -80px;
}

.hero__content {
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	padding: 6rem 0;
	padding-top: calc(6rem + 80px);
}

.hero__content.left {
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

.hero__content.center {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero__content.has-hero-image {
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
}

.hero__content.has-hero-image .hero__content-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.hero__content.has-hero-image .hero__content-text-container .hero-button {
	margin-right: auto;
}

@media only screen and (max-width: 991.98px) {
	.hero__content.has-hero-image {
		flex-direction: column;
	}
	.hero__content.has-hero-image .hero__content-text-container {
		width: 100%;
	}
}

.hero__text {
	max-width: 800px;
	margin-bottom: 4rem;
}

.hero .hero__image {
	position: relative;
	width: 50%;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: -6%;
	margin-left: auto;
	clip-path: url(#hero-mask);
	animation-name: mask-rotate;
	animation-duration: 5s;
	animation-iteration-count: 20;
	animation-direction: alternate;
}

.hero .hero__image img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	top: 0;
	left: 0;
	animation-name: image-rotate;
	animation-duration: 5s;
	animation-iteration-count: 20;
	animation-direction: alternate;
	clip-path: url(#hero-mask);
}

@media only screen and (max-width: 991.98px) {
	.hero .hero__image {
		order: -1;
		width: 70%;
		margin-right: auto;
	}
}

@media only screen and (max-width: 767.98px) {
	.hero .hero__image {
		display: none;
	}
}

.hero--front-page {
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media only screen and (min-width: 1921px) {
	.hero--front-page .hero__content {
		max-height: 1080px;
	}
}

.hero--front-page .hero__title {
	font-size: calc(1.3625rem + 2.85vw);
}

@media (min-width: 1200px) {
	.hero--front-page .hero__title {
		font-size: 3.5rem;
	}
}

.hero--front-page .hero__text {
	font-size: calc(1.1375rem + 0.15vw);
}

@media (min-width: 1200px) {
	.hero--front-page .hero__text {
		font-size: 1.25rem;
	}
}

.hero--page .hero__content {
	height: 100vh;
}

@media only screen and (min-width: 768px) {
	.hero--page .hero__content {
		max-height: 550px;
	}
}

@media only screen and (min-width: 1921px) {
	.hero--page .hero__content {
		max-height: 650px;
	}
}

.hero--blog .hero__content {
	height: 100vh;
	max-height: 650px;
}

.hero--references .hero__content {
	height: 100vh;
	max-height: 650px;
}

.hero--single .hero__content {
	height: 100vh;
	max-height: 800px;
}

.hero .hero-button {
	position: relative;
	overflow: hidden;
	border: none;
	min-width: 200px;
}

.hero .hero-button span {
	display: block;
	position: relative;
	z-index: 1;
	transition: ease-in-out 0.5s;
}

.hero .hero-button:before {
	content: "";
	position: absolute;
	background-color: #845c9a;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	z-index: 0;
	border-bottom-right-radius: 150%;
	transition: ease-in-out 0.5s;
}

.hero .hero-button:hover span {
	color: #fff;
}

.hero .hero-button:hover:before {
	width: 300px;
	height: 300px;
	border-bottom-right-radius: 100%;
}

.breadcrumbs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #251e29;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.breadcrumbs span[property="itemListElement"] {
	white-space: nowrap;
}

.breadcrumbs span[property="itemListElement"]:before {
	content: "/";
	display: inline-block;
	margin-right: 8px;
}

.breadcrumbs span[property="itemListElement"]:first-child:before {
	content: "";
}

@media only screen and (max-width: 767.98px) {
	.single-post .breadcrumbs span[property="itemListElement"]:last-child {
		display: none;
	}
}

@keyframes mask-rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(7deg);
	}
}

@keyframes image-rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(-7deg);
	}
}

.site-footer {
	position: relative;
	background-color: #f8e8e2;
	padding-bottom: 90px;
	padding-top: 90px;
}

.site-footer .site-info {
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
	min-height: 350px;
	border-bottom: 2px solid #000;
}

.site-footer .site-info .logo-column svg {
	max-width: 200px;
	height: auto;
	margin-bottom: 1rem;
}

.site-footer .site-info {
	display: flex;
	flex-wrap: wrap;
}

.site-footer .site-info .column {
	margin-bottom: 2em;
}

.site-footer .site-info .logo-column {
	width: max-content;
	margin-right: auto;
}

@media only screen and (max-width: 991.98px) {
	.site-footer .site-info .logo-column {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.site-footer .site-info .logo-column {
		text-align: center;
	}
}

.site-footer .site-info .info-column {
	flex-basis: 20%;
}

@media only screen and (max-width: 991.98px) {
	.site-footer .site-info .info-column {
		flex-basis: 33%;
	}
}

@media only screen and (max-width: 767.98px) {
	.site-footer .site-info .info-column {
		flex-basis: 100%;
		text-align: center;
	}
}

.site-footer .site-info .info-column h1,
.site-footer .site-info .info-column h2,
.site-footer .site-info .info-column h3,
.site-footer .site-info .info-column h4,
.site-footer .site-info .info-column h5,
.site-footer .site-info .info-column h6 {
	margin-top: 0;
}

.site-footer .site-info .info-column a {
	color: #251e29;
	text-decoration: none;
	font-weight: 500;
}

.site-footer .social-media svg path {
	transition: ease-in-out 0.3s;
}

.site-footer .social-media svg:hover path {
	fill: #251e29;
}

.site-footer__copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
}

/* WP Blocks
--------------------------------------------- */
.alignwide, .wp-block-separator, .blog-category-list, .wp-block-columns, .wp-block-group, .blog-highlight-block {
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 991.98px) {
	.alignwide, .wp-block-separator, .blog-category-list, .wp-block-columns, .wp-block-group, .blog-highlight-block {
		margin-left: 8%;
		margin-right: 8%;
	}
}

.alignfull, .background-section, .background-section--light-peach, .background-section--grey-blue, .wp-block-group .wp-block-group__inner-container .wp-block-separator, .wp-block-group .wp-block-columns, .wp-block-group.alignfull .blog-highlight-block, .personnel-block, .single-post .wp-block-group.appointment-block.has-background,
.single-post .appointment-block.has-background, .single-post .wp-block-columns.color-columns .appointment-block.wp-block-column, .wp-block-columns.color-columns .single-post .appointment-block.wp-block-column, .single-post .wp-block-columns.variable-colors .appointment-block.wp-block-column, .wp-block-columns.variable-colors .single-post .appointment-block.wp-block-column {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.wp-block-columns {
	margin-top: 5em;
	margin-bottom: 5em;
}

.wp-block-columns .wp-block-column.has-background, .wp-block-columns.color-columns .wp-block-column, .wp-block-columns.variable-colors .wp-block-column {
	padding: 1em 1.5em;
	border-radius: 5px;
}

@media only screen and (max-width: 767.98px) {
	.wp-block-columns .wp-block-column.has-background, .wp-block-columns.color-columns .wp-block-column, .wp-block-columns.variable-colors .wp-block-column {
		margin-bottom: 2em;
	}
}

.wp-block-column a {
	color: #251e29;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-block-group .wp-block-columns {
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;
}

.grid-columns-3, .wp-block-columns.color-columns, .wp-block-columns.variable-colors, .icon-columns {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em;
}

.grid-columns-3 .wp-block-column, .wp-block-columns.color-columns .wp-block-column, .wp-block-columns.variable-colors .wp-block-column, .icon-columns .wp-block-column {
	flex-grow: 0;
}

.grid-columns-3 .wp-block-column:not(:first-child), .wp-block-columns.color-columns .wp-block-column:not(:first-child), .wp-block-columns.variable-colors .wp-block-column:not(:first-child), .icon-columns .wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}

.grid-columns-3 .wp-block-column:last-child, .wp-block-columns.color-columns .wp-block-column:last-child, .wp-block-columns.variable-colors .wp-block-column:last-child, .icon-columns .wp-block-column:last-child {
	flex-grow: 0;
}

@media only screen and (max-width: 991.98px) {
	.grid-columns-3, .wp-block-columns.color-columns, .wp-block-columns.variable-colors, .icon-columns {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767.98px) {
	.grid-columns-3, .wp-block-columns.color-columns, .wp-block-columns.variable-colors, .icon-columns {
		grid-template-columns: repeat(1, 1fr);
	}
}

.wp-block-group {
	margin-top: 5em;
	margin-bottom: 5em;
}

.wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-group.background-section .wp-block-group__inner-container, .wp-block-group.background-section--light-peach .wp-block-group__inner-container, .wp-block-group.background-section--grey-blue .wp-block-group__inner-container, .wp-block-group .wp-block-group__inner-container .wp-block-group.wp-block-separator .wp-block-group__inner-container, .wp-block-group .wp-block-group.wp-block-columns .wp-block-group__inner-container, .wp-block-group.personnel-block .wp-block-group__inner-container, .single-post .wp-block-group.appointment-block.has-background .wp-block-group__inner-container, .single-post .wp-block-columns.color-columns .wp-block-group.appointment-block.wp-block-column .wp-block-group__inner-container, .wp-block-columns.color-columns .single-post .wp-block-group.appointment-block.wp-block-column .wp-block-group__inner-container, .single-post .wp-block-columns.variable-colors .wp-block-group.appointment-block.wp-block-column .wp-block-group__inner-container, .wp-block-columns.variable-colors .single-post .wp-block-group.appointment-block.wp-block-column .wp-block-group__inner-container {
	width: calc(100% - 16%);
	max-width: 1426px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-group.has-background, .wp-block-columns.color-columns .wp-block-group.wp-block-column, .wp-block-columns.variable-colors .wp-block-group.wp-block-column {
	padding-top: 5rem;
	padding-bottom: 5rem;
	padding-left: 5rem;
	padding-right: 5rem;
	border-radius: 5px;
}

@media only screen and (max-width: 767.98px) {
	.wp-block-group.has-background, .wp-block-columns.color-columns .wp-block-group.wp-block-column, .wp-block-columns.variable-colors .wp-block-group.wp-block-column {
		padding-left: 4%;
		padding-right: 4%;
	}
}

.wp-block-group.alignfull.has-background, .wp-block-group.has-background.background-section, .wp-block-group.has-background.background-section--light-peach, .wp-block-columns.color-columns .wp-block-group.background-section--light-peach.wp-block-column, .wp-block-columns.variable-colors .wp-block-group.background-section--light-peach.wp-block-column, .wp-block-group.has-background.background-section--grey-blue, .wp-block-columns.color-columns .wp-block-group.background-section--grey-blue.wp-block-column, .wp-block-columns.variable-colors .wp-block-group.background-section--grey-blue.wp-block-column, .wp-block-columns.color-columns .wp-block-group.background-section.wp-block-column, .wp-block-columns.variable-colors .wp-block-group.background-section.wp-block-column, .wp-block-group .wp-block-group__inner-container .wp-block-group.has-background.wp-block-separator, .wp-block-group .wp-block-group__inner-container .wp-block-columns.color-columns .wp-block-group.wp-block-separator.wp-block-column, .wp-block-columns.color-columns .wp-block-group .wp-block-group__inner-container .wp-block-group.wp-block-separator.wp-block-column, .wp-block-group .wp-block-group__inner-container .wp-block-columns.variable-colors .wp-block-group.wp-block-separator.wp-block-column, .wp-block-columns.variable-colors .wp-block-group .wp-block-group__inner-container .wp-block-group.wp-block-separator.wp-block-column, .wp-block-group .wp-block-group.has-background.wp-block-columns, .wp-block-group .wp-block-columns.color-columns .wp-block-group.wp-block-columns.wp-block-column, .wp-block-columns.color-columns .wp-block-group .wp-block-group.wp-block-columns.wp-block-column, .wp-block-group .wp-block-columns.variable-colors .wp-block-group.wp-block-columns.wp-block-column, .wp-block-columns.variable-colors .wp-block-group .wp-block-group.wp-block-columns.wp-block-column, .wp-block-columns.color-columns .wp-block-group.alignfull.wp-block-column, .wp-block-columns.variable-colors .wp-block-group.alignfull.wp-block-column, .wp-block-columns.color-columns .wp-block-group.alignfull .wp-block-group.wp-block-column.blog-highlight-block, .wp-block-group.alignfull .wp-block-columns.color-columns .wp-block-group.wp-block-column.blog-highlight-block, .wp-block-columns.variable-colors .wp-block-group.alignfull .wp-block-group.wp-block-column.blog-highlight-block, .wp-block-group.alignfull .wp-block-columns.variable-colors .wp-block-group.wp-block-column.blog-highlight-block, .wp-block-columns.color-columns .wp-block-group.wp-block-column.personnel-block, .wp-block-columns.variable-colors .wp-block-group.wp-block-column.personnel-block, .wp-block-group.alignfull .wp-block-group.has-background.blog-highlight-block, .wp-block-group.has-background.personnel-block, .single-post .wp-block-group.has-background.appointment-block, .single-post .wp-block-columns.color-columns .wp-block-group.appointment-block.wp-block-column, .wp-block-columns.color-columns .single-post .wp-block-group.appointment-block.wp-block-column, .single-post .wp-block-columns.variable-colors .wp-block-group.appointment-block.wp-block-column, .wp-block-columns.variable-colors .single-post .wp-block-group.appointment-block.wp-block-column {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-group ul,
.wp-block-group ol {
	margin-left: 0;
	padding-left: 2rem;
}

.wp-block-columns.color-columns .wp-block-column:not(.has-background), .wp-block-columns.variable-colors .wp-block-column:not(.has-background) {
	background-color: #eff1f7;
}

.wp-block-columns.color-columns .wp-block-column .wp-block-image, .wp-block-columns.variable-colors .wp-block-column .wp-block-image {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	min-height: 60px;
}

.wp-block-columns.color-columns .wp-block-column p, .wp-block-columns.variable-colors .wp-block-column p {
	margin-bottom: 3rem;
}

.wp-block-columns.color-columns .wp-block-column .wp-block-button__link, .wp-block-columns.variable-colors .wp-block-column .wp-block-button__link {
	display: block;
	background-color: transparent;
	border: none;
	padding: 1rem 0;
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.wp-block-columns.color-columns .wp-block-column .wp-block-button__link:after, .wp-block-columns.variable-colors .wp-block-column .wp-block-button__link:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background-color: #251e29;
	margin-top: 0.2rem;
	transition: ease-in-out 0.5s;
}

.wp-block-columns.color-columns .wp-block-column .wp-block-button__link:hover, .wp-block-columns.variable-colors .wp-block-column .wp-block-button__link:hover, .wp-block-columns.color-columns .wp-block-column .wp-block-button__link:focus, .wp-block-columns.variable-colors .wp-block-column .wp-block-button__link:focus {
	color: #251e29;
}

.wp-block-columns.color-columns .wp-block-column .wp-block-button__link:hover:after, .wp-block-columns.variable-colors .wp-block-column .wp-block-button__link:hover:after, .wp-block-columns.color-columns .wp-block-column .wp-block-button__link:focus:after, .wp-block-columns.variable-colors .wp-block-column .wp-block-button__link:focus:after {
	width: 40%;
}

.wp-block-columns.variable-colors .wp-block-column:not(.has-background):nth-of-type(1n + 0) {
	background-color: #f8e8e2;
}

.wp-block-columns.variable-colors .wp-block-column:not(.has-background):nth-of-type(2n + 0) {
	background-color: #dceef5;
}

.wp-block-columns.variable-colors .wp-block-column:not(.has-background):nth-of-type(3n + 0) {
	background-color: #e8dced;
}

.color-columns .wp-block-column .wp-block-image, .wp-block-columns.variable-colors .wp-block-column .wp-block-image,
.variable-colors .wp-block-column .wp-block-image,
.icon-columns .wp-block-column .wp-block-image {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	min-height: 70px;
	max-height: 70px;
}

.color-columns .wp-block-column .wp-block-image img, .wp-block-columns.variable-colors .wp-block-column .wp-block-image img,
.variable-colors .wp-block-column .wp-block-image img,
.icon-columns .wp-block-column .wp-block-image img {
	width: auto;
	height: auto;
	min-height: 60px;
	max-height: 60px;
}

.color-columns .wp-block-column ul, .wp-block-columns.variable-colors .wp-block-column ul,
.color-columns .wp-block-column ol,
.wp-block-columns.variable-colors .wp-block-column ol,
.variable-colors .wp-block-column ul,
.variable-colors .wp-block-column ol,
.icon-columns .wp-block-column ul,
.icon-columns .wp-block-column ol {
	margin-left: 0;
	padding-left: 2rem;
}

.alternate-columns .wp-block-columns:nth-of-type(even) {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 991.98px) {
	.alternate-columns .wp-block-columns:nth-of-type(even) {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}

.alternate-columns .wp-block-columns:nth-of-type(even) .wp-block-column {
	margin: 0;
}

.alternate-columns .wp-block-columns:nth-of-type(even) .wp-block-column > *:not(.wp-block-image) {
	max-width: 80%;
}

.alternate-columns .wp-block-columns:nth-of-type(even) .wp-block-column:first-child {
	padding-left: 8%;
}

@media only screen and (max-width: 991.98px) {
	.alternate-columns .wp-block-columns:nth-of-type(even) .wp-block-column {
		margin-bottom: 3rem;
	}
	.alternate-columns .wp-block-columns:nth-of-type(even) .wp-block-column:first-child {
		padding-left: 0;
	}
	.alternate-columns .wp-block-columns:nth-of-type(even) .wp-block-column > *:not(.wp-block-image) {
		max-width: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	.alternate-columns .wp-block-columns {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}

.alternate-columns .wp-block-columns .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}

.alternate-columns .wp-block-columns .wp-block-column > *:not(.wp-block-image) {
	max-width: 80%;
	margin-top: 0;
	margin-bottom: 2rem;
	margin-right: auto;
}

@media only screen and (max-width: 991.98px) {
	.alternate-columns .wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 2rem;
	}
	.alternate-columns .wp-block-columns .wp-block-column > *:not(.wp-block-image) {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.alternate-columns .wp-block-columns .wp-block-column h2 {
		font-size: calc(1.1875rem + 0.75vw);
	}
}

@media only screen and (max-width: 1199.98px) and (min-width: 1200px) {
	.alternate-columns .wp-block-columns .wp-block-column h2 {
		font-size: 1.75rem;
	}
}

.alternate-columns .wp-block-columns .wp-block-column .wp-block-image {
	height: 100%;
}

.alternate-columns .wp-block-columns .wp-block-column .wp-block-image img {
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.wp-block-columns.single-highlight .wp-block-column, .wp-block-columns.single-highlight.reverse .wp-block-column,
.single-highlight .wp-block-column,
.wp-block-columns.single-highlight.reverse .wp-block-column,
.single-highlight.reverse .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 !important;
}

.wp-block-columns.single-highlight .wp-block-column > *:not(.wp-block-image),
.single-highlight .wp-block-column > *:not(.wp-block-image) {
	max-width: 80%;
	margin-top: 0;
	margin-bottom: 2rem;
	margin-right: auto;
}

@media only screen and (max-width: 1199.98px) {
	.wp-block-columns.single-highlight .wp-block-column h2,
	.single-highlight .wp-block-column h2 {
		font-size: calc(1.1875rem + 0.75vw);
	}
}

@media only screen and (max-width: 1199.98px) and (min-width: 1200px) {
	.wp-block-columns.single-highlight .wp-block-column h2,
	.single-highlight .wp-block-column h2 {
		font-size: 1.75rem;
	}
}

.wp-block-columns.single-highlight .wp-block-column .wp-block-image,
.single-highlight .wp-block-column .wp-block-image {
	height: 100%;
}

.wp-block-columns.single-highlight .wp-block-column .wp-block-image img,
.single-highlight .wp-block-column .wp-block-image img {
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

@media only screen and (max-width: 991.98px) {
	.wp-block-columns.single-highlight, .wp-block-columns.single-highlight.reverse,
	.single-highlight,
	.wp-block-columns.single-highlight.reverse,
	.single-highlight.reverse {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.wp-block-columns.single-highlight .wp-block-column, .wp-block-columns.single-highlight.reverse .wp-block-column,
	.single-highlight .wp-block-column,
	.wp-block-columns.single-highlight.reverse .wp-block-column,
	.single-highlight.reverse .wp-block-column {
		flex-basis: 100%;
	}
}

@media only screen and (min-width: 992px) {
	.wp-block-columns.reverse.single-highlight,
	.reverse.wp-block-columns.single-highlight,
	.reverse.single-highlight {
		flex-direction: row-reverse;
	}
	.wp-block-columns.reverse.single-highlight .wp-block-column:first-child,
	.reverse.single-highlight .wp-block-column:first-child {
		padding-left: 8%;
	}
}

@media only screen and (max-width: 991.98px) {
	.wp-block-columns.reverse.single-highlight,
	.reverse.wp-block-columns.single-highlight,
	.reverse.single-highlight {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.wp-block-columns.reverse.single-highlight .wp-block-column,
	.reverse.single-highlight .wp-block-column {
		flex-basis: 100%;
	}
}

.wp-block-group .call-to-action__contact,
.call-to-action__contact {
	margin-top: 2rem;
}

.wp-block-group .call-to-action__contact .wp-block-column,
.call-to-action__contact .wp-block-column {
	display: flex;
	column-gap: 15px;
	align-items: center;
	font-family: "Space Grotesk", sans-serif;
	max-width: max-content;
	margin-bottom: 2rem;
	font-size: calc(1.1375rem + 0.15vw);
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.wp-block-group .call-to-action__contact .wp-block-column,
	.call-to-action__contact .wp-block-column {
		font-size: 1.25rem;
	}
}

.wp-block-group .call-to-action__contact .wp-block-column .wp-block-image,
.call-to-action__contact .wp-block-column .wp-block-image {
	line-height: 0;
	margin: 0;
}

.wp-block-group .call-to-action__contact .wp-block-column p,
.call-to-action__contact .wp-block-column p {
	margin: 0;
}

.wp-block-image,
.wp-block-image:not(.is-style-rounded) {
	border-radius: 5px;
}

.price-tag strong {
	text-transform: uppercase;
	border: 3px solid;
	border-radius: 5px;
	border-color: #845c9a;
	font-size: 2rem;
	font-family: "Space Grotesk", sans-serif;
	padding: 1rem;
}

.blog-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 6rem;
}

.blog-highlight {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.blog-highlight__inner-container {
	display: flex;
	flex-direction: column;
	background: black;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 5px;
	padding: 2rem;
	height: 100%;
}

.blog-highlight__title, .blog-highlight__excerpt, .blog-highlight__link, .blog-highlight__category, .blog-page .blog-article__category, .related-posts-block .blog-article__category {
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.blog-highlight__title {
	margin-top: auto;
}

.blog-highlight__excerpt {
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.blog-highlight__link {
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	max-width: max-content;
}

.blog-highlight__link:visited {
	color: #fff;
}

.blog-highlight__link:after {
	content: "";
	display: block;
	height: 3px;
	width: 0;
	background-color: #fff;
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.blog-highlight__link:hover {
	color: #fff;
	text-decoration: none;
}

.blog-highlight__link:hover:after {
	width: 100%;
}

.blog-highlight__categories, .blog-page .blog-article__categories, .related-posts-block .blog-article__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.blog-highlight__category, .blog-page .blog-article__category, .related-posts-block .blog-article__category {
	background-color: #251e29;
	border-radius: 2px;
	font-size: 0.7rem;
	line-height: 0.7rem;
	font-weight: 600;
	padding: 8px 8px;
	max-width: max-content;
	text-transform: uppercase;
	white-space: nowrap;
}

.blog-highlight {
	flex-basis: calc(60% - 2rem);
	min-height: 500px;
}

.blog-highlight:nth-of-type(1), .blog-highlight:nth-of-type(4), .blog-highlight:nth-of-type(5) {
	flex-basis: 40%;
}

@media only screen and (max-width: 991.98px) {
	.blog-highlight:nth-of-type(1), .blog-highlight:nth-of-type(4), .blog-highlight:nth-of-type(5) {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	.blog-highlight {
		flex-basis: 100%;
	}
}

.blog-highlight-single {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	flex-basis: 100%;
	min-height: 500px;
}

.numbered-columns-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.numbered-columns-block .numbered-column {
	width: 40%;
	margin-bottom: 4rem;
}

.numbered-columns-block .numbered-column__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 3px solid;
	font-family: "Space Grotesk", sans-serif;
	line-height: 0;
	margin-bottom: 3rem;
	font-size: calc(1.1875rem + 0.75vw);
	text-align: center;
}

@media (min-width: 1200px) {
	.numbered-columns-block .numbered-column__number {
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.numbered-columns-block .numbered-column {
		width: 100%;
	}
}

.personnel-block {
	margin-top: 5em;
	margin-bottom: 5em;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2rem;
}

.personnel-block .personnel {
	width: calc(25% - 2rem);
	margin-bottom: 5rem;
}

.personnel-block .personnel__image {
	position: relative;
	width: 100%;
	padding-bottom: 132%;
}

.personnel-block .personnel__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.personnel-block .personnel__name {
	font-family: "Space Grotesk", sans-serif;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.personnel-block .personnel__jobtitle {
	display: block;
	line-height: 1.7;
}

.personnel-block .personnel__phone, .personnel-block .personnel__email {
	display: block;
	color: #251e29;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
	white-space: nowrap;
}

.personnel-block .personnel__phone:hover, .personnel-block .personnel__email:hover {
	text-decoration: underline;
}

.personnel-block .personnel__links {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 1rem;
}

.personnel-block .personnel__linkedin {
	display: block;
	line-height: 1;
	text-decoration: none;
}

.personnel-block .personnel__linkedin svg {
	max-height: 35px;
}

.personnel-block .personnel__linkedin svg path {
	transition: ease-in-out;
	transition-duration: 0.3s;
}

.personnel-block .personnel__linkedin svg:hover path {
	fill: #ffa390;
}

.personnel-block .personnel__booking {
	font-size: 0.8rem;
	padding: 0.5rem;
	max-width: max-content;
	white-space: nowrap;
}

.personnel-block .personnel__booking:hover {
	background-color: #ffa390;
	border-color: #ffa390;
}

@media only screen and (max-width: 991.98px) {
	.personnel-block .personnel {
		width: calc(33% - 2rem);
	}
}

@media only screen and (max-width: 767.98px) {
	.personnel-block .personnel {
		width: calc(50% - 2rem);
	}
}

@media only screen and (max-width: 575.98px) {
	.personnel-block .personnel {
		width: 100%;
	}
}

.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact, .wp-block-group.appointment-block__contact,
.appointment-block .wp-block-columns.appointment-block__contact,
.appointment-block__contact {
	display: flex;
	align-items: center;
	gap: 2rem;
	border-right: 2px solid #251e29;
}

.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact .wp-block-image,
.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact .wp-block-columns, .wp-block-group.appointment-block__contact .wp-block-image,
.wp-block-group.appointment-block__contact .wp-block-columns,
.appointment-block .wp-block-columns.appointment-block__contact .wp-block-image,
.appointment-block .wp-block-columns.appointment-block__contact .wp-block-columns,
.appointment-block__contact .wp-block-image,
.appointment-block__contact .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact img, .wp-block-group.appointment-block__contact img,
.appointment-block .wp-block-columns.appointment-block__contact img,
.appointment-block__contact img {
	max-width: 170px;
}

.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact h2, .wp-block-group.appointment-block__contact h2,
.appointment-block .wp-block-columns.appointment-block__contact h2,
.appointment-block__contact h2 {
	margin-top: 0;
}

.wp-block-group.appointment-block .wp-block-columns.appointment-block__contact p, .wp-block-group.appointment-block__contact p,
.appointment-block .wp-block-columns.appointment-block__contact p,
.appointment-block__contact p {
	margin: 0;
}

@media only screen and (max-width: 991.98px) {
	.wp-block-group.appointment-block .wp-block-columns,
	.appointment-block .wp-block-columns {
		flex-direction: column;
	}
	.wp-block-group.appointment-block__contact,
	.appointment-block__contact {
		flex-basis: 100%;
		max-width: 100%;
		border-right: 0;
		border-bottom: 2px solid #251e29;
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}
}

.single-post .wp-block-group.appointment-block.has-background, .single-post .wp-block-columns.color-columns .wp-block-group.appointment-block.wp-block-column, .wp-block-columns.color-columns .single-post .wp-block-group.appointment-block.wp-block-column, .single-post .wp-block-columns.variable-colors .wp-block-group.appointment-block.wp-block-column, .wp-block-columns.variable-colors .single-post .wp-block-group.appointment-block.wp-block-column,
.single-post .appointment-block.has-background,
.single-post .wp-block-columns.color-columns .appointment-block.wp-block-column,
.wp-block-columns.color-columns .single-post .appointment-block.wp-block-column,
.single-post .wp-block-columns.variable-colors .appointment-block.wp-block-column,
.wp-block-columns.variable-colors .single-post .appointment-block.wp-block-column {
	border-radius: 5px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */