/*!
Theme Name: circular-carbon
Theme URI: http://underscores.me/
Author: Daniel Tofaute
Author URI: http://eyeworkers.de
Description: Theme for Circular Carbon
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: circular-carbon
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.

circular-carbon 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

--------------------------------------------------------------*/
.has-primary-color-green-background-color {
	background-color: #0dc25f;
}

.has-secondary-color-green-background-color {
	background-color: #b2efd5;
}

.has-tertiary-color-green-background-color {
	background-color: #0b5335;
}

.has-light-grey-background-color {
	background-color: #e8ebec;
}

.has-dark-grey-background-color {
	background-color: #182329;
}

.has-primary-color-green-color {
	color: #0dc25f;
}

.has-secondary-color-green-color {
	color: #b2efd5;
}

.has-tertiary-color-green-color {
	color: #0b5335;
}

.has-medium-grey-color {
	color: #728189;
}

.has-dark-grey-color {
	color: #182329;
}

@font-face {
	font-family: "gothic";
	font-style: normal;
	font-weight: 400;
	src: local(""), url("./fonts/gothic.woff") format("woff");
}

@font-face {
	font-family: "gothic";
	font-style: normal;
	font-weight: 600;
	src: local(""), url("./fonts/gothic-bold.woff") format("woff");
}

/* Font downloaded from FontsForWeb.com */
.entry-content
> *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.colwrap {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5%;
}

@media (min-width: 1024px) {
	.entry-content
> *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
	.colwrap {
		padding: 0 3%;
	}
}

@media (min-width: 1400px) {
	.entry-content
> *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
	.colwrap {
		padding: 0;
	}
}

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

body > p,
p {
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.5;
}

h1,
h1 > a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}

@media (min-width: 782px) {
	h1,
	h1 > a {
		font-size: 30px;
	}
}

@media (min-width: 1024px) {
	h1,
	h1 > a {
		font-size: 40px;
	}
}

h1 b,
h1 strong,
h1 > a b,
h1 > a strong {
	font-weight: 600;
	display: block;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

@media (min-width: 782px) {
	h2 {
		font-size: 26px;
	}
}

@media (min-width: 1024px) {
	h2 {
		font-size: 30px;
	}
}

h3 {
	font-size: 18px;
}

@media (min-width: 782px) {
	h3 {
		font-size: 22px;
	}
}

@media (min-width: 1024px) {
	h3 {
		font-size: 24px;
	}
}

h4 {
	font-size: 18px;
}

@media (min-width: 782px) {
	h4 {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {
	h4 {
		font-size: 20px;
	}
}

h5 {
	font-size: 16px;
}

@media (min-width: 782px) {
	h5 {
		font-size: 18px;
	}
}

@media (min-width: 1024px) {
	h5 {
		font-size: 18px;
	}
}

h6 {
	font-size: 14px;
}

@media (min-width: 782px) {
	h6 {
		font-size: 16px;
	}
}

@media (min-width: 1024px) {
	h6 {
		font-size: 16px;
	}
}

p {
	margin-bottom: 1.5em;
}

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

/* Elements
--------------------------------------------- */
body {
	hyphens: auto;
	hyphenate-limit-chars: 10 5 5;
	background: #fff;
}

body.nav-open {
	overflow: hidden;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ul .lang-menu {
	padding: 0;
}

ul.is-style-circularcarbon-check-list,
ul.is-style-circularcarbon-circle-list,
ul.is-style-default:not(.wp-block-social-links),
ul:not([class]) {
	margin-left: 0;
}

ul.is-style-circularcarbon-check-list li,
ul.is-style-circularcarbon-circle-list li,
ul.is-style-default:not(.wp-block-social-links) li,
ul:not([class]) li {
	padding-bottom: 10px;
}

.entry-content
> ul.is-style-default:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.entry-content
> ul:not([class]):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
ul.is-style-default:not(.wp-block-social-links),
ul:not([class]) {
	padding-left: calc(0.8rem + 5%);
}

@media (min-width: 1024px) {
	.entry-content
> ul.is-style-default:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
	.entry-content
> ul:not([class]):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
	ul.is-style-default:not(.wp-block-social-links),
	ul:not([class]) {
		padding-left: calc(0.8rem + 3%);
	}
}

.wp-block-column > ul:not([class]),
.wp-block-column > ul.is-style-default:not(.wp-block-social-links) {
	padding-left: 0.8rem;
}

ul.is-style-circularcarbon-check-list,
ul.is-style-circularcarbon-circle-list {
	list-style: none;
	padding: 0;
}

ul.is-style-circularcarbon-check-list li,
ul.is-style-circularcarbon-circle-list li {
	padding-left: 2rem;
	margin-top: -1.8rem;
}

ul.is-style-circularcarbon-check-list li::before,
ul.is-style-circularcarbon-circle-list li::before {
	display: block;
	position: relative;
	bottom: -1.8rem;
	right: 2.2rem;
	content: "";
	width: 30px;
	min-width: 30px;
	height: 30px;
	transform: translateY(-4px);
}

ul.is-style-circularcarbon-check-list li::before {
	background-image: url(./icons/Check.svg);
}

ul.is-style-circularcarbon-circle-list li::before {
	background-image: url(./icons/Circle.svg);
}

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

figure.is-style-circularcarbon-rounded {
	border-radius: 50px;
}

figure.is-style-circularcarbon-rounded img {
	width: 100%;
}

figure {
	margin: 1em 0;
}

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

.wp-block-table td {
	vertical-align: top;
}

footer#colophon {
	color: white;
	background: #182329;
	padding-top: 50px;
	padding-bottom: 18px;
	background-image: url("./icons/footer-arrow.svg");
	background-position: bottom right 35px;
	background-repeat: no-repeat;
	background-size: 33%;
}

@media (min-width: 782px) {
	footer#colophon {
		background-size: auto;
	}
}

footer#colophon .colwrap {
	display: flex;
	flex-flow: column;
}

@media (min-width: 1024px) {
	footer#colophon .colwrap {
		flex-flow: row;
		justify-content: space-between;
	}
}

