/* /Components/Pages/Home.razor.rz.scp.css */
.banner-background[b-4zp2rkeysp] {
    background-image: url('/_images/banner-background-normal.svg');
}

.banner-content[b-4zp2rkeysp] {
    justify-content: start;
}

.banner-logo[b-4zp2rkeysp] {
    width: 50%;
    min-width: 30rem;
    height: auto;
}

h1[b-4zp2rkeysp], h2[b-4zp2rkeysp] {
    display: none;
}

.portfolio[b-4zp2rkeysp] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    justify-items: center;
    align-items: stretch;
    text-align: center;
}

    .portfolio a[b-4zp2rkeysp] {
        color: inherit;
        text-decoration: none;
        font-weight: inherit;
        background: none;
        box-shadow: none;
        outline: none;
    }

        .portfolio a:visited[b-4zp2rkeysp],
        .portfolio a:active[b-4zp2rkeysp],
        .portfolio a:focus[b-4zp2rkeysp],
        .portfolio a:hover[b-4zp2rkeysp] {
            color: inherit;
            text-decoration: none;
            font-weight: inherit;
            background: none;
            box-shadow: none;
            outline: none;
        }

    .portfolio img[b-4zp2rkeysp] {
        width: 160px;
        height: 160px;
    }

.caption[b-4zp2rkeysp] {
    font-size: 1.5em;
    margin: 0.5em 0;
}

.subline[b-4zp2rkeysp] {
    font-size: 0.9em;
    text-wrap: balance;
}

.about[b-4zp2rkeysp] {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    padding-bottom: 0;
}

    .about div[b-4zp2rkeysp] {
        align-content: center;
        padding-bottom: 5em;
    }

.portrait[b-4zp2rkeysp] {
    width: 240px;
    height: 360px;
    align-self: flex-end;
}


@media (max-width: 1200px) {
    .banner-content[b-4zp2rkeysp] {
        flex: 1 1 0;
        max-width: 100%;
    }
}

@media (max-width: 55rem) {
    .banner-background[b-4zp2rkeysp] {
        background-size: 100vw calc(var(--banner-background-image-aspect) * 100vw + 100%);
        background-position: center top;
    }

    .banner-content[b-4zp2rkeysp] {
        height: 50%;
        justify-content: center;
    }

    .banner-logo[b-4zp2rkeysp] {
        height: auto;
        width: 80vw;
        min-width: unset;
    }

    .portfolio[b-4zp2rkeysp] {
        grid-template-columns: 1fr;
        gap: 3em;
    }

    .portrait[b-4zp2rkeysp] {
        display: none;
    }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
section[b-f2jsk0k98i] {
    padding-bottom: 0;
}

    section:last-of-type[b-f2jsk0k98i] {
        padding-bottom: 3em;
    }

table[b-f2jsk0k98i] {
    width: 50em;
    max-width: 100%;
    border-collapse: collapse;
    border-style: none;
    text-align: left;
}

td[b-f2jsk0k98i] {
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
}

.item-heading td[b-f2jsk0k98i] {
    padding-top: 2.5em;
    padding-bottom: 0.75em;
    font-size: 110%;
    font-weight: bold;
}

.item td[b-f2jsk0k98i] {
    padding-left: 1em;
    border-bottom: 1px solid var(--color-medium-gray);
}

.footnote[b-f2jsk0k98i] {
    vertical-align: super;
    font-size: 0.8em;
    line-height: 1;
}

.footnotes[b-f2jsk0k98i],
.terms-note[b-f2jsk0k98i] {
    margin-top: 3em;
    font-size: 0.9em;
    margin-left: 0.7em;
    text-indent: -0.7em;
}

    .footnotes p[b-f2jsk0k98i] {
        margin: 0;
        line-height: 1.6;
    }

h2[b-f2jsk0k98i] {
    margin-bottom: 3em;
}

.payment[b-f2jsk0k98i] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    justify-content: center;
    gap: 3em;
}

.payment-logo-canvas[b-f2jsk0k98i] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-details[b-f2jsk0k98i] {
    text-align: left;
    margin-bottom: 1em;
}

    .payment-details h3[b-f2jsk0k98i],
    .payment-details p[b-f2jsk0k98i] {
        text-align: left;
        margin: 0 0 0.5em 0;
    }


