.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: 0;
  overflow: hidden;
}

.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;
  opacity: 1;
  -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: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.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: 0;
  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-bottom .gslide-image img, .desc-top .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 .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  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%;
}

.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-bottom .gslide-media, .desc-top .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-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  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: 700;
}

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

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

.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;
}

.gclose, .gnext, .gprev {
  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;
}

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  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 .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

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

.glightbox-clean button:focus:not(.focused):not(.disabled) {
  outline: 0;
}

.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;
}

.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(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  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 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 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 .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev: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;
  }
}
.glightbox-button-hidden {
  display: none;
}

body .site-content {
  --image-border-radius: 20px;
}
body .site-content .wp-block-image {
  border-radius: var(--image-border-radius);
  overflow: hidden;
}
body .site-content .wp-block-image.alignwide, body .site-content .wp-block-image.alignfull {
  margin-bottom: 60px;
}
body .site-content .wp-block-image.aligncenter {
  margin-inline: auto;
}
body .site-content .wp-block-image figcaption {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 20px 0 0;
}
@media (min-width: 900px) {
  body .site-content .wp-block-image.alignwide, body .site-content .wp-block-image.alignfull {
    margin-bottom: 110px;
  }
  body .site-content .wp-block-image.alignwide img, body .site-content .wp-block-image.alignfull img {
    --image-border-radius: 30px;
  }
  body .site-content .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  body .site-content .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
}
body .site-content > .wp-block-list {
  margin-inline: auto;
  width: var(--text-line-length);
}
body .site-content > ul {
  padding-left: 50px;
  list-style: none;
}
body .site-content > ul li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: var(--text-color);
  transform: translate(-50px, -0.5rem);
  margin-right: -1.25em;
}
body .site-content .wp-block-media-text {
  grid-gap: 2em;
}
body .site-content .wp-block-media-text .wp-block-media-text__media img {
  border-radius: var(--image-border-radius);
}
body .site-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
body .site-content .wp-block-gallery .wp-block-image {
  border-radius: 20px;
  overflow: hidden;
}
body .site-content .wp-block-cover {
  position: relative;
  border-radius: 30px;
  z-index: 1;
}

.wp-block-table {
  max-width: 100%;
  overflow: auto;
  margin: 1.75em auto;
}
.wp-block-table table {
  --cell-padding: 12px 20px;
  border-collapse: collapse;
  border: 0;
  margin: 0 auto;
}
.wp-block-table table thead, .wp-block-table table tfoot {
  box-shadow: 0 0 15px #0000000A;
  font: 700 13px/1.3em "gteesti";
  border: 0;
}
.wp-block-table table thead th, .wp-block-table table thead td, .wp-block-table table tfoot th, .wp-block-table table tfoot td {
  background-color: var(--white);
}
.wp-block-table table thead th:first-child, .wp-block-table table thead td:first-child, .wp-block-table table tfoot th:first-child, .wp-block-table table tfoot td:first-child {
  border-radius: 5px 0 0 5px;
}
.wp-block-table table thead th:last-child, .wp-block-table table thead td:last-child, .wp-block-table table tfoot th:last-child, .wp-block-table table tfoot td:last-child {
  border-radius: 0 5px 5px 0;
}
.wp-block-table table th, .wp-block-table table td {
  padding: var(--cell-padding);
  border: 0;
  font-size: 0.875em;
}
.wp-block-table table th, .wp-block-table table thead td, .wp-block-table table tfoot td {
  text-align: left;
  text-transform: uppercase;
}
.wp-block-table table tr:nth-child(2n) td {
  background-color: var(--zebra-table-color);
}
.wp-block-table table tr:nth-child(2n) td:first-child {
  border-radius: 5px 0 0 5px;
}
.wp-block-table table tr:nth-child(2n) td:last-child {
  border-radius: 0 5px 5px 0;
}

