/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * fondkinematografie.cz (monthly pageviews: <50K)
 *
 */
@font-face {
  font-family: "Circular";
  src: url("CircularXXWeb-Medium.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Circular";
  src: url("CircularXXWeb-Medium.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: Circular;
  src: url("CircularXXWeb-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: Circular;
  src: url("CircularXXWeb-Bold.woff2") format("woff2");
  font-weight: bold;
}
html {
  font-family: Circular, sans-serif;
  font-synthesis: none;
  font-size: 20px;
  line-height: 1.25;
  color: #212121;
  background: #212121;
}
* {
  text-decoration-thickness: 0.18ex;
  text-underline-position: from-font;
}
main {
  background: white;
}
@media (max-width: 1279px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }
  .text.content h1 {
    font-size: 160px !important;
  }
  .content > * {
    width: calc( 1600px  - 14rem );
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content > video {
    width: 100%;
  }
}
[aria-hidden="true"] {
  display: none;
}
a {
  color: inherit;
}
a:not([href]) {
  color: red;
}
a.disabled {
  color: #949494;
}
@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
img {
  display: block;
  max-width: 100%;
  margin: 1em 0;
}
p {
  margin: 1em 0;
}
p.em,
ul.em {
  font-size: 1.55555556em;
  font-weight: normal;
}
@media (max-width: 767px) {
  p.em,
  ul.em {
    font-size: 1.375em;
  }
}
p.em.small,
ul.em.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  p.em.small,
  ul.em.small {
    font-size: 1.375em;
  }
}
h1 {
  font-size: 4.66666667em;
  font-weight: bold;
  line-height: 1.1;
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.55555556em;
  font-weight: normal;
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.375em;
  }
}
h2.small,
h3.small,
h4.small,
h5.small,
h6.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  h2.small,
  h3.small,
  h4.small,
  h5.small,
  h6.small {
    font-size: 1.375em;
  }
}
mark {
  background: #DBDBFF;
  border-radius: 0.15lh;
  box-decoration-break: clone;
  padding: 0 0.12em;
  margin: 0 -0.12em;
}
.large-text {
  font-size: 1.22222222em;
  font-weight: normal;
  margin-bottom: 1.75em;
}
@media (max-width: 767px) {
  .large-text {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .large-text {
    max-width: 80%;
  }
}
.document-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.75rem;
}
.document-list .document {
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}
.document-list .document .info {
  width: 10em;
}
.document-list.grid {
  margin-top: 2.7rem;
  margin-bottom: 3.3rem;
}
@supports (display: grid) {
  .document-list.grid {
    display: grid;
    grid-gap: 3.75rem 0;
    grid-template-columns: repeat(auto-fill, minmax(21em, 1fr));
  }
  .document-list.grid .document {
    margin: 0;
  }
  .document-list.grid .document .info {
    width: 100%;
  }
}
.document {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.document .icon {
  box-sizing: border-box;
  width: 7em;
  height: 10em;
  border: 2px solid #212121;
  border-radius: 0.25em;
  position: relative;
}
.document .icon span {
  position: absolute;
  left: 1em;
  right: 1em;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.document .icon::before,
.document .icon::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0.5em;
  right: 0.5em;
  height: 0.33333333rem;
  background: #212121;
}
.document .icon::before {
  top: 0;
}
.document .icon::after {
  bottom: 0;
}
.document .round-icon {
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  border-radius: 1.75em;
  text-align: center;
  background: #212121;
  color: white;
}
.document .info + .icon {
  width: 5.25em;
  height: 7.5em;
}
.document .icon {
  order: 1;
}
.document .info {
  order: 2;
}
.document .icon {
  flex-shrink: 0;
}
.document .info {
  margin: 0 1.2rem;
  text-wrap: pretty;
}
.document::after {
  content: " ";
  display: table;
  clear: both;
}
.inverse .document .icon {
  border-color: white;
}
.inverse .document .icon::before {
  background: white;
}
.inverse .document .icon::after {
  background: white;
}
.document.important .round-icon {
  background: #f00;
}
.document.important .round-icon span {
  font-size: 1.5em;
}
.para {
  font-size: max(0.55em, 12px);
  font-weight: normal;
  color: white;
  background: #212121;
  border-radius: 0.25em;
  line-height: 1;
  padding: 0.75ex 0.5em !important;
  display: inline-block;
  transform: translateY(-10%);
  white-space: nowrap;
  font-size: 0.7em;
}
.ref {
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.ref::before {
  content: "[";
  margin: 0 0.1em;
}
.ref::after {
  content: "]";
  margin: 0 0.1em;
}
q {
  background: #F0F0F0;
}
blockquote {
  background: #F0F0F0;
  padding: 0.75rem;
  margin: 0.75rem -0.75rem;
}
blockquote > :first-child,
blockquote > :first-child > :first-child,
blockquote > :first-child > :first-child > :first-child {
  margin-top: 0 !important;
}
blockquote > :last-child,
blockquote > :last-child > :last-child,
blockquote > :last-child > :last-child > :last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  blockquote {
    padding: 0.5rem;
    margin: 0.25rem -0.5rem !important;
  }
}
a.label:not([data-label]) {
  font-size: max(0.55em, 12px);
  font-weight: normal;
  color: white;
  background: #212121;
  border-radius: 0.25em;
  line-height: 1;
  padding: 0.75ex 0.5em !important;
  display: inline-block;
  transform: translateY(-10%);
  white-space: nowrap;
  font-size: 0.7em;
  text-decoration: none;
}
a.label[data-label]::after {
  font-size: 0.7em;
  font-size: max(0.55em, 12px);
  font-weight: normal;
  color: white;
  background: #212121;
  border-radius: 0.25em;
  line-height: 1;
  padding: 0.75ex 0.5em !important;
  display: inline-block;
  transform: translateY(-10%);
  white-space: nowrap;
  content: attr(data-label);
  margin-left: 0.35em;
}
a.blocklink,
.document {
  text-decoration: none;
}
a.blocklink .link,
.document .link {
  text-decoration: underline;
}
@media (min-width: 768px) {
  a.blocklink:hover .link,
  .document:hover .link {
    text-decoration: none;
  }
}
.dot .blocklink .tab {
  width: 1.25ch;
  display: inline-block;
  text-align: center;
  margin-right: 0.15em;
  margin-left: -0.1em;
}
.dot::before {
  content: "●";
  margin-right: 0.5em;
  display: inline-block;
}
.dot.open::before {
  color: #00ff00;
}
.dot.waiting::before {
  color: #0000ff;
}
.dot.closed::before {
  color: #949494;
}
nav.side {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  nav.side {
    font-size: 1.375em;
  }
}
nav.side a {
  display: block;
}
@media (min-width: 768px) {
  nav.side {
    position: sticky;
    top: 4.8rem;
  }
}
.bar {
  display: block;
  position: fixed;
  text-align: center;
  font-size: 1.22222222em;
  text-decoration: none;
  line-height: calc(3.3rem - 5px);
  height: 3.3rem;
  left: 5.5rem;
  right: 5.5rem;
  z-index: 2;
  box-sizing: border-box;
  background: white;
  background-clip: content-box !important;
  color: #212121;
  border: 0;
  border-color: #212121;
}
@media (max-width: 767px) {
  .bar {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .bar {
    line-height: calc(2.85rem - 5px);
    height: 2.85rem;
    left: 7.5vw;
    right: 7.5vw;
  }
}
.bar.top {
  top: 0;
}
.bar.bottom {
  bottom: 0;
}
.bar.simple {
  background: white;
  color: #212121;
}
.bar.top {
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.bar.bottom {
  border-top-style: solid;
  border-top-width: 5px;
}
.bar.menu {
  cursor: pointer;
}
div.bar.menu {
  transition: color 150ms ease-in, content-visibility 150ms allow-discrete;
}
div.bar.menu::before {
  transition: opacity 150ms ease-in;
}
div.bar.menu.hidden {
  cursor: default;
  color: transparent;
  content-visibility: hidden;
}
div.bar.menu.hidden::before {
  opacity: 0;
}
.bar.menu::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='3' fill='black'/%3E%3Crect y='9' width='30' height='3' fill='black'/%3E%3Crect y='18' width='30' height='3' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 1.07em;
  height: 0.75em;
  margin-right: 0.55em;
  vertical-align: baseline;
  transform: translateY(0.22ex);
}
.bar .label {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bar .label.dropdown:not(.empty)::before {
  content: " ";
  width: 1em;
  height: 0.75em;
  margin-right: 0.35em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 30' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 30L0.679492 -3.26266e-06L35.3205 -2.34249e-07L18 30Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}
.bar select {
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.container {
  display: block;
}
.container .column {
  margin: 1.5rem 0;
  box-sizing: border-box;
}
.container .column > *:first-child,
.container .column > *:first-child > *:first-child,
.container .column > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.container .column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .container:not(.wide) {
    display: flex;
    flex-direction: row;
    margin: 1.5rem 0;
  }
  .container:not(.wide) .column {
    flex: 1;
    margin: 0;
  }
  .container:not(.wide) .column > h2,
  .container:not(.wide) .column > p,
  .container:not(.wide) .column > ul,
  .container:not(.wide) .column > ol {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container.wide {
    display: flex;
    flex-direction: row;
    margin: 3.3rem 0;
  }
  .container.wide .column {
    flex: 1;
    margin: 0;
    max-width: 50%;
  }
  .container.wide .column > h2,
  .container.wide .column > p,
  .container.wide .column > ul,
  .container.wide .column > ol {
    padding-right: 1.5rem;
  }
}
.frame .content {
  padding: 3.3rem 7rem;
}
@media (max-width: 767px) {
  .frame .content {
    padding: 2.85rem 7.5vw;
  }
}
.frame .content.nav,
.frame .content.text,
.frame .content.footer,
.frame .content.news {
  min-height: 100vh;
  box-sizing: border-box;
}
@supports (min-height: 100svh) {
  .frame > .top.bar + .content.nav,
  .frame > .top.bar + .content.text,
  .frame > .top.bar + .content.footer,
  .frame > .top.bar + .content.news {
    min-height: 100svh;
  }
}
.frame .inverse.content {
  background: #212121;
  color: white;
}
.frame .gray.content {
  background: #F0F0F0;
}
.frame .green.content {
  background: #c0f3c0;
}
.content a.sticky {
  font-size: 1.22222222em;
  font-weight: normal;
  display: block;
  background: #f0f0f0;
  text-align: center;
  text-decoration: none;
  bottom: 3.3rem;
  line-height: 3.3rem;
  border-top: 0.16666667rem solid #212121;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 6.6rem;
  margin-bottom: -3.3rem;
}
@media (max-width: 767px) {
  .content a.sticky {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .content a.sticky {
    bottom: 2.85rem;
    line-height: 2.85rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5.7rem;
    margin-bottom: -2.85rem;
  }
}
.nav.content h1 {
  font-size: 10vw;
  margin: 0.3rem 0;
  text-indent: -0.05em;
}
@media (min-width: 1600px) {
  .nav.content h1 {
    font-size: 160px;
  }
}
.nav.content.cs h1 {
  min-height: calc(100vh - 18.4rem);
}
@supports (min-height: 100svh) {
  .nav.content.cs h1 {
    min-height: calc(100svh - 18.4rem);
  }
}
.nav.content.cs .rest {
  min-height: calc(100vh -  6.6rem );
  scroll-margin-top: 3.3rem;
}
@media (min-width: 768px) {
  .nav.content.cs .lang {
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .nav.content.cs h1 {
    --news: 3;
    min-height: calc(100vh - 13rem - var(--news) * 4.58rem);
  }
  @supports (min-height: 100svh) {
    .nav.content.cs h1 {
      min-height: calc(100svh - 13rem - var(--news) * 4.58rem);
    }
  }
}
@media (min-width: 768px) {
  .nav.content.en .lang {
    position: absolute;
    right: 7rem;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .nav.content.en h1 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .nav.content.en .lang {
    width: auto;
    right: calc((100% - 1600px) / 2 + 5.5rem + 1.5rem);
  }
}
.nav.content h2 {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .nav.content h2 {
    font-size: 1.375em;
  }
}
.nav.content h2.main {
  font-size: 1.55555556em;
  font-weight: normal;
  margin-bottom: 0.9rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .nav.content h2.main {
    font-size: 1.375em;
  }
}
.nav.content h2.main.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .nav.content h2.main.small {
    font-size: 1.375em;
  }
}
.nav.content h2.main a {
  display: block;
}
@media (min-width: 768px) {
  .nav.content h2.main {
    font-size: 2.55555556em;
    margin-bottom: 0.9rem;
  }
  .nav.content h2.main a {
    text-decoration: none;
    opacity: 0.55;
  }
  .nav.content h2.main a:hover,
  .nav.content h2.main a:focus {
    outline: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .nav.content h2.main {
    font-size: 2em;
  }
  .nav.content h2.main a {
    text-decoration: none;
  }
}
.nav.content > * {
  position: relative;
}
.nav.content video,
.nav.content .video {
  position: fixed;
  opacity: 0.3;
  display: block;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  object-fit: cover;
}
.nav.content video.dim,
.nav.content .video.dim {
  opacity: 0.1;
}
.nav.content .row .column {
  margin: 1.5rem 0;
}
.nav.content .row .column > *:first-child {
  margin-top: 0;
}
.nav.content .row .column > *:first-child > *:first-child {
  margin-top: 0;
}
.nav.content .row .column > *:last-child {
  margin-bottom: 0;
}
.nav.content .row .column > *:last-child > *:last-child:not(.document-list) {
  margin-bottom: 0;
}
.nav.content .row .column > .main:first-child,
.nav.content .row .column section > .main:first-child {
  margin-top: -0.2em;
}
.nav.content .row .column > .main:last-child {
  margin-bottom: -0.2em;
}
.nav.content .row.feedback {
  text-wrap: pretty;
}
.nav.content .row.feedback br {
  display: none;
}
.nav.content .row::after {
  content: "";
  display: table;
  clear: both;
}
.nav.content .row + .row {
  border-top: 0.1em solid white;
}
.nav.content .peek a.item {
  text-decoration: none;
}
.nav.content .peek a.item time {
  text-decoration: underline;
  font-style: normal;
}
.nav.content .secondary {
  margin: 0;
}
.nav.content .secondary a {
  text-decoration: none;
}
@media (hover: hover) {
  .nav.content .secondary .blocklink .link {
    text-decoration: none;
    opacity: 0.55;
  }
  .nav.content .secondary .blocklink:hover .link {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .nav.content .row .column {
    margin: 3rem 0;
  }
  .nav.content .column {
    width: 50%;
    float: left;
  }
  .nav.content .column section.peek {
    padding-right: 10%;
    box-sizing: border-box;
  }
  .nav.content .column section.long {
    padding-right: 0;
  }
  .nav.content .content {
    position: relative;
  }
  .nav.content .lang {
    margin: 3rem 0;
  }
}
@media (max-width: 1024px) {
  .nav.content .feedback .column {
    width: 100%;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .nav.content .row,
  .nav.content section {
    border-top: 0.1em solid white;
  }
  .nav.content .feedback .column {
    padding-right: 0;
  }
  .nav.content section:first-child {
    padding-top: 1.5rem;
  }
  .nav.content .peek {
    display: none;
  }
  .nav.content section.long {
    margin-top: 1.5rem;
  }
  .nav.content .document-list {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .nav.content .document-list .document {
    margin-bottom: 0;
  }
  .nav.content .document-list .document:last-child {
    margin-right: 0;
  }
  .nav.content .document-list::before,
  .nav.content .document-list::after {
    content: "";
    min-width: 7.5vw;
  }
}
@media (hover: hover) {
  .nav.content .document {
    opacity: 0.65;
  }
  .nav.content .document:hover {
    opacity: 1;
  }
}
div.text.content {
  padding-top: 0;
  padding-bottom: 0;
}
.text.content > article {
  padding: 3.3rem 0;
}
.text.content > article > .collapsible:last-child {
  margin-bottom: -3.3rem;
}
.text.content > article > *:last-child {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .text.content > article {
    padding: 2.85rem 0;
  }
  .text.content > article > .collapsible:last-child {
    margin-bottom: -2.85rem;
  }
}
.text.content > article + article {
  border-top: 2px solid #212121;
}
.text.content h2 {
  font-size: 4.66666667em;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .text.content h2 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .text.content h2 {
    margin-bottom: 3.85rem;
  }
}
@media (min-width: 768px) {
  .text.content h2 {
    text-indent: -0.05em;
  }
}
.text.content h3,
.text.content h4,
.text.content h5,
.text.content h6 {
  margin-bottom: 1rem;
}
.text.content h3.small,
.text.content h4.small,
.text.content h5.small,
.text.content h6.small {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.text.content dl {
  font-size: 1.55555556em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .text.content dl {
    font-size: 1.375em;
  }
}
.text.content dl.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .text.content dl.small {
    font-size: 1.375em;
  }
}
.text.content dt {
  float: left;
  width: 6em;
}
.text.content dd {
  margin-left: 6.25em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .text.content dt {
    width: 3.75em;
  }
  .text.content dd {
    margin-left: 4em;
  }
}
.text.content dd::after {
  content: " ";
  display: table;
  clear: both;
}
.text.content ol {
  padding: 0.5em 0 0.5em 1.7em;
}
.text.content ol li {
  margin: 0.35em 0;
}
.text.content ul {
  padding: 0;
  list-style: none;
}
.text.content ul li {
  margin: 0.35em 0;
  position: relative;
  padding-left: 1.75em;
}
.text.content ul li::before {
  content: "● ";
  position: absolute;
  left: 0;
}
.text.content h1 {
  font-size: 10vw;
  margin: 0.3rem 0;
  text-indent: -0.05em;
}
header.text.content {
  display: flex;
  flex-direction: column;
  position: relative;
}
header.text.content nav {
  flex-grow: 1;
}
header.text.content .video-info {
  margin: 1.125rem 0;
}
header.text.content > * {
  position: relative;
  z-index: 1;
}
header.text.content video,
header.text.content .video {
  position: absolute;
  opacity: 0.3;
  display: block;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
header.text.content h1 {
  margin-bottom: 2.25rem;
}
@media ((max-width: 767px)) {
  header.text.content h1 {
    margin-top: 2.25rem;
  }
}
.text.content nav {
  font-size: 1.55555556em;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .text.content nav {
    font-size: 1.375em;
  }
}
.text.content nav.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .text.content nav.small {
    font-size: 1.375em;
  }
}
.text.content nav .group {
  padding-right: 3rem;
  box-sizing: border-box;
}
.text.content nav .group.dense {
  font-size: 1rem;
}
@media (min-width: 900px) {
  .text.content nav .group.dense {
    width: 50%;
    overflow: hidden;
  }
  .text.content nav .group.dense a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.text.content nav a {
  display: block;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .text.content nav a {
    text-decoration: none;
    opacity: 0.75;
  }
  .text.content nav a:hover,
  .text.content nav a:focus {
    opacity: 1;
    outline: none;
  }
}
.last {
  min-height: 100vh;
  min-height: calc(100vh -  3.3rem );
}
@media (max-width: 767px) {
  .last {
    min-height: calc(100vh -  2.85rem );
  }
}
.news.content article + article {
  border-top: 2px solid #212121;
}
.news.content article > *:last-child {
  margin-bottom: 0;
}
.news.content article {
  padding: 3rem 0;
}
.news.content article time {
  font-size: 1.55555556em;
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .news.content article time {
    font-size: 1.375em;
  }
}
.news.content article time.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .news.content article time.small {
    font-size: 1.375em;
  }
}
.news.content article time + h3 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
  padding-top: 0;
}
.news.content article .document-list {
  margin-top: 1.5rem;
  margin-bottom: 1.05rem;
}
.news.content article .detail-trigger {
  font-size: 1.55555556em;
  font-weight: normal;
  display: block;
}
@media (max-width: 767px) {
  .news.content article .detail-trigger {
    font-size: 1.375em;
  }
}
.news.content article .detail-trigger.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .news.content article .detail-trigger.small {
    font-size: 1.375em;
  }
}
.feedback.content p {
  margin: 0;
}
@media screen and (max-width: 700px) {
  .feedback.content br {
    display: none;
  }
  .feedback.content p {
    text-wrap: balance;
  }
}
.footer.content h2 {
  font-size: 4.66666667em;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 4.425rem;
  margin-top: -3.15rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .footer.content h2 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .footer.content h2 {
    padding-top: 3.975rem;
    margin-top: -2.85rem;
  }
}
@media (min-width: 768px) {
  .footer.content h2 {
    text-indent: -0.05em;
  }
}
.footer.content ul {
  display: flex;
  flex-direction: column;
}
.footer.content li {
  list-style: none;
}
.footer.content li.offset {
  margin-top: 1.75rem;
}
.footer.content li:not(.dot) a {
  display: block;
}
@supports (display: grid) {
  .footer.content .grid {
    font-size: 1.22222222em;
    line-height: 1.5;
    display: grid;
    grid-gap: 3.3rem 1rem;
    margin: 3.3rem 0;
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
  }
  .footer.content .grid > * {
    padding: 0;
    margin: 0;
  }
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #212121;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #212121;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #212121;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212121;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212121;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #212121;
  opacity: 1;
}
.incentive {
  background: #F0F0F0;
  border-radius: 0.5em;
  overflow: hidden;
  margin: 3rem 0;
}
.incentive .title,
.incentive .duration {
  font-size: 1.22222222em;
  font-weight: normal;
  padding: 1.125rem;
  margin: 0;
  text-align: center;
  text-wrap: pretty;
}
@media (max-width: 767px) {
  .incentive .title,
  .incentive .duration {
    font-size: 1.375em;
  }
}
.incentive .part {
  border-top: 2px solid #212121 !important;
}
.incentive .part.document {
  text-align: center;
  position: relative;
  min-height: 5.5em;
}
.incentive .part.document .info {
  width: 100%;
  margin: 1.5em 1.5em 1.5em 5.5em;
  text-align: left;
  text-wrap: pretty;
}
.incentive .part.document .round-icon {
  position: absolute;
  left: 1em;
}
.incentive .part.description {
  padding: 0.5em 1.5em;
  font-size: 0.85em;
}
.incentive > .part:first-child {
  border: none !important;
}
.incentive .fields {
  margin: 1.5rem;
}
.incentive input,
.incentive .button {
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .incentive input,
  .incentive .button {
    font-size: 1.375em;
  }
}
.incentive .input {
  position: relative;
}
.incentive label {
  position: absolute;
  top: 1.125rem;
  left: 2.4rem;
  font-size: 0.85em;
}
.incentive label.error {
  color: #f00;
}
.incentive input[type="text"],
.incentive input[type="email"],
.incentive input[type="file"] {
  display: block;
  border: none;
  background: transparent;
  line-height: 1.25;
  padding: 2.625rem 1.5rem 0.9rem;
}
.incentive input[type="text"]:focus,
.incentive input[type="email"]:focus,
.incentive input[type="file"]:focus {
  outline: none;
  background: #c0f3c0;
}
.incentive .input span::after {
  content: "●";
  position: absolute;
  left: 1.5rem;
  top: 1.125rem;
  font-size: 0.85rem;
  pointer-events: none;
}
.incentive form.validating .input label:not(.error) ~ span::after {
  color: #0f0;
}
.incentive form.validating .input label.error ~ span::after {
  color: #f00;
}
.incentive .button,
.incentive input[type="submit"] {
  background: #c0f3c0;
  appearance: none;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 5.25rem;
  line-height: 5.25rem;
  padding: 0;
}
.incentive .button.disabled,
.incentive input[type="submit"].disabled,
.incentive .button[disabled],
.incentive input[type="submit"][disabled] {
  background: #C4C4C4;
  pointer-events: none;
  cursor: default;
}
.incentive form.valid input[type="submit"],
.incentive form.sent input[type="submit"] {
  background: #00ff00;
}
.incentives.content h2,
.incentives.content .counter,
.incentives.content ul,
.incentives.content .category .link {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .incentives.content h2,
  .incentives.content .counter,
  .incentives.content ul,
  .incentives.content .category .link {
    font-size: 1.375em;
  }
}
.incentives.content h1 {
  margin: 0;
  margin-top: -0.1em;
}
.incentives.content .incentive + h2 {
  margin-top: 6rem;
}
.incentives.content .category {
  margin: 0;
  border-top: 2px solid #212121;
}
.incentives.content .category h2 {
  max-width: 14em;
}
.incentives.content .category.disabled {
  color: #949494;
}
.incentives.content .category.disabled .counter {
  border-color: #949494;
}
.incentives.content h2 {
  margin: 0;
  font-weight: normal;
}
.incentives.content ul {
  margin: 0;
}
.incentives.content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
.incentives.content ul li::before {
  content: "●";
  margin-right: 0.25em;
  display: inline-block;
}
.incentives.content ul li.open::before {
  color: #00ff00;
}
.incentives.content ul li.waiting::before {
  color: #0000ff;
}
.incentives.content ul li.closed::before {
  color: #949494;
}
.incentives.content aside + .sticky {
  margin-top: 0;
}
@media (min-width: 768px) {
  .incentives.content .header.container {
    padding: 4.5rem 0;
  }
  .incentives.content .counter {
    width: 5em;
    height: 5em;
    margin-right: 1em;
    box-sizing: border-box;
    border: 2px solid #212121;
    border-radius: 2.5em;
    font-weight: bold;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .incentives.content .category {
    padding: 1.5rem 0;
  }
  .incentives.content .category .column {
    display: flex;
  }
  .incentives.content .category .column:first-child {
    flex-direction: row;
    align-items: center;
  }
  .incentives.content .category .column:last-child {
    flex-direction: row;
    align-items: center;
  }
  .incentives.content nav.side {
    margin-right: 1.5rem;
  }
  .incentives.content .container:not(.header) + aside {
    margin-top: 6.6rem;
  }
}
@media (max-width: 767px) {
  .incentives.content .header.container {
    padding: 0.75rem 0;
  }
  .incentives.content .counter {
    width: 20vw;
    height: 20vw;
    margin-right: 4vw;
    box-sizing: border-box;
    border: 2px solid #212121;
    border-radius: 10vw;
    font-weight: bold;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .incentives.content .category {
    padding: 0.75rem 0;
  }
  .incentives.content .container:not(.header) + aside {
    margin-top: 5.7rem;
  }
}
.collapsible,
.collapsible-like {
  display: block;
  border-top: 2px solid #212121;
}
.collapsible h2,
.collapsible-like h2 {
  margin: 0;
  padding: 1.5rem 0;
  text-indent: -0.075em;
}
.collapsible-like {
  position: relative;
}
.collapsible-like .round-icon {
  font-size: 0.8em;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  border-radius: 1.75em;
  text-align: center;
  background: #212121;
  color: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.js .collapsible-like > .title {
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23212121'/%3E%3C/svg%3E%0A");
}
.js .collapsible > .title {
  color: #808080;
}
.js .collapsible > .title:focus-visible,
.js .collapsible > .title:hover {
  color: #212121;
  outline: none;
}
.js .collapsible.collapsed > .details {
  display: none;
}
.js .collapsible > .title {
  cursor: pointer;
  user-select: none;
  margin: 0;
  padding: 1.5rem;
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 30' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 30L0.679492 -3.26266e-06L35.3205 -2.34249e-07L18 30Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}
.js .collapsible > .title + .container {
  margin-top: 1rem;
}
.js .collapsible.collapsed > .title {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 30 36' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 18L-1.63133e-06 35.3205L-1.17124e-07 0.67949L30 18Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}
address {
  font-style: normal;
  margin: 1.5rem 0;
}
address .name::before {
  content: "● ";
}
address .description {
  color: #808080;
}
.news-list {
  font-size: 1.22222222em;
  font-weight: normal;
  max-width: 45em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .news-list {
    font-size: 1em;
  }
}
.news-list li {
  padding: 0 !important;
  margin: 1lh 0 !important;
}
.news-list li::before {
  display: none;
}
.news-list li:first-child {
  margin-top: 0 !important;
}
.news-list li:last-child {
  margin-bottom: 0 !important;
}
.news-list a {
  --lines: 2;
  display: block;
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: var(--lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration-line: none;
}
.news-list a time {
  text-decoration-line: underline;
}
@media (hover: hover) {
  .news-list a:hover time {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .text.content .news-list a {
    --lines: 1;
  }
  .text.content .news-list a time {
    display: inline-block;
    min-width: 10ch;
  }
}
.nav.content .news-list a {
  height: 2lh;
}
@media (min-width: 768px) {
  .contact-list {
    display: flex;
    flex-wrap: wrap;
  }
  address {
    flex-basis: 50%;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }
}
@supports (display: grid) {
  .contact-list {
    display: grid;
    gap: 2.25rem;
    grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
    margin-bottom: 2.25rem;
  }
  .contact-list.sparse {
    grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
  }
  .incentive-list {
    display: grid;
    gap: 3rem 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(19em, 1fr));
    align-items: start;
    margin-bottom: 3rem;
  }
  .incentive-list .incentive {
    margin: 0;
  }
  address {
    margin: 0;
    padding-right: 0;
  }
}
.list.content {
  padding-top: 0;
}
.list.content > :first-child {
  border-top: 0;
}
.list.content > :last-child {
  border-bottom: 2px solid #212121;
}
.list.content:empty {
  display: none;
}
.formal.content {
  --level: 0;
  --step: 1.725rem;
}
.formal.content [id] {
  scroll-margin-top: 4.8rem;
}
.formal.content h1,
.formal.content h2,
.formal.content h3,
.formal.content h4,
.formal.content h5,
.formal.content h6 {
  margin: 2.25rem 0 1.125rem;
}
.formal.content ul,
.formal.content ol {
  padding: 0;
  margin: 0;
}
.formal.content ul li,
.formal.content ol li {
  margin: 0.75rem 0 0.75rem 1.725rem;
}
.formal.content ul.bullet {
  list-style: disc;
  margin-left: -0.85rem;
}
.formal.content ol.alpha {
  list-style-type: lower-alpha;
}
.formal.content ol.alpha li {
  margin-top: 0;
  margin-bottom: 0;
}
.formal.content ol.roman {
  list-style-type: lower-roman;
}
.formal.content ol.flat {
  list-style-position: inside;
}
.formal.content ol.flat > li {
  margin-left: 0;
}
.formal.content ol.manual {
  list-style-type: none;
}
.formal.content ol.manual > li > var {
  font-style: normal;
  display: block;
  float: left;
}
.formal.content ol.manual > li {
  margin-left: 1.725rem;
}
.formal.content ol.manual > li > var {
  width: 1.725rem;
  margin-left: -1.725rem;
}
.formal.content ol.manual.level-1 > li {
  margin-left: 2em;
}
.formal.content ol.manual.level-1 > li > var {
  width: 2em;
  margin-left: -2em;
}
.formal.content ol.manual.level-2 > li {
  margin-left: 2.75em;
}
.formal.content ol.manual.level-2 > li > var {
  width: 2.75em;
  margin-left: -2.75em;
}
.formal.content ol.manual.level-3 > li {
  margin-left: 3.7em;
}
.formal.content ol.manual.level-3 > li > var {
  width: 3.7em;
  margin-left: -3.7em;
}
.formal.content table {
  margin: 1em 0;
  background: #F0F0F0;
  border-collapse: collapse;
  width: 100%;
}
.formal.content table th {
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .formal.content table th {
    white-space: nowrap;
  }
}
.formal.content table th,
.formal.content table td {
  border: 1px solid #F0F0F0;
  padding: 0.375rem;
}
.formal.content table td.num {
  white-space: nowrap;
  text-align: right;
}
.formal.content table.unstyled {
  margin: 0 -0.25em;
}
.formal.content table.unstyled th,
.formal.content table.unstyled td {
  border: none;
  padding: 0 0.25em;
  vertical-align: top;
}
.formal.content .table {
  overflow-x: auto;
}
.formal.content blockquote table {
  margin: 0;
}
@media (max-width: 767px) {
  .formal.content {
    --step: 1.5rem;
  }
}
.formal.content [data-level="0"] {
  --level: 0;
}
.formal.content [data-level="1"] {
  --level: 1;
}
.formal.content [data-level="2"] {
  --level: 2;
}
.formal.content [data-level="3"] {
  --level: 3;
}
.formal.content [data-level="4"] {
  --level: 4;
}
.formal.content [data-level="5"] {
  --level: 5;
}
.formal.content [data-level="6"] {
  --level: 6;
}
.formal.content [data-level="7"] {
  --level: 7;
}
.formal.content [data-level="8"] {
  --level: 8;
}
.formal.content [data-level="9"] {
  --level: 9;
}
.formal.content [data-level] {
  margin-left: calc(var(--level) * var(--step));
}
.formal.content blockquote[data-level] {
  margin-left: calc(var(--level) * var(--step) - 0.75rem);
}
.formal.content [data-struct="27"][data-level="1"] {
  --level: 0;
}
@media (min-width: 768px) {
  .formal.content [data-struct="7"],
  .formal.content [data-struct="8"],
  .formal.content [data-struct="9"] {
    padding-left: var(--step);
    position: relative;
  }
  .formal.content [data-struct="7"] var,
  .formal.content [data-struct="8"] var,
  .formal.content [data-struct="9"] var {
    position: absolute;
    left: 0;
  }
}
.formal.content [data-struct="17"],
.formal.content [data-struct="17"] h1 {
  margin-top: 0 !important;
}
.formal.content div[data-struct] {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .formal.content div[data-struct].cont:not([data-level="0"]) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .formal.content div[data-struct].cont:not([data-level="0"]) {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .formal.content [data-struct="54"] ~ .cont[data-level="1"] {
    margin-top: 0.75rem !important;
  }
}
.formal.content sup {
  font-weight: bold;
}
.formal.content var {
  font-variant-numeric: tabular-nums;
}
.formal.content a[rel=external]::after {
  content: "\00a0↗";
  margin-right: 0.1em;
}
.formal.content [data-struct="55"][data-num] {
  counter-set: num var(--num);
  position: relative;
  padding-left: 3.5ch;
}
.formal.content [data-struct="55"][data-num]::before {
  content: '[' counter(num, decimal-leading-zero) ']';
  display: inline-block;
  font-variant-numeric: tabular-nums;
  position: absolute;
  left: 0;
}
.formal.content [data-struct="55"][data-num] var {
  display: none;
}
.preview.wrapper {
  border-radius: 0.5em;
  overflow: hidden;
  background: #F0F0F0;
  margin: 1em 0;
}
.preview.wrapper img {
  max-height: 50vmin;
  width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: top;
}
.preview.wrapper button {
  font-size: 1.55555556em;
  font-weight: normal;
  background: #c0f3c0;
  border: none;
  border-top: 0.16666667rem solid #212121;
  outline: none;
  width: 100%;
  height: 5.25rem;
}
@media (max-width: 767px) {
  .preview.wrapper button {
    font-size: 1.375em;
  }
}
.preview.wrapper button.small {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .preview.wrapper button.small {
    font-size: 1.375em;
  }
}
.preview.wrapper.visible img {
  max-height: unset;
}
a.home {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.9rem 1.75rem 0.72rem;
}
a.home .icon {
  width: 2rem;
  height: 0;
  margin-bottom: 0.3rem;
  border-top: 0.18rem solid #212121;
  border-bottom: 0.18rem solid white;
}
a.home .icon:last-child {
  margin: 0;
}
/*# sourceMappingURL=./main.css.map */