.footer-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-container {
  position: relative;
  width: 100%;
  max-width: 1840px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  gap: 24px;
}

.footer-container {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-navi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 32px 0px;
  gap: 100px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-navi img {
  max-width: 148.94px !important;
  min-height: 23.98px;
}

.footer-menu-items {
  display: none;
  flex-direction: row;
  align-items: flex-start;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 32px 48px;
  isolation: isolate;
  position: relative;
}

.footer-menu a {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #ffffff;
}

.footer-frame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 100%;
}

.footer-frame p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #757185;
  text-align: left;
  display: none;
}

.footer-social {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
}

.footer-icon-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 13px;
  width: 100%;
  height: auto;
  max-width: 40px;
  min-height: 40px;
  background: #15131d;
  border-radius: 56px;
  transition: 0.3s;
  cursor: pointer;
}

.footer-icon-social img {
  width: auto;
}

.footer-icon-social:hover {
  background: #757185;
}

.footer-icon-social:hover img {
  filter: brightness(0) saturate(100%) invert(3%) sepia(25%) saturate(1738%)
    hue-rotate(214deg) brightness(100%) contrast(89%);
}

@media screen and (min-width: 991px) {
  .footer-wrapper {
    padding: 0 40px !important;
  }
  .footer-navi,
  .footer-frame {
    justify-content: space-between;
  }
  .footer-menu-items {
    display: flex;
  }
  .footer-frame p {
    display: block;
  }
  .footer-navi {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-container {
    padding: 97px 0 24px;
  }
}
