/*!
Theme Name: Nebulite
Theme URI: http://underscores.me/
Author: nebulite
Author URI: http://underscores.me/
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: nebulite
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.

Nebulite 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 1.9em;
	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;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body {
	color: rgba(255, 255, 255, 0.7);
	font-family: Lexend, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

button,
input,
select,
optgroup,
textarea {
	font-family: Lexend, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Lexend, sans-serif;
	color: #fff;
}

h2[id] {
	scroll-margin-top: 100px;
}

@media (max-width: 768px) {

	h2[id] {
		scroll-margin-top: 80px;
	}
}

p {
	margin-bottom: 1.5em;
	color: rgba(255, 255, 255, 0.7);
}

dfn,
cite,
em,
i {
	font-style: italic;
	color: rgba(255, 255, 255, 0.7);
}

blockquote {
	margin: 0 1.5em;
	color: rgba(255, 255, 255, 0.7);
}

address {
	margin: 0 0 1.5em;
	color: rgba(255, 255, 255, 0.7);
}

pre {
	background: #e8e7d0;
	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 #847996;
	cursor: help;
}

mark,
ins {
	background: rgba(244, 236, 214, 0.95);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #192c43;
}

/**
 * Global Container
 * Provides consistent width constraints and padding across the site
 */
.container,
.wp-block-group {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {

	.container,
	.wp-block-group {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1024px) {

	.container,
	.wp-block-group {
		max-width: 1250px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

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

ul,
ol {
	margin: 0 0 1.5em 0;
	color: rgba(255, 255, 255, 0.7);
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	color: rgba(255, 255, 255, 0.7);
}

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

figure {
	margin: 1em 0;
}

/**
 * Global Table Styles
 * Applied to all tables across the site
 */
table {
	margin: 1rem 0;
	width: 100%;
	border-collapse: collapse;
	background: transparent;
}

table thead {
	background: rgba(255, 255, 255, 0.1);
}

table tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.05);
}

table tbody tr:hover {
	background: rgba(255, 255, 255, 0.1);
}

table tbody tr:first-child td {
	font-weight: 600;
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

table th,
table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {

	table th,
	table td {
		padding: 0.5rem;
		font-size: 0.875rem;
	}
}

@media (max-width: 417px) {

	table th,
	table td {
		padding: 0.4rem 0.3rem;
		font-size: 0.75rem;
	}
}

table th {
	font-weight: 600;
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

table td {
	vertical-align: top;
}

/* Links
--------------------------------------------- */
a {
	color: #88b7b5;
}

a:hover,
a:focus,
a:active {
	color: #b7d4bf;
}

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: #641464 #5b135b #531153;
	border-radius: 3px;
	background: #88b7b5;
	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: #7d1a7d #751875 #6c166c;
}

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: #8e1d8e #861b86 #7d1a7d;
}

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: #9c868c;
	border: 1px solid #b1a7b0;
	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: #f4ecd6;
}

select {
	border: 1px solid #b1a7b0;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #263b58;
	backdrop-filter: none;
	box-shadow: none;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.65);
}

.site-header .container {
	width: 100%;
}

.site-header__content {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 2rem;
	padding: 1.5rem 0;
}

@media (max-width: 1100px) {

	.site-header__content {
		grid-template-columns: auto 1fr;
		padding: 1rem 0;
	}
}

.site-branding {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	z-index: 1001;
}

.site-branding .custom-logo-link {
	display: block;
	line-height: 1;
}

.site-branding .custom-logo {
	max-height: 60px;
	width: auto;
	height: auto;
}

.main-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
}

@media (max-width: 1100px) {

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

.main-navigation .nav-menu {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 85%;
		max-width: 400px;
		height: 100vh;
		background: rgba(38, 59, 88, 0.96);
		flex-direction: column;
		align-items: flex-start;
		padding: 5rem 2rem 2rem;
		gap: 0;
		transition: right 0.3s ease;
		overflow-y: auto;
		backdrop-filter: blur(10px);
		justify-content: flex-start;
	}

	.main-navigation .nav-menu > li:last-of-type {
		margin-bottom: 0;
	}
}