@media (max-width: 55em) {
    .payment[b-f2jsk0k98i] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
}
/* /Components/Pages/Services/Research.razor.rz.scp.css */
.banner-background.hero-banner-background[b-u5k7h7i5un] {
    background-color: var(--color-ocher);
}
/* /Components/Pages/Services/ResearchRequestWizardWrapper.razor.rz.scp.css */
.wizard-container[b-exzw2ujo6t] {
    background-image: url('/_images/icon-tree-light.png');
}
/* /Components/Pages/Services/Software.razor.rz.scp.css */
.banner-background.hero-banner-background[b-sdkj6cukil] {
    background-color: var(--color-sand);
}
/* /Components/Pages/Services/Transcription.razor.rz.scp.css */
.banner-background.hero-banner-background[b-1l52nuokud] {
    background-color: var(--color-ivory);
}
/* /Components/Pages/Services/TranscriptionRequestWizardStep1.razor.rz.scp.css */
.hint[b-ygt2coft31] {
    margin-top: 0.5rem;
    font-size: 1rem;
}
/* /Components/Pages/Services/TranscriptionRequestWizardStep2.razor.rz.scp.css */
.file-input[b-9cvezj1gdd] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.file-input-button[b-9cvezj1gdd] {
    width: 12rem;
    height: 2.3rem;
    border: none;
    border-radius: 4px;
    background-color: var(--color-light-blue);
    color: var(--color-white);
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .file-input-button:active[b-9cvezj1gdd],
    .file-input-button:focus[b-9cvezj1gdd] {
        background-color: var(--color-light-blue) !important;
        outline: solid;
        outline-width: 2px;
    }

    .file-input-button:hover[b-9cvezj1gdd] {
        background-color: var(--color-medium-blue);
        transform: scale(1.03);
    }


@media (max-width: 55rem) {
    .file-input[b-9cvezj1gdd] {
        flex-direction: column;
        align-items: stretch;
    }
    .file-input-button[b-9cvezj1gdd] {
        width: 100%;
    }
}
/* /Components/Pages/Services/TranscriptionRequestWizardWrapper.razor.rz.scp.css */
.wizard-container[b-pwn80niggq] {
    background-image: url('/_images/icon-lens-light.png');
}
/* /Components/Pages/Services/WizardButtons.razor.rz.scp.css */
.wizard-buttons[b-5gk5ympcx6] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: auto;
    padding: 2px;
}

.wizard-buttons-left[b-5gk5ympcx6] {
    display: flex;
}

.wizard-buttons-right[b-5gk5ympcx6] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

    .wizard-buttons-right:only-child[b-5gk5ympcx6] {
        margin-left: auto;
    }

.wizard-button[b-5gk5ympcx6] {
    width: 10rem;
    height: 3.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .wizard-button:focus[b-5gk5ympcx6] {
        outline: 2px solid var(--color-medium-blue);
    }

    .wizard-button.low[b-5gk5ympcx6] {
        background-color: var(--color-light-gray);
        color: var(--color-medium-blue);
        font-size: 1rem;
    }

    .wizard-button.high[b-5gk5ympcx6] {
        background-color: var(--color-light-blue);
        color: var(--color-white);
        font-size: 1.2rem;
        font-weight: 600;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

        .wizard-button.high:focus[b-5gk5ympcx6] {
            outline-color: var(--color-dark-blue);
        }

        .wizard-button.high:hover[b-5gk5ympcx6] {
            background-color: var(--color-medium-blue);
            transform: scale(1.03);
        }


@media (max-width: 55rem) {
    .wizard-buttons[b-5gk5ympcx6] {
        width: 100%;
        margin-top: 2rem;
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 1rem;
    }

    .wizard-buttons-left[b-5gk5ympcx6],
    .wizard-buttons-right[b-5gk5ympcx6] {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: stretch;
    }

        .wizard-buttons-right:only-child[b-5gk5ympcx6] {
            margin-left: revert;
        }

    .wizard-button[b-5gk5ympcx6] {
        width: 100%;
    }
}
/* /Components/Pages/Services/WizardProgress.razor.rz.scp.css */
.wizard-progress[b-gcr6gtlkmv] {
    width: 100%;
    height: 0.5rem;
    margin: 0 auto 4rem auto;
    gap: 0.3rem;
    display: flex;
}

.wizard-progress-segment[b-gcr6gtlkmv] {
    flex: 1;
    background-color: var(--color-light-gray);
    transition: background 0.3s;
}

    .wizard-progress-segment.active[b-gcr6gtlkmv] {
        background: var(--color-light-blue);
    }
/* /Components/Shared/CultureSelector.razor.rz.scp.css */
ul[b-n2mteywuwd] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-n2mteywuwd] {
    display: inline-block;
    margin-left: 0.5em;
}

a[b-n2mteywuwd] {
    text-decoration: none;
}

.language-menu[b-n2mteywuwd] {
    margin-left: 1.5em;
}

.language-item[b-n2mteywuwd] {
    position: relative;
    display: inline-block;
    margin-left: 0;
    font-size: smaller;
}

    .language-item + .language-item[b-n2mteywuwd]::before {
        content: "";
        display: inline-block;
        border-left: 1px solid var(--color-medium-blue);
        height: 1em;
        margin: 0 0.5em;
        vertical-align: middle;
    }

.active[b-n2mteywuwd] {
    font-weight: bold;
}


@media (max-width: 55rem) {
    li[b-n2mteywuwd] {
        display: block;
        margin: 0.5em 0;
        text-align: right;
    }

    .language-menu[b-n2mteywuwd] {
        border-top: 1px solid var(--color-light-gray);
    }

    .language-item + .language-item[b-n2mteywuwd] {
        margin-left: 1em;
    }

        .language-item + .language-item[b-n2mteywuwd]::before {
            display: none;
        }
}
/* /Components/Shared/Footer.razor.rz.scp.css */
.footer-background[b-hwq8450cih] {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
}

.footer-content[b-hwq8450cih] {
    padding: 3em 2em;
}

.grid[b-hwq8450cih] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    align-items: start;
    justify-content: space-between;
    gap: 0;
    white-space: nowrap;
}

