#index11 {
    background-color: #FAFAFA;
}

#index11 h2 {
    z-index: 32;
}

@media (max-width: 768px) {
    #index11 p {
        padding-bottom: 10px;
    }
}

@media (min-width: 769px) {
    #index11 p {
        font-size: 40px;
    }
}

#index11.i11-hours-section {
    --i11-ink: #202229;
    --i11-text: #555a63;
    --i11-muted: #7a7f87;
    --i11-line: rgba(70, 51, 40, .14);
    --i11-soft: #fff6f1;
    --i11-card: #fff;
    --i11-shadow: 0 10px 28px rgba(62, 39, 25, .08);
    overflow: hidden;
    margin: 0 auto;
    padding: 34px 14px;
    background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
    color: var(--i11-ink);
    letter-spacing: 0;
    text-align: left;
}

#index11.i11-hours-section > * {
    padding-right: 0;
    padding-left: 0;
}

#index11 > p,
#index11 > img {
    display: none;
}

#index11 *,
#index11 *::before,
#index11 *::after {
    box-sizing: border-box;
}

#index11 .i11-panel,
#index11 .i11-shell {
    width: calc(100vw - 28px);
    min-width: 0;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#index11 .i11-shell {
    margin: 0 auto;
}

#index11 .i11-eyebrow svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

#index11 .i11-hero-mark svg {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(var(--clr-primary-rgb), .08));
}

#index11 .i11-receipt {
    display: grid;
    gap: 0;
    overflow: hidden;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border: 1px solid rgba(70, 51, 40, .12);
    border-radius: 9px;
    background: var(--i11-card);
    box-shadow: var(--i11-shadow);
}

#index11 .i11-rule,
#index11 .i11-hour-line,
#index11 .i11-total-line {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-bottom: 1px dashed rgba(70, 51, 40, .2);
}

#index11 .i11-rule {
    display: grid;
    grid-template-columns: 34px 76px minmax(0, 1fr);
    gap: 8px 10px;
    align-items: center;
    padding: 13px 12px;
}

#index11 .i11-rule-icon,
#index11 .i11-total-icon,
#index11 .i11-final-total > span {
    display: grid;
    place-items: center;
    color: var(--clr-primary);
}

#index11 .i11-rule-icon {
    width: 30px;
    height: 30px;
}

#index11 .i11-total-icon {
    width: 28px;
    height: 28px;
}

#index11 .i11-rule-icon svg,
#index11 .i11-total-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#index11 .i11-rule strong {
    color: var(--i11-ink);
    font-size: var(--font-size-18);
    font-weight: 900;
    line-height: 1.25;
}

#index11 .i11-rule p {
    padding-bottom: 0;
    padding-left: 9px;
    border-left: 1px solid rgba(70, 51, 40, .12);
    color: var(--i11-ink);
    font-size: var(--font-size-14);
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
}

#index11 .i11-rule em {
    color: var(--clr-primary);
    font-style: normal;
    font-weight: 900;
}

#index11 .i11-hour-line {
    padding: 14px 12px;
}

#index11 .i11-line-title {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    margin-bottom: 12px;
}

#index11 .i11-line-title > span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary));
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: var(--font-size-18);
    font-weight: 900;
}

#index11 .i11-line-title h3 {
    color: var(--i11-ink);
    font-size: var(--font-size-18);
    font-weight: 900;
    line-height: 1.25;
}

#index11 .i11-line-title b {
    padding: 5px 8px;
    border: 1px solid rgba(var(--clr-primary-rgb), .32);
    border-radius: 6px;
    color: var(--clr-primary);
    font-size: var(--font-size-14);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

#index11 .i11-calc-row {
    display: flex;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 6px;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 9px;
}

#index11 .i11-calc-row > div {
    display: grid;
    flex: 1 1 0;
    place-items: center;
    min-width: 0;
    max-width: calc((100% - 36px) / 3);
    min-height: 56px;
    padding: 8px 4px;
    border: 1px solid rgba(70, 51, 40, .14);
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

#index11 .i11-period-row > div {
    border-color: transparent;
    background: linear-gradient(180deg, #fffaf7, var(--i11-soft));
}

#index11 .i11-calc-row strong {
    color: var(--i11-ink);
    font-size: var(--font-size-14);
    font-weight: 900;
    line-height: 1.2;
}

