/*!
Theme Name: VDA Graduation Show 2024
Author: Makaulius
Version: 1.0.37
License: Custom License for VDA
Text Domain: vdags
GitHub Theme URI: makaulius/vdags2024
Primary Branch: main
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.acf-innerblocks-container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 10%;
}
@media (max-width: 1024px) {
  .acf-innerblocks-container {
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.acf-innerblocks-container > .wp-block-columns:last-child:not(:only-child) {
  max-height: 70vh;
}
@media (max-width: 1024px) {
  .acf-innerblocks-container > .wp-block-columns:last-child:not(:only-child) {
    max-height: none;
  }
}

.wp-block-columns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  box-sizing: border-box;
  width: calc(100% + 32px);
}
@media (max-width: 1024px) {
  .wp-block-columns {
    margin-bottom: 32px;
  }
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-columns.is-style-bigger-gutter {
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.wp-block-columns.is-style-justify-between {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap;
  }
  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    flex: 1 0 0% !important;
    margin-bottom: 0;
  }
  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column.is-width-auto {
    flex: 0 0 auto !important;
  }
}
.wp-block-columns.is-horizontally-justified {
  justify-content: space-between;
}
.wp-block-columns.is-horizontally-aligned-center {
  justify-content: center;
}
.wp-block-columns.is-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.is-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.is-vertically-aligned-bottom {
  align-items: flex-end;
}

.wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  padding-right: 16px;
  padding-left: 16px;
  flex: 1 0 0%;
}
.wp-block-column h3:not(:first-child) {
  margin-top: auto;
  padding-top: 0.5em;
}
@media (max-width: 1024px) {
  .wp-block-column h3:not(:first-child) {
    padding-top: 0;
    margin-top: 32px;
  }
}
@media (max-width: 1024px) {
  .wp-block-column {
    margin-bottom: 32px;
    flex: 0 0 auto;
    width: 100%;
    flex-basis: 100% !important;
  }
}
.wp-block-column:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-style-vertical-space-between {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .wp-block-column.is-style-vertical-space-between {
    row-gap: 0;
  }
}
.wp-block-column.is-width-auto, .wp-block-column[style*=flex-basis] {
  flex: 0 0 auto;
  width: auto;
}
.wp-block-column .wp-block-columns {
  margin-bottom: 32px;
  row-gap: 16px;
}
.wp-block-column .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}
.wp-block-column .wp-block-columns:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .group,
  .wp-block-group {
    margin-bottom: 32px;
  }
  .group:last-child,
  .wp-block-group:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-height: 720px) and (orientation: landscape) {
  .oval-column {
    margin-top: -5%;
  }
}
@media screen and (max-height: 640px) and (orientation: landscape) {
  .oval-column {
    margin-top: -10%;
  }
}

body {
  letter-spacing: -0.01em;
  font-size: 16px;
}
@media (min-width: 1600px) {
  body {
    font-size: 17px;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
  letter-spacing: -0.05em;
  margin: -1% 0;
  transform: translateX(-0.05em);
}

h1.wp-block-post-title {
  font-size: 2em;
}

h1, h2 {
  font-size: 6vw;
  line-height: 1;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 10vw;
  }
}

[lang=en-GB] h1 {
  font-size: 8vw;
}
@media (max-width: 1024px) {
  [lang=en-GB] h1 {
    font-size: 10vw;
  }
}

.simple-page h1 {
  font-size: 5vw;
}
@media (max-width: 1024px) {
  .simple-page h1 {
    font-size: 32px;
  }
}

h3, h4 {
  line-height: 1.1;
}

h3 {
  font-size: 3.5vw;
  margin: 1.5em 0 0.75em;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
h3:first-child {
  margin-top: 0;
}
h3:last-child {
  margin-bottom: 0;
}
h3.date-heading {
  font-size: 5.8vw;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  h3.date-heading {
    font-size: 9vw;
  }
}

h4, h5 {
  font-size: 20px;
  letter-spacing: -0.025em;
  margin: 1.5em 0 1em;
}
@media (max-width: 1024px) {
  h4, h5 {
    font-size: 16px;
  }
}
h4:first-child, h5:first-child {
  margin-top: 0;
}
h4:last-child, h5:last-child {
  margin-bottom: 0;
}

h5 {
  margin: 1.5em 0 0.5em;
}

.oval {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 2.24;
  margin: 0;
}

p {
  text-align: justify;
  margin: 0.5em 0 1em;
}
p:first-child {
  margin-top: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}
p.has-text-align-left {
  text-align: left;
}

a.disabled {
  pointer-events: none;
}

.main-button {
  font-size: 17px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  font-weight: 600;
  letter-spacing: -0.02em;
  background-color: #000000;
  color: #ffffff;
  -moz-column-gap: 8px;
       column-gap: 8px;
  text-decoration: none;
  transition: color 0.16s ease, background-color 0.16s ease;
}
@media (max-width: 1024px) {
  .main-button {
    font-size: 14px;
    padding: 2px 8px;
  }
}
.main-button:hover {
  background-color: #fd7431;
}
.main-button i {
  position: relative;
  width: 18px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-button i {
    width: 16px;
    font-size: 18px;
  }
}
.main-button.main-button--big {
  padding: 8px 16px;
}
.main-button:after {
  font-family: "Font Awesome 6 Sharp";
  content: "\e09f";
  margin-left: 0.1em;
}

a.read-more-link {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}

.round-button-parent a,
.round-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: #000000;
  padding: 0;
  background: #ffffff;
  transition: color 0.32s ease;
  cursor: pointer;
  border: 2px solid #000000;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .round-button-parent a,
  .round-button {
    border-width: 1px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
  }
}

.fancybox-content {
  width: 100%;
  max-width: 800px;
  padding: 64px;
}
@media (max-width: 1024px) {
  .fancybox-content {
    padding: 24px;
  }
}

.fancybox-slide--video .fancybox-content {
  max-width: 1600px;
  aspect-ratio: 16/9 !important;
  height: auto !important;
}

.fancybox-button {
  width: 48px;
  height: 48px;
}
@media (max-width: 1024px) {
  .fancybox-button {
    width: 32px;
    height: 32px;
  }
}

.fancybox-navigation {
  display: none;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  opacity: 1;
  top: 8px;
  right: 8px;
}
@media (max-width: 1024px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
  }
}
.fancybox-slide--html .fancybox-close-small i {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .fancybox-slide--html .fancybox-close-small i {
    font-size: 32px;
  }
}

.fancybox-loading {
  border: 8px solid transparent;
  border-bottom-color: #fd7431;
  height: 4rem;
  width: 4rem;
}

.fancybox-bg {
  background: #000000;
}

.fancybox-slide--video .fancybox-close-small {
  padding: 0;
  opacity: 1;
  top: 0;
  right: 0;
  background-color: #000000;
}
.fancybox-slide--video .fancybox-close-small i {
  font-size: 32px;
}

.is-style-white {
  background-color: #ffffff;
}
.is-style-white .oval .fill,
.is-style-white .eyes .fill {
  fill: #000000;
}

.is-style-yellow {
  background-color: #d0ff08;
}
.is-style-yellow .oval .fill,
.is-style-yellow .eyes .fill {
  fill: #9677f7;
}

.is-style-blue {
  background-color: #75bbf9;
}
.is-style-blue .oval .fill,
.is-style-blue .eyes .fill {
  fill: #d0ff08;
}

.is-style-violet {
  background-color: #9677f7;
}
.is-style-violet .oval .fill,
.is-style-violet .eyes .fill {
  fill: #fd7431;
}

.is-style-orange {
  background-color: #fd7431;
}
.is-style-orange .oval .fill,
.is-style-orange .eyes .fill {
  fill: #75bbf9;
}

.is-style-black {
  background-color: #000000;
  color: #ffffff;
}
.is-style-black a {
  color: #ffffff;
}
.is-style-black .main-button {
  background-color: #ffffff;
  color: #000000;
}
.is-style-black .main-button:hover {
  background-color: #d0ff08;
}
.is-style-black .oval,
.is-style-black .eyes {
  filter: invert(1);
}
.is-style-black .oval .fill,
.is-style-black .eyes .fill {
  fill: #000000;
}

@media (max-width: 1024px) {
  .fp-auto-height-responsive .fp-overflow {
    height: auto;
    max-height: none !important;
    overflow: auto;
    overflow: hidden;
  }
}

.no-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border: 2px solid #000000;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath vector-effect='non-scaling-stroke' d='M1 1L23 23' stroke='black' stroke-width='2'/%3E%3Cpath vector-effect='non-scaling-stroke' d='M23 1L1 23' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1024px) {
  .no-image {
    border-width: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath vector-effect='non-scaling-stroke' d='M1 1L23 23' stroke='black' stroke-width='1'/%3E%3Cpath vector-effect='non-scaling-stroke' d='M23 1L1 23' stroke='black' stroke-width='1'/%3E%3C/svg%3E%0A");
  }
}

.page-content img {
  display: block;
  width: 100%;
  height: auto;
}
.page-content figure.wp-block-image {
  margin: 0;
}
.page-content figure.wp-block-image.is-resized:not(.is-style-logo) img {
  width: initial;
}
.page-content figure.wp-block-image.is-style-logo {
  width: 25%;
}
.page-content figure.wp-block-image.is-style-logo img {
  width: initial;
}
@media (max-width: 1024px) {
  .page-content figure.wp-block-image.is-style-logo img {
    width: 100%;
  }
}

.wp-block-gallery,
.wp-block-gallery.wp-block-gallery-1 {
  display: grid !important;
  margin: 0;
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
  row-gap: 48px !important;
}
.wp-block-gallery:only-child,
.wp-block-gallery.wp-block-gallery-1:only-child {
  margin-top: 0;
}
@media screen and (max-width: 1340px) {
  .wp-block-gallery,
  .wp-block-gallery.wp-block-gallery-1 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
    row-gap: 24px !important;
  }
}
@media (max-width: 1024px) {
  .wp-block-gallery,
  .wp-block-gallery.wp-block-gallery-1 {
    margin-top: 8px;
    margin-bottom: 16px;
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
    row-gap: 24px !important;
  }
}
.wp-block-gallery .wp-block-image,
.wp-block-gallery.wp-block-gallery-1 .wp-block-image {
  width: 100%;
  height: auto;
}
.wp-block-gallery .wp-block-image img,
.wp-block-gallery.wp-block-gallery-1 .wp-block-image img {
  filter: contrast(1.1) brightness(1.05);
}
.wp-block-gallery.columns-2,
.wp-block-gallery.wp-block-gallery-1.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-gallery.columns-3,
.wp-block-gallery.wp-block-gallery-1.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-gallery.columns-4,
.wp-block-gallery.wp-block-gallery-1.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.wp-block-gallery.columns-5,
.wp-block-gallery.wp-block-gallery-1.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.wp-block-gallery.columns-6,
.wp-block-gallery.wp-block-gallery-1.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.wp-block-gallery.columns-7,
.wp-block-gallery.wp-block-gallery-1.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.wp-block-gallery.columns-8,
.wp-block-gallery.wp-block-gallery-1.columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.wp-block-gallery.columns-1 .wp-block-image, .wp-block-gallery.columns-2 .wp-block-image, .wp-block-gallery.columns-3 .wp-block-image, .wp-block-gallery.columns-4 .wp-block-image, .wp-block-gallery.columns-5 .wp-block-image, .wp-block-gallery.columns-6 .wp-block-image, .wp-block-gallery.columns-7 .wp-block-image, .wp-block-gallery.columns-8 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-1 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-2 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-3 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-4 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-5 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-6 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-7 .wp-block-image,
.wp-block-gallery.wp-block-gallery-1.columns-8 .wp-block-image {
  grid-template-columns: repeat(4, 1fr);
}
.wp-block-gallery.is-cropped .wp-block-image img,
.wp-block-gallery.wp-block-gallery-1.is-cropped .wp-block-image img {
  aspect-ratio: 5/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
.wp-block-gallery.is-style-logos,
.wp-block-gallery.wp-block-gallery-1.is-style-logos {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 1340px) {
  .wp-block-gallery.is-style-logos,
  .wp-block-gallery.wp-block-gallery-1.is-style-logos {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1024px) {
  .wp-block-gallery.is-style-logos,
  .wp-block-gallery.wp-block-gallery-1.is-style-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wp-block-gallery.is-style-logos-half,
.wp-block-gallery.wp-block-gallery-1.is-style-logos-half {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1340px) {
  .wp-block-gallery.is-style-logos-half,
  .wp-block-gallery.wp-block-gallery-1.is-style-logos-half {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .wp-block-gallery.is-style-logos-half,
  .wp-block-gallery.wp-block-gallery-1.is-style-logos-half {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wp-block-gallery.is-style-logos-quarter,
.wp-block-gallery.wp-block-gallery-1.is-style-logos-quarter {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1340px) {
  .wp-block-gallery.is-style-logos-quarter,
  .wp-block-gallery.wp-block-gallery-1.is-style-logos-quarter {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .wp-block-gallery.is-style-logos-quarter,
  .wp-block-gallery.wp-block-gallery-1.is-style-logos-quarter {
    grid-template-columns: repeat(4, 1fr);
  }
}

input[type=text],
select {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 15px;
  border: 1px solid #000000;
  background-color: transparent;
  outline: none;
  font-weight: 500;
}
@media (max-width: 1024px) {
  input[type=text],
  select {
    padding: 7px 11px;
    font-size: 14px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10.7188L7.625 10.375L2.625 5.375L2.28125 5L3 4.3125L3.34375 4.65625L8 9.3125L12.625 4.65625L13 4.3125L13.6875 5L13.3438 5.375L8.34375 10.375L8 10.7188Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: right 1rem center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  select {
    background-position: right 0.5rem center;
  }
}

.page-content ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0;
  width: 100%;
}
.page-content ul:last-child {
  margin-bottom: 0;
}
.page-content ul li {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
  padding: 0 0.5em 4px;
}
.page-content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-content ul li {
    font-size: 14px;
    padding: 0 0.25em 2px;
  }
}
.page-content ul.locations {
  border-top: 1px solid #000000;
}
.page-content ul.locations li {
  padding: 0;
  margin-bottom: 0;
}
.page-content ul.locations li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 0.5em 4px;
  text-decoration: none;
  padding-right: 2em;
}
.page-content ul.locations li a:after {
  font-family: "Font Awesome 6 Sharp";
  content: "\e09f";
  width: 1rem;
  font-size: 1.5rem;
  line-height: 1rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  font-weight: 300;
}
.page-content ul.locations li a:hover {
  color: #ffffff;
  background-color: #000000;
}
.page-content ul.locations li a.disable {
  pointer-events: none;
}
.page-content ul.locations li a.disable:after {
  content: none;
  display: none;
}
.page-content ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
  margin: 2rem 0;
}
.page-content ul.social li {
  margin: 0;
  padding: 0;
  border: none;
}
.page-content ul.social:first-child {
  margin-top: 0;
}
.page-content ul.social:last-child {
  margin-bottom: 0;
}
.page-content ul.social.is-style-row {
  flex-direction: row;
}
@media (max-width: 1024px) {
  .page-content ul.social.is-style-row {
    flex-direction: column;
  }
}
.page-content ul.visiting-hours li {
  display: flex;
  justify-content: space-between;
}
.page-content .tabs h3 {
  font-size: 3vw;
}
@media (max-width: 1024px) {
  .page-content .tabs h3 {
    font-size: 24px;
  }
}
.page-content .tabs ul li {
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .page-content .tabs ul li {
    margin-bottom: 1em;
  }
}
.page-content .tabs ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.16s ease;
}
.page-content .tabs ul li a:hover, .page-content .tabs ul li a.active {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.16s ease, visibility 0.16s ease;
}
@media (max-width: 1024px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow.slick-prev {
  left: 32px;
}
.slick-arrow.slick-next {
  right: 32px;
}
.slick-arrow.slick-disabled {
  opacity: 0;
}

.slick-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.slick-slider:hover .slick-arrow.slick-disabled {
  opacity: 0;
}

table {
  line-height: 1.1;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
@media (max-width: 1024px) {
  table {
    font-size: 14px;
  }
}
table thead th {
  font-weight: 900;
  padding: 1rem 1rem 1rem 1.5rem;
  text-align: left;
  overflow: hidden;
}
table thead th.sorting {
  position: relative;
}
table thead th.sorting:after {
  content: "\f0dc";
  font-family: "Font Awesome 6 Sharp";
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  width: 0.75rem;
  height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  left: 0;
  text-align: center;
}
table thead th.sorting.sorting_asc:after {
  content: "\f0dd";
}
table thead th.sorting.sorting_desc:after {
  content: "\f0de";
}
table thead.filters th {
  padding: 0;
}
table tbody td {
  padding: 2rem 1rem 0.5rem;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1024px) {
  table tbody td {
    padding: 0.25em 0.5em;
  }
  table tbody td:first-child {
    padding-top: 1em;
  }
  table tbody td:last-child {
    padding-bottom: 1em;
  }
}

figure.wp-block-table {
  margin: 0;
}
figure.wp-block-table table th, figure.wp-block-table table td {
  padding: 1em;
}
figure.wp-block-table table thead th {
  background-color: #000000;
  color: #ffffff;
}

.scrollable-content table thead {
  position: sticky;
  top: 0;
}

iframe {
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 4/3;
}

hr,
.wp-block-separator {
  display: block;
  margin: 1em 0;
  border: none;
  height: 1px;
  background-color: #000000;
}

.header {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-top: 24px;
  padding-right: 24px;
  justify-content: flex-end;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1024px) {
  .header {
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding-top: 8px;
    padding-right: 8px;
  }
}

#navigation .round-button {
  color: #000000;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 1024px) {
  #navigation .round-button {
    top: 8px;
    right: 8px;
  }
}

#navigation {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}
#navigation.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
#navigation.active ul.menu li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.32s ease, transform 0.32s ease;
}
#navigation.active ul.menu li:nth-child(1) {
  transition-delay: 0.32s;
}
#navigation.active ul.menu li:nth-child(2) {
  transition-delay: 0.4s;
}
#navigation.active ul.menu li:nth-child(3) {
  transition-delay: 0.48s;
}
#navigation.active ul.menu li:nth-child(4) {
  transition-delay: 0.56s;
}
#navigation.active ul.menu li:nth-child(5) {
  transition-delay: 0.64s;
}
#navigation.active ul.menu li:nth-child(6) {
  transition-delay: 0.72s;
}
#navigation.active ul.menu li:nth-child(7) {
  transition-delay: 0.8s;
}
#navigation.active ul.menu li:nth-child(8) {
  transition-delay: 0.88s;
}
#navigation.active ul.menu li:nth-child(9) {
  transition-delay: 0.96s;
}
#navigation ul.menu {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0 0 32px;
  text-align: right;
}
@media (max-width: 1024px) {
  #navigation ul.menu {
    padding: 0 0 16px;
  }
}
#navigation ul.menu.left-small {
  position: absolute;
  top: 32px;
  text-align: left;
}
@media (max-width: 1024px) {
  #navigation ul.menu.left-small {
    top: 16px;
  }
}
#navigation ul.menu.left-small li {
  font-size: 18px;
  margin: 1rem 0;
}
@media (max-width: 1024px) {
  #navigation ul.menu.left-small li {
    font-size: 16px;
  }
}
#navigation ul.menu li {
  font-size: 2vw;
  margin: 32px 0;
  line-height: 1.2;
  padding: 0;
  transform: translateY(0.5em);
  opacity: 0;
  transition: opacity 0.32s ease, transform 0.32s ease;
  transition-delay: 0s;
}
#navigation ul.menu li:first-child {
  margin-top: 0;
}
#navigation ul.menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #navigation ul.menu li {
    font-size: 24px;
    margin: 16px 0;
  }
}
#navigation ul.menu li a {
  color: #000000;
  letter-spacing: -0.05em;
  padding-right: 0.1em;
  text-decoration: none;
  font-weight: 800;
  transition: background-color 0.32s ease;
}
#navigation ul.menu li a:hover {
  background-color: #fd7431;
}
#navigation ul.menu li:nth-child(2n) a:hover {
  background-color: #9677f7;
}
#navigation ul.menu li:nth-child(3n) a:hover {
  background-color: #75bbf9;
}
#navigation ul.menu li:nth-child(4n) a:hover {
  background-color: #d0ff08;
}
#navigation ul.menu li:nth-child(5n) a:hover {
  background-color: #fd7431;
}

.navigation-wrap {
  height: 100%;
  width: 100%;
  padding: 128px 32px 0;
}
@media (max-width: 1024px) {
  .navigation-wrap {
    display: initial;
    padding: 128px 16px 0;
  }
}
.navigation-wrap .menu-menu-container,
.navigation-wrap .menu-menu-en-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.navigation-wrap .language-switcher a {
  font-weight: 800;
}

.navigation-footer {
  position: absolute;
  left: 32px;
  bottom: 32px;
  color: #000000;
  opacity: 0.64;
}
@media (max-width: 1024px) {
  .navigation-footer {
    left: 16px;
    bottom: 16px;
  }
}
.navigation-footer p {
  font-size: 14px;
  line-height: 1.5;
}
.navigation-footer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navigation-footer p {
    font-size: 11px;
    margin: 0.5em 0;
  }
}
.navigation-footer a {
  color: #000000;
  font-weight: 400;
}

.language-switcher {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: visibility 0.32s ease 0s, opacity 0.32s ease 0s, transform 0.32s ease 0s;
}
@media (max-width: 1024px) {
  .language-switcher {
    display: none;
  }
}
.language-switcher li {
  font-weight: 600;
  padding-right: 0.1em;
  text-transform: uppercase;
}
.language-switcher li a {
  font-size: 18px;
  text-decoration: none;
  color: #000000;
}

.fp-viewing-pradzia .language-switcher,
.fp-viewing-home .language-switcher {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.32s;
}

.dark-bg .language-switcher li a {
  color: #ffffff;
}

.dark-bg #navigation .language-switcher,
#navigation .language-switcher {
  display: block;
  position: absolute;
  top: 3rem;
  right: 10rem;
  opacity: 0;
  transform: translateY(0.5em);
  pointer-events: auto;
  visibility: visible;
}
@media (max-width: 1024px) {
  .dark-bg #navigation .language-switcher,
  #navigation .language-switcher {
    top: 5rem;
    right: 16px;
  }
}
.dark-bg #navigation .language-switcher li a,
#navigation .language-switcher li a {
  color: #000000;
}
.dark-bg #navigation.active .language-switcher,
#navigation.active .language-switcher {
  opacity: 1;
  transition-delay: 0.32s;
  transform: translateY(0);
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #ffffff;
  line-height: 1.333;
}
@media (min-width: 1024px) {
  body {
    overflow: overlay !important;
  }
}
body ::-moz-selection {
  background-color: rgba(150, 119, 247, 0.75);
}
body ::selection {
  background-color: rgba(150, 119, 247, 0.75);
}
body.no-overflow {
  overflow: hidden !important;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
}

.is-style-violet ::-moz-selection {
  background-color: rgba(253, 116, 49, 0.75);
}

.is-style-violet ::selection {
  background-color: rgba(253, 116, 49, 0.75);
}

@media (min-width: 1024px) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #B8B8B8 transparent;
  }
}
.fp-watermark {
  display: none !important;
}

.section-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-top: 32px;
  padding-bottom: 32px;
  row-gap: 48px;
}
@media (max-width: 1024px) {
  .section-wrap {
    height: auto;
    row-gap: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .section-wrap .heading-container .row {
    row-gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .section-wrap .row {
    row-gap: 2rem;
  }
}

@media (max-width: 1024px) {
  #hero .section-wrap {
    row-gap: 64px;
  }
}

.page-content section a:not(.main-button) {
  color: #000000;
}
@media (max-width: 1024px) {
  .page-content section:first-child .section-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.page-content section:first-child .section-wrap .acf-innerblocks-container {
  min-height: 60vh;
}
.page-content section.is-style-white a:not(.main-button) {
  color: #fd7431;
}

.scrollable-content {
  overflow: auto;
}

@media (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #B8B8B8;
    border-radius: 0;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #B8B8B8;
  }
}
#cookie-notice {
  background: none !important;
  font-family: "Manrope", sans-serif;
}

.cookie-notice-container {
  position: fixed !important;
  top: 20% !important;
  right: 2rem !important;
  margin: 0 !important;
  width: 100% !important;
  min-width: 420px !important;
  max-width: 240px !important;
  font-size: 1rem;
  border: 2px solid #ffffff;
  background-color: #000000 !important;
  text-align: left !important;
  padding: 1rem !important;
}
@media (max-width: 1024px) {
  .cookie-notice-container {
    min-width: 90% !important;
    max-width: 90% !important;
    border: 1px solid #ffffff;
    right: 5% !important;
    top: auto !important;
    bottom: 16px !important;
  }
}

.cn-close-icon {
  right: 8px !important;
  top: 8px !important;
  margin-top: 0 !important;
  opacity: 1 !important;
  padding: 8px !important;
}

.cn-close-icon:before,
.cn-close-icon:after {
  background-color: #ffffff !important;
}

.cn-text-container {
  text-align: left;
}

#cookie-notice .cn-button {
  margin: 1rem 0 0 !important;
}

.simple-page h1, .simple-page h2, .simple-page h3, .simple-page h4 {
  margin: 1.5em 0 0.5em;
}
.simple-page h1:first-child, .simple-page h2:first-child, .simple-page h3:first-child, .simple-page h4:first-child {
  margin-top: 0;
}
.simple-page p {
  margin: 1em 0;
}
.simple-page .container {
  margin: 128px auto 0;
  max-width: 1200px;
  padding: 32px;
}
@media (max-width: 1024px) {
  .simple-page .container {
    margin: 96px auto 0;
    padding-top: 16px;
  }
}

.post-content,
.post-meta {
  margin: 1em 0;
}
.post-content:last-child,
.post-meta:last-child {
  margin-bottom: 0;
}

.post-content {
  margin-top: 1.5em;
}
.post-content ul:not(.menu):not(.social) li {
  margin-bottom: 0.5em;
}

.post-meta {
  font-weight: 500;
  text-align: left;
}
@media (max-width: 1024px) {
  .post-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.post-meta p {
  margin: 0.5em 0;
  text-align: left;
}
.post-meta p:first-child {
  margin-top: 0;
}
.post-meta p:last-child {
  margin-bottom: 0;
}
.post-meta p i {
  font-size: inherit;
  line-height: inherit;
  margin-right: 0.5em;
  width: 1em;
  text-align: center;
}

.events {
  visibility: hidden;
}
.events.slick-initialized {
  visibility: visible;
}
.events .slick-track {
  display: flex;
  align-items: flex-end;
}
.events .slick-list {
  margin-left: -32px;
  margin-right: -32px;
  cursor: grab;
}
@media (max-width: 1024px) {
  .events .slick-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}

p.date span {
  margin-left: 1em;
}

.event-item {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 1024px) {
  .event-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.event-item .post-meta {
  margin: 0.5em 0;
  align-items: center;
}
.event-item .post-meta p {
  margin: 0;
}
.event-item h3 {
  margin: 0;
}
.event-item p {
  margin: 0.5em 0;
  font-weight: 500;
}
.event-item p:first-child {
  margin-top: 0;
}
.event-item a {
  text-decoration: none;
}
.event-item a:hover h3 {
  text-decoration: underline;
}
.event-item img,
.event-item .no-image {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-item i {
  width: 22px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .event-item i {
    width: 18px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }
}

.catalogue-wrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .catalogue-wrap {
    overflow: auto;
  }
}
.catalogue-wrap .dataTables_filter {
  display: none !important;
}

@media (max-width: 1024px) {
  .catalogue thead:not(.filters) {
    display: none;
  }
}
.catalogue tbody tr.post-link {
  cursor: pointer;
  transition: color 0.16s ease, background-color 0.16s ease;
}
.catalogue tbody tr.post-link:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .catalogue tbody tr.post-link td:last-child {
    position: relative;
    padding-right: 3em;
  }
  .catalogue tbody tr.post-link td:last-child:after {
    font-family: "Font Awesome 6 Sharp";
    content: "\e09f";
    width: 1.5rem;
    font-size: 2rem;
    line-height: 1.5rem;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    font-weight: 300;
  }
}
.catalogue tbody tr.post-link td.title {
  width: 30%;
}
@media (max-width: 1024px) {
  .catalogue tbody tr.post-link td.title {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .catalogue tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000000;
  }
  .catalogue tr th {
    width: 50%;
    border: none;
  }
  .catalogue tr td {
    width: 100%;
    border: none;
  }
  .catalogue tr td:not(.name) {
    font-size: 12px;
  }
  .catalogue tr td.name {
    font-weight: 700;
  }
  .catalogue tr.post-link td.name {
    position: relative;
  }
  .catalogue tr.post-link td.name:after {
    font-family: "Font Awesome 6 Sharp";
    content: "\e09f";
    position: absolute;
    width: 1.5rem;
    top: 0.75rem;
    right: 0;
    font-size: 1.5rem;
    font-weight: 300;
  }
}
@media (max-width: 1024px) {
  .catalogue .filters {
    display: block;
    padding-bottom: 1em;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 1024px) {
  .catalogue .filters tr {
    border: none;
    border-top: 1px solid #000000;
  }
}
.catalogue .filters th:not(:last-child) select,
.catalogue .filters th:not(:last-child) input {
  border-right: none;
}
@media (max-width: 1024px) {
  .catalogue .filters th:not(:last-child) select,
  .catalogue .filters th:not(:last-child) input {
    border: 1px solid #000000;
    border-top: 0;
  }
}
@media (max-width: 1024px) {
  .catalogue .filters th select,
  .catalogue .filters th input {
    border: 1px solid #000000;
    border-top: 0;
  }
}
@media (max-width: 1024px) {
  .catalogue .filters th:nth-child(even) select,
  .catalogue .filters th:nth-child(even) input {
    border-left: 0;
  }
}

h3.location-heading {
  margin-bottom: 1em;
}
h3.location-heading span:not(:first-child) {
  display: block;
  margin: 0.5em 0;
  font-size: 0.5em;
  letter-spacing: -0.05em;
}

.catalogue-content > header {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .catalogue-content > header {
    margin-bottom: 24px;
  }
}
.catalogue-content h3 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .catalogue-content h3 {
    font-size: 24px;
  }
}
.catalogue-content h4 {
  margin: 0;
}
.catalogue-content ul li {
  padding: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .catalogue-content ul li {
    flex-wrap: wrap;
  }
}
.catalogue-content ul li p {
  text-align: left;
  margin: 0;
}
@media (max-width: 1024px) {
  .catalogue-content ul li p {
    width: 100%;
  }
}
.catalogue-content ul li > p:last-child {
  text-align: right;
}
@media (max-width: 1024px) {
  .catalogue-content ul li > p:last-child {
    text-align: left;
  }
}

.tours {
  height: 100%;
}
.tours hr:last-child {
  display: none;
}

.tour-item p {
  margin: 0.25em 0;
}
.tour-item .main-button {
  margin: 0.25em 0;
}

.tabs {
  height: 100%;
  height: 70vh;
}
@media (max-width: 1024px) {
  .tabs {
    height: auto;
  }
}

.tabs-contents {
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .tabs-contents {
    height: auto;
  }
}
.tabs-contents > .tab-content {
  display: none;
  height: 100%;
}
@media (max-width: 1024px) {
  .tabs-contents > .tab-content {
    height: auto;
  }
}
.tabs-contents > .tab-content.active {
  display: block;
}

@media (max-width: 1024px) {
  .hero {
    height: 80svh;
    min-height: 80svh;
    position: relative;
  }
}
.hero p {
  font-size: 1.5vw;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1024px) {
  .hero p {
    font-size: 0.875rem;
  }
}
.hero h1 {
  text-transform: uppercase;
}
.hero h2 {
  font-size: 4.8vw;
}
@media (max-width: 1024px) {
  .hero h2 {
    font-size: 8vw;
  }
}
.hero h2 span {
  display: inline-block;
  font-weight: 400;
  font-weight: 300;
  transform: scale(1.2) skew(-15deg) translateX(0.1em);
}
.hero h3 {
  text-align: right;
  font-size: 4vw;
}
@media (max-width: 1024px) {
  .hero h3 {
    font-size: 8vw;
  }
}
@media (max-width: 1024px) {
  .hero .section-wrap {
    height: 100%;
  }
}
.hero .heading {
  position: absolute;
  top: 4%;
  left: 2%;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 1rem;
}
.hero .heading > * {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .hero .heading {
    top: 1rem;
    left: 1rem;
    flex-direction: column;
  }
}
.hero .oval {
  display: block;
  position: absolute;
  width: 45%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}
@media (max-width: 1024px) {
  .hero .oval {
    width: 75%;
  }
}
.hero .date {
  position: absolute;
  left: 2%;
  bottom: 4%;
}
@media (max-width: 1024px) {
  .hero .date {
    left: 1rem;
    bottom: 1rem;
  }
}
.hero .vda {
  position: absolute;
  right: 2%;
  bottom: 4%;
}
@media (max-width: 1024px) {
  .hero .vda {
    bottom: 1rem;
    right: 1rem;
  }
}
.hero .eyes {
  position: absolute;
  right: 2%;
  top: 4%;
  width: 17%;
  height: auto;
}
@media (max-width: 1024px) {
  .hero .eyes {
    width: 25%;
    top: 1rem;
    right: 1rem;
  }
}
.hero .eyes svg {
  overflow: visible;
}

.group-flex {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1024px) {
  .group-flex {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

.group-vertical {
  flex-direction: column;
}

.group-horizontal {
  flex-direction: row;
}

.group-nowrap {
  flex-wrap: nowrap;
}/*# sourceMappingURL=style.css.map */