footer{
  position: relative;
  z-index: 1;
  margin-top: auto;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.footer-top{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6.4rem;
}
.footer-info{
  width: 100%;
  max-width: 40rem;
}
.footer-info p{
  margin-bottom: 0.4rem;
}
.footer-info-link{
  text-decoration: underline !important;
}
.footer-info-link:hover{
  color: var(--orange);
}
.social{
  margin-top: 4rem;
}
.social ul{
  display: flex;
  align-items: center;
}
.social li{
  margin-right: 0.8rem;
}
.social a{
  height: 5.6rem;
  width: 5.6rem;
  border: 1px solid rgba(var(--black-hex),0.15);
  border-radius: 0.6rem;
}
.social a:hover{
  border-color: var(--black);
  background: var(--black);
}
.social a:hover img{
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.footer-links{
  margin-left: auto;
}
.footer-links ~ .footer-links{
  margin-left: 10.4rem;
}
.footer-links li{
  margin-bottom: 0.6rem;
}
.footer-links a:hover{
  text-decoration: underline !important;
}
.footer-bottom{
  border-top: 1px solid rgba(39,46,44,0.1);
  padding: 4rem 0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
footer:has(.pattern-footer) .footer-bottom{
  padding-bottom: 0;
}
.footer-logo{
  margin-right: 3.2rem;
}
.footer-logo img{
  width: auto;
  height: auto;
  max-width: 13.3rem;
  max-height: 3.6rem;
}
.footer-bottom p{
  margin: 0;
  color: rgba(var(--black-hex),0.65);
}
.footer-bottom p.designby{
  margin-left: auto;
}
.designby a:hover{
  text-decoration: underline !important;
}
.pattern-footer img{
  width: 100%;
  height: auto;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .footer-top {
    margin-bottom: 5.6rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .footer-top {
    margin-bottom: 5.6rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .footer-top {
    margin-bottom: 5.6rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .footer-top {
    margin-bottom: 4.8rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  footer {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .footer-top {
    margin-bottom: 4.8rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
    font-size: 1.3rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  footer {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .footer-top {
    margin-bottom: 4.8rem;
  }
  .footer-info {
    max-width: 30rem;
  }
  .social {
    margin-top: 3.2rem;
  }
  .social a {
    height: 4.8rem;
    width: 4.8rem;
  }
  .footer-links ~ .footer-links {
    margin-left: 5.6rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
    flex-wrap: wrap;
  }
  .footer-logo {
    margin-right: 2.4rem;
  }
  .footer-bottom p.copytext{
    margin-left: auto;
  }
  .footer-bottom p.designby {
    width: 100%;
    text-align: right;
  }
}
@media(max-width:767.98px){
  footer {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .footer-top {
    margin-bottom: 3.2rem;
  }
  .footer-info {
    max-width: 100%;
  }
  .social {
    margin-top: 2.4rem;
  }
  .social a {
    height: 4.8rem;
    width: 4.8rem;
  }
  .footer-links {
    width: calc(50% - 0.8rem);
    margin-top: 2.4rem;
  }
  .footer-links ~ .footer-links {
    margin-left: 1.6rem;
  }
  .footer-bottom {
    padding: 3.2rem 0;
    font-size: 1.3rem;
    line-height: 2rem;
    display: block;
  }
  .footer-logo {
    margin-right: 0;
    width: 100%;
  }
  .footer-bottom p {
    margin: 1.2rem 0 0;
    width: 100%;
  }
}