html {
  --color-black: #000;
  --color-grey: #aaa;
  --color-silver: #dadada;
  --color-white: #fff;
  --color_accessibility-background-screen: #f1f1f1;
  --color_accessibility-text-screen: #21759b;
}

.wpcf7 form .wpcf7-form-control-wrap input:not([type=submit]),
.wpcf7 form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 0 0 1em 0;
  padding: 1em;
}
.wpcf7 form .wpcf7-not-valid-tip {
  padding: 0.05em 0.4em;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.75rem;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.plyr__control--overlaid {
  background-color: var(--color-grey);
}

.plyr--full-ui input[type=range] {
  color: var(--color-grey);
}

.plyr__video-wrapper video {
  max-width: 100% !important;
}

.gslide-media.gslide-video {
  max-width: 1680px !important;
}
@media (min-width: 800px) {
  .gslide-media.gslide-video {
    margin: 120px;
  }
}

.goverlay {
  background: rgba(0, 0, 0, 0.85);
}

#sprite-plyr[hidden] {
  display: none;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: transparent;
}

.glightbox-clean .gprev {
  transform: rotate(180deg);
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


.tns-nav button {
  background-color: red;
  width: 40px;
  height: 40px;
}

*:where(:not(a, html, iframe, input[type=radio], input[type=checkbox], canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

g,
path,
rect {
  transform-box: fill-box;
  transform-origin: center;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  max-width: 1208px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 60px; /* 3 */
  padding-right: 60px; /* 3 */
  width: 100%; /* 1 */
}
@media (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (max-width: 799px) {
  .hide-on-phone {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 1299px) {
  .hide-on-tablet {
    display: none;
  }
}
@media (min-width: 1300px) and (max-width: 1799px) {
  .hide-on-laptop {
    display: none;
  }
}
@media (min-width: 1800px) {
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 1299px) {
  .hide-on-tablet-down {
    display: none;
  }
}
@media (min-width: 800px) {
  .hide-on-tablet-up {
    display: none;
  }
}
@media (min-width: 1300px) {
  .hide-on-laptop-up {
    display: none;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color-silver);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-black);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.skip-link {
  outline: 0;
}

/* focus-visible styles */
a:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible,
.skoe-media-slider__thumbnails [data-nav]:focus-visible img,
.tns-controls:focus-visible button {
  outline: 0.15rem solid black;
  outline-offset: 0.25rem;
}

.skoe-media-slider__thumbnails button:focus-visible {
  outline: 0;
}

html {
  font-family: "serif";
  font-size: 100%;
  font-weight: 400;
  line-height: 1.7;
}
@media (min-width: 800px) and (max-width: 1299px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1300px) and (max-width: 1799px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 799px) {
  html {
    font-size: 80%;
  }
}

body {
  color: var(--color-black);
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

p,
ul,
ol,
table,
form,
blockquote,
figure {
  margin-bottom: 1.7em;
}

p.is-style-intro {
  font-size: 1.8rem;
  font-weight: 500;
}

ul,
ol {
  margin-left: 1em;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 0.75em;
}

table,
.wp-block-table,
table.downloads {
  margin-top: 0.25em;
  min-width: 100%;
}
table caption,
.wp-block-table caption,
table.downloads caption {
  font-size: 1.875rem;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 0.5em 0.8em;
}
table caption h2, table caption p,
.wp-block-table caption h2,
.wp-block-table caption p,
table.downloads caption h2,
table.downloads caption p {
  margin-bottom: 0;
}
table caption p,
.wp-block-table caption p,
table.downloads caption p {
  font-weight: bold;
}
table th, table td,
.wp-block-table th,
.wp-block-table td,
table.downloads th,
table.downloads td {
  padding: 0.34em 1.25em;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-silver);
  vertical-align: baseline;
}
table td,
.wp-block-table td,
table.downloads td {
  font-size: 1.25rem;
}
table th,
.wp-block-table th,
table.downloads th {
  background-color: var(--color-grey);
  color: var(--color-white);
  border-bottom: 1px solid var(--color-silver);
}
table[border="0"],
.wp-block-table[border="0"],
table.downloads[border="0"] {
  border-collapse: collapse;
  border: 0;
}
table[border="1"],
.wp-block-table[border="1"],
table.downloads[border="1"] {
  border-collapse: collapse;
}
table[border="1"] th, table[border="1"] td,
.wp-block-table[border="1"] th,
.wp-block-table[border="1"] td,
table.downloads[border="1"] th,
table.downloads[border="1"] td {
  border: 1px solid var(--color-silver);
  padding: 0.25em;
}

.wp-block-table td, .wp-block-table th {
  border-left: 0;
  border-right: 0;
}

figure:not(figure.is-resized) img {
  width: 100%;
  height: auto;
  font-size: 0;
}

figcaption {
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 1.7em;
}

.wp-block-image .alignright {
  padding-left: 30px;
}

.wp-block-image .alignleft {
  padding-right: 30px;
}

embed,
iframe,
object {
  max-width: 100%;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.7em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.7em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.7em;
}

iframe {
  border-radius: 1rem;
}

a {
  transition: all 0.125s ease-in-out;
  text-decoration: underline;
}

a.more {
  font-weight: bold;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea,
select {
  padding: 0.5em;
  border: 1px solid var(--color-grey);
  background-color: var(--color-white);
  display: block;
  width: 100%;
  transition: 0.125s all ease-in-out;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
textarea:focus,
select:focus {
  border-color: var(--color-black);
}

input[type=radio],
input[type=checkbox] {
  accent-color: var(--color-black);
  position: relative;
  top: 0;
  cursor: pointer;
}

label {
  margin-bottom: 1em;
  display: block;
}
label * {
  margin-top: 0.5em;
}

select {
  background-size: 1em;
  padding-right: 3em;
}

@media (min-width: 800px) {
  .columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.7em;
    gap: 1rem;
  }
  .columns > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .columns > *.valign-center {
    justify-content: center;
  }
  .columns > *.valign-bottom {
    justify-content: flex-end;
  }
  .columns > * > :last-child {
    margin-bottom: 0 !important;
  }
  .columns.flip-order {
    flex-direction: row-reverse;
  }
}
.wp-block-columns {
  gap: 40px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceArrow {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0.5em);
  }
  15% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0.5em);
  }
  25% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeAndUp {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeInFromFar {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes entryHeaderContactScribles {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.fadeIn {
  opacity: 0;
  transition: opacity 1s ease;
}
.fadeIn.startFadeIn {
  opacity: 1;
}

@media (max-width: 799px) {
  html {
    overflow-x: hidden;
  }
}

body {
  background-color: var(--color-silver);
}
body main {
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
@media (max-width: 799px) {
  body main {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 799px) {
  body {
    overflow-x: hidden;
  }
}

#masthead {
  position: relative;
  z-index: 9999;
  transform: translateZ(0);
  background-color: var(--color-white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1299px) {
  #masthead {
    width: 100vw;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    transition: all 0.25s linear;
    background-color: var(--color-white);
  }
}
#masthead .container {
  max-width: 1920px;
  display: flex;
  align-items: center;
}
@media (max-width: 1299px) {
  #masthead .container {
    height: 80px;
  }
}
#masthead #logo {
  position: relative;
  transition: all 0.125s linear;
}
@media (min-width: 1300px) {
  #masthead #logo {
    transform-origin: top left;
    margin-right: 40px;
  }
  #masthead #logo:hover {
    transform: scale(1.025);
  }
  #masthead #logo a {
    display: flex;
  }
  #masthead #logo a img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 1299px) {
  #masthead #logo {
    margin-right: auto;
  }
  #masthead #logo a {
    display: flex;
  }
  #masthead #logo a img {
    height: 70px;
  }
}
@media (min-width: 1300px) {
  #masthead #menu-toggle {
    display: none;
  }
}
@media (max-width: 1299px) {
  #masthead #menu-toggle {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #masthead #menu-toggle button {
    margin: auto 0 auto auto;
    appearance: none;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  #masthead #menu-toggle button svg {
    width: 40px;
    height: 40px;
  }
  #masthead #menu-toggle button svg rect {
    border-radius: 15px;
    fill: var(--color-black);
    transition: fill 0.25s linear;
  }
}
#masthead #site-navigation {
  display: flex;
  align-items: center;
}
#masthead #site-navigation .social-links {
  display: none;
}
#masthead #site-navigation li a {
  hyphens: auto;
}
@media (max-width: 1299px) {
  #masthead #site-navigation {
    background-color: var(--color-silver);
    border-top: 2px solid var(--color-black);
    pointer-events: none;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 999999;
    height: calc(100vh - 80px);
    width: 100%;
    max-width: 640px;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 30px 90px 30px;
    transition: all 0.25s ease;
    transform: translateX(100%);
  }
  #masthead #site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #masthead #site-navigation ul li {
    text-align: center;
    margin: 1em 0;
    transition: margin 0.25s linear;
  }
  #masthead #site-navigation ul li a {
    font-size: 1.5rem;
  }
  #masthead #site-navigation ul li ul {
    margin-bottom: 1.5em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-in;
    margin-bottom: 0;
  }
  #masthead #site-navigation ul li ul li:first-child {
    margin-top: 0.5em;
  }
  #masthead #site-navigation ul li ul li:last-child {
    margin-bottom: 1.5em;
  }
  #masthead #site-navigation ul li ul li {
    margin: 0;
  }
  #masthead #site-navigation ul li ul li a {
    font-size: 1.125rem;
    font-weight: normal;
  }
  #masthead #site-navigation ul a {
    text-decoration: none;
    color: var(--color-white);
    position: relative;
  }
  #masthead #site-navigation .page-menu {
    margin-top: 0;
    margin-bottom: auto;
    order: 2;
    width: 100%;
  }
  #masthead #site-navigation #search {
    position: relative;
    width: 100%;
    order: 1;
    margin-bottom: 1.5em;
  }
  #masthead #site-navigation #search input[type=text] {
    color: var(--color-black);
    border-width: 0 !important;
    padding: 0.5em 0.5em 0.5em 1em;
  }
  #masthead #site-navigation #search button {
    z-index: 9999;
    font-size: 1rem !important;
    margin-right: -40px !important;
    position: relative;
    top: 0.25em;
    right: 40px;
  }
  #masthead #site-navigation .social-links {
    display: block;
    order: 3;
  }
  #masthead #site-navigation .social-links h2 {
    display: none;
  }
  #masthead #site-navigation .social-links ul {
    display: flex;
    gap: 1em;
  }
  #masthead #site-navigation .social-links ul img {
    width: 40px;
  }
}
@media (max-width: 799px) {
  #masthead #site-navigation #search button {
    top: 0.25em;
    right: calc(40px + 1em);
  }
}
@media (min-width: 1300px) {
  #masthead #site-navigation #menu-header {
    transition: all 0.25s ease;
  }
  #masthead #site-navigation #menu-header > li {
    height: 100px;
    display: flex;
    align-items: center;
  }
  #masthead #site-navigation {
    justify-content: space-between;
    width: 100%;
    transition: all 0.125s ease-in-out;
  }
  #masthead #site-navigation ul {
    display: flex;
    gap: 1.5em;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  #masthead #site-navigation ul li {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #masthead #site-navigation ul li:hover ul, #masthead #site-navigation ul li:focus-within ul {
    opacity: 1;
    height: auto;
    pointer-events: auto;
  }
  #masthead #site-navigation ul li a {
    color: var(--color-black);
    display: block;
    text-decoration: none;
    text-align: center;
  }
  #masthead #site-navigation ul li a:hover {
    text-decoration: underline;
  }
  #masthead #site-navigation ul li ul:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    height: 5px;
    background-color: var(--color-black);
  }
  #masthead #site-navigation ul li ul {
    pointer-events: none;
    display: inline-block;
    opacity: 0;
    width: auto;
    height: 0;
    padding: 1.25em 0 1em 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.25s ease;
    max-width: 25ch;
    background-color: var(--color-white);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  #masthead #site-navigation ul li ul li {
    margin: 0;
    padding: 0;
  }
  #masthead #site-navigation ul li ul li a {
    border-top: 1px solid var(--color-silver);
    line-height: 1.1;
    font-size: 1.125rem;
    text-align: left;
    margin: 0 1.5em;
    padding: 0.5em 0;
  }
  #masthead #site-navigation ul li ul li:first-child a {
    border-top: none;
  }
  #masthead #site-navigation > .page-menu {
    margin-left: auto;
    margin-right: 1em;
  }
}
#masthead #site-navigation .current_page_item > a,
#masthead #site-navigation .current-menu-item > a,
#masthead #site-navigation .current_page_ancestor > a,
#masthead #site-navigation .current-menu-ancestor > a,
#masthead #site-navigation .current_page_parent > a {
  font-weight: bold;
}
@media (max-width: 1299px) {
  #masthead #site-navigation .current_page_item > a,
  #masthead #site-navigation .current-menu-item > a,
  #masthead #site-navigation .current_page_ancestor > a,
  #masthead #site-navigation .current-menu-ancestor > a,
  #masthead #site-navigation .current_page_parent > a {
    display: block;
    padding: 0.5em;
    border-radius: 999em;
    background-color: var(--color-black);
    color: var(--color-white);
  }
}
@media (max-width: 1299px) {
  #masthead #site-navigation li.focus ul,
  #masthead #site-navigation li.current-menu-ancestor ul,
  #masthead #site-navigation li.current-menu-parent ul,
  #masthead #site-navigation li.current_page_parent li.current_page_ancestor ul {
    max-height: 1024px;
    transition: max-height 0.75s ease-in;
  }
}
@media (max-width: 1299px) {
  #masthead.menu-toggled #menu-toggle button svg rect:nth-child(1) {
    transform-origin: 50% 100%;
    animation: menuToggle1 0.125s forwards;
  }
  #masthead.menu-toggled #menu-toggle button svg rect:nth-child(3) {
    transform-origin: 50% 100%;
    animation: menuToggle3 0.125s forwards;
  }
  #masthead.menu-toggled #site-navigation {
    pointer-events: all;
    box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.34), inset 0 7px 9px -7px rgba(0, 0, 0, 0.34);
    transform: translateX(0%);
  }
  #masthead.menu-untoggled #menu-toggle button svg rect:nth-child(1) {
    animation: menuToggleRev1 0.125s forwards;
  }
  #masthead.menu-untoggled #menu-toggle button svg rect:nth-child(3) {
    animation: menuToggleRev3 0.125s forwards;
  }
}
#masthead #search {
  z-index: 2;
  position: relative;
}
#masthead #search #search-form {
  display: flex;
  margin: 0;
}
@media (min-width: 1300px) {
  #masthead #search #search-form input[type=text] {
    position: absolute;
    top: -0.5em;
    right: -1em;
    width: 0;
    padding: 0.25em 1em;
    overflow: hidden;
    transition: all 0.5s;
    border-color: transparent;
    border-width: 2px;
    background-color: transparent;
  }
}
#masthead #search #search-form input[type=text] {
  border-radius: 999em;
}
@media (max-width: 799px) {
  #masthead #search #search-form input[type=text] {
    margin-right: 1em;
  }
}
#masthead #search #search-form input[type=text]::placeholder {
  color: var(--color-grey);
}
#masthead #search #search-form button {
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#masthead #search #search-form button img {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
}
@media (max-width: 799px) {
  #masthead #search #search-form button img {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1300px) {
  #masthead #search.active #search-form input[type=text], #masthead #search:focus-within #search-form input[type=text] {
    width: 34vw;
    border-color: var(--color-black);
    background-color: var(--color-white);
  }
}
#masthead #search-clickout {
  display: none;
}

