.site-footer {
  position: relative;
}
.site-footer .footer-container {
  position: relative;
}
.site-footer .newsletter {
  background-color: var(--accent-2-color);
}
.site-footer footer.footer-section {
  padding: 64px 100px;
  position: relative;
}
.site-footer footer.footer-section .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.site-footer footer.footer-section .footer-bg img, .site-footer footer.footer-section .footer-bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1439px) {
  .site-footer footer.footer-section {
    padding: 64px 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section {
    padding: 64px 20px 50px;
  }
  .site-footer footer.footer-section .mobile-accordion {
    width: 100%;
  }
}
.site-footer footer.footer-section .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
@media only screen and (max-width: 1439px) {
  .site-footer footer.footer-section .footer-wrapper {
    row-gap: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .site-footer footer.footer-section .footer-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper {
    gap: 40px;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    width: 220px;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper {
    width: 100%;
    gap: 20px;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container {
    display: none;
  }
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .logo-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
  align-items: start;
  gap: 16px !important;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials .social-link {
  height: 22px;
  width: 22px;
  cursor: pointer;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a {
  color: #000;
}
.site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials a:hover {
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper .logo-wrapper .socials {
    width: 100%;
    justify-content: center !important;
  }
}
.site-footer footer.footer-section .footer-wrapper nav {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 80px;
}
.site-footer footer.footer-section .footer-wrapper nav .footer-item-mobile {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 1439px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .site-footer footer.footer-section .footer-wrapper nav .footer-item {
    display: none;
  }
  .site-footer footer.footer-section .footer-wrapper nav .footer-item-mobile {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 20px;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
  }
  .site-footer footer.footer-section .footer-wrapper nav .footer-item-mobile .arrow-icon {
    transition: transform 0.15s linear;
  }
  .site-footer footer.footer-section .footer-wrapper nav .footer-item-mobile.active .arrow-icon {
    transform: rotate(180deg);
  }
}
.site-footer footer.footer-section .footer-wrapper nav .link-title {
  font-family: "acumin-pro", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav .link-title {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.site-footer footer.footer-section .footer-wrapper nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer footer.footer-section .footer-wrapper nav ul li a {
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper nav ul {
    padding: 18px 0;
  }
  .site-footer footer.footer-section .footer-wrapper nav ul li a {
    color: #737373;
  }
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 426px;
  min-width: 316px;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .site-footer footer.footer-section .footer-wrapper .custom-newsletter {
    align-items: center;
    text-align: center;
    max-width: 600px;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer footer.footer-section .footer-wrapper .custom-newsletter {
    min-width: unset;
  }
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .newsletter-title {
  font-size: 16px;
  line-height: 22px;
  font-family: "acumin-pro", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .newsletter-description {
  color: #000000;
  font-family: "acumin-pro", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .visually-hidden {
  position: absolute;
  visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  .site-footer footer.footer-section .footer-wrapper .custom-newsletter .form {
    width: 100%;
    margin-top: 20px;
  }
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .field {
  width: 100%;
  display: flex;
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .field__input {
  width: 100%;
  border: 1px solid #000;
  outline: none;
  padding: 0 24px;
  color: #000;
  background: transparent;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .field__input::-moz-placeholder {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .field__input::placeholder {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .submit-button {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14px 24px 12px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 0;
  height: 50px;
  min-width: 118px;
  flex-shrink: 0;
  align-items: center;
  border: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .submit-button {
    padding: 18px 34px;
  }
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .submit-button:hover {
  background: #fff;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .site-footer footer.footer-section .footer-wrapper .custom-newsletter .form .submit-button {
    padding: 0;
  }
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .newsletter-policy {
  color: #000000;
  font-family: "acumin-pro", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.site-footer footer.footer-section .footer-wrapper .custom-newsletter .newsletter-policy a {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
.site-footer footer.footer-section .copyright {
  color: #000000;
  font-family: "acumin-pro", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.7px;
  margin: 140px 0 0;
}
@media only screen and (max-width: 1199.98px) {
  .site-footer footer.footer-section .copyright {
    text-align: center;
  }
}
.site-footer .footer-bar {
  background-color: var(--secondary-color);
}
.site-footer .footer-bar .footer-bar-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .site-footer .footer-bar .footer-bar-wrapper {
    justify-content: center;
  }
}
.site-footer .footer-bar .footer-bar-wrapper * {
  font-size: 14px !important;
}
