/*!
Theme Name: weblance
Theme URI: http://weblance.pl/
Author: Weblance.pl
Author URI: http://weblance.pl/
Description: Profesjonalny motyw strony WWW
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: weblance.pl
Tags: weblance
*/


:root {
	--width: 1600px;
	--font-family-display: 'Unbounded', sans-serif;
	--font-family-body-accent: 'Syne', sans-serif;

	/* Font sizes - mobile first */
	--font-size-h1: 28px;
	--font-size-h2: 24px;
	--font-size-h3: 20px;
	--font-size-h4: 18px;
	--font-size-h5: 16px;
	--font-size-h6: 14px;

	/* ensure "normal" text on smallest screen is 12px */
	--font-size-normal: 12px;
	--font-size-small: 10px;
	--font-size-smaller: 11px;
	--hero-font-size-eyebrow: 16px;
	--hero-font-size-title: 42px;
	--hero-font-size-description: 16px;
	--hero-button-font-size: 15px;
	--hero-highlight-title-size: 24px;
	--hero-highlight-description-size: 14px;
	--hero-highlight-description-opacity: 0.8;
	--hero-button-outer-border-offset: 6px;
	--hero-min-height: 100svh;
	--hero-cloud-opacity: 0.8;

	/* Spacing - mobile first */
	--spacing-xl: 24px;
	--spacing-lg: 20px;
	--spacing-md: 16px;
	--spacing-sm: 12px;
	--spacing-xs: 8px;
	--hero-content-padding: 22px 18px 28px;
	--frame-padding-inline: 18px;
	--hero-content-padding-bottom: 35vh;
	--hero-content-gap: 22px;
	--hero-description-margin-top: 18px;
	--hero-actions-margin-top: 24px;
	--hero-actions-gap: 12px;
	--hero-button-padding: 14px 20px;
	--hero-highlights-padding: 20px 0 0;
	--hero-highlights-gap: 18px;
	--hero-highlights-width: 100%;
	--hero-highlights-line-offset: 12px;

	--color: #25ccbc;
}

/* >= 480px */
@media (min-width: 480px) {
	:root {
		--font-size-h1: 34px;
		--font-size-h2: 30px;
		--font-size-h3: 24px;
		--font-size-h4: 20px;
		--font-size-h5: 18px;
		--font-size-h6: 16px;

		--font-size-normal: 13px;
		--font-size-small: 11px;
		--font-size-smaller: 11px;

		--spacing-xl: 32px;
		--spacing-lg: 28px;
		--spacing-md: 20px;
		--spacing-sm: 16px;
		--spacing-xs: 10px;
		--hero-font-size-eyebrow: 18px;
		--hero-font-size-title: 48px;
		--hero-font-size-description: 17px;
		--hero-button-font-size: 15px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 28px 24px 32px;
		--frame-padding-inline: 24px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 24px;
		--hero-description-margin-top: 20px;
		--hero-actions-margin-top: 24px;
		--hero-actions-gap: 14px;
		--hero-button-padding: 14px 22px;
	}
}

/* >= 786px */
@media (min-width: 786px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 32px;
		--font-size-h3: 26px;
		--font-size-h4: 22px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 14px;
		--font-size-small: 12px;
		--font-size-smaller: 12px;

		--spacing-xl: 48px;
		--spacing-lg: 36px;
		--spacing-md: 24px;
		--spacing-sm: 20px;
		--spacing-xs: 12px;
		--hero-font-size-eyebrow: 20px;
		--hero-font-size-title: 58px;
		--hero-font-size-description: 18px;
		--hero-button-font-size: 15px;
		--hero-highlight-title-size: 28px;
		--hero-highlight-description-size: 15px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 32px 28px 36px;
		--frame-padding-inline: 28px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 28px;
		--hero-description-margin-top: 22px;
		--hero-actions-margin-top: 26px;
		--hero-actions-gap: 14px;
		--hero-highlights-padding: 22px 0 0;
		--hero-highlights-gap: 20px;
		--hero-highlights-line-offset: 14px;
	}
}

/* >= 900px */
@media (min-width: 900px) {
	:root {
		--font-size-h1: 40px;
		--font-size-h2: 34px;
		--font-size-h3: 28px;
		--font-size-h4: 24px;
		--font-size-h5: 20px;
		--font-size-h6: 16px;

		--font-size-normal: 15px;
		--font-size-small: 12.5px;
		--font-size-smaller: 13px;

		--spacing-xl: 56px;
		--spacing-lg: 40px;
		--spacing-md: 28px;
		--spacing-sm: 24px;
		--spacing-xs: 14px;
		--hero-font-size-eyebrow: 22px;
		--hero-font-size-title: 72px;
		--hero-font-size-description: 19px;
		--hero-button-font-size: 17px;
		--hero-highlight-title-size: 30px;
		--hero-highlight-description-size: 16px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 40px 36px 44px;
		--frame-padding-inline: 36px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 36px;
		--hero-description-margin-top: 24px;
		--hero-actions-margin-top: 28px;
		--hero-actions-gap: 16px;
		--hero-button-padding: 14px 26px;
		--hero-highlights-padding: 24px 0 0;
		--hero-highlights-gap: 22px;
		--hero-highlights-line-offset: 16px;
	}
}

