/* CoreALM footer is kept separate so page optimizers cannot reuse old header-only CSS. */
body .elementor-location-footer,
body footer[data-elementor-type="footer"],
body [data-elementor-type="footer"],
body #footer-callout-wrap,
body #footer,
body #footer-bottom {
  display: none !important;
}

body #corealm-lightweight-footer {
  display: block !important;
}

.calf,
.calf *,
.calf *::before,
.calf *::after {
  box-sizing: border-box;
}

.calf {
  width: 100%;
  color: #123259;
  background: #f5f6f8;
  font: 16px/1.55 Raleway, Arial, Helvetica, sans-serif;
}

.calf a {
  color: inherit;
  text-decoration: none !important;
}

.calf a:hover,
.calf a:focus,
.calf a:focus-visible {
  color: #008fcf;
  text-decoration: none !important;
}

.calf__inner {
  display: grid !important;
  width: 100%;
  max-width: 1920px;
  min-height: 610px;
  grid-template-columns: minmax(255px, 0.94fr) minmax(280px, 1.12fr) minmax(280px, 1.12fr) minmax(335px, 1.18fr);
  gap: 46px clamp(34px, 3.5vw, 70px);
  margin: 0 auto;
  padding: 42px 3% 70px;
}

.calf__brand,
.calf__column {
  display: block;
  min-width: 0;
}

.calf__logo {
  display: inline-flex;
  align-items: center;
}

.calf__logo img {
  display: block !important;
  width: 225px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.calf__address {
  margin: 26px 0 0;
  color: #123259;
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
}

.calf__social {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
}

.calf__social a {
  display: inline-flex !important;
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  color: #123259;
  background: #dfe3e8;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.calf__social a:hover,
.calf__social a:focus-visible {
  color: #fff;
  outline: 0;
  background: #0095da;
  transform: translateY(-1px);
}

.calf__social svg {
  display: block !important;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  fill: currentColor !important;
}

.calf__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.65;
}

.calf__contact a {
  color: #0095da;
  font-weight: 500;
}

.calf__newsletter {
  width: min(100%, 305px);
  margin-top: 22px;
}

.calf__newsletter-form {
  min-height: 74px;
  margin-top: 6px;
}

.calf__newsletter .hs-form-field,
.calf__newsletter .hs_email,
.calf__newsletter .input {
  width: 100% !important;
  margin: 0 !important;
}

.calf__newsletter .hs-form-field > label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.calf__newsletter input[type="email"],
.calf__newsletter .hs-input {
  display: block !important;
  width: 100% !important;
  height: 38px !important;
  padding: 7px 12px !important;
  border: 1px solid #123259 !important;
  border-radius: 6px !important;
  color: #123259 !important;
  outline: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  font: 13px/1.2 Raleway, Arial, sans-serif !important;
}

.calf__newsletter input[type="email"]:focus,
.calf__newsletter .hs-input:focus {
  border-color: #0095da !important;
  box-shadow: 0 0 0 3px rgba(0, 149, 218, 0.12) !important;
}

.calf__newsletter .hs_submit,
.calf__newsletter .actions {
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.calf__newsletter input[type="submit"],
.calf__newsletter .hs-button {
  width: auto !important;
  min-width: 78px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: #fff !important;
  background: #0095da !important;
  box-shadow: none !important;
  font: 600 12px/1 Raleway, Arial, sans-serif !important;
  cursor: pointer;
}

.calf__privacy {
  display: inline-block;
  margin-top: 28px;
  font-size: 16px;
  text-decoration: none !important;
}

.calf__column h2 {
  margin: 0 0 18px !important;
  color: #123259;
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.calf__links {
  display: grid !important;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.calf__links li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.calf__links a {
  color: #123259;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.calf__links a:hover,
.calf__links a:focus-visible {
  color: #0095da;
  text-decoration: none !important;
}

.calf__faq-list {
  display: grid !important;
  gap: 10px;
}

.calf__faq-item {
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 50, 89, 0.04);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
}

.calf__faq-item[open] {
  border-color: rgba(0, 149, 218, 0.18);
  background: #fff;
  box-shadow: 0 7px 22px rgba(18, 50, 89, 0.07);
}

.calf__faq-item summary {
  display: flex !important;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  color: #123259;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  list-style: none !important;
  cursor: pointer;
}

.calf__faq-item summary::-webkit-details-marker {
  display: none;
}

.calf__faq-item summary::marker {
  content: "";
}

.calf__faq-icon {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0095da;
  background: rgba(0, 149, 218, 0.1);
}

.calf__faq-icon::before,
.calf__faq-icon::after {
  position: absolute;
  width: 8px;
  height: 1.5px;
  border-radius: 2px;
  content: "";
  background: currentColor;
}

.calf__faq-icon::after {
  transform: rotate(90deg);
}

.calf__faq-item[open] .calf__faq-icon::after {
  transform: rotate(0deg);
}

.calf__faq-answer {
  padding: 0 16px 16px;
  color: #334a68;
  font-size: 14px;
  line-height: 1.65;
}

.calf__faq-answer p {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid rgba(18, 50, 89, 0.08);
}

.calf__copyright {
  min-height: 64px;
  color: #aeb7c1;
  background: #222;
}

.calf__copyright-inner {
  display: flex;
  width: min(100% - 40px, 1300px);
  min-height: 64px;
  align-items: center;
  margin: 0 auto;
  font-size: 12px;
}

.calf__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 1320px) {
  .calf__inner {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 64px;
    padding: 52px 5% 64px;
  }
}

@media (max-width: 700px) {
  .calf__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    padding: 44px 22px 54px;
  }

  .calf__logo img {
    width: 205px !important;
  }

  .calf__column h2 {
    font-size: 21px !important;
  }

  .calf__faq-item summary {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .calf__copyright-inner {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .calf *,
  .calf *::before,
  .calf *::after {
    transition-duration: 0.01ms !important;
  }
}