@media (min-width: 900px) {
  .wp-block-table table {
    --cell-padding: 12px 40px;
  }
}
.post-nav {
  --post-nav-margin: 60px 0 0;
  --post-nav-padding: 20px 0 0;
  --post-nav-title-size: 20px;
  --title-margin: 0;
  margin: var(--post-nav-margin);
  padding: var(--post-nav-padding);
  background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color) 56%, #00000000 56%, #00000000 100%) 0 0 repeat-x;
  background-size: 18px 1px;
}
.post-nav .switch-arrow {
  width: 25px;
  height: auto;
}
.post-nav .post-nav-link {
  display: block;
  font: 400 13px/1.5em "gteesti";
  color: var(--text-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4.55px;
}
.post-nav .post-nav-link .switch-arrow .arrow {
  fill: currentColor;
}
.post-nav .post-nav-link .switch-arrow .outline {
  fill: #0000;
  stroke: #00000014;
}
.post-nav .post-nav-link.prev {
  text-align: left;
}
.post-nav .post-nav-link.prev .switch-arrow {
  transform: translate(5px, 7px) rotate(135deg) scale(1, -1);
  margin-right: 15px;
}
.post-nav .post-nav-link.next {
  text-align: right;
}
.post-nav .post-nav-link.next .switch-arrow {
  margin-left: 15px;
  transform: translate(-5px, 7px) rotate(45deg);
}
.post-nav .post-nav-link b {
  display: block;
  text-transform: none;
  font: 700 var(--post-nav-title-size)/1.5em "cyrulik";
  letter-spacing: 0;
  margin: 0 var(--title-margin);
}
.post-nav .post-nav-link:hover, .post-nav .post-nav-link:focus {
  color: var(--accent-color);
}
@media (min-width: 900px) {
  .post-nav {
    --post-nav-padding: 30px 0 0;
    --post-nav-title-size: 33px;
    --post-nav-margin: 90px 0 0;
    --title-margin: 47px;
  }
}
@media (min-width: 1280px) {
  .post-nav {
    --post-nav-margin: 120px 0 0;
  }
}

@media (min-width: 600px) {
  .post-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
}
.site-content {
  --main-image-border-radius: 20px;
  --margin: 60px;
}
.site-content .wp-post-image {
  max-width: none;
  margin-block: var(--margin);
  border-radius: var(--main-image-border-radius);
}
@media (min-width: 900px) {
  .site-content {
    --main-image-border-radius: 30px;
    --margin: 110px;
  }
}

.site-content {
  --margin-top: -30px;
}
.site-content .post-meta {
  margin: var(--margin-top) auto 0;
  font: 400 14px/1.5em "gteesti";
  letter-spacing: 4.55px;
  text-align: center;
}
@media (min-width: 900px) {
  .site-content {
    --margin-top: -70px;
  }
}

.site-content .event-list {
  --evl-margin: 60px;
  --evl-spacing: 60px;
  --image-border-radius: 10px;
  --image-max-width: 560px;
  --title-size: 28px;
  --descr-size: 1em;
  --descr-margin: 1.5em;
  --event-dir: column;
  --event-gutter: 30px;
  --event-head-dir: column;
  --day-size: 50px;
  --date-margin: 0 auto -70px;
  --date-transform: none;
  --date-width: auto;
  --date-line-margin: 1em 0 20px;
  --event-body-padding: 20px;
  --event-body-margin: 0;
  --event-align: center;
  list-style: none;
  padding: 0;
  margin-block: var(--evl-margin);
}
.site-content .event-list .event-item {
  display: flex;
  flex-direction: var(--event-dir);
  gap: var(--event-gutter);
  align-items: var(--event-align);
  position: relative;
  margin-block: var(--evl-spacing);
  margin-block-start: 0;
  padding: 0;
  max-width: 100%;
}
.site-content .event-list .event-item:before {
  display: none;
}
.site-content .event-list .event-item .event-item-date {
  flex-shrink: 0;
  position: relative;
  margin: var(--date-margin);
  background-color: #f5e8d7;
  border-radius: 10px;
  box-shadow: 0 0 30px #00000014;
  padding: 15px;
  transform: var(--date-transform);
  width: var(--date-width);
  transition: transform 0.3s;
}
.site-content .event-list .event-item .event-item-date .month-year {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  font: 400 13px/1.5em "gteesti";
  text-transform: uppercase;
  letter-spacing: 4.55px;
}
.site-content .event-list .event-item .event-item-date .day {
  display: block;
  color: var(--main-color);
  font: 700 var(--day-size)/1em "cyrulik";
  text-align: center;
  margin: 0.5em 0 0;
}
.site-content .event-list .event-item .event-item-date .day-name {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.site-content .event-list .event-item .event-item-date:after {
  display: block;
  content: "";
  height: 2px;
  background: #000;
  margin: var(--date-line-margin);
}
.site-content .event-list .event-item .event-head {
  display: flex;
  flex-shrink: 0;
  flex-direction: var(--event-head-dir);
  align-items: center;
  position: relative;
  z-index: 1;
}
.site-content .event-list .event-item .event-head .wp-post-image {
  margin-block: 0;
}
.site-content .event-list .event-item .event-body {
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 10px;
  transition: all 0.3s;
  margin: var(--event-body-margin);
  padding: var(--event-body-padding);
  max-width: 100%;
}
.site-content .event-list .event-item .main-link:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
}
.site-content .event-list .event-item .event-item-thumbnail {
  flex-shrink: 0;
}
.site-content .event-list .event-item .event-item-thumbnail img {
  display: block;
  border-radius: var(--image-border-radius);
  margin: 0;
  width: min(100%, 560px);
  max-width: var(--image-max-width);
}
.site-content .event-list .event-item .event-item-features {
  margin: 0 0 1em;
  font: 400 12px/1.5em "gteesti";
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
.site-content .event-list .event-item .event-item-title {
  margin: 0 0 0.5em 0;
  font-size: var(--title-size);
}
.site-content .event-list .event-item .event-item-title a {
  text-decoration: none;
  color: var(--accent-color);
}
.site-content .event-list .event-item p {
  margin: var(--descr-margin) 0;
}
.site-content .event-list .event-item .event-item-excerpt {
  padding: 1em 0;
  font-size: var(--descr-size);
  line-height: 1.5em;
  background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 56%, #00000000 56%, #00000000 100%) 0 0 repeat-x, linear-gradient(to right, var(--main-color) 0%, var(--main-color) 56%, #00000000 56%, #00000000 100%) 0 100% repeat-x;
  background-size: 18px 1px;
}
.site-content .event-list .event-item .more {
  margin-bottom: 0;
}
.site-content .event-list .event-item .more a {
  display: flex;
  gap: 30px;
  color: var(--text-color);
  text-decoration: none;
  font: 400 14px/45px "gteesti";
  text-transform: uppercase;
  letter-spacing: 4.55px;
}
.site-content .event-list .event-item:hover .more a, .site-content .event-list .event-item:focus .more a, .site-content .event-list .event-item:focus-within .more a {
  text-decoration: underline;
}
.site-content .event-list .event-item:hover .more-link .arrow-dot .switch-arrow, .site-content .event-list .event-item:focus .more-link .arrow-dot .switch-arrow, .site-content .event-list .event-item:focus-within .more-link .arrow-dot .switch-arrow {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-content .event-list .event-item:hover .more-link .arrow-dot:before, .site-content .event-list .event-item:focus .more-link .arrow-dot:before, .site-content .event-list .event-item:focus-within .more-link .arrow-dot:before {
  transform: none;
}
.site-content .event-list .event-item:hover .event-item-date, .site-content .event-list .event-item:focus .event-item-date, .site-content .event-list .event-item:focus-within .event-item-date {
  transform: none;
}
.site-content .event-list .event-item:hover .event-body, .site-content .event-list .event-item:focus .event-body, .site-content .event-list .event-item:focus-within .event-body {
  background-color: var(--white);
  border: 3px solid #000;
}
@media (min-width: 600px) {
  .site-content .event-list {
    --day-size: 90px;
  }
}
@media (min-width: 900px) {
  .site-content .event-list {
    --evl-margin: 90px;
    --evl-spacing: 90px;
    --postlist-margin: 90px;
    --image-border-radius: 20px;
    --title-size: 32px;
    --descr-size: 0.75em;
    --event-dir: row;
    --event-head-dir: row;
    --date-width: 140px;
    --date-margin: 0 -30px 0 0;
    --image-max-width: 360px;
    --date-transform: rotate(3deg);
    --descr-margin: 1em;
    --event-body-padding: 30px;
    --event-body-margin: 0 0 0 -10px;
    --event-align: flex-start;
  }
  .site-content .event-list.alt .event-item:nth-of-type(even) {
    --event-dir: row-reverse;
    --event-head-dir: row-reverse;
    --event-body-margin: 0 -10px 0 0;
    --date-transform: rotate(-3deg);
    --date-margin: 0 0 0 -30px;
  }
}
@media (min-width: 1280px) {
  .site-content .event-list {
    --evl-spacing: 120px;
    --image-border-radius: 30px;
    --title-size: 42px;
    --day-size: 163px;
    --date-width: 260px;
    --image-max-width: 560px;
    --date-transform: rotate(5deg);
    --date-line-margin: 1em 0 35px;
    --event-body-padding: 50px 50px 50px 70px;
    --event-body-margin: 0 0 0 -10px;
    --event-gutter: 0;
    --event-align: center;
  }
  .site-content .event-list.alt .event-item:nth-of-type(even) {
    --event-body-padding: 50px 70px 50px 50px;
  }
}
.site-content .event-list + .section-more {
  --margin: -30px auto 60px;
  margin: var(--margin);
}
@media (min-width: 900px) {
  .site-content .event-list + .section-more {
    --margin: -45px auto 90px;
  }
}
@media (min-width: 1280px) {
  .site-content .event-list + .section-more {
    --margin: -60px auto 120px;
  }
}

.home {
  --title-margin: 60px;
  --events-margin: 60px;
}
.home .events {
  margin-block: var(--events-margin);
}
.home .events .section-title {
  margin-top: var(--title-margin);
}
@media (min-width: 900px) {
  .home {
    --title-margin: 44px;
    --events-margin: 140px;
  }
}

.events .section-head {
  --tree-x: 20px;
  --tree-y: -30px;
  position: relative;
}
.events .section-head .trees1, .events .section-head .trees2 {
  position: absolute;
  width: 55px;
  height: auto;
}
.events .section-head .trees1 path, .events .section-head .trees2 path {
  fill: #28a710;
}
.events .section-head .trees1 {
  right: var(--tree-x);
  top: var(--tree-y);
}
.events .section-head .trees2 {
  left: var(--tree-x);
  bottom: var(--tree-y);
}
@media (min-width: 900px) {
  .events .section-head {
    --tree-x: 230px;
  }
}

.horizontal-gallery {
  --photo-list-margin: 30px;
  --block-margin: 30px;
  margin-block: var(--block-margin);
  overflow: auto;
}
.horizontal-gallery .image-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: max(20px, calc((100vw - var(--wide-width)) * 0.5));
}
.horizontal-gallery .image-list-item {
  margin: 0;
  padding: var(--photo-list-margin) 0;
  flex-shrink: 0;
  max-width: 80vw;
}
.horizontal-gallery .image-list-item a {
  display: block;
}
.horizontal-gallery .image-list-item a img {
  transition: transform 0.3s;
  position: relative;
  z-index: 0;
}
.horizontal-gallery .image-list-item a:hover img {
  transform: none;
  z-index: 1;
}
.horizontal-gallery .image-list-item img {
  border-radius: 20px;
  box-shadow: 0px 0px 30px #00000014;
}
.horizontal-gallery .image-list-item.item-0 img {
  transform: rotate(-3deg);
}
.horizontal-gallery .image-list-item.item-1 img {
  transform: rotate(5deg);
}
.horizontal-gallery .image-list-item.item-2 img {
  transform: rotate(2deg);
}
@media (min-width: 900px) {
  .horizontal-gallery {
    --photo-list-margin: 60px;
    --block-margin: 90px;
  }
}

.section-head {
  --subtitle-size: 1.2em;
  --subtitle-margin: 5px;
  --underline-w: 4px;
  --underline-offset: 8px;
  --title-size: 40px;
  text-align: center;
  padding: 0 20px;
}
.section-head .section-title {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-thickness: var(--underline-w);
  text-underline-offset: var(--underline-offset);
  font-size: var(--title-size);
  line-height: 1.2em;
}
.section-head .section-subtitle {
  margin-top: var(--subtitle-margin);
  margin-bottom: 0;
  font: 700 var(--subtitle-size)/1.5em "Caveat";
  color: var(--main-color);
}
@media (min-width: 900px) {
  .section-head {
    --title-size: 50px;
    --subtitle-size: 1.5em;
    --underline-w: 12px;
    --underline-offset: 17px;
    --subtitle-margin: 10px;
  }
}
@media (min-width: 1280px) {
  .section-head {
    --title-size: 72px;
  }
}

.welcome {
  --margin: 60px auto 0;
  --dir: column;
  --order-c: 1;
  --order-i1: 2;
  --order-i2: 3;
  --wrap: wrap;
  --c-shrink: 0;
  --w-width: 100%;
  --gap: 0;
  --t1: rotate(-3deg);
  --t2: rotate(3deg);
  --t3: translateY(-20px) rotate(-2deg);
  --t1n: rotate(3deg);
  --t2n: rotate(-3deg);
  --t3n: translateY(-20px) rotate(2deg);
  --img-radius: 10px;
  --title-size: 40px;
  margin: var(--margin);
  display: flex;
  flex-direction: var(--dir);
  align-items: center;
  gap: var(--gap);
  justify-content: space-between;
}
@keyframes tilt1 {
  from {
    transform: var(--t1n);
  }
  to {
    transform: var(--t1);
  }
}
@keyframes tilt2 {
  from {
    transform: var(--t2n);
  }
  to {
    transform: var(--t2);
  }
}
@keyframes tilt3 {
  from {
    transform: var(--t3n);
  }
  to {
    transform: var(--t3);
  }
}
.welcome .tilt1 {
  animation-name: tilt1;
}
.welcome .tilt2 {
  animation-name: tilt2;
}
.welcome .tilt3 {
  animation-name: tilt3;
}
.welcome .welcome-label {
  font: 400 13px/1.5em "gteesti";
  text-transform: uppercase;
  letter-spacing: 4.55px;
  margin: 0 auto 30px;
}
.welcome .welcome-title {
  margin-top: 0;
  font-size: var(--title-size);
  line-height: 1.2em;
}
.welcome img {
  border-radius: var(--img-radius);
  box-shadow: 0 0 30px #00000014;
}
.welcome img.welcome-image1 {
  transform: var(--t1);
}
.welcome img.welcome-image2 {
  transform: var(--t2);
}
.welcome img.welcome-image3 {
  transform: var(--t3);
}
.welcome .welcome-content {
  order: var(--order-c);
  text-align: center;
  width: min(100%, var(--text-line-length));
}
.welcome .welcome-images1, .welcome .welcome-images2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welcome .welcome-images1 {
  order: var(--order-i1);
}
.welcome .welcome-images2 {
  order: var(--order-i2);
}
@media (min-width: 900px) {
  .welcome {
    --margin: 120px auto 0;
    --dir: row;
    --order-i1: 1;
    --order-i2: 3;
    --order-c: 2;
    --gap: 30px;
    --title-size: 50px;
  }
}
@media (min-width: 1280px) {
  .welcome {
    --img-radius: 20px;
    --t1: rotate(-9deg);
    --t2: rotate(9deg);
    --t3: translateY(-40px) rotate(-6deg);
    --t1n: rotate(9deg);
    --t2n: rotate(-9deg);
    --t3n: translateY(-40px) rotate(6deg);
    --title-size: 72px;
  }
}

.welcome-numbers {
  --margin: 60px;
  --dir: column;
  --item-align: center;
  --lt: translate(-50%, 0) rotate(45deg);
  --lh: 100%;
  display: flex;
  flex-direction: var(--dir);
  gap: 60px;
  align-items: var(--item-align);
  min-height: 270px;
  margin-bottom: var(--margin);
}
.welcome-numbers .line {
  position: absolute;
  z-index: 0;
  width: calc(100% + 40px);
  height: var(--lh);
  left: 50%;
  top: 60px;
  transform: var(--lt);
}
.welcome-numbers svg {
  pointer-events: none;
}
.welcome-numbers .number-item {
  position: relative;
  padding: 60px 0 0 60px;
  color: var(--color1);
}
.welcome-numbers .number-item p {
  position: relative;
  z-index: 2;
  margin: 0;
  font: 700 32px/1.3em "Caveat";
  text-transform: lowercase;
}
.welcome-numbers .number-item .number {
  display: block;
  font: 700 62px/1em "cyrulik";
}
.welcome-numbers .number-item svg {
  width: 60px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: var(--icon-top);
  left: var(--icon-left);
}
.welcome-numbers .number-item svg path {
  fill: var(--color1);
}
.welcome-numbers .number-item:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color2);
}
.welcome-numbers .number-item.number-item1 {
  --color1: var(--accent-color);
  --color2: #ebefd6;
  --icon-top: 0;
  --icon-left: 5px;
  align-self: flex-start;
}
.welcome-numbers .number-item.number-item2 {
  --color1: #145AA0;
  --color2: #d5e9f8;
  --icon-top: 0;
  --icon-left: -9px;
  align-self: flex-end;
}
.welcome-numbers .number-item.number-item3 {
  --color1: var(--main-color);
  --color2: #fcded5;
  --icon-top: -20px;
  --icon-left: 30px;
  transform: translateY(-30px);
}
@media (min-width: 900px) {
  .welcome-numbers {
    --margin: 120px;
    --dir: row;
    --item-align: flex-end;
    --lt: translate(-50%, -50%);
    --lh: auto;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .welcome-numbers {
    --margin: 230px;
  }
}

.site-content .post-list {
  --postlist-column-gap: 20px;
  --postlist-row-gap: 40px;
  --column-count: 1;
  --postlist-margin: 60px;
  list-style: none;
  margin-block: var(--postlist-margin);
  padding: 0;
  display: grid;
  grid-gap: var(--postlist-row-gap) var(--postlist-column-gap);
  grid-template-columns: repeat(var(--column-count), 1fr);
}
.site-content .post-list .post-item {
  margin: 0;
}
.site-content .post-list .post-item .wp-post-image {
  margin-block: 0;
}
@media (min-width: 600px) {
  .site-content .post-list {
    --column-count: 2;
  }
}
@media (min-width: 900px) {
  .site-content .post-list {
    --column-count: 3;
    --postlist-column-gap: 30px;
    --postlist-row-gap: 60px;
    --postlist-margin: 90px;
  }
}
@media (min-width: 1280px) {
  .site-content .post-list {
    --column-count: 4;
    --postlist-row-gap: 130px;
    --postlist-margin: 120px;
  }
}
.site-content .news {
  --padding: 60px;
  position: relative;
}
.site-content .news .news-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.site-content .news .news-bg path {
  fill: #FCDED6;
}
.site-content .news .section-head {
  position: relative;
  padding-top: 1px;
}
.site-content .news .section-head .section-title {
  margin-top: 90px;
}
@media (min-width: 1280px) {
  .site-content .news {
    --padding: 90px;
    margin-bottom: 120px;
  }
  .site-content .news .post-list {
    margin-block: 60px;
  }
  .site-content .news .post-list .post-item:nth-child(2n) {
    margin-top: 95px;
  }
  .site-content .news .post-list .post-item:nth-child(2n-1) {
    margin-bottom: 95px;
  }
}

.post-item {
  --bg: var(--white);
  --item-padding: 20px;
  --title-font-size: 20px;
  position: relative;
  background-color: var(--bg);
  border-radius: 10px;
  margin: 0;
  padding: 10px;
  font-size: 0.75em;
  line-height: 1.5em;
  display: flex;
}
.post-item .main-link:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.post-item .post-item-thumbnail {
  width: 100%;
  margin: 0 0 20px;
}
.post-item .post-item-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  transform-origin: 50% 0;
  transform: rotate(-5deg) translate(10px, -10px);
  transition: transform 0.3s ease-out;
}
.post-item .post-item-content {
  margin: 0;
  padding: 0 0 20px;
  border-radius: 10px;
  border: 3px solid var(--text-color);
  transition: border-color 0.3s;
}
.post-item .post-item-content p {
  box-sizing: border-box;
  width: 100%;
  margin: 1.5em 0;
  padding: 0 var(--item-padding);
}
.post-item .post-item-date {
  font: 400 13px/1.5em "gteesti";
  letter-spacing: 4.55px;
}
.post-item .post-item-title {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 var(--item-padding);
  font-size: var(--title-font-size);
  line-height: 1.25em;
}
.post-item .more {
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font: 700 14px/1.5em "gteesti";
}
.post-item a {
  color: var(--text-color);
  text-decoration: none;
}
.post-item:hover a, .post-item:focus a, .post-item:focus-within a {
  color: var(--main-color);
}
.post-item:hover .post-item-content, .post-item:focus .post-item-content, .post-item:focus-within .post-item-content {
  border-color: var(--main-color);
}
.post-item:hover .post-item-thumbnail img, .post-item:focus .post-item-thumbnail img, .post-item:focus-within .post-item-thumbnail img {
  transform: none;
}
.post-item.is-sticky {
  --bg: var(--main-color);
  color: var(--white);
}
.post-item.is-sticky .post-item-content {
  border-color: var(--white);
}
.post-item.is-sticky a {
  color: var(--white);
}
.post-item.is-sticky:hover .post-item-content, .post-item.is-sticky:focus .post-item-content, .post-item.is-sticky:focus-within .post-item-content {
  border-color: var(--white);
}
.post-item.is-sticky:hover a, .post-item.is-sticky:focus a, .post-item.is-sticky:focus-within a {
  color: var(--white);
}
@media (min-width: 900px) {
  .post-item {
    --item-padding: 30px;
    --title-font-size: 33px;
  }
}

