/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: KIE
Theme URI: https://sohaus.pl
Description: KIE custom template
Version: 0.1.0
Author: Sohaus Sp. z o.o.
Author URI: https://sohaus.pl
Text Domain: kie
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

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

KIE is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-extrabold: 800;
  --radius-xl: 0.75rem;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.start {
  inset-inline-start: var(--spacing);
}
.z-10 {
  z-index: 10;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where([class~='lead'], [class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(a strong) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(blockquote strong) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(thead th strong) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='I']) {
  list-style-type: upper-roman;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='i']) {
  list-style-type: lower-roman;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol[type='1']) {
  list-style-type: decimal;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(blockquote > cite::before) {
  content: '\2014';
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(code)::before, .prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(code)::after {
  content: '`';
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(a code) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h1 code) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h4 code) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(blockquote code) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(thead th code) {
  color: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(pre code)::before {
  content: none;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(pre code)::after {
  content: none;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tbody td) {
  vertical-align: baseline;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tfoot td) {
  vertical-align: top;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(figure > *, figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(figure a) {
  vertical-align: bottom;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ol > li) {
  padding-left: 0.375em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ul > li) {
  padding-left: 0.375em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(ul ul, ul ol, ol ul, ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(hr + *) {
  margin-top: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h2 + *) {
  margin-top: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h3 + *) {
  margin-top: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(h4 + *) {
  margin-top: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(thead th:first-child) {
  padding-left: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(thead th:last-child) {
  padding-right: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tbody td, tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tbody td:first-child, tfoot td:first-child) {
  padding-left: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(tbody td:last-child, tfoot td:last-child) {
  padding-right: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(.prose > :first-child) {
  margin-top: 0;
}
.prose :not(:where([class~='not-prose'], [class~='not-prose'] *)):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td, .prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead, .prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.-mt-32 {
  margin-top: calc(var(--spacing) * -32);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-32 {
  height: calc(var(--spacing) * 32);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-24 {
  min-height: calc(var(--spacing) * 24);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.basis-1\/2 {
  flex-basis: calc(1 / 2 * 100%);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-24 {
  gap: calc(var(--spacing) * 24);
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-none {
  border-radius: 0;
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-tl-xl {
  border-top-left-radius: var(--radius-xl);
}
.rounded-tr-xl {
  border-top-right-radius: var(--radius-xl);
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.border-t-0 {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.border-t-1 {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.bg-white {
  background-color: var(--color-white);
}
.object-contain {
  object-fit: contain;
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.first\:border-t:first-child {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.last\:rounded-b-xl:last-child {
  border-bottom-right-radius: var(--radius-xl);
  border-bottom-left-radius: var(--radius-xl);
}
@media (width >= 40rem) {
  .sm\:basis-1\/3 {
    flex-basis: calc(1 / 3 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:h-16 {
    height: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:w-10 {
    width: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:basis-1\/4 {
    flex-basis: calc(1 / 4 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[minmax\(0\,320px\)_1fr\] {
    grid-template-columns: minmax(0,320px) 1fr;
  }
}
@media (width >= 48rem) {
  .md\:rounded-tl-xl {
    border-top-left-radius: var(--radius-xl);
  }
}
@media (width >= 48rem) {
  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }
}
@media (width >= 48rem) {
  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }
}
@media (width >= 48rem) {
  .md\:rounded-bl-xl {
    border-bottom-left-radius: var(--radius-xl);
  }
}
@media (width >= 48rem) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:first\:rounded-tr-xl:first-child {
    border-top-right-radius: var(--radius-xl);
  }
}
@media (width >= 48rem) {
  .md\:last\:rounded-b-none:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (width >= 48rem) {
  .md\:last\:rounded-br-xl:last-child {
    border-bottom-right-radius: var(--radius-xl);
  }
}
@media (width >= 64rem) {
  .lg\:basis-1\/5 {
    flex-basis: calc(1 / 5 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
.prose-a\:text-primary :is(a):not(:where( [class~='not-prose'], [class~='not-prose'] * )) {
  color: var(--color-primary);
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('./fonts/Libre_Baskerville/static/LibreBaskerville-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/Open_Sans/static/OpenSans-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
body {
  color: #2f2c30;
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  color: #021737;
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
  font-weight: 400;
}
h1 {
  font-size: 3rem;
  line-height: 1.4em;
  margin-bottom: 1.25rem;
}
h2 {
  font-size: 2rem;
  line-height: 1.4em;
  margin-bottom: 1.25rem;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 0;
}
#nav > div.relative {
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1;
  outline: 2px solid #c59959;
  outline-offset: 0;
  transition-duration: 0.3s;
}
#nav > div.relative::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 132px;
  background: #021737;
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
  bottom: 10px;
}
#nav.active {
  width: calc(100% - 2rem);
  max-width: 96rem;
  border-radius: 0 0 12px 12px;
}
#nav.active > div {
  border-radius: 0 0 12px 12px;
}
#nav.active > div::after {
  opacity: 0.8;
  bottom: -10px;
  transition-duration: 0.5s;
}
.section-blue {
  background: #021737;
  color: #fff;
}
.section-blue h1, .section-blue h2, .section-blue h3, .section-blue h4, .section-blue h5, .section-blue h6 {
  color: #021737;
  color: #e0ad64;
}
.section-blue h1 span, .section-blue h2 span, .section-blue h3 span, .section-blue h4 span, .section-blue h5 span, .section-blue h6 span {
  color: #fbfbfb;
}
.section-light .section-blue h1, .section-light .section-blue h2, .section-light .section-blue h3, .section-light .section-blue h4, .section-light .section-blue h5, .section-light .section-blue h6, .section-white .section-blue h1, .section-white .section-blue h2, .section-white .section-blue h3, .section-white .section-blue h4, .section-white .section-blue h5, .section-white .section-blue h6 {
  color: #e0ad64;
}
.section-blue-mark {
  outline: 2px solid #c59959;
  position: relative;
  z-index: 1;
}
.section-blue-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 32px;
  background: #021737;
  filter: blur(20px);
  opacity: 0.8;
  z-index: -1;
}
.section-dark {
  color: #fff;
  background: #060606;
}
.section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6, .section-white h1, .section-white h2, .section-white h3, .section-white h4, .section-white h5, .section-white h6 {
  color: #021737;
}
.section-white {
  background: #fff;
}
.border-blue-light {
  border-color: #202f4a;
}
a {
  transition-duration: 0.3s;
}
.btn {
  display: inline-block;
  position: relative;
  background: linear-gradient(	to bottom,	#e5bc81 0%,	#c59959 100%	);
  font-weight: bold;
  background-size: 100% 120%;
  background-position: top;
  text-transform: uppercase;
  padding: 8px 50px 6px 20px;
  box-shadow: 0 0 7px rgba(255,255,255,0.4) inset;
  transition: 0.3s ease;
  border-radius: 4px;
}
.btn::after {
  content: " ";
  display: block;
  position: absolute;
  width: 30px;
  height: 10px;
  background: url(img/arr_r.svg) no-repeat center / contain;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  right: 10px;
}
.section-light .btn::after {
  background: url(img/arr_r_light.svg) no-repeat center / contain;
}
.btn:hover {
  background-position: bottom;
  box-shadow: 0 0 15px rgba(255,255,255,0.5) inset;
}
.btn:hover::after {
  right: 5px;
}
.section-blue .btn {
  color: #021737;
}
.section-light .btn {
  color: #fbfbfb;
}
.ag a {
  border-bottom: #e0ad64 2px solid;
}
.ag a:hover {
  border-bottom: rgba(224, 173, 100, 0) 2px solid;
}
#site-navigation {
  position: relative;
  z-index: 60;
  margin-left: 0;
}
#site-navigation .nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(229, 188, 129, 0.75);
  border-radius: 6px;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  transition: all 0.3s ease;
}
#site-navigation .nav-toggle__line {
  display: block;
  width: 100%;
  height: 2px;
  background: #e5bc81;
  transition: all 0.3s ease;
}
#site-navigation .nav-toggle.active {
  background: #e0ad64;
  border-color: #e0ad64;
}
#site-navigation .nav-toggle.active .nav-toggle__line {
  background: #021737;
}
#site-navigation .site-navigation__panel {
  display: flex;
  justify-content: center;
}
#site-navigation .site-navigation__mobile-cta {
  display: none;
}
#site-navigation #primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 12);
  margin: 0;
  padding: 0;
}
#site-navigation #primary-menu a {
  opacity: 0.8;
  transition-duration: 0.2s;
}
#site-navigation #primary-menu a:hover {
  opacity: 1;
}
#site-navigation #primary-menu > li {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
#site-navigation #primary-menu > li + li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0;
  width: 1px;
  height: 50px;
  background: linear-gradient(	to bottom,	rgba(255, 255, 255, 0),	rgba(255, 255, 255, 0.5),	rgba(255, 255, 255, 0)	);
}
#site-navigation .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
#site-navigation .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
#site-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: -1rem;
  min-width: 320px;
  background: #021737;
  border: 1px solid #202f4a;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: all 0.2s ease;
  border-bottom: 2px solid #c59959;
  border-radius: 12px;
  box-shadow: 0 0px 0px rgba(2, 23, 55, 0), 0 0px 0px rgba(2, 23, 55, 0);
}
#site-navigation .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
  background: transparent;
}
#site-navigation .sub-menu li {
  margin: 0;
  position: relative;
}
#site-navigation .sub-menu li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.375rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
#site-navigation .sub-menu li:last-child::after {
  display: none;
}
#site-navigation .sub-menu a {
  display: inline-block;
  white-space: normal;
}
#site-navigation .menu-item-has-children:hover > .sub-menu,	#site-navigation .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 0 5px 10px rgba(2, 23, 55, 0.5), 0 5px 40px rgba(2, 23, 55, 0.7);
}
#site-navigation .menu-item-has-children:hover > a::after,	#site-navigation .menu-item-has-children:focus-within > a::after {
  opacity: 1;
}
.site-navigation__desktop-cta {
  display: block;
  justify-self: end;
}
.home-news .embla__container {
  display: flex;
  margin-inline: -0.75rem;
}
.home-news__slide {
  flex: 0 0 100%;
  min-width: 0;
  padding-inline: 0.75rem;
}
.home-news__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 5px 14px rgba(2, 23, 55, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.home-news__image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  display: block;
}
.home-news__image--placeholder {
  background-color: #021737;
  background-image: url("img/kie.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 96px auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.home-news__content {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem;
}
.home-news__date {
  color: #c59959;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.home-news__title {
  font-size: 1.4rem;
  line-height: 1.35;
  margin: 0;
}
.home-news__excerpt {
  margin: 0;
  color: #2f2c30;
  font-size: 0.95rem;
}
.home-news__more {
  margin-top: auto;
  font-size: 0.82rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #021737;
  padding-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.home-news__more::after {
  content: "\2192";
}
.home-news__footer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  position: relative;
  min-height: 20px;
}
.home-news__dots {
  display: flex;
  gap: 0.45rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home-news__dots.is-hidden {
  visibility: hidden;
}
.home-news__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c7ccd4;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-news__dot.is-active {
  background: #c59959;
}
.home-news__all {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #021737;
  margin-left: auto;
}
.home-news__all::after {
  content: "\2192";
}
.bs {
  box-shadow: 0 5px 14px rgba(2, 23, 55, 0.08);
}
.home-hero {
  position: relative;
  margin-bottom: calc(var(--spacing) * 16);
}
.home-hero a {
  border-bottom: 0 !important;
  text-decoration: none;
}
.home-hero__glow {
  position: absolute;
  left: -5rem;
  right: -5rem;
  bottom: -0.75rem;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(100px);
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.55s ease;
  will-change: opacity;
}
.home-hero__glow.is-active {
  opacity: 1;
}
.home-hero__viewport {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(2, 23, 55, 0.5), 0 5px 40px rgba(2, 23, 55, 0.7);
  touch-action: pan-y pinch-zoom;
}
.home-hero__arrows {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.home-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(229, 188, 129, 0.75);
  background: rgba(2, 23, 55, 0.65);
  color: #e5bc81;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  pointer-events: auto;
}
.home-hero__arrow:hover {
  background: #e0ad64;
  color: #021737;
  border-color: #e0ad64;
}
.home-hero__arrow--prev {
  left: 0;
  transform: translate(-45%, -50%);
}
.home-hero__arrow--next {
  right: 0;
  transform: translate(45%, -50%);
}
.home-hero__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.home-hero__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.home-hero__stage {
  position: relative;
  background: #021737;
  overflow: hidden;
}
.home-hero__slide--content .home-hero__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(	90deg,	rgba(2, 23, 55, 0.9) 0%,	rgba(2, 23, 55, 0.86) 28%,	rgba(2, 23, 55, 0.65) 45%,	rgba(2, 23, 55, 0.2) 62%,	rgba(2, 23, 55, 0) 80%	);
  z-index: 1;
}
.home-hero__media {
  display: flex;
  justify-content: flex-end;
}
.home-hero__image-link {
  display: block;
  width: 100%;
}
.home-hero__image {
  display: block;
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin-left: auto;
  -webkit-user-drag: none;
  user-select: none;
}
.home-hero__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(48%, 560px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(var(--spacing) * 4);
  padding: calc(var(--spacing) * 6);
}
@media (width >= 48rem) {
  .home-hero__content {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .home-hero__content {
    padding: calc(var(--spacing) * 10);
  }
}
.home-hero__cta {
  display: inline-block;
}
.home-hero__title,	.home-hero__desc {
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
}
.home-hero__title {
  margin: 0;
  line-height: 1.12;
  text-wrap: balance;
}
.home-hero__desc {
  margin: 0;
  white-space: pre-line;
  opacity: 0.95;
}
.home-hero__footer {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--spacing) * 8);
}
.home-hero__dots {
  display: flex;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
}
.home-hero__dots.is-hidden {
  display: none;
}
.home-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-hero__dot.is-active {
  background: #c59959;
}
.kie-header__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  row-gap: 1rem;
}
.kie-header__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 74px;
  padding: 0.5rem 1.25rem;
}
.kie-header__item:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  background: linear-gradient(	to bottom,	rgba(255, 255, 255, 0),	rgba(255, 255, 255, 0.5),	rgba(255, 255, 255, 0)	);
}
.kie-header__icon {
  display: inline-flex;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.kie-header__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.kie-header__content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.kie-header__title {
  color: #fff !important;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: pre-line;
}
.kie-header__caption {
  color: #fff;
  margin: 0;
  line-height: 1.35;
  font-family: 'Open Sans', sans-serif;
  white-space: pre-line;
}
.header-main {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
@media (max-width: 1023px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  .home-hero__arrows {
    display: none;
  }
  .home-news__footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
  }
  .home-news__dots {
    position: static;
    left: auto;
    transform: none;
  }
  .home-news__all {
    margin-left: 0;
    justify-content: center;
    text-align: center;
  }
  .kie-header__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .kie-header__title {
    font-size: 1.2rem;
  }
  .kie-header__caption {
    font-size: 0.95rem;
  }
  .header-main {
    display: flex !important;
  }
  #site-navigation {
    width: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    position: static;
  }
  #site-navigation .nav-toggle {
    display: inline-flex;
  }
  #site-navigation .site-navigation__panel {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: auto;
    right: 1rem;
    width: min(500px, calc(100vw - 2rem));
    max-width: 500px;
    border: 1px solid #202f4a;
    border-bottom: 2px solid #c59959;
    border-radius: 12px;
    background: #021737;
    box-shadow: 0 5px 10px rgba(2, 23, 55, 0.5), 0 5px 40px rgba(2, 23, 55, 0.7);
    padding: calc(var(--spacing) * 6);
    max-height: calc(100dvh - 110px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: all 0.3s ease;
  }
  #nav.active #site-navigation .site-navigation__panel {
    right: 0;
  }
  #site-navigation.is-open .site-navigation__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  #site-navigation #primary-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--spacing) * 3);
  }
  #site-navigation #primary-menu a {
    display: block;
    width: 100%;
    white-space: normal;
  }
  #site-navigation #primary-menu > li {
    height: auto;
    display: block;
    width: 100%;
  }
  #site-navigation #primary-menu > li + li::before {
    display: none;
  }
  #site-navigation .menu-item-has-children {
    margin-right: 0;
    width: 100%;
  }
  #site-navigation .menu-item-has-children > a::after {
    right: 0;
  }
  #site-navigation .sub-menu {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    border: 0;
    border-left: 2px solid #c59959;
    border-radius: 0;
    box-shadow: none;
    margin-top: calc(var(--spacing) * 2);
    gap: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0);
    padding-right: calc(var(--spacing) * 0);
    padding-left: calc(var(--spacing) * 4);
  }
  #site-navigation .sub-menu::before {
    display: none;
  }
  #site-navigation .site-navigation__mobile-cta {
    display: block;
    margin-top: calc(var(--spacing) * 6);
  }
  .site-navigation__desktop-cta {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-hero__stage {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .home-hero__slide:not(.home-hero__slide--content) .home-hero__stage {
    justify-content: center;
  }
  .home-hero__media {
    order: 1;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .home-hero__image-link {
    height: 100%;
  }
  .home-hero__image {
    height: 100%;
    object-fit: cover;
  }
  .home-hero__arrow {
    width: 38px;
    height: 38px;
  }
  .home-hero__arrows {
    inset: auto 0 0 0;
    height: 38px;
  }
  .home-hero__arrow--prev {
    left: calc(50% - 72px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home-hero__arrow--next {
    left: calc(50% + 72px);
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home-hero__glow {
    left: 1rem;
    right: 1rem;
    top: 0;
    bottom: -0.75rem;
  }
  .home-hero__slide--content .home-hero__stage::before {
    display: none;
  }
  .home-hero__content {
    order: 2;
    position: static;
    width: auto;
    background: #021737;
    gap: calc(var(--spacing) * 3);
    padding: calc(var(--spacing) * 5);
  }
  .home-hero__desc {
    font-size: 0.95rem;
  }
  .home-hero__title {
    font-size: 1.5rem;
  }
  .home-news__slide {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .home-news__slide {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .kie-header__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0;
  }
  .kie-header__item::before {
    content: none;
  }
  .kie-header__item + .kie-header__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    transform: translateY(-50%);
    background: linear-gradient(	to bottom,	rgba(255, 255, 255, 0),	rgba(255, 255, 255, 0.5),	rgba(255, 255, 255, 0)	);
  }
  .home-news__slide {
    flex-basis: 33.3333%;
  }
}
@media (min-width: 1280px) {
  .home-news__slide {
    flex-basis: 25%;
  }
}
footer li {
  margin-bottom: 0.5rem;
}
footer li:last-child {
  margin-bottom: 0;
}
#madeby {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#primary {
  position: relative;
  z-index: 5;
  background: #fbfbfb;
  margin-bottom: 63px;
}
#content {
  padding-top: 0;
}
.join-icon {
  display: inline-flex;
  align-content: center;
  margin: 0 auto 1rem;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #e0ad64;
}
.join-icon img {
  width: 70px;
  margin: auto;
}
.logos img {
  height: 70px;
}
.kie-zaufali-nam {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto 2rem;
}
.kie-zaufali-nam .embla__viewport {
  width: 100%;
  -webkit-mask-image: linear-gradient(	to right,	transparent 0%,	#000 4%,	#000 96%,	transparent 100%	);
  mask-image: linear-gradient(	to right,	transparent 0%,	#000 4%,	#000 96%,	transparent 100%	);
}
.kie-zaufali-nam .embla__button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0ad64;
  border-radius: 999px;
  color: #021737;
  line-height: 1;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.kie-zaufali-nam .embla__button:hover {
  background: #e0ad64;
  color: #fff;
}
.kie-zaufali-nam .embla__slide img {
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.kie-zaufali-nam .embla__slide img:hover,	.kie-zaufali-nam .embla__slide img:focus-visible {
  filter: grayscale(0%);
  opacity: 1;
}
.magazine-stage {
  display: inline-block;
  padding: 18px 26px 36px 18px;
  overflow: visible;
}
.magazine-cover {
  position: relative;
  // width: 360px;
  overflow: visible;
  transform: perspective(900px) rotateY(2deg) rotateZ(-1.7deg);
  transform-origin: center center;
  transition-duration: 0.5s;
}
.magazine-cover:hover {
  transform: perspective(900px) rotateY(-2deg) rotateZ(1deg);
}
.magazine-cover img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 26px rgba(0, 0, 0, 0.22), 0 4px 8px rgba(0, 0, 0, 0.16);
}
.magazine-cover::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -7px;
  width: 10px;
  height: calc(100% - 7px);
  background: linear-gradient( to right, #cfcfcf, #f8f8f8 );
  transform: skewY(-2deg);
  z-index: 1;
  filter: blur(11px);
}
.magazine-cover::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 4%;
  bottom: -20px;
  height: 28px;
  background: rgba(0, 0, 0, 0.04);
  filter: blur(13px);
  border-radius: 50%;
  transform: rotate(1deg) skewX(-10deg);
  z-index: 0;
}
.projekty-item {
  border: 1px solid #d9dee8;
  transition: all 0.3s;
}
.projekty-item:not(:first-child) {
  border-top-width: 0;
}
.projekty-item h4 {
  transition-duration: 0.3s;
}
.projekty-item:hover {
  background: #021737;
  border-color: #202f4a;
}
.projekty-item:hover h4 {
  color: #fff;
}
@media (min-width: 1280px) {
  .home-intro-grid > :first-child {
    position: relative;
  }
  .home-intro-grid > :first-child::after {
    content: "";
    position: absolute;
    right: -3.5rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(	to bottom,	rgba(2, 23, 55, 0),	rgba(2, 23, 55, 0.5),	rgba(2, 23, 55, 0)	);
    pointer-events: none;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}
