:root {
    --contact-red: #ed3237;
    --contact-red-dark: #b81822;
    --contact-black: #0b0c0e;
    --contact-graphite: #191a1d;
    --contact-gray: #eef0f2;
    --contact-white: #ffffff;
    --contact-container: 1180px;
    --contact-shadow: 0 26px 64px rgba(0, 0, 0, 0.25);
}

@font-face {
    font-family: "Bank Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url("https://sidersulindustrial.com.br/wp-content/uploads/2022/10/BankGothicBT-Medium.woff2") format("woff2"),
        url("https://sidersulindustrial.com.br/wp-content/uploads/2022/10/BankGothicBT-Medium.woff") format("woff");
}

.sidersul-contact-template {
    margin: 0;
    overflow-x: hidden;
    background: var(--contact-black);
}

.sidersul-contact,
.sidersul-contact * {
    box-sizing: border-box;
}

.sidersul-contact {
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--contact-white);
    background: var(--contact-black);
    font-family: Abel, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}

.sidersul-contact a {
    color: inherit;
    text-decoration: none;
}

.sidersul-contact img {
    display: block;
    max-width: 100%;
}

.sidersul-contact h1,
.sidersul-contact h2,
.sidersul-contact h3,
.sidersul-contact p,
.sidersul-contact address {
    margin-top: 0;
}

.sidersul-contact h1,
.sidersul-contact h2,
.sidersul-contact h3,
.sidersul-contact strong,
.sidersul-contact-button,
.sidersul-contact-nav,
.sidersul-contact-route,
.sidersul-contact-mobile-cta {
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    letter-spacing: 0;
}

.sidersul-contact-container {
    width: min(calc(100% - 48px), var(--contact-container));
    margin-right: auto;
    margin-left: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sidersul-contact-scroll-progress {
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--contact-red), #ff6a6e, var(--contact-white));
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

body.admin-bar .sidersul-contact-scroll-progress {
    top: 32px;
}

.sidersul-contact-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: 0;
    background:
        linear-gradient(118deg, transparent 0 5%, #08090b 5.1% 8.5%, transparent 8.6%),
        linear-gradient(118deg, rgba(237, 50, 55, 0.16) 0 14%, transparent 14.1%),
        linear-gradient(90deg, #160c0e 0%, #211112 58%, #160d0f 100%);
    box-shadow: none;
    transition: box-shadow 220ms ease;
}

.sidersul-contact-header::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
        repeating-linear-gradient(135deg, transparent 0 26px, rgba(255, 255, 255, 0.025) 26px 27px, transparent 27px 54px);
    background-size: 52px 52px, 52px 52px, auto;
    content: "";
    opacity: 0.58;
    pointer-events: none;
}

body.admin-bar .sidersul-contact-header {
    top: 32px;
}

.sidersul-contact-header.is-scrolled {
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

.sidersul-contact-header-inner {
    position: relative;
    z-index: 1;
    display: flex !important;
    width: min(100%, var(--contact-container));
    min-height: 90px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: 0 auto;
    padding: 18px 22px;
}

.sidersul-contact-header-inner::after {
    position: absolute;
    right: 22px;
    bottom: 0;
    left: 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), var(--contact-red), transparent);
    content: "";
    animation: sidersul-contact-header-line 5.8s ease-in-out infinite;
}

.sidersul-contact-logo-link {
    display: inline-flex;
    width: 250px;
    min-width: 250px;
    height: auto;
    align-items: center;
    transition: opacity 180ms ease;
}

.sidersul-contact-logo-link:hover {
    opacity: 0.84;
}