footer#colophon .colwrap.legal {
	margin-top: 28px;
	margin-bottom: 50px;
	justify-content: start;
	color: #728189;
}

@media (min-width: 782px) {
	footer#colophon .colwrap.legal {
		margin-bottom: auto;
	}
}

footer#colophon .colwrap.legal li {
	margin-left: 50px;
}

footer#colophon .colwrap.legal li:first-of-type {
	margin-left: 0;
}

@media (min-width: 1024px) {
	footer#colophon .colwrap.legal li:first-of-type {
		margin-left: 50px;
	}
}

footer#colophon .colwrap.legal li a {
	color: #728189;
}

footer#colophon .img {
	margin-top: 25px;
	padding: 20px 0;
}

footer#colophon .img img {
	width: 175px;
}

footer#colophon .address,
footer#colophon .legal {
	font-size: 14px;
}

footer#colophon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer#colophon ul a {
	text-decoration: none;
}

footer#colophon ul a:hover {
	text-decoration: underline;
}

footer#colophon #menu-quicklinks,
footer#colophon .social {
	font-size: 15px;
	letter-spacing: 2.14px;
}

footer#colophon #menu-quicklinks a,
footer#colophon .social a {
	color: white;
	text-transform: uppercase;
}

footer#colophon #menu-quicklinks li {
	margin-bottom: 12px;
}

footer#colophon #menu-footer-legal,
footer#colophon #menu-footer-englisch,
footer#colophon #menu-footer {
	display: flex;
}

/* Links
--------------------------------------------- */
a {
	color: #0dc25f;
}

a:visited {
	color: #0dc25f;
}

