body.vroom-universal-footer-page {
  margin: 0 !important;
  padding: 0 !important;
}

:host {
  all: initial !important;
  align-self: auto !important;
  box-sizing: border-box !important;
  contain: layout style !important;
  display: block !important;
  flex: 0 0 auto !important;
  grid-area: auto !important;
  height: auto !important;
  isolation: isolate !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  order: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  width: 100% !important;
  z-index: auto !important;
}

.vroom-family-footer,
.vroom-family-footer * {
  animation: none !important;
  box-sizing: border-box;
  transition: none !important;
}

.vroom-family-footer {
  background: #2d3338;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  color: #f6fbff;
  display: block;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  max-width: none;
  padding: 48px 0;
  position: static;
  text-align: left;
  transform: none;
  width: 100%;
}

.vroom-family-footer a {
  transform: none;
}

.vroom-family-footer a:focus-visible {
  color: #fff;
  outline: 3px solid #f7c948;
  outline-offset: 3px;
}

.vroom-family-footer-inner {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(272px, 352px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 16px;
  width: 100%;
}

.vroom-family-footer-identity {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin: 0;
  min-width: 0;
  padding: 0;
  text-align: center;
}

.vroom-family-footer-plaque {
  background: #0a0f15;
  border: 1px solid rgb(183 199 214 / 0.3);
  border-radius: 7px;
  display: block;
  padding: 10px;
}

.vroom-family-footer-plaque-image {
  aspect-ratio: 152 / 31;
  display: block;
  height: 62px;
  max-width: 304px;
  object-fit: contain;
  width: min(100%, 304px);
}

.vroom-family-footer-tagline,
.vroom-family-footer-copyright {
  color: #b8d9f4;
  line-height: 1.25;
  margin: 0;
}

.vroom-family-footer-tagline {
  font-weight: 800;
}

.vroom-family-footer-tagline > span {
  display: block;
}

.vroom-family-footer-copyright {
  font-size: 13.6px;
}

.vroom-family-footer-socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.vroom-family-footer-social-link {
  align-items: center;
  border: 0;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 32px;
}

.vroom-family-footer-social-icon {
  display: block;
  flex: none;
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.vroom-family-footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.vroom-family-footer-column {
  align-content: start;
  border-left: 1px solid rgb(215 233 247 / 0.22);
  display: grid;
  gap: 8px;
  min-width: 0;
  padding-left: 16px;
}

.vroom-family-footer-heading {
  color: #f8fbff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px;
}

.vroom-family-footer-link {
  color: #d7e9f7;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  min-height: 28px;
  overflow-wrap: normal;
  padding: 0;
  text-decoration: none;
  word-break: normal;
}

@media (max-width: 1024px) {
  .vroom-family-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .vroom-family-footer-grid {
    width: min(100%, 704px);
  }
}

@media (max-width: 560px) {
  .vroom-family-footer-grid {
    grid-template-columns: 1fr;
  }

  .vroom-family-footer-column {
    border-left: 0;
    border-top: 1px solid rgb(215 233 247 / 0.22);
    padding: 16px 0 0;
  }
}

@media print {
  .vroom-family-footer {
    display: none !important;
  }
}
