.footer__top {
  background: #FCF4EE;
  padding: 50px 0;
  line-height: 1.125rem;
}
@media (max-width: 991.98px) {
  .footer__top {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.footer__top__heading {
  font-weight: 400;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 11px;
}
.footer__top__content {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.footer__top__content a.link-in-cta:after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .footer__top .row > div:not(:last-child) .footer__top__content {
    margin-bottom: 30px;
  }
}
.footer__middle a, .footer__bottom a {
  line-height: 1rem;
  text-decoration: none;
  transition: 300ms;
}
.footer__middle a:hover, .footer__bottom a:hover {
  text-decoration: underline;
}
.footer__middle {
  padding: 60px 0 0;
  letter-spacing: 0.2em;
}
@media (max-width: 991.98px) {
  .footer__middle {
    padding: 5px 0;
  }
}
.footer__middle p, .footer__middle a {
  color: #262626;
  line-height: 19px;
}
.footer__middle p {
  font-size: 0.875rem;
  margin-bottom: 14px;
}
.footer__middle h4 {
  color: #1E1E1E;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .footer__middle .line-between {
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .footer__middle input[type=text] {
    width: 75% !important;
  }
}
.footer__middle ul li {
  line-height: 22px;
}
.footer__bottom {
  border-top: 1px solid #F2F2F2;
  padding: 15px 0;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .footer__bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.footer__bottom__social {
  position: relative;
}
.footer__bottom__social a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #767676;
  color: #767676;
}
.footer__bottom__social a:hover {
  color: #2E2E2E;
  border-color: #2E2E2E;
}
.footer__bottom__social ul {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer__bottom__social ul {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__bottom__service {
    margin-right: 30px;
  }
}
.footer__bottom__service ul {
  padding: 16px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  column-gap: 25px;
  row-gap: 4px;
  margin: 0;
}
.footer__bottom__service ul li a {
  position: relative;
  color: #1E1E1E;
  line-height: 1rem;
  font-weight: 700;
}
.footer__bottom__copyright {
  text-align: center;
  color: #767676;
  padding-bottom: 24px;
  line-height: 1rem;
}
@media (min-width: 992px) {
  .footer__bottom__copyright {
    padding-bottom: 0;
    order: -1;
  }
}
.footer__bottom__copyright a {
  color: #767676;
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  .footer__bottom__wrapper {
    display: flex;
    align-items: center;
    column-gap: 25px;
  }
}
.footer__bottom__right {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer__bottom__right {
    flex-direction: column;
  }
}
.footer .accordion-list {
  padding: 16px 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.footer .accordion-list .fa-chevron-up {
  display: none;
}
@media (min-width: 992px) {
  .footer .accordion-list svg {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer .accordion-list {
    padding: 0;
    margin-bottom: 14px;
  }
}
.footer .accordion-list.active .fa-chevron-down {
  display: none;
}
.footer .accordion-list.active .fa-chevron-up {
  display: block;
}
@media (min-width: 992px) {
  .footer section.widget_nav_menu, .footer section.widget.text-3 {
    margin-bottom: 53px;
  }
}
.footer section.widget.text-3 a {
  text-decoration: underline !important;
}