a:hover, a:focus, a:active {
	color: #0dc25f;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

.social a {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}

.social a:before {
	margin-right: 12px;
	width: 40px;
	height: 40px;
}

.social a.twitter:before {
	content: url("./icons/twitter.svg");
}

.social a.xing:before {
	content: url("./icons/xing.svg");
}

.social a.linkedin:before {
	content: url("./icons/linkedin.svg");
}

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

.contact-form-circularcarbon
.wpforms-form
.wpforms-submit-container
button[type="submit"].wpforms-submit,
.wp-block-button__link.has-primary-color-green-background-color.has-background {
	transition: background-color 0.3s;
	color: white;
}

.contact-form-circularcarbon
.wpforms-form
.wpforms-submit-container
button[type="submit"].wpforms-submit:hover, .contact-form-circularcarbon
.wpforms-form
.wpforms-submit-container
button[type="submit"].wpforms-submit:active,
.wp-block-button__link.has-primary-color-green-background-color.has-background:hover,
.wp-block-button__link.has-primary-color-green-background-color.has-background:active {
	background-color: #0f964c;
	color: white;
}

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
--------------------------------------------- */
.flag-anchor {
	z-index: 3;
}

.contact-flag {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 77px;
	right: 0;
	width: 90px;
	height: 70px;
	background: #0dc25f;
}

.contact-flag p {
	display: none;
}

@media (min-width: 1024px) {
	.contact-flag {
		top: 207px;
	}
	.contact-flag > a {
		display: block;
		width: 65px;
		height: 47px;
	}
	.contact-flag > p {
		color: white;
		margin: 0;
		display: block;
		font-weight: bold;
		margin-left: 23px;
		line-height: 19px;
	}
}

#masthead {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background-color: #182329;
	position: sticky;
	top: 0;
	z-index: 200;
	margin: 0 auto;
}

#masthead .custom-logo {
	max-width: 180px;
	height: 36px;
}

@media (min-width: 1024px) {
	#masthead {
		height: 100px;
	}
	#masthead .custom-logo {
		max-width: 220px;
		height: auto;
	}
}

.main-navigation {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
}

@media (min-width: 1024px) {
	.main-navigation {
		padding: 0 3%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
	.main-navigation #primary-menu {
		margin-left: 20px;
	}
}

@media (min-width: 1400px) {
	.main-navigation #primary-menu {
		margin-left: 67px;
	}
}

@media (max-width: 1024px) {
	.main-navigation #primary-menu {
		overflow-y: auto;
		height: 100%;
	}
}

.main-navigation ul:not(.lang-menu) {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul:not(.lang-menu) ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

@media (min-width: 1024px) {
	.main-navigation ul:not(.lang-menu) ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
}

.main-navigation ul:not(.lang-menu) ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul:not(.lang-menu) ul li:hover > ul,
.main-navigation ul:not(.lang-menu) ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul:not(.lang-menu) ul a {
	width: max-content;
	font-size: 16px;
	font-weight: normal;
}

@media (max-width: 1024px) {
	.main-navigation ul:not(.lang-menu) li > ul {
		left: auto;
	}
}

.main-navigation ul:not(.lang-menu) li:hover > ul,
.main-navigation ul:not(.lang-menu) li.focus > ul {
	left: auto;
	display: block;
}

.main-navigation li {
	position: relative;
	margin-right: 20px;
	height: 100%;
	display: flex;
	align-items: center;
}

.main-navigation li:last-child {
	margin-right: 0;
}

@media (min-width: 1024px) {
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #0dc25f;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: white;
	font-weight: bold;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #0dc25f;
}

@media (min-width: 1024px) {
	a.menu-toggle {
		display: none;
	}
	.main-navigation ul:not(.sub-menu) {
		display: flex;
		align-items: center;
		height: 100px;
	}
	ul.sub-menu {
		background: #293236;
		border-top: 5px solid #0dc25f;
	}
	ul.sub-menu li:first-child {
		margin-top: 10px;
	}
	ul.sub-menu li {
		margin-right: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #d4d4d4;
	}
	.nav-first,
	.nav-second {
		display: flex;
		align-items: center;
	}
	.nav-second ul:not(.lang-menu) {
		display: block;
	}
	.nav-second ul:not(.lang-menu) li {
		margin-left: 12px;
	}
	.nav-second ul:not(.lang-menu) li:first-child {
		display: none;
	}
	.nav-second img {
		width: 20px;
	}
	.nav-second img.arrow {
		width: 30px;
		margin-right: 0;
	}
}

.nav-second img.arrow {
	margin-right: 0.75rem;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

/* Small menu. */
@media (max-width: 1024px) {
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}
}

@media (max-width: 1024px) {
	#site-navigation.toggled .menu-menu-1-container {
		display: block;
		position: fixed;
		right: 0;
		background-color: #182329;
		width: 100%;
		height: 100vh;
		animation: slide-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
		z-index: 20;
		margin-top: 10px;
		border-top: 5px solid #0dc25f;
	}
	#site-navigation.toggled.main-navigation a.menu-toggle.menu-icon {
		display: block;
		z-index: 2;
		color: white;
	}
	#site-navigation.toggled.main-navigation a.menu-toggle.menu-icon::after {
		content: "\2715";
		width: auto;
		height: auto;
		font-size: 40px;
		background: none;
	}
	#site-navigation.toggled #primary-menu {
		margin: 30px auto auto 20px;
	}
}

