/* Footer Layout 1 — light shell + restored bubbles + new accents */

@keyframes footer1FloatA {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(18px, -22px, 0); }
}

@keyframes footer1FloatB {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(-16px, 18px, 0); }
}

@keyframes footer1Pulse {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.08); }
}

@keyframes footer1Move1 {
    0% { transform: translateX(0) translateY(0); }
    40% { transform: translateX(50px) translateY(-200px); }
    75% { transform: translateX(800px); }
    100% { transform: translateY(0) translateX(0); }
}

@keyframes footer1Move2 {
    0% { transform: translateX(0) translateY(0); }
    40% { transform: translateX(-50px) translateY(200px); }
    75% { transform: translateX(-500px); }
    100% { transform: translateY(0) translateX(0); }
}

@keyframes footer1Move3 {
    0% { transform: translateX(0) translateY(0); }
    40% { transform: translateX(100px) translateY(-200px); }
    75% { transform: translateX(-500px); }
    100% { transform: translateY(0) translateX(0); }
}

.footer-1.footer-1--lite {
    --footer-1-bg: transparent;
    --footer-1-ink: #1F2430;
    --footer-1-muted: rgba(31, 36, 48, 0.62);
    --footer-1-line: rgba(31, 36, 48, 0.08);
    --footer-1-card: #ffffff;
    /* FS DIGITAL logo palette (solid accents) */
    --logo-mint: #5EEAD4;
    --logo-cyan: #38BDF8;
    --logo-blue: #3B82F6;
    --logo-magenta: #EC4899;
    --logo-orange: #F97316;
    --logo-gold: #FBBF24;
    position: relative;
    isolation: auto;
    overflow: visible !important;
    z-index: 1;
    background: transparent !important;
    background-color: transparent !important;
    border-top: 0;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.footer-1.footer-1--lite::before {
    display: none;
}

.footer-1.footer-1--lite.mt_120 {
    margin-top: 72px !important;
}

.footer-1.footer-1--lite.pt_100 {
    padding-top: 44px !important;
}

.footer-1.footer-1--lite::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    max-width: 95%;
    height: 1px;
    z-index: 3;
    pointer-events: none;
    background: rgba(31, 36, 48, 0.1);
}

.footer-1.footer-1--lite > .container > .row.mt_80 {
    position: relative;
    z-index: 4;
    margin-top: 36px !important;
    margin-bottom: 0 !important;
}

.footer-1-lite-glow {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

@keyframes footer1SoftPulse {
    0%, 100% { opacity: 0.14; transform: scale(1); }
    50% { opacity: 0.26; transform: scale(1.05); }
}

/* Bubbles free above, no top clip; keep flush at bottom edge */
.footer-1 .footer_shape_group {
    position: absolute;
    top: -160px;
    right: -60px;
    bottom: 0;
    left: -60px;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}

.footer-1 .footer_shape_group .shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    line-height: 0;
}

.footer-1 .footer_shape_group .shape img {
    display: block;
    max-width: none;
    height: auto;
    filter: brightness(1.08) saturate(0.55);
    opacity: 0.34;
}

.footer-1 .footer_shape_group .shape.shape-1 {
    top: auto;
    bottom: 0;
    left: 10%;
}

.footer-1 .footer_shape_group .shape.shape-1 img {
    transform: rotate(180deg);
    width: min(860px, 82vw);
    opacity: 0.3;
    filter: brightness(1.15) saturate(0.35);
}

.footer-1 .footer_shape_group .shape.shape-2 {
    top: 18%;
    left: 14%;
    opacity: 0.28;
    animation: footer1Move1 infinite 20000ms linear;
}

.footer-1 .footer_shape_group .shape.shape-3 {
    top: 28%;
    left: 20%;
    animation: footer1Move2 infinite 25000ms linear;
}

.footer-1 .footer_shape_group .shape.shape-4 {
    top: 44%;
    left: 28%;
    animation: footer1Move1 infinite 25000ms linear;
}

.footer-1 .footer_shape_group .shape.shape-5 {
    top: 54%;
    left: 12%;
    animation: footer1Move2 infinite 30000ms linear;
}

.footer-1 .footer_shape_group .shape.shape-6 {
    top: 14%;
    right: 16%;
    animation: footer1Move3 infinite 30000ms linear;
}

.footer-1 .footer_shape_group .shape.shape-7 {
    top: 32%;
    right: 8%;
    animation: footer1Move1 infinite 30000ms linear;
}

