.footer-bottom {
  padding: 4.5rem 0;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .footer-bottom {
    padding: 2.5rem 0;
  }
}
.footer-bottom p {
  margin: 0 auto;
  font-weight: 400;
  font-size: 1.1rem;
  color: #494949;
  text-align: center;
  line-height: 2rem;
}
.footer-bottom p a {
  color: #494949;
  font-weight: 600;
}
.footer-bottom p.copy {
  max-width: 91.2rem;
  font-weight: 400;
  font-size: 0.85rem;
  color: #494949;
  text-align: center;
  line-height: 1.4rem;
}
.footer-bottom-menu {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-bottom-menu {
    margin: 0 auto;
    width: 25rem;
  }
}
.footer-bottom-menu li {
  display: inline-block;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: calc(25em / 11);
  letter-spacing: 0;
  color: #494949;
}
.footer-bottom-menu li + li::before {
  content: '|';
  padding: 0 0.6rem;
}
@media (max-width: 768px) {
  .footer-bottom-menu li + li:has([data-mobile-br])::before {
    content: "";
    padding: 0;
    display: block;
    clear: left;
  }
}
.footer-bottom-menu li a {
  position: relative;
  display: inline-block;
  color: inherit;
}
.footer-bottom-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: #494949;
  transform: scaleX(0);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer-bottom-menu li a::after {
    display: none;
  }
}
.footer-bottom-menu li a:hover::after {
  transform: scaleX(1);
}
.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-menu {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer-menu > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 0.075rem solid #979797;
    padding: 0.6rem 0;
  }
}
.footer-menu a {
  position: relative;
  user-select: none;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #494949;
}
@media (max-width: 768px) {
  .footer-menu a {
    flex-grow: 1;
    width: 50%;
    padding: 0.6rem 0;
  }
}
.footer-menu a:not([href])::after {
  display: none;
}
.footer-menu a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: #494949;
  transform: scaleX(0);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer-menu a::after {
    display: none;
  }
}
.footer-menu a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .footer-menu .sub-menu {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0;
    transition: height 0.3s ease;
  }
}
.footer-menu .sub-menu a {
  padding: 0.5rem 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer-menu .sub-menu a {
    padding: 0.6rem 0 0.6rem 2.2rem;
  }
}
.footer-logo {
  display: inline-block;
  margin: 3.4rem auto 1.1rem;
  height: 3.7rem;
  width: auto;
}
@media (max-width: 768px) {
  .footer-logo {
    height: 3rem;
    margin: 3.6rem auto 1.4rem;
  }
}
.footer-logo img {
  height: 100%;
  width: auto;
}
.footer .container {
  margin: 0 auto;
  width: 91.2rem;
}
@media (max-width: 768px) {
  .footer .container {
    width: 33rem;
  }
}
.footer .get-support {
  margin: 4rem auto 0;
  width: 58.5rem;
}
@media (max-width: 768px) {
  .footer .get-support {
    margin-top: 2.65rem;
    width: 100%;
  }
}
.footer .stay-connected {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2.2rem;
  padding: 1.625rem;
  border: solid #979797;
  border-width: 0.075rem 0 0.075rem 0;
}
@media (max-width: 768px) {
  .footer .stay-connected {
    flex-direction: column;
    margin-top: 3rem;
    border: none;
  }
}
.footer .stay-connected h3 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: calc(18em / 14);
}
.footer .stay-connected .main-btn {
  margin-left: 1.6rem;
  padding: 1rem 2.2rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .footer .stay-connected .main-btn {
    margin: 1rem 0 0;
  }
}
.footer .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-left: 3.6rem;
}
@media (max-width: 768px) {
  .footer .socials {
    margin: 3rem 0 0;
  }
}
.footer .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
}
@media (max-width: 768px) {
  .footer .socials a {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.footer .socials a img {
  filter: none;
  transition: all 150ms;
  object-fit: contain;
}
.footer .socials a:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(79%) saturate(642%) hue-rotate(182deg) brightness(101%) contrast(98%);
}
.footer .policies {
  margin-top: 2.15rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .toggle-btn {
    position: relative;
    flex-shrink: 0;
    display: block;
    box-shadow: none;
    outline: none;
    border: none;
    width: 1.4rem;
    height: 1.4rem;
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .footer .toggle-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 50%;
    height: 50%;
    border-right: 0.2rem solid #333;
    border-bottom: 0.2rem solid #333;
    transition: transform 0.3s ease;
    pointer-events: none;
  }
}
.footer .toggle-btn.open:before {
  transform: translate(-50%, -50%) rotate(225deg);
}
/*# sourceMappingURL=footer.css.map */