.omnix-footer {
  padding: 88px 0 34px !important;
  background: #e9ebeb !important;
  color: #0b3a3e !important;
  font-family: "Gothic A1", Arial, sans-serif !important;
}

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

.omnix-footer > .ind-container,
.omnix-footer > .omnix-footer-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 24px;
}

.omnix-footer-grid {
  display: grid !important;
  min-height: 270px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.omnix-footer-column {
  display: flex;
  min-width: 0;
  min-height: 270px;
  padding: 0 clamp(32px, 3vw, 54px) !important;
  flex-direction: column;
  border: 0 !important;
}

.omnix-footer-column:first-child {
  padding-left: 0 !important;
}

.omnix-footer-column:last-child {
  padding-right: 0 !important;
}

.omnix-footer-column + .omnix-footer-column {
  border-left: 1px solid #cdd3d3 !important;
}

.omnix-footer-logo {
  display: block;
  width: 210px !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: none !important;
  object-fit: contain;
}

.omnix-footer-description {
  max-width: 360px;
  margin: 28px 0 0 !important;
  color: #667273 !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 26px !important;
}

.omnix-footer-copyright {
  margin: auto 0 0 !important;
  color: #7d8787 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.omnix-footer-credit {
  margin: 5px 0 0 !important;
  color: #7d8787 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.omnix-footer .omnix-footer-credit a {
  color: #d5502c !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 400 !important;
  text-decoration: none;
}

.omnix-footer .omnix-footer-credit a:hover {
  color: #0b3a3e !important;
}

.omnix-footer-legal {
  display: flex;
  margin-top: 22px;
  gap: 18px;
  flex-wrap: wrap;
}

.omnix-footer-legal a {
  color: #667273 !important;
  font-family: "Gothic A1", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 21px !important;
  text-decoration: none;
}

.omnix-footer-legal a:hover,
.omnix-footer-legal a[aria-current="page"] {
  color: #d5502c !important;
}

.omnix-footer-heading {
  margin: 0 0 27px !important;
  color: #0b3a3e !important;
  font-family: "Gothic A1", Arial, sans-serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 27px !important;
}

.omnix-footer-nav {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  flex-direction: column;
}

.omnix-footer-nav a,
.omnix-footer-contact a:not(.omnix-footer-button) {
  width: fit-content;
  color: #667273 !important;
  font-family: "Gothic A1", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 24px !important;
  text-decoration: none;
}

.omnix-footer-address {
  max-width: 300px;
  margin: 0 0 22px !important;
  color: #667273 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 26px !important;
}

.omnix-footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.omnix-footer-contact-links {
  display: flex;
  margin-top: 0 !important;
  gap: 7px;
  flex-direction: column;
}

.omnix-footer-nav a:hover,
.omnix-footer-address a:hover,
.omnix-footer-contact a:not(.omnix-footer-button):hover {
  color: #d5502c !important;
}

.omnix-footer-button {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  margin-top: auto !important;
  padding: 14px 25px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 1px solid #d5502c !important;
  border-radius: 80px;
  background: #d5502c !important;
  color: #fff !important;
  font-family: "Gothic A1", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 20px !important;
  text-decoration: none;
}

.omnix-footer-button:hover {
  border-color: #0b3a3e !important;
  background: #0b3a3e !important;
  color: #fff !important;
}

.omnix-footer-button-mobile,
.omnix-footer-mobile-meta {
  display: none !important;
}

@media (max-width: 991px) {
  .omnix-footer {
    padding-top: 72px !important;
  }
}

@media (max-width: 767px) {
  .omnix-footer {
    padding: 64px 0 28px !important;
  }

  .omnix-footer-grid {
    min-height: 0;
    grid-template-columns: 1fr !important;
  }

  .omnix-footer-column {
    min-height: 0;
    padding: 34px 0 !important;
  }

  .omnix-footer-column:first-child {
    padding-top: 0 !important;
  }

  .omnix-footer-column:last-child {
    padding-bottom: 0 !important;
  }

  .omnix-footer-column + .omnix-footer-column {
    border-top: 1px solid #cdd3d3 !important;
    border-left: 0 !important;
  }

  .omnix-footer-description {
    margin-top: 22px !important;
  }

  .omnix-footer-column:first-child > .omnix-footer-legal,
  .omnix-footer-column:first-child > .omnix-footer-copyright,
  .omnix-footer-column:first-child > .omnix-footer-credit,
  .omnix-footer-column:last-child > .omnix-footer-button:not(.omnix-footer-button-mobile) {
    display: none !important;
  }

  .omnix-footer-button-mobile {
    display: inline-flex !important;
    margin-top: 28px !important;
  }

  .omnix-footer-mobile-meta {
    display: block !important;
    width: 100%;
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #cdd3d3;
  }

  .omnix-footer-mobile-meta .omnix-footer-legal {
    margin-top: 0;
  }

  .omnix-footer-mobile-meta .omnix-footer-copyright {
    margin-top: 38px !important;
  }

  .omnix-footer-copyright {
    margin-top: 30px !important;
  }

  .omnix-footer-heading {
    margin-bottom: 20px !important;
  }

  .omnix-footer-button {
    width: 100%;
    margin-top: 28px !important;
  }
}

/* The mobile metadata clone sits in the contact column, so keep its credit
   styling stronger than the generic contact-link treatment. */
.omnix-footer .omnix-footer-contact .omnix-footer-credit a {
  color: #d5502c !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: inherit !important;
}

.omnix-footer .omnix-footer-contact .omnix-footer-credit a:hover {
  color: #0b3a3e !important;
}