@media (min-width: 1300px) {
  body.search-open #masthead #menu-header {
    opacity: 0;
  }
  body.search-open #masthead #search-clickout {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
  }
  body.logged-in.search-open #masthead #search-clickout {
    height: calc(100vh - 32px);
  }
}
@media (max-width: 1299px) {
  html.menu-toggled body {
    position: fixed;
    width: 100vw;
    top: 0;
  }
}
@media (max-width: 1299px) {
  html.menu-toggled body.logged-in {
    padding-top: 32px;
  }
  body.logged-in #masthead {
    top: 32px;
  }
}
@media (max-width: 799px) {
  html.menu-toggled body.logged-in {
    padding-top: 46px;
  }
  body.logged-in #masthead {
    top: 46px;
  }
}
@keyframes menuToggle1 {
  100% {
    transform: rotate(45deg);
    width: 12.562px;
    x: 9.438px;
    y: 3px;
  }
}
@keyframes menuToggle3 {
  100% {
    transform: rotate(-45deg);
    x: 11.5px;
    y: 12px;
  }
}
@keyframes menuToggleRev1 {
  0% {
    transform: rotate(45deg);
    width: 12.562px;
    x: 9.438px;
    y: 3px;
  }
  100% {
    transform: rotate(0deg);
    width: 22px;
    x: 0px;
    y: 0px;
  }
}
@keyframes menuToggleRev3 {
  0% {
    transform: rotate(-45deg);
    x: 11.5px;
    y: 12px;
  }
  100% {
    transform: rotate(0deg);
    x: 9.438px;
    y: 16px;
  }
}
#footer {
  background-color: var(--color-black);
  color: var(--color-white);
}
#footer #footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 2em;
}
@media (min-width: 800px) {
  #footer #footer-menu ul li {
    max-width: 20ch;
  }
}
#footer #footer-menu ul li a {
  font-size: 1.375rem;
}
#footer #footer-menu ul li ul {
  gap: 0;
}
#footer #footer-menu ul li ul li a {
  font-size: 1rem;
}
#footer #footer-menu a {
  text-decoration: none;
  line-height: 1.25;
}
#footer #footer-menu a:hover {
  text-decoration: underline;
}
#footer #footer-logo-school {
  margin-bottom: 20px;
}
#footer #footer-logo-school img {
  min-width: 190px;
  width: 15.1041666667vw;
  max-width: 290px;
}
@media (max-width: 799px) {
  #footer #footer-logo-skoe {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
  }
}
#footer #footer-logo-skoe {
  max-width: 268px;
}
#footer #footer-logo-skoe p {
  margin-bottom: 1em;
}
#footer #footer-logo-skoe a {
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
}
#footer #footer-logo-skoe a img {
  transition: all 0.5s ease;
}
#footer #footer-logo-skoe a:hover img {
  transform: scale(1.05);
}
#footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-between;
}
@media (max-width: 799px) {
  #footer .container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 800px) {
  #footer .container {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 2em;
  }
}
#footer a {
  color: var(--color-white);
}
#footer a:hover {
  text-decoration: underline;
}
#footer .social-links ul {
  display: flex;
  gap: 1em;
}
@media (max-width: 799px) {
  #footer .social-links ul {
    justify-content: center;
  }
}
#footer .social-links ul li a img {
  width: 32px;
  height: 32px;
  transition: transform 0.125s ease-in-out;
}
#footer .social-links ul li a:hover img {
  transform: scale(1.1);
}
#footer #copyright {
  padding: 10px;
  background-color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 799px) {
  #footer #copyright {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#footer #copyright ul {
  display: flex;
  gap: 1em;
}
@media (max-width: 799px) {
  #footer #copyright ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#footer #copyright ul li {
  display: flex;
  align-items: center;
  gap: 1em;
}
#footer #copyright ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: var(--color-silver);
}
@media (max-width: 799px) {
  #footer #copyright ul li:before {
    display: none;
  }
}
#footer ul.menu,
#footer .social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul.menu li,
#footer .social-links ul li {
  margin: 0;
  padding: 0;
}
#footer ul.menu li ul,
#footer .social-links ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page #footer {
  margin-top: auto;
}