.sidersul-contact-logo-link img {
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.sidersul-contact-nav {
    display: flex !important;
    min-width: 0;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
}

.sidersul-contact-nav a {
    display: inline-flex;
    height: auto;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    transition: color 180ms ease;
}

.sidersul-contact-nav a:hover,
.sidersul-contact-nav a:focus-visible,
.sidersul-contact-nav a[aria-current="page"] {
    color: var(--contact-white);
}

.sidersul-contact-menu-toggle {
    display: none !important;
}

.sidersul-contact-button,
.sidersul-contact-mobile-cta {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 22px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.sidersul-contact-button::after,
.sidersul-contact-mobile-cta::after {
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: -40%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    content: "";
    pointer-events: none;
    transform: skewX(-18deg);
    transition: left 520ms ease;
}

.sidersul-contact-button:hover::after,
.sidersul-contact-mobile-cta:hover::after {
    left: 120%;
}

.sidersul-contact-button > *,
.sidersul-contact-mobile-cta > * {
    position: relative;
    z-index: 1;
}

.sidersul-contact-button:hover,
.sidersul-contact-mobile-cta:hover {
    transform: translateY(-2px);
}

.sidersul-contact-button-primary {
    color: var(--contact-white) !important;
    background: var(--contact-red);
    box-shadow: 0 16px 32px rgba(237, 50, 55, 0.24);
}

.sidersul-contact-button-primary:hover {
    background: var(--contact-red-dark);
    box-shadow: 0 18px 38px rgba(237, 50, 55, 0.34);
}

.sidersul-contact-header-cta {
    width: 238px;
    min-width: 238px;
    min-height: 54px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
    white-space: nowrap;
}

.sidersul-contact-header-cta b {
    display: none;
}

.sidersul-contact-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--contact-red);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidersul-contact-kicker::before {
    width: 38px;
    height: 3px;
    flex: 0 0 auto;
    background: currentColor;
    content: "";
}

.sidersul-contact-hero {
    position: relative;
    display: flex;
    min-height: 560px;
    align-items: flex-end;
    overflow: hidden;
    background: var(--contact-black);
}

.sidersul-contact-hero-image,
.sidersul-contact-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sidersul-contact-hero-image {
    object-fit: cover;
    object-position: center 57%;
    transform: translate3d(0, var(--contact-hero-shift, 0), 0) scale(1.025);
    will-change: transform;
}

.sidersul-contact-hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 8, 9, 0.94) 0%, rgba(7, 8, 9, 0.66) 42%, rgba(7, 8, 9, 0.2) 80%),
        linear-gradient(0deg, rgba(7, 8, 9, 0.94) 0%, transparent 56%);
}

.sidersul-contact-hero::after {
    position: absolute;
    right: max(24px, calc((100% - var(--contact-container)) / 2));
    bottom: 0;
    width: 170px;
    height: 4px;
    background: var(--contact-red);
    content: "";
}

.sidersul-contact-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 180px;
    padding-bottom: 70px;
}

.sidersul-contact-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.sidersul-contact-hero-content > p:not(.sidersul-contact-kicker) {
    max-width: 610px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
}

.sidersul-contact-hero-word {
    position: absolute;
    right: max(38px, calc((100% - var(--contact-container)) / 2));
    bottom: 30px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.055);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 6.7rem;
    line-height: 0.8;
    writing-mode: vertical-rl;
}

.sidersul-contact-main {
    position: relative;
    padding: 100px 0 112px;
    color: #161719;
    background: var(--contact-gray);
}

.sidersul-contact-main::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 22, 25, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(20, 22, 25, 0.025) 1px, transparent 1px);
    background-size: 58px 58px;
    content: "";
    pointer-events: none;
}

.sidersul-contact-layout {
    position: relative;
    display: grid;
    align-items: start;
    grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
    gap: 68px;
}

.sidersul-contact-info h2 {
    margin-bottom: 22px;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.08;
    text-transform: uppercase;
}

.sidersul-contact-intro {
    margin-bottom: 32px;
    color: #5a5f64;
    font-size: 1.08rem;
    line-height: 1.7;
}

.sidersul-contact-channels {
    border-top: 1px solid #c9cdd1;
}

.sidersul-contact-channel {
    display: grid;
    min-height: 92px;
    align-items: center;
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    gap: 16px;
    padding: 16px 18px;
    border-bottom: 1px solid #c9cdd1;
    color: #202326;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sidersul-contact-channel:hover {
    background: var(--contact-white);
    transform: translateX(5px);
}

.sidersul-contact-channel-featured {
    color: var(--contact-white) !important;
    background: var(--contact-red);
}

.sidersul-contact-channel-featured:hover {
    color: var(--contact-white) !important;
    background: var(--contact-red-dark);
}

.sidersul-contact-channel > span {
    color: currentColor;
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 0.74rem;
    opacity: 0.72;
}

.sidersul-contact-channel small,
.sidersul-contact-channel strong {
    display: block;
}

