@charset "UTF-8";

/*!
 * Luminous v2.3.5
 * Copyright 2015-2021, Zebrafish Labs
 * Licensed under BSD-2 (https://github.com/imgix/luminous/blob/main/LICENSE.md)
 */
@-webkit-keyframes a {

  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes a {

  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes b {

  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes b {

  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes c {

  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
    transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@keyframes c {

  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
    transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@-webkit-keyframes d {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(8px);
    transform: scale(1.3) translateX(8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(.8) translateX(6px);
    transform: scale(.8) translateX(6px);
  }

  75% {
    -webkit-transform: scale(.7) translateX(8px);
    transform: scale(.7) translateX(8px);
  }

  90% {
    -webkit-transform: scale(.8) translateX(6px);
    transform: scale(.8) translateX(6px);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes d {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(8px);
    transform: scale(1.3) translateX(8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(.8) translateX(6px);
    transform: scale(.8) translateX(6px);
  }

  75% {
    -webkit-transform: scale(.7) translateX(8px);
    transform: scale(.7) translateX(8px);
  }

  90% {
    -webkit-transform: scale(.8) translateX(6px);
    transform: scale(.8) translateX(6px);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes e {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(.8) translateX(-6px);
    transform: scale(.8) translateX(-6px);
  }

  75% {
    -webkit-transform: scale(.7) translateX(-8px);
    transform: scale(.7) translateX(-8px);
  }

  90% {
    -webkit-transform: scale(.8) translateX(-6px);
    transform: scale(.8) translateX(-6px);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes e {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
    transform: scale(1.3) translateX(-8px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(.8) translateX(-6px);
    transform: scale(.8) translateX(-6px);
  }

  75% {
    -webkit-transform: scale(.7) translateX(-8px);
    transform: scale(.7) translateX(-8px);
  }

  90% {
    -webkit-transform: scale(.8) translateX(-6px);
    transform: scale(.8) translateX(-6px);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.lum-lightbox {
  background: rgba(0, 0, 0, .6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  max-width: 700px;
  color: #fff;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: c 1.8s linear infinite;
  animation: c 1.8s linear infinite;
  width: 66px;
  height: 20px;
}

.lum-lightbox-loader::after,
.lum-lightbox-loader::before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: hsla(0, 0%, 100%, .9);
  width: 20px;
  height: 20px;
  content: '';
}

.lum-lightbox-loader::before {
  left: 0;
  -webkit-animation: d 1.8s linear infinite;
  animation: d 1.8s linear infinite;
}

.lum-lightbox-loader::after {
  right: 0;
  -webkit-animation: e 1.8s linear infinite;
  animation: e 1.8s linear infinite;
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.lum-lightbox.lum-opening {
  -webkit-animation: a .18s ease-out;
  animation: a .18s ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: b .18s ease-out;
  animation: b .18s ease-out;
}

.lum-lightbox.lum-closing {
  -webkit-animation: a .3s ease-in;
  animation: a .3s ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: b .3s ease-in;
  animation: b .3s ease-in;
  animation-direction: reverse;
}

.lum-img {
  -webkit-transition: opacity .12s ease-out;
  transition: opacity .12s ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: 60px;
  height: 100px;
  max-height: 100%;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

.lum-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: .3;
  width: 32px;
  height: 32px;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button::after,
.lum-close-button::before {
  position: absolute;
  left: 15px;
  background-color: #fff;
  width: 2px;
  height: 33px;
  content: ' ';
}

.lum-close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lum-close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button::after {
  display: block;
  position: absolute;
  top: 50%;
  border-top: 4px solid hsla(0, 0%, 100%, .8);
  width: 36px;
  height: 36px;
  content: '';
}

.lum-previous-button::after {
  left: 12%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-box-shadow: -2px 0 rgba(0, 0, 0, .2);
  box-shadow: -2px 0 rgba(0, 0, 0, .2);
  border-left: 4px solid hsla(0, 0%, 100%, .8);
  border-radius: 3px 0 0 0;
}

.lum-next-button::after {
  right: 12%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-box-shadow: 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 2px 0 rgba(0, 0, 0, .2);
  border-right: 4px solid hsla(0, 0%, 100%, .8);
  border-radius: 0 3px 0 0;
}

@media (max-width: 460px) {

  .lum-lightbox-image-wrapper {
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }

  .lum-lightbox-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .lum-lightbox-position-helper {
    margin: auto;
  }

  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}