@media (min-width: 1300px) {
  body.logged-in #page {
    min-height: calc(100vh - 32px);
  }
}
@media (max-width: 1299px) {
  body.logged-in #page {
    min-height: calc(100vh - 32px);
  }
}
@media (max-width: 799px) {
  body.logged-in #page {
    min-height: calc(100vh - 46px);
  }
}
#team-intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  #team-intro {
    padding: 20px;
    padding: 20px;
  }
}

#team {
  background-color: var(--color-silver);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  #team {
    padding: 20px;
    padding: 20px;
  }
}
#team .container > h2 {
  text-align: center;
  margin-bottom: 0.125em;
}
#team .container > p {
  text-align: center;
}

@media (min-width: 800px) {
  #team-list {
    margin-top: 58px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 67px;
  }
}
@media (min-width: 800px) and (max-width: 1299px) {
  #team-list {
    gap: 30px;
  }
}
#team-list .member {
  background-color: var(--color-white);
  padding: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 799px) {
  #team-list .member {
    margin-bottom: 23px;
  }
}
#team-list .member:hover .member-bio {
  opacity: 1;
}
#team-list .member .member-bio {
  transition: all 0.5s ease;
  pointer-events: none;
  background-color: var(--color-white);
}
@media (min-width: 800px) {
  #team-list .member .member-bio {
    padding: 23px;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
  }
}