.sidersul-contact-channel small {
    margin-bottom: 3px;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.sidersul-contact-channel strong {
    overflow-wrap: anywhere;
    font-size: 1rem;
    font-weight: 400;
}

.sidersul-contact-channel b {
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.sidersul-contact-hours {
    margin-top: 34px;
    padding: 24px 0 0 20px;
    border-top: 3px solid var(--contact-red);
}

.sidersul-contact-hours h3 {
    margin-bottom: 14px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.sidersul-contact-hours p {
    margin-bottom: 7px;
    color: #555a60;
    font-size: 0.98rem;
}

.sidersul-contact-hours strong {
    display: inline-block;
    min-width: 150px;
    color: #232629;
    font-size: 0.86rem;
    font-weight: 400;
}

.sidersul-contact-location {
    position: relative;
    box-shadow: var(--contact-shadow);
}

.sidersul-contact-location::before {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
    width: 120px;
    height: 120px;
    border-top: 4px solid var(--contact-red);
    border-right: 4px solid var(--contact-red);
    content: "";
    pointer-events: none;
}

.sidersul-contact-location-head {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    padding: 30px 32px;
    color: var(--contact-white);
    background:
        linear-gradient(118deg, rgba(237, 50, 55, 0.12) 0 26%, transparent 26.1%),
        #17181b;
}

.sidersul-contact-location-head .sidersul-contact-kicker {
    margin-bottom: 12px;
}

.sidersul-contact-location address {
    max-width: 460px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    font-style: normal;
    line-height: 1.55;
}

.sidersul-contact-route {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    font-size: 0.72rem;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.sidersul-contact-route:hover {
    border-color: var(--contact-red);
    background: var(--contact-red);
}

.sidersul-contact-route b {
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
}

.sidersul-contact-map-frame {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background: #d9dde1;
}

.sidersul-contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 520px;
    border: 0;
    filter: saturate(0.78) contrast(1.04);
}

.sidersul-contact-map-frame > span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 9px 13px;
    border-right: 3px solid var(--contact-red);
    color: var(--contact-white);
    background: rgba(11, 12, 14, 0.86);
    font-family: "Bank Gothic Medium", "Arial Narrow", Abel, sans-serif;
    font-size: 0.68rem;
    text-transform: uppercase;
    pointer-events: none;
}

.sidersul-contact-footer {
    padding: 72px 0 0;
    background: #090a0b;
}

.sidersul-contact-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.7fr 1fr 1.15fr;
    gap: 42px;
    padding-bottom: 54px;
}

.sidersul-contact-footer-brand img {
    width: 245px;
    height: auto;
    margin-bottom: 22px;
}

.sidersul-contact-footer-brand p,
.sidersul-contact-footer-grid > div > p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.56);
}

.sidersul-contact-footer h2 {
    margin-bottom: 18px;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
}

.sidersul-contact-footer-grid > div:not(.sidersul-contact-footer-brand) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.sidersul-contact-footer a {
    color: rgba(255, 255, 255, 0.62);
    transition: color 180ms ease;
}

.sidersul-contact-footer a:hover {
    color: var(--contact-white);
}

.sidersul-contact-footer-bottom {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(calc(100% - 48px), var(--contact-container));
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.9rem;
}

.sidersul-contact-mobile-cta {
    display: none;
}

.sidersul-contact-reveal {
    opacity: 1;
    transform: none;
}

.sidersul-contact.is-ready .sidersul-contact-reveal:not(.is-visible) {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
}

.sidersul-contact.is-ready .sidersul-contact-reveal {
    transition: opacity 650ms ease, transform 650ms ease;
}

@keyframes sidersul-contact-header-line {
    0%, 100% { opacity: 0.58; transform: scaleX(0.72); }
    50% { opacity: 1; transform: scaleX(1); }
}

@media (max-width: 1100px) {
    .sidersul-contact-header-inner {
        gap: 20px;
    }

    .sidersul-contact-logo-link {
        width: 225px;
        min-width: 225px;
    }

    .sidersul-contact-logo-link img {
        width: 225px;
    }

    .sidersul-contact-nav {
        gap: 18px;
        font-size: 11px;
    }

    .sidersul-contact-header-cta {
        width: 220px;
        min-width: 220px;
        padding: 0 18px;
    }

    .sidersul-contact-layout {
        gap: 44px;
    }

    .sidersul-contact-info h2 {
        font-size: 2.35rem;
    }
}