/* >= 1100px */
@media (min-width: 1100px) {
	:root {
		--font-size-h1: 44px;
		--font-size-h2: 36px;
		--font-size-h3: 30px;
		--font-size-h4: 26px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 16px;
		--font-size-small: 13px;
		--font-size-smaller: 13px;

		--spacing-xl: 72px;
		--spacing-lg: 56px;
		--spacing-md: 36px;
		--spacing-sm: 28px;
		--spacing-xs: 18px;
		--hero-font-size-eyebrow: 25px;
		--hero-font-size-title: 88px;
		--hero-font-size-description: 20px;
		--hero-button-font-size: 18px;
		--hero-highlight-title-size: 32px;
		--hero-highlight-description-size: 18px;
		--hero-button-outer-border-offset: 6px;
		--hero-content-padding: 48px 44px 52px;
		--frame-padding-inline: 44px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 44px;
		--hero-description-margin-top: 26px;
		--hero-actions-margin-top: 30px;
		--hero-actions-gap: 16px;
		--hero-button-padding: 15px 28px;
		--hero-highlights-padding: 26px 0 18px 42px;
		--hero-highlights-gap: 24px;
		--hero-highlights-width: min(100%, 430px);
		--hero-highlights-line-offset: 18px;
	}
}

/* >= 1400px */
@media (min-width: 1400px) {
	:root {
		--font-size-h1: 48px;
		--font-size-h2: 38px;
		--font-size-h3: 32px;
		--font-size-h4: 28px;
		--font-size-h5: 22px;
		--font-size-h6: 18px;

		--font-size-normal: 17px;
		--font-size-small: 13.5px;
		--font-size-smaller: 14px;

		--spacing-xl: 88px;
		--spacing-lg: 72px;
		--spacing-md: 48px;
		--spacing-sm: 36px;
		--spacing-xs: 20px;
		--hero-font-size-title: 96px;
		--hero-font-size-description: 21px;
		--hero-button-font-size: 18px;
		--hero-highlight-title-size: 32px;
		--hero-highlight-description-size: 18px;
		--hero-content-padding: 60px 56px 64px;
		--frame-padding-inline: 56px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 56px;
		--hero-description-margin-top: 28px;
		--hero-actions-margin-top: 32px;
		--hero-highlights-gap: 26px;
		--hero-highlights-line-offset: 20px;
	}
}

/* >= 1600px */
@media (min-width: 1600px) {
	:root {
		--font-size-h1: 52px;
		--font-size-h2: 42px;
		--font-size-h3: 36px;
		--font-size-h4: 30px;
		--font-size-h5: 24px;
		--font-size-h6: 20px;

		--font-size-normal: 18px;
		--font-size-small: 14px;
		--font-size-smaller: 14px;

		--spacing-xl: 100px;
		--spacing-lg: 80px;
		--spacing-md: 60px;
		--spacing-sm: 40px;
		--spacing-xs: 24px;
		--hero-font-size-title: 102px;
		--hero-font-size-description: 22px;
		--hero-button-font-size: 18px;
		--hero-highlight-title-size: 32px;
		--hero-highlight-description-size: 18px;
		--hero-content-padding: 72px;
		--frame-padding-inline: 72px;
		--hero-content-padding-bottom: 35vh;
		--hero-content-gap: 72px;
		--hero-description-margin-top: 28px;
		--hero-actions-margin-top: 36px;
		--hero-highlights-gap: 28px;
		--hero-highlights-line-offset: 22px;
	}
}

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


/* 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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


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

/* Elements
--------------------------------------------- */
body {
	background: #26364D;
}

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


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}


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

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



/* Links
--------------------------------------------- */
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	position: relative;
	z-index: 20;
	width: 100%;
	padding: 28px 0 0;
}

.site-header--overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

.site-header__inner {
	width: min(100%, var(--width));
	margin: 0 auto;
	padding: 0 var(--frame-padding-inline);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	pointer-events: auto;
	position: relative;
}

.site-header--overlay .site-header__inner {
	padding-bottom: 24px;
}

.site-header--overlay .site-header__inner::after {
	content: '';
	position: absolute;
	left: var(--frame-padding-inline);
	right: var(--frame-padding-inline);
	bottom: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.88);
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	min-height: 46px;
}

.site-branding .custom-logo-link {
	max-width: 220px;
}

.site-title,
.site-description {
	margin: 0;
}

.site-title a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-family-display);
	font-size: clamp(28px, 2.2vw, 42px);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.site-title a::before,
.site-title a::after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	opacity: 0.95;
}

.site-description {
	display: none;
}

