/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.cs-footer {
  width: 100%;
  min-height: unset;
  display: block;
  text-align: unset;
  align-items: unset;
  padding: 0;
  background: #ffffff;
}

.cs-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #eaeaea;
}

.cs-footer__panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 56px 72px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  min-height: 260px;
  background: #ffffff;
}

.cs-footer__panel + .cs-footer__panel {
  border-left: 1px solid #eaeaea;
}

.cs-footer__thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.cs-footer__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(3, 7, 18, 0.82) 0%,
    rgba(3, 7, 18, 0.35) 55%,
    rgba(3, 7, 18, 0.10) 100%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
}

.cs-footer__panel:hover .cs-footer__thumb {
  opacity: 1;
  transform: scale(1);
}

.cs-footer__panel:hover .cs-footer__scrim {
  opacity: 1;
}

.cs-footer__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.cs-footer__panel--prev .cs-footer__content {
  align-items: flex-start;
}

.cs-footer__panel--next .cs-footer__content {
  align-items: flex-end;
  text-align: right;
}

.cs-footer__tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7c7581;
  background: #eeeeee;
  border-radius: 30px;
  padding: 5px 11px 5px 9px;
  transition: color 0.3s ease, background 0.3s ease;
}

.cs-footer__tag svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.cs-footer__panel--prev .cs-footer__tag svg {
  transform: rotate(180deg);
}

.cs-footer__panel:hover .cs-footer__tag {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.18);
}

.cs-footer__panel--prev:hover .cs-footer__tag svg {
  transform: rotate(180deg) translateX(2px);
}

.cs-footer__panel--next:hover .cs-footer__tag svg {
  transform: translateX(2px);
}

.cs-footer__title {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #27232a;
  transition: color 0.3s ease;
  text-wrap: balance;
}

.cs-footer__panel:hover .cs-footer__title {
  color: #ffffff;
}

.cs-footer__bar {
  border-top: 1px solid #eaeaea;
  background: #ffffff;
  padding: 22px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cs-footer__back {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7c7581;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cs-footer__back:hover {
  color: #4361ee;
}

.cs-footer__copy {
  font-size: 0.75rem;
  color: #7c7581;
  opacity: 0.5;
}

/* ── locked panel badge ── */
.cs-footer__tag--locked svg {
  width: 10px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .cs-footer__nav {
    grid-template-columns: 1fr;
  }

  .cs-footer__panel {
    padding: 40px 24px;
    min-height: 180px;
  }

  .cs-footer__panel + .cs-footer__panel {
    border-left: none;
    border-top: 1px solid #eaeaea;
  }

  .cs-footer__panel--next .cs-footer__content {
    align-items: flex-start;
    text-align: left;
  }

  .cs-footer__bar {
    padding: 18px 24px;
  }
}

.lock-modal {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
}

.lock-modal.show {
  display: flex;
}

.lock-modal .white-lock {
  display: block;
  margin: 0 auto 15px;
}

.lock-modal .close {
  position: absolute;
  top: 20px;
  right: 40px;
}

.lock-modal h2 {
  color: white;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 120%;
  font-size: 2rem;
  letter-spacing: normal;
}

.lock-modal p {
  color: white;
  font-size: 1rem;
  margin-bottom: 25px;
  opacity: 0.6;
}

.lock-modal label {
  color: white;
  font-size: 1rem;
  padding: 8px 0;
  display: block;
  text-align: left;
}

.lock-modal input {
  padding: 14px 16px;
  border-radius: 7px;
  border: none;
  margin-right: 20px;
  outline: 2px solid transparent;
  margin-bottom: 15px;
  transition: outline-color 0.2s ease;
}

.lock-modal input.input-error {
  outline: 2px solid #ff6b6b;
}

.lock-modal form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lock-modal small a {
  display: block;
  color: white;
  font-size: 14px;
  padding-top: 8px;
  opacity: 0.8;
  text-decoration: none;
  transition: 0.2s ease opacity;
}

.lock-modal small a:hover {
  opacity: 1;
}

@media screen and (min-width: 70rem) {
  .lock-modal h2 {
    font-size: 3rem;
    letter-spacing: inherit;
  }

  .lock-modal form {
    flex-direction: row;
    align-items: flex-end;
  }

  .lock-modal form .btn.secondary {
    padding: 13px 30px;
  }

  .lock-modal input {
    margin-bottom: 0;
  }
}