@media (max-width: 1024px) and (min-width: 782px) {
	#site-navigation.toggled #primary-menu {
		margin: 50px auto auto 50px;
	}
}

@media (max-width: 1024px) {
	#site-navigation.toggled #primary-menu li {
		height: auto;
		flex-flow: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	#site-navigation.toggled #primary-menu li a {
		font-size: 18px;
		font-weight: normal;
	}
	#site-navigation.toggled #primary-menu li:last-child {
		margin-right: 20px;
	}
	#site-navigation.toggled #primary-menu > li ul.sub-menu {
		position: relative;
		display: none;
		width: 90%;
		margin-left: 20px;
	}
	#site-navigation.toggled #primary-menu > li ul.sub-menu li {
		border-bottom: 1px solid #384045;
		padding: 16px;
		margin-bottom: 0;
	}
	#site-navigation.toggled #primary-menu > li.open .sub-menu {
		display: block;
	}
}

#site-navigation .menu-menu-1-container {
	display: none;
}

@media (min-width: 1024px) {
	#site-navigation .menu-menu-1-container {
		display: block;
	}
}

#site-navigation .lang-menu {
	text-transform: uppercase;
	margin: 0 10px;
	padding: 0;
}

.main-navigation a.menu-toggle.menu-icon::after {
	display: block;
	width: 30px;
	height: 30px;
	content: "";
	background: url(./icons/menu.svg);
}

.nav-second {
	display: flex;
	align-items: center;
}

.nav-second ul:not(.lang-menu) {
	display: block;
}

.nav-second ul:not(.lang-menu) li {
	margin: 0 8px 0 12px;
}

.nav-second ul:not(.lang-menu) li:first-child {
	display: none;
}

.nav-second img:first-of-type {
	width: 20px;
}

@keyframes slide-left {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}

/*
* Mobile Menu
*/
@media (max-width: 1024px) {
	.menu-item-has-children > .trigger-mobile-submenu {
		display: block;
	}
	.menu-item-has-children > .trigger-mobile-submenu::before {
		content: "";
		position: absolute;
		right: 0;
		width: 30px;
		height: 20px;
		background-image: url(./icons/arrow-down.svg);
	}
	.trigger-mobile-submenu {
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 5px;
		display: inline-block;
		width: 30px;
		height: 100%;
		max-height: 50px;
		text-align: right;
		cursor: pointer;
		color: #0dc25f;
		font-size: 10px;
		line-height: 50px;
		display: none;
	}
	.trigger-mobile-submenu.open::before {
		background-image: url(./icons/arrow-up.svg);
	}
}

.flag-anchor {
	z-index: 3;
}

.contact-flag {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 77px;
	right: 0;
	width: 90px;
	height: 70px;
	background: #0dc25f;
}

.contact-flag p {
	display: none;
}

@media (min-width: 1024px) {
	.contact-flag {
		top: 207px;
	}
	.contact-flag > a {
		display: block;
		width: 65px;
		height: 47px;
	}
	.contact-flag > p {
		color: white;
		margin: 0;
		display: block;
		font-weight: bold;
		margin-left: 23px;
		line-height: 19px;
	}
}

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

.post {
	margin: 0 0 1.5em;
}

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

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

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