input[type=submit],
input[type=button],
button[type=submit],
.btn,
.wp-block-button__link {
  font-family: "serif";
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-black);
  border: none;
  padding: 0.5em 1em;
  transition: all 0.125s ease-in-out;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
button[type=submit]:hover,
.btn:hover,
.wp-block-button__link:hover {
  background-color: var(--color-grey);
}

.wp-block-buttons {
  margin-bottom: 1.7em;
}

@media (min-width: 800px) {
  .post-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
  }
}
.post-list-item {
  background-color: var(--color-silver);
  display: flex;
  flex-direction: column;
}
.post-list-item h3 {
  hyphens: auto;
}
.post-list-item figure,
.post-list-item .text,
.post-list-item footer {
  padding: 25px;
}
.post-list-item figure {
  font-size: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-list-item figure img {
  width: 100%;
  aspect-ratio: 296/240;
  object-fit: cover;
}
.post-list-item footer {
  margin-top: auto;
  padding-top: 0;
}
@media (max-width: 799px) {
  .post-list-item {
    margin-bottom: 20px;
  }
}

.wp-block-gallery {
  margin-bottom: 1.7em;
}

.skoe-media-slider .tns-outer {
  position: relative;
}
@media (max-width: 799px) {
  .skoe-media-slider .tns-controls {
    display: none;
  }
}
.skoe-media-slider .tns-controls [data-controls=next],
.skoe-media-slider .tns-controls [data-controls=prev] {
  width: 32px;
  height: 54px;
  background-image: url("../../img/icon-arrow-pictures.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
}
@media (min-width: 800px) and (max-width: 1299px) {
  .skoe-media-slider .tns-controls [data-controls=next],
  .skoe-media-slider .tns-controls [data-controls=prev] {
    display: none;
  }
}
.skoe-media-slider .tns-controls [data-controls=next]:hover,
.skoe-media-slider .tns-controls [data-controls=prev]:hover {
  transform: translateY(-50%) scale(1.05);
}
.skoe-media-slider .tns-controls [data-controls=prev] {
  transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: -52px;
}
.skoe-media-slider .tns-controls [data-controls=prev]:hover {
  transform: translateY(-50%) rotate(180deg) scale(1.05);
}

.skoe-media-slider__large {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.skoe-media-slider__large li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.skoe-media-slider__large a,
.skoe-media-slider__large img {
  display: block;
}
.skoe-media-slider__large img {
  width: 100%;
  height: auto;
}

.skoe-media-slider__thumbnails {
  margin: 0;
  padding: 14px 0;
  overflow: auto;
  width: 100%;
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
}
@media (max-width: 799px) {
  .skoe-media-slider__thumbnails {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.skoe-media-slider__thumbnails .skoe-media-slider__thumbnail {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  flex-basis: 185px;
  line-height: 0;
  min-width: 185px;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (max-width: 799px) {
  .skoe-media-slider__thumbnails .skoe-media-slider__thumbnail {
    flex-basis: 46px;
    min-width: 46px;
  }
}
.skoe-media-slider__thumbnails .skoe-media-slider__thumbnail img {
  display: block;
  transition: all 0.25s ease;
  font-size: 0;
  opacity: 0.9;
  width: 100%;
}
.skoe-media-slider__thumbnails .skoe-media-slider__thumbnail:hover img {
  opacity: 1;
}

.comment-navigation,
.posts-navigation,
.post-navigation,
.pagination {
  margin-top: 2em;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .pagination {
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  text-align: end;
  flex: 1 0 50%;
  order: 2;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 50%;
  order: 1;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.pagination__meta {
  color: var(--color-white);
  font-weight: 600;
}
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination__item {
  margin: 0;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999em;
  background-color: var(--color-white);
  color: var(--color-black);
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.pagination a:hover,
.pagination a:focus-visible {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
.pagination .current {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
.pagination .dots {
  min-width: auto;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border: 0;
  background-color: transparent;
}
@media (max-width: 799px) {
  .pagination {
    flex-direction: column;
    align-items: flex-start;
  }
  .pagination__list {
    justify-content: flex-start;
  }
}

.page-hero {
  height: 31.25vw;
  background-size: cover;
  display: flex;
  align-items: center;
  color: var(--color-white);
  margin-bottom: 4vw;
  animation: fadeIn 0.34s ease-in-out;
}
@media (max-width: 1299px) {
  .page-hero {
    margin-top: 80px;
  }
}
@media (max-width: 799px) {
  .page-hero {
    height: 56.25vw;
    margin-bottom: 30px;
  }
}
.page-hero h1 {
  font-size: clamp(2rem, 3.645833vw, 70px);
  margin-bottom: 0;
}
@media (max-width: 799px) {
  .page-hero h1 {
    font-size: 1.75rem;
  }
}
.page-hero.align-v-top {
  background-position-y: top;
}
.page-hero.align-v-top-center {
  background-position-y: 25%;
}
.page-hero.align-v-center {
  background-position-y: center;
}
.page-hero.align-v-center-bottom {
  background-position-y: 75%;
}
.page-hero.align-v-bottom {
  background-position-y: bottom;
}

.single-post .page-hero {
  height: 40vw;
}
@media (max-width: 799px) {
  .single-post .page-hero {
    height: 56.25vw;
    margin-bottom: 30px;
  }
}

.block-cta {
  padding: 60px;
}
@media (max-width: 799px) {
  .block-cta {
    padding: 20px;
  }
}
.block-cta {
  background-color: var(--color-silver);
}
.block-cta .container h2,
.block-cta .container h3,
.block-cta .container p {
  text-wrap: balance;
}
.block-cta .container {
  background-color: var(--color-white);
  padding: 2em;
  display: grid;
}
@media (max-width: 799px) {
  .block-cta .container {
    grid-template-columns: 1fr;
  }
}
.block-cta .container {
  gap: 2em;
}
.block-cta .container figure {
  font-size: 0;
}
.block-cta .container img {
  border-radius: 1.25rem;
}
@media (min-width: 800px) {
  .block-cta .container {
    grid-template-columns: 1fr 1fr;
  }
  .block-cta .container img {
    min-height: 280px;
    height: 100% !important;
    object-fit: cover;
  }
}

#cta_whatsapp {
  z-index: 99999;
  transition: all 1s ease;
  transform: translateX(110%);
  animation: whatsAppReveal 0.5s forwards;
  animation-delay: 2s;
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 10vh;
  right: 0;
}
#cta_whatsapp a {
  transform-origin: right;
  text-decoration: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #7B7B7B;
  background-color: var(--color-white);
}
#cta_whatsapp a figure {
  font-size: 0;
  margin-bottom: 0;
}
#cta_whatsapp a figure img {
  margin-top: 3px;
  width: 55px;
  filter: brightness(0) saturate(100%) invert(82%) sepia(9%) saturate(7335%) hue-rotate(81deg) brightness(92%) contrast(78%);
}
#cta_whatsapp a p {
  font-size: 0.85rem;
}
#cta_whatsapp a:hover {
  transform: translateX(0%) scale(1.1);
}

@keyframes whatsAppReveal {
  100% {
    transform: translateX(0%);
  }
}
body.home main {
  padding-bottom: 0;
}

.home-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 40vw;
  background-color: var(--color-silver);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 1299px) {
  .home-hero {
    padding-top: 160px;
  }
}
@media (max-width: 799px) {
  .home-hero {
    padding-top: 100px;
  }
}

#scroll-down {
  display: none;
  position: relative;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  width: 3em;
  animation-name: bounce;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  transform-origin: bottom;
  width: 38px;
  margin-top: 25px;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1) translateY(0);
  }
  20% {
    transform: scale(0.9, 1.1) translateY(10px);
  }
  30% {
    transform: scale(1.1) translateY(0);
  }
  40% {
    transform: scale(0.9, 1.1) translateY(10px);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
#home-intro {
  padding-top: 60px;
  max-width: 1100px;
  margin: 0 auto 2rem;
  font-size: 1.375rem;
}

#home-video {
  margin-top: -4.68vw;
  padding: 60px;
  padding-top: calc(4.68vw + 60px);
}
@media (max-width: 799px) {
  #home-video {
    padding: 20px;
    padding-top: calc(4.68vw + 20px);
  }
}
#home-video h2 {
  text-align: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