/* New extras unique to layout 1 */
.footer-1-extra-shapes {
    position: absolute;
    top: -160px;
    right: -60px;
    bottom: 0;
    left: -60px;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
}

.footer-1-extra-shapes .extra {
    position: absolute;
    pointer-events: none;
}

.footer-1-extra-shapes .extra-orb {
    border-radius: 50%;
    filter: blur(0.2px);
}

.footer-1-extra-shapes .extra-orb-a {
    width: 120px;
    height: 120px;
    top: 18%;
    right: 6%;
    background: var(--logo-cyan);
    opacity: 0.22;
    animation: footer1FloatA 9s ease-in-out infinite;
}

.footer-1-extra-shapes .extra-orb-b {
    width: 88px;
    height: 88px;
    bottom: 10%;
    left: 4%;
    background: var(--logo-orange);
    opacity: 0.2;
    animation: footer1FloatB 11s ease-in-out infinite;
}

.footer-1-extra-shapes .extra-ring {
    border-radius: 50%;
    border: 1.5px solid var(--logo-blue);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--logo-blue) 8%, transparent);
    opacity: 0.2;
}

.footer-1-extra-shapes .extra-ring-a,
.footer-1-extra-shapes .extra-ring-b {
    display: none;
}

.footer-1-extra-shapes .extra-shine {
    width: 200px;
    height: 200px;
    top: 22%;
    left: 42%;
    border-radius: 50%;
    background: var(--logo-gold);
    opacity: 0.16;
    animation: footer1SoftPulse 9s ease-in-out infinite;
}

.footer-1-extra-shapes .extra-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--logo-blue);
    opacity: 0.35;
}

.footer-1-extra-shapes .extra-dot-a {
    top: 24%;
    right: 34%;
    background: var(--logo-mint);
    animation: footer1FloatA 6s ease-in-out infinite;
}

.footer-1-extra-shapes .extra-dot-b {
    top: 62%;
    left: 42%;
    width: 6px;
    height: 6px;
    background: var(--logo-gold);
    animation: footer1FloatB 7.5s ease-in-out infinite;
}

.footer-1-extra-shapes .extra-dot-c {
    bottom: 28%;
    right: 16%;
    width: 10px;
    height: 10px;
    background: var(--logo-magenta);
    opacity: 0.28;
    animation: footer1FloatA 8s ease-in-out infinite 0.4s;
}

.footer-1.footer-1--lite > .container {
    position: relative;
    z-index: 2;
}

.footer-1.footer-1--lite .footer_info p,
.footer-1.footer-1--lite .footer_link ul li a,
.footer-1.footer-1--lite .footer_post ul li .text p,
.footer-1.footer-1--lite .footer_post ul li .text a,
.footer-1.footer-1--lite .footer_copyright p {
    color: var(--footer-1-ink);
    opacity: 1;
}

.footer-1.footer-1--lite .footer_info p {
    color: var(--footer-1-muted);
}

.footer-1.footer-1--lite .footer_info_short-text-spacer {
    visibility: hidden;
    margin-top: 12px;
    margin-bottom: 16px;
    min-height: 0;
    max-width: 80%;
}