.main-navigation .nav-menu li {
	margin: 0;
	padding: 0;
	position: relative;
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu li {
		width: 100%;
		border-bottom: 1px solid rgba(244, 236, 214, 0.12);
	}
}

.main-navigation .nav-menu li.menu-item-has-children > a {
	position: relative;
	padding-right: 1.5rem;
}

.main-navigation .nav-menu li.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid currentColor;
	transition: transform 0.3s ease;
	margin-left: 0.5rem;
	pointer-events: none;
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu li.menu-item-has-children > a::after {
		right: 0;
	}
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu li.menu-item-has-children > a {
		padding-right: 2.5rem;
	}
}

@media (min-width: 1101px) {

	.main-navigation .nav-menu li.menu-item-has-children:hover > a::after {
		transform: translateY(-50%) rotate(180deg);
	}
}

.main-navigation .nav-menu li.menu-item-has-children.submenu-open > a::after {
	transform: translateY(-50%) rotate(180deg);
}

.main-navigation .nav-menu a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: color 0.2s ease;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu a {
		padding: 1rem 0;
		width: 100%;
		font-size: 1rem;
	}
}

.main-navigation .nav-menu a:hover {
	color: #fff;
}

.main-navigation .nav-menu li.current-menu-item > a,
.main-navigation .nav-menu li.current_page_item > a,
.main-navigation .nav-menu li.current-menu-ancestor > a {
	color: #fff;
}

.main-navigation .nav-menu .sub-menu {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	min-width: 220px;
	background: rgba(38, 59, 88, 0.95);
	backdrop-filter: blur(10px);
	list-style: none;
	margin: 0;
	padding: 0.5rem 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	border-radius: 8px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	z-index: 1000;
	border: 1px solid rgba(244, 236, 214, 0.12);
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu .sub-menu {
		position: static;
		width: 100%;
		background: rgba(244, 236, 214, 0.06);
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		transform: none;
		transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.4s ease, padding 0.3s ease;
		margin-top: 0;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		display: block;
	}
}

.main-navigation .nav-menu .sub-menu li {
	margin: 0;
	padding: 0;
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu .sub-menu li {
		border-bottom: 1px solid rgba(244, 236, 214, 0.08);
		width: 100%;
	}
}

.main-navigation .nav-menu .sub-menu li a {
	display: block;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
	border-radius: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu .sub-menu li a {
		padding: 0.75rem 1rem 0.75rem 2rem;
		font-size: 0.9375rem;
		white-space: normal;
		word-wrap: break-word;
		line-height: 1.4;
	}
}

.main-navigation .nav-menu .sub-menu li a:hover {
	background: rgba(136, 183, 181, 0.12);
	color: #f4ecd6;
}

.main-navigation .nav-menu .sub-menu li a:first-child {
	border-radius: 8px 8px 0 0;
}

.main-navigation .nav-menu .sub-menu li a:last-child {
	border-radius: 0 0 8px 8px;
}

.main-navigation .nav-menu .sub-menu li a:only-child {
	border-radius: 8px;
}

@media (min-width: 1101px) {

	.main-navigation .nav-menu .menu-item-has-children:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition-delay: 0.1s;
	}
}