.find-us {
  --pt: 120px;
  --pb: 60px;
  --mt: -120px;
  margin-top: var(--mt);
  padding: var(--pt) 20px var(--pb);
  background-color: #E2EBCA;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.find-us .find-us-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 0.45);
  transform-origin: 0 100%;
}
.find-us .find-us-bg-bottom path {
  fill: var(--background-color);
}
.find-us .find-us-content {
  margin-bottom: 60px;
}
.find-us .find-us-content .section-more a {
  margin-left: 0;
}
.find-us img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
@media (min-width: 1280px) {
  .find-us {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
  .find-us .find-us-content {
    max-width: 550px;
  }
  .find-us img {
    max-width: 700px;
    margin: 0;
  }
}

.page-teasers {
  --columns: min(1, var(--per-row));
  --gap: 1em;
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em auto;
  width: 100%;
}
.page-teasers .page-teaser {
  width: calc(100% / var(--columns) - var(--gap) * (var(--columns) - 1) / var(--columns));
  box-sizing: border-box;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: #00000014 0 0 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.page-teasers .page-teaser .more-link {
  align-self: flex-end;
}
.page-teasers .page-teaser .more-link:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-teasers .page-teaser h3 {
  color: inherit;
  transition: color 0.3s;
  margin: 1em 0 0;
  font-size: 42px;
  color: var(--main-color);
}
.page-teasers .page-teaser .teaser-image {
  max-width: calc(100% - 26px);
  border-radius: 20px;
  transform: translate(-20px, -20px) rotate(-15deg);
  transform-origin: 0 0;
  overflow: hidden;
}
.page-teasers .page-teaser .teaser-image img {
  display: block;
  transition: transform 0.5s;
}
.page-teasers .page-teaser .teaser-main {
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  padding: 0 var(--gap) var(--gap);
}
.page-teasers .page-teaser .teaser-image + .teaser-main h3 {
  margin-top: 0;
}
.page-teasers .page-teaser .page-teaser-content {
  border-radius: 20px;
  border: 3px dashed var(--main-color);
  transition: border-color 0.3s;
}
.page-teasers .page-teaser .teaser-description {
  margin: 0;
}
.page-teasers .page-teaser:hover, .page-teasers .page-teaser:focus-within {
  background-color: var(--main-color);
  color: #fff;
}
.page-teasers .page-teaser:hover .teaser-image img, .page-teasers .page-teaser:focus-within .teaser-image img {
  transform: scale(1.2);
}
.page-teasers .page-teaser:hover h3, .page-teasers .page-teaser:focus-within h3 {
  color: #fff;
}
.page-teasers .page-teaser:hover .page-teaser-content, .page-teasers .page-teaser:focus-within .page-teaser-content {
  border-color: #fff;
}
@media (min-width: 600px) {
  .page-teasers {
    --columns: min(2, var(--per-row));
  }
}
@media (min-width: 900px) {
  .page-teasers {
    --columns: min(3, var(--per-row));
  }
  .page-teasers .page-teaser .teaser-description {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}
@media (min-width: 1280px) {
  .page-teasers {
    --columns: min(4, var(--per-row));
  }
  .page-teasers .page-teaser .teaser-description {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}
