@font-face {
  font-family: 'Atkinson Hyperlegible';
  src: url("../fonts/Atkinson-Hyperlegible-Regular-102a.woff2") format("woff2"), url("../fonts/Atkinson-Hyperlegible-Regular-102.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Atkinson Hyperlegible';
  src: url("../fonts/Atkinson-Hyperlegible-Bold-102a.woff2") format("woff2"), url("../fonts/Atkinson-Hyperlegible-Bold-102.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Atkinson Hyperlegible';
  src: url("../fonts/Atkinson-Hyperlegible-Italic-102a.woff2") format("woff2"), url("../fonts/Atkinson-Hyperlegible-Italic-102.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Atkinson Hyperlegible';
  src: url("../fonts/Atkinson-Hyperlegible-BoldItalic-102a.woff2") format("woff2"), url("../fonts/Atkinson-Hyperlegible-BoldItalic-102.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  scroll-behavior: smooth;
}

body {
  color: #000;
  background: #fff;
  background: url(../img/bg.png) repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body {
    padding-top: 2rem;
  }
}

::-moz-selection {
  color: #fff;
  background: var(--color1);
}

::selection {
  color: #fff;
  background: var(--color1);
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

a:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a:focus {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 700;
}

i {
  font-style: italic;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

hr {
  border: 0;
  border-top: 0.0625rem solid #aaa;
  padding: 0;
  padding-top: 1rem;
  margin: 0;
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.wp-text {
  line-height: 1.66;
  word-break: break-word;
}

.wp-text h2, .wp-text h3, .wp-text h4, .wp-text h5, .wp-text h6 {
  padding: 1.5em 0 .5em;
}

.wp-text ul {
  list-style: disc;
}

.wp-text ol {
  list-style: decimal;
}

.wp-text p + p {
  margin-top: 1em;
}

.wp-text p + img {
  margin-top: 1em;
}

.wp-text p + ul {
  margin-bottom: 1em;
}

.wp-text li {
  margin-left: 2em;
}

.wp-text i,
.wp-text em {
  font-style: italic;
}

.wp-text img,
.wp-text div {
  max-width: 100%;
}

.wp-text figure {
  margin-top: 1rem;
}

.wp-text figure img {
  height: auto;
}

.wp-text figure figcaption {
  display: none;
}

.wp-text blockquote {
  padding-left: 1rem;
  border-left: 0.25rem solid #aaa;
  font-style: italic;
  margin: 2rem 0;
}

.wp-text table {
  margin: 2rem 0;
  word-break: keep-all;
}

.wp-text td {
  border: 1px solid #aaa;
  padding: .5rem;
}

.wp-text sup {
  vertical-align: super;
  font-size: smaller;
}

.wp-text .schema-faq {
  margin: 2rem 0 1rem;
}

.wp-text .schema-faq-section {
  padding-bottom: 1rem;
}

.wp-text .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-text .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5em 1em;
  margin: .5rem 0 1rem;
  background: #eee;
}

.doc__icon {
  height: 1em;
  padding-right: .5em;
  margin-top: .25em;
}

.doc__title {
  word-break: break-word;
}

.doc span {
  width: 100%;
}

.form {
  margin-top: 1rem;
}

.input, .form-group__input, .form-group__textarea {
  padding: 0.75em 1em;
  border: 0.0625rem solid #aaa;
  background: #eee;
  font-size: inherit;
  font-family: inherit;
  border-radius: .75em;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  -webkit-appearance: none;
}

.input:focus, .form-group__input:focus, .form-group__textarea:focus {
  border-color: var(--color1);
  background: #fff;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.125rem hsla(var(--color1-h), var(--color1-s), var(--color1-l), 0.75), 0 0 0 0.25rem hsla(var(--color1-h), var(--color1-s), var(--color1-l), 0.25);
          box-shadow: inset 0 0 0 0.125rem hsla(var(--color1-h), var(--color1-s), var(--color1-l), 0.75), 0 0 0 0.25rem hsla(var(--color1-h), var(--color1-s), var(--color1-l), 0.25);
}

.input:not(:placeholder-shown), .form-group__input:not(:placeholder-shown), .form-group__textarea:not(:placeholder-shown) {
  background: #fff;
}

.btn, .cookiebar__btn, .scroll-top, .pagination__single, .pagination__btn {
  display: inline-block;
  background: var(--color1);
  color: #fff;
  border: 0;
  padding: 0.75em 1em;
  font-size: inherit;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
  border-radius: .25em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .btn, .cookiebar__btn, .scroll-top, .pagination__single, .pagination__btn {
    border-radius: .75em;
  }
}

.btn--full {
  width: 100%;
}

.btn:hover, .cookiebar__btn:hover, .scroll-top:hover, .pagination__single:hover, .pagination__btn:hover {
  background: hsl(var(--color1-h), var(--color1-s), calc(var(--color1-l) - 5%));
}

.btn:focus, .cookiebar__btn:focus, .scroll-top:focus, .pagination__single:focus, .pagination__btn:focus {
  background: hsl(var(--color1-h), var(--color1-s), calc(var(--color1-l) - 10%));
}

.btn__icon {
  height: 1em;
  padding-right: .5em;
}

.btn__icon--right {
  padding: 0 0 0 .5em;
}

.contact-icon {
  height: 1em;
  display: inline-block;
  padding-right: .25em;
  vertical-align: text-top;
}

.container, .cookiebar__container, .footer__container {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.blobs {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}

.blob {
  position: absolute;
  opacity: .75;
}

.blob--n1 {
  width: 20vw;
  top: -5vw;
  left: -5vw;
  fill: var(--color1);
}

.blob--n2 {
  width: 15vw;
  top: -5vw;
  right: -5vw;
  fill: var(--color2);
}

.blob--n3 {
  width: 15vw;
  bottom: -5vw;
  right: -5vw;
  fill: var(--color3);
}

.blob--n4 {
  width: 15vw;
  bottom: -5vw;
  left: -5vw;
  fill: var(--color2);
}

.page-wrapper {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1360px) {
  .page-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.header {
  width: 100%;
}

@media (min-width: 1200px) {
  .header {
    width: 17rem;
    margin-right: 2rem;
  }
}

.header__content {
  display: block;
}

.header__content--hidden {
  display: none;
}

@media (min-width: 1200px) {
  .header__content {
    display: block;
  }
}

.helpers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .5rem;
  width: 100%;
}

.helpers__single {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  background: none;
  border: 0;
  font-size: .875rem;
}

.helpers__single--reset {
  width: 100%;
}

.helpers__single--hide {
  display: none;
}

.helpers__icon {
  height: 1rem;
}

.helpers__text {
  margin-left: .5rem;
}

.tooltip {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.tooltip:hover, .tooltip:focus {
  z-index: 2;
}

.tooltip:hover:before, .tooltip:focus:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .375rem .5rem .375rem;
  border-color: transparent transparent #000 transparent;
}

.tooltip:hover:after, .tooltip:focus:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #000;
  color: #fff;
  padding: .25rem .5rem;
  border-radius: .25rem;
  text-align: center;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  font-size: .875rem;
  font-weight: 400;
  max-width: 100%;
}

.skip-menu__link {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--color1);
  text-decoration: none;
  padding: 1rem 2rem;
  opacity: 0;
  z-index: -1;
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
}

.skip-menu__link:focus {
  opacity: 1;
  z-index: 999;
}

.main-menu {
  font-size: 1.125rem;
}

.main-menu--sub {
  margin-left: 1.75em;
}

.main-menu--hidden {
  display: none;
}

.main-menu__single--sub {
  position: relative;
}

.main-menu__single--sub:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.25em;
  width: .0625em;
  height: 100%;
  background: var(--color1);
}

.main-menu__single--sub:after {
  content: '';
  position: absolute;
  top: 1em;
  left: -1.25em;
  height: .0625em;
  width: .75em;
  background: var(--color1);
}

.main-menu__single--sub:last-child:before {
  height: calc( 100% - .5em);
}

.main-menu__single--active > .main-menu__link {
  color: var(--color1);
  font-weight: 700;
}

.main-menu .current-menu-ancestor > .main-menu__link {
  color: var(--color1);
}

.main-menu__link {
  display: inline-block;
  padding: .25rem 0;
  margin: .125rem 0;
  width: 100%;
}

.main-menu__icon {
  height: 1em;
  display: inline-block;
  margin-right: .75em;
  vertical-align: text-top;
  -webkit-transition: .2s;
  transition: .2s;
}

.main-menu__icon--arrow {
  margin: 0 0 0 .25em;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main-menu__icon--arrow:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.main-menu__icon--closed {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-trigger__text {
  padding-top: .125rem;
}

.menu-icon {
  height: 1.5rem;
  margin-right: .5rem;
  display: block;
}

.menu-icon__path {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-icon--active .menu-icon__path--top {
  -webkit-transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
          transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.menu-icon--active .menu-icon__path--center {
  opacity: 0;
}

.menu-icon--active .menu-icon__path--bottom {
  -webkit-transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
          transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.menu-expand {
  background: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  border: 0;
  border-top: 0.0625rem solid #eee;
  width: 100%;
  margin: 1rem 0 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}

.menu-expand__icon {
  height: 1em;
  display: inline-block;
  vertical-align: text-top;
  -webkit-transition: .2s;
  transition: .2s;
  margin-left: .25em;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-expand__icon:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.menu-expand__icon--closed {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.page-content {
  width: 100%;
}

@media (min-width: 1200px) {
  .page-content {
    width: calc( 100% - 19rem);
  }
}

@media (min-width: 1360px) {
  .page-content {
    width: 45rem;
  }
}

.sidebar {
  width: 100%;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .sidebar {
    margin: 0 -1rem;
    width: calc( 100% + 2rem);
  }
}

@media (min-width: 1360px) {
  .sidebar {
    margin: 0;
    width: 17rem;
    margin-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sidebar__single {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .sidebar__single {
    width: 50%;
    padding: 0 1rem;
  }
}

@media (min-width: 1360px) {
  .sidebar__single {
    width: 100%;
    padding: 0;
  }
}

.sidebar__title {
  font-weight: 700;
}

.sidebar__icon {
  height: 1em;
  display: inline-block;
  padding-right: .25em;
  vertical-align: text-top;
}

.sidebar__img {
  max-height: 4rem;
  margin: 0 auto;
}

.event-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem 0 0;
  text-decoration: none;
}

@media (min-width: 992px) {
  .event-preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event-preview:hover {
  text-decoration: none;
}

.event-preview:hover .event-preview__info {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.event-preview:focus {
  text-decoration: none;
}

.event-preview:focus .event-preview__info {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}

.event-preview__date {
  text-align: center;
  background: var(--color1);
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: .5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .375rem 1rem .25rem;
}

@media (min-width: 992px) {
  .event-preview__date {
    width: 3rem;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.event-preview__day {
  padding-right: .25rem;
}

@media (min-width: 992px) {
  .event-preview__day {
    padding-right: 0;
  }
}

.event-preview__month {
  text-transform: uppercase;
}

.event-preview__info {
  width: calc( 100% - 3rem);
  padding-top: .5rem;
  font-size: 1rem;
  line-height: 1.375;
}

@media (min-width: 992px) {
  .event-preview__info {
    padding: 0 0 0 1rem;
  }
}

.event-preview__info--sidebar {
  font-size: .875rem;
  text-align: left;
}

.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: .25rem;
  padding: .5rem .5rem .5rem 1rem;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 768px) {
  .social-btn {
    border-radius: .75rem;
  }
}

.social-btn--facebook {
  background: #3b5998;
}

.social-btn--facebook:hover {
  background: #344e86;
}

.social-btn--facebook:focus {
  background: #2d4373;
}

.social-btn--youtube {
  background: #ff0000;
}

.social-btn--youtube:hover {
  background: #e60000;
}

.social-btn--youtube:focus {
  background: #cc0000;
}

.social-btn--bottom-margin {
  margin-bottom: 1rem;
}

.social-btn__text {
  color: #000;
  background: #fff;
  width: 100%;
  text-align: center;
  border-radius: .5rem;
  padding: .375rem 0 .25rem;
}

.social-btn__icon {
  height: 1.5em;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: text-top;
}

.cookiebar {
  width: 100%;
  font-size: 0.875rem;
  padding: 0 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.cookiebar__container {
  max-width: 83rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 1rem rgba(134, 134, 134, 0.1), 0 1rem 0.5rem rgba(247, 247, 247, 0.1);
          box-shadow: 0 0 1rem rgba(134, 134, 134, 0.1), 0 1rem 0.5rem rgba(247, 247, 247, 0.1);
  border: 0.0625rem solid #eee;
  background: #fff;
  margin-bottom: 2rem;
  padding: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.cookiebar__container--hide {
  -webkit-transform: scale(0);
          transform: scale(0);
  height: 0;
  font-size: 0;
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cookiebar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cookiebar__text {
    margin: 0 2rem 0 0;
    text-align: left;
  }
}

.cookiebar__link {
  color: #000;
}

.cookiebar__btn {
  white-space: nowrap;
}

.footer {
  z-index: 1;
  position: relative;
  padding-bottom: 3rem;
}

@media (min-width: 1360px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer__container {
  max-width: 85rem;
}

.scroll-top {
  position: fixed;
  z-index: 999;
  bottom: 1rem;
  right: 1rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: .875rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .875rem 1rem .8125rem;
}

.scroll-top--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-top--disabled {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.scroll-top__icon {
  height: 1rem;
  display: block;
  margin-right: .75rem;
}

.error-page {
  text-align: center;
  padding: 9rem 0 6rem;
}

@media (min-width: 992px) {
  .error-page__title {
    font-size: 3rem;
  }
}

.error-page__info {
  font-size: 1.25rem;
}

.page-title {
  text-align: center;
  padding-bottom: 1rem;
}

.page-title--no-padding {
  padding-bottom: 0;
}

.page-subtitle {
  text-align: center;
  padding-top: 1rem;
}

.page-date {
  text-align: center;
  margin-bottom: 1rem;
}

.page-text {
  line-height: 1.75;
}

@media (min-width: 430px) {
  .page-text {
    font-size: 1.125rem;
  }
}

.page-bottom {
  text-align: center;
  padding-top: 3rem;
}

.empty-info {
  padding: 1rem 0 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
}

.empty-info--p404 {
  padding: 1rem 0 0;
}

.cover-photo {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}

.box, .breadcrumbs {
  background: #fff;
  padding: 1rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 1rem rgba(134, 134, 134, 0.1), 0 1rem 0.5rem rgba(247, 247, 247, 0.1);
          box-shadow: 0 0 1rem rgba(134, 134, 134, 0.1), 0 1rem 0.5rem rgba(247, 247, 247, 0.1);
  border: 0.0625rem solid #eee;
  margin: 0 0 2rem;
  display: block;
}

@media (min-width: 992px) {
  .box, .breadcrumbs {
    padding: 2rem;
    border-radius: 1rem;
  }
  .box--inside {
    padding: 1rem;
  }
}

.box--center {
  text-align: center;
}

.box--highlight {
  border-color: var(--color1);
  -webkit-box-shadow: 0 0 0 200vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 200vw rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: relative;
}

.website-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .website-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .website-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.website-header__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .website-header__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .website-header__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.website-logo {
  width: 100%;
  display: block;
  max-width: 5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .website-logo {
    margin: 0 1rem 0 0;
  }
}

@media (min-width: 1200px) {
  .website-logo {
    max-width: 6rem;
    margin: 0 auto 1rem;
  }
}

@media (min-width: 1360px) {
  .website-logo {
    max-width: 8rem;
  }
}

.website-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .menu-trigger {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .menu-trigger {
    display: none;
  }
}

.breadcrumbs {
  padding: 1rem .5rem;
  font-size: .875rem;
}

.breadcrumbs__single {
  display: inline-block;
  padding: 0 .5rem;
}

.post-data__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
}

.post-data__icon {
  height: 1.5rem;
  display: inline-block;
}

.post-data__label {
  padding: .5rem 0 0;
}

.single-term:not(:last-child):after {
  content: ',';
}

.post {
  text-decoration: none;
}

.post:hover, .post:focus {
  text-decoration: none;
}

.post__bottom {
  padding-top: 1rem;
  text-align: right;
}

.post__photo {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.pagination {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}

.pagination__list {
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__single {
  font-size: 1.25rem;
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 .25rem;
  padding: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .pagination__single {
    height: 3rem;
    width: 3rem;
  }
}

.pagination__single--active {
  color: #000;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 0.25rem var(--color1);
          box-shadow: inset 0 0 0 0.25rem var(--color1);
}

.pagination__single--active:hover {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 0.25rem hsl(var(--color1-h), var(--color1-s), calc(var(--color1-l) - 5%));
          box-shadow: inset 0 0 0 0.25rem hsl(var(--color1-h), var(--color1-s), calc(var(--color1-l) - 5%));
}

.pagination__single--active:focus {
  -webkit-box-shadow: inset 0 0 0 0.25rem hsl(var(--color1-h), var(--color1-s), calc(var(--color1-l) - 10%));
          box-shadow: inset 0 0 0 0.25rem hsl(var(--color1-h), var(--color1-s), calc(var(--color1-l) - 10%));
}

.pagination__single--dots {
  pointer-events: none;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: .25rem;
}

.pagination__btn {
  text-decoration: none;
  margin: 0 .25rem;
  padding: 0;
}

.pagination__icon {
  height: 2rem;
  padding: .25rem;
  display: block;
}

@media (min-width: 768px) {
  .pagination__icon {
    height: 3rem;
    padding: .75rem;
  }
}

.pagination__icon--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination__info {
  font-weight: 700;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form-group__info {
  width: 100%;
  padding-bottom: .5rem;
}

@media (min-width: 992px) {
  .form-group__info {
    width: 10rem;
    padding: 0 1rem 0 0;
  }
}

.form-group__content {
  width: 100%;
}

@media (min-width: 992px) {
  .form-group__content {
    width: calc( 100% - 10rem);
  }
}

.form-group__input {
  border-radius: .25em;
}

.form-group__textarea {
  resize: vertical;
  border-radius: .25em;
  min-height: 7rem;
}

.form__bottom {
  padding: 1rem 0 2rem;
  text-align: center;
}

.message {
  padding: 1.5rem;
  margin: 1rem 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  border: .25rem solid;
}

.message--success {
  border-color: #8fae1b;
}

.message--error {
  border-color: #ec2a32;
}

.message__icon {
  height: 1.5em;
  margin-right: 1em;
}

.map {
  width: 100%;
  margin-top: 1rem;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1rem;
  padding: 1rem 0;
}

@media (min-width: 430px) {
  .gallery {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .gallery {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .gallery {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .gallery {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.gallery__single {
  position: relative;
  background: red;
}

.gallery__single:after {
  content: '';
  padding-bottom: 100%;
  display: inline-block;
  vertical-align: top;
}

.gallery__photo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-search__single {
  font-size: 1.25rem;
  margin: 0.35rem 0;
  padding: 0.25rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.page-search__single__type {
  font-weight: 700;
}

.page-search__single:last-child {
  margin-bottom: 4rem;
}

.page-search__again {
  font-size: 1.5rem;
  text-align: center;
  padding-top: 1rem;
  display: block;
}

.page-search__bottom {
  border-top: 0.0625rem solid #aaa;
  border-bottom: 0.0625rem solid #aaa;
  padding-bottom: 2rem;
  margin-bottom: -1rem;
}

.page-search__bottom__content {
  max-width: 20rem;
  margin: 0 auto;
}

.search-result {
  padding-bottom: 2rem;
}

.search-result-empty {
  font-size: 1.5rem;
  text-align: center;
  padding: 2rem 0;
  font-weight: 700;
}

.galleries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.galleries-list__single {
  padding: 0 1rem 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .galleries-list__single {
    width: 50%;
  }
}

.galleries-list__link {
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 1rem rgba(134, 134, 134, 0.1), 0 1rem 0.5rem rgba(247, 247, 247, 0.1);
          box-shadow: 0 0 1rem rgba(134, 134, 134, 0.1), 0 1rem 0.5rem rgba(247, 247, 247, 0.1);
  border: 0.0625rem solid #eee;
  display: block;
}

.galleries-list__link:hover .galleries-list__square {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.galleries-list__square {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.galleries-list__square--placeholder {
  border-bottom: 0.0625rem solid #eee;
}

.galleries-list__square:after {
  content: '';
  display: block;
  padding-bottom: 66.66666%;
}

@media (min-width: 768px) {
  .galleries-list__square:after {
    padding-bottom: 100%;
  }
}

.galleries-list__photo {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  display: block;
}

.galleries-list__photo--placeholder {
  height: 7rem;
  width: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.galleries-list__data {
  padding: 1rem;
}

.galleries-list__title {
  font-weight: 700;
  margin-bottom: -1rem;
}

.maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 28rem;
  margin: 0 auto;
}

.maintenance__top {
  border-bottom: 0.0625rem solid #aaa;
  padding-bottom: 2rem;
}

.maintenance__logo__img {
  height: 4rem;
}

.maintenance__title {
  padding: 1rem 0;
}

.maintenance__subtitle {
  font-size: 1.5rem;
  padding: 2rem 0 .5em;
}
/*# sourceMappingURL=style.css.map */