@keyframes footer-shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(3px);
  }
}
@media (max-width: 1139px) {
  .footer {
    width: 100%;
    border-top: 1px solid rgba(31, 31, 31, 0.12);
  }
  .footer .content {
    width: 100%;
    padding: 45px 20px 0;
  }
  .footer .content .top {
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding-bottom: 45px;
  }
  .footer .content .top .brand .mark {
    width: 52px;
    aspect-ratio: 159/166;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .footer .content .top .brand .mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    filter: brightness(0);
  }
  .footer .content .top .brand h3 {
    color: #1F1F1F;
    font-family: "Jost", sans-serif !important;
    font-size: 24px;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .footer .content .top .brand span {
    display: block;
    width: 60px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.4;
    margin-block: 18px;
  }
  .footer .content .top .brand .tagline {
    color: #1F1F1F;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .footer .content .top .brand .text {
    color: #1F1F1F;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.75;
  }
  .footer .content .top .links, .footer .content .top .contact {
    display: flex;
    flex-direction: column;
  }
  .footer .content .top .links .heading, .footer .content .top .contact .heading {
    color: #1F1F1F;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.85;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.15);
  }
  .footer .content .top .links a, .footer .content .top .contact a {
    color: #1F1F1F;
    font-size: 16px;
    text-decoration: none;
    opacity: 0.8;
    margin-bottom: 16px;
    width: max-content;
  }
  .footer .content .top .contact a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
  .footer .content .top .contact a i {
    color: #1F1F1F;
    font-size: 15px;
    opacity: 0.8;
    margin-top: 3px;
  }
  .footer .content .top .contact span {
    display: block;
    width: 100%;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.15;
    margin-block: 6px 16px;
  }
  .footer .content .top .contact .text {
    color: #1F1F1F;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.75;
    margin-bottom: 16px;
  }
  .footer .content .top .contact .cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    max-width: 260px;
  }
  .footer .content .top .contact .cta i {
    font-size: 15px;
  }
  .footer .content .banner {
    position: relative;
    width: 100%;
    height: 220px;
  }
  .footer .content .banner .overlay-right {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
  }
  .footer .content .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    filter: brightness(90%);
  }
  .footer .content .banner .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 22px;
  }
  .footer .content .banner .text p {
    color: rgb(246, 246, 246);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .footer .content .banner .text span {
    display: block;
    width: 34px;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.7;
    margin-top: 12px;
  }
  .footer .content .bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-block: 30px;
  }
  .footer .content .bottom p {
    color: #1F1F1F;
    font-size: 13px;
    opacity: 0.8;
  }
  .footer .content .bottom p span {
    opacity: 0.6;
  }
  .footer .content .bottom .legal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer .content .bottom .legal a {
    color: #1F1F1F;
    font-size: 13px;
    text-decoration: none;
    opacity: 0.8;
  }
  .footer .content .bottom .socials {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .footer .content .bottom .socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1F1F1F;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1140px) {
  .footer {
    width: 100%;
    border-top: 1px solid rgba(31, 31, 31, 0.12);
  }
  .footer .content {
    width: 100%;
    max-width: 1475px;
    margin-inline: auto;
    padding: 55px 35px 0;
  }
  .footer .content .top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
    column-gap: 60px;
    padding-bottom: 60px;
  }
  .footer .content .top .brand .mark {
    width: 64px;
    aspect-ratio: 159/166;
    overflow: hidden;
    margin-bottom: 22px;
  }
  .footer .content .top .brand .mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    filter: brightness(0);
  }
  .footer .content .top .brand h3 {
    color: #1F1F1F;
    font-family: "Jost", sans-serif !important;
    font-size: 30px;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .footer .content .top .brand span {
    display: block;
    width: 70px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.4;
    margin-block: 22px;
  }
  .footer .content .top .brand .tagline {
    color: #1F1F1F;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .footer .content .top .brand .text {
    color: #1F1F1F;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.75;
    max-width: 340px;
  }
  .footer .content .top .links, .footer .content .top .contact {
    display: flex;
    flex-direction: column;
  }
  .footer .content .top .links .heading, .footer .content .top .contact .heading {
    color: #1F1F1F;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.85;
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.15);
  }
  .footer .content .top .links a, .footer .content .top .contact a {
    color: #1F1F1F;
    font-size: 16px;
    text-decoration: none;
    opacity: 0.8;
    margin-bottom: 18px;
    width: max-content;
    transition: opacity 0.3s ease;
  }
  .footer .content .top .links a:hover, .footer .content .top .contact a:hover {
    opacity: 1;
  }
  .footer .content .top .contact a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
  .footer .content .top .contact a i {
    color: #1F1F1F;
    font-size: 15px;
    opacity: 0.8;
    margin-top: 3px;
  }
  .footer .content .top .contact span {
    display: block;
    width: 100%;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.15;
    margin-block: 6px 18px;
  }
  .footer .content .top .contact .text {
    color: #1F1F1F;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.75;
    margin-bottom: 18px;
  }
  .footer .content .top .contact .cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    width: 100%;
    max-width: 240px;
  }
  .footer .content .top .contact .cta i {
    font-size: 15px;
    transition: transform 0.3s ease;
  }
  .footer .content .top .contact .cta:hover i {
    transform: translateX(6px);
  }
  .footer .content .banner {
    position: relative;
    width: 100%;
    height: 350px;
  }
  .footer .content .banner .overlay-right {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
  }
  .footer .content .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    filter: brightness(90%);
  }
  .footer .content .banner .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 45px 50px;
  }
  .footer .content .banner .text p {
    color: rgb(246, 246, 246);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.6;
  }
  .footer .content .banner .text span {
    display: block;
    width: 40px;
    height: 1px;
    background: rgb(246, 246, 246);
    opacity: 0.7;
    margin-top: 14px;
  }
  .footer .content .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-block: 26px;
  }
  .footer .content .bottom p {
    color: #1F1F1F;
    font-size: 14px;
    opacity: 0.8;
  }
  .footer .content .bottom p span {
    opacity: 0.6;
  }
  .footer .content .bottom .legal {
    display: flex;
    flex-direction: row;
    gap: 34px;
  }
  .footer .content .bottom .legal a {
    color: #1F1F1F;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  .footer .content .bottom .legal a:hover {
    opacity: 1;
  }
  .footer .content .bottom .socials {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .footer .content .bottom .socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1F1F1F;
    color: rgb(246, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .footer .content .bottom .socials a:hover {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=footer.css.map */