#home-video .home-video-heading-2 {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto 2rem;
}
#home-video a {
  border: 14px solid var(--color-white);
}
#home-video .home-video-description {
  max-width: 1100px;
  margin: 0 auto 2rem;
  text-align: center;
}
#home-video .home-media-trigger,
#home-video .home-media-photo,
#home-video .skoe-media-slider {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#home-video .home-media-trigger {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../img/video-thumbnail.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1060px;
  aspect-ratio: 1060/560;
}
#home-video .home-media-trigger img {
  transition: all 0.5s ease;
}
@media (max-width: 799px) {
  #home-video .home-media-trigger img {
    width: 50px;
  }
}
#home-video .home-media-trigger:hover img {
  transform: scale(1.1);
}
#home-video .home-media-photo a,
#home-video .home-media-photo img {
  display: block;
}
#home-video .home-media-photo img {
  width: 100%;
  height: auto;
}
#home-video .skoe-media-slider__large {
  margin-bottom: 0;
}

#home-quicklinks h2 {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
}
#home-quicklinks .home-quicklinks__archive-link {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -1em;
}
#home-quicklinks .home-quicklinks__archive-link a {
  font-weight: bold;
  color: var(--color-white);
}
#home-quicklinks .home-quicklinks__archive-link a:after {
  margin-left: 0.34em;
  content: ">";
  display: inline-block;
}
#home-quicklinks {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  #home-quicklinks {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#home-stats {
  padding: 60px;
}
@media (max-width: 799px) {
  #home-stats {
    padding: 20px;
  }
}
#home-stats {
  background-color: var(--color-black);
  color: var(--color-white);
}
#home-stats .container {
  display: flex;
}
@media (max-width: 799px) {
  #home-stats .container {
    flex-direction: column;
  }
}
#home-stats .container {
  justify-content: center;
  align-items: center;
  gap: 2em;
}
#home-stats .container .home-stat {
  flex: 1;
  transition: all 1s ease;
  opacity: 0;
  text-align: center;
}
@media (min-width: 800px) {
  #home-stats .container .home-stat {
    border-left: 3px solid var(--color-white);
  }
}
#home-stats .container .home-stat {
  padding: 0 2em;
}
#home-stats .container .home-stat:first-child {
  border-left: 0;
}
#home-stats .container .home-stat h2 {
  font-size: 3rem;
  margin-bottom: 0;
}
#home-stats .container .home-stat p {
  margin-bottom: 0;
}
#home-stats.animated .container .home-stat {
  opacity: 1;
}

