@charset "UTF-8";
@import url(https://fonts.bunny.net/css?family=frank-ruhl-libre:400,500,700|ibm-plex-sans:400,600|playfair-display:500,600,700);
:root[data-theme="theme-light"] {
  --text-color: #0A2753;
  --text-color-10: rgba(10, 39, 83, 0.1);
  --text-color-50: rgba(10, 39, 83, 0.75);
  --text-color-75:rgba(10, 39, 83, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #999385;
  --secondary-color-dark: darken(#CDCAC3, 5%);
  --secondary-color-10: rgba(205, 202, 195, 0.1);
  --secondary-color-30: rgba(205, 202, 195, 0.3);
  --secondary-color-50: rgba(153, 147, 133, 0.5);
  --secondary-color-75: rgba(153, 147, 133, 0.75);
  --bg-color: #fff;
  --border-color: #EEEEEE;
  --border-color-10: #EEEEEE;
  --border-color-30: #BDBDBD;
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --black-color: #353535;
  --green-color: #2a9828;
  --green-color-05: rgba(42, 152, 40, 0.05);
  --green-color-50: rgba(42, 152, 40, 0.5);
  --green-color-75:rgba(42, 152, 40, 0.75);
  --blue-color: #2071e9;
  --blue-color-05: rgba(32, 113, 233, 0.05);
  --blue-color-25: rgba(32, 113, 233, 0.25);
  --blue-color-50: rgba(32, 113, 233, 0.5);
  --blue-color-75:rgba(32, 113, 233, 0.75);
  --red-color: #D05E5E;
  --red-color-05: rgba(208, 94, 94, 0.05);
  --red-color-50: rgba(208, 94, 94, 0.5);
  --red-color-75:rgba(208, 94, 94, 0.75);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
        3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
        5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
        9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
        15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
        9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
        13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
        17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
        24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
        33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
        45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
        60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme="theme-dark"] {
  --text-color: #fff;
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #0A2753;
  --text-color-invert-10: rgba(10, 39, 83, 0.1);
  --text-color-invert-50: rgba(10, 39, 83, 0.5);
  --text-color-invert-75: rgba(10, 39, 83, 0.75);
  --secondary-color: #CDCAC3;
  --secondary-color-dark: darken(#E20919, 5%);
  --secondary-color-10: rgba(205, 202, 195, 0.1);
  --secondary-color-25: rgba(205, 202, 195, 0.5);
  --bg-color: #0A2753;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #2a9828;
  --green-color-05: rgba(42, 152, 40, 0.05);
  --green-color-50: rgba(42, 152, 40, 0.5);
  --green-color-75:rgba(42, 152, 40, 0.75);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
        3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
        5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
        9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
        15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
        9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
        13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
        17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
        24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
        33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
        45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
        60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
.button {
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: var(--text-color);
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.button--small {
  padding: 0.5rem 0.85rem;
}
.button--link {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid var(--blue-color-50);
  font-weight: bold;
}
.button--link:hover {
  border-bottom: 2px solid var(--blue-color);
}
.button--main {
  background-color: var(--text-color);
  border: 1px solid var(--text-color);
  color: var(--text-color-white);
}
dialog {
  border: none !important;
  border-radius: 8px;
  box-shadow: var(--shadow-elevation-high);
  background-color: var(--text-color-white);
  padding: 1rem;
}
dialog:focus {
  border: none !important;
  outline: none !important;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
dialog--image {
  padding: 0;
  background: transparent;
}
dialog--image img.dialog_content {
  width: 100%;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
}
.dialog_close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  outline: none;
}
.dialog_close:focus {
  border: none !important;
  outline: none !important;
}
.dialog_close svg {
  color: var(--text-color-white);
}
.modal {
  padding: 0;
  width: 100%;
  max-width: 420px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
  transform: translateY(70px);
}
.modal[open] {
  opacity: 1;
  transform: translateY(0px);
}
.modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  border-bottom: 1px solid var(--border-color);
}
.modal_header button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: var(--text-color-50);
}
.modal_header button svg {
  height: 21px;
}
.modal_header p {
  margin: 0;
  color: var(--text-color-50);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.modal_content {
  padding: 2rem 1rem;
  display: block;
}
.modal_footer {
  padding: 1rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.modal_footer button {
  cursor: pointer;
}
.modal_footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: var(--text-color-invert);
}
@starting-style {
  .modal[open] {
    opacity: 0;
    transform: translateY(70px);
  }
}
.input {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 0.75rem;
  width: calc(100% - 1.5rem);
  color: var(--text-color);
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
}
.input::placeholder {
  color: var(--text-color-50);
  font-family: "IBM Plex Sans", sans-serif;
}
input, textarea, select {
  font-size: 1rem;
}
select.input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  padding-right: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2218%22%20%20height=%2218%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22currentColor%22%20%20class=%22icon%20icon-tabler%20icons-tabler-filled%20icon-tabler-caret-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%209c.852%200%201.297%20.986%20.783%201.623l-.076%20.084l-6%206a1%201%200%200%201%20-1.32%20.083l-.094%20-.083l-6%20-6l-.083%20-.094l-.054%20-.077l-.054%20-.096l-.017%20-.036l-.027%20-.067l-.032%20-.108l-.01%20-.053l-.01%20-.06l-.004%20-.057v-.118l.005%20-.058l.009%20-.06l.01%20-.052l.032%20-.108l.027%20-.067l.07%20-.132l.065%20-.09l.073%20-.081l.094%20-.083l.077%20-.054l.096%20-.054l.036%20-.017l.067%20-.027l.108%20-.032l.053%20-.01l.06%20-.01l.057%20-.004l12.059%20-.002z%22%20/%3E%3C/svg%3E");
  background-position: center right 7px;
  background-repeat: no-repeat;
  width: 100%;
}
.textarea--grow {
  display: inline-grid;
  vertical-align: top;
  position: relative;
  border: 1px solid var(--border-color);
  padding: 1rem;
  font-size: 1rem;
  align-items: stretch;
}
.textarea--grow::after, .textarea--grow textarea {
  width: auto;
  min-width: 1em;
  grid-area: 1;
  padding: 1rem;
  margin: 0;
  resize: none;
  background: none;
  appearance: none;
  border: none;
}
.textarea--grow textarea {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.4;
  padding: 0;
  font-size: 1.2rem;
  color: var(--text-color);
}
.textarea--grow textarea::placeholder {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  color: var(--text-color-50);
}
.textarea--grow textarea:focus {
  outline: none;
}
.textarea--grow::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Frank Ruhl Libre", serif;
  background-color: var(--bg-color);
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 50px);
}
body {
  padding-top: 70px;
}
main {
  overflow: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
      * A better looking default horizontal rule
      */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
      * Remove the gap between audio, canvas, iframes,
      * images, videos and the bottom of their containers:
      * https://github.com/h5bp/html5-boilerplate/issues/440
      */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
img {
  border-radius: 2px;
}
/*
      * Remove default fieldset styles.
      */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
      * Allow only vertical resizing of textareas.
      */
textarea {
  resize: vertical;
}
/* ==========================================================================
        Author's custom styles
        ========================================================================== */
/* ==========================================================================
        Helper classes
        ========================================================================== */
/*
      * Hide visually and from screen readers
      */
.hidden, [hidden] {
  display: none !important;
}
/*
      * Hide only visually, but have it available for screen readers:
      * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
      *
      * 1. For long content, line feeds are not interpreted as spaces and small width
      *    causes content to wrap 1 word per line:
      *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
      */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
      * Extends the .sr-only class to allow the element
      * to be focusable when navigated to via the keyboard:
      * https://www.drupal.org/node/897638
      */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
      * Hide visually and from screen readers, but maintain layout
      */
.invisible {
  visibility: hidden;
}
/*
      * Clearfix: contain floats
      *
      * For modern browsers
      * 1. The space content is one way to avoid an Opera bug when the
      *    `contenteditable` attribute is included anywhere else in the document.
      *    Otherwise it causes space to appear at the top and bottom of elements
      *    that receive the `clearfix` class.
      * 2. The use of `table` rather than `block` is only necessary if using
      *    `:before` to contain the top-margins of child elements.
      */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
        EXAMPLE Media Queries for Responsive Design.
        These examples override the primary ('mobile first') styles.
        Modify as content requires.
        ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        https://www.phpied.com/delay-loading-your-print-css/
        ========================================================================== */
@media print {
  /*
        * Don't show links that are fragment identifiers,
        * or use the `javascript:` pseudo protocol
        */
  /*
        * Printing Tables:
        * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
        */
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    /* Black prints faster */
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 15px;
  }
}
.section_headline h2 {
  position: relative;
  width: 100%;
  color: var(--secondary-color);
  font-family: "Frank Ruhl Libre", serif;
  margin: 0 0 1rem 0;
  font-weight: 500;
  font-size: 2.2rem;
}
dialog {
  border: none !important;
  border-radius: 8px;
  box-shadow: var(--shadow-elevation-high);
  background-color: var(--text-color-white);
  padding: 1rem;
}
dialog:focus {
  border: none !important;
  outline: none !important;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
dialog--image {
  padding: 0;
  background: transparent;
}
dialog--image img.dialog_content {
  width: 100%;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
}
.dialog_close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  outline: none;
}
.dialog_close:focus {
  border: none !important;
  outline: none !important;
}
.dialog_close svg {
  color: var(--text-color-white);
}
.modal {
  padding: 0;
  width: 100%;
  max-width: 420px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
  transform: translateY(70px);
}
.modal[open] {
  opacity: 1;
  transform: translateY(0px);
}
.modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  border-bottom: 1px solid var(--border-color);
}
.modal_header button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: var(--text-color-50);
}
.modal_header button svg {
  height: 21px;
}
.modal_header p {
  margin: 0;
  color: var(--text-color-50);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.modal_content {
  padding: 2rem 1rem;
  display: block;
}
.modal_footer {
  padding: 1rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.modal_footer button {
  cursor: pointer;
}
.modal_footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: var(--text-color-invert);
}
@starting-style {
  .modal[open] {
    opacity: 0;
    transform: translateY(70px);
  }
}
.dropbtn {
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown_content {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: var(--bg-color);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;
  margin: 0;
  padding: 0;
  border-radius: 2px;
}
.dropdown_content li {
  color: var(--text-color);
  text-decoration: none;
  display: block;
  border-bottom: 1px solid var(--border-color-10);
}
.dropdown_content li a {
  padding: 1rem 1.15rem;
  width: calc(100% - 2.3rem);
}
.dropdown_content li a:hover {
  background-color: var(--secondary-color-10);
}
.dropdown_content li > span {
  display: block;
  color: var(--text-color-50);
  padding: 1rem 1.15rem 0 1.15rem;
}
.dropdown_content li > ul li a {
  padding: 1rem 1.15rem 1rem 1.7rem;
  width: calc(100% - 2.9rem);
}
.dropdown_content li:last-of-type {
  border-bottom: 0;
}
.dropdown:hover .dropdown_content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: var(--secondary-color-10);
}
footer {
  position: sticky;
  top: 100vh;
  z-index: 99;
  font-family: "IBM Plex Sans", sans-serif;
}
footer .footer-top {
  background-color: #141414;
  text-align: center;
}
footer .footer-top a {
  color: white;
}
footer .footer-top .wide-container {
  padding: 2rem 1rem;
  color: white;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom {
  text-align: center;
  background-color: black;
}
footer .footer-bottom .wide-container {
  padding: 2rem 0;
  color: var(--text-color-white-50);
  justify-content: center;
}
footer b {
  color: white;
}
footer i {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  .footer-top, .footer-bottom {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  footer.marginBottom {
    padding-bottom: 95px;
  }
  footer .wide-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .wide-container * {
    width: 100%;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  footer .wide-container span {
    order: 2;
  }
}
footer {
  position: sticky;
  top: 100vh;
  z-index: 99;
  font-family: "IBM Plex Sans", sans-serif;
}
footer .footer-top {
  background-color: #141414;
  text-align: center;
}
footer .footer-top a {
  color: white;
}
footer .footer-top .wide-container {
  padding: 2rem 1rem;
  color: white;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom {
  text-align: center;
  background-color: black;
}
footer .footer-bottom .wide-container {
  padding: 2rem 0;
  color: var(--text-color-white-50);
  justify-content: center;
}
footer b {
  color: white;
}
footer i {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  .footer-top, .footer-bottom {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  footer.marginBottom {
    padding-bottom: 95px;
  }
  footer .wide-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .wide-container * {
    width: 100%;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  footer .wide-container span {
    order: 2;
  }
}
.post_listing {
  margin: 3rem auto;
}
.post_listing .pagination {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post_listing .pagination li {
  list-style-type: none;
}
.post_listing .pagination li a {
  display: grid;
  place-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--border-color-10);
  border-radius: 4px;
  color: var(--text-color);
  text-decoration: none;
}
.post_listing .pagination li a svg {
  height: 21px;
  width: 21px;
}
.post_listing .pagination li a:hover {
  color: var(--blue-color);
}
.post_listing .pagination li.active a {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color: var(--text-color-white);
  font-weight: bold;
}
.post_listing .pagination li.active a:hover {
  color: var(--text-color-white);
}
.post_listing_container {
  max-width: 1200px;
  margin: auto;
  padding: 1rem 0;
}
.post_listing_container .button {
  margin: 1rem 0;
  display: block;
  width: fit-content;
}
.post_listing_container ul {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  align-self: flex-start;
}
.post_listing_container ul li {
  list-style-type: none;
  border-bottom: 1px dashed var(--border-color-10);
}
.post_listing_container ul li:last-of-type {
  border-bottom: 0;
}
.post_listing_container ul li article {
  padding-bottom: 1rem;
  margin-top: 2rem;
}
.post_listing_container ul li article span {
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text-color-50);
}
.post_listing_container ul li article .info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post_listing_container ul li article .category {
  background-color: var(--blue-color-75);
  padding: 0.25rem 0.45rem;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  color: var(--text-color-white);
  font-family: "IBM Plex Sans", sans-serif;
}
.post_listing_container ul li article h2, .post_listing_container ul li article h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-family: "Frank Ruhl Libre", serif;
  margin: 0.5rem 0 0.5rem 0;
  font-weight: 700;
}
.post_listing_container ul li article h2 a, .post_listing_container ul li article h3 a {
  text-decoration: none;
  color: var(--text-color);
}
.post_listing_container ul li article h2 a:hover, .post_listing_container ul li article h3 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--blue-color-25);
  text-decoration-thickness: 5px;
  text-decoration-skip-ink: none;
}
.post_listing_container ul li article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0rem 0 1rem 0;
}
.post_listing_container ul li article img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: none;
}
@media only screen and (max-width: 900px) {
  .post_listing_container {
    max-width: 640px;
    padding: 1rem;
    margin: auto;
  }
  .post_listing_main {
    border-right: 0px dashed var(--border-color-10);
    padding-right: 0rem;
    margin-bottom: 2rem;
  }
}
.ss-result {
  width: 100%;
}
.ss-result mark {
  background-color: var(--blue-color-25);
}
.ss-result .ss-result__badge {
  background-color: var(--blue-color-05);
  color: var(--text-color);
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 2px;
  padding: 0.35rem;
  font-size: 0.85rem;
  font-family: "IBM Plex Sans", sans-serif;
}
.SearchTitle {
  font-size: 1rem;
  font-weight: normal;
  color: var(--text-color-50);
}
.ss-result__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
}
.ss-result__title a {
  text-decoration: none;
  color: var(--text-color);
}
.ss-result__content {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-color-10);
}
.ss-result__link {
  color: var(--blue-color);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid var(--blue-color);
}
.ss-result__link:hover {
  border-bottom: 2px solid var(--blue-color-50);
}
.ss-search-form {
  position: relative;
  margin-bottom: 2rem;
}
.ss-search-form input {
  width: calc(100% - 2rem);
  padding: 1rem;
  font-size: 1.2rem;
  border: 1px solid var(--border-color-10);
  border-radius: 4px;
}
.ss-search-form input:focus {
  outline: none;
}
.ss-search-form__input {
  position: relative;
  width: 100%;
  display: block;
}
.ss-search-form__submit {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: 0;
  border-radius: 100%;
  background-color: var(--secondary-color-10);
  display: grid;
  cursor: pointer;
  width: 2.35rem;
  height: 2.35rem;
  place-content: center;
}
.ss-search-form__submit svg {
  color: var(--blue-color);
}
@media only screen and (max-width: 768px) {
  #search-modal i.search-modal-close {
    display: none;
  }
  #search-modal button.search-modal-close {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
  #search-modal .content {
    display: flex !important;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  #search-modal .ui.input {
    max-width: 100%;
  }
  #search-modal .ui.input .ui.circular.icon svg {
    width: 22px;
  }
  #search-modal input {
    font-size: 1.5rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media only screen and (max-width: 500px) {
  .SearchTitle {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .ss-result__content {
    margin-top: 0rem;
  }
  .ss-result__title {
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .ss-result__title a {
    flex-shrink: 0;
    width: 100%;
    order: 2;
  }
  .ss-result__title .ui.label {
    font-size: 0.75rem;
    order: 1;
    margin-bottom: 0.5rem;
    margin-left: auto;
  }
}
.ako_vybavim_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.ako_vybavim h1 {
  font-family: "Frank Ruhl Libre", serif;
  color: var(--secondary-color);
  font-size: 2.5rem;
}
.ako_vybavim_item {
  border: 1px solid var(--border-color-10);
  padding: 1rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.ako_vybavim_item .button {
  display: block;
  width: fit-content;
  margin: 1rem 0;
  margin-top: auto;
}
.ako_vybavim_item img {
  height: 60px;
  flex-shrink: 1;
  margin-right: auto;
}
.ako_vybavim_item h2 {
  margin: 2rem 0 1rem 0;
  font-family: "Frank Ruhl Libre", serif;
}
.ako_vybavim_item h2 a {
  text-decoration: none;
  color: var(--text-color);
}
.ako_vybavim_item p {
  color: var(--text-color-50);
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .ako_vybavim_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 425px) {
  .ako_vybavim_grid {
    grid-template-columns: 1fr;
  }
}
.static_container {
  max-width: 768px;
  margin: auto;
  margin-top: 2rem;
  width: calc(100% - 2rem);
  font-family: "IBM Plex Sans", sans-serif;
  padding: 1rem;
}
.static_container table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.static_container img {
  max-width: 100%;
  border-radius: 3px;
}
.static_container h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: var(--text-color);
}
.static_container p {
  line-height: 1.6rem;
  font-size: 1.1rem;
}
.static_container b, .static_container strong, .static_container h2, .static_container h3 {
  font-weight: 700;
}
.static_container div > h2 {
  margin-top: 1.3rem;
}
.static_container ul li, .static_container ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
}
.static_container u {
  background-color: var(--blue-color-05);
  text-decoration: none;
  padding: 2 px 1px;
}
.static_container a {
  color: var(--blue-color);
  text-decoration-color: var(--blue-color-50);
}
.static_container sub {
  font-size: inherit;
  line-height: inherit;
  bottom: auto;
  position: static;
  vertical-align: inherit;
  white-space: nowrap;
}
.static_container hr {
  border-top: 1px solid var(--border-color);
  margin: 2rem auto;
  margin-bottom: 2rem;
}
.static_container table, .static_container th, .static_container tr, .static_container td {
  border-collapse: collapse;
  border: 1px solid var(--border-color-10);
}
.static_container table {
  border-radius: 8px;
  width: 100%;
}
.static_container td, .static_container th {
  padding: 0.5rem;
}
.static_container .oc-text-boxFull {
  background-color: var(--blue-color-25);
  width: 100%;
  padding: 1.2rem;
  border-radius: 3px;
}
.static_container .oc-text-boxBorder {
  border: 2px solid var(--blue-color-25);
  width: 100%;
  padding: 1.2rem;
  border-radius: 3px;
}
.static_container .oc-text-small {
  font-size: 0.85rem;
}
.static_container .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.static_container .video-embed iframe, .static_container .video-embed object, .static_container .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.static_container .photogallery_cta {
  position: relative;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
.static_container .photogallery_cta_overlay {
  position: absolute;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  opacity: 0.5;
}
.static_container .photogallery_cta_content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  width: calc(100% - 2rem);
  justify-content: space-between;
}
.static_container .photogallery_cta_name {
  flex: 1;
  margin-right: 10px;
}
.static_container .photogallery_cta_name small {
  color: var(--text-color-white);
  opacity: 0.75;
  font-size: 14px;
  font-weight: 300;
}
.static_container .photogallery_cta_name b {
  display: block;
  color: var(--text-color-white);
  font-size: 21px;
  line-height: 28px;
  padding-top: 5px;
}
.static_container .photogallery_cta_button {
  flex-shrink: 0;
  background-color: var(--red-color);
  color: var(--text-color-white);
  padding: 10px 15px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.static_container .photogallery_cta_button span {
  font-weight: normal;
  opacity: 0.75;
}
.static_container .photogallery_cta_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-color-white);
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.static_container .photogallery_cta img {
  position: relative;
  z-index: 1;
}
.static_container #kronika-farnosti {
  width: 100%;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.static_container #kronika-farnosti li {
  list-style-type: none;
}
.static_container #kronika-farnosti li a {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #DDDFEE;
  padding: 1rem;
  border-radius: 3px;
  color: var(--text-color);
  text-decoration: none;
}
.static_container #kronika-farnosti li a strong {
  font-weight: 800 !important;
}
.static_container #kronika-farnosti li a::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 90px;
  vertical-align: -0.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z'/><path d='M4.603 14.087a.81.81 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.68 7.68 0 0 1 1.482-.645 19.697 19.697 0 0 0 1.062-2.227 7.269 7.269 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a10.954 10.954 0 0 0 .98 1.686 5.753 5.753 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.856.856 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.712 5.712 0 0 1-.911-.95 11.651 11.651 0 0 0-1.997.406 11.307 11.307 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.793.793 0 0 1-.58.029zm1.379-1.901c-.166.076-.32.156-.459.238-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361.01.022.02.036.026.044a.266.266 0 0 0 .035-.012c.137-.056.355-.235.635-.572a8.18 8.18 0 0 0 .45-.606zm1.64-1.33a12.71 12.71 0 0 1 1.01-.193 11.744 11.744 0 0 1-.51-.858 20.801 20.801 0 0 1-.5 1.05zm2.446.45c.15.163.296.3.435.41.24.19.407.253.498.256a.107.107 0 0 0 .07-.015.307.307 0 0 0 .094-.125.436.436 0 0 0 .059-.2.095.095 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a3.876 3.876 0 0 0-.612-.053zM8.078 7.8a6.7 6.7 0 0 0 .2-.828c.031-.188.043-.343.038-.465a.613.613 0 0 0-.032-.198.517.517 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822.024.111.054.227.09.346z'/></svg>");
  background-repeat: no-repeat;
  background-size: 35% 50%;
  background-position: center;
  margin-bottom: 0.5rem;
  opacity: 0.2;
}
.static_container #kronika-farnosti li a::after {
  content: "stiahnuť";
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  background-color: var(--red-color);
  color: white;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  border-radius: 3px;
  padding: 0.5rem;
}

.backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--backdrop-color);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 900;
}
.backdrop.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: opacity 0.3s;
}
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: var(--shadow-elevation-medium);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.2s;
  display: flex;
  flex-direction: column;
  background-color: #CDCAC3;
}
.sidenav.open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.3s;
}
.sidenav_logo {
  margin: 2rem auto;
}
.sidenav_header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  opacity: 0;
  transition: opacity 350ms ease 300ms;
}
.sidenav_header .close {
  background-color: transparent;
  border: 0;
  margin-left: auto;
  color: var(--text-color-50);
  border-radius: 2px;
  padding: 1rem 0;
  cursor: pointer;
}
.sidenav_header a {
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  color: var(--text-color-white-50);
}
.sidenav_header a span {
  display: block;
}
.sidenav_header span {
  text-transform: uppercase;
  color: var(--text-color-50);
  font-family: "IBM Plex Sans", sans-serif;
  padding: 1rem 0;
}
.sidenav_search {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--text-color-invert-10);
}
.sidenav_search input {
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: calc(100% - 2rem);
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0;
}
.sidenav_search input::placeholder {
  color: var(--border-color-30);
}
.sidenav_search input:focus {
  border: 0;
  outline: 1px solid var(--secondary-color-25);
  box-shadow: 0px 4px 8px var(--secondary-color-10);
}
.sidenav_search input:focus ~ button {
  display: none;
}
.sidenav_search button {
  background-color: transparent;
  border: 0;
  color: var(--text-color);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}