.footer-content ul[b-hwq8450cih] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.logo-column[b-hwq8450cih] {
    grid-column: 1;
    display: flex;
    align-items: center;
}

.medium-logo[b-hwq8450cih] {
    display: inline;
    height: 2.85em;
    width: auto;
}

.small-logo[b-hwq8450cih] {
    display: none;
    height: 2.85em;
    width: auto;
    margin-top: 0.5em;
}

.column-label[b-hwq8450cih] {
    margin-bottom: 0.75em;
    text-transform: uppercase;
}

.block-wrapper[b-hwq8450cih] {
    display: contents;
}

.service-column[b-hwq8450cih] {
    grid-column: 2;
}

.legal-column[b-hwq8450cih] {
    grid-column: 3;
}

li[b-hwq8450cih] {
    font-size: 90%;
    line-height: 160%;
}

[b-hwq8450cih] a {
    text-decoration: none !important;
}

.tech-column[b-hwq8450cih] {
    grid-column: 4;
    align-self: end;
}

    .tech-column ul[b-hwq8450cih] {
        display: flex;
        justify-content: space-between;
        width: 146px;
        margin: 10px auto 0;
    }

    .tech-column li[b-hwq8450cih] {
        display: inline-block;
    }

.tech-link-icon img[b-hwq8450cih] {
    width: 40px;
    height: 40px;
}

.powered-by-icon img[b-hwq8450cih] {
    width: 30px;
    height: 30px;
    opacity: 0.5;
}

.bottom[b-hwq8450cih] {
    padding-top: 3em;
    text-align: center;
    line-height: 1;
    font-size: 80%;
    color: var(--color-light-gray);
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}

.contact-separator[b-hwq8450cih] {
    margin-left: 0.5em;
    margin-right: 0.5em;
}


@media (max-width: 55rem) {
    .grid[b-hwq8450cih] {
        grid-template-rows: auto auto;
        gap: 4em;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        max-width: 100%;
    }

    .logo-column[b-hwq8450cih] {
        grid-row: 2;
        grid-column: 1 / span 2;
        justify-content: center;
        display: flex;
    }

    .service-column[b-hwq8450cih] {
        grid-row: 1;
        grid-column: 1;
    }

    .legal-column[b-hwq8450cih] {
        grid-row: 1;
        grid-column: 2;
    }

    .tech-column[b-hwq8450cih] {
        display: none;
    }

    .contact-email[b-hwq8450cih] {
        display: block;
        font-size: 120%;
        margin-bottom: 2em;
    }

    .contact-url[b-hwq8450cih],
    .contact-separator[b-hwq8450cih],
    .copyright-remark[b-hwq8450cih] {
        display: none;
    }
}
/* /Components/Shared/Header.razor.rz.scp.css */
.header-background[b-sxw2joe1p5] {
    background-color: rgba(230, 230, 230, 0.9);
    color: var(--color-medium-blue);
    height: 5em;
    z-index: 1000;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 12px 0 rgba(36, 54, 73, 0.1);
}

.header-content[b-sxw2joe1p5] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.header-logo[b-sxw2joe1p5] {
    height: 2.85em;
    width: auto;
}
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-overlay[b-cj9gint7fp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.spinner[b-cj9gint7fp] {
    width: 48px;
    height: 48px;
    border: 6px solid var(--color-light-gray);
    border-top: 6px solid var(--color-medium-blue);
    border-radius: 50%;
    animation: spin-b-cj9gint7fp 1s linear infinite;
    margin-bottom: 16px;
}


@keyframes spin-b-cj9gint7fp {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Shared/NavMenu.razor.rz.scp.css */
nav[b-q9by6mgudl] {
    font-size: 125%;
    justify-content: end;
}

#menu-toggle[b-q9by6mgudl] {
    display: none;
}

.menu-icon[b-q9by6mgudl] {
    display: none;
    font-size: 2em;
    cursor: pointer;
}

ul[b-q9by6mgudl] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-q9by6mgudl] {
    display: inline-block;
    margin-left: 0.5em;
}

[b-q9by6mgudl] .nav-link {
    color: var(--color-medium-blue);
    text-decoration: none;
}

[b-q9by6mgudl] .active-link {
    font-weight: bold;
}


@media (max-width: 60rem) {
    .menu-icon[b-q9by6mgudl] {
        display: block;
    }

    ul.menu[b-q9by6mgudl] {
        display: none;
        position: absolute;
        top: 3.5em;
        right: 0.5em;
        background: var(--color-white);
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        border-radius: 0.5em;
        min-width: 10em;
        padding: 0.5em 1em;
        flex-direction: column;
    }

    #menu-toggle:checked + .menu-icon + ul.menu[b-q9by6mgudl] {
        display: flex;
    }

    li[b-q9by6mgudl] {
        display: block;
        margin: 0.5em 0;
        text-align: right;
    }
}