.error-404.not-found {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.error-404.not-found header > h1 {
	font-size: 160px;
	margin: 40% auto 0;
}

.error-404.not-found .page-content {
	margin: 0 auto 200px;
}

.error-404.not-found .page-content h2 {
	text-align: center;
	font-weight: bold;
}

.error-404.not-found .page-content .back-link {
	margin: 80px auto 0;
	text-align: center;
}

.error-404.not-found .page-content .back-link a {
	background-color: #0dc25f;
	border: none;
	padding: 18px 65px;
	border-radius: 9999px;
	color: white;
	text-decoration: none;
}

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

/* Blocks
--------------------------------------------- */
:root {
	--wp--style--block-gap: 3%;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) {
	flex-wrap: wrap;
	margin: 35px auto;
	padding: 0 3%;
}

@media (min-width: 1024px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		padding: 0 5%;
	}
}

@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: calc(50% - var(--wp--style--block-gap, 2em) / 2);
		flex-grow: 0;
	}
}

@media (min-width: 1024px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		flex-basis: 0;
		flex-grow: 1;
	}
}

.wp-block-columns.img-stack-top .wp-block-column:first-child {
	order: 1;
}

@media (min-width: 782px) {
	.wp-block-columns.img-stack-top .wp-block-column:first-child {
		order: initial;
	}
}

.wp-block-cover.element-has-edge.alignfull:first-child {
	min-height: 90vh;
}

@media screen and (max-width: 780px) {
	.wp-block-cover.element-has-edge.alignfull:first-child {
		min-height: 85vh;
	}
}

.wp-block-cover.is-style-circularcarbon-product-cols.element-has-no-margin-bottom .wp-block-cover__inner-container,
.wp-block-cover.is-style-circularcarbon-product-cols.element-has-no-margin-bottom .wp-block-cover__inner-container .wp-block-column p, .wp-block-cover.is-style-circularcarbon-contact-form.element-has-no-margin-bottom .wp-block-cover__inner-container,
.wp-block-cover.is-style-circularcarbon-contact-form.element-has-no-margin-bottom .wp-block-cover__inner-container .wp-block-column p {
	margin-bottom: 0;
}

.wp-block-cover.is-style-circularcarbon-product-cols .wp-block-cover__inner-container, .wp-block-cover.is-style-circularcarbon-contact-form .wp-block-cover__inner-container {
	max-width: 1400px;
	margin-bottom: 60px;
}

.wp-block-cover.is-style-circularcarbon-product-cols .wp-block-cover__inner-container > .has-text-align-center, .wp-block-cover.is-style-circularcarbon-contact-form .wp-block-cover__inner-container > .has-text-align-center {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover.is-style-circularcarbon-product-cols .wp-block-cover__inner-container .wp-block-columns, .wp-block-cover.is-style-circularcarbon-contact-form .wp-block-cover__inner-container .wp-block-columns {
	padding: 0 5%;
}

@media screen and (max-width: 780px) {
	.wp-block-cover.is-style-circularcarbon-product-cols .wp-block-cover__inner-container .wp-block-columns .wp-block-column, .wp-block-cover.is-style-circularcarbon-contact-form .wp-block-cover__inner-container .wp-block-columns .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 782px) {
	.wp-block-cover.is-style-circularcarbon-product-cols .wp-block-cover__inner-container .wp-block-columns .wp-block-column, .wp-block-cover.is-style-circularcarbon-contact-form .wp-block-cover__inner-container .wp-block-columns .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

.wp-block-cover.is-style-circularcarbon-product-cols .wp-block-cover__inner-container .wp-block-columns .wp-block-column h2, .wp-block-cover.is-style-circularcarbon-contact-form .wp-block-cover__inner-container .wp-block-columns .wp-block-column h2 {
	margin: 0;
	line-height: 1.2;
}

.wp-block-cover.is-style-circularcarbon-product-cols .wp-block-cover__inner-container .wp-block-columns .wp-block-column h2 + .wp-block-buttons, .wp-block-cover.is-style-circularcarbon-contact-form .wp-block-cover__inner-container .wp-block-columns .wp-block-column h2 + .wp-block-buttons {
	margin-top: 50px;
}

.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-contact-form .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) h3, .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-contact-form .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) h3 {
	margin-top: 0;
}

.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-contact-form .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) > .wp-block-columns, .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-contact-form .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) > .wp-block-columns {
	padding: 0;
}

.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-contact-form .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) > .wp-block-columns a:not(.wp-block-social-link-anchor), .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-contact-form .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) > .wp-block-columns a:not(.wp-block-social-link-anchor) {
	color: #0dc25f;
}

