/*
  variables
*/
/*
  utilities ---- start ----
*/
.d-flex {
  display: flex;
}
.d-none {
  display: none;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: between;
}
/*
  utilities ---- end ----
*/
.v3-twm-footer {
  font-family: "Poppins", "Noto Sans TC", "system-ui", "-apple-system", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #000000;
  color: #ffffff;
}
.footer-title {
  color: #b5bdc9;
}
.footer-main {
  font-size: 0.9375rem;
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1376px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .footer-main {
    flex-direction: row;
    justify-content: space-between;
    padding: 5rem 1.25rem 218px;
  }
  .v3-twm-footer-menu {
    max-width: calc(100% - 200px);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  }
}
.footer-contacts-menu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 1.5rem 0;
}
.footer-contacts-social {
  display: flex;
  gap: 1.5rem;
}
.footer-contacts-social svg {
  transition: color 0.3s ease;
}
.footer-contacts-social li:hover svg {
  color: #ff6700;
}
.footer-menu-group {
  padding-top: 1rem;
}
.footer-menu-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}
.footer-menu-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url("../../images/footer-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contian;
}
@media (min-width: 576px) {
  .footer-menu-title {
    cursor: initial;
    pointer-events: none;
  }
  .footer-menu-title::after {
    display: none;
  }
}
.footer-menu-title.active::after {
  background-image: url("../../images/footer-minus.svg");
}
.footer-menu-list {
  display: none;
  padding-top: 0.5rem;
}
.footer-menu-list img {
  margin-right: 0.5rem;
  display: none;
}
.footer-menu-list li a {
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}
.footer-menu-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer-menu-list li:hover a {
  color: #ff6700;
}
@media (min-width: 567px) {
  .footer-menu-list {
    display: block;
  }
  .footer-menu-list img {
    display: block;
  }
}
.footer-copyright {
  color: #fff;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 0.03rem;
  padding: 1.5rem 1.25rem;
}
.footer-copyright-link-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .footer-copyright-link-wrap {
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .footer-copyright-link-wrap {
    margin-bottom: 0.7rem;
  }
}
.footer-copyright-link-group {
  display: flex;
  gap: 1rem;
}
.footer-copyright-link {
  transition: color 0.3s ease;
}
.footer-copyright-link:hover {
  color: #ff6700;
}
.footer-copyright-text {
  display: flex;
  flex-direction: column;
  gap: 0 0.2rem;
}
@media (min-width: 576px) {
  .footer-copyright-text {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .footer-copyright-text {
    justify-content: center;
  }
}
/*# sourceMappingURL=twm-footer.css.map */
