.about {
  min-height: 0;
  align-items: stretch;
}

.about-image {
  display: grid;
  place-items: center;
  background: #04131e;
}

.about-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.tour-row[hidden] {
  display: none;
}

.tour-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.tour-pagination[hidden] {
  display: none;
}

.tour-page-button {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(6, 43, 70, 0.28);
  border-radius: 50%;
  background: #fff;
  color: #062b46;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tour-page-button:hover {
  border-color: #062b46;
  transform: translateY(-2px);
}

.tour-page-button.active {
  border-color: #062b46;
  background: #062b46;
  color: #fff;
}

.tour-page-button:focus-visible {
  outline: 3px solid #c7993b;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .about-image {
    height: auto;
  }
}

@media (max-width: 700px) {
  .about-image {
    height: auto;
  }
}
.form-message.success{background:#dff3e5;color:#225e39;border-left:4px solid #34a960}
.widget-footer{display:block;background:#04131e;color:#fff;padding:0}.footer-widgets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:clamp(3.5rem,6vw,6rem) clamp(1.5rem,7vw,8rem);gap:clamp(2rem,6vw,6rem);border-bottom:1px solid rgba(255,255,255,.12)}.footer-widget{min-width:0}.footer-widget-center{text-align:center}.footer-widget-right{text-align:right}.footer-widget h2{font-size:1.7rem;margin:0 0 1rem;letter-spacing:.02em}.footer-widget p{margin:0;color:rgba(255,255,255,.58);font-size:.78rem;line-height:1.75}.footer-widget>a{display:inline-block;margin-top:1.25rem;color:#66d1ea;text-decoration:none;text-transform:uppercase;letter-spacing:.11em;font-size:.62rem;font-weight:700}.footer-widget>a span{font-size:.9rem}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:1.5rem clamp(1.5rem,7vw,8rem)}.footer-bottom>a:first-child{justify-self:start}.footer-bottom img{width:150px;max-height:60px;object-fit:contain;grid-row:auto}.footer-bottom small{justify-self:center}.footer-admin{justify-self:end;color:rgba(255,255,255,.45);font-size:.65rem;text-decoration:none;text-transform:uppercase;letter-spacing:.1em}@media(max-width:760px){.footer-widgets{grid-template-columns:1fr}.footer-widget,.footer-widget-center,.footer-widget-right{text-align:left}.footer-bottom{grid-template-columns:1fr;justify-items:start}.footer-bottom>a:first-child,.footer-bottom small,.footer-admin{justify-self:start}}
.footer-widget .footer-widget-photo{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;margin:0 0 1.5rem}.footer-widget-center .footer-widget-photo,.footer-widget-right .footer-widget-photo{margin-left:auto;margin-right:auto}