@media only screen and (min-width: 768px) {
    .footer-1.footer-1--lite .footer_info_top {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        max-width: 100%;
    }

    .footer-1.footer-1--lite .footer_info.footer_info--no-short-text .footer_info_top {
        align-items: center;
    }

    .footer-1.footer-1--lite .footer_info:not(.footer_info--no-short-text) .footer_info_top {
        width: 100%;
        align-items: flex-start;
    }

    .footer-1.footer-1--lite .footer_info_brand,
    .footer-1 .footer_info_brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer-1.footer-1--lite .footer_info.footer_info--no-short-text .footer_info_brand {
        width: fit-content;
        max-width: 100%;
        align-items: center;
    }

    .footer-1.footer-1--lite .footer_info:not(.footer_info--no-short-text) .footer_info_brand {
        width: 100%;
        align-items: flex-start;
    }

    .footer-1.footer-1--lite .footer_info .footer_logo {
        align-self: center;
    }

    .footer-1.footer-1--lite .footer_info:not(.footer_info--no-short-text) .footer_info .footer_logo {
        align-self: flex-start;
    }

    .footer-1.footer-1--lite .footer_info_brand p,
    .footer-1.footer-1--lite .footer_info_short-text-spacer {
        align-self: flex-start;
        width: 100%;
        max-width: 80%;
    }

    .footer-1.footer-1--lite .footer_info.footer_info--no-short-text .footer_info_socials {
        align-self: center;
        justify-content: center;
        width: auto;
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-1.footer-1--lite .footer_info:not(.footer_info--no-short-text) .footer_info_socials {
        align-self: flex-start;
        justify-content: flex-start;
        width: auto;
        margin-top: 16px;
    }
}

.footer-1.footer-1--lite .footer_link ul li a,
.footer-1.footer-1--lite .footer_post ul li .text a,
.footer-1.footer-1--lite .footer_copyright p {
    color: var(--footer-1-muted);
}

.footer-1.footer-1--lite .footer_link h3,
.footer-1.footer-1--lite .footer_post h3,
.footer-1.footer-1--lite .footer_subscribe h2 {
    color: var(--footer-1-ink);
}

.footer-1.footer-1--lite .footer_link h3 {
    margin-bottom: 16px;
}

.footer-1.footer-1--lite .footer_link ul li a {
    display: inline-block;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    padding-left: 15px;
    margin: 6px 0;
    color: var(--footer-1-muted);
    opacity: 1;
    transition: color 0.3s ease-in-out;
}

.footer-1.footer-1--lite .footer_link ul li a:hover,
.footer-1.footer-1--lite .footer_post ul li .text a:hover {
    color: var(--colorPrimary, #3399ff);
    opacity: 1;
}

.footer-1.footer-1--lite .footer_link ul li a::before {
    display: none;
    content: none;
}

.footer-1.footer-1--lite .footer_link ul li a::after {
    display: block;
    background: var(--footer-1-ink);
    opacity: 0.28;
    transition: none;
}

.footer-1.footer-1--lite .footer_link ul li a:hover::after,
.footer-1.footer-1--lite .footer_link ul li a:focus::after {
    display: block;
    background: var(--footer-1-ink);
    opacity: 0.28;
}

.footer-1.footer-1--lite .footer_post ul li .text a:hover {
    color: var(--colorPrimary, #3399ff);
    opacity: 1;
}

.footer-1.footer-1--lite .footer_info_socials li a {
    color: var(--footer-1-ink);
    border: 1px solid var(--footer-1-line);
    background: transparent;
    box-shadow: none;
    border-radius: 6px;
}

.footer-1.footer-1--lite .footer_info_socials li a:hover,
.footer-1.footer-1--lite .footer_info_socials li a:focus {
    color: #fff;
    border-color: var(--footer-social-hover, var(--colorPrimary, #3399ff));
    background: var(--footer-social-hover, var(--colorPrimary, #3399ff));
    border-radius: 6px;
}

.footer-1.footer-1--lite .footer_info_socials li a.facebook:hover,
.footer-1.footer-1--lite .footer_info_socials li a.twitter:hover,
.footer-1.footer-1--lite .footer_info_socials li a.linkedin:hover,
.footer-1.footer-1--lite .footer_info_socials li a.instagram:hover,
.footer-1.footer-1--lite .footer_info_socials li a.youtube:hover {
    color: #fff;
    border-color: var(--footer-social-hover, var(--colorPrimary, #3399ff));
    background: var(--footer-social-hover, var(--colorPrimary, #3399ff));
    border-radius: 6px;
}

.footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass {
    position: relative;
    z-index: 4;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid color-mix(in srgb, var(--logo-cyan) 30%, transparent);
    border-radius: 32px 32px 40px 32px / 28px 28px 48px 28px;
    background:
        radial-gradient(ellipse 70% 50% at 85% 92%, color-mix(in srgb, var(--logo-cyan) 20%, transparent), transparent 62%),
        radial-gradient(ellipse 55% 45% at 14% 14%, color-mix(in srgb, var(--logo-magenta) 14%, transparent), transparent 58%),
        transparent;
    box-shadow:
        0 6px 18px color-mix(in srgb, var(--logo-blue) 10%, transparent),
        0 2px 8px rgba(31, 36, 48, 0.03);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 22px 22px 22px 30px;
    margin-bottom: 22px;
    transform: translateY(-10px);
}

.footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 8%;
    width: min(38%, 180px);
    height: 42%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, color-mix(in srgb, var(--logo-mint) 28%, transparent) 0%, transparent 72%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
}

.footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass .footer_subscribe_mesh {
    display: none;
}

.footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass .footer_subscribe_inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass form {
    position: relative;
    width: 330px;
    max-width: 100%;
    border: 1px solid rgba(31, 36, 48, 0.14);
    border-radius: 14px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
}

.footer-1.footer-1--lite .footer_subscribe form input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 12px 120px 12px 16px;
    color: var(--footer-1-ink);
    background: transparent;
}

.footer-1.footer-1--lite .footer_subscribe form input::placeholder {
    color: rgba(31, 36, 48, 0.45);
    opacity: 1;
}

.footer-1.footer-1--lite .footer_subscribe form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    padding: 0 24px;
    color: #fff;
    font-family: var(--headingFont);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: var(--colorPrimary);
    box-shadow: none;
    filter: none;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, filter 0.3s ease;
}

.footer-1.footer-1--lite .footer_subscribe form button:hover,
.footer-1.footer-1--lite .footer_subscribe form button:focus,
.footer-1.footer-1--lite .footer_subscribe form button:active {
    color: #fff !important;
    background: color-mix(in srgb, var(--colorPrimary) 82%, #000);
    filter: none;
    box-shadow: none;
}

.footer-1.footer-1--lite .footer_subscribe form button::before,
.footer-1.footer-1--lite .footer_subscribe form button::after {
    content: none;
    display: none;
}

.footer-1.footer-1--lite .footer_copyright {
    position: relative;
    z-index: 2;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0 14px;
    background: transparent;
    width: auto;
    left: auto;
    right: auto;
}

.footer-1.footer-1--lite .footer_copyright::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    max-width: 95%;
    height: 1px;
    z-index: 1;
    background: rgba(31, 36, 48, 0.1);
    pointer-events: none;
}

.footer-1.footer-1--lite .footer_copyright p {
    padding: 0;
    margin: 0;
    line-height: 1.35;
    font-size: 13px;
}

.footer-1.footer-1--lite .footer_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-1.footer-1--lite .footer_info .footer_logo {
    width: auto;
    max-width: 168px;
    display: block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1);
    transform-origin: center center;
}

.footer-1.footer-1--lite .footer_info .footer_logo:hover,
.footer-1.footer-1--lite .footer_info .footer_logo:focus-visible {
    transform: scale(0.94);
}

.footer-1.footer-1--lite .footer_info .footer_logo .site-logo-wrap {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 168px;
    min-height: 44px;
    line-height: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-1.footer-1--lite .footer_info .footer_logo .footer-site-logo-img,
.footer-1.footer-1--lite .footer_info .footer_logo .site-logo {
    position: relative;
    z-index: 1;
    display: block;
    width: auto !important;
    height: 44px !important;
    max-width: 168px !important;
    object-fit: contain !important;
}

.footer-1.footer-1--lite .footer_info .footer_logo .site-logo--dark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: none;
}

.footer-1.footer-1--lite .footer_info .footer_logo .site-logo--light {
    display: block !important;
}

.footer-1.footer-1--lite .footer_info .footer_logo .site-logo--dark {
    display: none !important;
}

html.night-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--light,
html.active-dark-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--light,
body.night-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--light,
body.active-dark-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--light {
    display: none !important;
}

html.night-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--dark,
html.active-dark-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--dark,
body.night-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--dark,
body.active-dark-mode .footer-1.footer-1--lite .footer_info .footer_logo .site-logo--dark {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
}

.footer-1.footer-1--lite .footer_info_top {
    width: 100%;
}

.footer-1.footer-1--lite .footer_info_socials {
    align-self: flex-start;
}

.footer-1 .footer_info_brand {
    display: block;
}

.footer-1 .footer_info_socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

@media only screen and (min-width: 992px) {
    .footer-1 .footer_link ul li a {
        white-space: nowrap;
        overflow: visible;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-1 .footer_shape_group .shape.shape-6 {
        display: none;
    }

    .footer-1-extra-shapes .extra-ring-a,
    .footer-1-extra-shapes .extra-shine {
        display: none;
    }

    .footer-1.footer-1--lite .footer_info.footer_info--no-short-text .footer_info_top {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
    }

    .footer-1.footer-1--lite .footer_info.footer_info--no-short-text .footer_info_brand {
        display: flex;
        flex: 0 0 auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: auto;
    }

    .footer-1.footer-1--lite .footer_info.footer_info--no-short-text .footer_info_socials {
        flex: 0 0 auto;
        width: auto !important;
        max-width: none;
        margin-top: 0 !important;
        margin-left: auto;
        justify-content: flex-end;
    }

    .footer-1.footer-1--lite .footer_info:not(.footer_info--no-short-text) .footer_info_top {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .footer-1 .footer_info:not(.footer_info--no-short-text) .footer_info_brand {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-1 .footer_info:not(.footer_info--no-short-text) .footer_info_socials {
        justify-content: center;
        width: 100%;
        margin-top: 24px;
    }

    .footer-1 .footer_info_brand {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-1 .footer_info .footer_logo {
        flex: 0 0 auto;
        width: auto;
        max-width: 140px;
        margin: 0;
    }

    .footer-1.footer-1--lite .footer_info .footer_logo .site-logo-wrap {
        min-height: 38px;
        max-width: 140px;
    }

    .footer-1.footer-1--lite .footer_info .footer_logo .footer-site-logo-img,
    .footer-1.footer-1--lite .footer_info .footer_logo .site-logo {
        height: 38px !important;
        max-width: 140px !important;
    }

    .footer-1 .footer_info_brand p {
        flex: 1 1 auto;
        margin: 0;
        max-width: none;
        text-align: left;
    }

    .footer-1 .footer_info_short-text-spacer {
        display: none !important;
        margin: 0 !important;
        min-height: 0 !important;
    }

    .footer-1 .row > .col-6 {
        padding-left: 18px;
        padding-right: 12px;
    }

    .footer-1 .footer_link {
        text-align: left;
        padding-left: 4px;
    }

    .footer-1 .footer_link h3 {
        font-size: 16px;
        text-align: left;
    }

    .footer-1 .footer_link ul {
        display: inline-block;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .footer-1 .footer_link ul li a {
        font-size: 13px;
        white-space: normal;
    }

    .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass {
        padding: 20px 18px;
    }

    .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass .footer_subscribe_inner {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass form {
        width: 100%;
        max-width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .footer-1.footer-1--lite .footer_subscribe form input {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        min-height: 46px;
        padding: 12px 14px;
        margin-bottom: 14px;
        border: 1px solid rgba(31, 36, 48, 0.12);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.72);
    }

    .footer-1.footer-1--lite .footer_subscribe form button {
        position: static !important;
        top: auto;
        right: auto;
        width: 82%;
        max-width: 280px;
        min-width: 180px;
        height: auto;
        min-height: 44px;
        padding: 11px 28px;
        border-radius: 10px;
        justify-content: center;
        align-self: center;
    }
}

/* Night mode */
html.night-mode .footer-1.footer-1--lite,
body.night-mode .footer-1.footer-1--lite,
html.active-dark-mode .footer-1.footer-1--lite,
body.active-dark-mode .footer-1.footer-1--lite {
    --footer-1-bg: transparent;
    --footer-1-ink: #ffffff;
    --footer-1-muted: #D3D3D4;
    --footer-1-line: rgba(255, 255, 255, 0.12);
    --footer-1-card: rgba(255, 255, 255, 0.06);
    background: transparent !important;
    background-color: transparent !important;
    border-top: 0;
}

html.night-mode .footer-1.footer-1--lite::after,
body.night-mode .footer-1.footer-1--lite::after,
html.active-dark-mode .footer-1.footer-1--lite::after,
body.active-dark-mode .footer-1.footer-1--lite::after {
    background: rgba(255, 255, 255, 0.12);
}

html.night-mode .footer-1.footer-1--lite .footer_copyright,
body.night-mode .footer-1.footer-1--lite .footer_copyright,
html.active-dark-mode .footer-1.footer-1--lite .footer_copyright,
body.active-dark-mode .footer-1.footer-1--lite .footer_copyright {
    background: transparent;
}

html.night-mode .footer-1.footer-1--lite .footer_copyright::before,
body.night-mode .footer-1.footer-1--lite .footer_copyright::before,
html.active-dark-mode .footer-1.footer-1--lite .footer_copyright::before,
body.active-dark-mode .footer-1.footer-1--lite .footer_copyright::before {
    background: rgba(255, 255, 255, 0.12);
}

html.night-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass,
body.night-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass,
body.active-dark-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass {
    background:
        radial-gradient(ellipse 70% 50% at 85% 92%, color-mix(in srgb, var(--logo-cyan) 16%, transparent), transparent 62%),
        radial-gradient(ellipse 55% 45% at 14% 14%, color-mix(in srgb, var(--logo-magenta) 10%, transparent), transparent 58%),
        transparent;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.18),
        0 4px 14px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

html.night-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass form,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass form {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

html.night-mode .footer-1.footer-1--lite .footer_subscribe form input,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe form input {
    color: rgba(255, 255, 255, 0.92);
    background: transparent;
    caret-color: #fff;
}

html.night-mode .footer-1.footer-1--lite .footer_subscribe form input::placeholder,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe form input::placeholder {
    color: rgba(255, 255, 255, 0.48);
    opacity: 1;
}

html.night-mode .footer-1.footer-1--lite .footer_subscribe form button,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe form button {
    color: #fff;
    background: var(--colorPrimary);
}

html.night-mode .footer-1.footer-1--lite .footer_subscribe form button:hover,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe form button:hover,
html.night-mode .footer-1.footer-1--lite .footer_subscribe form button:focus,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe form button:focus,
html.night-mode .footer-1.footer-1--lite .footer_subscribe form button:active,
html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe form button:active {
    color: #fff !important;
    background: color-mix(in srgb, var(--colorPrimary) 82%, #000);
    filter: none;
}

@media only screen and (max-width: 767.98px) {
    html.night-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass form,
    html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe.footer_subscribe--glass form {
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    html.night-mode .footer-1.footer-1--lite .footer_subscribe form input,
    html.active-dark-mode .footer-1.footer-1--lite .footer_subscribe form input {
        border: 1px solid rgba(255, 255, 255, 0.22);
        background: rgba(255, 255, 255, 0.1);
    }
}

html.night-mode .footer-1 .footer_shape_group .shape img,
body.night-mode .footer-1 .footer_shape_group .shape img,
html.active-dark-mode .footer-1 .footer_shape_group .shape img,
body.active-dark-mode .footer-1 .footer_shape_group .shape img {
    filter: brightness(0.5);
    opacity: 0.2;
}

html.night-mode .footer-1 .footer_shape_group .shape.shape-1 img,
body.night-mode .footer-1 .footer_shape_group .shape.shape-1 img,
html.active-dark-mode .footer-1 .footer_shape_group .shape.shape-1 img,
body.active-dark-mode .footer-1 .footer_shape_group .shape.shape-1 img {
    opacity: 0.16;
}

html.night-mode .footer-1 .footer_shape_group .shape.shape-2,
body.night-mode .footer-1 .footer_shape_group .shape.shape-2,
html.active-dark-mode .footer-1 .footer_shape_group .shape.shape-2,
body.active-dark-mode .footer-1 .footer_shape_group .shape.shape-2 {
    opacity: 0.12;
}

html.night-mode .footer-1-extra-shapes .extra-orb-a,
html.active-dark-mode .footer-1-extra-shapes .extra-orb-a {
    background: var(--logo-cyan);
    opacity: 0.1;
}

html.night-mode .footer-1-extra-shapes .extra-orb-b,
html.active-dark-mode .footer-1-extra-shapes .extra-orb-b {
    background: var(--logo-orange);
    opacity: 0.08;
}

html.night-mode .footer-1-extra-shapes .extra-shine,
html.active-dark-mode .footer-1-extra-shapes .extra-shine {
    background: var(--logo-gold);
    opacity: 0.05;
}

html.night-mode .footer-1.footer-1--lite .footer_info_socials li a:hover,
html.night-mode .footer-1.footer-1--lite .footer_info_socials li a:focus,
html.active-dark-mode .footer-1.footer-1--lite .footer_info_socials li a:hover,
html.active-dark-mode .footer-1.footer-1--lite .footer_info_socials li a:focus {
    color: #fff !important;
    border-color: var(--footer-social-hover, var(--colorPrimary, #3399ff));
    background: var(--footer-social-hover, var(--colorPrimary, #3399ff));
    border-radius: 6px;
}

html.night-mode .footer-1.footer-1--lite .footer_info_socials li a,
html.active-dark-mode .footer-1.footer-1--lite .footer_info_socials li a {
    color: #ffffff !important;
    background: transparent;
    box-shadow: none;
}

html.night-mode .footer-1.footer-1--lite .footer_link ul li a:hover,
html.night-mode .footer-1.footer-1--lite .footer_post ul li .text a:hover,
html.active-dark-mode .footer-1.footer-1--lite .footer_link ul li a:hover,
html.active-dark-mode .footer-1.footer-1--lite .footer_post ul li .text a:hover {
    color: var(--colorPrimary);
}

@media (prefers-reduced-motion: reduce) {
    .footer-1.footer-1--lite .footer_info .footer_logo,
    .footer-1.footer-1--lite .footer_info .footer_logo .site-logo-wrap {
        transition: none;
    }

    .footer-1.footer-1--lite .footer_info .footer_logo:hover,
    .footer-1.footer-1--lite .footer_info .footer_logo:focus-visible {
        transform: none;
    }
}
