@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:600,500,400,700|Manrope:600,500,400,700|Parkinsans:400|Plus+Jakarta+Sans:400,600|Inter+Tight:400");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--focus-ring) !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* ----- Site footer (shared; all pages use the same markup in index.html) ----- */

.siteFooter {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  padding: 56px 120px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1px;
  background-color: var(--footer-bg);
  border-top-width: 4px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: var(--footer-accent);
  box-sizing: border-box;
}

.footerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 1786px;
}

.footerTop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footerBrand {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.footerLogo {
  position: relative;
  width: 100%;
  max-width: 433px;
  height: auto;
  aspect-ratio: 433 / 77.38;
}

.footerSpacer {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 12px;
}

.footerEmail {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: var(--footer-accent);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 12px;
  text-decoration: underline;
}

.footerDivider {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 3px;
  border-top-width: 2px;
  border-top-style: solid;
  border-color: #ffffff;
}

.footerBottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 16px;
}

.footerNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  position: relative;
  flex: 1 1 auto;
}

.footerNav a {
  text-decoration: none;
}

.footerNavLinkAbout {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  color: var(--footer-text);
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 12px;
  white-space: nowrap;
}

.footerNavSepWrap {
  position: relative;
  width: 8px;
  height: 12px;
}

.footerNavSep {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--footer-text);
  font-size: 13px;
  letter-spacing: -0.39px;
  line-height: 12px;
  white-space: nowrap;
}

.footerNavLink {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: var(--footer-text);
  font-size: 16px;
  letter-spacing: -0.48px;
  line-height: 12px;
  white-space: nowrap;
}

.footerNavSep {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: var(--footer-text);
  font-size: 13px;
  letter-spacing: -0.39px;
  line-height: 12px;
  white-space: nowrap;
}

.footerNavLinkContact {
  width: fit-content;
  font-family: "Manrope", Helvetica;
  color: var(--footer-text);
  font-size: 16px;
  text-align: right;
  letter-spacing: -1px;
  line-height: 12px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-weight: 500;
}

.footerCopyright {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: var(--footer-text);
  font-size: 16px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 9px;
  white-space: nowrap;
}

.footerBottomSpacer {
  position: relative;
  width: 100%;
  max-width: 1786px;
  height: 27px;
}

@media (max-width: 1440px) {
  .siteFooter {
    padding: 56px 64px;
  }
}

@media (max-width: 1024px) {
  .siteFooter {
    padding: 48px 40px;
  }

  .footerLogo {
    max-width: 320px;
  }
}

@media (max-width: 720px) {
  .siteFooter {
    padding: 40px 20px;
  }

  .footerBrand {
    height: auto;
  }

  .footerLogo {
    max-width: 240px;
  }

  .footerEmail {
    font-size: 14px;
  }

  .footerBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footerNav {
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  .footerNavLink,
  .footerNavLinkAbout,
  .footerNavLinkContact {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.5px;
  }

  .footerCopyright {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    white-space: normal;
  }
}