#index11 .i11-calc-row small {
    margin-top: 2px;
    color: var(--i11-muted);
    font-size: var(--font-size-14);
    font-weight: 700;
    line-height: 1.2;
}

#index11 .i11-calc-row > span {
    flex: 0 0 12px;
    color: var(--i11-ink);
    font-size: var(--font-size-16);
    font-weight: 900;
    text-align: center;
}

#index11 .i11-calc-row .i11-red-result strong {
    color: var(--clr-primary);
    font-size: var(--font-size-16);
}

#index11 .i11-total-line {
    display: grid;
    grid-template-columns: 30px auto minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    padding: 14px 12px;
}

#index11 .i11-total-line > strong {
    color: var(--i11-ink);
    font-size: var(--font-size-18);
    font-weight: 900;
}

#index11 .i11-total-line div {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}

#index11 .i11-total-line div span {
    display: grid;
    place-items: center;
    min-width: 58px;
    padding: 6px 5px;
    border: 1px solid rgba(70, 51, 40, .14);
    border-radius: 6px;
    background: #fff;
    color: var(--i11-ink);
    font-size: var(--font-size-14);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

#index11 .i11-total-line div span strong {
    font-size: var(--font-size-14);
    font-weight: 900;
    line-height: 1;
}

#index11 .i11-total-line div span small {
    margin-top: 2px;
    color: var(--i11-text);
    font-size: var(--font-size-14);
    font-weight: 800;
    line-height: 1;
}

#index11 .i11-total-line div b {
    color: var(--i11-ink);
    font-size: var(--font-size-16);
}

#index11 .i11-total-line div em {
    min-width: 84px;
    padding: 8px 8px;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary));
    color: #fff;
    font-style: normal;
    font-size: var(--font-size-18);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

#index11 .i11-final-total {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) minmax(0, 1fr);
    gap: 4px 10px;
    align-items: center;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin: 13px 11px 11px;
    padding: 13px 10px;
    border: 1px solid rgba(var(--clr-primary-rgb), .18);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #fff4ee);
}

#index11 .i11-final-total::after {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 50%;
    width: 1px;
    background: rgba(var(--clr-primary-rgb), .14);
    content: "";
}

#index11 .i11-final-total > span {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 182, 133, .38), rgba(255, 108, 53, .16));
}

#index11 .i11-final-total > span svg {
    width: 26px;
    height: 26px;
    fill: url("#i11-shield-grad");
    filter: drop-shadow(0 5px 8px rgba(var(--clr-primary-rgb), .18));
}

#index11 .i11-final-total strong {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
    color: var(--i11-ink);
    font-size: var(--font-size-18);
    font-weight: 900;
}

#index11 .i11-final-total p {
    display: flex;
    grid-row: 1;
    grid-column: 3;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 0;
    color: var(--clr-primary);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

#index11 .i11-final-prefix {
    font-size: var(--font-size-22);
    line-height: 1;
}

#index11 .i11-final-total p b {
    font-family: 'DIN Alternate', Arial, sans-serif;
    font-size: 38px;
    line-height: .92;
}

#index11 .i11-final-unit {
    margin-left: 2px;
    font-size: var(--font-size-14);
    line-height: 1;
}

#index11 .i11-final-total em {
    grid-row: 2;
    grid-column: 3;
    color: var(--i11-muted);
    font-style: normal;
    font-size: var(--font-size-14);
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
}

#index11 .i11-note {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin: 0 12px 14px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f8f8f8;
    color: var(--i11-muted);
    font-size: var(--font-size-14);
    line-height: 1.6;
    text-align: left;
}

#index11 .i11-note::before {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 50%;
    color: #858b94;
    font-family: Arial, sans-serif;
    font-size: var(--font-size-16);
    font-weight: 900;
    line-height: 1;
    content: "i";
}

@media (max-width: 374px) {
    #index11 .i11-calc-row {
        gap: 5px;
    }

    #index11 .i11-calc-row strong {
        font-size: var(--font-size-14);
    }

    #index11 .i11-final-total {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    #index11 .i11-final-total p {
        grid-row: auto;
        grid-column: 1 / -1;
        margin-top: 6px;
        text-align: center;
    }
}

@media (min-width: 720px) {
    #index11.i11-hours-section {
        padding: 56px 24px;
    }
}
