.theme-footer-1 {
  width: 100%;
}
.theme-footer-1__section {
  height: 464px;
  padding-top: 80px;
}
.theme-footer-1__section-bg-wrapper {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.theme-footer-1.has-newsletter .theme-footer-1__section {
  padding-top: 140px;
  height: 524px;
}
.theme-footer-1__newsletter {
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
}
.theme-footer-1__newsletter-mask {
  position: absolute;
  inset: 16px;
  bottom: -8px;
  border-radius: 24px;
  opacity: 0.1;
  background-color: var(--white);
}
.theme-footer-1__newsletter .newsletter-form {
  width: 440px;
}
.theme-footer-1__newsletter .newsletter-form input {
  display: flex;
  background-color: transparent;
  border: none;
  height: 48px;
}
@media (max-width: var(--screen-xs-max)) {
  .theme-footer-1__newsletter .newsletter-form {
    width: 100%;
  }
}
.theme-footer-1__support-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 44px rgba(18, 25, 38, 0.12);
}
.theme-footer-1__support-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.theme-footer-1__social-icon {
  background: rgba(255, 255, 255, 0.12);
  transition: all 0.2s ease;
}
.theme-footer-1__social-icon img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.theme-footer-1__social-icon:hover {
  background: rgba(255, 255, 255, 0.22);
}
.theme-footer-1__bottom-section-divider {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: var(--white);
  margin-top: 42px;
}
@media (max-width: 991px) {
  .theme-footer-1__section {
    height: auto !important;
  }
}