#home-guideportal a {
  font-weight: bold;
  text-decoration: none;
}
#home-guideportal a img {
  margin-right: 0.5em;
  transition: all 0.25s ease;
}
#home-guideportal a span {
  text-decoration: underline;
}
#home-guideportal a:hover img {
  transform: translateY(3px);
}
@media (min-width: 800px) {
  #home-guideportal #home-guide,
  #home-guideportal #home-portal {
    position: relative;
    min-height: 28.125vw;
    display: flex;
    align-items: center;
  }
}
#home-guideportal #home-guide {
  padding: 60px;
  background-color: var(--color-silver);
}
@media (max-width: 799px) {
  #home-guideportal #home-guide {
    padding: 20px;
  }
}
#home-guideportal #home-guide:after {
  content: "";
  display: block;
  width: 26.09375vw;
  height: 28.3333333333vw;
  background-image: url("../../img/visual-schoolgids.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.25vw;
  bottom: 0;
}
@media (min-width: 800px) and (max-width: 1299px) {
  #home-guideportal #home-guide:after {
    transform: scaleX(-100%);
    right: 0;
    left: auto;
  }
}
@media (max-width: 799px) {
  #home-guideportal #home-guide:after {
    position: relative;
    width: 100vw;
    height: 100vw;
    transform: scaleX(-100%);
    margin: -20px;
    margin-top: -20vw;
    left: 20vw;
  }
}
#home-guideportal #home-portal {
  padding: 60px;
  background-color: var(--color-white);
}
@media (max-width: 799px) {
  #home-guideportal #home-portal {
    padding: 20px;
  }
}
#home-guideportal #home-portal a:hover img {
  transform: scale(1.1) translate(3px, -3px);
}
#home-guideportal #home-portal:after {
  content: "";
  display: block;
  width: 29.8958333333vw;
  height: 31.1458333333vw;
  background-image: url("../../img/visual-ouderportaal.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.25vw;
  bottom: -4vw;
}
@media (max-width: 799px) {
  #home-guideportal #home-portal:after {
    position: relative;
    width: 100vw;
    height: 100vw;
    margin: -20px;
    margin-top: -20vw;
    left: 7vw;
    bottom: -15vw;
  }
}
@media (min-width: 800px) and (max-width: 1299px) {
  #home-guideportal #home-guide {
    padding-right: 30%;
  }
  #home-guideportal #home-portal {
    padding-right: 30%;
  }
}
@media (min-width: 1300px) {
  #home-guideportal {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #home-guideportal #home-guide {
    padding-left: 46%;
  }
  #home-guideportal #home-portal {
    padding-right: 46%;
  }
}