.main-navigation {
	position: relative;
	width: auto;
	min-width: min(100%, 400px);
}

.main-navigation::before {
	content: '';
	position: fixed;
	inset: 0;
	background: rgba(3, 7, 14, 0.42);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
	z-index: 28;
}

.main-navigation.toggled::before {
	opacity: 1;
	visibility: visible;
}

.main-navigation__topbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	min-height: 46px;
}

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

.main-navigation__panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(100vw, 420px);
	padding: 36px 28px 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(12, 18, 31, 0.94);
	backdrop-filter: blur(18px);
	box-shadow: -24px 0 60px rgba(0, 0, 0, 0.28);
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: opacity 0.25s ease, transform 0.28s ease, visibility 0.25s ease;
	pointer-events: none;
	z-index: 30;
}

.main-navigation.toggled .main-navigation__panel {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.main-navigation__panel-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 28px;
	padding: 6px 2px 8px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

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

.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 46px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.menu-toggle__icon {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	width: 28px;
}

.menu-toggle__icon span {
	display: block;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.menu-toggle__icon span:nth-child(1) {
	width: 28px;
}

.menu-toggle__icon span:nth-child(2) {
	width: 18px;
}

.menu-toggle__icon span:nth-child(3) {
	width: 10px;
}

.menu-toggle__icon-image {
	max-width: 28px;
	height: auto;
	display: block;
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	background: #fff;
	color: #000000;
	-webkit-text-fill-color: #000000;
	text-decoration: none;
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.header-cta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: inherit;
	line-height: 1;
	transform: translateY(-1px);
	-webkit-text-fill-color: inherit;
}

.header-cta:hover,
.header-cta:focus-visible,
.header-cta:active,
.header-cta:visited {
	color: #000000;
	-webkit-text-fill-color: #000000;
}

.header-cta--panel {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	height: 60px;
	padding: 0 26px;
	border: 1px solid rgba(255, 255, 255, 0.98);
	border-radius: 999px;
	background: #ffffff;
	color: #26364D;
	-webkit-text-fill-color: #26364D;
	text-align: center;
	font-family: var(--font-family-body-accent);
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1;
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.28) inset;
}

.header-cta--panel span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
	text-align: center;
	line-height: 1;
	transform: translateY(-1px);
	-webkit-text-fill-color: inherit;
}

.header-cta--panel::after {
	content: '';
	position: absolute;
	inset: calc(var(--hero-button-outer-border-offset) * -1);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	pointer-events: none;
	transition: inset 0.25s ease, border-color 0.25s ease;
}

.header-cta--panel:hover::after,
.header-cta--panel:focus-visible::after {
	inset: 0;
}

.header-cta--panel:hover,
.header-cta--panel:focus-visible,
.header-cta--panel:active,
.header-cta--panel:visited {
	color: #26364D;
	-webkit-text-fill-color: #26364D;
}

.main-navigation__panel .nav-menu {
	display: grid;
	gap: 16px;
	margin-top: 54px;
}

.main-navigation__panel li {
	list-style: none;
}

.main-navigation__panel a {
	padding: 10px 0;
	font-family: var(--font-family-body-accent);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

@media (max-width: 1099px) {
	.site-header__inner {
		padding: 0 var(--frame-padding-inline);
	}

	.site-title a {
		font-size: clamp(22px, 5vw, 34px);
	}

	.site-title a::before,
	.site-title a::after {
		width: 16px;
	}

	.main-navigation {
		min-width: auto;
	}

	.main-navigation__panel {
		width: min(100vw, 380px);
	}

	.header-cta {
		display: none;
	}

	.header-cta--panel {
		display: inline-flex;
		font-size: 18px;
		height: 60px;
		padding: 0 18px;
	}
}

@media (max-width: 767px) {
	.site-header {
		padding-top: 18px;
	}

	.site-header__inner {
		gap: 12px;
		align-items: center;
	}

	.site-branding {
		max-width: calc(100% - 148px);
	}

	.site-title a {
		gap: 8px;
		font-size: 24px;
	}

	.site-title a::before,
	.site-title a::after {
		width: 12px;
	}

	.main-navigation__topbar {
		gap: 12px;
		justify-content: space-between;
		width: 100%;
	}

	.main-navigation {
		width: 100%;
	}

	.menu-toggle {
		width: 44px;
		height: 44px;
		margin-left: auto;
		order: 2;
	}

	.header-cta {
		display: inline-flex;
		order: 1;
		height: 46px;
		padding: 0 16px;
		font-size: 15px;
	}

	.site-branding {
		display: none;
	}

	.main-navigation__panel {
		width: 100vw;
		right: 0;
		padding: 30px 20px 24px;
	}

	.main-navigation__panel .nav-menu {
		margin-top: 42px;
	}

	.header-cta--panel {
		font-size: 16px;
		font-weight: 500;
		height: 56px;
		padding: 0 20px;
	}
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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


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


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



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