@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/onest-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/onest-700.ttf") format("truetype");
}

html,
body {
  overflow-x: hidden;
}

.company-address {
  white-space: pre-line;
}

.cid-voH8iz32Rf .mbr-fallback-image {
  background-image: url("../images/background1.jpg");
}

.cid-voH8iz32Rf .image-wrap {
  background-image: linear-gradient(rgba(0, 24, 25, 0.2), rgba(0, 24, 25, 0.2)), url("../images/background1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cid-voH8iz3fT1 .google-map.static-map {
  position: relative;
  overflow: hidden;
  border: 1px solid #003d40;
}

.cid-voH8iz3fT1 .google-map.static-map img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: brightness(0.72);
}

.cid-voH8iz3fT1 .map-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 24px;
  background: rgba(0, 24, 25, 0.88);
  border: 1px solid #a9e5e6;
}

.cid-voH8iz3fT1 .map-card .map-title,
.cid-voH8iz3fT1 .map-card .map-text,
.cid-voH8iz3fT1 .map-card a {
  color: #f5fdfd;
}

.cid-voH8iz3fT1 .map-card .map-title {
  margin-bottom: 12px;
}

.cid-voH8iz3fT1 .map-card .map-text {
  margin-bottom: 8px;
}

.cid-voH8iz3fT1 .map-card .map-text:last-child {
  margin-bottom: 0;
}

.cid-voH8iz3fT1 .map-card a {
  text-decoration: none;
}

.cid-voH8iz4RUm .video-box .mbr-figure {
  margin: 0;
}

.cid-voH8iz4RUm .video-poster {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-links .item-wrap a {
  color: inherit;
  text-decoration: none;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  padding: 36px;
  border-top: 1px solid #003d40;
  border-bottom: 1px solid #003d40;
}

.site-footer .footer-title {
  margin-bottom: 16px;
  color: #1c1c1c;
}

.site-footer .footer-text,
.site-footer .footer-link,
.site-footer .footer-meta {
  color: #363534;
}

.site-footer .footer-links,
.site-footer .footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-links li,
.site-footer .footer-contact li {
  margin-bottom: 10px;
}

.site-footer .footer-link {
  text-decoration: none;
}

.site-footer .footer-copy {
  padding: 24px 36px 36px;
  margin: 0;
  color: #a9e5e6;
  text-align: center;
}

.legal-page {
  background-color: #001819;
  color: #a9e5e6;
}

.legal-hero,
.legal-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001819;
}

.legal-hero .inner,
.legal-content .inner {
  padding: 36px;
  border-top: 1px solid #003d40;
  border-bottom: 1px solid #003d40;
  background-color: #002628;
}

.legal-hero .eyebrow {
  margin-bottom: 16px;
  color: #a9e5e6;
}

.legal-hero .title,
.legal-content h2,
.legal-content h3 {
  color: #f0e7da;
}

.legal-hero .title {
  margin-bottom: 16px;
}

.legal-hero .text,
.legal-content p,
.legal-content li {
  color: #d1c2a5;
}

.legal-content h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal-content ul {
  padding-left: 1.2rem;
}

.legal-content a,
.legal-hero a {
  color: #a9e5e6;
}

.legal-note {
  margin-top: 32px;
  padding: 16px 20px;
  border-left: 3px solid #ff7038;
  background-color: rgba(255, 112, 56, 0.08);
  color: #f5fdfd;
}

.legal-backlink {
  display: inline-block;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .cid-voH8iz3fT1 .google-map.static-map img {
    height: 300px;
  }

  .cid-voH8iz3fT1 .map-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 16px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .site-footer .footer-copy,
  .legal-hero .inner,
  .legal-content .inner {
    padding: 24px;
  }
}