body.page-template-template-contact main {
  padding-bottom: 0;
}
body.page-template-template-contact .entry-header-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  body.page-template-template-contact .entry-header-contact {
    padding-top: 110px;
    padding-bottom: 20px;
  }
}
body.page-template-template-contact .entry-header-contact {
  background-color: var(--color-silver);
}
body.page-template-template-contact .entry-header-contact .container {
  max-width: 1264px;
}
body.page-template-template-contact .entry-header-contact .form-box {
  padding: 60px;
}
@media (max-width: 799px) {
  body.page-template-template-contact .entry-header-contact .form-box {
    padding: 20px;
  }
}
body.page-template-template-contact .entry-header-contact .form-box {
  background-color: var(--color-white);
}
body.page-template-template-contact .entry-header-contact {
  animation: fadeIn 0.34s ease-in-out;
  background-image: url("../../img/bg-contact.svg");
  background-size: 213vw;
  background-position: top center;
  margin-bottom: 3rem;
}
@media (min-width: 800px) {
  body.page-template-template-contact .entry-header-contact {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  body.page-template-template-contact .entry-header-contact:before {
    content: "";
    display: block;
    width: 29.8958333333vw;
    height: 46.9270833333vw;
    background-image: url("../../img/visual-contact.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 10vw;
    bottom: 0;
  }
  body.page-template-template-contact .entry-header-contact:after {
    pointer-events: none;
    content: "";
    width: 90.4166666667vw;
    height: 44.5833333333vw;
    background-image: url("../../img/bg-contact-scribles.svg");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 4.6875vw;
    bottom: 2.8645833333vw;
    animation: entryHeaderContactScribles 5s ease-in-out infinite;
  }
  body.page-template-template-contact .entry-header-contact .container {
    max-width: 1440px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 51vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
body.page-template-template-contact .entry-header-contact .form-box {
  position: relative;
  z-index: 999;
}
body.page-template-template-contact .entry-header-contact .form-box form {
  margin-bottom: 0;
}
body.page-template-template-contact .entry-header-contact .form-box h1 {
  font-size: 2.1875rem;
}
body.page-template-template-contact .entry-header-contact .form-box textarea {
  max-height: 200px;
}
@media (min-width: 800px) {
  body.page-template-template-contact .entry-header-contact .form-box {
    max-width: 500px;
  }
}
body.page-template-template-contact .entry-header-contact .form-box {
  padding: 50px 25px 25px 25px;
}
body.page-template-template-contact .entry-header-contact .form-box input[type=submit] {
  width: 100%;
  text-align: center;
}
body.page-template-template-contact .entry-header-contact .form-box label * {
  margin: 0;
}
body.page-template-template-contact .entry-header-contact .form-box small {
  color: var(--color-lila);
}
body.page-template-template-contact .entry-header-contact .form-box {
  position: relative;
}
body.page-template-template-contact .entry-header-contact .form-box .wpcf7-spinner {
  position: absolute;
  top: 1em;
  right: 0;
}

.contact-info {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  .contact-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contact-info .container {
  max-width: 1440px;
}
@media (min-width: 800px) {
  .contact-info .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px;
    justify-content: space-between;
    align-items: top;
  }
}
.contact-info .contact-info-btn {
  text-decoration: none;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 800px) {
  .contact-info .contact-info-btn {
    max-width: 400px;
  }
}
.contact-info .contact-info-btn {
  background-color: var(--color-black);
  color: var(--color-white);
}
.contact-info .contact-info-btn * {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.contact-info .contact-info-btn figure {
  min-width: 63px;
  min-height: 63px;
  background-color: var(--color-grey);
  display: flex;
  justify-self: center;
  align-items: center;
  padding: 16px;
  font-size: 0;
}
.contact-info .contact-info-btn figure img {
  width: 100%;
  height: 100%;
}
.contact-info .contact-info-map img {
  height: 100%;
  object-fit: cover;
}
.contact-info .social-links ul {
  justify-content: space-around;
  margin: 0;
  display: flex;
  list-style: none;
}
.contact-info .social-links ul li a img {
  width: 40px;
  height: 40px;
  transition: transform 0.125s ease-in-out;
}
.contact-info .social-links ul li a:hover img {
  transform: scale(1.1);
}
.contact-info .social-links img {
  width: 40px;
}
.contact-info .social-links h2 {
  display: none;
}

body.blog main h2 {
  text-align: center;
  font-size: 3.125rem;
}

.entry-header-search {
  padding-top: 80px;
}
@media (max-width: 799px) {
  .entry-header-search {
    padding-top: 40px;
  }
}
.entry-header-search .no-results h1 {
  font-size: 10rem;
}
@media (max-width: 799px) {
  .entry-header-search .no-results h1 {
    font-size: 5rem;
    margin-bottom: 0.25em;
  }
}

body.page-template-template-over-ons .entry-header {
  display: none;
}

#over-ons-intro {
  animation: overOnsIntro 1s ease forwards;
  padding-top: 60px;
  text-align: center;
}
#over-ons-intro blockquote {
  font-size: clamp(2rem, 2.6vw, 50px);
  line-height: 1.1;
}
@media (max-width: 1299px) {
  #over-ons-intro blockquote {
    padding-top: 60px;
  }
}

table.downloads {
  line-height: 1.2;
}
table.downloads td:first-child {
  width: 100%;
}
table.downloads .extension {
  background-color: var(--color-grey);
  color: var(--color-white);
  margin-left: 0.75em;
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
}
table.downloads td.no-padding {
  padding-left: 0;
  padding-right: 0;
}
table.downloads td:last-child .btn {
  vertical-align: middle;
  padding-left: 0.5em;
  padding-right: 1.5em;
}
table.downloads td:last-child .btn img {
  vertical-align: middle;
  font-size: 0;
  position: relative;
  bottom: 1px;
}
table.downloads td:last-child .btn:hover img {
  transform: translateY(0.125rem);
}

.page-template-template-pictures .entry-header {
  margin-bottom: 0;
}
.page-template-template-pictures main {
  padding-bottom: 0;
}

#skoe-pictures {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  #skoe-pictures {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#skoe-pictures {
  background-color: var(--color-silver);
}
#skoe-pictures h2 {
  font-size: 3rem;
  text-align: center;
}
#skoe-pictures #skoe-pictures-large,
#skoe-pictures #skoe-pictures-thumbnails {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
#skoe-pictures #skoe-pictures-large img,
#skoe-pictures #skoe-pictures-thumbnails img {
  border: 10px solid var(--color-white);
}
@media (max-width: 1299px) {
  #skoe-pictures #skoe-pictures-thumbnails img {
    border-width: 5px;
  }
}

div.agenda {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
div.agenda div.month {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
div.agenda div.agenda-item {
  background-color: var(--color-grey);
  padding: 1em 1em 0.75em 1em;
  margin-bottom: 0.25em;
}
div.agenda div.agenda-item div.agenda-day time {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}
div.agenda div.agenda-item div.agenda-day time span {
  display: block;
  font-size: 0.5em;
  margin-top: 0.25em;
}
div.agenda div.agenda-item h3,
div.agenda div.agenda-item p {
  margin: 0;
}
div.agenda h2 {
  font-size: 2rem;
  margin: 0;
  padding-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: capitalize;
}
div.agenda h3 {
  font-size: 1.2rem;
}

body.error404 .page-content {
  text-align: center;
}
body.error404 .page-content h1 {
  font-size: 30vw;
  margin-bottom: 0;
}
body.error404 .page-content p {
  font-size: 2rem;
}
@media (max-width: 1299px) {
  body.error404 .page-content {
    padding-top: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