@media (max-width: 860px) {
    body.admin-bar .sidersul-contact-header,
    body.admin-bar .sidersul-contact-scroll-progress {
        top: 46px;
    }

    .sidersul-contact-template {
        padding-bottom: 78px;
    }

    .sidersul-contact-header-inner {
        width: min(calc(100% - 36px), var(--contact-container));
        min-height: 76px;
        justify-content: space-between;
        gap: 18px;
        padding: 15px 0;
    }

    .sidersul-contact-header-inner::after {
        right: 0;
        left: 0;
    }

    .sidersul-contact-logo-link {
        width: 220px;
        min-width: 0;
    }

    .sidersul-contact-logo-link img {
        width: 220px;
    }

    .sidersul-contact-header-cta {
        display: none;
    }

    .sidersul-contact-menu-toggle {
        position: relative;
        z-index: 1002;
        display: grid !important;
        width: 46px;
        height: 46px;
        place-content: center;
        gap: 5px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 2px;
        background: rgba(13, 14, 16, 0.48);
        cursor: pointer;
    }

    .sidersul-contact-menu-toggle > span:not(.screen-reader-text) {
        display: block;
        width: 21px;
        height: 2px;
        background: var(--contact-white);
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .sidersul-contact-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .sidersul-contact-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }

    .sidersul-contact-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .sidersul-contact-nav {
        position: fixed;
        z-index: 1001;
        inset: 0;
        display: flex !important;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        padding: 120px 32px 48px;
        overflow-y: auto;
        background:
            linear-gradient(118deg, rgba(237, 50, 55, 0.14) 0 22%, transparent 22.1%),
            linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 100%),
            linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 100%),
            rgba(13, 14, 16, 0.99);
        background-size: auto, 52px 52px, 52px 52px, auto;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .sidersul-contact-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .sidersul-contact-nav a {
        width: 100%;
        padding: 17px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 24px;
    }

    .sidersul-contact-menu-open {
        overflow: hidden;
    }

    .sidersul-contact-hero {
        min-height: 600px;
    }

    .sidersul-contact-hero-image {
        object-position: 63% center;
    }

    .sidersul-contact-hero-content {
        padding-top: 150px;
        padding-bottom: 72px;
    }

    .sidersul-contact-hero h1 {
        font-size: 3.8rem;
    }

    .sidersul-contact-hero-word {
        right: 18px;
        font-size: 5rem;
    }

    .sidersul-contact-main {
        padding: 78px 0 84px;
    }

    .sidersul-contact-layout {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .sidersul-contact-location {
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
    }

    .sidersul-contact-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sidersul-contact-mobile-cta {
        position: fixed;
        right: 14px;
        bottom: 12px;
        left: 14px;
        z-index: 1050;
        display: flex;
        color: var(--contact-white) !important;
        background: var(--contact-red);
        border: 1px solid rgba(255, 255, 255, 0.42);
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
    }
}

@media (max-width: 600px) {
    .sidersul-contact {
        font-size: 17px;
    }

    .sidersul-contact-container,
    .sidersul-contact-header-inner {
        width: min(calc(100% - 30px), var(--contact-container));
    }

    .sidersul-contact-logo-link {
        width: 196px;
    }

    .sidersul-contact-logo-link img {
        width: 196px;
    }

    .sidersul-contact-hero {
        min-height: 570px;
    }

    .sidersul-contact-hero-content {
        padding-top: 138px;
        padding-bottom: 62px;
    }

    .sidersul-contact-hero h1 {
        margin-bottom: 16px;
        font-size: 3.1rem;
    }

    .sidersul-contact-hero-content > p:not(.sidersul-contact-kicker) {
        max-width: 310px;
        font-size: 1.05rem;
    }

    .sidersul-contact-hero-word {
        display: none;
    }

    .sidersul-contact-hero .sidersul-contact-button {
        width: 100%;
    }

    .sidersul-contact-main {
        padding: 64px 0 70px;
    }

    .sidersul-contact-info h2 {
        font-size: 2rem;
    }

    .sidersul-contact-channel {
        grid-template-columns: 30px minmax(0, 1fr) 22px;
        gap: 10px;
        padding: 15px 12px;
    }

    .sidersul-contact-channel strong {
        font-size: 0.9rem;
    }

    .sidersul-contact-hours {
        padding-left: 0;
    }

    .sidersul-contact-hours strong {
        display: block;
        min-width: 0;
        margin-bottom: 2px;
    }

    .sidersul-contact-location::before {
        top: -9px;
        right: -9px;
        width: 76px;
        height: 76px;
    }

    .sidersul-contact-location-head {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 26px 20px;
    }

    .sidersul-contact-route {
        width: 100%;
        justify-content: center;
    }

    .sidersul-contact-map-frame,
    .sidersul-contact-map-frame iframe {
        min-height: 430px;
        height: 430px;
    }

    .sidersul-contact-footer {
        padding-top: 56px;
    }

    .sidersul-contact-footer-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .sidersul-contact-footer-bottom {
        width: min(calc(100% - 30px), var(--contact-container));
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        padding: 24px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sidersul-contact *,
    .sidersul-contact *::before,
    .sidersul-contact *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .sidersul-contact-reveal,
    .sidersul-contact.is-ready .sidersul-contact-reveal:not(.is-visible) {
        opacity: 1;
        transform: none;
    }
}
