.cmp-footer {
  background-color: var(--base-700);
  color: var(--neutral-000);
  position: relative;
  z-index: 0;
}
.cmp-footer__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: left top;
}
@media (min-width: 768px) {
  .cmp-footer__background {
    object-position: left;
  }
}
.cmp-footer__container {
  padding-top: 4rem;
  position: inherit;
  z-index: 1;
}
.cmp-footer__container .fluidra-row:first-child {
  align-items: center;
}
.cmp-footer__logo {
  width: 8.6875rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .cmp-footer__logo {
    margin-bottom: unset;
  }
}
.cmp-footer__logo img {
  width: 100%;
  object-fit: contain;
}
.cmp-footer__description {
  padding: 1.5rem 0;
}
.cmp-footer__buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.cmp-footer__buttons .button {
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-footer__buttons {
    width: unset;
    margin-bottom: unset;
  }
  .cmp-footer__buttons .button {
    width: unset;
  }
}
.cmp-footer__buttons .cmp-button {
  min-height: 2.5rem;
}
.cmp-footer__top-links {
  display: flex;
  flex-direction: column;
  gap: 1.75rem 1rem;
  width: 100%;
  padding: 1.5rem 0;
}
.cmp-footer__top-links-item {
  padding: 0 0.75rem;
  color: var(--neutral-000);
  text-decoration: none;
}
@media (min-width: 768px) {
  .cmp-footer__top-links {
    flex-direction: row;
    gap: unset;
    width: unset;
  }
}
@media (min-width: 992px) {
  .cmp-footer__top-links {
    gap: 1rem;
  }
}
.cmp-footer__top-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-end;
}
.cmp-footer__divider {
  height: 0.0625rem;
  background-color: var(--neutral-000);
  width: 100%;
}
.cmp-footer__bottom-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cmp-footer__bottom-wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
}
.cmp-footer__bottom {
  position: inherit;
  z-index: 1;
  padding: 1.375rem 0rem 2.75rem 0rem;
}
.cmp-footer__bottom-links {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  column-gap: 1.25rem;
}
.cmp-footer__bottom * {
  color: white;
}
@media (min-width: 768px) {
  .cmp-footer__bottom {
    gap: 0.5rem;
    flex-direction: row;
    padding: 1rem 0rem 2rem 0rem;
  }
  .cmp-footer__bottom-links {
    margin-bottom: 0;
  }
}
.cmp-footer__subscribe {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0 2.25rem 0;
}
@media (min-width: 768px) {
  .cmp-footer__subscribe {
    padding-top: 0.75rem;
    gap: 0.5rem;
  }
}
.cmp-footer__social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
.cmp-footer__social-icons {
  display: flex;
  gap: 1rem;
}
.cmp-footer__social-icons .cmp-button {
  min-height: unset;
}
.cmp-footer__social-icons .cmp-button__icon {
  font-size: 2.3125rem;
}
@media (min-width: 768px) {
  .cmp-footer__social {
    padding-top: 0.75rem;
    gap: 0.5rem;
    align-items: flex-end;
  }
}