@media (min-width: 1101px) {

	.main-navigation .nav-menu .sub-menu:hover {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

@media (max-width: 1100px) {

	.main-navigation .nav-menu .menu-item-has-children.submenu-open > .sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
		max-height: 1000px !important;
		padding: 0.5rem 0 !important;
		overflow: visible !important;
	}
}

@media (max-width: 1100px) {

	.main-navigation.toggled .nav-menu {
		right: 0;
	}
}

@media (max-width: 1100px) {

	.main-navigation.toggled .nav-menu__mobile-buttons {
		display: flex;
	}
}

.menu-toggle {
	display: none;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0.5rem;
	color: #f4ecd6;
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 1002;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1100px) {

	.menu-toggle {
		display: flex;
	}
}

.menu-toggle__icon {
	position: absolute;
	width: 24px;
	height: 24px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.menu-toggle__icon--close {
	opacity: 0;
	transform: rotate(90deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon--open {
	opacity: 0;
	transform: rotate(90deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon--close {
	opacity: 1;
	transform: rotate(0deg);
}

body.menu-open {
	overflow: hidden;
}

.site-header__buttons {
	display: flex;
	align-items: center;
	gap: 1rem;
	z-index: 1001;
}

@media (max-width: 1100px) {

	.site-header__buttons {
		display: none;
	}
}

.site-header__button {
	padding: 0.625rem 1.5rem;
	border-radius: 6px;
	font-size: 0.875rem;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.btn1 {
	border: 1px solid rgba(250, 250, 250, 0.13);
}

.btn1:hover {
	background: #fff;
	color: #192c43;
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn2 {
	background: #f51969;
}

.btn2:hover {
	background: #fff;
	color: #f51969;
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-menu__mobile-buttons-wrapper {
	display: none;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1100px) {

	.nav-menu__mobile-buttons-wrapper {
		display: none;
	}
}

.nav-menu__mobile-buttons {
	display: flex;
	width: 100%;
	margin-top: 2rem;
	padding-top: 2rem;
	gap: 1rem;
	flex-direction: column;
}

.nav-menu__mobile-buttons .site-header__button {
	width: 100%;
	display: block;
	justify-content: center;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	text-align: center;
	color: #fff !important;
}

.nav-menu__mobile-buttons .btn1:hover {
	color: #fff !important;
	background: transparent !important;
}

.nav-menu__mobile-buttons .btn2 {
	color: #fff !important;
	background: #f51969 !important;
}

@media (max-width: 1100px) {

	.main-navigation.toggled .nav-menu__mobile-buttons-wrapper {
		display: block;
	}
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

/* Hero Block
--------------------------------------------- */
.hero-block {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 4rem 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width: 1250px) {

	.hero-block {
		border-radius: 20px;
		margin-top: 2rem;
	}
}

@media (min-width: 768px) {

	.hero-block {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1024px) {

	.hero-block {
		max-width: 1250px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {

	.hero-block {
		min-height: 500px;
	}
}

@media (max-width: 768px) {

	.hero-block {
		min-height: 400px;
		padding: 3rem 0;
		background-position: right center;
	}
}

@media (max-width: 480px) {

	.hero-block {
		min-height: 350px;
		padding: 6rem 0;
		background-position: 75% center;
	}
}

.hero-block .container {
	position: relative;
	width: 100%;
}

.hero-block__content {
	text-align: center;
	color: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero-block__title {
	margin: 0 0 2rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {

	.hero-block__title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
}

.hero-block__cta {
	padding: 0.75rem 2rem;
	border-radius: 12px;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	background: #f51969;
	color: #fff;
	text-transform: uppercase;
}

.hero-block__cta:hover {
	background: #fff;
	color: #c41252;
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {

	.hero-block__cta {
		padding: 0.625rem 1.5rem;
		font-size: 0.9375rem;
	}
}

/* CTA Block
--------------------------------------------- */

/**
 * CTA Block Styles
 */
.cta-block {
	width: 100%;
	padding: 2rem 0;
}

.cta-block .container {
	width: 100%;
}

.cta-block__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.cta-block__button {
	padding: 0.625rem 1.5rem;
	border-radius: 6px;
	font-size: 0.875rem;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: #f51969;
}

.cta-block__button:hover {
	background: #fff;
	color: #f51969;
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {

	.cta-block__button {
		padding: 0.625rem 1.25rem;
		font-size: 0.8125rem;
	}
}

.cta-block__empty {
	margin: 0;
	padding: 1rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9375rem;
}

/* Slider Block
--------------------------------------------- */

/**
 * Slider Block Styles
 */
.slider-block {
	width: 100%;
	padding: 2rem 0;
}

.slider-block .container {
	width: 100%;
}

.slider-block__wrapper {
	position: relative;
	width: 100%;
	overflow: visible;
	border-radius: 12px;
	height: 100px;
}

.slider-block__slider {
	height: 100px;
	position: relative;
}

.slider-block__slider .slick-list {
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
}

.slider-block__slider .slick-track {
	height: 100%;
	display: flex;
	align-items: center;
}

.slider-block__slider .slick-slide {
	height: 100%;
}

.slider-block__slider .slick-slide > div {
	height: 100%;
}

.slider-block__slide {
	height: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-block__slide.slick-slide {
	height: 100%;
}

.slider-block__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.slider-block .slick-prev,
.slider-block .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.2s ease;
	color: #192c43;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.slider-block .slick-prev::before,
.slider-block .slick-next::before {
	display: none;
}

.slider-block .slick-prev:hover,
.slider-block .slick-next:hover {
	opacity: 0.8;
}

.slider-block .slick-prev:focus,
.slider-block .slick-next:focus {
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 2px;
}

.slider-block .slick-prev.slick-disabled,
.slider-block .slick-next.slick-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.slider-block .slick-prev {
	left: 1rem;
}

.slider-block .slick-prev::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent currentColor transparent transparent;
}

@media (max-width: 768px) {

	.slider-block .slick-prev {
		left: 0.5rem;
		width: 40px;
		height: 40px;
	}

	.slider-block .slick-prev::after {
		border-width: 6px 10px 6px 0;
	}
}

.slider-block .slick-next {
	right: 1rem;
}

.slider-block .slick-next::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent currentColor;
}

@media (max-width: 768px) {

	.slider-block .slick-next {
		right: 0.5rem;
		width: 40px;
		height: 40px;
	}

	.slider-block .slick-next::after {
		border-width: 6px 0 6px 10px;
	}
}

/* FAQ Section Block
--------------------------------------------- */

/**
 * FAQ Section Block
 */
.faq-section {
	padding: 2rem 0;
}

.faq-section .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (max-width: 768px) {

	.faq-section .container {
		padding: 0 1rem;
	}
}

.faq-section__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	text-align: center;
	color: #fff;
}

@media (max-width: 768px) {

	.faq-section__title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

.faq-section__description {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 2rem;
	color: #fff;
	opacity: 0.85;
}

@media (max-width: 768px) {

	.faq-section__description {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
}

.faq-section__items {
	width: 100%;
}

.faq-section__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 0;
	transition: background-color 0.2s ease;
}

.faq-section__item:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-section__item:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

.faq-section__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	color: #fff;
	transition: color 0.2s ease;
}

.faq-section__question:hover {
	color: #88b7b5;
}

.faq-section__question[aria-expanded="true"] .faq-section__icon {
	transform: rotate(45deg);
}

@media (max-width: 768px) {

	.faq-section__question {
		padding: 1rem 0;
	}
}

.faq-section__question-text {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
	flex: 1;
	color: inherit;
	padding-right: 1rem;
	padding-left: 0.5rem;
}

@media (max-width: 768px) {

	.faq-section__question-text {
		font-size: 1rem;
	}
}

.faq-section__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	color: #88b7b5;
}

.faq-section__icon svg {
	width: 100%;
	height: 100%;
}

.faq-section__answer {
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	max-height: 0;
	padding: 0 0;
}

.faq-section__answer[hidden] {
	display: none;
}

.faq-section__answer:not([hidden]) {
	display: block;
	max-height: 2000px;
	padding: 1rem 0;
}

@media (max-width: 768px) {

	.faq-section__answer:not([hidden]) {
		padding-bottom: 1rem;
	}
}

.faq-section__answer-content {
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
	padding: 0 0.5rem;
}

@media (max-width: 417px) {

	.faq-section__answer-content {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
}

.faq-section__answer-content p {
	margin: 0 0 1rem;
}

.faq-section__answer-content p:last-child {
	margin-bottom: 0;
}

.faq-section__answer-content ul,
.faq-section__answer-content ol {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
}

.faq-section__answer-content ul:last-child,
.faq-section__answer-content ol:last-child {
	margin-bottom: 0;
}

.faq-section__answer-content li {
	margin-bottom: 0.5rem;
}

.faq-section__answer-content li:last-child {
	margin-bottom: 0;
}

.faq-section__answer-content a {
	color: #88b7b5;
	text-decoration: underline;
}

.faq-section__answer-content a:hover {
	text-decoration: none;
}

.faq-section__answer-content strong {
	font-weight: 600;
	color: #fff;
}

.faq-section__answer-content em {
	font-style: italic;
}

.faq-section__answer-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	background: transparent;
	min-width: 100%;
}

.faq-section__answer-content table thead {
	background: rgba(255, 255, 255, 0.1);
}

.faq-section__answer-content table tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.05);
}

.faq-section__answer-content table tbody tr:hover {
	background: rgba(255, 255, 255, 0.1);
}

.faq-section__answer-content table tbody tr:first-child td {
	font-weight: 600;
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

.faq-section__answer-content table th,
.faq-section__answer-content table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {

	.faq-section__answer-content table th,
	.faq-section__answer-content table td {
		padding: 0.5rem;
		font-size: 0.875rem;
	}
}

@media (max-width: 417px) {

	.faq-section__answer-content table th,
	.faq-section__answer-content table td {
		padding: 0.4rem 0.3rem;
		font-size: 0.75rem;
		white-space: nowrap;
	}
}

.faq-section__answer-content table th {
	font-weight: 600;
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}

.faq-section__answer-content table td {
	vertical-align: top;
}

@media (max-width: 417px) {

	.faq-section__answer-content table {
		width: 100%;
		min-width: 600px;
		display: table;
		table-layout: auto;
	}

	.faq-section__answer-content thead,
	.faq-section__answer-content tbody {
		display: table-row-group;
	}

	.faq-section__answer-content tr {
		display: table-row;
	}

	.faq-section__answer-content th,
	.faq-section__answer-content td {
		display: table-cell;
		min-width: 120px;
	}
}

/* Key Sections Block
--------------------------------------------- */

/**
 * Key Sections Block Styles
 */
.key-sections-block {
	width: 100%;
	margin: 2rem 0;
	position: relative;
}

@media (max-width: 768px) {

	.key-sections-block {
		margin: 1.5rem 0;
	}
}

.key-sections__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	background: #263b58;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	font-family: Lexend, sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: left;
}

.key-sections__toggle:hover {
	background: rgba(38, 59, 88, 0.9);
	border-color: rgba(255, 255, 255, 0.2);
}

.key-sections__toggle:focus {
	outline: 2px solid rgba(255, 255, 255, 0.3);
	outline-offset: 2px;
}

.key-sections__toggle[aria-expanded="true"] {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(38, 59, 88, 0.9);
}

.key-sections__toggle[aria-expanded="true"] .key-sections__toggle-icon {
	transform: rotate(180deg);
}

@media (max-width: 768px) {

	.key-sections__toggle {
		padding: 0.875rem 1rem;
		font-size: 0.9375rem;
	}
}

.key-sections__toggle-text {
	flex: 1;
	margin: 0;
}

.key-sections__toggle-icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-left: 0.75rem;
	transition: transform 0.3s ease;
	color: #fff;
}

.key-sections__menu-wrapper {
	position: relative;
	margin: 0.5rem 0 0;
}

.key-sections__menu {
	list-style: none;
	margin: 0;
	padding: 0 0 3rem;
	background: #263b58;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
	max-height: 400px;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
	transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.key-sections-block:not(.is-open) .key-sections__menu {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	padding-bottom: 0;
}

@media (max-width: 768px) {

	.key-sections__menu {
		max-height: 400px;
		padding-bottom: 3rem;
	}
}

.key-sections__item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.key-sections__item:last-child {
	border-bottom: none;
}

.key-sections__link {
	display: block;
	padding: 0.875rem 1.25rem;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 0.9375rem;
	line-height: 1.5;
	transition: all 0.2s ease;
	position: relative;
	padding-left: 2.5rem;
}

.key-sections__link::before {
	content: "";
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

.key-sections__link:hover,
.key-sections__link:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding-left: 2.75rem;
}

.key-sections__link:hover::before,
.key-sections__link:focus::before {
	opacity: 1;
	background: #fff;
}

.key-sections__link:focus {
	outline: 2px solid rgba(255, 255, 255, 0.3);
	outline-offset: -2px;
}

@media (max-width: 768px) {

	.key-sections__link {
		padding: 0.75rem 1rem;
		padding-left: 2.25rem;
		font-size: 0.875rem;
	}

	.key-sections__link:hover,
	.key-sections__link:focus {
		padding-left: 2.5rem;
	}

	.key-sections__link::before {
		left: 1rem;
	}
}

.key-sections__scroll-indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem;
	background: linear-gradient(to bottom, rgba(38, 59, 88, 0) 0%, rgba(38, 59, 88, 0.7) 20%, rgba(38, 59, 88, 0.9) 50%, rgba(38, 59, 88, 0.95) 100%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 2;
	border-radius: 0 0 8px 8px;
}

.key-sections-block:not(.is-open) .key-sections__scroll-indicator {
	opacity: 0 !important;
	visibility: hidden !important;
}

.key-sections-block.is-open .key-sections__menu-wrapper[data-scrollable="true"] .key-sections__scroll-indicator {
	opacity: 1;
	visibility: visible;
}

.key-sections-block.is-open .key-sections__menu-wrapper:hover .key-sections__scroll-indicator {
	opacity: 0.3;
}

.key-sections__scroll-text {
	font-size: 0.75rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.key-sections__scroll-icon {
	width: 14px;
	height: 14px;
	color: rgba(255, 255, 255, 0.6);
	animation: key-sections-scroll-bounce 2s ease-in-out infinite;
}

@keyframes key-sections-scroll-bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(4px);
	}
}

.key-sections__empty {
	margin: 0;
	padding: 1rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9375rem;
	background: #263b58;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
}

/* Scroll to Top Button
--------------------------------------------- */

/**
 * Scroll to Top Button Styles
 */
.scroll-to-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2d4769;
	border: 2px solid rgba(136, 183, 181, 0.6);
	border-radius: 50%;
	color: #f4ecd6;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s ease;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(49, 10, 49, 0.3);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
	border-color: #88b7b5;
	opacity: 0.8;
	transform: translateY(-4px);
	box-shadow: 0 6px 16px rgba(49, 10, 49, 0.4);
}

.scroll-to-top:focus {
	outline: 2px solid #88b7b5;
	outline-offset: 2px;
}

.scroll-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media (max-width: 768px) {

	.scroll-to-top {
		bottom: 1.5rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%) translateY(20px);
		width: 52px;
		height: 52px;
	}

	.scroll-to-top.is-visible {
		transform: translateX(-50%) translateY(0);
	}

	.scroll-to-top:hover,
	.scroll-to-top:focus {
		transform: translateX(-50%) translateY(-4px);
	}
}

.scroll-to-top__icon {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 768px) {

	.scroll-to-top__icon {
		width: 24px;
		height: 24px;
		stroke-width: 2.5;
	}
}

/* Table of Contents
--------------------------------------------- */

/* Error Pages
--------------------------------------------- */
.error-404 {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: radial-gradient(circle at top, rgba(244, 236, 214, 0.35), rgba(49, 10, 49, 0.95));
	color: #f4ecd6;
	text-align: center;
	padding: 4rem 1.5rem;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

@media (min-width: 768px) {

	.error-404 {
		padding: 6rem 2rem;
	}
}

.error-404__inner {
	position: relative;
	z-index: 1;
	max-width: 680px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
}

.error-404__status {
	font-family: Lexend, sans-serif;
	font-size: clamp(4rem, 14vw, 8rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #88b7b5;
	margin: 0;
	text-shadow: 0 0 20px rgba(246, 197, 67, 0.3);
}

.error-404__title {
	font-family: Lexend, sans-serif;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	margin: 0;
	color: #f4ecd6;
	line-height: 1.2;
}

.error-404__subtitle {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.6;
	color: rgba(244, 236, 214, 0.9);
	max-width: 600px;
}

@media (max-width: 768px) {

	.error-404__subtitle {
		font-size: 1rem;
	}
}

.error-404__actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

@media (min-width: 480px) {

	.error-404__actions {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: auto;
	}
}

.error-404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2.5rem;
	font-family: Lexend, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 6px;
	transition: all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

.error-404__button--primary {
	background: #88b7b5;
	color: #310a31;
	box-shadow: 0 4px 12px rgba(136, 183, 181, 0.35);
}

.error-404__button--primary:hover,
.error-404__button--primary:focus {
	background: #a7cab1;
	color: #310a31;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(167, 202, 177, 0.45);
}

.error-404__button--secondary {
	background: rgba(244, 236, 214, 0.1);
	color: rgba(244, 236, 214, 0.9);
	border: 1px solid rgba(244, 236, 214, 0.25);
	backdrop-filter: blur(10px);
}

.error-404__button--secondary:hover,
.error-404__button--secondary:focus {
	background: rgba(244, 236, 214, 0.2);
	color: #f4ecd6;
	border-color: rgba(136, 183, 181, 0.5);
	transform: translateY(-2px);
}

.error-404__illustration {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
}

.error-404__illustration svg {
	width: clamp(120px, 30vw, 200px);
	height: auto;
	filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25));
}

.error-404__glow {
	position: absolute;
	width: clamp(240px, 50vw, 420px);
	height: clamp(240px, 50vw, 420px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(136, 183, 181, 0.35) 0%, rgba(136, 183, 181, 0) 70%);
	filter: blur(60px);
	opacity: 0.6;
	z-index: 0;
	pointer-events: none;
}

.error-404__glow--top {
	top: 8%;
	left: 15%;
}

.error-404__glow--bottom {
	bottom: 10%;
	right: 20%;
	background: radial-gradient(circle, rgba(132, 121, 150, 0.3) 0%, rgba(132, 121, 150, 0) 70%);
}

.site-footer {
	background: #263b58;
	padding: 3rem 0 2rem;
}

.site-footer .container {
	width: 100%;
}

.site-footer__content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 3rem;
	align-items: flex-start;
}

@media (max-width: 1024px) {

	.site-footer__content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.site-footer__branding {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
}

@media (max-width: 1024px) {

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

.site-footer__branding .custom-logo-link {
	display: block;
	line-height: 1;
}

.site-footer__branding .custom-logo {
	max-height: 40px;
	width: auto;
	height: auto;
}

.site-footer__social {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {

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

.site-footer__social-link {
	display: inline-block;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.site-footer__social-link:hover {
	opacity: 0.7;
}

.site-footer__social-icon {
	width: auto;
	height: 24px;
	display: block;
}

.site-footer__column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (max-width: 1024px) {

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

.site-footer__column-title {
	margin: 0 0 1rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-footer__pages {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.site-footer__page-item {
	margin: 0;
	padding: 0;
}

.site-footer__page-link {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.2s ease;
	display: block;
}

.site-footer__page-link:hover {
	color: #fff;
}

.site-footer__description {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.875rem;
	line-height: 1.6;
}

.site-footer__description p {
	margin: 0 0 1rem;
}

.site-footer__description p:last-child {
	margin-bottom: 0;
}

.site-footer__reviews {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {

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

.site-footer__review-link {
	display: inline-block;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.site-footer__review-link:hover {
	opacity: 0.7;
}

.site-footer__review-icon {
	width: auto;
	height: 40px;
	display: block;
}

.site-footer-bottom {
	background: #192c43;
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-bottom .container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

@media (min-width: 1100px) {

	.site-footer-bottom .container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

.site-footer-bottom__references {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: nowrap;
	width: 50%;
}

@media (max-width: 1100px) {

	.site-footer-bottom__references {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {

	.site-footer-bottom__references {
		justify-content: center;
	}
}

.site-footer-bottom__reference-link {
	display: inline-block;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.site-footer-bottom__reference-link:hover {
	opacity: 0.7;
}

.site-footer-bottom__reference-icon {
	width: auto;
	height: 24px;
	display: block;
}

.site-footer-bottom__copyright {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.875rem;
	line-height: 1.6;
	width: 50%;
}

@media (max-width: 1100px) {

	.site-footer-bottom__copyright {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.site-footer-bottom__copyright {
		text-align: center;
	}
}

.site-footer-bottom__copyright p {
	margin: 0;
}

.site-footer-bottom__copyright p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# 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: #e1e4cd;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #a7cab1;
	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;
}