.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-contact-form .wp-block-group figure.wp-block-image, .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-contact-form .wp-block-group figure.wp-block-image {
	align-self: flex-start;
}

.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-contact-form .wp-block-group p, .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-contact-form .wp-block-group p {
	margin-left: 35pxf;
}

@media screen and (max-width: 780px) {
	.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile), .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) {
		gap: 0;
	}
	.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(:last-child), .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:not(:last-child) {
		margin-bottom: 2rem;
	}
}

.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child), .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
	background-color: white;
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3);
	border-radius: 40px;
	color: #404040;
	padding: 40px 30px 30px;
}

@media (min-width: 1024px) {
	.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child), .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
		padding: 65px 43px 50px;
	}
}

.wp-block-cover.is-style-circularcarbon-product-cols.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child):last-child, .wp-block-cover.is-style-circularcarbon-contact-form.is-style-circularcarbon-product-cols .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child):last-child {
	margin-left: 0;
}

figure.wp-block-image a {
	overflow: hidden;
	display: block;
}

figure.wp-block-image a img {
	transition: transform 0.5s ease-in-out;
}

figure.wp-block-image a:hover img {
	transform: scale(1.05);
}

.element-has-edge:after {
	z-index: 2;
	min-height: unset;
	background-image: url(./icons/edge.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	height: 45px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	bottom: -1px;
}

@media (min-width: 782px) {
	.element-has-edge:after {
		height: 64px;
	}
}

@media (min-width: 1024px) {
	.element-has-edge:after {
		height: 83px;
	}
}

.element-has-edge h1 {
	line-height: 1.2;
	font-size: 30px;
}

@media (min-width: 782px) {
	.element-has-edge h1 {
		font-size: 40px;
	}
}

@media (min-width: 1024px) {
	.element-has-edge h1 {
		font-size: 77px;
	}
}

.wp-block-eyeworkers-core-functions-grid {
	margin: 65px auto;
	background-color: #182329;
}

.wp-block-eyeworkers-core-functions-grid .wp-block-image {
	padding: 0;
}

.wp-block-eyeworkers-core-functions-item {
	color: #fff;
}

.wp-block-eyeworkers-core-functions-item h3,
.wp-block-eyeworkers-core-functions-item p {
	letter-spacing: 0.04em;
	font-size: 24px;
}

.wp-block-eyeworkers-core-functions-item .info {
	background: #0dc25f;
}

@media (max-width: 767px) {
	.wp-block-eyeworkers-core-functions-item .info {
		background: none;
	}
	.wp-block-eyeworkers-core-functions-item .info p {
		font-size: 16px;
		font-weight: normal;
		min-height: max-content;
	}
}

.entry-content
> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-pb-accordion-item.c-accordion__item.js-accordion-item,
.wp-block-pb-accordion-item.c-accordion__item.js-accordion-item {
	padding: 0;
}

.entry-content
> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-pb-accordion-item.c-accordion__item.js-accordion-item .c-accordion__title,
.wp-block-pb-accordion-item.c-accordion__item.js-accordion-item .c-accordion__title {
	padding: 22px 0;
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
}

.entry-content
> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-pb-accordion-item.c-accordion__item.js-accordion-item .c-accordion__title::after,
.wp-block-pb-accordion-item.c-accordion__item.js-accordion-item .c-accordion__title::after {
	content: "";
	background-image: url(./icons/arrow-down.svg);
	width: 30px;
	height: 30px;
	transition: all 0.3s ease;
	transform-origin: center;
}

.entry-content
> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-pb-accordion-item.c-accordion__item.js-accordion-item.is-open > .c-accordion__title::after,
.wp-block-pb-accordion-item.c-accordion__item.js-accordion-item.is-open > .c-accordion__title::after {
	transform: translateY(-50%) rotateZ(180deg);
}

.entry-content
> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-pb-accordion-item.c-accordion__item.js-accordion-item > div,
.wp-block-pb-accordion-item.c-accordion__item.js-accordion-item > div {
	padding: 16px 0;
}

.wp-block-pullquote cite {
	font-style: normal;
}

.hide,
.is-style-circularcarbon-contact-form.hide {
	display: none;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container {
	/* hide original checkbox */
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container label.wpforms-field-label {
	font-size: 13px;
	letter-spacing: 1.5px;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type]:not([type="checkbox"]),
.contact-form-circularcarbon .wpforms-form .wpforms-field-container textarea {
	height: 50px;
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(44, 39, 56, 0.04);
	padding: 8px 16px;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	/* Outer box of the fake checkbox */
	/* Unhide on checked state */
	/* Adding focus styles on the outer box of the fake checkbox */
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	margin: 0;
	/* 30px width of fake checkbox + 20px distance between fake checkbox and text */
	padding-left: 50px;
	width: auto !important;
	float: none;
	line-height: 30px;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"] + label::before,
.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"] + label::after {
	position: absolute;
	content: "";
	display: inline-block;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"] + label::before {
	height: 30px;
	width: 30px;
	left: 0px;
	border-radius: 0px;
	border: 1px solid #b4b4b4;
	background-color: white;
	border-radius: 4px;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"] + label::after {
	content: "";
	transition: box-shadow 0.5s;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"]:checked + label::after {
	content: "";
	height: 10px;
	width: 21px;
	border-left: 2.5px solid;
	border-bottom: 2.5px solid;
	border-color: black;
	transform: rotate(-45deg);
	left: 4.1px;
	top: 8px;
}

.contact-form-circularcarbon .wpforms-form .wpforms-field-container input[type="checkbox"]:focus + label::before {
	border: 1px solid #0dc25f;
	box-shadow: 0 16px 56px 0 rgba(44, 39, 56, 0.08);
}

.contact-form-circularcarbon .wpforms-form .wpforms-submit-container button[type="submit"].wpforms-submit {
	background-color: #0dc25f;
	border: none;
	padding: 18px 65px;
	border-radius: 9999px;
	color: white;
}

.contact-form-circularcarbon .wpforms-form .wpforms-submit-container button[type="submit"].wpforms-submit.not-allowed {
	background-color: grey;
	cursor: not-allowed;
}

.contact-form-circularcarbon .wpforms-form .wpforms-submit-container button[type="submit"].wpforms-submit.not-allowed:active {
	pointer-events: none;
}

.cookie-text.hide {
	display: none;
}

.wpforms-container .wpforms-confirmation-container-full {
	background-color: #0dc25f;
	border: none;
	color: white;
	border-radius: 10px;
}

div.wpforms-container-full .wpforms-form .wpforms-field:not(:last-child) {
	padding-bottom: 18px;
}

div.wpforms-container-full .wpforms-form span.wpforms-required-label {
	color: #404040;
}

#sticky-vid.wp-block-video {
	margin-top: 100px;
	margin-bottom: 100px;
}

#sticky-vid.wp-block-video video {
	position: sticky;
	top: 145px;
}

#sticky-vid.wp-block-video + h1,
#sticky-vid.wp-block-video + h2,
#sticky-vid.wp-block-video + h3 {
	transform: translateY(-250px);
	margin-bottom: -150px;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	padding: 0;
	max-width: 300px;
}

@media (min-width: 782px) {
	#sticky-vid.wp-block-video + h1,
	#sticky-vid.wp-block-video + h2,
	#sticky-vid.wp-block-video + h3 {
		transform: translateY(-300px);
		margin-bottom: -200px;
		max-width: 480px;
		font-size: 40px;
		line-height: 60px;
	}
}

:root {
	--wp--style--gallery-gap-default: 0.5em;
}

.wp-block-gallery.has-nested-images {
	gap: var(--wp--style--gallery-gap-default);
}

.wp-block-spacer {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-spacer.is-style-small {
	height: clamp(25px, 3vw, 50px) !important;
}

.wp-block-spacer.is-style-medium {
	height: clamp(40px, 5vw, 80px) !important;
}

.wp-block-spacer.is-style-large {
	height: clamp(50px, 8vw, 100px) !important;
}

.wp-block-spacer.animation-container {
	height: 300px !important;
}

@media (min-width: 782px) {
	.wp-block-spacer.animation-container {
		height: 450px !important;
	}
}

@media (min-width: 1024px) {
	.wp-block-spacer.animation-container {
		height: 600px !important;
	}
}

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