.sidenav_body {
  flex: 1;
  padding-bottom: 2rem;
}
.sidenav_body ul {
  margin: 0;
  padding: 0;
}
.sidenav_body ul > li {
  list-style-type: none;
  transform: translateX(100px);
  opacity: 0;
  transition: all 500ms ease;
}
.sidenav_body ul > li a, .sidenav_body ul > li summary {
  width: calc(100% - 2rem);
  text-decoration: none;
  color: var(--text-color);
  padding: 1.5rem 1rem;
  border-bottom: 1px dashed var(--text-color-white-30);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidenav_body ul > li summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0;
  list-style: none;
}
.sidenav_body ul > li summary::-webkit-details-marker {
  display: none;
}
.sidenav_body ul > li details {
  border-bottom: 1px dashed var(--text-color-white-30);
}
.sidenav_body ul > li details[open] summary svg {
  transition: transform 150ms ease;
  transform: rotate(180deg);
}
.sidenav_body ul > li .dropdown_content {
  display: block;
  background-color: transparent;
  width: 100%;
  position: relative;
  box-shadow: none;
}
.sidenav_body ul > li .dropdown_content li {
  border-bottom: 0;
  padding: 0;
}
.sidenav_body ul > li .dropdown_content li a {
  display: block;
  width: calc(100% - 4rem);
  text-decoration: none;
  color: var(--text-color);
  padding: 1rem 1rem;
  padding-left: 3rem;
  font-size: 1.3rem;
  font-family: "IBM Plex Sans", sans-serif;
  border-bottom: 0;
}
.sidenav_body ul > li:last-of-type a, .sidenav_body ul > li:last-of-type summary {
  border-bottom: 0;
}
.sidenav_body ul > li:nth-child(1) {
  transition: all 500ms ease calc(1 * 50ms);
}
.sidenav_body ul > li:nth-child(2) {
  transition: all 500ms ease calc(2 * 50ms);
}
.sidenav_body ul > li:nth-child(3) {
  transition: all 500ms ease calc(3 * 50ms);
}
.sidenav_body ul > li:nth-child(4) {
  transition: all 500ms ease calc(4 * 50ms);
}
.sidenav_body ul > li:nth-child(5) {
  transition: all 500ms ease calc(5 * 50ms);
}
.sidenav_body ul > li:nth-child(6) {
  transition: all 500ms ease calc(6 * 50ms);
}
.sidenav_body ul > li:nth-child(7) {
  transition: all 500ms ease calc(7 * 50ms);
}
.sidenav_body ul > li:nth-child(8) {
  transition: all 500ms ease calc(8 * 50ms);
}
.sidenav_body ul > li:nth-child(9) {
  transition: all 500ms ease calc(9 * 50ms);
}
.sidenav_body ul > li:nth-child(10) {
  transition: all 500ms ease calc(10 * 50ms);
}
.sidenav_footer {
  margin-top: auto;
}
.sidenav_footer ul {
  margin: 0;
  padding: 0;
}
.sidenav_footer ul li {
  list-style-type: none;
}
.sidenav_footer ul li a, .sidenav_footer ul li button {
  width: calc(100% - 2rem);
  text-decoration: none;
  color: var(--text-color);
  padding: 1rem;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
}
.sidenav_footer ul li a svg, .sidenav_footer ul li button svg {
  stroke: var(--border-color-30);
}
.sidenav_footer ul li.icon a svg, .sidenav_footer ul li.icon button svg {
  stroke: var(--text-color);
}
.sidenav_footer_socials {
  display: grid;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color-10);
}
.sidenav_footer_socials div {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.sidenav_footer_socials div a {
  text-decoration: none;
  padding: 0.25rem;
}
.sidenav_footer_socials div a svg {
  color: var(--text-color);
}
.open .sidenav_header {
  opacity: 1;
}
.open .sidenav_body ul li {
  opacity: 1;
  transform: translateX(0);
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
#themeSwitch.theme_light .get_light {
  display: none;
}
#themeSwitch.theme_light .get_dark {
  display: flex;
}
#themeSwitch.theme_dark .get_light {
  display: flex;
}
#themeSwitch.theme_dark .get_dark {
  display: none;
}
header {
  background-color: var(--bg-color);
  box-shadow: var(--shadow-elevation-low);
  white-space: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 70px;
}
.header_menu--open {
  align-self: stretch;
  padding: 0 1rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header_menu--open svg {
  color: var(--border-color-30);
}
.header_menu--open:hover {
  background-color: var(--secondary-color-10);
}
.header_menu--open:hover svg {
  color: var(--text-color-50);
}
.header_logo {
  margin-right: 2rem;
  padding-left: 1rem;
  text-decoration: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 1rem;
  --name: 1.5rem;
}
.header_logo_image {
  display: grid;
  height: 2rem;
  width: 3rem;
  border-radius: 8px;
  place-content: center;
}
.header_logo_image img {
  max-width: 3rem;
  width: 100%;
}
.header_logo_text {
  line-height: 1.4rem;
  color: var(--text-color);
}
.header_logo_text .desktop {
  display: block;
  font-size: 1rem;
}
.header_logo_text .mobile {
  display: none;
}
.header_logo_text b {
  font-size: var(--name);
}
.header_actions {
  margin-left: auto;
  display: flex;
  align-self: stretch;
  gap: 1rem;
}
.header_phone {
  align-self: stretch;
  background-color: var(--green-color-05);
  color: var(--green-color);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}
.header_lang {
  align-self: stretch;
  background-color: transparent;
  border: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--border-color-30);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
}
.header_search {
  align-self: stretch;
  background-color: transparent;
  border: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--border-color-30);
  cursor: pointer;
}
.header_search svg {
  color: var(--border-color-30);
}
.header_search:hover {
  background-color: var(--secondary-color-10);
}
.header_search:hover svg {
  color: var(--text-color-50);
}
nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 2rem;
  flex: 1;
}
nav > ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
nav > ul ul {
  margin: 0;
  padding: 0;
}
nav > ul li {
  list-style-type: none;
  display: flex;
  height: 100%;
  place-content: center;
}
nav > ul li a {
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text-color);
  font-size: 1rem;
  padding: 0 1rem;
  display: flex;
  align-self: stretch;
  align-items: center;
}
nav > ul li a:hover {
  background-color: var(--secondary-color-10);
}
nav .dropdown {
  height: 100%;
}
nav .dropbtn {
  font-size: 1rem;
  height: 100%;
  padding: 1rem;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
}
nav .dropbtn svg {
  color: var(--border-color-30);
}
nav .dropdown_content {
  border: 1px solid var(--border-color-10);
  font-family: "IBM Plex Sans", sans-serif;
}
nav .dropdown_content a {
  text-decoration: none;
  display: block;
  color: var(--text-color);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header_phone {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  nav > ul {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  nav > ul {
    display: none;
  }
  .header_menu--open {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .header_phone {
    display: none;
  }
  .header_logo_text .desktop {
    display: none;
  }
  .header_logo_text .mobile {
    display: block;
    font-size: 1rem;
  }
}

@charset "UTF-8";
.kurzy {
  max-width: 600px;
  margin: auto;
  padding: 1rem;
}
.kurzy form.hide {
  display: none;
}
.kurzy form button {
  width: 100%;
  cursor: pointer;
  margin-top: 1rem;
}
.kurzy form button:disabled, .kurzy form button[disabled] {
  border-color: var(--border-color);
  color: var(--text-color-50);
  background-color: var(--border-color);
}
.kurzy .form-group {
  width: 100%;
  margin-bottom: 1rem;
}
.kurzy .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.kurzy .form-group label.required::after {
  content: "(povinné)";
  color: #e2001b;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-block;
  padding-left: 0.5rem;
}
.kurzy .form-group input, .kurzy .form-group textarea {
  width: calc(100% - 2.4rem);
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--border-color-10);
  border-radius: 3px;
}
.kurzy .form-group select {
  width: 100%;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--border-color-10);
  border-radius: 3px;
}
.kurzy .form-group-radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: flex-start;
}
.kurzy .form-group-radio-item {
  display: flex;
  gap: 0.5rem;
}
.kurzy .form-group-radio-item input {
  width: fit-content;
  margin: 0;
}
.kurzy .form-group-radio-item label {
  margin: 0;
}
.kurzy .checkbox {
  display: grid;
  gap: 0.5rem;
  align-items: center;
  grid-template-columns: 24px 1fr;
}
.kurzy .checkbox label {
  margin: 0;
}
.kurzy .checkbox input {
  width: 100%;
}
.kurzy_success {
  color: green;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  display: none;
}
.kurzy_success::before {
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="green" class="bi bi-hand-thumbs-up" viewBox="0 0 16 16"> <path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z"/></svg>');
  background-repeat: no-repeat;
  background-size: 4rem 4rem;
  margin-bottom: 1rem;
  height: 4rem;
  width: 4rem;
  margin: auto;
}
.kurzy_success.show {
  display: grid;
}
.validate {
  color: #e2001b;
  font-weight: bold;
}
.dialog {
  max-width: 768px;
}
.dialog_close {
  background-color: transparent;
  position: static;
}
.dialog_close svg {
  color: var(--text-color-50);
}
.dialog .header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  font-weight: bold;
}
