/* Source: 123/bottom.html inline style 1 */
.tibiu-footer-band {
        margin-top: 40px;
        padding: 0 0 40px;
        background: transparent;
    }
    .tibiu-footer-shell {
        width: min(1170px, calc(100% - 30px));
        margin: 0 auto;
    }
    .footer-shell {
        background: transparent;
        border-radius: 28px;
        padding: 26px 24px 22px;
        box-shadow: none;
    }
    .footer-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 20px;
        align-items: start;
    }
    .footer-card {
        min-width: 0;
    }
    .footer-card-title {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #18212f;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .footer-card-body {
        display: grid;
        gap: 8px;
        color: #5b6472;
        font-size: 14px;
        line-height: 1.7;
    }
    .footer-card-body a,
    .footer-card-body a:visited,
    .footer-link-reset,
    .footer-link-reset:visited {
        color: inherit;
        text-decoration: none;
    }
    .footer-card-body a:hover,
    .footer-link-reset:hover {
        color: #1e9eff;
    }
    .footer-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border-radius: 12px;
        color: #1e9eff;
        background: rgba(30, 158, 255, 0.12);
        line-height: 0;
    }
    .footer-icon svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }
    .footer-icon ti-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        --ti-icon-size: 22px;
    }
    .footer-icon--bell ti-icon {
        transform: translateY(1px);
    }
    .footer-icon--message ti-icon {
        transform: translate(1px, -1px);
    }
    .footer-quick-link .footer-card-title {
        margin-bottom: 0;
    }
    .footer-copyright {
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        color: #6b7280;
        font-size: 13px;
        line-height: 1.8;
    }
    .footer-copyright div {
        margin-top: 10px;
        font-weight: 700;
        color: #18212f;
    }
    @media (min-width: 900px) {
        .footer-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .footer-grid .footer-quick-link {
            grid-column: span 2;
        }
    }
    @media (max-width: 1080px) {
        .tibiu-footer-shell {
            width: calc(100% - 36px);
        }
        .footer-shell {
            padding: 24px 22px 20px;
        }
    }
    @media (max-width: 760px) {
        .tibiu-footer-shell {
            width: calc(100% - 30px);
        }
        .footer-shell {
            border-radius: 22px;
            padding: 20px 18px 18px;
        }
        .footer-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px 12px;
        }
    }
